@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: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2'),
        url('../fonts/Pretendard-Bold.woff') format('woff'),
        url('../fonts/Pretendard-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2'),
        url('../fonts/Pretendard-Light.woff') format('woff'),
        url('../fonts/Pretendard-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2'),
        url('../fonts/Pretendard-Regular.woff') format('woff'),
        url('../fonts/Pretendard-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2'),
        url('../fonts/Pretendard-SemiBold.woff') format('woff'),
        url('../fonts/Pretendard-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2'),
        url('../fonts/Pretendard-Medium.woff') format('woff'),
        url('../fonts/Pretendard-Medium.ttf') format('truetype');
    font-weight: 500;
    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', 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;}


#wrap{width:100%;margin:0 auto;}
#header{width: 100%;margin: 0 auto;z-index:99;opacity: 1;background: #fff;}
.head_wid{width:calc(100% - 20px);max-width:1760px;margin:0 auto;height:100px;position:relative;}
#header h1{position: absolute;left:0;top:0;z-index:998;}
#header h1 > a{display:inline-block;line-height:100px;font-size:0;}

.menu_area{text-align:center;}
.menu{display: flex;justify-content:center;}
.menu > li{display:inline-block;position: relative;}
.menu > li > a{position: relative;display:block;padding:0 120px;font-size:19px;color:#000;font-weight: bold;line-height:100px;letter-spacing:-0.5px;}
.menu > li:hover > a{color:#034381;}
.menu > li > .mdp02{display:none;text-align:center;position:absolute;left:0;padding: 10px 0 30px;width: 100%;top:100px;box-sizing: border-box;z-index:998;}
.menu > li > .mdp02 > li{margin-bottom:20px;}
.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:18px;color:#2a2a2a;line-height: 1.1;}
.menu > li > .mdp02 > li > a:hover{color:#034381;}
.top_btns{position: absolute;right: 53px;top: 35px;display: flex;}
.top_btns > a{position: relative;display:inline-block;font-size: 16px;color:#3f3e3e;line-height: 30px;}
.top_btns > a + a{margin-left: 25px;}
.top_btns > a + a:after{content:"";position: absolute;left:-13px;top: 50%;width: 1px;height: 11px;background: #8c8c8c;margin-top: -5px;}
.menu_bg{display:none;background:#fff;width:100%;height:200px;position:absolute;left:0;top:100px;box-shadow:0 2px 3px rgba(0,0,0,0.1);z-index: 99;}
.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;}

.language_box{position: absolute;right:0;top:36px;display: inline-block;vertical-align: top;font-size:0;z-index: 90;}
.language_box > a{display: inline-block;font-size:0;}
.language_box > ul{display:none;position: absolute;left:50%;top: calc(100% + 5px);width: 90px;margin-left:-45px;border-radius: 15px;background:#fff;padding: 15px 0;text-align:center;z-index:11;box-shadow:4px 5px 7px rgba(0,0,0,0.1);}
.language_box > ul > li{margin: 5px 0;}
.language_box > ul > li > a{display: block;font-size: 15px;color:#333;}
.language_box > ul > li:hover > a{color:#034381;}



#footer{position:relative;width:100%;margin:0 auto;background:#252525;}
.foot_top{border-bottom: 1px solid #3b3b3b;}
.foot_top > .wid{width: calc(100% - 20px);max-width: 1680px;margin: 0 auto;}
.ft_box{display: flex;align-items:center;justify-content:space-between;}
.ft_btn > li{display: inline-block;}
.ft_btn > li + li{margin-left: 42px;position: relative;}
.ft_btn > li + li:after{content: "";position:absolute;left: -21px;top: 50%;width: 1px;height: 14px;margin-top: -6px;background: #7c7c7c;}
.ft_btn > li > a{display: inline-block;font-size: 16px;color:#939393;font-weight: 300;}
.footer_gs{position: relative;display:inline-block;width:200px;}
.footer_gs > a{display:block;font-size:17px;color:#939393;font-weight: 300;background: #161616;padding: 0 20px;font-weight:300;height:68px;line-height:68px;box-sizing: border-box;}
.footer_gs > a > span{display: block;background: url(../image/common/fc2.png) no-repeat right center;}
.footer_gs > a.on > span{background: url(../image/common/fc.png) no-repeat right center;}
.footer_gs .family_list{display:none;position:absolute;left:0;bottom:68px;z-index:101;border:1px solid #d2d2d2;background:#fff;width:100%;border-bottom:none;padding:10px 20px;box-sizing: border-box;}
.footer_gs .family_list > li > a{display:block;padding:3px 0;font-size:15px;color:#333;}
.footer_gs .family_list > li > a:hover{color:#000;}
.foot_wid{width: calc(100% - 20px);max-width: 1680px;margin: 0 auto;padding:35px 0 40px;}
.fb_box{display: flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;}
.fb_box > h1 > a{display: inline-block;font-size: 0;}
.fb_box > .fb_nys p{font-size: 15px;color:#939393;font-weight: 300;}
.fb_box > .fb_nys p + p{margin-top: 5px;}
.fb_box > .fb_nys p:last-child{margin-top: 25px;}
.fb_box > .fb_nys p span{display: inline-block;}


@media screen and (max-width:1719px){
	
}
@media screen and (max-width:1599px){
	
}
@media screen and (max-width:1200px){
	
}

@media screen and (max-width:1024px){
	#header{border-bottom: 1px solid rgba(255,255,255,0.3);}
	.head_wid{height:80px;}
	#header h1 > a{line-height:80px;max-width: 200px;}
	.mor_open{display: inline-block;top:28px;}

	.gnb_ny{width:calc(100% - 20px);margin:0 auto;height:auto;}

	.menu_area{padding-left: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:#034381;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li > a:after{display: none;}
	.menu > li:hover > a{color:#034381;}
	.menu > li > .mdp02{position:static;width:100%;margin-left: 0;padding:20px;border-top:0;border-bottom:1px solid #ddd;}
	.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:none;left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.7);z-index: 999;}
	
	.language_box{right:40px;top:26px;}
	.language_box > a > span img{width: 28px;}

	.top_btns{position: static;padding: 25px 15px;border-bottom: 1px solid #034381;}
	.top_btns > a{position: relative;display:inline-block;font-size: 16px;color:#3f3e3e;line-height: 30px;}
	.top_btns > a + a{margin-left: 25px;}
	.top_btns > a + a:after{content:"";position: absolute;left:-13px;top: 50%;width: 1px;height: 11px;background: #8c8c8c;margin-top: -5px;}



}

@media screen and (max-width:767px){
	.foot_top > .wid{padding: 20px 0;}
	.ft_box{display: block;text-align: center;}
	.ft_btn > li + li{margin-left: 10px;}
	.ft_btn > li + li:after{display: none;}
	.ft_btn > li > a{font-size: 15px;}
	.footer_gs{margin-top: 15px;width:200px;text-align:left;}
	.footer_gs > a{padding: 0 15px;height:49px;line-height:49px;}
	.footer_gs .family_list{bottom:49px;padding:10px 15px;}
	.foot_wid{padding:25px 0 30px;}
	.fb_box{display: block;text-align: center;}
	.fb_box > .fb_nys{margin-top: 18px;text-align: center;}
}

@media screen and (max-width:640px){
	
}

@media screen and (max-width:520px){
	
}