@charset "utf-8";
/********************
    Default set
********************/
/* font */

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap');

@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');
 }

html, body, div, dl, dt, dd, ul, ol, li, p, h1, h2 ,h3, h4, h5, h6{margin:0px; padding:0px;font-family:"Nanum Gothic",sans-serif;font-size:15px;font-weight:400;line-height: 1.3; list-style:none; color:#454545;box-sizing: border-box;word-break: keep-all;letter-spacing:-1px;}
a{text-decoration:none;color:#454545;}
img{border:0;vertical-align:middle;max-width: 100%;}
select{font-family:"Nanum Gothic";border:1px solid #d6d6d6;vertical-align:middle;font-weight:300;}
input{font-family:"Nanum Gothic";vertical-align:middle;margin:0;padding:0;font-size:15px;color:#6e6e6e;font-weight:300;}
label {cursor:pointer;}
textarea{font-family:"Nanum Gothic";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
***********************************************************/

/*
body.fixed #header{background:#fff;transition: all 0.3s ease-in-out;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}
body.fixed #header h1 > a > span.off{display:none;}
body.fixed #header h1 > a > span.on{display:block;}
body.fixed #header .menu > li > a{color:#000;}
body.fixed #header .menu > li:hover > a{color:#003777;}
body.fixed #header a.mor_open > .off{display:none;}
body.fixed #header a.mor_open > .on{display:block;}
body.fixed #header .menu > li:after{background:#dfdfdf;}
*/

#wrap{position:relative;width:100%;margin:0 auto;min-width:320px;}
#header{width:100%;margin:0 auto;transition: all 0.3s ease-in-out;opacity: 1;z-index:999;}
.head_top{width: 100%;margin:0 auto;background:#003b62;}
.head_top > .wid{width:calc(100% - 20px);max-width:1100px;margin:0 auto;height:40px;overflow:hidden;}
.ht_lf{float:left;}
.ht_lf > a{display: inline-block;font-size:12px;color:#fff;line-height: 40px;}
.ht_rt{float:right;font-size:0;}
.ht_rt > li{display:inline-block;margin-right:20px;position:relative;}
.ht_rt > li:after{content:"";position:absolute;right:-10px;top:50%;width:1px;height:9px;margin-top:-4px;background:#fff;opacity:0.5;}
.ht_rt > li:last-child{margin-right:0;}
.ht_rt > li:last-child:after{display:none;}
.ht_rt > li > a{display:block;font-size:12px;color:#fff;line-height:40px;}



.gnbWrapBg{width:100%;margin:0 auto;position:relative;background:#fff;}
.gnb_ny{width:calc(100% - 20px);max-width:1100px;margin:0 auto;position:relative;height:100px;}
.gnb_ny > h1{float:left;position:relative;z-index:999;}
.gnb_ny > h1 > a{display:block;line-height:100px;font-size:0;}
.menu_area{float:left;margin-left: 15px;}
.menu{font-size:0;}
.menu > li{position:relative;display:inline-block;padding:0 50px;}
.menu > li > a{display:block;text-align:center;font-size:17px;color:#000;line-height:100px;font-weight:bold;letter-spacing:-1.5px;}
.menu > li:hover > a{color:#005b96;}
.menu > li:hover:after{content:"";position:absolute;left:50%;bottom:0;width:105px;height:3px;margin-left:-53px;background:#0072bc;}
.menu > li > ul.mdp02{display:none;position:absolute;left:50%;top:100%;margin-left:-100px;padding:25px 5px;height:280px;box-sizing: border-box;text-align:center;width:200px;z-index:998;}
.menu > li > ul.mdp02 > li{margin-bottom:15px;}
.menu > li > ul.mdp02 > li.pc_none{display: none;}
.menu > li > ul.mdp02 > li:last-child{margin-bottom:0;}
.menu > li > ul.mdp02 > li > a{display:block;font-size:14px;color:#454545;letter-spacing:-1px;line-height: 1.2;}
.menu > li > ul.mdp02 > li > a:hover{font-weight:bold;}
.mor_open{position:absolute;right:0;top:25px;z-index:999;font-size: 0;}
.mor_out{display:none;position:absolute;right:10px;top:23px;font-size: 0;}
.mor_logo{display:none;}

.allmenu_area{display: none;position: fixed;left:0;top:0;right:0;width:100%;height:100vh;background:rgba(0,0,0,0.8);z-index:9999;}
.allmenu_box{width:calc(100% - 20px);max-width:1100px;margin:0 auto;position:relative;}
.all_out{position:absolute;right:0;top:65px;display:block;font-size:0;}
.allmenu{padding-top: 200px;margin-left:-25px;}
.allmenu > li{float:left;margin-left:25px;box-sizing:border-box;width:calc(20% - 25px);text-align:center;}
.allmenu > li > a{position:relative;display:block;font-size:17px;color:#fff;font-weight:bold;line-height:1;border-bottom:1px solid #0072bc;padding-bottom:20px;margin-bottom: 20px;}
.allmenu > li > ul > li{margin-bottom:17px;}
.allmenu > li > ul > li > a{display:block;font-size:14px;color:#fff;line-height:1.2;letter-spacing:-0.5px;}
.allmenu > li > ul > li:hover > a{font-weight:bold;}


.menu_bg{display:none;background:#fff;width:100%;height:280px;position:absolute;left:0;top:100px;border-top:1px solid #dfdfdf;border-bottom:1px solid #003b62;z-index:991;}


#all_contents{position:relative;width:100%;margin:0 auto;}







#footer{width:100%;margin:0 auto;background:#0f1a28;box-sizing:border-box;padding:30px 0 40px;}
.foot_wid{width:calc(100% - 20px);max-width:1100px;margin:0 auto;position:relative;}
.footer_gs{width:150px;position:absolute;right:0;top:-10px;z-index:66;}
.footer_gs > a{display:block;font-size:12px;color:#969696;letter-spacing:0;border:1px solid #343434;width:100%;padding:0 10px;height:35px;line-height:35px;box-sizing: border-box;}
.footer_gs > a > span{display:block;background: url(../image/common/fic.png) no-repeat right center;}
.family_list{display:none;position:absolute;left:0;bottom:35px;z-index:11;border:1px solid #dfdfdf;background:#fff;width:100%;border-bottom:none;padding:15px 10px;box-sizing: border-box;}
.family_list > li > a{display:block;padding:5px 0;font-size:12px;color:#333;}
.family_list > li > a:hover{color:#000;}
.flogo{float:left;}
.fbox{float:left;margin-left:25px;}
.flogo > a{display:inline-block;}
.fbox > ul{margin-bottom:17px;font-size:0;}
.fbox > ul > li{display:inline-block;margin-right:25px;position:relative;}
.fbox > ul > li > a{display:block;font-size:13px;color:#979797;line-height:1;}
.fbox > ul > li:after{content:"";position:absolute;right:-13px;top:1px;width:1px;height:12px;background:#535960;}
.fbox > ul > li:last-child{margin-right:0;}
.fbox > ul > li:last-child:after{display:none;}
.fbox > p{font-size:12px;color:#676767;line-height:1.1;}
.fbox > p > span{display:inline-block;margin-right:4px;margin-bottom:4px;}
.fbox > p:last-child{margin-top:4px;}




@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){
	.gnb_ny{height:70px;}
	.gnb_ny > h1 > a{line-height:70px;}
	.mor_open{top:10px;}

	.mor_open{z-index:990;}
	.menu_area{margin-left:0;text-align:left;position:fixed;left:-300px;top:0;width:300px;z-index:99999;height:100vh;overflow:auto;background:#fff;}
	.menu > li{display:block;padding: 0;}
	.menu > li > a{display:block;text-align:left;font-size:16px;line-height:20px;padding:15px 10px;border-bottom:1px solid #dfdfdf;background: url(../image/common/moff.png) no-repeat right 15px center;}
	.menu > li > a.on{background: url(../image/common/mon.png) no-repeat right 15px center;color:#1f4a8c;}
	.menu > li:hover:after{display:none;}
	.menu > li > ul.mdp02{position:static;width:100%;padding:10px 0;height: auto;border-bottom:1px solid #dfdfdf;margin-left: 0;text-align:left;}
	.menu > li > ul.mdp02 > li{margin:0;}
	.menu > li > ul.mdp02 > li.pc_none{display: block;}
	.menu > li > ul.mdp02 > li > a{padding:5px 20px;border-bottom:0;}
	.mor_logo{display:block;padding: 20px 10px;border-bottom:1px solid #dfdfdf;}
	.menu_bg{display:none;background:#fff;width:100%;height:100vh;background:rgba(0,0,0,0.7);position:absolute;left:0;top:0;border-top:0;border-bottom:0;z-index:991;}

	.mor_out{display:block;}

	.foot_wid{text-align:center;}
	.footer_gs{width:150px;position:relative;right:auto;top:auto;margin:0 auto 20px;text-align:left;}
	.flogo{display:none;}
	.fbox{float:none;margin-left:0;margin-top:15px;}
	.fbox > p > span{margin-left:4px;}

}



@media screen and (max-width:767px){
	
}

@media screen and (max-width:640px){

}

@media screen and (max-width:480px){
	
}

@media screen and (max-width:420px){
	
}