@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


/*Common*/
*{margin:0;padding:0}
html,body{width:100%;height:100%}
html{overflow-y:scroll;scroll-behavior: smooth;}
body{background-color:#fff;word-break:keep-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option,button{
	color:#555;
	font-family:"Noto Sans KR","돋움",dotum,sans-serif;
	font-size:14px;font-weight:normal
}
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:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;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%;}
sup{font-size:10px;}
sub{vertical-align:top;display:inline-block;margin:3px 0 0;font-size:10px;font-weight:500;}

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

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




/* header */
#header{position:fixed;left:0;top:0;width:100%;z-index:1200;transition:all 0.4s;}
#header.nav-up {top:-90px;}
.head{
	position:relative;
	box-sizing:border-box;
	width:100%;height:90px;
	margin:0 auto;padding:0 3%;
	text-align:center;
	transition:all 0.4s;
}
.head h1{position:absolute;left:3%;top:26px;z-index:900;}
.head h1 a{
	display:block;
	width:199px;height:34px;
	background:url(/images/common/logo1.png) no-repeat center;
	text-indent:-9999px;
	transition:all 0.4s;
}
.head .gnb{
	display:flex;align-items:center;justify-content:flex-end;
	position:absolute;right:3%;top:28px;
}
.head .gnb .language{position:relative;margin-right:50px;}
.head .gnb .language>a{
	display:block;
	width:29px;height:29px;
	background:url(/images/common/btn_lang.png) no-repeat center;
	transition:all 0.4s;
}
.head .gnb .language>ul{display:none;position:absolute;left:50%;top:100%;z-index:10;width:70px;margin:10px 0 0 -35px;}
.head .gnb .language>ul>li{margin-bottom:2px;}
.head .gnb .language>ul>li>a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:34px;
	font-family:"Lexend";font-size:16px;color:#000;
	background:#fff;
	border-radius:17px;
	transition:all 0.4s;
}
.head .gnb .language>ul>li.on>a{background:#0097dc;color:#fff;}
.head .gnb .btnMenu{
	position:relative;z-index:3000;
	width:30px;height:22px;
	cursor:pointer;
}
.head .gnb .btnMenu>div{
	width:100%;height:2px;
	margin-bottom:8px;
	background:#fff;
	transition:all 0.4s;
}
.head .gnb .btnMenu>div:last-child{margin-bottom:0;}

.head .gnb .btnMenu.openmenu>div{background:#000;transition:all 0.4s 0.4s;}
.head .gnb .btnMenu.openmenu>div:nth-child(1){transform: translateY(10px) rotate(45deg);}
.head .gnb .btnMenu.openmenu>div:nth-child(2){transform:scale(0);}
.head .gnb .btnMenu.openmenu>div:nth-child(3){transform: translateY(-10px) rotate(-45deg);}


.head .pcNav{}
.head .pcNav:after{
	display:block;content:"";
	width:100%;height:460px;
	background:#f8f8f8;
	position:absolute;left:0;top:0;z-index:-1;
	transform:scaleY(0);transition:all 0.5s;
	transform-origin:top;
}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{position:relative;z-index:10;margin:0 3vw;}
.head .pcNav>ul>li>a{
	font-size:18px;color:#fff;font-weight:500;line-height:90px;
	transition:all 0.4s;
}
.head .pcNav>ul>li:after{
	display:block;content:"";
	width:100%;height:2px;
	background:#0097dc;
	position:absolute;left:0;bottom:0;
	transform:scaleX(0);transition:all 0.4s;
}
.head .pcNav>ul>li.on:after{transform:scaleX(1);}
.head .pcNav>ul>li>ul{
	display:none;
	position:absolute;left:50%;top:100%;transform:translateX(-50%);
	width:200px;
	padding:35px 0 0;
}
.head .pcNav>ul>li>ul>li{margin-bottom:10px;}
.head .pcNav>ul>li>ul>li>a{font-size:16px;color:#555;font-weight:500;}
.head .pcNav>ul>li>ul>li>a:hover{color:#0097dc;}


@media(max-width:1399px){
	.head .pcNav{display:none;}
}
@media(max-width:812px){
	.head{height:70px;}
	.head h1{top:20px;}
	.head .gnb{top:21px;}
	.head .gnb .language{margin-right:25px;}
}



/**/
.on{}
.on .head{background:#fff;}
.on .head h1 a{background:url(/images/common/logo2.png) no-repeat center;}
.on .head .gnb .language>a{background:url(/images/common/btn_lang2.png) no-repeat center;}
.on .head .gnb .btnMenu>div{background:#000;}
.on .head .pcNav>ul>li>a{color:#000;}
.on .head .pcNav:after{transform:scaleY(1);transition:all 0.3s;}

.wh{box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.wh .head{background:#fff;}
.wh .head h1 a{background:url(/images/common/logo2.png) no-repeat center;}
.wh .head .gnb .language>a{background:url(/images/common/btn_lang2.png) no-repeat center;}
.wh .head .gnb .btnMenu>div{background:#000;}
.wh .head .pcNav>ul>li>a{color:#000;}




/* allmenu */
.allmenu{
	position:fixed;left:0;top:0;z-index:1200;
	width:100%;height:100vh;
	overflow:hidden;overflow-y:auto;
	background:#f6f6f6;
	opacity:0;transform:translateX(-100%);
	transition:all 0.8s cubic-bezier(.38,.37,.12,.98);
}
.allmenu:after{
	display:block;content:"";
	width:100%;height:289px;
	background:url(/images/common/all_bg.png) no-repeat center bottom;
	position:absolute;left:0;bottom:0;
	opacity:0;transform:translateY(40px);
	transition:all 0.8s cubic-bezier(.38,.37,.12,.98) 0.6s;
}
.allmenu .allwrap{
	box-sizing:border-box;
	width:100%;height:100%;
	padding:0 3%;
}
.allmenu .allwrap>ul{
	display:flex;position:relative;z-index:10;
	width:100%;height:100%;	
	box-sizing:border-box;
}
.allmenu .allwrap>ul:before{ 
	display:block;content:"";
	width:1px;height:100%;
	background:#ddd;
	position:absolute;left:0;top:0;
}
.allmenu .allwrap>ul>li{
	position:relative;box-sizing:border-box;width:20%;padding:60px 40px 20px;
}
.allmenu .allwrap>ul>li:after{
	display:block;content:"";
	width:1px;height:100%;
	background:#ddd;
	position:absolute;right:0;top:0;	
}
.allmenu .allwrap>ul>li:nth-child(2){width:40%;}
.allmenu .allwrap>ul>li:nth-child(2):before{
	display:block;content:"";
	width:1px;height:100%;
	background:#ddd;
	position:absolute;right:50%;top:0;		
}
.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(4){position:absolute;left:calc(50% + 40px);top:-1.8vh;}
.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(5){position:absolute;left:calc(50% + 40px);top:135px;}
.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(6){position:absolute;left:calc(50% + 40px);top:175px;}
.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(7){position:absolute;left:calc(50% + 40px);top:275px;}
.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(8){position:absolute;left:calc(50% + 40px);top:315px;}
.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(9){position:absolute;left:calc(50% + 40px);top:355px;}
.allmenu .allwrap>ul>li:nth-child(4){position:absolute;left:60%;top:415px;}
.allmenu .allwrap>ul>li:last-child{position:absolute;left:80%;top:230px;}
.allmenu .allwrap>ul>li:last-child:after{display:none;}
.allmenu .allwrap>ul>li>a{
	position:relative;
	display:block;
	font-size:27px;color:#000;font-weight:700;
	cursor:default;
	opacity:0;transform:translateX(-40px);
	transition:all 0.8s cubic-bezier(.38,.37,.12,.98) 0.6s;
}
.allmenu .allwrap>ul>li>a:before{
	display:block;content:"";
	width:2px;height:26px;
	background:#000;
	position:absolute;left:-40px;top:8px;
	transition:all 0.8s cubic-bezier(.38,.37,.12,.98) 0.6s;
}
.allmenu .allwrap>ul>li:hover>a{color:#0097dc;transition:all 0.25s 0s}
.allmenu .allwrap>ul>li:hover>a:before{background:#0097dc;transition:all 0.25s 0s}

.allmenu .allwrap>ul>li>ul{
	margin-top:3vh;
	opacity:0;transform:translateX(-40px);
	transition:all 0.8s cubic-bezier(.38,.37,.12,.98) 0.6s;
}
.allmenu .allwrap>ul>li>ul>li{margin-top:1.8vh;}
.allmenu .allwrap>ul>li>ul>li>a{font-size:17px;color:#333;font-weight:600;}
.allmenu .allwrap>ul>li>ul>li>a:hover{color:#0097dc;}
.allmenu .allwrap>ul>li>ul>li>ul{margin-top:1.5vh;}
.allmenu .allwrap>ul>li>ul>li>ul>li{
	position:relative;
	padding-left:14px;
}
.allmenu .allwrap>ul>li>ul>li>ul>li:before{
	display:block;content:"";
	width:6px;height:1px;
	background:#555;
	position:absolute;left:0;top:11px;
}
.allmenu .allwrap>ul>li>ul>li>ul>li>a{
	font-size:15px;color:#555;font-weight:500;line-height:1.6em;
}


.allmenu.open{opacity:1;transform:translateX(0);}
.allmenu.open:after{opacity:1;transform:translateY(0);}
.allmenu.open .allwrap>ul>li>a{opacity:1;transform:translateX(0);}
.allmenu.open .allwrap>ul>li>ul{opacity:1;transform:translateX(0);}



/* 스크롤바 */
::-webkit-scrollbar{width:0px;}
::-webkit-scrollbar-thumb {
	background-color: #2f3542;
	background-clip: padding-box;
	border: 2px solid transparent;
}
::-webkit-scrollbar-track{background:rgba(0,0,0,0.6);}


@media(max-width:1399px){
	
	.open .head h1 a{
		background:url(/images/common/logo2.png) no-repeat center
	}
	.allmenu{
		position:fixed;left:0;top:0;z-index:1000;
		width:100%;height:100vh;
		overflow:hidden;overflow-y:auto;
		background:#f6f6f6;
		opacity:0;transform:translateX(-100%);
		transition:all 0.8s cubic-bezier(.38,.37,.12,.98);
	}
	.allmenu:after{
		display:block;content:"";
		width:100%;
		background-size:contain;
	}
	.allmenu .allwrap{
		box-sizing:border-box;
		width:100%;
		padding:11vh 3%;
	}
	.allmenu .allwrap>ul{display:block;border-top:1px solid #ddd;}
	.allmenu .allwrap>ul:before{display:none;}
	.allmenu .allwrap>ul>li{
		position:relative;
		width:100%;padding:10px 20px;
		border-bottom:1px solid #ddd;
	}
	.allmenu .allwrap>ul>li:after{display:none}
	.allmenu .allwrap>ul>li:last-child{position:static;}
	.allmenu .allwrap>ul>li:last-child:after{display:none;}
	.allmenu .allwrap>ul>li:nth-child(2){width:100%;}
	.allmenu .allwrap>ul>li:nth-child(2):before{display:none;}
	.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(4){position:static;}
	.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(5){position:static;}
	.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(6){position:static;}
	.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(7){position:static;}
	.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(8){position:static;}
	.allmenu .allwrap>ul>li:nth-child(2)>ul>li:nth-child(9){position:static;}
	.allmenu .allwrap>ul>li:nth-child(4){position:relative;left:0;top:0;}
	.allmenu .allwrap>ul>li>a{
		position:relative;
		display:block;
		font-size:27px;color:#000;font-weight:700;
		cursor:default;
		opacity:0;transform:translateX(-40px);
		transition:all 0.8s cubic-bezier(.38,.37,.12,.98) 0.6s;
	}
	.allmenu .allwrap>ul>li>a:before{display:none;}
	.allmenu .allwrap>ul>li>a:after{
		display:block;content:"";
		width:6px;height:6px;
		border-right:2px solid #000;border-bottom:2px solid #000;
		transform:rotate(45deg);
		position:absolute;right:0;top:50%;
		margin:-3px 0 0 6px;
	}
	.allmenu .allwrap>ul>li.act>a:after{
		transform:rotate(225deg);
		position:absolute;right:0;top:50%;
		margin:-3px 0 0 6px;
	}

	.allmenu .allwrap>ul>li>ul{
		display:none;
		margin-top:2vh;
		opacity:0;transform:translateX(-40px);
		transition:all 0s cubic-bezier(.38,.37,.12,.98) 0s;
	}
	.allmenu .allwrap>ul>li>ul>li{margin-top:5px;}
	.allmenu .allwrap>ul>li>ul>li>a{font-size:17px;color:#333;font-weight:600;}
	.allmenu .allwrap>ul>li>ul>li>ul{margin-top:5px;}
	.allmenu .allwrap>ul>li>ul>li>ul>li{
		position:relative;
		padding-left:14px;
	}
	.allmenu .allwrap>ul>li>ul>li>ul>li:before{
		display:block;content:"";
		width:6px;height:1px;
		background:#555;
		position:absolute;left:0;top:11px;
	}
	.allmenu .allwrap>ul>li>ul>li>ul>li>a{
		font-size:15px;color:#555;font-weight:500;line-height:1.6em;
	}


	.allmenu.open{opacity:1;transform:translateX(0);}
	.allmenu.open .allwrap>ul>li>a{opacity:1;transform:translateX(0);}
	.allmenu.open .allwrap>ul>li>ul{opacity:1;transform:translateX(0);}

}





/* footer */
.foot{
	display:flex;justify-content:space-between;flex-wrap:wrap;
	position:relative;z-index:100;
	padding:45px 3%;background:#111;
}
.foot h1{width:260px;}
.foot .info{width:Calc(100% - 260px - 450px);}
.foot .info dl{display:flex;margin-bottom:5px;}
.foot .info dl:last-child{margin-bottom:0;}
.foot .info dl dt{position:relative;width:190px;font-size:17px;color:#fff;font-weight:500;}
.foot .info dl dt:after{
	display:block;content:"";
	width:1px;height:16px;
	background:rgba(255,255,255,0.2);
	position:absolute;right:0;top:6px;
}
.foot .info dl dd{
	box-sizing:border-box;
	width:calc(100% - 190px);padding:0 30px;
	font-size:17px;color:rgba(255,255,255,0.6);
}
.foot .family{position:absolute;right:3%;top:45px;width:100%;max-width:240px;}
.foot .family>a{
	display:block;box-sizing:border-box;
	width:100%;height:46px;
	padding:0 25px;
	border:1px solid #707070;
	font-size:16px;color:rgba(255,255,255,0.6);line-height:44px;
}
.foot .family>a:after{
	display:block;content:"";
	width:6px;height:6px;
	border-right:1px solid rgba(255,255,255,0.6);border-bottom:1px solid rgba(255,255,255,0.6);
	transform:rotate(45deg);
	position:absolute;right:25px;top:50%;margin-top:-3px;transition:all 0.24s;
}
.foot .family.act>a:after{transform:rotate(225deg);}
.foot .family>ul{
	display:none;position:absolute;left:0;bottom:100%;z-index:1000;width:100%;background:#111;
	box-sizing:border-box;
}
.foot .family>ul>li{}
.foot .family>ul>li>a{
	display:block;box-sizing:border-box;
	width:100%;height:46px;
	padding:0 25px;
	border:1px solid #707070;border-bottom:0;	
	font-size:16px;color:rgba(255,255,255,0.6);line-height:45px;
}
.foot .copy{width:450px;padding-top:66px;font-size:15px;color:rgba(255,255,255,0.6);text-align:right;}



@media(max-width:1399px){
	.foot{display:block;}
	.foot .info{width:100%;padding:15px 0;}
	.foot .copy{width:100%;padding-top:20px;text-align:left;}
}
@media(max-width:812px){
	.foot .info dl dt{font-size:12px;width:120px;}
	.foot .info dl dt:after{height:12px;top:4px;}
	.foot .info dl dd{font-size:12px;width:calc(100% - 120px);padding:0 15px;}
	.foot .copy{font-size:11px;padding-top:20px;}
	.foot .family{position:relative;padding:0 0%;right:0;top:0;max-width:100%;}
	.foot .family>a{box-sizing:border-box;width:100%;padding:0 15px;font-size:15px;}
	.foot .family>ul{}
	.foot .family>ul>li>a{width:100%;padding:0 15px;font-size:15px;}
}



/* layerPop */
#bgBlack{
	display:none;
	position:fixed;left:0;top:0;z-index:2000;
	width:100%;height:100%;
	background:rgba(0,0,0,0.8)
}
.layerPop{
	display:none;
	position:fixed;left:50%;top:50%;z-index:3000;
	max-width:1500px;width:94%;
	transform:translate(-50%,-50%);
	text-align:right;
}
.layerPop .con{
	box-sizing:border-box;
	overflow:hidden;overflow-y:auto;
	padding:60px;height:70vh;margin-top:10px;
	background:#fff;
	text-align:left;
}
.layerPop .con .tit{font-size:42px;color:#000;font-weight:600;}
.layerPop .con ul.tip{margin:30px 0 40px;}
.layerPop .con ul.tip li{
	position:relative;
	padding-left:14px;margin-bottom:5px;
	font-size:16px;color:#333;
}
.layerPop .con ul.tip li:before{
	display:block;content:"";
	width:7px;height:7px;
	background:#7fc241;
	position:absolute;left:0;top:10px;
	border-radius:50%;
}
.layerPop .con ul.cate{
	display:flex;
	margin-bottom:25px;
	border:1px solid #ddd;
}
.layerPop .con ul.cate li{width:50%;border-right:1px solid #ddd;}
.layerPop .con ul.cate li:last-child{border-right:0;}
.layerPop .con ul.cate li a{
	display:flex;align-items:center;justify-content:center;
	height:65px;
	background:#fff;
	font-size:21px;color:#888;text-align:center;font-weight:500;
}
.layerPop .con ul.cate li.on a{background:#7fc241;color:#fff;}
.layerPop .con .formwrap{}
.layerPop .con .formwrap .req{color:#7fc241;}
.layerPop .con .formwrap dl{		
	display:flex;
	padding:20px 0;margin-bottom:20px;
	border-bottom:1px solid #ddd;
}
.layerPop .con .formwrap dl dt{width:120px;font-size:17px;color:#000;font-weight:600;padding-top:10px;}
.layerPop .con .formwrap dl.last dt{padding-top:0;}
.layerPop .con .formwrap dl dd{width:calc(100% - 120px);}
.layerPop .con .formwrap dl dd input{
	box-sizing:border-box;
	width:100%;height:46px;
	padding:0 20px;
	border:0;outline:0;background:0;
	font-size:17px;
}
.layerPop .con .formwrap dl dd textarea{
	box-sizing:border-box;
	width:100%;height:120px;
	padding:0 20px;
	border:0;outline:0;background:0;
	font-size:17px;
}
.layerPop .con .formwrap .tip{
	margin:15px 0 50px;
	font-size:17px;color:#7fc241;text-align:right;
}
.layerPop .con .formwrap button{
	display:block;
	width:260px;height:60px;
	margin:50px auto 0;
	background:#7fc241;
	font-size:16px;color:#fff;text-align:center;font-weight:600;
	outline:0;border:0;
}
.layerPop .con .formwrap button i{
	display:inline-block;
	width:14px;height:12px;
	background:url(/images/page/m15_brochure_arr.png) no-repeat;
}


.layerPop.vod .con{
	padding:0;
	height:80vh;
}
.layerPop.vod .con iframe{width:100%;height:100%;}

.layerPop.img .con{overflow:scroll;padding:0;height:auto;max-height:65vh;}
.layerPop.img .con img{width:1100px;max-width:1100px;}


@media(max-width:1399px){
	.layerPop.vod .con{height:64vh;}
}
@media(max-width:813px){
	
	.layerPop{}
	.layerPop .con{padding:40px;}
	.layerPop.vod .con{height:34vh;}
	.layerPop .con .tit{font-size:30px;}
	.layerPop .con .formwrap button{width:100%;}

}




.btnTop{
	display:none;
	position:fixed;right:2%;top:calc(100% - 230px);z-index:100;
	background:rgba(0,0,0,0.2);
	border-radius:20px;
	cursor:pointer;
}

/* 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%}
}
