@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', sans-serif; font-size:16px; list-style:none; color:#282828;font-weight: normal;word-break: keep-all;letter-spacing:-0.1px;}
a{text-decoration:none;color:#282828;}
img{border:0;vertical-align:middle;max-width:100%;}
select{font-family: 'Noto Sans KR', sans-serif;border:1px solid #d6d6d6;vertical-align:middle;}
input{font-family: 'Noto Sans KR', sans-serif;vertical-align:middle;margin:0;padding:0;}
label {cursor:pointer;}
textarea{font-family: 'Noto Sans KR', sans-serif;vertical-align:middle;}
table caption{
	overflow: hidden;
    position: absolute;
    width:0;
    height:0;
    line-height:0;
    left:-9999px;
	top:-9999px; 
	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:0 !important;}
.mtp5{margin-top:5px !important;}
.mtp7{margin-top:7px !important;}
.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 !important;}
.mtp70{margin-top:70px !important;}
.mtp23{margin-top:23px !important;}

.mbt30{margin-bottom:30px !important;}

.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;}

body.hover-con #header{background:rgba(255,255,255,0.8);}
body.hover-con #header .menu > li > a{color:#000;}
body.hover-con #header .menu > li:hover > a{color:#003777;}
body.hover-con #header h1 .on{display:block;}
body.hover-con #header h1 .off{display:none;}
body.hover-con #header .language_box > a > span.off{display: none;}
body.hover-con #header .language_box > a > span.on{display: block;}

#wrap{width:100%;margin:0 auto;}
#header{position:absolute;left: 0;top: 0;width: 100%;margin: 0 auto;z-index:99;opacity: 1;}
.head_wid{width:calc(100% - 20px);max-width:1180px;margin:0 auto;height:100px;position:relative;display: flex;justify-content: space-between;}
#header h1{position: relative;z-index:998;}
#header h1 > a{display:block;line-height:100px;font-size:0;}
#header h1 .on{display:none;}
.menu_area{text-align:right;margin-right: -40px;}
.menu{display: flex;justify-content:center;}
.menu > li{display:inline-block;position: relative;}
.menu > li > a{position: relative;display:block;padding:0 40px;font-size:18px;color:#fff;line-height:100px;font-weight: 500;letter-spacing:-0.5px;}
.menu > li:hover > a{color:#003777;}
.menu > li > .mdp02{display:none;text-align:center;position:absolute;left:50%;margin-left:-100px;padding: 38px 0;width: 200px;top:100px;min-height:350px;box-sizing: border-box;z-index:998;}
.menu > li > .mdp02 > li{margin-bottom:35px;}
.menu > li > .mdp02 > li:last-child{margin-bottom:0;}
.menu > li > .mdp02 > li > a{position:relative;display:block;width:100%;box-sizing:border-box;font-size:17px;color:#000;font-weight: 300;line-height: 1.1;}
.menu > li > .mdp02 > li > a:hover{color:#003777;font-weight: 500;}
.mor_logo{display: none;}
.menu_bg{display:none;background:rgba(255,255,255,0.8);border-top: 1px solid #dfdfdf;width:100%;height:350px;position:absolute;left:0;top:100px;box-shadow:2px 3px 5px rgba(0,0,0,0.1);}
.mor_open{display: none;position:absolute;right: 0;top:40px;z-index:99;font-size: 0;}


.mor_out{display:none;position:absolute;right:10px;top:27px;font-size: 0;}


#footer{width:100%;margin:0 auto;background:#151515;transition: .4s;}
.foot_wid{width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;}
.foot_top{border-bottom: 1px solid #454545;padding: 30px 0;display: flex;align-items:center;justify-content: space-between;}
.fbn-box{display: flex;}
.fbn-box li + li{margin-left: 30px;}
.fbn-box li a{position:relative;display: inline-block;font-size: 17px;color:#979797;font-weight: 300;line-height: 1.1;}
.fbn-box li a:after{content:"/";position:absolute;right:-20px;top:0;font-size: 17px;font-weight: 300;color:#676767;line-height:1.1;}
.fbn-box li a:hover{color:#fff;}
.fbn-box li:last-child a:after{display: none;}
.fsns_box{display: flex;align-items:center;}
.fsns_box li + li{margin-left: 20px;}
.foot_bot{padding: 30px 0 40px;display: flex;align-items:center;justify-content: space-between;}
.foot_bot > div p{font-size: 16px;color:#979797;font-weight: 300;line-height: 1.4;}
.foot_bot > .fb_lf p span{position: relative;display: inline-block;margin: 4px 10px 0 0;line-height:1.4;}
.foot_bot > .fb_lf p span:after{content:"/";position:absolute;right:-10px;top:2px;font-size: 15px;font-weight: 300;color:#676767;line-height:1.4;}
.foot_bot > .fb_lf p span:last-child:after{display: none;}

.quick_box{position:fixed;right:20px;bottom: 20px;z-index:98;transition: .4s;}
.quick_box > a{display: inline-block;border-radius: 100%;box-shadow:0 0 10px rgba(0,0,0,0.1);font-size: 0;transition: .4s;width: 80px;height: 80px;background: #fff url(../image/common/top.png) no-repeat center center;}
.top_bn{opacity:0;}
.top_bn.on{opacity:1;}

@media screen and (max-width:1719px){
	.quick_box{right:10px;bottom: 10px;}
}
@media screen and (max-width:1599px){
	
}
@media screen and (max-width:1200px){
	
}

@media screen and (max-width:1024px){
	#header{position: static;background: #000;}
	.head_wid{height:80px;}
	#header h1 > a{line-height:80px;max-width: 80px;}
	.mor_open{display: inline-block;top:28px;}

	.mor_logo{display: block;text-align:left;border-bottom:1px solid #003777;}
	.mor_logo > a{display:block;padding-left: 15px;line-height: 80px;max-width: 80px;}
	.menu_area{margin-right:0;text-align:left;position:fixed;left:-300px;top:0;width:300px;z-index:99999;height:100vh;overflow:auto;background:#fff;}
	.menu{display: block;padding-left: 0;}
	.menu > li{display:block;}
	.menu > li > a{display:block;text-align:left;font-size:17px;color:#000;line-height:20px;padding:15px;font-weight:500;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:#003777;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li > a:after{display: none;}
	.menu > li:hover > a{color:#003777;}
	.menu > li > .mdp02{position:static;width:100%;margin-left: 0;padding:20px;border-top:0;border-bottom:1px solid #dfdfdf;min-height: 0;}
	.menu > li > .mdp02 > li{margin-bottom: 15px;text-align:left;width:100%;}
	.menu > li > .mdp02 > li > a{margin-bottom: 10px;font-size: 16px;padding-left: 5px;color: #333;}
	.mor_out{display:block;}
	.menu_bg{display:none;position: fixed;border-top:0;left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.7);z-index: 999;}
	


}

@media screen and (max-width:767px){
	.foot_top{display: block;text-align:center;}
	.fbn-box{justify-content: center;}
	.fbn-box li + li{margin-left: 26px;}
	.fbn-box li a{font-size: 15px;}
	.fbn-box li a:after{right:-17px;font-size: 15px;}

	.fsns_box{margin-top: 15px;justify-content: center;}
	.foot_bot{display: block;text-align:center;}
	.foot_bot > div p{font-size: 15px;}
	.foot_bot > .fb_lf{margin-bottom: 4px;}
	.foot_bot > .fb_lf p span{margin: 4px;margin-bottom: 0;}
	.foot_bot > .fb_lf p span:after{display: none;}

	.quick_box > a{box-shadow:0 0 5px rgba(0,0,0,0.1);width: 40px;height: 40px;}


}

@media screen and (max-width:640px){
	
}

@media screen and (max-width:520px){
	
}