@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/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&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;
-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:"Poppins","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%;}

/*test*/
.test1{border:1px solid red}
.test2{background:#4f7beb}

.font1{font-family:"Noto Sans KR";}
.font2{font-family:"Montserrat";}




/*로딩 이미지*/
#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;width:100%;z-index:1000;transition:all 0.4s;}
#header:after{
	display:block;content:"";
	width:100%;height:120px;
	background:#fff;
	position:absolute;left:0;top:100%;
	transform-origin:top;transform:scaleY(0);
	box-shadow:0 1px 0 #eee inset;
	transition:all 0.4s;
}
#header.on:after{transform:scaleY(1);}

.head{position:relative;display:flex;justify-content:center;}
.head h1{position:absolute;left:4%;top:32px;z-index:9999;}
.head h1 a{
	display:block;
	width:137px;height:47px;
	background:url(/images/common/logo1.png) no-repeat center;
	background-size:contain;
	text-indent:-9999px;
	transition:all 0.4s;	
}
.head .pcNav{}
.head .pcNav>ul{display:flex;}
.head .pcNav>ul>li{margin:0 1.9vw;}
.head .pcNav>ul>li>a{
	font-size:20px;color:#fff;font-weight:500;line-height:110px;
	text-transform:uppercase;
	transition:all 0.4s;	
}
.head .pcNav>ul>li>ul{
	display:none;
	overflow:hidden;
	position:absolute;z-index:10;
	left:50%;top:100%;
	width:1280px;
	transform:translateX(-50%);
	text-align:center;
}
.head .pcNav>ul>li>ul>li{
	display:inline-block;
	position:relative;
	margin:0;line-height:120px;
}
.head .pcNav>ul>li>ul>li>a{
	display:block;
	padding:0 40px;font-weight: 500;
	box-sizing:border-box;
	font-size:18px;color:#000;
	transition:all 0.24s;
	position: relative;z-index:10;
}

.head .gnb{
	position:absolute;right:4%;top:33px;
	display:flex;align-items:center;
}
.head .gnb .contact{
	display: block;
	padding: 0 15px;
	height: 46px;
	line-height: 46px;
	border:1px solid rgba(255,255,255,0.7);
	border-radius: 50px;
	font-size:13px;color:#fff;text-align:center;
	margin-right: 25px;
	transition:all 0.4s;
}
.head .gnb .language{margin-right:25px;}
.head .gnb .language>a{
	box-sizing:border-box;
	display:block;
	width:46px;height:46px;
	border:1px solid rgba(255,255,255,0.7);border-radius:50%;
	font-size:13px;color:#fff;text-align:center;line-height:44px;
	transition:all 0.4s;	
}
.head .gnb .btnMenu{
	position:relative;z-index:5000;
	width:34px;
	cursor:pointer;
}
.head .gnb .btnMenu>div{
	width:100%;height:3px;
	margin-bottom:8px;
	background:#fff;
	transition:all 0.24s;
}
.head .gnb .btnMenu>div:nth-child(3){width:70%;margin-bottom:0;}
.head .gnb .btnMenu.openmenu>div{background:#000;}
.head .gnb .btnMenu.openmenu>div:nth-child(1){transform:translateY(5px) rotate(45deg);}
.head .gnb .btnMenu.openmenu>div:nth-child(3){opacity:0;}
.head .gnb .btnMenu.openmenu>div:nth-child(2){transform: translateY(-5px) rotate(-45deg);}





#header.on{background:#fff;}
#header.on h1 a{
	background:url(/images/common/logo2.png) no-repeat center;
	background-size:contain;	
}
#header.on .head .pcNav>ul>li>a{color:#000;}
#header.on .head .gnb .contact{border:1px solid rgba(0,0,0,0.7);color:#000;}
#header.on .head .gnb .language>a{border:1px solid rgba(0,0,0,0.7);color:#000;}
#header.on .head .gnb .btnMenu>div{background:#000;}

#header.scroll{background:#fff;}
#header.scroll h1 a{
	background:url(/images/common/logo2.png) no-repeat center;
	background-size:contain;	
}
#header.scroll .head .pcNav>ul>li>a{color:#000;}
#header.scroll .head .gnb .contact{border:1px solid rgba(0,0,0,0.7);color:#000;}
#header.scroll .head .gnb .language>a{border:1px solid rgba(0,0,0,0.7);color:#000;}
#header.scroll .head .gnb .btnMenu>div{background:#000;}

#header.all h1 a{
	background:url(/images/common/logo2.png) no-repeat center;
	background-size:contain;	
}




@media(max-width:1399px){

	.head .pcNav{display:none;}

}
@media(max-width:813px){

	.head h1 a{width:105px;height:35px;}
	.head .gnb{top:26px;}
	.head .gnb .contact{margin-right: 15px;}
	.head .gnb .language{margin-right:15px;}

}




/*allmenu*/
.allmenuBg {
	display: block;
	width: 46px;
	height: 46px;
	background: #efefef;
	border-radius: 50%;
	position: absolute;
	left: calc(97% - 23px);
	top: 46px;
	z-index: 1000;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.8s ease-in-out;
}
.allmenuBg.open{
	transform: translate(-50%, -50%) scale(100);
}
.allmenu{
	position:fixed;right:0;top:0;z-index:2000;
	width:100%;height:100vh;
	background:url(/images/common/all_bg.jpg) no-repeat center bottom;
	background-size:cover;
	transform: scaleX(0);
}
.allmenu.open{
	transform: scaleX(1);  transition: all 0s 0s; 
}
.allmenu .allmenuwrap{
	max-width:100%;
	width:100%;height:100%;
	padding:120px 3.125vw 30px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
	display:flex;
	align-items:center;
}
.allmenu .allmenuwrap>ul{height:100%;display:flex;flex-wrap:wrap;width:100%;gap:60px 0;}
.allmenu .allmenuwrap>ul>li{
	position:relative;
	box-sizing:border-box;
	width:25%;
	padding:0;
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.9s 0.1s;
	text-align: center;
}
.allmenu.open .allmenuwrap>ul>li{
	opacity: 1;
	transform: translate(0);
}
.allmenu .allmenuwrap>ul>li>a{		
	display: block;
	position:relative;
	width:100%;
	font-size:30px;color:#000;font-weight: 600;text-align: center;
	transition:all 0.2s ease;
}
.allmenu .allmenuwrap>ul>li>a:after{
	display:block;content:"";
	width:8px;height:8px;
	background:#0981f1;
	border-radius:50%;
	position:absolute;left:50%;top:100%;
	transform:translateX(-50%);
}
.allmenu .allmenuwrap>ul>li>a.on{color:#0981f1;}
.allmenu .allmenuwrap>ul>li>ul{display:block; margin-top: 20px;}
.allmenu .allmenuwrap>ul>li>ul>li{margin-bottom:6px;text-align: center;}
.allmenu .allmenuwrap>ul>li>ul>li>a{font-size:18px;color:#000;font-weight:500;text-align: center;font-family: "Noto Sans KR";}
.allmenu .allmenuwrap>ul>li>ul>li:hover>a{color:#0981f1;font-weight: 500;}
.allmenu .allmenuwrap>ul>li>ul>li>ul{padding:5px 0 10px 0; display: none;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li{position:relative;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>a{font-size:16px;color:#555;}


@media(max-width:1399px){
	
	.allmenu .allmenuwrap>ul{display:block;text-align:left;}
	.allmenu .allmenuwrap>ul:after{
		display:block;content:"";
		width:1px;height:100%;
		background:#ccc;
		position:absolute;left:50%;top:0;
	}
	.allmenu .allmenuwrap>ul>li{position:relative;width:50%;z-index:20;}
	.allmenu .allmenuwrap>ul>li:after{
		display:block;content:"";
		width:8px;height:8px;
		background:#0981f1;
		border-radius:50%;
		position:absolute;left:100%;top:50%;
		margin:-4px 0 0 -4px;
		opacity:0;
		transition:all 0.4s;
	}
	.allmenu .allmenuwrap>ul>li.act:after{opacity:1;}
	.allmenu .allmenuwrap>ul>li>a{font-size:5vw;text-align:left;}
	.allmenu .allmenuwrap>ul>li>a:after{display:none;}
	.allmenu .allmenuwrap>ul>li>ul{
		display:none;
		position:absolute;left:100%;top:0;
		width:100%;
		box-sizing:border-box;
		padding:0 10%;
	}
	.allmenu .allmenuwrap>ul>li:first-child>ul{display:block;}
	.allmenu .allmenuwrap>ul>li>ul>li{position:relative;margin-bottom:3px;text-align:left;}
	.allmenu .allmenuwrap>ul>li>ul>li.onoff2>a:after{
		display:inline-block;content:"";
		vertical-align:top;
		width:6px;height:6px;
		margin:8px 0 0 10px;
		border-right:3px solid #444;border-bottom:3px solid #444;
		transform:rotate(45deg);
		transition:all 0.4s;
		display: none;
	}
	.allmenu .allmenuwrap>ul>li>ul>li.onoff2.act>a:after{transform:rotate(225deg) translate(-4px, -4px);}
	.allmenu .allmenuwrap>ul>li>ul>li.onoff2:hover>a:after{border-right:3px solid #0981f1;border-bottom:3px solid #0981f1;}
	.allmenu .allmenuwrap>ul>li>ul>li>a{position:relative;}
	.allmenu .allmenuwrap>ul>li>ul>li>ul{display:none;}



}






/* footer */
#footer{padding:65px 4%;background:#111;}
.foot{display:flex;flex-wrap:wrap;}
.foot h1{width:260px;}
.foot ul{width:310px;}
.foot ul li a{font-size:19px;color:rgba(255,255,255,0.7);}
.foot .info{width:calc(100% - 260px - 310px);}
.foot .info address{
	font-size:17px;color:rgba(255,255,255,0.7);line-height:1.7em;
}
.foot .info address .bar{
	display:inline-block;
	width:1px;height:15px;
	background:rgba(255,255,255,0.2);
	margin:0 10px;
}
.foot .info .copy{margin-top:35px;font-size:17px;color:rgba(255,255,255,0.5);}



@media(max-width:960px){
	
	.foot{justify-content:space-between;}
	.foot ul{display:flex;width:auto;}
	.foot ul li{margin-left:15px;}
	.foot .info{width:100%;margin-top:40px;}

}
@media(max-width:813px){
	
	.foot{justify-content:space-between;}
	.foot ul{margin-top:20px;}
	.foot ul li:first-child{margin:0;}
	.foot ul li a{font-size: 13px;}
	.foot .info address{font-size: 14px;}
	.foot .info address .bar{height: 11px; margin: 0 7px;}
	.foot .info .copy{font-size: 13px; margin-top: 20px;}
}





/* layerPop */
#bgBlack{
	position:fixed;left:0;top:0;z-index:3000;
	width:100%;height:100%;
	background:rgba(0,0,0,0.7);
	display: none;
}
.layerPop{
	
}