@charset "utf-8";
/********************
    Default set
********************/
/* font */
@import url("https://fonts.bunny.net/css?family=poppins:100,200,300,400,500,600,700,800");

@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-weight: normal;font-size:17px;line-height: 1.6; list-style:none; color:#000;font-weight: 300;word-break: keep-all;}
a{text-decoration:none;font-size:17px;line-height: 1.6; list-style:none; color:#000;word-break: keep-all;font-weight: 300;}
img{border:0;vertical-align:middle;max-width:100%;}
select{font-family: 'Noto Sans KR', sans-serif;font-weight: normal;border:1px solid #d6d6d6;vertical-align:middle;}
input{font-family: 'Noto Sans KR', sans-serif;font-weight: normal;vertical-align:middle;margin:0;padding:0;}
label {cursor:pointer;}
textarea{font-family: 'Noto Sans KR', sans-serif;font-weight: normal;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.amenu_open #head_wrap{background: rgba(232,229,228,0.96);}



#wrap{width:100%;margin:0 auto;overflow: hidden;}
#head_wrap{width:100%;margin:0 auto;position: relative;}
.head_wid{width:calc(100% - 20px);max-width:1720px;height: 100px;margin:0 auto;display: flex;justify-content: space-between;align-items: center;}


.head_wid h1{width: 186px;}
.head_wid h1 > a{display: inline-block;font-size: 0;}
.mor_open{display: none;position:absolute;right:10px;top:50%;z-index:99;font-size: 0;margin-top: -12px;}
.tbn_box{}
.tbn_box > li{display: inline-block;position: relative;font-size: 0;vertical-align: top;}
.tbn_box > li + li{margin-left: 10px;}
.tbn_box > li + li:after{content:'/';position:absolute;left:0;top:-2px;color:#222;font-size:14px;}
.tbn_box > li > a{display: inline-block;font-size:15px;color:#000;font-weight: 300;line-height: 18px;font-family: 'Pretendard';}
.tbn_box > li.login > a{padding-left: 20px;background: url(../image/common/tic1.png) no-repeat left center;}
.tbn_box > li.sign > a{padding-left: 20px;background: none;}


.menu_area{text-align:center;width: calc(100% - 360px);}
.tbn_box_mo{display: none;}
.menu{display:flex;justify-content:space-between;padding: 0 20px;}
.menu > li{position: relative;min-width: 14%;max-width: 16%;}
.menu > li > a{position: relative;display:flex;align-items:center;justify-content:space-around;text-align:center;height: 100px;padding:0 5px;font-size:18px;color:#000;font-weight: 600;letter-spacing:-0.9px;line-height:1.2;font-family: 'Pretendard';}
.menu > li:hover > a{color:#fff;background: url(../image/common/smenubg.png) no-repeat center center;background-size:cover;}
.menu > li:hover > .mdp02{background: url(../image/common/smenubg.png) no-repeat center center;background-size:cover;}
.menu > li > .mdp02{display:none;position:absolute;left:0;right: 0;text-align: left;top:101px;box-sizing: border-box;padding: 20px 0;height: 320px;z-index:999;}
.menu > li > .mdp02 > li{text-align:center;}
.menu > li > .mdp02 > li > a{position:relative;display:block;box-sizing:border-box;font-size:15px;color:#080808;font-weight: 400;letter-spacing:-0.6px;line-height: 1.2;}
.menu > li > .mdp02 > li > a > span{display:block;padding: 10px 0;}
.menu > li > .mdp02 > li > a:hover > span{color:#fff;background:#996e6e;}

.mor_out{display:none;position:absolute;right:12px;top:18px;font-size: 0;}
.menu_bg{display:none;position: absolute;left: 0; top: 100px; width: 100%; height: 320px; border-top: 1px solid #ccc7c6;background: rgba(232,229,228,0.96);z-index: 98;}

.quick_menu{position: fixed;right:calc((100% - 1780px) / 2);top:235px;z-index: 80;text-align:center;}
.quick_menu > ul{width:100px;box-sizing:border-box;margin-bottom:13px;border:1px solid #dfdfdf;background:#fff;}
.quick_menu > ul > li{width:100%;height:110px;display:table;border-bottom:1px solid #dfdfdf;}
.quick_menu > ul > li:last-child{border-bottom:0;}
.quick_menu > ul > li > a{display:table-cell;vertical-align:middle;padding: 6px;}
.quick_menu > ul > li:hover > a > img{transition: all 0.3s ease-in-out;transform: rotateY(360deg);}
.quick_menu .top_bn{display:block;line-height:40px;border: 1px solid #fff;background:#996e6e;font-size:15px;color:#fff;font-weight:500;min-width:69px;}




#footer{width:100%;margin:0 auto;box-sizing:border-box;background:#222;padding: 40px 0 45px;}
.foot_wid{width:calc(100% - 20px);max-width:1180px;margin:0 auto;position: relative;}
.foot_wid .f_logo{margin-bottom: 10px;display: flex;align-items:center;}
.foot_wid .f_logo > a{display: inline-block;}
.foot_wid .f_logo > p{margin-left: 25px;font-size: 16px;color:#fff;font-weight: 350;line-height: 1.2;}
.foot_wid .f_boxs p{font-size: 16px;color:#fff;font-weight: 350;}
.foot_wid .f_boxs p:last-child{margin-top: 25px;text-indent: -20px; margin-left: 20px;}
.foot_wid .f_boxs p span{display: inline-block;position: relative;}
.foot_wid .fr_box{position: absolute;right: 0;bottom: 22px;text-align: right;}
.foot_wid .fr_box .fr_btns{margin-bottom: 60px;display: flex;align-items:center;}
.foot_wid .fr_box .fr_btns p{margin-right: 20px;font-size: 23px;color:#fff;font-weight: 500;}
.foot_wid .fr_box .fr_btns a{display:inline-block;margin-left: 5px;}
.foot_wid .fr_box .frb_btns{display: flex;justify-content: flex-end;}
.foot_wid .fr_box .frb_btns > a{display: inline-block;position: relative;font-size: 17px;color:#fff;}
.foot_wid .fr_box .frb_btns > a:after{content:"";position:absolute;left: 0;bottom:-8px;right: 0;height: 1px;background: #fff;}
.foot_wid .fr_box .frb_btns > a + a{margin-left: 30px;}
.foot_wid .fr_box .frb_btns > a + a:before{content: "/";position: absolute;left: -28px;top: 0;width: 26px;text-align: center;font-size: 17px;color:#fff;}


@media screen and (max-width:1719px){
.quick_menu{right: 0;}

}
@media screen and (max-width:1599px){
	
	
}
@media screen and (max-width:1500px){
	
}

@media screen and (max-width:1320px){
	#head_wrap{border-bottom: 1px solid #dfdfdf;}
	.head_wid{padding:0;text-align:left;height: 80px;}
	.head_wid h1 > a{max-width: 260px;}
	.tbn_box{display: none;}
	.tbn_box_mo{display: block;padding: 17px 20px;border-bottom:1px solid #000;}
	.tbn_box_mo > li{display: inline-block;position: relative;}
	.tbn_box_mo > li + li{margin-left: 20px;}
	.tbn_box_mo > li > a{display: block;font-size:15px;color:#000;line-height: 20px;font-weight: 300;}
	.tbn_box_mo > li.login > a{font-weight: 500;padding-left: 20px;background: url(../image/common/tic1.png) no-repeat left center;}
	.tbn_box_mo > li.sign > a{padding-left: 20px;background: url(../image/common/tic2.png) no-repeat left center;}
	.mor_open{display: block;}
	.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: 0;}
	.menu > li{display:block;padding: 0;width: auto;min-width: 100%;max-width: 100%;}
	.menu > li > a{display:block;text-align:left;font-size:17px;color:#333;height: auto;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:#185ea9;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li:hover > a{color:#185ea9;}
	.menu > li:hover > a > span{background: none;}
	.menu > li > .mdp02{position:static;width:100%;margin-left: 0;padding:20px;height: auto;border-bottom:1px solid #dfdfdf;background: #fff;}
	.menu > li:hover > .mdp02{background: none;}
	.menu > li > .mdp02 > li{text-align:left;width:100%;margin-bottom: 12px;}
	.menu > li > .mdp02 > li:last-child{margin-bottom:0;}
	.menu > li > .mdp02 > li > a{display:block;height: auto;font-size: 15px;padding: 0;}
	.menu > li > .mdp02 > li > a > span{display: block;padding: 0;}
	.menu > li > .mdp02 > li > a:hover > span{color:#185ea9;background:none;}

	.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: 99;}

	
}

@media screen and (max-width:1024px){
	.foot_wid .f_logo{margin-bottom: 20px;}
	.foot_wid .fr_box{position: static;margin-bottom: 30px;text-align: left;}
	.foot_wid .fr_box .fr_btns{margin-bottom:20px;}
	.foot_wid .fr_box .frb_btns{display: flex;justify-content: flex-start;}

	.quick_menu{display:none;}
}

@media screen and (max-width:767px){


}

@media screen and (max-width:640px){
	.foot_wid .fr_box .fr_btns{flex-wrap:wrap;}
.foot_wid .fr_box .fr_btns p{margin-right: 0;font-size: 21px;width: 100%;margin-bottom: 5px;}
.foot_wid .fr_box .fr_btns a{display:inline-block;margin-left: 5px;}
}

@media screen and (max-width:520px){

}