@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&display=swap');

/*Common*/
*{margin:0;padding:0;box-sizing:border-box;cursor: none;}
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:"pretendard","돋움",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;cursor: 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%}
}

/* 로딩스피너 */
#loadingIndicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	display: none;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-top: 4px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}



/* cursor */
.cursor{
	position: fixed;
	width: 24px;
	height: 24px;
	border:1px solid #0047BB;
	background:rgba(255,255,255,1);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9999;
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
	transform: translate(-50%, -50%);
	/*mix-blend-mode: difference;*/
}
.cursor.hover{
	width: 56px;
	height: 56px;
	background:rgba(0, 71, 187, 0.5);
	/*background:rgba(0,0,0,0.2);*/
}




/* header */
#header{
	position:fixed;left:0;top:0;z-index:1000;
	width:100%;
	transition:all 0.4s;
}
#header.nav-up{transform:translateY(-100%);}
.head{
	display:flex;justify-content:space-between;
	box-sizing:border-box;
	padding:22px 36px;
}
.head h1{}
.head h1 a{
	display:block;
	width:375px;height:54px;
	background:url(/images/common/logo2.png) no-repeat;
	background-size:contain;
	text-indent:-9999px;
}
.head .mobileTitle{display:none;}
.head .gnb{display:flex;gap:32px;}
.head .gnb>ul{display:flex;gap:30px;}
.head .gnb>ul>li{}
.head .gnb>ul>li>a{
	display:block;
	padding:8px;
	font-size:14px;color:#a0a1ab;font-weight:600;
	transition:all 0.4s;
}
.head .gnb>ul>li>a:hover{color:#000;}
.head .gnb>.btnSearch a{
	display:block;
	width:40px;height:40px;
	background:url(/images/common/icon_search.png) no-repeat;
	background-size:cover;
}
.head .gnb>.btnSearch.open a{
	background:url(/images/common/icon_close.png) no-repeat;
	background-size:cover;
}


.fixSearch{
	display:none;
	position:absolute;left:0;top:100%;z-index:1000;
	width:100%;
	box-sizing:border-box;
	padding:30px 36px 90px;
	background:#EEF1F6;
}
.fixSearch .searchText{
	display:flex;justify-content:space-between;
	padding:0 0 12px;
	border-bottom:1px solid #555;
}
.fixSearch .searchText input{
	box-sizing:border-box;
	width:calc(100% - 40px);height:40px;
	border:0;outline:0;background:0;
	font-size:19px;color:#555;font-weight:500;text-align:center;
}
.fixSearch .searchText button{
	width:40px;height:40px;
	border:0;background:0;outline:0;
}
.fixSearch .searchKeyword{padding:25px;}
.fixSearch .searchKeyword ul{
	display:flex;flex-wrap:wrap;gap:12px;
	max-width:1420px;
	box-sizing:border-box;
	padding:0 54px;margin:0 auto;
}
.fixSearch .searchKeyword ul li{}
.fixSearch .searchKeyword ul li a{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	height:34px;
	padding:0 10px;
	background:#fff;border:1px solid #fff;
	border-radius:5px;
	font-size:17px;color:#555;
	transition:all 0.24s;
}
.fixSearch .searchKeyword ul li:hover a{
	background:#d7dfeb;
	color:#0047bb;
	border:1px solid #0047bb;
}


.allMenu{
	visibility:hidden;
	opacity:0;
	position:fixed;left:0;top:0;z-index:3000;
	width:100%;height:100vh;
	background:rgba(0,0,0,0.5);backdrop-filter: blur(2px);
	transition:all 0.6s;
	text-align:left;
}
.allMenu.open{visibility:visible;opacity:1;}
.allMenu>div{
	display:flex;align-items:center;justify-content:center;
	width:80%;height:100%;
	background:rgba(255,255,255,0.95);
	backdrop-filter: blur(15px);
}
.allMenu>div>ul{width:100%;padding:0 5%;}
.allMenu>div>ul>li{border-bottom:1px solid rgba(0,0,0,0.2);}
.allMenu>div>ul>li:last-child{border:0;}
.allMenu>div>ul>li>a{display:block;padding:3vh 0;font-size:clamp(16px, 5vw, 24px);color:#08090B;font-weight:500;}
.allMenu>div>ul>li>ul{padding-bottom:2vh;}
.allMenu>div>ul>li>ul>li{}
.allMenu>div>ul>li>ul>li>a{display:block;padding:1vh 0;font-size:clamp(14px, 3.5vw, 16px);color:#08090B;font-weight:500;}





@media(max-width:1399px){
	
	*{cursor:default;}
	a:hover{cursor:pointer;}
	.cursor{display:none;}
	.head{justify-content:center;}
	.head .gnb>ul{display:none;}
	.btnSearch{position:absolute;right:36px;top:26px;z-index:1000;}
	.btnMenu{
		display:block;
		position:absolute;left:36px;top:36px;z-index:5000;
		width:30px;height:30px;
		padding-top:9px;
		cursor:pointer;
	}
	.btnMenu>div{
		width:100%;height:3px;
		margin-bottom:6px;
		background:#fff;
		cursor:pointer;
		transition:all 0.24s;
	}
	.btnMenu.open>div{background:#555;}
	.btnMenu.open>div:nth-child(1){transform:rotate(45deg) translate(3px,3px);}
	.btnMenu.open>div:nth-child(2){transform:rotate(-45deg) translate(3px,-3px);}

}
@media(max-width:812px){

	#header{backdrop-filter:blur(10px);}
	.head{	padding:26px 36px;}
	.head h1 a{
		display:block;
		width:120px;height:30px;
		background:url(/images/common/mobile_logo.png) no-repeat;
		background-size:contain;
		text-indent:-9999px;
	}	
	.btnMenu{left:5%;top:23px;}
	.btnSearch{right:5%;top:17px;}
	.head .gnb>.btnSearch a{
		background:url(/images/common/mobile_icon_search.png) no-repeat center;
		background-size:50px 50px;
	}

	.fixSearch .searchKeyword{padding:25px 0;}
	.fixSearch .searchKeyword ul{padding:0;gap:5px;}
	.fixSearch .searchKeyword ul li a{font-size:11px;}

}





#wrap{overflow:hidden;}
#container{position:relative;min-height:100vh;}


/* footer */
#footer{
	position:absolute;left:0;bottom:0;z-index:5000;
	transform:translateY(100vh);
	box-sizing:border-box;
	width:100%;height:100vh;
	padding:36px;
	background:url(/images/common/foot_bg.jpg) no-repeat;
	background-size:cover;	
}
.active #footer{transform:translateY(0);}
.foot{display:flex;flex-wrap:wrap;align-content:space-between;width:100%;height:100%;}
.foot .conWrap{
	position:relative;
	width:100%;
}
.foot .conWrap .whatif{}
.foot .conWrap .textarea{
	width:300px;
	margin:17% auto 0;
	transform:translateX(50px);
}
.foot .conWrap .textarea div{margin-bottom:40px;font-size:17px;color:#fff;line-height:1.4em;}
.foot .conWrap .textarea div.dot{
	display:none;
	width:16px;height:16px;
	background:#fff;
	border-radius:50%;
}
.foot .conWrap .textarea div:last-child{margin:0;}
.foot .conBtmWrap{
	display:flex;align-items:flex-end;justify-content:space-between;
	position:relative;
	width:100%;
}
.foot .conBtmWrap .fm{display:flex;gap:26px;}
.foot .conBtmWrap .fm>li{}
.foot .conBtmWrap .fm>li>a{font-size:17px;color:#fff;font-weight:500;}
.foot .conBtmWrap .info{}
.foot .conBtmWrap .info dl{display:flex;margin-bottom:5px;}
.foot .conBtmWrap .info dl:last-child{margin:0;}
.foot .conBtmWrap .info dl dt{width:158px;font-size:17px;color:#fff;font-weight:500;}
.foot .conBtmWrap .info dl dd{width:calc(100% - 158px);font-size:17px;color:#fff;}
.foot .conBtmWrap .link{display:flex;align-items:center;gap:38px;}


@media(max-width:1399px){

	.foot .conBtmWrap{display:block;}
	.foot .conBtmWrap .info{margin:40px 0;}
	.foot .conBtmWrap .link{justify-content:flex-end;}

}

@media(max-width:812px){
	
	#footer{
		padding:36px 5%;
		background:#0047BB url(/images/common/foot_bg.jpg) no-repeat center;
		background-size:cover;	
	}

	.foot .conWrap .whatif img{width:auto;height:50px;}
	.foot .conWrap .textarea{
		width:100%;
		margin:17% auto 0;
		transform:translateX(0px);	
	}
	.foot .conBtmWrap .fm{display:none;gap:15px;}
	.foot .conBtmWrap .fm>li>a{font-size:12px;}
	.foot .conBtmWrap .info dl dt{width:80px;font-size:12px;}
	.foot .conBtmWrap .info dl dd{width:calc(100% - 80px);font-size:12px;}
	.foot .conBtmWrap .link{gap:20px;}
	.foot .conBtmWrap .link img{height:30px;}

}