@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');
 }
@font-face {
    font-family: 'Roboto Lt';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Lt';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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.3; 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
***********************************************************/


body.fixed #header{background:#fff;transition: all 0.1s ease-in-out;box-shadow:3px 4px 5px 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:#001c77;}
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;}
#header{position:fixed; left:0; top:0;width:100%;box-sizing:border-box;height:100px;padding: 0 10px;margin:0 auto;transition: all 0.1s ease-in-out;opacity: 1;z-index:999;}
.head_wid{position:relative;width:100%;max-width: 1720px;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 h1 > a.mo{display: none;}
#header h1 > a > span.on{display:none;}
#header a.mor_open{display:inline-block;position:absolute;right:0;top:39px;z-index: 999;}
#header a.mor_open > .on{display:none;}

.menu_area{float:right;padding-right: 120px;}
.menu{display: inline-block;}
.menu > li{position:relative;display:inline-block;}
.menu > li > a{display:block;font-size:19px;color:#fff;font-weight:500;padding: 0 70px;line-height:100px;}
.menu > li > a > span{display:block;position:relative;}
.menu > li:hover > a{color:#001c77;}
.menu > li > ul.mdp02{display:none;position:absolute;left:0;top:100%;width:100%;box-sizing: border-box;padding: 40px 5px;z-index:91;text-align:center;}
.menu > li > ul.mdp02 > li{margin-bottom: 35px;}
.menu > li > ul.mdp02 > li:last-child{margin-bottom:0;}
.menu > li > ul.mdp02 > li > a{display:block;font-size:17px;color:#000;line-height:20px;}
.menu > li > ul.mdp02 > li > a:hover{color:#001c77;font-weight: 500;}
.menu > li > ul.mdp02 > li > a > span{display: inline-block;}
.menu > li > ul.mdp02 > li > a[target="_blank"] > span{padding-right: 20px;background: url(../image/common/bk_ic.png) no-repeat right center;}

.menu_area > .mor_out{display:none;position:absolute;right:10px;top:22px;}
.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);}


.mor_logo{display:none;}


#sitemap{display: none;position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background:#fafafa;z-index:9999;}
#sitemap > div{display:table;width:100%;max-width:1180px;margin:0 auto;height:100vh;}
#sitemap > div > div{display:table-cell;vertical-align:middle;padding-top: 70px;}
.sit_menu{margin-left:-20px;display:flex;}
.sit_menu > li{margin-left:20px;width:calc(16.666666% - 20px);text-align:center;}
.sit_menu > li > a{position:relative;display:block;font-size:23px;color:#000;font-weight:500;line-height:1;padding-bottom:20px;margin-bottom:30px;border-bottom:2px solid #000;}
.sit_menu > li > a:after{content:"";position:absolute;left:0;bottom:0;width:70%;height:2px;background:#fff;}
.sit_menu > li > ul > li{margin-bottom:20px;}
.sit_menu > li > ul > li > a{display:block;font-size:18px;color:#000;line-height:1;}
.sit_menu > li > ul > li > a > span{display: inline-block;padding-bottom:5px;border-bottom: 1px solid #fafafa;}
.sit_menu > li > ul > li:hover > a{color:#001c77;font-weight:500;}
.sit_menu > li > ul > li:hover > a > span{border-bottom: 1px solid #001c77;}
.sit_menu > li > ul > li > a[target="_blank"] > span{padding-right: 20px;background: url(../image/common/bk_ic.png) no-repeat right center;}
.sit_logo{position:absolute;left:calc((100% - 1720px) / 2);line-height:100px;}
.sit_logo .mo{display: none;}
.sit_out{position:absolute;right:calc((100% - 1720px) / 2);top:39px;display:block;font-size:0;}



#all_contents{position:relative;width:100%;margin:0 auto;}







#footer{width:100%;margin:0 auto;background:#151515;}
.foot_top{width:calc(100% - 20px);max-width:1720px;margin:0 auto;position:relative;padding:20px 0;box-sizing:border-box;display: flex;justify-content:space-between;align-items:center;}
.foot_top .footer_gs{position:relative;width:210px;}
.foot_top .footer_gs > a{display:block;font-size:16px;color:#979797;text-align:center;background:#000;width:100%;padding:0 20px;font-weight:300;height:45px;line-height:45px;box-sizing: border-box;}
.foot_top .footer_gs .family_list{display:none;position:absolute;left:0;bottom:100%;z-index:99;border:1px solid #dfdfdf;background:#fff;width:100%;border-bottom:none;padding:10px 20px;box-sizing: border-box;height:120px;overflow-y: auto;}
.foot_top .footer_gs .family_list > li > a{display:block;padding:3px 0;font-size:14px;color:#000;}
.foot_top .footer_gs .family_list > li > a:hover{color:#000;}
.foot_top > ul{display: flex;}
.foot_top > ul > li{display:inline-block;margin-right:30px;position:relative;}
.foot_top > ul > li:last-child{margin-right:0;}
.foot_top > ul > li:after{content:"/";position:absolute;right:-20px;top:1px;color:#676767;font-size:16px;}
.foot_top > ul > li:last-child:after{display:none;}
.foot_top > ul > li > a{display:block;font-size:17px;color:#979797;}
.foot_bot{width:calc(100% - 20px);max-width:1720px;margin:0 auto;position:relative;padding:50px 0;border-top:1px solid #454545;box-sizing:border-box;display: flex;justify-content:space-between;align-items:center;}
.foot_bot p{font-size:16px;color:#676767;font-weight:300;}
.foot_bot p span{display: inline-block;}

#quick_area{position: fixed;right: calc((100% - 1720px) / 2);top:50%;transform: translateY(-50%);z-index: 55;width: 90px;text-align:center;}
.quick_bn{width: 100%;padding: 5px 0;background: #001c77;border-radius: 90px;box-shadow: 0px 0px 15px 0px rgba(22, 104, 227, 0.2);}
.quick_bn > li{padding: 30px 15px;border-bottom:1px solid #334992;text-align:center;}
.quick_bn > li:last-child{border-bottom: 0;}
.quick_bn > li > a{display:block;font-size:16px;color:#fff;line-height:1;letter-spacing:-0.5px;}
.quick_bn > li > a > span{display: block;font-size:0;margin-bottom:12px;}
.go_top{display: inline-block;font-size:0;width: 80px;height: 80px;border-radius: 100%;background: #fff url(../image/common/go_top.png) no-repeat center center;;box-shadow: 0px 0px 15px 0px rgba(22, 104, 227, 0.2);}

@media screen and (max-width:1719px){
	.sit_logo{left:10px;}
	.sit_out{right:10px;}
	#quick_area{right: 10px;}
}
@media screen and (max-width:1599px){
	
	.menu_area{padding-right: 60px;}
	.menu > li > a{padding:0 45px;}
	
}
@media screen and (max-width:1360px){
	
}
@media screen and (max-width:1180px){
	
}
@media screen and (max-width:1024px){
	
	#wrap{padding-top: 80px;}
	#header{width:100%;height: 80px;background:#fff;border-bottom:1px solid #dfdfdf;}
	#header h1 > a.pc{display: none;}
	#header h1 > a.mo{display: block;}
	#header h1 > a{line-height: 80px;max-width:240px;}
	.head_wid{width: 100%;margin:0 auto;border-bottom:0;}
	#header a.mor_open{top:29px;}
	#header a.mor_open > .off{display:none;}
	#header a.mor_open > .on{display: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{position:relative;width:100%;margin-top:0;margin-left:0;padding-right: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:#001c77;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li > a:hover{color:#001c77;}
	.menu > li:hover > a > span:after{display:none;}
	.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{color:#001c77;}
	.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;}
	
	
	.mor_logo{display:block;line-height:80px;border-bottom:1px solid #dfdfdf;padding-left: 10px;}
	.mor_logo > a{display:block;max-width:240px;}
	
	
}



@media screen and (max-width:767px){
	.foot_top{padding: 30px 0;display: block;text-align: center;}
	.foot_top .footer_gs{width: 90%;max-width:210px;margin: 15px auto 0;}
	.foot_top > ul{justify-content:center;flex-wrap:wrap;}
	.foot_top > ul > li{margin-right:22px;}
	.foot_top > ul > li:after{right:-15px;font-size:14px;}
	.foot_top > ul > li > a{font-size:15px;}
	.foot_bot{padding:30px 0 100px;display: block;text-align:center;}
	.foot_bot p{font-size:15px;line-height: 1.5;}
	.foot_bot p:last-child{margin-top: 10px;}

	#quick_area{transform: translateY(0);width: auto;left:0;right: 0;top: auto;bottom: 0;}
	.quick_bn{position:fixed;left:0;right: 0;bottom:0;width: 100%;padding: 5px 0;border-radius: 0;box-shadow: none;display: flex;align-items:center;}
	.quick_bn > li{width: 33.33333333%;padding: 7px 5px;border-bottom:0;border-right:1px solid #335f92;}
	.quick_bn > li:last-child{border-right: 0;}
	.quick_bn > li > a{font-size:15px;color:#fff;line-height:1;letter-spacing:-0.5px;}
	.quick_bn > li > a > span{display: inline-block;margin-bottom:0;margin-right: 5px;vertical-align: middle;}
.go_top{position:absolute;right: 5px;bottom: 60px;width: 36px;height: 36px;}

}

@media screen and (max-width:640px){

}

@media screen and (max-width:480px){
	
}

@media screen and (max-width:420px){
	
}