@charset "UTF-8";


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header,
nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:inherit;
	font-size:inherit;
	font-style:normal;
	font-weight:inherit;
	color:inherit;
	box-sizing: border-box;
	;-webkit-overflow-scrolling:touch;
}
article, aside, details, figcaption, figure, 
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
	font-family: 'Pretendard';
	position: relative;
	color: #292929;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	vertical-align: bottom;
}
button {border-radius: 0; padding: 0; margin: 0; color: inherit; overflow: visible; text-transform: none; -webkit-appearance: button; cursor: pointer; border: 0; background: none; font: inherit}
.hide {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	z-index: -1;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	/*clip-path: inset(50%);*/
}
#skip {
	position: relative;
	z-index: 99;
}
#skip > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 35px;
	background: #333;
	color: #fff;
	line-height: 35px;
	text-align: center;
	left: 0;
	top: -35px;
}
#skip > a:focus, #skip > a:active {
	top: 0;
}
input, button, textarea {
	appearance: none;
	box-sizing: border-box;
	outline: none;
}
input[type="text"], input[type="number"], input[type="email"], button, select {
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}
/* ios대응 */
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none; 
}
.inner {
	max-width: 1070px;
	margin: 0 auto;
}


/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: 9999;
}
#headerInnerWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: 9999;
    transition: all 0.4s;
    transition-property: background-color;
}
#headerInnerWrap > .headerIn {
	max-width: 1448px;
	margin: 0 auto;
	padding: 0 24px;
}
#headerInner {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
    margin: 0px auto;
}
#header .logo {
	position: relative;
    z-index: 100;
}
#header .logo a {
	display: block;
	width: 183.7px;
}
#header .logo img {
	position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    transition: opacity 0.4s;
}
#header .logo img.black {
	opacity: 0;
}
#header.gnb-open .logo img.default {
	opacity: 0;
}
#header.gnb-open .logo img.black {
	opacity: 1;
}
.header-until-box {
	z-index: 100;
	position: relative;
}
.header-lang {
	position: relative;
}
.header-lang::after {
	position: absolute;
	content:'';
	top: -9px;
	left: -9px;
	width: 75px;
	height: 50px;
	opacity: 0;
	background-color: #fff;
	border-radius: 10px;
	z-index: -1;
	transition: all 0.4s;
}
.header-lang.on::after {
	opacity: 1;
	height: 92px;
}
.header-lang a {
	display: flex;
}
.header-lang a.lang-on {
	padding: 5px 0 5px 26px;
	align-items: center;
	position: relative;
	background-image: url("../images/icon/lang.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 50%;
}

.header-lang.on a.lang-on {
	background-image: url("../images/icon/lang_b.png")
}

.gnb-open .header-lang a.lang-on {
	background-image: url("../images/icon/lang_b.png");
	
}

.gnb-open .header-lang a.lang-on span {
	color: #333;
}


.header-lang.on a.lang-on span {
	color: #292929;
}
.header-lang a span {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.header-lang ul {
	position: absolute;
	bottom: -26px;
	right: -1px;
	display: none;
}
.header-lang.on ul {
	display: block;
}
.header-lang ul a {
	color: #292929;
	opacity: 0.5;
	font-size: 20px;
	font-weight: 600;
}
#header .m-btn {
	display: none;
	outline: none;
	padding: 0;
	padding-bottom: 2px;
	border: 0;
	background: transparent;
}
#header .m-btn img {
	width: 24px;
}
#gnb {
	position: absolute;
    text-align: center;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#gnbBg {
	overflow: hidden;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 98;
    opacity: 0;
    transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
#gnbBg::after {
	position: absolute;
    top: 119px;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #f1f1f1;
    content: "";
}
#gnb.open #gnbBg {
	visibility: visible;
	opacity: 1.0;
	height: 330px;
}
#gnb > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-left: 170px;
	position: relative;
}
#gnb > ul::after {
	width: 130px;
	height: 100px;
	top: 20px;
	right: -25px;
	content: '';
	position: absolute;
	z-index: 99;
}
.area {
	max-width: 1300px;
    margin: 0px auto;
}
#gnb > ul > li {
    position: relative;
    word-break: keep-all;
    padding: 0 2.1vw;
}
#gnb.open > ul > li {
	width: 13rem;
	padding: 0;
}
#gnb > ul > li > a {
	position: relative;
    z-index: 100;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s;
    padding: 30px 0;
	line-height: 1.3
}
#gnb.open > ul > li > a {
	color: #000;
}
#gnb.total-menu > ul > li .gnb-2dep {
	position: absolute;
    top: 70px;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: 0;
    filter: Alpha(opacity=0);
    height: 0;
    transition: all 0.2s 0s;
    transition-delay: 0s;
    visibility: hidden;
}
#gnb.open > ul > li .gnb-2dep {
	height: 232px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
    visibility: visible;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}
#gnb.total-menu > ul > li .gnb-2dep::before {
	content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 142.2%;
    background-color: #808c97;
    opacity: 0;
    transition: all 0.4s;
}
#gnb.total-menu > ul > li .gnb-2dep::after {
	content: "";
    width: 0;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 17px;
    transition: all 0.4s;
}
#gnb.total-menu > ul > li:hover .gnb-2dep::before {
	opacity: 1;
	z-index: -1;
}
#gnb.total-menu > ul > li:hover .gnb-2dep::after {
	width: 71px;
}
#gnb.total-menu > ul > li:hover > a {
	color: #fff;
}
#gnb.total-menu > ul > li .gnb-2dep ul {
	padding: 40px 0;
	position: relative;
}
#gnb.total-menu.open > ul > li.gnb1 .gnb-2dep ul::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 330px;
	background-color: #f1f1f1;
	left: 0;
	top: -100px;
}
#gnb.total-menu.open > ul > li .gnb-2dep ul::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 330px;
	background-color: #f1f1f1;
	right: 0;
	top: -100px;
}
#gnb.total-menu > ul > li .gnb-2dep ul li {
	position: relative;
}
#gnb.total-menu > ul > li .gnb-2dep ul li a {
	display: block;
    padding: 9px 20px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.4s;
}
#gnb.total-menu > ul > li:hover .gnb-2dep ul li a {
	color: #fff;
}
#gnb.total-menu > ul > li .gnb-2dep ul li a span {
	position:relative;
}
#gnb.total-menu > ul > li .gnb-2dep ul li a span::before {
	position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    transition: all 0.4s;
}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover span::before {
	width: 100%;
}
#gnb.total-menu li.gnb6 {
	display: none;
}
#gnb.total-menu li.gnb6 > a::after {
	position: absolute;
	content: "";
    width: 75px;
    height: 50px;
    top: 23px;
    left: -8px;
    background-color: #808c97;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.4s;
    opacity: 0;
}
#gnb.total-menu li.gnb6.on > a::after {
	opacity: 1;
	height: 73px;
}
#gnb.open.total-menu li.gnb6 {
	display: block;
	width: 55px;
	margin-left: 50px;
	position: relative;
}
#gnb.total-menu li.gnb6 > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#gnb.total-menu li.gnb6 > a > div {
	position: relative;
}
#gnb.total-menu li.gnb6 > a > div img {
	width: 26px;
}
#gnb.total-menu li.gnb6 > a > div img.hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#gnb.open.total-menu li.gnb6.on > a > div img.hover {
	opacity: 1;
}
#gnb.total-menu li.gnb6 > a span {
	font-size: 20px;
	font-weight: 600;
	color: #292929;
}
#gnb.total-menu li.gnb6.on > a span {
	color: #fff;
}
#gnb.total-menu li.gnb6 > ul {
	position: absolute;
	bottom: -2px;
	right: 0;
	z-index: 100;
	display: none;
}
#gnb.total-menu li.gnb6 > ul a {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	opacity: 0.5;
}
#gnb.open.total-menu li.gnb6.on > ul {
	display: block;
}
#header .m-wrap {
	position: fixed;
    z-index: 123123112323;
    width: 100%;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #47525c;
    transform: translateX(100%);
    transition: 0.5s;
    opacity: 0;
}
#header .m-wrap.on {
	transform: translateX(0);
    transition: 0.5s;
    opacity: 1;
}
#header .m-wrap-in {
	padding: 0 24px;
	background-color: #47525c;
}
#header .m-wrap a {
	color: #fff;
}
#header .m-wrap .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}
#header .m-wrap .top > img {
	width: 184px;
}
#header .m-wrap .top > button {
	border: none;
    background: transparent;
}
#header .m-wrap .top > button > img {
	width: 19px;
}
#header .m-wrap .mid {
	margin-top: 32px;
	color: #fff;
}
#header .m-wrap .mid .mid-list {
	position: relative;
}
#header .m-wrap .mid .mid-list .n-arrow {
	position: absolute;
	top: 10px;
	right: 0;
	width: 48px;
	height: 48px;
	background: url(../images/icon/arrow_down.png) no-repeat center / 100%;
	transform: rotate(180deg);
}
#header .m-wrap .mid .mid-list .n-arrow.ar {
	transform: rotate(0);
}
#header .m-wrap .mid .mid-list span {
	font-size: 24px;
    font-weight: 800;
    opacity: 0.8;
    height: 64px;
	line-height: 64px;
	display: block;
	border-bottom: 1px solid #878787;
	text-indent: 40px;
	cursor: pointer;
	background-color: transparent;
}
#header .m-wrap .mid .mid-list:last-child span {
	border-bottom: none;
}
#header .m-wrap .mid .mid-list .n-arrow.ar~span {
	background-color: #6f899b;
	opacity: 1;
}
#header .m-wrap .mid .mid-list > ul {
	display: none;
}
#header .m-wrap .mid .mid-list > ul > li {
	padding-left: 40px;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #878787;
	background-color: rgba(249, 249, 249, 0.2);
}
#header .m-wrap .mid .mid-list > ul > li > a {
	display: block;
	opacity: 0.8;
	font-size: 16px;
	font-weight: 300;
	text-indent: 38px;
	position: relative;
}
#header .m-wrap .mid .mid-list > ul > li > a::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 1px;
	background-color: #fff;
	opacity: 0.8;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#header .m-wrap .bot {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 17px;
	position: absolute;
	bottom: 0;
	right: 24px;
}
#header .m-wrap .bot > a {
	font-size: 20px;
	font-weight: 600;
}
#header .m-wrap .bot > a:first-child {
	display: flex;
    align-items: center;
    margin-right: 20px;
    position: relative;
}
#header .m-wrap .bot > a:first-child::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 20px;
	top: 3px;
	right: -11px;
	background-color: #fff;
	opacity: 0.6;
}
#header .m-wrap .bot > a > img {
	width: 26px;
}
#header .m-wrap .bot > a:last-child {
	opacity: 0.4;
}

@media (max-width: 1400px) {
	#gnb > ul::after {
		right: 73px;
	}
	#gnb > ul > li > a {
		font-size: 18px;
	}
	#gnb.total-menu li.gnb6 > a span,
	#gnb.total-menu li.gnb6 > ul a {
		font-size: 18px;
	}
	#gnb.total-menu > ul > li .gnb-2dep ul li a {
		font-size: 14px;
	}
	#gnb.open > ul {
		padding-left: 200px;
	}
	#gnb.open > ul > li {
		width: 10rem;
	}
	.header-lang a span {
		font-size: 18px;
	}
	.header-lang ul a {
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	#gnb > ul::after {
		width: 120px;
		right: 57px;
	}
	#gnb.open > ul > li {
		width: 9rem;
	}
	#gnb.open.total-menu li.gnb6 {
		margin-left: 20px;
	}
	#gnb.total-menu > ul > li.gnb4 .gnb-2dep ul li:last-child a:hover span::before,
	#gnb.total-menu > ul > li.gnb5 .gnb-2dep ul li:first-child a:hover span::before {
		width: 131%;
    	left: 36%;
	}
	#gnb.total-menu > ul > li.gnb5 .gnb-2dep ul li:first-child a:hover span::before {
		width: 140%;
    	left: 32%;
	}
}
@media (max-width: 1100px) {
	#gnb > ul::after {
		width: 110px;
    	right: 16px;
	}
}
@media (max-width: 1000px) {
	#headerInner {
		height: 64px;
	}
	#header .logo img {
		position: inherit;
	}
	#header .logo img.black {
		display: none;
	}
	#header .header-until-box {
		display: none;
	}
	#header .m-btn {
		display: block;
	}
	#gnb {
		display: none;
	}
}

/* footer */
#footer {
	background: #3d3d3d;
	color: #fff;
	font-size: 16px;
}
#footer .f-in {
	max-width: 1448px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 75px 24px;
}
#footer .f-in .f-left > div {
	margin-bottom: 12px;
}
#footer .f-in .f-left ul {
	display: flex;
}
#footer .f-in .f-left ul li {
	display: flex;
	align-items: center;
}
#footer .f-in .f-left ul.top li:first-child {
	margin-right: 133px;
}
#footer .f-in .f-left ul.mid li:first-child {
	margin-right: 125px;
}
#footer .f-in .f-left span {
	opacity: 0.8;
	font-weight: 600;
}
#footer .f-in .f-left span > br {
	display: none;
}
#footer .f-in .f-left .top li:first-child span {
	margin-right: 66px;
}
#footer .f-in .f-left .top li:last-child span,
#footer .f-in .f-left .mid li:last-child span {
	margin-right: 30px;
}
#footer .f-in .f-left .mid li:first-child span {
	margin-right: 77px;
}
#footer .f-in .f-left .bot {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
#footer .f-in .f-left .bot span {
	margin-right: 36px;
}
#footer .f-in .f-left p {
	opacity: 0.6;
	font-weight: 300;
}
#footer .f-in .f-right {
	text-align: right;
}
#footer .f-in .f-right img {
	width: 303.5px;
}
#footer .f-in .f-right P {
    margin-top: 10px;
    opacity: 0.3;
    font-weight: 300;
}
#footer .btn-top {position: fixed; right: 50%; bottom: 30px; display: block; width: 56px; height: 56px; margin-right: -745px; background: url("../images/icon/icon_top.png") no-repeat}
#footer .btn-top.position {position: absolute; bottom: 290px}

html:lang(ko) #footer .f-in .f-left ul.top li:first-child { 
	margin-right: 196px
}
html:lang(ko) #footer .f-in .f-left .mid li:first-child span {
	margin-right: 57px
}
html:lang(ko) #footer .f-in .f-left .bot span {
	margin-right: 71px
}
@media (max-width: 1600px) {
	#footer .btn-top {right: 15px; margin-right: 0}
}
@media (max-width: 1200px) {
	#footer {
		font-size: 14px;
	}
	#footer .f-in .f-left ul.top li:first-child {
		margin-right: 60px;
	}
	#footer .f-in .f-left ul.mid li:first-child {
		margin-right: 52px;
	}
	#footer .f-in .f-left .top li:first-child span {
		margin-right: 50px;
	}
	#footer .f-in .f-left .top li:last-child span,
	#footer .f-in .f-left .mid li:last-child span {
		margin-right: 30px;
	}
	#footer .f-in .f-left .mid li:first-child span {
		margin-right: 60px;
	}
	#footer .f-in .f-left .bot span {
		margin-right: 21px;
	}
	#footer .f-in .f-right img {
		width: 260px;
	}
	html:lang(ko) #footer .f-in .f-left ul.top li:first-child { 
	margin-right: 113px
	}
	html:lang(ko) #footer .f-in .f-left .top li:first-child span {
		margin-right: 65px
	}
}
@media (max-width: 1000px) {
	#footer {
		font-size: 16px;
	}
	#footer .f-in {
		align-items: flex-start;
	    padding: 60px 24px 40px;
	}
	#footer .f-in .f-left > div {
		margin-bottom: 0;
	}
	#footer .f-in .f-left ul {
		flex-direction: column;
	}
	#footer .f-in .f-left ul li {
		margin-bottom: 20px;
		margin-right: 0;
		align-items: flex-start;
	}
	#footer .f-in .f-left ul.top li:first-child,
	#footer .f-in .f-left ul.mid li:first-child {
		margin-right: 0;
	}
	#footer .f-in .f-left span {
		width: 165px;
		line-height: 1.36;
	}
	#footer .f-in .f-left span > br {
		display: block;
	}
	#footer .f-in .f-left p {
		line-height: 1.36;
	}
	#footer .f-in .f-left .top li:first-child span,
	#footer .f-in .f-left .top li:last-child span,
	#footer .f-in .f-left .mid li:last-child span,
	#footer .f-in .f-left .mid li:first-child span,
	#footer .f-in .f-left .bot span {
		margin-right: 0;
	}
	#footer .f-in .f-left .bot {
		align-items: flex-start;
		line-height: 1.36;
	}
	#footer .f-in .f-left p {
		flex: 1;
	}
	#footer .f-in .f-right {
		margin-bottom: 52px;
	}
	#footer .btn-top {display: none}
	html:lang(ko) #footer .f-in span {
		width: 160px !important;
		margin-right: 0 !important
	}
}
@media (max-width: 860px) {
	#footer {
		font-size: 14px;
	}
	#footer .f-in {
		flex-direction: column-reverse;
	    align-items: flex-start;
	}
	#footer .f-in .f-right {
		text-align: left;
	}
	#footer .f-in .f-right img {
		width: 216px;
	}
	#footer .f-in .f-left p {
		font-size: 14px;
	}
}

