@charset "utf-8";
/********************
    Default set
********************/
/* font */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansKR-Thin.woff) format('woff'),
       url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(../fonts/NotoSansKR-Light.woff) format('woff'),
       url(../fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Black.woff) format('woff'),
        url(../fonts/NotoSansKR-Black.otf) format('opentype');
 }


html, body, div, dl, dt, dd, ul, ol, li, p, h1, h2 ,h3, h4, h5, h6{margin:0px; padding:0px;font-family:"Noto Sans KR"; font-size:15px;font-weight:400;line-height: 1.4; list-style:none; color:#454545;box-sizing: border-box;word-break: keep-all;letter-spacing:-0.5px;}
a{text-decoration:none;color:#454545;}
img{border:0;vertical-align:middle;max-width: 100%;}
select{font-family:"Noto Sans KR";border:1px solid #d6d6d6;vertical-align:middle;font-weight:300;}
input{font-family:"Noto Sans KR";vertical-align:middle;margin:0;padding:0;font-size:15px;color:#6e6e6e;font-weight:300;}
label {cursor:pointer;}
textarea{font-family:"Noto Sans KR";vertical-align:middle;font-size:15px;color:#6e6e6e;font-weight:300;}
table caption{
	overflow: hidden;
    /*position: absolute;
	left:-9999px;
	top:-9999px; */
    width:0;
    height:0;
    line-height:0;
   
	margin:0;
}
table{border-collapse:separate;border-collapse:collapse;width:100%;border-spacing:0;table-layout: fixed;}





.blind{width:0;height:0;position:absolute;top:-9999px;left:-9999px;overflow:hidden;}
.clfix:after {content: ""; display: block; height: 0px; clear: both; visibility: hidden;}
.clear {clear:both; font-size:0; line-height:0; overflow:hidden; height:0 !important; }
.floatL {float:left;}
.floatR {float:right;}
.floatN {float:none;}
.disnone{display:none;}

.txtL {text-align:left !important;}
.txtC {text-align:center !important;}
.txtR {text-align:right !important;}
.txtJ {text-align:justify !important;}
.txtT {vertical-align:top !important;}
.txtM {vertical-align:middle !important;}
.txtB {vertical-align:bottom !important;}
.txtTB {vertical-align:text-bottom !important;}


/********************
    Margin
********************/

.mtp0{margin-top:0px !important;}
.mtp5{margin-top:5px;}
.mtp7{margin-top:7px;}
.mtp10{margin-top:10px !important;}
.mtp12{margin-top:12px !important;}
.mtp15{margin-top:15px !important;}
.mtp20{margin-top:20px !important;}
.mtp25{margin-top:25px !important;}
.mtp30{margin-top:30px !important;}
.mtp35{margin-top:35px !important;}
.mtp40{margin-top:40px !important;}
.mtp50{margin-top:50px !important;}
.mtp60{margin-top:60px;}
.mtp70{margin-top:75px;}
.mtp80{margin-top:80px;}
.mtp90{margin-top:90px;}
.mtp100{margin-top:100px;}
.mtp200{margin-top:200px;}
.mtp23{margin-top:23px;}

.pdt5{padding-top:5px;}
.pdt7{padding-top:7px;}
.pdt10{padding-top:10px;}
.pdt12{padding-top:12px;}
.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;}
.pdt25{padding-top:25px;}
.pdt80{padding-top:80px;}

.pdb100{padding-bottom:100px;}
/***********************************************************
				Start Coding
***********************************************************/





#wrap{position:relative;width:100%;margin:0 auto;}
#header{width:100%;box-sizing:border-box;height:100px;margin:0 auto;transition: all 0.1s ease-in-out;opacity: 1;z-index:999;}
.head_wid{position:relative;width:calc(100% - 20px);max-width: 1180px;box-sizing:border-box;margin:0 auto;}
#header h1{position:absolute;left: 0;top:0;z-index: 999;}
#header h1 > a{display:block;line-height: 100px;font-size: 0;}
#header a.mor_open{display:none;position:absolute;right:0;top:29px;z-index: 999;}


.menu_area{text-align: center;}
.menu{padding-left: 80px;}
.menu > li{position:relative;display:inline-block;}
.menu > li > a{display:block;font-size:19px;color:#000;font-weight:500;padding: 0 35px;line-height:100px;}
.menu > li:hover > a{color:#007dc5;}
.menu > li > ul.mdp02{display:none;position:absolute;left:50%;top:100%;width:174px;margin-left:-87px;box-sizing: border-box;padding: 15px 0;background: #d3d6d9;border-top: 1px solid #c9ccd0;z-index:91;text-align:left;}
.menu > li > ul.mdp02 > li > a{display:block;padding: 13px 23px;font-size:18px;color:#353535;line-height:1.1;}
.menu > li > ul.mdp02 > li > a:hover{color:#fff;background: #007dc5;}
.menu > li > ul.mdp02 > li > a > span{display: inline-block;}
.menu > li > ul.mdp02 > li > ul > li > a{display:block;padding: 6px 10px 6px 33px;font-size:16px;color:#353535;line-height:1.1;position:relative;}
.menu > li > ul.mdp02 > li > ul > li > a > span{content:'';position:absolute;left:23px;}
.menu > li > ul.mdp02 > li > ul > li > a:hover{color:#007dc5}


.menu_area > .mor_out{display:none;position:absolute;right:10px;top:27px;}
.menu_bg{display:none;background:#fff;border-top:1px solid #ddd;width:100%;height:340px;position:fixed;left:0;top:99px;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}


.top_bns{position: absolute;right: 0;top: 40px;display: flex;}
.top_bns > a{display: inline-block;font-size: 16px;color: #595959;line-height: 20px;}
.top_bns > a:hover{color:#007dc5;}
.top_bns > a + a{margin-left: 35px;position: relative;}
.top_bns > a + a:before{content: "/";position:absolute;left: -35px;width: 35px;text-align: center;font-size: 13px;color:#595959;line-height: 20px;}

#all_contents{position:relative;width:100%;margin:0 auto;}







#footer{width:100%;margin:0 auto;background:#373737;}
.foot_top{border-bottom: 1px solid #4b4b4b;padding: 20px 0;}
.foot_bot{padding: 30px 0 40px;}
.f_wid{width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;}
.foot_bn{display: flex;justify-content: center;}
.foot_bn > li{display:inline-block;margin-right:45px;position:relative;}
.foot_bn > li:last-child{margin-right:0;}
.foot_bn > li:after{content:"";position:absolute;right:-23px;top:50%;width: 1px;height: 15px;background: #5f5f5f;margin-top: -7px;}
.foot_bn > li:last-child:after{display:none;}
.foot_bn > li > a{display:block;font-size:17px;color:#fff;line-height: 1.1;}
.fot_box{display: flex;align-items:center;}
.fot_box > h1{margin-right: 55px;}
.fot_box p{font-size:16px;color:#fff;font-weight:300;line-height: 1.8;opacity: 0.8;}
.fot_box p span{display: inline-block;}




@media screen and (max-width:1719px){

}
@media screen and (max-width:1599px){
	
	
}
@media screen and (max-width:1360px){
	
}
@media screen and (max-width:1180px){
	
}
@media screen and (max-width:1024px){
	#header{width:100%;height: 80px;}
	#header h1 > a{line-height: 80px;max-width:180px;}
	#header a.mor_open{display: inline-block;}

	

	.menu_area{position:relative;padding-left:0;padding-right:0;margin-top: 0;margin-left:0;position:fixed;left:-300px;top:0;width:300px;z-index:9999;height:100%;overflow:auto;background:#fff;}
	.menu{padding-left: 0;}
	
	.menu > li{display:block;text-align:left;padding:0;margin:0;float:none;}
	.menu > li:after{display:none;}
	.menu > li > a{display:block;box-sizing: border-box;width:100%;font-size:18px;line-height:18px;padding:15px 10px 15px 15px;color:#090909;border-bottom:1px solid #dfdfdf;}
	.menu > li.nv > a{background: #fff url(../image/common/moff.png) no-repeat right 15px center;}
	.menu > li > a.on{color:#007dc5;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li > a:hover{color:#007dc5;}
	.menu > li > ul.mdp02{display:none;position:static;width:100%;margin-left:0;border-top:none;background: #f6f6f6;border-left:none;box-sizing: border-box;padding:10px 10px 15px 20px;text-align:left;height:auto;border-bottom:1px solid #dfdfdf;}
	.menu > li:last-child > ul.mdp02{border-right:none;}
	.menu > li > ul.mdp02 > li{display:block;margin:8px 0;}
	.menu > li > ul.mdp02 > li > a{display:block;margin-top:0;padding:0 5px;font-size:15px;color:#676767;line-height:21px;}
	.menu > li > ul.mdp02 > li > a:hover{background: none;color:#007dc5;}
	.menu > li > ul.mdp02 > li > a:hover > span{border-bottom:0;}

	.menu_area > .mor_out{display:block;}
	.menu_bg{display:none;position: fixed;left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.7);z-index: 9998;}
	
	.top_bns{position: static;width: 100%;height: 80px;border-bottom: 1px solid #007dc5;align-items:  center;padding-left: 20px;}

	
}



@media screen and (max-width:767px){
	#header h1 > a{max-width:150px;}
	.foot_bot{padding: 25px 0 30px;}
	.foot_bn > li{margin-right:22px;}
	.foot_bn > li:after{right:-12px;height: 12px;margin-top: -6px;}
	.foot_bn > li:last-child:after{display:none;}
	.foot_bn > li > a{font-size:15px;}
	.fot_box{display: block;text-align:center;}
	.fot_box > h1{margin-right: 0;margin-bottom: 15px;}
	.fot_box p{font-size:15px;}
}

@media screen and (max-width:640px){

}

@media screen and (max-width:480px){
	
}

@media screen and (max-width:420px){
	
}



.sa {
	opacity: 0;
	transition: all .9s ease;
}

/* 아래에서 위로 페이드 인 */
.sa-up {
	transform: translate(0, 40px);
}

.sa-lf {
	transform: translate(-40px, 0);
}
.sa-rt {
	transform: translate(40px, 0);
}

.sa.show {
	opacity: 1;
	transform: none;
}

.action{opacity: 0; transform: translateY(50px);transition: all 0.9s ease;}
.action.show{opacity: 1;transform: translateY(0);}