/* ---------------- Reset ---------------- */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #191919;
	font-family:  "Noto Sans Kr", sans-serif;
	font-size: 62.5% !important;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	animation: entry 0.3s ease forwards;
  opacity: 0;
	-webkit-tap-highlight-color : transparent;
}

html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body {
	font-size: 1.6rem;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

b, strong {
	font-weight: 700;
}

img {
	max-width: 100%;
}

button {
	font-family: inherit;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

select {
	outline: none;
	border: 1px solid transparent;
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	/* background-color: #fff;
	background-size:18px auto;
	background-image: url('/img/common/btn_select.png');
	background-repeat: no-repeat;
	background-position:right 20px center; */
}

input, textarea {
	font-family: inherit;
	outline: none;
	border: 1px solid transparent
}

:focus {
	outline: none;
}

::placeholder {
	color: #a5a5a5;
}

@-webkit-keyframes entry {
  to {
    opacity: 1;
  }
}

@keyframes entry {
  to {
    opacity: 1;
  }
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}
/* -------------------------------- */


/* ---------------- Overflow ---------------- */
.hidden {
	overflow: hidden;
}
/* -------------------------------- */


/* ---------------- Display ---------------- */
.mo {
	display: none;
}

@media screen and (max-width:992px) {
	.pc {
		display: none;
	}

	.mo {
		display: block;
	}
}
@media screen and (max-width:768px) {

}
/* -------------------------------- */


/* ---------------- Ellip ---------------- */
.ellip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* -------------------------------- */


/* ---------------- Blind ---------------- */
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
/* -------------------------------- */


/* ---------------- Button ---------------- */
.button {
	display: inline-flex;
	align-items: center;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	cursor: pointer;
	border-radius:100px;
}

.button--yellow {
	color:#3d3b3a;
	background-color: #fb7d01;
}

.button--white {
	color:#191919;
	background-color: #fff;
}

@media screen and (min-width:1201px) {

}
/* -------------------------------- */


/* ---------------- Wrap ---------------- */

/* -------------------------------- */


/* ---------------- Container ---------------- */
.container {
	max-width:1470px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}
/* -------------------------------- */


/* ---------------- Main ---------------- */
#main {
	min-height:calc(100vh - 240px);
	overflow: hidden;
}
/* -------------------------------- */


/* ---------------- Header ---------------- */
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:90px;
	z-index:99;
	background-color: #fff;
	/* border-bottom:1px solid #d2d2d2; */
}

#header::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color:  #d2d2d2;
}

#header .h-container {
	padding:0px 30px;
	height: 100%;
}

#header .h-inner {
	position: relative;
	height: 100%;
}

#header .h_logo {
	position: absolute;
	top:50%;
  transform: translateY(-50%);
	left:0;
	width:188px;
  aspect-ratio: 1/0.117;
}

#header .h_logo a {
	display: block;
	width:100%;
	height:100%;
	background:url('/asset/img/main/header_logo.png') no-repeat center;
	background-size: contain;
}

#header .h_primary {
	width:100%;
	height: 100%;
}

#header .h_primary__menu {
	display: flex;
	/* justify-content: space-evenly; */
	/* border-bottom: 1px solid  #d2d2d2; */
}

#header .h_menu__list {
	position: relative;
}

#header .h_menu__link {
	display: block;
	white-space: nowrap;
	position: relative;
	font-size:1.8rem;
	line-height:1.3;
}

#header .h_menu__sub {
	overflow: hidden;
	z-index:20;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

#header .h_submenu a {
	display: block;
	font-size:1.8rem;
	line-height:1;
}

#header .h_primary__bg {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

#header .h_primary__mobile {
  display: none;
  position: absolute;
  top:0;
  right:0;
  width: 70px;
  height: 70px;
  z-index: 100000;
}

#header .h_mobile__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h_mobile__btn span {
  position: relative;
  margin: 0 auto;
}

#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  content: '';
  position: absolute;
}

#header .h_mobile__btn span,
#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #191919;
}

#header .h_mobile__btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
	-moz-transition-property: margin, -webkit-transform;
	-ms-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
	-ms-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
	-moz-transition-property: margin, -webkit-transform;
	-ms-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
	-ms-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
	-ms-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
	-ms-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

#header .h_global {
	position: absolute;
	top:27px;
	right:210px;
	transition: all .3s ease-out;
}

#header .h_global__icon {
	display: block;
	width:45px;
	height:45px;
	padding:10px;
	background:#fb7d01;
	border-radius:50%;
	cursor: pointer;
}

#header .h_global__icon::before {
	content: "";
	display: block;
	width:100%;
	height:100%;
	background: url('/child/img/common/h_global.svg') no-repeat center;
}

#header .h_global__menu {
	position: absolute;
	top:60px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius:10px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 7px rgba(113,113,113,.15);
	padding:20px 24px;
	opacity:0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

#header .h_global__menu li {
	margin-bottom:12px;
}

#header .h_global__menu li:last-child {
	margin-bottom:0px;
}

#header .h_global__menu a {
	display: block;
	font-size:1.8rem;
	line-height:1;
}

#header .h_submenu li:hover a {
	text-decoration: underline;
}

#header .h_global__icon[aria-global="true"] + .h_global__menu {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

	
#header .h_global.on {
	transform: translateX(143px);
}

@media screen and (min-width:1201px) {
	#header .h_primary {
		position: absolute;
		top:0;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width:1100px;
		transition: max-width .3s ease-out;
	}
	
	#header .h_primary:hover {
		max-width:930px;
		transition: max-width .3s ease-out;
		/* max-width:1200px; */
		/* transition: all .3s ease-out; */
	}
	
	#header .h_primary__menu {
		display: flex;
		justify-content: center;
		height: 100%;
		margin-right: 10px;
	}

	#header .h_menu__list {
		/* width:20%; */
		height: 100%;
		text-align: center;
	}
	
	
	#header .h_primary:hover .h_menu__list {
		width: 20%;
	}

	#header .h_menu__list::before {
		content: "";
		display: block;
		position: absolute;
		bottom:0;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width:0px;
		height:3px;
		background-color: #fb7d01;
	}
	
	#header .h_menu__link {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 0 50px;
		/* padding:41px 10px; */
	}
	
	#header .h_menu__sub {
		position: absolute;
		top:100%;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width:100%;
		/* width:300px; */
		height:0px;
		/* border-right:1px solid #d2d2d2; */
	}
	
	#header .h_menu__sub::before {
		content:"";
		display: block;
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color: #f5f5f5;
		z-index:-1;
		overflow: hidden;
		opacity:0;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
	}
	
	/* #header .h_menu__list:first-child .h_menu__sub {
		border-left: 1px solid #d2d2d2;
	} */
	
	#header .h_submenu {
		margin-top:30px;
	}
	
	#header .h_submenu li {
		margin-bottom:20px;
	}
	
	#header .h_submenu li:last-child {
		margin-bottom:0px;
	}
	
	#header .h_primary__bg {
		position: absolute;
		top:100%;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width:200%;
		height:0;
		background-color: #fff;
	}


	#header .h_primary__bg::before {
		content:"";
		display: none;
		position: absolute;
		left:0;
		bottom:0;
		width:100%;
		height:1px;
		background-color: #d2d2d2;
	}
	
	
	#header .h_primary:hover .h_primary__bg::before {
		display: block;
	}
	
	#header .h_primary .h_menu__list:hover .h_menu__sub {
		height:155px;
	}

	#header .h_menu__list:hover::before {
		width:100%;
	}

	#header .h_primary:hover .h_menu__link {
		padding: 0 10px;
	}

	#header .h_menu__list:hover .h_menu__link {
		padding: 0 10px;
		color:#fb7d01;
		font-weight: 700;
	}

	#header .h_menu__list:hover .h_menu__sub::before {
		opacity:1;
	}
	
	#header .h_primary:hover .h_primary__bg {
		height:240px;
	}

	#header .h_global__menu li:hover a {
		color:#0a2f8f;
	}
	
	#header .h_global.on {
		transform: translateX(100px);
	}
}


@media(min-width:1280px){
	#header .h_primary:hover {
		max-width: 80.65%;
		transition: max-width .3s ease-out;
	}

}



@media(max-width:1600px) {
	#header .h_global {
    right: 80px;
	}
	
	#header .h_menu__link {
		padding: 0 35px;
	}
	
	#header .h_global.on {
		transform: translateX(100px);
	}
}

@media(max-width:1400px) {
	#header .h_global {
    right: 15px;
	}
	
	#header .h_menu__link {
		padding: 0 30px;
	}

	#header .h_global.on {
		transform: translateX(30px);
	}
}
@media screen and (max-width:1366px) {
	#header .h-container {
		padding:0px 15px;
	}

	#header .h_logo {
	}

	#header .h_logo a {
		width: 200px;
	}

	#header .h_primary {
		max-width:940px;
	}
	
	#header .h_menu__link {
		padding: 0 25px;
	}
	
	#header .h_global.on {
		transform: translateX(0px);
	}

	#header .h_menu__link {
    white-space: unset;
	}
	
}
@media screen and (max-width:1200px) {
	#header {
		height:70px;
	}

	#header .h-container {
		padding:0px;
	}

	#header .h_logo {
		left:20px;
	}

	#header .h_logo a {
		width: 191px;
	}

	#header .h_primary {
		max-width:none;
	}
	
	#header .h_primary__menu {
		display: block;
		position: fixed;
		top:0;
		right:-100%;
		max-width:540px;
		width:100%;
		height:100%;
		background-color: #fff;
		padding:80px 24px 40px;
		z-index:99999;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
    transition:all .4s ease;
	}

	#header .h_menu__link {
		padding:20px 0px;
		/* border-bottom:1px solid #d2d2d2; */
	}

	#header .h_menu__toggle::before,
	#header .h_menu__toggle::after {
		content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    margin-top: -1px;
    background-color: #191919;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
    transition:all .4s ease;
	}

  #header .h_menu__toggle::before {
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
    opacity: 1;
  }

  #header .h_menu__toggle[aria-toggle="true"]::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
  }

  #header .h_menu__toggle[aria-toggle="true"]::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
  }

	#header .h_menu__sub {
		position: relative;
		width: 100%;
    max-height: 0px;
    padding: 0px;
    margin:0px;
	}

	#header .h_submenu li {
		margin-top:20px;
	}

	#header .h_submenu a {
		color:#999;
	}
	
	#header .h_primary__bg {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0;
		visibility: hidden;
		background-color: rgba(0,0,0,.6);
		z-index:99;
	}

	#header .h_primary__mobile {
		display: block;
	}

	#header .h_global {
		top:15px;
		right:75px;
	}

	#header .h_global__icon {
		width:40px;
		height:40px;
	}

	#header .h_global__menu {
		top:45px;
	}

	#header[data-header-mobile="on"] .h_primary__menu {
		right:0;
	}

	#header[data-header-mobile="on"] .h_primary__bg {
		opacity: 1;
		visibility: visible;
	}

	#header .h_menu__link[aria-toggle="true"] + .h_menu__sub {
		max-height:500px;
		margin:0px 0px 20px;
	}
}
@media screen and (max-width:1024px){
	#header .h_menu__link {
		font-size:1.8rem;
	}

	#header .h_submenu a {
		font-size:1.6rem;
	}

	#header .h_global__menu {
		padding:14px 18px;
	}

	#header .h_global__menu li {
		margin-bottom:10px;
	}

	#header .h_global__menu a {
		font-size:1.6rem;
	}
}
@media screen and (max-width:768px){
	#header .h_menu__link {
		padding:15px 0px;
	}

	#header .h_submenu li {
		margin-top:15px;
	}

	#header .h_global__menu {
		padding:10px 16px;
	}

	#header .h_global__menu li {
		margin-bottom:6px;
	}

	#header .h_menu__link[aria-toggle="true"] + .h_menu__sub {
		margin:0px 0px 15px;
	}
}

@media screen and (max-width:500px){
	#header .h_menu__link {
		font-size:1.6rem;
	}

	#header .h_submenu a {
		font-size:1.5rem;
	}

	#header .h_global__menu a {
		font-size:1.5rem;
	}
}

/* -------------------------------- */


/* ---------------- Footer ---------------- */
#footer {
	padding:50px 0px;
	background-color: #191919;
}

#footer .f-container {
	max-width:1470px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}

#footer .f_logo {
	display: block;
	width:386px;
  aspect-ratio: 1/0.117;
	background: url('/asset/img/main/footer_logo.png') no-repeat center center /cover;
}

#footer .f_primary {
	position: relative;
	margin-top: 20px;
	padding-top:30px;
	border-top:1px solid #767676;
}

#footer .f_primary__info {
	display: flex;
	flex-wrap: wrap;
	margin:0px -5px;
}

#footer .f_primary__info li {
	font-size:1.6rem;
	line-height:1.5;
	color:#a8a8a8;
	padding:0px 5px;
}

#footer .f_primary__info li:first-child {
	width:100%;
}

#footer .f_primary__info br {
	display: none;
}

#footer .f_primary__copyright {
	font-size:1.6rem;
	color:#a8a8a8;
	line-height: 1;
	/* margin-top:20px; */
} 

#footer .f_primary__link {
	display: flex;
	align-items: center;
	position: absolute;
	top:30px;
	right:0;
	margin:0px -10px;
}

#footer .f_primary__link li {
	font-size:1.6rem;
	line-height:.8;
	color:#a8a8a8;
	padding:0px 10px;
	border-right:1px solid #a8a8a8;
}

#footer .f_primary__link li:last-child {
	border:0px;
}

#footer .f_primary__link a {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	color:inherit;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	transition:all .2s;
}

@media screen and (min-width:1201px) {
	#footer .f_primary__link li:hover a {
		color:#fff;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	#footer {
		padding:42px 0px;
	}

	#footer .f_logo {
        width: 210px;
	}

	#footer .f_primary {
		margin-top:14px;
		padding-top:24px;
	}

	#footer .f_primary__info li {
		font-size:1.5rem;
	}
	
	#footer .f_primary__copyright {
		font-size:1.5rem;
		/* margin-top:14px; */
	}

	#footer .f_primary__link {
		margin:0px -6px;
	}

	#footer .f_primary__link li {
		font-size:1.5rem;
		padding:0px 6px;
	}
}
@media screen and (max-width:768px) {
	#footer {
		padding:34px 0px;
	}

	#footer .f_logo {
        width: 181px;
	}

	#footer .f_primary {
		margin-top:10px;
		padding-top:18px;
	}

	#footer .f_primary__info li {
		font-size:1.4rem;
	}

	#footer .f_primary__copyright {
		font-size:1.4rem;
		/* margin-top:10px; */
	}

	#footer .f_primary__link {
		position: relative;
		top:unset;
		right:unset;
		margin-top:24px;
	}

	#footer .f_primary__link li {
		font-size:1.4rem;
	}
}
@media screen and (max-width:576px) {
	#footer .f_primary__info li {
		width:100%;
		font-size:1.3rem;
	}

	#footer .f_primary__info br {
		display: block;
	}

	#footer .f_primary__copyright {
		font-size:1.3rem;
		line-height: 1.3;
	}

	#footer .f_primary__link li {
		font-size:1.3rem;
	}
}


/* -------------------------------- */

span.text-red {
	color:#de0000;
}