@charset "utf-8";
/********************
    Default set
********************/
/* font */
@font-face {
    font-family: 'esamanru';
    src: url('../fonts/esamanruBold.woff2') format('woff2'),
        url('../fonts/esamanruBold.woff') format('woff'),
        url('../fonts/esamanruBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'esamanru';
    src: url('../fonts/esamanruLight.woff2') format('woff2'),
        url('../fonts/esamanruLight.woff') format('woff'),
        url('../fonts/esamanruLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'esamanru';
    src: url('../fonts/esamanruMedium.woff2') format('woff2'),
        url('../fonts/esamanruMedium.woff') format('woff'),
        url('../fonts/esamanruMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@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');
 }

*{margin: 0;padding: 0;text-decoration: none;list-style: none;font-family: 'esamanru', 'Noto Sans KR', sans-serif;font-weight: 300;line-height: 1.5;box-sizing: border-box;word-break: keep-all;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5{margin: 0;padding: 0;word-wrap: break-word;font-size: inherit;color: inherit;font-family: inherit;}
ul, li, p, a, label, span, strong, input, select, textarea{font-size: inherit;color: inherit;font-family: inherit;box-sizing: border-box;}

a{text-decoration:none;color:#282828;}
img{border:0;vertical-align:middle;max-width:100%;}
select{height: 44px;padding: 0 10px;}
input[type="text"], input[type="password"]{width: 100%;height: 44px;padding: 0 8px;border: 1px solid #dcdcdc;border-radius: 5px;} 
textarea{display: block;resize: none;height: 188px;width: 100%;padding: 8px;border: 1px solid #dcdcdc;border-radius: 5px;}
label {cursor:pointer;}
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;}
html{overflow-x:hidden;}




.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{position:absolute;left:0;top:0;width: 100%;z-index:99;opacity: 1;}
.header_top{border-bottom: 1px solid rgba(219,219,219,0.25);}
#header .wid{width: calc(100% - 30px);max-width: 1680px;margin: 0 auto;}

.head_t_box{width: 100%;height: 45px;display: flex;justify-content: space-between;align-items: center;}
.head_t_box > .lf{display: flex;align-items: center;}
.head_t_box > .lf > p{margin-right: 20px;font-size: 13px;color: #fff;line-height: 1.1;}
.head_t_box > .lf > ul.t_sns{display: flex;align-items: center;}
.head_t_box > .lf > ul.t_sns > li + li{margin-left: 5px;}
.head_t_box > .lf > ul.t_sns > li{width: 25px;}
.head_t_box > .lf > ul.t_sns > li > a{display: block;width: 100%;font-size: 0;overflow: hidden;border-radius: 100%;}
.head_t_box > .lf > ul.t_sns > li > a img{display: inline-block;width: 100%;}
.head_t_box > .lf > ul.t_sns > li:hover > a img{transform: rotateY(-360deg);transition: all 0.3s ease-in-out;}
.head_t_box > .rt{display: flex;align-items: center;}
.head_t_box > .rt > .t_bn{display: flex;align-items: center;}
.head_t_box > .rt > .t_bn > li{margin-right: 30px;}
.head_t_box > .rt > .t_bn > li > a{display: inline-block;font-size: 14px;color: #fff;line-height: 1.1;}
.head_t_box > .rt > .t_bn > li > a:hover{color:#354075;}

.language_box{position: relative;z-index:11;}
.language_box > a{display: inline-block;font-size:0;width: 90px;height: 35px;line-height: 35px;text-align:center;border-radius: 35px;background: #0e1d4b;font-size: 14px;color:#fff;}
.language_box > a > span{display: inline-block;padding-left: 25px;background: url(../image/common/lang.png) no-repeat left center;}
.language_box > ul{display: none;position:absolute;left:0;top: 17px;right: 0;border-radius: 0 0 15px 15px;background:#0e1d4b;padding: 25px 0 15px;text-align:center;z-index: -1;}
.language_box > ul > li{margin: 3px 0;}
.language_box > ul > li > a{display: block;font-size: 13px;color:#fff;transition: all 0.3s ease-in-out;}
.language_box > ul > li > a:hover{color:#f47b6a;}

.header_bot{width: 100%;margin: 0 auto;}
.head_b_box{width: 100%;height: 70px;display: flex;justify-content: space-between;align-items: center;}
.menu_box{display: flex;}
.menu_box > li + li{margin-left: 55px;}
.menu_box > li > a{display: inline-block;font-size: 21px;color: #fff;transition: all 0.3s ease-in-out;}
.menu_box > li:hover > a{color:#f47b6a;text-decoration: underline;}

.mo_bn_area{display: none;}
.menu_bg{display:none;position: fixed;border-top:none;left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.7);}
.mor_open{display: none;}
.mor_out{display: none;}


#footer{width:100%;margin:0 auto;box-sizing:border-box;background:#0a0e2d;}
.foot_wid{width: calc(100% - 30px);max-width: 1180px;margin: 0 auto;padding: 60px 0;text-align: center;}
.foot_wid > p{font-size: 15px;color:#fff;font-weight: 500;line-height:1.3;}
.foot_wid > p > a{display: inline-block;position:relative;margin-right: 45px;color:#fff;}
.foot_wid > p > a:after{content:"/";position: absolute;right: -30px;top: 0;font-size: 15px;color: #fff;font-weight: 500;}
.foot_wid > .f_logo{margin: 35px 0;}
.foot_wid > .f_logo > a{display: inline-block;}
.foot_wid > .f_spon > p{font-size: 15px;color:#fff;line-height: 1;margin-bottom: 25px;}
.foot_wid > .f_spon > ul{display: flex;justify-content:center;align-items:center;}
.foot_wid > .f_spon > ul > li + li{margin-left: 20px;}


.quick_box{position:fixed;right: 80px;top: 50%;transform: translateY(-50%);transition: .4s;z-index: 99;}
.quick_box > li + li{margin-top: 10px;}
.quick_box > li > a{position: relative;display: inline-block;box-sizing: border-box;overflow: hidden;}
.quick_box > li > a > p{display: none;}
.quick_box > li:nth-child(1) > a:after{opacity: 0;content:"";position: absolute;left:0;top:0;bottom:0;right: 0;border-radius: 100%;transition: .4s;border: 4px solid #950200;}
.quick_box > li:nth-child(2) > a:after{opacity: 0;content:"";position: absolute;left:0;top:0;bottom:0;right: 0;border-radius: 100%;transition: .4s;border: 4px solid #000085;}
.quick_box > li > a:hover:after{opacity: 1;}
body.scr_qcuick .quick_box{top: auto;transform: translateY(0);bottom: 40px;}


@media screen and (max-width:1679px){
	.quick_box{right: 10px;}
	.quick_box > li > a{max-width: 90px;}
}
@media screen and (max-width:1599px){

}
@media screen and (max-width:1320px){
	.menu_box > li + li{margin-left: 40px;}
	.menu_box > li > a{font-size: 19px;}
}

@media screen and (max-width:1024px){
	.head_t_box{justify-content: flex-end;height: 35px;}
	.head_t_box > .lf{display: none;}
	.head_t_box > .rt > .t_bn > li{margin-right: 15px;}
	.head_t_box > .rt > .t_bn > li > a{font-size: 12px;}
	.language_box > a{width: 82px;height: 28px;line-height: 28px;border-radius: 28px;font-size: 12px;}
	.language_box > a > span{padding-left: 20px;background-size: 16px auto;}
	.language_box > ul{top: 14px;padding: 20px 0 12px;t}
	.language_box > ul > li{margin: 5px 0;}
	.language_box > ul > li > a{font-size: 12px;}
	.head_b_box{height: 60px;}

	.mo_bn_area{display: block;padding: 20px 30px 15px 18px;border-bottom: 1px solid rgba(255,255,255,0.3);}
	.mo_bn_area > p{font-size: 13px;color: #fff;margin-bottom: 10px;}
	.mo_bn_area > .tmo_sns{display: flex;}
	.mo_bn_area > .tmo_sns > li + li{margin-left: 7px;}
	.mo_bn_area > .tmo_sns > li > a{display: inline-block;font-size: 0;}
	.gnb_box{position:fixed;right:-300px;top:0;width:300px;z-index:99999;height:100vh;overflow:auto;background: #0a0e2d;}
	.menu_box{display: block;}
	.menu_box > li + li{margin-left: 0;}
	.menu_box > li{border-bottom: 1px solid rgba(255,255,255,0.3);width: 100%;height: 56px;display: table;}
	.menu_box > li > a{display: table-cell;vertical-align: middle;padding: 0 18px;font-size: 18px;background: url(../image/common/mrrow.png) no-repeat right 18px center;}

	.mor_open{display: block;}
	.mor_out{display: block;position: absolute;right: 18px;top: 24px;}
	
	.foot_wid{padding: 45px 0 100px;}
	.quick_box{right:0;left: 0;top: auto;bottom: 0;transform: translateY(0);display:flex;}
	.quick_box > li + li{margin-top: 0;}
	.quick_box > li{width: 50%;background: #000085;}
	.quick_box > li:last-child{background: #950200;}
	.quick_box > li > a{display: table;width: 100%;height: 55px;max-width: 100%;text-align: center;}
	.quick_box > li > a > p{display: table-cell;vertical-align: middle;padding: 0 15px;font-size: 13px;color: #fff;line-height: 1.2;}
	.quick_box > li > a > p > span{display: inline-block;padding-right: 17px;background: url(../image/common/qc.png) no-repeat right center;line-height: 1.2;}
	.quick_box > li > a > img{display: none;}
	.quick_box > li:nth-child(1) > a:after{display: none;}
	.quick_box > li:nth-child(2) > a:after{display: none;}
}

@media screen and (max-width:767px){
	.foot_wid > p{font-size: 13px;}
	.foot_wid > p > a{display: block;margin-right: 0;margin-bottom: 8px;}
	.foot_wid > p > a:after{display: none;}
	.foot_wid > .f_logo{margin: 20px 0 25px;}
	.foot_wid > .f_logo img{max-width: 150px;}
	.foot_wid > .f_spon > p{font-size: 14px;margin-bottom: 15px;}
	.foot_wid > .f_spon > ul > li + li{margin-left: 15px;}

}

@media screen and (max-width:640px){
	
}

@media screen and (max-width:520px){
	
}