@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: 'NanumMyeongjo';
    src: url('../fonts/NanumMyeongjoBold.woff2') format('woff2'),
        url('../fonts/NanumMyeongjoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NanumMyeongjoExtraBold';
    src: url('../fonts/NanumMyeongjoExtraBold.woff2') format('woff2'),
        url('../fonts/NanumMyeongjoExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NanumMyeongjo';
    src: url('../fonts/NanumMyeongjo.woff2') format('woff2'),
        url('../fonts/NanumMyeongjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


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:#232323;letter-spacing:-0.5px;word-break: keep-all;}
a{text-decoration:none;color:#232323;}
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
********************/
.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.is-hidden #header{transform: translate3d(0,-100%,0);transition: all 0.1s ease-in-out;opacity: 0;}



#wrap{width:100%;margin:0 auto;}
#header{position:fixed; left:0; top:0;z-index:20000;width:100%;transform: translate3d(0,0,0);transition: all 0.3s ease-in-out;opacity: 1;border-bottom:1px solid #e4e4e4;}
#header.main{background: #fff;border-bottom:0;}

.gnbWrapBg{width:100%;margin:0 auto;position:relative;}
.gnb_ny{width:calc(100% - 20px);max-width:1760px;margin:0 auto;position:relative;height:110px;}
.gnb_ny > h1{position: absolute;left:0;top:0;z-index:999;}
.gnb_ny > h1 > a{display:block;line-height:110px;font-size:0;}
.gnb_ny > h1 .on{display:none;}
.menu_area{text-align:right;}
.menu > li{position:relative;display:inline-block;text-align:center;}
.menu > li > a{display:block;text-align:center;position:relative;padding:0 40px;font-size:18px;color:#232323;font-weight: 500;margin-top: 40px;line-height:70px;letter-spacing:-0.5px;}
.menu > li:hover > a:after{content:"";position:absolute;left:50%;bottom:0;width:24px;height:12px;margin-left:-12px;background: url(../image/common/md.png) center bottom no-repeat;}
.menu > li > a.on{color:#fff;}
.menu > li > ul.mdp02{display:none;position:absolute;left:50%;top:100%;margin-left:-100px;background: #fff;box-shadow:7px 8px 10px rgba(0,0,0,0.1);padding:20px 5px;box-sizing: border-box;width:200px;z-index:998;}
.menu > li > ul.mdp02 > li{margin-bottom:10px;}
.menu > li > ul.mdp02 > li:last-child{margin-bottom:0;}
.menu > li > ul.mdp02 > li > a{display:inline-block;font-size:16px;color:#454545;font-weight:300;letter-spacing:-0.5px;line-height: 1.2;padding-bottom:5px;border-bottom:1px solid #fff;}
.menu > li > ul.mdp02 > li > a:hover{color:#285aa4;font-weight:500;border-bottom:1px solid #285aa4;}
.menu > li > ul.mdp02 > li.pc_none{display:none;}



.menu_bg{display:none;background:#fff;width:100%;height:320px;position:fixed;left:0;top:100px;border-top:1px solid #dfdfdf;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}
.mor_open{display: none;position:absolute;right:0;top:28px;z-index:999;font-size: 0;}
.mor_out{display:none;position:absolute;right:10px;top:28px;font-size: 0;}
.top_bn{position:absolute;right: 0;top: 10px;z-index: 1;}
.top_bn > a{display:inline-block;margin-right:20px;position:relative;font-size:14px;color:#4f4f4f;line-height: 20px;font-weight:300;}
.top_bn > a:last-child{margin-right: 0;}
.top_bn > a:after{content:"";position:absolute;right: -13px;top:50%;width: 1px;height:10px;background:#c8c8c8;margin-top:-4px;}
.top_bn > a:last-child:after{display:none;}







#footer{width:100%;margin:0 auto;background:#232323;}
.foot_wid{width:calc(100% - 20px);max-width:1280px;margin:0 auto;}
.foot_top{padding:25px 0;border-bottom:1px solid #444;position:relative;}
.foot_top ul.bns li{display:inline-block;position:relative;margin-right:20px;}
.foot_top ul.bns li:after{content:"";position:absolute;right:-14px;top:7px;width:3px;height:3px;border-radius:100%;background:#4f4f4f;}
.foot_top ul.bns li:last-child{margin-right:0;}
.foot_top ul.bns li:last-child:after{display:none;}
.foot_top ul.bns li > a{display:block;font-size:16px;color:#979797;line-height:1;font-weight:300;}
.foot_top .footer_gs{position:absolute;right:0;bottom:18px;display:inline-block;width:180px;}
.foot_top .footer_gs > a{display:block;padding: 0 10px;font-size:14px;color:#949494;border:1px solid #565656;width:100%;font-weight:300;height:36px;line-height:36px;box-sizing: border-box;}
.foot_top .footer_gs > a span{display:block;background: url(../image/common/bn.png) right center no-repeat;}
.foot_top .family_list{display:none;position:absolute;left:0;bottom:100%;z-index:11;border:1px solid #dfdfdf;background:#fff;width:100%;padding:10px;box-sizing: border-box;height:120px;overflow-y: auto;}
.foot_top .family_list > li > a{display:block;padding:3px 0;font-size:14px;color:#000;}
.foot_top .family_list > li > a:hover{color:#000;}

.foot_bot{padding:20px 0 30px;position:relative;}
.foot_bot .flogo_box{position:absolute;right:0;top: 20px;}
.foot_bot > p.txt1{margin-bottom:10px;font-size:15px;color:#979797;}
.foot_bot > p.txt1 span{display:inline-block;margin-right:22px;position:relative;}
.foot_bot > p.txt1 span:after{content:"";position:absolute;right:-13px;top:5px;bottom:4px;width:1px;background:#4f4f4f;}
.foot_bot > p.txt1 span:last-child{margin-right:0;}
.foot_bot > p.txt1 span:last-child:after{display:none;}
.foot_bot > p.txt2{margin-top:14px;font-size:12px;color:#565656;font-weight:500;}
.foot_bot > p.txt2 span{color:#2353a1;}
.foot_bot > ul li > *{display:inline-block;font-size:14px;color:#979797;}
.foot_bot > ul li > span{width:80px;}
.foot_bot > ul li > p.at{width:320px;}
.foot_bot > ul li > p.bt{width:180px;}



@media screen and (max-width:1820px){
	
}
@media screen and (max-width:1599px){
	

}
@media screen and (max-width:1320px){
	
}

@media screen and (max-width:1024px){
	#wrap{padding-top:80px;}
	#header{background: #fff;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}
	.gnbWrapBg{width:100%;margin:0 auto;height:80px;position:relative;}
	.gnb_ny > h1 > a{line-height:80px;}
	.mor_open{display: block;}
	.gnb_ny{width:calc(100% - 20px);margin:0 auto;height:auto;}
	
	

	.menu_area{padding-right: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 > ul.mdp02 > li.pc_none{display:block;}
	.menu > li > a{display:block;text-align:left;margin-top: 0;font-size:17px;color:#333;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{background: url(../image/common/mon.png) no-repeat right 15px center;color:#333;}
	.menu > li > a.on{color:#285aa4;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li:hover > a{color:#285aa4;}
	.menu > li > ul.mdp02{position:static;text-align:left;width:100%;margin-left: 0;padding:10px 0;border-bottom:1px solid #dfdfdf;}
	.menu > li > ul.mdp02 > li{margin:0;}
	.menu > li > ul.mdp02 > li > a{padding:5px 20px;border-bottom:0;}
	.menu > li > ul.mdp02 > li > a:hover{color:#285aa4;border-bottom:0;}
	.menu > li > ul.mdp02 > li > a.on{color:#285aa4;}
	.menu > li > ul.mdp02 > li > ul.mdp03{display:none;}
	
	.top_bn{position:static;padding: 28px 15px;border-bottom:1px solid #dfdfdf;}


	.mor_out{display:block;}
	.menu_bg{display:none;position: fixed;border-top:none;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{text-align:center;}
	.foot_top .footer_gs{position:relative;margin-top: 20px;bottom:auto;right:auto;text-align:left;}
	.foot_bot > ul li{margin-bottom:5px;}
	.foot_bot > ul li > *{display:block;}
	.foot_bot .flogo_box{display:none;}


}

@media screen and (max-width:520px){
	
}