@charset 'utf-8';

/* ���� */
:root{
    --baseFont: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', 'verdana', sans-serif;
	--engFont: 'Lexend', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', 'verdana', sans-serif;

	--mainColor: #035EFF;
	--mainRGB: 3, 94, 255;
	--grayBg: #F8F8F8;

	--headerH: 100px;
	--secR: 40px;
	--vh: 100%;

	--aosPlus: 100px;
	--aosMinus: -100px;
}

*{ box-sizing: border-box; word-break: keep-all; line-height: 1.3; }
html, body{ background: linear-gradient(to bottom, #FFF 0% 50%, #222 50% 100%); }
body.lock{ overflow: hidden; }
body{ font-size: 16px; }
body *{ font-size: inherit; }
#wrap{ position: relative; z-index: 100; margin-bottom: calc(var(--footerH) - var(--secR)) !important; }
#wrap article{ background: #FFF; }

sub,
sup{ font-size: small; }
sub{ vertical-align: sub; }
sup{ vertical-align: super; }

/* inner size */
.w1920{ max-width: 1920px; width: 100%; margin: 0 auto; }
.w1820{ max-width: 1860px; width: 100%; margin: 0 auto; padding: 0 20px; }
.w1800{ max-width: 1840px; width: 100%; margin: 0 auto; padding: 0 20px; }
.w1720{ max-width: 1760px; width: 100%; margin: 0 auto; padding: 0 20px; }

/* slick */
.slick-track{ margin: 0; }

/* aos */
[data-aos]{ transition-duration: 1s; }

@media screen and (max-width: 1700px){
	html{ font-size: 50%; }

	:root{
		--headerH: 90px;
	}
}

@media screen and (max-width: 1280px){
	:root{
		--headerH: 80px;
		--secR: 30px;

		--aosPlus: 50px;
		--aosMinus: -50px;
	}

	html{ font-size: 40%; }
}

@media screen and (max-width: 1250px){
	:root{
		--headerH: 70px;
	}
}

@media screen and (max-width: 900px){
	html{ font-size: 30%; }
}

/* privacy */
.privacy * { font-size: 19px; font-weight: 300; color: #111; line-height: 1.5; }
.privacy > *:not(:last-child){ margin-bottom: 100px; }
.privacy h5{ font-weight: 600; margin-bottom: 10px; }
.privacy ul{ margin-top: 10px; }
.privacy ul li:not(:last-of-type){ margin-bottom: 5px; }

.privacy dl dt{ font-size: 21px; font-weight: 600; }
.privacy dl dd{ margin-top: 10px; }
.privacy .textBox dl dt{ font-size: 19px; font-weight: 500; }
.privacy .textBox dl dd{ margin-top: 5px; }

.privacy .textBox > *:not(:last-of-type){ margin-bottom: 40px; }
.privacy .pBox > *{ margin-top: 10px; }
.privacy .dlBox > *{ margin-top: 20px; }

.privacy .dot{ padding-left: 12px; position: relative; }
.privacy .dot::before{ content: ""; width: 3px; height: 3px; background: #000; border-radius: 50%; position: absolute; top: calc(1.4em / 2); left: 0; transform: translateY(-50%); }

.privacy .hyphen{ padding-left: 12px; position: relative; }
.privacy .hyphen::before{ content: "-"; position: absolute; top: 0; left: 0; }

@media screen and (max-width: 1700px){
	.privacy br{ display: none; }
	.privacy * { font-size: 18px; }
	.privacy > *:not(:last-child){ margin-bottom: 70px; }

	.privacy dl dt{ font-size: 19px; } 
	.privacy .textBox dl dt{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
	.privacy * { font-size: 17px; }
	.privacy > *:not(:last-child){ margin-bottom: 40px; }

	.privacy dl dt{ font-size: 18px; } 
	.privacy .textBox dl dt{ font-size: 17px; }

	.privacy .textBox > *:not(:last-of-type){ margin-bottom: 30px; }
	.privacy .dlBox > *{ margin-top: 15px; }
}


/* header */
#header{
	--inner: 1080px;
	--before: 135px;
	--after: calc(100% / 6);
}
#header{ width: 100%; background: transparent; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 999; transition: background 0.3s, border-color 0.3s; }
#header .navBg{ width: 100%; height: var(--navH); background: rgba(3, 94, 255, 0.7); backdrop-filter: blur(10px); position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; transition: opacity 0.3s; pointer-events: none; }
#header .header{ background: transparent; transition: background 0.3s; }
#header .logo{ display: inline-block; }
#header .logo svg{ width: auto; height: auto; }
#header .logo svg path{ transition: fill 0.3s; }
#header .flex-box{ height: var(--headerH); display: flex; justify-content: space-between; align-items: center; }

#header nav{ max-width: var(--inner); width: 100%; text-align: center; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#header .depth01{ display: flex; justify-content: center; }
#header .depth01 > li{ width: var(--before); position: relative; transition: width 0.5s; }
#header .depth01 > li > a{ width: 100%; height: var(--headerH); display: flex; justify-content: center; align-items: center; font-family: var(--engFont); font-size: 20px; font-weight: 400; color: #FFF; letter-spacing: -0.02em; position: relative; z-index: 10; transition: color 0.3s; }

#header .depth02{ padding: calc(var(--headerH) + 20px) 0 65px; }
#header .depth02 > li{ overflow: hidden; }
#header .depth02 > li > a{ display: block; font-size: 18px; font-weight: 500; color: rgba(255, 255, 255, 0.5); padding: 10px; transform: translateY(100%); transition: color 0.3s, transform 0.3s 0.5s; }
#header .depthBox{ width: 100%; height: var(--navH); position: absolute; top: 0; left: 50%; transform: translateX(-50%); border-right: 1px solid rgba(255, 255, 255, 0.15); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
#header .depthBox::before{ content: ""; width: 100%; height: calc(100% - var(--headerH)); background: var(--mainColor); transform: scaleY(0); transform-origin: bottom; position: absolute; bottom: 0; left: 0; z-index: -1; transition: transform 0.5s; }
#header .depth01 > li:first-of-type .depthBox{ border-left: 1px solid rgba(255, 255, 255, 0.15); }

#header .depth03{ display: none; }

#header .right{ display: flex; align-items: center; margin-right: -15px; }
#header .right > div{ position: relative; }
#header .right button{ background: none; border: none; padding: 15px; }

#header .search svg path{ transition: stroke 0.3s; }

#header .lang svg path{ transition: stroke 0.3s; }
#header .lang div{ position: absolute; top: 100%; left: 50%; transform: translate(-50%) scaleX(0); transform-origin: left; transition: transform 0.3s 0.2s; }
#header .lang ul{ background: var(--mainColor); display: flex; padding: 0 5px; pointer-events: none; }
#header .lang ul li{ overflow: hidden; }
#header .lang ul li a{ display: inline-block; font-family: var(--engFont); font-size: 17px; font-weight: 500; color: rgba(255, 255, 255, 0.3); padding: 5px; transform: translateY(100%); transition: transform 0.3s; }

#header .lang ul li.on a{ color: #FFF; }
#header .lang.active div{ transform: translate(-50%, 0) scaleX(1); transition-delay: unset; }
#header .lang.active ul{ pointer-events: auto; }
#header .lang.active ul li a{ transform: translateY(0); transition-delay: 0.2s; }

#header .menu svg circle{ transition: fill 0.3s, opacity 0.3s; }

/* header - invert */
#header.invert .logo svg .navy{ fill: #011D64; }
#header.invert .logo svg .gray{ fill: #9FA0A0; } 
#header.invert .depth01 > li > a{ color: #111; }
#header.invert .search svg path{ stroke: #000; }
#header.invert .lang svg path{ stroke: #000; }
#header.invert .menu svg circle{ fill: #E5E5E5; opacity: 1; }
#header.invert .menu svg circle.blue{ fill: var(--mainColor); }

/* header - scroll */
#header.scroll{ background: #FFF; border-color: #E5E5E5; }
#header.scroll .logo svg .navy{ fill: #011D64; }
#header.scroll .logo svg .gray{ fill: #9FA0A0; } 
#header.scroll .depth01 > li > a{ color: #111; }
#header.scroll .search svg path{ stroke: #000; }
#header.scroll .lang svg path{ stroke: #000; }
#header.scroll .menu svg circle{ fill: #E5E5E5; opacity: 1; }
#header.scroll .menu svg circle.blue{ fill: var(--mainColor); }

/* header - hover */
#header.hover{ border-color: transparent; }
#header.hover .navBg{ opacity: 1; }
#header.hover .header{ background: #FFF; transition-delay: unset; }
#header.hover .logo svg .navy{ fill: #011D64; }
#header.hover .logo svg .gray{ fill: #9FA0A0; }
#header.hover .depth01 > li{ width: var(--after); }
#header.hover .depth01 > li > a{ color: #111; }
#header.hover .depth02 > li > a{ transform: translateY(0); }
#header.hover .depthBox{ opacity: 1; transition-delay: 0.3s; pointer-events: auto; }
#header.hover .search svg path{ stroke: #000; }
#header.hover .lang svg path{ stroke: #000; }
#header.hover .menu svg circle{ fill: #E5E5E5; opacity: 1; }
#header.hover .menu svg circle.blue{ fill: var(--mainColor); }

@media screen and (hover: hover){
	#header .depth01 > li:hover > a{ font-weight: 500; color: var(--mainColor) !important; }
	#header .depth02 > li:hover > a{ color: #FFF; }
	#header .depth01 > li:hover .depthBox::before{ transform: scaleY(1); }
}

@media screen and (max-width: 1700px){
	#header{
		--inner: 950px;
		--before: 120px;
	}
	#header .depth01 > li > a{ font-size: 18px; }
	#header .depth02 > li > a{ font-size: 17px; }
}

@media (hover: hover) and (pointer: fine) {
	#header .depth01 .all{ display: none; }
}

@media screen and (max-width: 1500px){
	#header .logo svg{ height: 40px; }
	#header nav{ left: 55%; }

	#header .right{ margin-right: -10px; }
	#header .right button{ padding: 10px; }
	#header .lang div{ left: 32%; }
	#header .lang ul li a{ font-size: 16px; }
}

@media screen and (max-width: 1400px){
	#header{
		--inner: 900px;
		--before: 110px;
	}
	#header .depth02{ padding: calc(var(--headerH) + 10px) 0 40px; }
	#header .depth02 > li > a{ padding: 7px 10px; }
}

@media screen and (max-width: 1300px){
	#header .logo svg{ height: 35px; }
	#header nav{ display: none; }

	#header .right button svg{ width: auto; height: 27px; }
}


/* search */
#search{
	--height: 95px;
	--padding: 60px;
}
#search{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99; pointer-events: none; }
#search .blank{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

#search .box{ background: #FFF; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); padding-top: var(--headerH); position: relative; z-index: 10; display: none; }
#search .inner{ max-width: 1015px; display: flex; align-items: center; margin: 0 auto; padding: 60px 0; }
#search .inner .input{ flex: 1 0 auto; position: relative; }
#search .inner .input input{ width: 100%; height: var(--height); border: 2px solid #E5E5E5; border-radius: 100px; -webkit-border-radius: 100px; font-family: var(--engFont); font-size: 21px; font-weight: 500; color: #111; padding: 0 var(--padding); padding-right: calc(var(--padding) * 2); }
#search .inner .input input::placeholder{ color: #AAA; }
#search .inner .input button{ height: 100%; background: none; border: none; padding: 0 var(--padding); outline: none; position: absolute; top: 0; right: 0; }
#search .close{ background: none; border: none; padding: 20px; margin-left: 20px; margin-right: -20px; }

#search.on{ pointer-events: auto; }

/* header - search */
#header.search .logo svg .navy{ fill: #011D64; }
#header.search .logo svg .gray{ fill: #9FA0A0; }
#header.search .depth01 > li > a{ color: #111; }
#header.search .search svg path{ stroke: #000; }
#header.search .lang svg path{ stroke: #000; }
#header.search .menu svg circle{ fill: #E5E5E5; opacity: 1; }
#header.search .menu svg circle.blue{ fill: var(--mainColor); }

@media screen and (max-width: 1700px){
	#search{
		--height: 80px;
		--padding: 40px;
	}
	#search .inner{ padding: 40px 0; }
	#search .inner .input input{ font-size: 19px; }
	#search .close{ margin-left: 10px; }
}

@media screen and (max-width: 1280px){
	#search{
		--height: 70px;
		--padding: 30px;
	}
	#search .inner .input input{ font-size: 17px; }
	#search .inner{ padding: 30px 0; }
}

@media screen and (max-width: 900px){
	#search{
		--height: 60px;
		--padding: 25px;
	}
	#search .inner{ padding: 20px 0; }
	#search .close{ padding: 10px; margin-right: -10px; }
}


/* menu */
#menu{
	--padding: var(--headerH);
}
#menu{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 1000; padding: 50px; overflow: hidden; display: none; }
#menu .blank{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#menu .inner{ width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; background: #FFF; border-radius: var(--secR); position: relative; padding-top: 0 !important; transform: scale(1.05); opacity: 0; transition: transform 0.7s 0.5s, opacity 0.7s 0.5s; }
#menu .inner::after{ content: ""; width: calc(100% - (var(--padding) * 2)); height: calc(var(--padding) - 3px); background: #FFF; border-radius: 0 0 var(--secR) var(--secR); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
#menu .close{ background: none; border: none; padding: 15px; margin-top: -15px; margin-right: -15px; position: absolute; top: 30px; right: 30px; z-index: 100; }
#menu .mobile{ display: none; }
#menu .pc .depth01 .all{ display: none; }

#menu .top{ width: calc(100% - (var(--padding) * 2)); background: #FFF; border-radius: var(--secR) var(--secR) 0 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#menu .top .bb{ height: var(--headerH); display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--mainColor); }
#menu .top .flex-box{ display: flex; justify-content: space-between; align-items: flex-end; }
#menu .top .logo svg{ width: auto; height: auto; }
#menu .top .logo svg .navy{ fill: #011D64; }
#menu .top .logo svg .gray{ fill: #9FA0A0; }

#menu .top .lang ul{ display: flex; margin: -11px; margin-left: 0; }
#menu .top .lang ul li{ position: relative; }
#menu .top .lang ul li::after{ content: ""; width: 3px; height: 3px; background: #CCC; border-radius: 50%; position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }
#menu .top .lang ul li:last-of-type::after{ display: none; }
#menu .top .lang ul li a{ display: inline-block; font-family: var(--engFont); font-size: 17px; font-weight: 600; color: #CCC; letter-spacing: -0.02em; padding: 11px; }
#menu .top .lang ul li.on a{ color: var(--mainColor); }

#menu .scroll-bar{ height: calc(100% - var(--headerH)); overflow-x: clip; overflow-y: scroll; scrollbar-gutter: stable both-edges; padding: calc((var(--padding) - 5px) / 2) 0; margin-bottom: calc(var(--padding) / 2); }
#menu .scroll-bar::-webkit-scrollbar{ width: var(--padding); }
#menu .scroll-bar::-webkit-scrollbar-thumb{ background: #000; background-clip: padding-box; border: calc((var(--padding) - 5px) / 2) solid transparent; border-radius: 100px; }
#menu .scroll-bar::-webkit-scrollbar-track{ background: #EEE; background-clip: padding-box; border: calc((var(--padding) - 5px) / 2) solid transparent; border-radius: 100px; }

/* Firefox */
body.firefox #menu .inner{ display: block; padding: var(--padding) calc(var(--padding) - 20px) !important; }
body.firefox #menu .scroll-bar{ display: block; height: 100%; scrollbar-gutter: auto; padding: 0; margin-bottom: 0; }
body.firefox #menu nav{ padding: 0; }

/* Safari */
body.safari #menu .inner{ display: block; padding: var(--padding) calc(var(--padding) - 20px); scrollbar-gutter: auto; }
body.safari #menu .scroll-bar{ height: 100%; padding: 0 !important; margin-bottom: 0; }
body.safari #menu nav{ padding: 0 }

#menu nav{ padding-top: var(--headerH) 0; }
#menu nav a{ display: block; }
#menu .depth01 > li{ display: flex; padding: 60px 0; border-bottom: 1px solid #E5E5E5; }
#menu .depth01 > li > a{ width: 340px; font-family: var(--engFont); font-size: 36px; font-weight: 600; color: #111; letter-spacing: -0.02em; text-transform: uppercase; padding: 40px; margin: -40px 0; }

#menu .depth02{ width: calc(100% - 340px); display: flex; flex-wrap: wrap; margin: -23px 0; }
#menu .depth02 > li{ flex-basis: 240px; }
#menu .depth02 > li > a{ font-size: 23px; font-weight: 500; color: #111; letter-spacing: -0.02em; padding: 23px 20px; transition: color 0.3s; }

#menu .depth03{ margin-bottom: 23px; }
#menu .depth03 > li > a{ font-size: 17px; font-weight: 400; color: #AAA; letter-spacing: -0.02em; padding: 7px 20px; }  

/* body - open */
body.open #menu .inner{ transform: scale(1); opacity: 1; }

@media screen and (hover: hover){
	#menu .depth02 > li:hover > a{ color: var(--mainColor); }
}

@media screen and (max-width: 1700px){
	#menu{
		--padding: 60px;
	}
	#menu{ padding: 30px; }
	#menu .top .logo svg{ height: 40px; }

	#menu .depth01 > li{ padding: 40px 0; }
	#menu .depth01 > li > a{ font-size: 32px; padding: 30px; margin: -30px; }
	#menu .depth02{ margin: -15px 0; }
	#menu .depth02 > li > a{ font-size: 21px; padding: 15px; }

	#menu .depth03 > li > a{ padding: 7px 15px; }

	/* Firefox */
	body.firefox #menu .inner{ padding: var(--headerH) var(--padding) var(--padding) !important; }

	/* Safari */
	body.safari #menu .inner{ padding: var(--headerH) var(--padding) var(--padding) !important; }
}

@media screen and (max-width: 1280px){
	#menu{
		--padding: 30px;
	}
	#menu{ padding: 20px; }
	#menu .top .logo svg{ height: 35px; }
	#menu .close{ top: 20px; right: 20px; }

	#menu .top .lang ul{ margin-bottom: -15px; margin-right: 0; }
	#menu .top .lang ul li a{ font-size: 16px; }

	#menu .depth01 > li{ padding: 30px 0; }
	#menu .depth01 > li > a{ width: 250px; font-size: 28px; padding: 20px; margin: -20px; }

	#menu .depth02{ width: calc(100% - 250px); }
	#menu .depth02 > li > a{ font-size: 19px; }
}

@media screen and (max-width: 850px){
	#menu{ padding: 0 0 0 20px; }
	#menu .inner{ border-radius: var(--secR) 0 0 var(--secR); transform: translateX(100%); }
	#menu .pc{ display: none; }
	#menu .mobile{ display: block; }

	#menu .depth01 > li{ display: block; padding: 0; }
	#menu .depth01 > li > a{ width: 100%; font-size: 24px; padding: 15px; margin: 0; }

	#menu .depth02{ width: 100%; display: none; margin: 0; padding: 7px 0; border-top: 1px solid #E5E5E5; }
	#menu .depth02 > li > a{ font-size: 20px; padding: 7px 15px; }

	#menu .depth03{ display: none; background: var(--grayBg); padding: 7px 0; margin: 0 0 7px 0; }
	#menu .depth03 > li > a{ font-size: 18px; }

	/* body - open */
	body.open #menu .inner{ transform: translateX(0); }
}

@media screen and (max-width: 600px){
	#menu .close{ top: 35px; transform: translateY(-50%); margin-top: 0; }
	#menu .top .logo{ display: none; }
	#menu .top .flex-box{ align-items: center; }
	#menu .top .lang ul{ margin: 0 0 0 -11px; }
}


/* footer */
#footer{ width: 100%; background: #222; color: #FFF; padding: 180px 0 60px; position: fixed; bottom: 0; left: 0; z-index: -1; margin-top: 150vh; }
#footer .flex-box{ display: flex; justify-content: space-between; }
#footer h1{ display: inline-block; }
#footer h1 svg{ width: auto; height: 50px; }

#footer address{ display: flex; flex-wrap: wrap; margin: -5px -20px; }
#footer address dl{ display: flex; padding: 5px 20px; }
#footer address dl *{ font-size: 19px; }
#footer address dl dt{ font-family: var(--engFont); font-weight: 400; letter-spacing: -0.02em;  padding-right: 15px; }
#footer address dl dd{ font-weight: 200; color: #AAA; letter-spacing: -0.02em; }

#footer .copyright{ font-family: var(--engFont); font-size: 19px; font-weight: 300; color: #FFF; letter-spacing: -0.02em; }

#footer .line01{ margin-bottom: 30px; }
#footer .line03{ margin-top: 20px; }
#footer .line03 ul{ display: flex; margin: -5px 0; margin-right: -15px; }
#footer .line03 ul li a{ display: inline-block; font-size: 19px; font-weight: 500; color: #FFF; letter-spacing: -0.02em; padding: 5px 15px; }

/* top */
#top{ width: 80px; height: 80px; background: #333; border: none; border-radius: 50%; position: relative; overflow: hidden; }
#top span{ width: 100%; height: 18px; background: url("/img/common/top_icon.svg") no-repeat center center / contain; position: absolute; left: 0; transform: translateY(-50%); }
#top span.first{ top: 50%; animation: topFirst 3s infinite; }
#top span.last{ top: 150%; animation: topLast 3s infinite; }

@media screen and (max-width: 1700px){
	#footer{ padding: 140px 0 40px; }
	#footer address dl *{ font-size: 17px; }
	#footer .copyright{ font-size: 17px; }
	#footer .line03 ul li a{ font-size: 17px; }

	/* top */
	#top{ width: 70px; height: 70px; }
}

@media screen and (max-width: 1280px){
	#footer{ padding: 100px 0 30px; }
	#footer h1 svg{ height: 45px; }
	#footer address dl *{ font-size: 16px; }
	#footer .copyright{ font-size: 16px; }
	#footer .line03 ul li a{ font-size: 16px; }

	/* top */
	#top{ width: 60px; height: 60px; }
}

@media screen and (max-width: 900px){
	#footer{ padding: 60px 0 30px; } 
	#footer .line03 .flex-box{ flex-direction: column-reverse; }
	#footer .line03 ul{ margin-left: -15px; margin-right: 0; margin-bottom: 10px; }
}


/* scrollDown */
.scrollDown{ 
	--width: 25px;
	--height: 45px;
}
.scrollDown{ width: var(--width); height: var(--height); }
.scrollDown div{ width: 100%; height: var(--height); display: flex; justify-content: center; border: 2px solid #FFF; border-radius: 100px; overflow: hidden; animation: scrollDown1 3s 1s infinite; will-change: height; }
.scrollDown span{ width: 5px; height: 5px; display: inline-block; background: #FFF; border-radius: 50%; position: relative; top: -30%; transform: translateY(-100%); animation: scrollDown2 3s 1s infinite; will-change: top, transform; }
}