@charset "UTF-8";
@import "vendors/swiper.css";
@import "vendors/tab.css";
@import "vendors/aos.css";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url("https://use.typekit.net/snp0ziu.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "NEXONLv2Gothic";
  src: url("../fonts/NEXONLv2Gothic.ttf");
  src: url("../fonts/NEXONLv2Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "NEXONLv2GothicBold";
  src: url("../fonts/NEXONLv2GothicBold.ttf");
  src: url("../fonts/NEXONLv2GothicBold.woff") format("woff");
  font-weight: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard-Variable.woff2') format('woff2');
    font-weight: 100 900; /* 100���� 900���� ��� ���⸦ ó���� �� ���� */
    font-style: normal;
}


*{
	margin : 0;
	padding : 0;
	box-sizing : border-box;
	/* font-family : Noto Sans KR; */
	font-family: 'Pretendard', sans-serif;
}
a{
	color : inherit;
	text-decoration : none;
}
li{
	list-style : none;
}

.c_f37e27{color: #f37e27;}
.c_32afe3{color: #32afe3;}
.c_ffa729{color: #ffa729;}

.moView{
	display : none !important;
}
.header{
	display : flex;
	justify-content : center;
	align-items : center;
	width : 100%;
	height : 100px;
	transition : background .5s, color .5s, opacity .5s;
	position : fixed;
	top : 0;
	left : 0;
	z-index : 100;
	
}
.header::after{
	transition : .5s;
}
.header.premium{
	background : #fff;
}
.header.sub{
	background : #fff;
	/* box-shadow : 0 3px 6px rgba(0,0,0,0.1); */
}
.header.transparent{
	/* opacity : 0; */
}
.header.sub::after{
content : '';
	width : 100%;
	height : 1px;
	background : #e7e7e7;
	position : absolute;
	left : 0;
	bottom : 0;
}
.m-header{
	display : none;
}
.header.on{
	background : #fff;
	opacity : 1;
	/* box-shadow : 0 3px 6px rgba(0,0,0,0.1); */
}

.header.white{
	background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.header.on::after{
	content : '';
	width : 100%;
	height : 1px;
	background : #e7e7e7;
	position : absolute;
	left : 0;
	bottom : 0;
}
.header::before{
	content : '';
	position : absolute;
	left : 0;
	top : 100%;
	width : 100%;
	height : 0;
	background : #fff;
	transition : height .7s;
}
.header.on::before{
	/* height : 246px; */
	height : 230px;
}
.header-inner{
	display : flex;
	justify-content : space-between;
	align-items : center;
	max-width : 1600px;
	width : 100%;
}
.header .main-logo{
	display : flex;
	align-items : end;
	width : 229px;
	height : 55px;
	background : url(../images/common/main-logo.png)no-repeat;
	background-size : contain;
	color : transparent;
	font-size : 0;
	transition: 1s;
}
.header .main-logo a{
	display : block;
	width : 100%;
	height : 100%;
}
.header.dark .main-logo{
	background : url(../images/common/main-logo-dark.png)no-repeat;
	background-size : contain;
}
.header.on .main-logo{
	background : url(../images/common/main-logo-dark.png)no-repeat;
	background-size : contain;
}
.header.white .main-logo{
	background : url(../images/common/main-logo-dark.png)no-repeat;
	background-size : contain;
}
.header-left{
	display : flex;
	align-items : center;
	gap : 77px;
	height : 100%;
}
.header-gnb{
	display : flex;
	align-items : end;
	height : 100%;
}
.header-gnb > ul{
	display : flex;
	align-items : end;
	gap : 60px;
	height : 100px;
}
.header-gnb > ul > li{
	display : flex;
	justify-content : center;
}
.header-gnb > ul > li > a{
	display : flex;
	align-items : end;
	justify-content : center;
	width : 100%;
	color : #fff;
	font-size : 18px;
	letter-spacing : -0.06em;
	line-height : 32px;
	font-weight : 600;
	transition : .3s;
	padding-bottom : 30px;
	position : relative;
	white-space : nowrap;
}
.header.on .header-gnb > ul > li > a{
	color : #111;
}
.header-gnb > ul > li > a:hover{
	color : #12253A;
}
.header-gnb > ul > li > a::after{
	content : '';
	position : absolute;
	width : 0;
	height : 3px;
	background : #12253A;
	bottom : 0;
	left : 50%;
	transition : .5s;
}
.header.dark .header-gnb > ul > li > a{
  color : #002544 !important;
}
.header.dark .header-gnb > ul > li > a:hover{
  color : #12253A;
}
.header-gnb > ul > li > a:hover::after{
	width : 100%;
	left : 0;
}
.header-gnb > ul > li > ul{
	position: absolute;
	opacity : 0;
	top : 100%;
	pointer-events : none;
	transition : .5s;
	font-size : 16px;
	letter-spacing : -0.04em;
	padding-top: 10px;
}
.header.on .header-gnb > ul > li > ul{
	opacity : 1;
	pointer-events : auto;
}
.header-gnb > ul > li > ul > li > a{
	display : block;
	text-align : center;
	color : #002544;
	padding : 5px 0;
	font-weight : 500;
}
.header-gnb > ul > li > ul > li > a:hover{
	font-weight : 700;
}
.header-right{
	display : flex;
	align-self : end;
	align-items : end;
	padding-bottom : 30px;
}
.open{
	font-size : 18px;
	font-weight : 500;
	/* background : #D8D4CC; */
	background : #fff;
	color : #000;
	padding : 0 30px;
	line-height : 32px;
	border-radius : 100px;
	letter-spacing : -0.06em;
	transition : .5s;
	white-space : nowrap;
}
.header.dark .open,
.header.on .open{
	color : #fff;
	background : #122941;
	font-weight : 500;
}
.header-tel{
	display : flex;
	justify-content : center;
	align-items : center;
	gap : 7.7px;
	/* color : #D8D4CC; */
	color : #fff;
	font-size : 1.25em;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	/* border-radius : 100px; */
	/* background : #12253A; */
	width : 197px;
	line-height : 32px;
	transition : .5s;
}
.header-tel-icon{
	width : 20px;
	height : 20px;
	background : url(../images/common/header-tel.png?v=0807)no-repeat;
	background-size : contain;
	background-position : center;

	transition : .5s;
}
.header.dark .header-tel,
.header.on .header-tel{
	color : #122941;
}
.header.white .header-tel{
	color : #122941;
}
.header.dark .header-tel-icon,
.header.on .header-tel-icon{
	background : url(../images/common/header-tel-dark.png)no-repeat;
	background-size : contain;
	background-position : center;
}
.header.white .header-tel-icon{
	background : url(../images/common/header-tel-dark.png)no-repeat;
	background-size : contain;
	background-position : center;
}

/* footer */
.footer{
	display : flex;
	align-items : center;
	padding : 45px 65px;
	gap : 65px;
	background : #000C29;
	overflow: hidden;
}
.footer-left{
	
}
.main-section-footer .footer-left{
	transform : translateX(30px);
	opacity : 0;
	transition : .7s;
	transition-delay : 0;
}
.main-section-footer.is-active .footer-left{
	transform : translateX(0px);
	opacity : 1;
}

.footer-p-01{
	color : #fff;
	letter-spacing : -0.02em;
	margin-bottom : 24px;
}
.main-section-footer .footer-p-01{
	transform : translateY(30px);
	opacity : 0;
	transition : .7s;
	transition-delay : .5s;
}
.main-section-footer.is-active .footer-p-01{
	transform : translateY(0px);
	opacity : 1;
}
.footer-p-01 > span{
	font-weight : 500;
}
.footer-ul{
	display : flex;
	align-items : center;
	gap : 8px;
	margin-bottom : 14px;
	font-size : 16px;
}
.footer-ul li{color: #fff;}
.main-section-footer .footer-ul{
	transform : translateY(30px);
	opacity : 0;
	transition : .5s;
	transition-delay : 0;
}
.main-section-footer.is-active .footer-ul{
	transform : translateY(0px);
	opacity : 1;
	transition : .7s;
	transition-delay : .6s;
}
.footer-p-02{
	color : #eee;
	letter-spacing : -0.02em;
	font-size : 13px;
	margin-bottom : 14px;
}
.main-section-footer .footer-p-02{
	transform : translateY(30px);
	opacity : 0;
	transition : .7s;
	transition-delay : 0;
}
.main-section-footer.is-active .footer-p-02{
	transform : translateY(0px);
	opacity : 1;
	transition-delay : .7s;
}

.footer .footer-info{
	color : #585858;
	color : #eee;
	font-size: 13px;
	letter-spacing: -0.04em;
	margin-bottom : 14px;
}
.main-section-footer .footer-info{
	transform : translateY(30px);
	opacity : 0;
	transition : .7s;
}
.main-section-footer.is-active .footer-info{
	transform : translateY(0px);
	opacity : 1;
	transition-delay : .8s;
}

.footer .footer-copy{
	color : #b7b8bd;
	font-size: 13px;
}
.main-section-footer .footer-copy{
	transform : translateY(30px);
	opacity : 0;
	transition : .7s;
}
.main-section-footer.is-active .footer-copy{
	transform : translateY(0px);
	opacity : 1;
	transition-delay : .9s;
}
#toTop {
	z-index: 9999;
	transition: bottom 0.3s;
	position: fixed;
	right: 20px;
	bottom: -50px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5) url(/images/common/ico-go-top.png) center center no-repeat;
	background-size: auto 32px;
}
#toTop.on {
	bottom: 0;
}

@media (max-width : 1400px){
	.header{
		display : none;
	}
	.m-header{
		display: flex;
		justify-content: center;
		align-items: center;

		width : 100%;
		height : 60px;
		padding : 0;
		/* position : relative; */
		/* padding-top : 3.7467vw;
		padding : 3.7467vw 5.7333vw; */
		position : fixed;
		left : 0;
		top : 0;
		z-index: 10000;
		background : #fff;

		transition : .5s;
	}
	.m-header.dark{
		background : #fff;
		/* box-shadow : 0 6px 6px rgba(0,0,0,0.16); */
	}
	.m-header.dark::after{
		content : '';
		position : absolute;
		left : 0;
		bottom : 0;
		width : 100%;
		height : 1px;
		background : #e7e7e7;
	}
	.m-header .header-tel {
			position: absolute;
			left: 5.7333vw;
			width: 6.936vw;
			height: 6.936vw;
			max-height: 26px;
			max-width: 26px;
			background: url(../images/m/common/header-tel.png)no-repeat;
			background-size : contain;
		}
	.m-header.dark .header-tel{
		background : url(../images/m/common/header-tel-dark.png)no-repeat;
		background-size: contain;
	}
	.m-header .header-tel{
		background: url(../images/m/common/header-tel-dark.png) no-repeat;
		background-size: contain;
		background-position: center;
		/* width : 26px; */
	}
			
			
	.m-header.on .header-tel{
		/* display: none; */
		visibility : hidden;
	}
	.m-header .header-tel img{
		display : block;
		width : 100%;
	}
	.m-header .main-logo {
			width: 47.0947vw;
			height: 10vw;
			max-width: 353px;
			max-height: 86px;
			background: url(../images/m/common/main-logo.png)no-repeat;
			background-size: contain;
			background-position :center;
		}
	.m-header.dark .main-logo,
	.m-header.on .main-logo{
		background: url(../images/m/common/main-logo-color.png)no-repeat;
			background-size: contain;
			background-position :center;
	}
	.m-header .main-logo{
		background: url(../images/m/common/main-logo-color.png) no-repeat;
		background-size: contain;
		background-position: center;
		width : 200px;
	}
	.m-header .main-logo > a{
		display : block;
		width : 100%;
		height : 100%;
	}
	.m-header .main-logo > a > img{
		display : block;
		width : 100%;
	}
	.m-header .hamburger{
		position : absolute;
		right : 5.7333vw;
		width : 6vw;
		height : 6vw;
		max-width: 45px;
		background : url(../images/m/common/hamburger.png)no-repeat;
		background-size: contain;
		background-position : center;
	}
	.m-header.dark .hamburger{
		background : url(../images/m/common/hamburger-dark.png)no-repeat;
		background-size: contain;
		background-position : center;
	}
	.m-header.on .hamburger{
		background : url(../images/m/common/hamburger-x.png)no-repeat;
		background-size: contain;
		background-position : center;
	}
	.m-header .hamburger{
		background: url(../images/m/common/hamburger-dark.png) no-repeat;
		background-size: contain;
		background-position: center;
		width : 26px;
	}
	.m-header .hamburger-menu{
		display: flex;
		justify-content: center;
		align-items: center;
		position : absolute;
		width : 100vw;
		height : 100vh;
		top : 0;
		left : 0;
		background : #D8D4CC;
		z-index: -1;
		/* padding-top : 23.2031vh; */
		transform: translateX(100%);
		transition : 1s;
	}
	.m-header.on .hamburger-menu{
		transform: translateX(0);
	}
	.m-header .header-gnb{
		display : block;
		max-height : 80vh;
		height : auto;
		/* overflow : scroll; */
	}
	.m-header .header-gnb > li{
		margin-bottom : 20px;
	}
	.m-header .header-gnb > li > a{
		display: flex;
		/* justify-content: center; */
		flex-direction: column;
		align-items: center;
		font-weight: 500;
		color : #12253A;
		/* font-size : 4vw; */
		font-size : 24px;
	}
	.m-header .header-gnb > li > a > span{
		/* font-size: 6.6667vw; */
		font-size : 20px;
		font-family: contralto big, contralto-big;
	}
	.m-header .header-gnb > li > a:hover{
		font-weight: 700;
	}
	.m-header .header-gnb > li > ul{
		display : none;
		text-align : center;
		color : #12253A;
		/* font-size : 3.5vw; */
		font-size : 16px;
	}
	.m-header .header-gnb > li > ul > li > a{
		display : block;
		padding : 5px 0;
		letter-spacing : -0.04em;
		font-weight : 500;
		/* font-size : 12px; */
		font-size : 14px;
	}
	.m-header .btn-box > a:nth-child(1){
		color : #12253A;
	}
	.m-header .btn-box {
		display: flex;
		width: 100%;
		/* height: 12vw; */
		height : 45px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		/* background: #aaa; */
	}
	.m-header .btn-box > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		gap: 1.3333vw;
	}
	.m-header .btn-box > a:nth-child(1) {
		color: #12253A;
		font-size: 16px;
		font-family: futura-pt;
		border: 1px solid #D8D4CC;
	}
	.m-header .btn-box > a:nth-child(2) {
		color: #D8D4CC;
		font-size: 14px;
		background: #12253A;
		/* font-family: Pretendard-Regular; */
		font-weight: 700;
	}
	.m-header .btn-box > a img{
			width : 15px;
			max-width : 50px;
	}
}

/*** 991px ***/
@media (max-width : 991px){
	.pcView{
		display : none !important;
	}
	.moView{
		display : block !important;
	}
	/* footer */
	.footer{
		display : flex;
		flex-direction : column;
		align-items : start;
		/* padding : 30px; */
		padding : 20px;
		gap : 20px;
		background : #000C29;
	}
	.footer-left{
		
	}
	.footer-logo{
		width : 40vw;
		max-width : 229px;
	}
	.footer-logo img{
		width : 100%;
	}
	.main-section-footer .footer-left{
		transform : translateX(30px);
		opacity : 0;
		transition : .7s;
		transition-delay : 0;
	}
	.main-section-footer.is-active .footer-left{
		transform : translateX(0px);
		opacity : 1;
	}
	.footer-right{
		width : 100%;
	}

	.footer-p-01{
		color : #fff;
		letter-spacing : -0.02em;
		margin-bottom : 15px;
		font-size : 12px;
	}
	.main-section-footer .footer-p-01{
		transform : translateY(30px);
		opacity : 0;
		transition : .7s;
		transition-delay : .5s;
	}
	.main-section-footer.is-active .footer-p-01{
		transform : translateY(0px);
		opacity : 1;
	}
	.footer-p-01 > span{
		font-weight : 500;
		color : #;
	}
	.footer-ul{
		display : flex;
		align-items : center;
		gap : 8px;
		margin-bottom : 14px;
		font-size : 12px;
	}
	.footer-ul > li:nth-child(1) img{
		height : 12px;
	}
	.main-section-footer .footer-ul{
		transform : translateY(30px);
		opacity : 0;
		transition : .5s;
		transition-delay : 0;
	}
	.main-section-footer.is-active .footer-ul{
		transform : translateY(0px);
		opacity : 1;
		transition : .7s;
		transition-delay : .6s;
	}
	.footer-p-02{
		color : #eee;
		letter-spacing : -0.02em;
		/* font-size : 12px; */
		font-size : 10px;
		margin-bottom : 14px;
	}
	.main-section-footer .footer-p-02{
		transform : translateY(30px);
		opacity : 0;
		transition : .7s;
		transition-delay : 0;
	}
	.main-section-footer.is-active .footer-p-02{
		transform : translateY(0px);
		opacity : 1;
		transition-delay : .7s;
	}

	.footer .footer-info{
		color : #585858;
		color : #eee;
		/* font-size: 12px; */
		font-size : 10px;
		letter-spacing: -0.04em;
		margin-bottom : 15px;
	}
	.main-section-footer .footer-info{
		transform : translateY(30px);
		opacity : 0;
		transition : .7s;
	}
	.main-section-footer.is-active .footer-info{
		transform : translateY(0px);
		opacity : 1;
		transition-delay : .8s;
	}

	.footer .footer-copy{
		color : #585858;
		color : #eee;
		/* font-size: 12px; */
		font-size : 10px;
		font-family: Montserrat, Noto Sans KR;
	}
	.main-section-footer .footer-copy{
		transform : translateY(30px);
		opacity : 0;
		transition : .7s;
	}
	.main-section-footer.is-active .footer-copy{
		transform : translateY(0px);
		opacity : 1;
		transition-delay : .9s;
	}
}
