@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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.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;}
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}
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%}
}





/* guide */
#wrap{overflow:hidden;position:relative;}
#guide{position:fixed;left:0;top:0;z-index:5000;width:100%;transition:all 0.4s;}
#guide.off{transform:translateY(-100%);}
#guide>div{
	display:flex;align-items:center;justify-content:space-between;
	height:44px;
	padding:0 4%;
	background:#222;	
}
#guide>div .con{width:70%;}
#guide>div .con>a{display:flex;align-items:center;}
#guide>div .con .tit{
	display:flex;align-items:center;justify-content:center;
	width:75px;height:25px;
	margin-right:10px;
	background:#0086d1;
	font-size:13px;color:#fff;text-align:center;font-weight:500;
	border-radius:5px;
}
#guide>div .con .txt{font-size:16px;color:rgba(255,255,255,0.6);}
#guide>div .btns{display:flex;justify-content:flex-end;width:30%;}
#guide>div .btns>div{display:flex;align-items:center;margin-right:30px;}
#guide>div .btns>div input{display:none;}
#guide>div .btns>div input + label{
	position:relative;
	padding-right:32px;
	font-size:15px;color:rgba(255,255,255,0.4);
}
#guide>div .btns>div input + label:before{
	display:block;content:"";
	width:21px;height:21px;
	border:1px solid #4e4e4e;border-radius:5px;
	background:0;
	position:absolute;right:0;top:-2px;
}
#guide>div .btns>div input + label:after{
	display:block;content:"";
	width:11px;height:11px;
	border-radius:2px;
	background:#efefef;
	position:absolute;right:6px;top:4px;opacity:0;
}
#guide>div .btns>div input:checked + label:after{opacity:1;}





/* header */
#header{position:fixed;left:0;top:0;transform:translateY(44px);z-index:1005;width:100%;transition:all 0.4s;}
#header .headwrap{transition:all 0.4s;}
#header.nav-up{transform:translateY(-100%);}
#header.nav-up .headwrap{width:100%;height:170px;}
.head{
	display:flex;align-items:center;justify-content:space-between;
	padding:0 4%;
	transition:all 0.4s;
}
#guide.off ~ #header{transform:translateY(0);}
body.off #header{transform:translateY(0);transition:transform 0s;}
body.off #header .headwrap.nav-up{transform:translateY(-100%);transition:all 0.4s;}
.head h1{position:relative;z-index:2000;width:208px;height:38px;margin:80px 0 0 0;}
.head h1 a{
	display:block;
	width:100%;height:100%;
	background:url(/images/common/logo1.png) no-repeat;
	background-size:contain;
	text-indent:-9999px;
}
.head .links{
	overflow:hidden;
	display:flex;
	position:absolute;right:4%;top:13px;
	width:260px;height:32px;
	background:#fff;box-shadow:0 0 1px #444 inset;
	border-radius:19px;
}
.head .links li{width:50%;height:100%;}
.head .links li a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:100%;
	font-size:14px;color:#626262;
	border-radius:19px;
}
.head .links li.on a{background:#0086d1;color:#fff;}

.head .pcNav{
	box-sizing:border-box;
	width:calc(100% - 208px - 116px);
	padding:0 0 0 55px;margin-top:80px;
}
.head .pcNav>ul{display:flex;align-items:center;}
.head .pcNav>ul>li{position:relative;margin-left:50px;}
.head .pcNav>ul>li:first-child{margin-left:0;}
.head .pcNav>ul>li>a{font-size:19px;color:#0a0b10;}
.head .pcNav>ul>li>ul{
	display:none;
	position:absolute;left:50%;top:calc(100% + 15px);
	width:136px;
	padding:20px 0;
	transform:translate(-50%,0);
	background:#fff;
	border-radius:20px;
	text-align:center;
}
.head .pcNav>ul>li>ul>li{margin-bottom:10px;}
.head .pcNav>ul>li>ul>li:last-child{margin-bottom:0;}
.head .pcNav>ul>li>ul>li>a{font-size:17px;color:#000;font-weight:500;line-height:1.5em;transition:all 0.24s;}
.head .pcNav>ul>li>ul>li>a:hover{color:#0086d1;}

.head .gnb{
	display:flex;align-items:center;justify-content:flex-end;
	position:relative;z-index:2000;
	width:116px;
	margin-top:69px;
}
.head .gnb .btnSearch{margin:0 31px 0 0;cursor:pointer;}
.head .gnb .btnMenu{
	display:flex;flex-wrap:wrap;justify-content:flex-end;
	position:relative;z-index:50000;
	box-sizing:border-box;
	width:62px;height:62px;
	padding:23px 16px;
	background:#dfe4ea;
	border-radius:50%;
	cursor:pointer;
}
.head .gnb .btnMenu>div{
	width:100%;height:2px;
	margin-bottom:5px;
	background:#444;
	transition:all 0.4s;
}
.head .gnb .btnMenu>div:nth-child(3){margin:0;width:60%;}

.head .gnb .btnMenu.openmenu>div:nth-child(1){transform:translateY(7px) rotate(45deg);}
.head .gnb .btnMenu.openmenu>div:nth-child(2){opacity:0;}
.head .gnb .btnMenu.openmenu>div:nth-child(3){width:100%;transform:translateY(-7px) rotate(-45deg);}


#header.scroll .headwrap.linksOut{height:105px;}
.headwrap.linksOut .head{transform:translateY(-40px);}
.headwrap.linksOut .head .links{display:none;}



/* allMenu */
.allMenu{
	position:fixed;left:0;top:0;z-index:1005;
	width:100%;height:100vh;
	background:#fff;
	opacity:0;
	visibility:hidden;
	transition:opacity 0.5s, visibility 0.5s; 
}
.allMenu>div{
	width:100%;height:100%;
	box-sizing:border-box;
	padding:0 4%;
	background:url(/images/common/all_bg.png) no-repeat right bottom;
	opacity:0;
}
.allMenu>div>ul{
	display:flex;
	position:relative;
	width:100%;height:100%;	
}
.allMenu>div>ul:after{
	display:block;content:"";
	width:1px;height:100%;
	background:#ccc;
	position:absolute;left:0;top:0;
}
.allMenu>div>ul>li{
	position:relative;
	box-sizing:border-box;
	width:25%;
	padding:25vh 30px 0;
}
.allMenu>div>ul>li:after{
	display:block;content:"";
	width:1px;height:100%;
	background:#ccc;
	position:absolute;right:0;top:0;
	transform-origin:bottom;
}
.allMenu>div>ul>li>a{
	display:block;
	position:relative;font-size:32px;color:#000;font-weight:700;
}
.allMenu>div>ul>li>a:before{
	display:block;content:"";
	width:24px;height:21px;
	margin-bottom:10px;
	background:url(/images/common/all_menu_bg1.png) no-repeat;
	transition:all 0.4s;
}
.allMenu>div>ul>li:hover>a:before{
	transform:translateY(-10px);
	background:url(/images/common/all_menu_bg2.png) no-repeat;
}
.allMenu>div>ul>li>ul{margin-top:25px;}
.allMenu>div>ul>li>ul>li{margin-bottom:15px;}
.allMenu>div>ul>li>ul>li>a{display:inline-block;position:relative;font-size:20px;color:rgba(0,0,0,0.9);transition:all 0.24s;}
.allMenu>div>ul>li>ul>li>a:after{
	display:block;content:"";
	width:100%;height:1px;
	background: #0082c8;
	position:absolute;left:0;bottom:-2px;
	transform:scaleX(0);
	backface-visibility: hidden;
	transition:all 0.24s;
}
.allMenu>div>ul>li>ul>li:hover>a{color:#0082c8;}
.allMenu>div>ul>li>ul>li:hover>a:after{transform:scaleX(1);}


.allMenu.close{opacity:0;visibility:hidden;transition:opacity 0.5s 1s, visibility 0.5s 1s;}
.allMenu.close>div{opacity:1;transition:all 1s 1s;}
.allMenu.close>div>ul>li:after{transform:scaleY(0);transition:all 1s 0.2s;}
.allMenu.close>div>ul>li>a{opacity:0;transform:translateY(40px);transition:all 1s 0.2s;}
.allMenu.close>div>ul>li>ul{opacity:0;transform:translateY(40px);transition:all 1s;}

.allMenu.open{opacity:1;visibility: visible;transition:opacity 0.5s, visibility 0.5s;}
.allMenu.open>div{opacity:1;transition:all 1s;}
.allMenu.open>div>ul>li:after{transform:scaleY(1);transition:all 1s 0.2s;}
.allMenu.open>div>ul>li>a{opacity:1;transform:translateY(0);transition:all 1s 0.2s;}
.allMenu.open>div>ul>li>ul{opacity:1;transform:translateY(0px);transition:all 1s 0.4s;}


@keyframes allAniOpen{
	0%{transform:scale(0);}
	100%{transform:scale(1);}
}



#header.scroll .headwrap{height:140px;background:#fff;box-shadow:0 2px 3px rgba(0,0,0,0.05);}
#header.scroll .head{}

#header.all{top:0px;}





@media(max-width:1399px){

	.head .pcNav{display:none;}

	.allMenu>div{
		background:url(/images/common/all_bg.png) no-repeat right bottom;
		background-size:90% auto;
	}
	.allMenu>div>ul{
		display:block;
		padding-top:25vh;
	}
	.allMenu>div>ul:before{
		display:block;content:"";
		width:1px;height:100%;
		background:#ccc;
		position:absolute;left:0;top:0;
	}
	.allMenu>div>ul:after{
		display:block;content:"";
		width:1px;height:100%;
		background:#ccc;
		position:absolute;left:calc(100% - 1px);top:0;
	}
	.allMenu>div>ul>li{
		position:relative;
		width:100%;
		padding:30px 30px;
	}
	.allMenu>div>ul>li:after{display:none;}
	.allMenu>div>ul>li>a{font-size:32px;}
	.allMenu>div>ul>li>a:before{display:none;	}
	.allMenu>div>ul>li>a:after{
		display:block;content:"";
		width:10px;height:10px;
		border-right:2px solid #000;border-bottom:2px solid #000;
		transform:rotate(45deg);
		position:absolute;right:5px;top:10px;
		background:0;
		transition:all 0.4s;
	}
	.allMenu>div>ul>li.act>a:after{
		transform:rotate(225deg);margin-top:7px;
	}
	.allMenu>div>ul>li>ul{display:none;}


}



@media(max-width:812px){

	#guide>div .con .tit{font-size:10px;}
	#guide>div .con .txt{font-size:10px;padding-right:20px;}
	#guide>div .btns>div{margin-right:15px;}
	#guide>div .btns>div input + label{padding-right:28px;font-size:10px;}
	#guide>div .btns>div input + label:before{top:-2px;}
	
	.head h1 {
		width:160px;height:28px;
		margin: 80px 0 0 0;
	}
	.head .links{width:200px;right:calc(100% - 200px - 4%)}
	.head .links li a{font-size:11px;}
	.head .gnb .btnMenu{width:40px;height:40px;padding:12px 10px}

	.allMenu>div>ul>li{padding:20px 20px;}
	.allMenu.open>div>ul>li>ul{transition: none;}

	#header.scroll{height:150px;}
	#header.scroll .headwrap.linksOut{height:85px;}


}




/* footer */
#footer{
	padding:55px 4% 0;
	border-top:1px solid #ddd;
	background:#e9e9f0 url(/images/common/foot_bg.png) no-repeat right bottom;
}
.foot{position:relative;}
.foot .btnPrivacy{
	position:absolute;right:0;top:0;
	width:142px;height:37px;
	border:1px solid #4b4b4b;border-radius:5px;
	box-sizing:border-box;
	font-size:15px;color:#222;font-weight:600;text-align:center;line-height:35px;
}
.foot address{margin:45px 0 60px;font-size:17px;color:#4c4b4b;line-height:1.8em;font-weight:500;}
.foot address .nbsp{display:inline-block;width:30px;}
.foot ul.notice{padding-bottom:40px;}
.foot ul.notice li{
	position:relative;
	padding-left:11px;margin-bottom:10px;
	font-size:14px;color:#8e8e8e;
}
.foot ul.notice li:before{
	display:block;content:"";
	width:6px;height:6px;
	box-sizing:border-box;
	border:1px solid #a5a5a9;border-radius:50%;
	position:absolute;left:0;top:4px;
}
.foot .copy{
	padding:35px 0 20px;
	border-top:1px solid #c7c7c9;
	font-size:15px;color:#4c4b4b;font-weight:500;
}


@media(max-width:812px){
	
	.foot h1 img{height:34px;}
	.foot .btnPrivacy{
		width:100px;height:37px;
		font-size:12px;
	}
	.foot address{font-size:14px;}
	.foot ul.notice li{font-size:11px;}
	.foot .copy{font-size:11px;}

}




#bgBlack{
	display:none;
	position:fixed;left:0;top:0;z-index:50000;
	width:100%;height:100%;
	background:rgba(0,0,0,0.7);
}
.layerPop{
	display:none;
	position:fixed;left:50%;top:50%;z-index:777777;
	max-width:1238px;width:92%;
	transform:translate(-50%,-50%);
}
.layerPop .btnClose{position:absolute;right:45px;top:60px;}
.layerPop .conwrap{
	box-sizing:border-box;
	width:100%;height:70vh;
	padding:60px 45px;
	background:#fff;
	border-radius:40px;
}
.layerPop .conwrap .title{font-size:33px;color:#222;font-weight:600;}
.layerPop .conwrap .table{margin:25px 0 0;overflow:hidden;overflow-y:auto;height:44vh;}
.layerPop .conwrap .table table{width:100%;border-top:1px solid #ccc;}
.layerPop .conwrap .table table th{
	padding:20px;
	background:#f3f4f8;
	border-bottom:1px solid #ccc;
	font-size:17px;color:#444;text-align:center;font-weight:600;
}
.layerPop .conwrap .table table td{
	padding:20px;
	border-bottom:1px solid #ccc;
	font-size:17px;color:#555;text-align:center;font-weight:400;
}
.layerPop .conwrap .viewMore{
	display:flex;justify-content:center;align-items:center;
	box-sizing:border-box;
	width:172px;height:52px;
	margin:26px auto 0;
	padding:0 25px;
	border:1px solid #d1d1d1;border-radius:50px;
	font-size:15px;color:#2c2c2c;font-weight:500;
}
.layerPop .conwrap .viewMore i{
	width:9px;height:6px;
	margin-left:10px;
	background:url(/images/page/icon_arr1.png) no-repeat;
}


/**/
.layerPop.vodPop{}
.layerPop.vodPop .btnClose{left:calc(100% - 47px);top:-60px;width:40px;height:40px;}
.layerPop.vodPop .conwrap{overflow:hidden;padding:0;}
.layerPop.vodPop .conwrap iframe{width:100%;height:100%;}




@media(max-width:812px){
	
	.layerPop .conwrap .title{font-size:24px;}
	.layerPop .conwrap .table{width:100%;height:40vh;}
	.layerPop .conwrap .table table{width:100%;}
	.layerPop .conwrap .table table th{
		padding:15px 10px;
		font-size:12px;
	}
	.layerPop .conwrap .table table td{
		padding:15px 10px;
		font-size:12px;
	}


	.layerPop.vodPop .btnClose{left:calc(94% + 0px);top:-40px;}
	.layerPop.vodPop .btnClose img{height:27px;}
	.layerPop.vodPop .conwrap{height:auto;padding:30% 0;}
	.layerPop.vodPop .conwrap iframe{position:absolute;left:0;top:0;width:100%;height:100%;}

}
@media(max-width:400px){

	.layerPop .conwrap .table{overflow-x:auto;width:100%;height:40vh;}
	.layerPop .conwrap .table table{width:500px;}

}

#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); }
}




/* 구성종목 팝업 */
.pop3year .btnClose{right:45px;top:20px;}
.pop3year .title_type2{display:flex;justify-content:space-between;margin-bottom:38px;}
.pop3year .title_type2 .tit{font-size:33px;color:#2c2c2c;font-weight:600;}
.pop3year .title_type2 .btns{display:flex;align-items:center;width:617px;}
.pop3year .title_type2 .btns .dateSearch{display:flex;justify-content:space-between;align-items:center;}
.pop3year .title_type2 .btns .dateSearch input{
	box-sizing:border-box;
	width:160px;height:45px;
	padding:0 20px 0 37px;
	border:1px solid #ddd;border-radius:10px;
	font-size:16px;
}
.pop3year .title_type2 .btns .dateSearch span{width:8px;margin:0 6px;font-size:16px;color:#222;}
.pop3year .title_type2 .btns .dateSearch button{
	width:67px;height:45px;
	margin-left:6px;
	border:1px solid #ddd;background:#5a5a5a;border-radius:10px;
	font-size:16px;color:#fff;
}
.pop3year .title_type2 .btns .bar{
	width:1px;height:35px;
	margin:0 18px;
	background:#d4d6de;
}
.pop3year .title_type2 .btns .btnDown{
	display:flex;justify-content:space-between;align-items:center;
	box-sizing:border-box;
	width:160px;height:45px;
	padding:0 19px;
	background:#16a4be;border-radius:10px;
	font-size:16px;color:#fff;
}
.pop3year .title_type2 .btns .btnDown i{
	width:17px;height:17px;
	background:url(/images/page/icon_down2.png) no-repeat;
}
.pop3year .title_type2{margin-bottom:29px;}
.pop3year .title_type2 .title_type2 .title{margin:0;}
.pop3year .title_type2 .btns{justify-content:space-between;width:435px;}
.pop3year .title_type2 .btns input{
	box-sizing:border-box;
	position:relative;
	width:160px;height:45px;
	padding:0 0 0 37px;
	border:1px solid #ddd;border-radius:10px;
	font-size:16px;
}
.pop3year .title_type2 .btns button{
	width: 67px;
	height: 45px;
	margin-left: 6px;
	border: 1px solid #ddd;
	background: #5a5a5a;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
}
.pop3year .title_type2 .btns .bar {
	display:inline-block;
	width: 1px;
	height: 35px;
	margin: 0 18px;
	background: #d4d6de;
}

.pop3year .title_type2 input[type='date']{position:relative;padding-left:37px;cursor:pointer;}
.pop3year .title_type2 input[type='date']::-webkit-calendar-picker-indicator{
	position:absolute;left:0px;top:0px;
	width:100%;height:100%;
	background:0;
	cursor:pointer;
}
.pop3year .title_type2 input[type='date']:before{
	display:block;content:"";
	position:absolute;left:13px;top:14px;
	width:16px;height:16px;
	background:url(/images/page/icon_cal.gif) no-repeat;
}

@media(max-width:812px){
	.pop3year .title_type2{display:block;margin-bottom:30px;}
	.pop3year .title_type2 .btns{flex-wrap:wrap;width:100%;margin-top:20px;}
	.pop3year .title_type2 .btns .dateSearch input{
		box-sizing:border-box;
		width:140px;height:45px;
		padding:0 20px 0 37px;
		border:1px solid #ddd;border-radius:10px;
		font-size:12px;
	}
	.pop3year .title_type2 .btns form{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
	.pop3year .title_type2 .btns label{
		display:block;
		width:calc(100% - 10px - 67px);
	}
	.pop3year .title_type2 .btns label input{width:100%;height:40px;font-size:14px;}
	.pop3year .title_type2 input[type='date']:before{width:14px;height:14px;background-size:cover;top:12px;}
	.pop3year .title_type2 .btns button{height:40px;margin:0;font-size:14px;}
	.pop3year .title_type2 .btns .bar{display:none;}
	.pop3year .title_type2 .btns .btnDown{
		width:100%;height:40px;
		margin-top:10px;
		font-size:14px;
	}
	.pop3year .title_type2 .btns .btnDown i{width:14px;height:14px;background-size:cover;}
}