@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/*Common*/
*{margin:0;padding:0;box-sizing:border-box;}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;word-break:keep-all;}
body,h1,h2,h3,h4,h5,h6,th,td,ul,li,dl,dt,dd,a,p,input,textarea,select,option,button{
	color:#000;
	font-family:"Montserrat","pretendard","돋움",dotum,sans-serif;
	font-size:14px;font-weight:normal; 
	margin:0;padding:0;
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#000;text-decoration:none;cursor:pointer}
a:hover{color:#000;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}

/*test*/
.test1{border:1px solid red}
.test2{background:#4f7beb}

.font1{font-family:"Noto Sans KR";}
.font2{font-family:"Montserrat";}

:root {
--main-color:#E9BF1A;

--font-page-title: clamp(32px, 5vw, 66px);
--font-size-110: clamp(50px, 7.3vw, 110px); /**/
--font-size-70: clamp(40px, 5vw, 70px); /**/
--font-size-56: clamp(30px, 4.2vw, 56px); /**/
--font-size-54: clamp(28px, 4vw, 54px); /**/
--font-size-44: clamp(24px, 3.64vw, 44px); /**/
--font-size-40: clamp(23px, 3.34vw, 40px); /**/
--font-size-36: clamp(22px, 2.82vw, 36px); /**/
--font-size-34: clamp(25px, 2.75vw, 34px); /**/
--font-size-30: clamp(18px, 2.18vw, 30px); /**/
--font-size-28: clamp(18px, 2vw, 28px); /**/
--font-size-26: clamp(18px, 2vw, 26px); /**/
--font-size-22: clamp(16px, 1.73vw, 22px);/**/
--font-size-24: clamp(14px, 5vw, 24px);
--font-size-20: clamp(16px, 3vw, 20px);
--font-size-18: clamp(15px, 1.45vw, 18px); /**/
--font-size-17: clamp(14px, 1.45vw, 17px); /**/
}




/*로딩 이미지*/
#loading_img{text-align:center;display:none;width:100%;margin:10px 0px 10px 0px;}

/* popup */
.pop_today_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}
.pop_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}

@media(max-width:767px){
	/* 메인 레이어 팝업 */
	.main_layer_popup{width:96%!important;left:50%!important;top:50px!important;transform:translateX(-50%)}
	.main_layer_popup .popupContent{height:100%!important}
	.main_layer_popup img{width:100%}
}




#wrap{overflow:hidden;}




/* header */
#header{
	position:fixed;left:0;top:0;z-index:1000;width:100%;transition:all 0.4s;	
}
#header:after{
	display:block;content:"";
	width:100%;height:70px;
	background:#fff;
	position:absolute;left:0;top:100%;z-index: -1;
	transform:scaleY(0);
	transform-origin:top;
	transition:all 0.6s;
}
.head{
	display:flex;align-items:center;justify-content:space-between;
	position:relative;
	width:94%;height:99px;
	margin:0 auto;
	box-shadow:0 -1px 0 #d3d9df inset;
}
.head .logo{
	position:absolute;left:0;bottom:0;z-index:1000;
	display:flex;align-items:center;justify-content:center;
	width:290px;height:100%;
	text-align:center;
}
.head .logo:after{
	display:block;content:"";
	width:1px;height:30px;
	background:#d3d9df;
	position:absolute;right:0;bottom:0;
}
.head .logo h1{display:inline-block;}
.head .logo h1 a{
	display:block;
	width:220px;height:52px;
	background:url(/images/common/logo1.png) no-repeat;
	text-indent:-9999px;
}
.head .pcNav{width:100%;}
.head .pcNav>ul{display:flex;align-items:center;justify-content:center;}
.head .pcNav>ul>li{position:relative;margin:0 2vw;}
.head .pcNav>ul>li>a{
	display:block;
	position:relative;
	font-size:16px;color:#fff;line-height:99px;
}
.head .pcNav>ul>li>a:after{
	display:block;content:"";
	width:100%;height:2px;
	background:#000;
	position:absolute;left:0;bottom:0;
	transform:scaleX(0);
	transition:all 0.6s;
}
.head .pcNav>ul>li.on>a:after{transform:scaleX(1);}
.head .pcNav>ul>li>.sub{
	display:none;
	position:absolute;left:0;top:100%;
	transform:translateX(-46px);
}
.head .pcNav>ul>li>.sub>ul{display:flex;width:1000px;}
.head .pcNav>ul>li:last-child>.sub{transform:translateX(-476px);}
.head .pcNav>ul>li>.sub>ul>li{
	position:relative;
	padding:0 46px;
}
.head .pcNav>ul>li>.sub>ul>li:after{
	display:block;content:"";
	width:1px;height:12px;
	background:#ccc;
	position:absolute;right:0;top:50%;
	margin-top:-6px;
}
.head .pcNav>ul>li>.sub>ul>li:last-child:after{display:none;}
.head .pcNav>ul>li>.sub>ul>li>a{font-size:16px;color:#666;line-height:70px;}
.head .pcNav>ul>li>.sub>ul>li>a:hover{color:#000;}


.head .btnMenu{
	position:absolute;right:0;bottom:0;
	display:flex;align-items:center;justify-content:center;
	width:111px;height:100%;
}
.head .btnMenu:after{
	display:block;content:"";
	width:1px;height:30px;
	background:#d3d9df;
	position:absolute;left:0;bottom:0;
}
.head .btnMenu>div{
	position:relative;z-index:5000;
	width:42px;
	cursor:pointer;
}
.head .btnMenu>div>div{
	width:100%;height:3px;
	margin-bottom:9px;
	background:#fff;
	transition:all 0.24s;
}
.head .btnMenu>div>div:nth-child(1){}
.head .btnMenu>div>div:nth-child(2){margin:0;}

.head .btnMenu.openMenu>div>div:nth-child(1){transform:rotate(45deg) translate(0,8.5px);}
.head .btnMenu.openMenu>div>div:nth-child(2){transform:rotate(-45deg) translate(0,-8.5px);}



@media(max-width:1399px){

	.head .pcNav{display:none;}

}
@media(max-width:1399px){
	
	.head{height:70px;}
	.head .logo{display:block;width:50%;padding:0;text-align:left;}
	.head .logo:after{display:none;}
	.head .logo h1{margin-top:14px;}
	.head .logo h1 a{
		width:150px;height:40px;
		background:url(/images/common/logo1.png) no-repeat;
		background-size:contain;
	}
	.head .btnMenu{width:unset;}
	.head .btnMenu>div{width:30px;}
	.head .btnMenu:after{display: none;}

}



/* allMenu */
.allMenu{
	visibility:hidden;
	position:fixed;left:0;top:0;z-index:2000;
	width:100%;height:100vh;
	background:#fff;
	opacity:0;
	transition:all 0.6s;
}
.allMenu.open{visibility:visible;opacity:1;}
.allMenu .bg{
	position:absolute;left:50%;top:0;
	transform:translate(-50%,0);
	height:100%;
	aspect-ratio:927/979;
}
.allMenu .bg .bg1{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	background:url(/images/common/allBg1.png) no-repeat;
	background-size:cover;
}
.allMenu .bg .bg2{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	background:url(/images/common/allBg.png) no-repeat;
	background-size:cover;
}
.allMenu .topArea{
	box-sizing:border-box;
	display:flex;
	height:334px;
	padding:100px 3%;
	background:#111;
}
.allMenu .topArea .logoImg{width:50%;}
.allMenu .topArea .allSlg{width:50%;font-size:29px;color:#fff;font-weight:500;line-height:1.4em;}
.allMenu .menuArea{
	box-sizing:border-box;
	padding:10vh 3%;
}
.allMenu .menuArea>ul{
	display:flex;flex-wrap:wrap;border-left:1px solid #ccc;padding-bottom:50px;
	position:relative;z-index:100;
}
.allMenu .menuArea>ul>li{
	flex:1;
	box-sizing:border-box;
	padding:0 40px;
	border-right:1px solid #ccc;
	opacity:0;transform:translateY(100px);
}
.allMenu .menuArea>ul>li>a{font-size:25px;color:#000;font-weight:600;}
.allMenu .menuArea>ul>li>ul{margin-top:55px;}
.allMenu .menuArea>ul>li>ul>li{margin-bottom:15px;}
.allMenu .menuArea>ul>li>ul>li>a{font-size:19px;color:#666;}


.allMenu .topArea .allSlg{transform: translateX(40px); opacity: 0;}
.allMenu.open .topArea .allSlg{transform: translateX(0); opacity: 1; transition: all 1.4s 0.5s;}
.allMenu.open .menuArea>ul>li{opacity:1;transform:translateY(0);}
.allMenu.open .menuArea>ul>li:nth-child(1){transition:all 1s;}
.allMenu.open .menuArea>ul>li:nth-child(2){transition:all 1s 0.2s;}
.allMenu.open .menuArea>ul>li:nth-child(3){transition:all 1s 0.3s;}
.allMenu.open .menuArea>ul>li:nth-child(4){transition:all 1s 0.4s;}
.allMenu.open .menuArea>ul>li:nth-child(5){transition:all 1s 0.5s;}
.allMenu.open .menuArea>ul>li:nth-child(6){transition:all 1s 0.6s;}


@media (max-width: 1399px){
	.allMenu .bg{display: none;}
	.allMenu .topArea{
		padding: 0 3%;
		height: 70px;
		align-items: center;
	}
	.allMenu .topArea .logoImg{width: 150px; height: 40px;}
	.allMenu .topArea .allSlg{display: none;}
	.allMenu .menuArea{padding: 10vh 3% 0;}
	.allMenu .menuArea>ul{
		flex-direction: column;
		padding-bottom: 30px;
	}
	.allMenu .menuArea>ul>li>a{
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.allMenu .menuArea>ul>li>a:after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 9px;
		height: 9px;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
		transform: rotate(-45deg);
		transform-origin: center;
		margin: 7px 0 0 0 ;
	}
	.allMenu .menuArea>ul>li.active>a:after{
		transform: rotate(135deg);
		margin: 14px 0 0 0;
	}
	.allMenu .menuArea>ul>li>ul{
		margin-top: 20px;
	}
	.allMenu .menuArea>ul>li{
		border: none;
	}
	.allMenu .menuArea>ul>li + li{
		margin-top: 20px;
	}
}


@media (max-width: 812px){
	.allMenu .menuArea>ul>li{padding: 0 4%; flex: unset;}
	.allMenu .menuArea>ul>li>ul>li:last-child{margin-bottom: 0;}
	.allMenu .menuArea>ul>li>a{font-size: 20px;}
	.allMenu .menuArea>ul>li>ul>li>a{font-size: 14px;}
	.allMenu .menuArea>ul>li>ul>li{margin-bottom: 5px;}
	.allMenu .menuArea>ul>li>ul{margin-top: 10px;}
}


/**/
#header.nav-up{transform:translateY(-100%);}


#header.scroll{background:#fff;}
#header.scroll .head .logo h1 a{
	background:url(/images/common/logo2.png) no-repeat center / contain;
}
#header.scroll .head .pcNav>ul>li>a{color:#000;}
#header.scroll .head .btnMenu>div>div{background:#000;}



#header.on{background:#fff;}
#header.on:after{transform:scaleY(1);}
#header.on .head .logo h1 a{
	background:url(/images/common/logo2.png) no-repeat center / contain;
}
#header.on .head .pcNav>ul>li>a{color:#000;}
#header.on .head .btnMenu>div>div{background:#000;}


#header.all .head .btnMenu>div>div{background:#fff;}










/* footer */
#footer{background:#111;}
.foot{}
.foot .footTop{
	display:flex;flex-wrap:wrap;
	padding:55px 3%;
}
.foot .footTop .footLogo{width:390px;}
.foot .footTop .info{
	display:flex;flex-wrap:wrap;
	width:calc(100% - 390px);
}
.foot .footTop .info dl{
	box-sizing:border-box;
	width:33%;
	padding:0 20px;margin-bottom:50px;
	box-shadow:1px 0 0 #595959 inset;
}
.foot .footTop .info dl dt{font-size:17px;color:#fff;}
.foot .footTop .info dl dt .bar{
	display:inline-block;
	width:1px;height:14px;
	background:rgba(255,255,255,0.2);
	margin:0 5px;
}
.foot .footTop .info dl dd{
	margin:20px 0 0;padding:0 0 0;
	font-size:16px;color:rgba(255,255,255,0.6);line-height:1.7em;
}
.foot .footTop .info dl:nth-child(1){order:1;}
.foot .footTop .info dl:nth-child(2){order:2;}
.foot .footTop .info dl:nth-child(3){order:4;margin:0;}
.foot .footTop .info dl:nth-child(4){order:5;margin:0;}
.foot .footTop .info dl:nth-child(5){order:3;}
.foot .copy{
	padding:32px 3%;
	border-top:1px solid #595959;
	font-size:16px;color:rgba(255,255,255,0.6);
}


@media(max-width:1020px){

	.foot .footTop{display:block;}
	.foot .footTop .info{width:100%;margin:60px 0 0;}

}
@media(max-width:812px){

	.foot .footTop .info dl{width:100%;margin-bottom:20px;}
	.foot .footTop .info dl dt{font-size:14px;}
	.foot .footTop .info dl dd{font-size:14px;}

	.foot .footTop .info dl:nth-child(1){order:1;}
	.foot .footTop .info dl:nth-child(2){order:2;}
	.foot .footTop .info dl:nth-child(3){order:3;margin:0 0 20px;}
	.foot .footTop .info dl:nth-child(4){order:4;margin:0 0 20px;}
	.foot .footTop .info dl:nth-child(5){order:5;}

	.foot .copy{font-size:12px;}

}




#btnTop{
	position:fixed;right:3%;top:calc(100% - 100px);z-index:1000;
	box-sizing:border-box;
	width:57px;height:57px;
	border:1px solid rgba(255,255,255,0.5);border-radius:50%;
	background:rgba(0,0,0,0.5);
	text-align:center;line-height:55px;
	transform:scale(0);transition:all 0.24s;
}
#btnTop a{display:block;}
#btnTop img{width:11px;}
#btnTop.on{transform:scale(1);}