@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');
 }

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:16px; list-style:none; color:#454545;word-break: keep-all;}
a{text-decoration:none;color:#454545;}
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
********************/
.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(240,251,246,0.95);}



#wrap{width:100%;margin:0 auto;overflow: hidden;}
#head_wrap{width:100%;margin:0 auto;position: relative;}
.head_top{position: relative;width: 100%;margin: 0 auto;padding:15px 0;text-align: center;}
.head_top_wid{position: relative;width:calc(100% - 20px);max-width:1760px;margin:0 auto;z-index:99;opacity: 1;transition: .1s;}
.head_top h1 > a{display: inline-block;font-size: 0;}
.mor_open{display: none;position:absolute;right:0;top:50%;z-index:99;font-size: 0;margin-top: -12px;}
.tbn_box{position:absolute;right:0;top:50%;margin-top: -11px;}
.tbn_box > li{display: inline-block;position: relative;}
.tbn_box > li + li{margin-left: 25px;}
.tbn_box > li > a{display: inline-block;font-size:15px;color:#000;font-weight: 300;line-height: 20px;}
.tbn_box > li.login > a{font-weight: 500;padding-left: 22px;background: url(../image/common/tic1.png) no-repeat left center;}
.tbn_box > li.sign > a{padding-left: 26px;background: url(../image/common/tic2.png) no-repeat left center;}

.header_bot{width:100%;margin:0 auto;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;position: relative;}


.header_bot_wid{position: relative;width:calc(100% - 20px);max-width:1760px;margin:0 auto;z-index:999;opacity: 1;transition: .1s;}
.menu_area{text-align:center;}
.tbn_box_mo{display: none;}
.menu{display:flex;justify-content:space-between;}
.menu > li{position: relative;width: 14%;}
.menu > li:nth-child(6){width: 16%;}
.menu > li > a{position: relative;display:flex;align-items:center;justify-content:space-around;text-align:center;height: 70px;padding:0 20px;font-size:17px;color:#000;font-weight: 500;letter-spacing:-0.0px;line-height:1.2;}
.menu > li:hover > a{color:#39959e;}
.menu > li > .mdp02{display:none;position:absolute;left:0;right: 0;text-align: center;top:70px;box-sizing: border-box;padding: 30px 0;z-index:999;height: 321px;}
.menu > li > .mdp02 > li{text-align:center;}
.menu > li > .mdp02 > li > a{position:relative;display:block;box-sizing:border-box;font-size:15px;color:#000;font-weight: 400;letter-spacing:-0.0px;line-height: 34px;}
.menu > li > .mdp02 > li > a > span{display:block;}
.menu > li > .mdp02 > li > a:hover{color:#fff;font-weight: 500;background: #076977;}
.menu > li:hover > .mdp02{background:#64bfc8;}

.mor_out{display:none;position:absolute;right:12px;top:18px;font-size: 0;}
.menu_bg{display:none;position: absolute;left: 0; top: 70px; width: 100%; height: 320px; border-top: 1px solid #39959e;background: rgba(240,251,246,0.95);z-index: 98;}


/*
.allmenu_area{display: none;position: absolute;left:0;top:128px;right:0;width:100%;background:rgba(240,251,246,0.95);z-index:200001;}
.allmenu_area:before{content:"";position:absolute;left:0;right:0;top: 70px;height:1px;background:#39959e;}
.allmenu_box{width:calc(100% - 20px);max-width:1760px;margin:0 auto;position:relative;box-sizing: border-box;}
.all_out{position:absolute;right:calc((100% - 1760px) / 2);bottom:30px;display:block;font-size:0;}
.allmenu{display:flex;justify-content:space-between;padding-right: 40px;}
.allmenu > li{position: relative;text-align: center;width: 14%;}
.allmenu > li:nth-child(6){width: 16%;}
.allmenu > li > a{position: relative;display:flex;align-items:center;justify-content:space-around;text-align:center;height: 70px;padding:0 20px;font-size:17px;color:#000;letter-spacing:-0.5px;line-height:1.2;}
.allmenu > li:hover > a{color:#0159a2;}
.allmenu > li:hover > ul{background:#39959e;}
.allmenu > li > ul{padding: 25px 0;margin:0 auto;height: calc(100% - 70px);box-sizing:border-box;}
.allmenu > li > ul > li{text-align:center;}
.allmenu > li > ul > li > a{position:relative;display:table;width:100%;height:36px;box-sizing:border-box;font-size:16px;color:#454545;font-weight:300;letter-spacing:-0.5px;line-height: 1.2;}
.allmenu > li > ul > li:last-child > a{border-bottom:0;}
.allmenu > li > ul > li > a > span{display:table-cell;vertical-align:middle;}
.allmenu > li > ul > li > a:hover{background: #0159a2;color:#fff;}
*/


#footer{width:100%;margin:0 auto;box-sizing:border-box;background:#222;padding: 45px 0;}
.foot_wid{width:calc(100% - 20px);max-width:1180px;margin:0 auto;display: flex;align-items: center;}
.foot_wid .f_logo{margin-right: 50px;}
.foot_wid .f_boxs p{font-size: 16px;color:#fff;font-weight: 200;}
.foot_wid .f_boxs p:first-child{margin-bottom: 25px;}
.foot_wid .f_boxs p:last-child{margin-top: 25px;}
.foot_wid .f_boxs p span{display: inline-block;position: relative;margin-left: 15px;}
.foot_wid .f_boxs p span:after{content:"";position:absolute;left:-10px;top: 4px;bottom: 4px;background: #fff;width:1px;}



.quick_box{position:fixed;right: calc((100% - 1260px) / 2 - 165px);top: 355px;width:125px;text-align:center;z-index:98;}
.quick_box > ul > li{margin-bottom:10px;width: 100%;height: 135px;display: table;}
.quick_box > ul > li > a{display: table-cell;vertical-align: middle;padding: 10px;border: 1px solid #f9f9f9;background: #f9f9f9;border-radius: 15px;}
.quick_box > ul > li > a > div{margin-bottom:10px;}
.quick_box > ul > li > a > p{font-size:15px;color:#000;font-weight:400;line-height:1.2;letter-spacing:-0.0px;}
.quick_box > ul > li > a:hover{border: 1px solid #39959e;}
.quick_box > a.top_go{display: block;background:#39959e;line-height:45px;font-size:16px;color:#fff;font-weight:300;border-radius: 15px;}








@media screen and (max-width:1719px){
	.all_out{right: 30px;}

}
@media screen and (max-width:1599px){
	.menu > li > a{padding: 0 15px;font-size: 16px;}
	.allmenu > li > a{padding: 0 15px;font-size: 16px;}

	
}
@media screen and (max-width:1500px){
	.quick_box{right: 5px;}
}

@media screen and (max-width:1024px){
	#head_wrap{border-bottom: 1px solid #dfdfdf;}
	.head_top{padding:0;text-align:left;height: 60px;}
	.head_top h1 > a{max-width: 260px;line-height: 60px;}
	.header_bot{position:relative;z-index: 999;border-bottom: 0;}
	.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: 22px;background: url(../image/common/tic1.png) no-repeat left center;}
	.tbn_box_mo > li.sign > a{padding-left: 26px;background: url(../image/common/tic2.png) no-repeat left center;}
	.mor_open{display: block;top: auto;bottom: 18px;margin-top: 0;}
	.header_bot{border-top: 0;}
	.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-right: 0;}
	.menu > li{display:block;padding: 0;width: auto;}
	.menu > li:nth-child(6){width: auto;}
	.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:#10579a;background: #fff url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li > a:after{display: none;}
	.menu > li > .mdp02{position:static;width:100%;margin-left: 0;padding:20px;height: auto;border-bottom:1px solid #dfdfdf;}
	.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;line-height: 1.1;}
	.menu > li > .mdp02 > li > a > span{display: block;}
	.menu > li:hover > .mdp02{background:#fff;}
	.menu > li > .mdp02 > li > a:hover{color:#000;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;}

	.allmenu_area{display: none;}

	.quick_box{position:static;width: auto;}
	.quick_box > ul{position:fixed;left:0;bottom:0;right:0;width: 100%;display:flex;background: #f9f9f9;box-shadow:0 -2px 3px -1px rgba(0,0,0,0.1);z-index: 99;}
	.quick_box > ul > li{margin-bottom:0;width: 33.333333%;height: 80px;display: flex;justify-content:center;align-items:center;box-sizing:border-box;border-right: 1px solid #39959e;}
	.quick_box > ul > li:last-child{border-right: 0;}
	.quick_box > ul > li > a{display: block;padding: 2px;border: 0;background: none;border-radius: 0;}
	.quick_box > ul > li > a > div{margin-bottom:5px;}
	.quick_box > ul > li > a > div img{height: 30px;width: auto;}
	.quick_box > ul > li > a > p{font-size:14px;}
	.quick_box > ul > li > a > p br{display: none;}
	.quick_box > ul > li > a:hover{border: 0;}
	.quick_box > a.top_go{position: fixed;right: 5px;bottom: 85px;line-height:45px;height: 45px;width: 45px;border-radius: 100%;font-size:14px;z-index: 99;}
}

@media screen and (max-width:767px){
	#footer{padding: 35px 0 120px;text-align:center;}
	.foot_wid{display: block;}
	.foot_wid .f_logo{margin-right: 0;margin-bottom: 20px;}
	.foot_wid .f_boxs p{font-size: 15px;}
	.foot_wid .f_boxs p:first-child{margin-bottom: 15px;}
	.foot_wid .f_boxs p:last-child{margin-top: 15px;}

}

@media screen and (max-width:640px){
	.quick_box > ul > li{height: 64px;}
	.quick_box > ul > li > a > div img{height: 23px;}
	.quick_box > ul > li > a > p{font-size:13px;line-height: 1.1;}
	.quick_box > a.top_go{bottom: 70px;}
}

@media screen and (max-width:520px){
	.foot_wid .f_boxs p span{display: block;margin-left: 0;}
	.foot_wid .f_boxs p span:after{display: none;}
}