@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,600,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=Play:wght@400;500;700&display=swap');

/*Common*/
*{margin:0;padding:0}
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:"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";}
.font2{font-family:"Play";}


/*로딩 이미지*/
#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%}
}




.more{overflow:hidden;position:relative;z-index:100;width:193px;}
.more a,
.more button{
	overflow:hidden;
	display:block;
	position:relative;
	box-sizing:border-box;
	width:100%;height:58px;
	border:1px solid #d2d2d2;
	font-family:"Play";font-size:14px;font-weight:bold;color:#555;text-align:center;line-height:56px;
}
.more .circle{
	display:block;content:"";
	width:0px;height:0px;
	background:#054992;
	position:absolute;left:0px;top:0px;
	border-radius:50%;
	pointer-events: none;
}
.more:hover a,
.more:hover button{color:#fff;}
.more.v2:hover a{color:#212121;}
.more span{position:relative;z-index:10;}
.more i.down{
	display:inline-block;
	position:relative;z-index:10;
	width:15px;height:12px;
	margin-left:10px;
	background:url(/images/page/icon_down.png) no-repeat;
	transition:all 0.6s;
}
.more:hover i.down{
	background:url(/images/page/icon_down2.png) no-repeat;
}
.explode-circle{animation: explode 0.6s forwards;}
.desplode-circle{animation: desplode 0.6s forwards;}


@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(5, 73, 146, 0.2);
  }
  100% {
    width:1000px;
    height:1000px;
    margin-left: -500px;
    margin-top: -500px;
    background-color: rgba(5, 73, 146, 1);
  }
}

@keyframes desplode {
  0% {
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-top: -500px;
    background-color: rgba(5, 73, 146, 1);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(5, 73, 146, 0.6);
  }
}

.explode-circle2{animation: explode2 0.6s forwards;}
.desplode-circle2{animation: desplode2 0.6s forwards;}

@keyframes explode2 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    width:1000px;
    height:1000px;
    margin-left: -500px;
    margin-top: -500px;
    background-color: rgba(255, 255, 255, 1);
  }
}

@keyframes desplode2 {
  0% {
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-top: -500px;
    background-color: rgba(255, 255, 255, 1);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.6);
  }

}