@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: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    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;word-break: keep-all;}
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;}

body.hover-con .head_area .menu > li > a{color:#000;}
body.hover-con .head_area .menu > li:hover > a{color:#990e5e;}
body.hover-con .head_area .gnb_ny{border-bottom: 1px solid #dfdfdf;}
body.hover-con .head_area .gnb_ny > h1 .on{display:block;}
body.hover-con .head_area .gnb_ny > h1 .off{display:none;}
body.hover-con .head_area .top_bns > li > a{color: #000;}
body.hover-con .head_area .top_bns > li:after{color:#000;}


#wrap{width:100%;margin:0 auto;}
.head_area{position:absolute;left:0;top:0;width: 100%;z-index:99;opacity: 1;}
.header{width:100%;}

.gnbWrapBg{width:100%;margin:0 auto;position:relative;height: 100px;z-index: 1;}
.gnb_ny{width:calc(100% - 20px);max-width:1720px;margin:0 auto;height:100px;position:relative;z-index: 11;}
.gnb_ny > h1{position: absolute;left:calc((100% - 1720px) / 2);top:0;z-index:998;}
.gnb_ny > h1 > a{display:block;line-height:100px;font-size:0;}
.gnb_ny > h1 .on{display:none;}
.menu_area{padding-left: 150px;text-align:center;position: relative;z-index: 9;}
.menu{font-size:0;}
.menu > li{display:inline-block;position: relative;}
.menu > li > a{position: relative;display:block;text-align:center;padding:0 75px;font-size:18px;color:#fff;font-weight: 500;line-height:100px;letter-spacing:-0.5px;font-family: 'Poppins';}
.menu > li:hover > a{color:#990e5e;}
.menu > li > .mdp02{display:none;padding: 40px 0;position:absolute;left:50%;margin-left: -130px;width: 260px;top:100px;box-sizing: border-box;z-index:998;}
.menu > li > .mdp02 > li{text-align:center;margin-bottom:35px;}
.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:17px;color:#000;line-height: 1.2;letter-spacing: -1px;}
.menu > li > .mdp02 > li > a:hover{color:#990e5e;}

.menu_bg{display:none;background:#fff;width:100%;height:460px;position:absolute;left:0;top:0;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}
.mor_open{display: none;position:absolute;right:0;top:26px;z-index:99;font-size: 0;}
.mor_out{display:none;position:absolute;right:10px;top:26px;font-size: 0;}

.top_bns{position: absolute;right: 0;top: 40px;font-size: 0;}
.top_bns > li{display: inline-block;position: relative;}
.top_bns > li > a{display: block;font-size: 15px;color: #fff;font-weight: 300;line-height: 20px;}
.top_bns > li + li{margin-left: 22px;}
.top_bns > li:after{content:"/";position: absolute;right: -16px;top:0;font-size: 15px;color:#fff;font-weight: 300;line-height: 20px;}
.top_bns > li:last-child:after{display: none;}


#footer{width:100%;margin:0 auto;box-sizing:border-box;background:#252525;}
.foot_wid{width:calc(100% - 20px);max-width:1720px;margin:0 auto;position:relative;padding: 50px 0;text-align:center;}
.foot_btns{margin-bottom: 15px;font-size: 0;}
.foot_btns > li{display: inline-block;margin-right:32px;position:relative;margin-bottom: 3px;}
.foot_btns > li:after{content:"/";position:absolute;right: -20px;top:0;font-size:16px;color:#979797;font-weight:100;line-height:1.2;}
.foot_btns > li:last-child{margin-right:0;}
.foot_btns > li:last-child:after{display:none;}
.foot_btns > li > a{display:block;font-size:16px;color:#979797;font-weight: 400;line-height:1.2;}
.foot_btns > li > a:hover{color:#fff;}
.foot_wid > p{font-size:16px;color:#979797;font-weight:300;line-height: 1.4;}
.foot_wid > p > span{display: inline-block;margin:0 4px 4px 4px;}
.foot_wid > p:last-child{margin-top: 5px;}






/*
.top_go{opacity: 0;transition: .4s;display: inline-block;position:fixed;bottom:60px;right:calc((100% - 1720px) / 2 - 16px);z-index: 91;}
body.top-con .top_go{opacity:1;}
body.top-mg .top_go{bottom: 100px;}
*/




@media screen and (max-width:1719px){
	.gnb_ny > h1{left: 0;}
	.top_go{right:0;}
}
@media screen and (max-width:1599px){

}
@media screen and (max-width:1320px){
	.menu > li > a{padding: 0 50px;}
}

@media screen and (max-width:1024px){
	.head_area{position: static;}
	.gnbWrapBg{width:100%;margin:0 auto;height:80px;position:relative;background:#fff;z-index: 9999;}

	.gnb_ny > h1 > a{max-width: 240px;line-height:80px;}
	.gnb_ny > h1 .on{display:block;}
	.gnb_ny > h1 .off{display:none;}
	.mor_open{display: block;}
	.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 > li{display:block;}
	.menu > li > a{display:block;text-align:left;font-size:17px;color:#333;line-height:20px;padding:15px;font-weight:500;border-bottom:1px solid #dfdfdf;background: #fff url(../image/common/moff.png) no-repeat right 15px center;}

	.menu > li > a.on{color:#990e5e;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li > a:after{display: none;}
	.menu > li:hover > a{color:#333;}
	.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;}
	.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);}

	.top_bns{position: static;padding: 30px 15px;border-bottom: 1px solid #990e5e;}
	.top_bns > li > a{color: #000;}
	.top_bns > li + li{margin-left: 22px;}
	.top_bns > li:after{color:#000;}

	.foot_wid{padding: 35px 0;}
	.foot_wid > p > span{margin:5px;}


}

@media screen and (max-width:767px){
	

}

@media screen and (max-width:640px){
	
}

@media screen and (max-width:520px){
	
}