@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');
 }

 

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:0px !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;}

.mbt50{margin-bottom:50px !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.is-hidden #header{background:rgba(0, 0, 0, 0.5);}
body.fixed #header{background:rgba(0, 0, 0, 0.5);}
body.is-hidden #headersu{background:rgba(0, 0, 0, 0.5);}
body.fixed #headersu{background:rgba(0, 0, 0, 0.5);}
/*
body.fixed #header .gnb_ny > h1 .on{display:block;}
body.fixed #header .gnb_ny > h1 .off{display:none;}
body.fixed #header .menu > li > a{color:#0b0b0b;}
body.fixed #header .top_btns > li > a{color: #000;}
body.fixed #header .top_btns > li + li:after{background: #7f7f7f;}
*/

#wrap{width:100%;margin:0 auto;}
#header{width:100%;margin:0 auto;position:fixed; left:0; top:0;transform: translate3d(0,0,0);transition: .4s;z-index: 999;}
#headersu{width:100%;margin:0 auto;position:absolute; left:0; top:0;transform: translate3d(0,0,0);transition: .4s;z-index: 999;}


.gnbWrapBg{width:100%;margin:0 auto;height:100px;position:relative;}
.gnb_ny{width:calc(100% - 20px);max-width:1720px;margin:0 auto;position:relative;height:100px;}
.gnb_ny > h1{position: absolute;left:0;top:0;z-index:999;}
.gnb_ny > h1 > a{display:block;line-height:100px;font-size:0;}
.gnb_ny > h1 .on{display:none;}


.menu_area{text-align:center;}
.menu > li{position:relative;display:inline-block;}
.menu > li > a{display:block;text-align:center;padding:0 70px;font-size:18px;color:#fff;line-height:100px;font-weight:500;letter-spacing:-1px;}
.menu > li:hover > a{color: #94c11e;}
.menu > li > ul.mdp02{display:none;position:absolute;left:50%;top:100%;margin-left:-110px;padding:30px 5px;box-sizing: border-box;width:220px;z-index:998;}
.menu > li > ul.mdp02 > li{margin-bottom:26px;}
.menu > li > ul.mdp02 > li:last-child{margin-bottom:0;}
.menu > li > ul.mdp02 > li > a{display:block;font-size:17px;color:#000;letter-spacing:-0.7px;line-height: 1.2;}
.menu > li > ul.mdp02 > li > a:hover{color:#489c2c;}
.menu > li > ul.mdp02 > li > ul.mdp03{margin-top: 20px;background: #f5f5f5;padding: 23px 4px;}
.menu > li > ul.mdp02 > li > ul.mdp03 > li{margin-bottom: 10px;}
.menu > li > ul.mdp02 > li > ul.mdp03 > li:last-child{margin-bottom:0;}
.menu > li > ul.mdp02 > li > ul.mdp03 > li > a{display: block;font-size:16px;color:#000;font-weight: 300;line-height: 1.2;}
.menu > li > ul.mdp02 > li > ul.mdp03 > li:hover > a{color:#489c2c;}
.menu_bg{display:none;background:#fff;width:100%;height:600px;position:fixed;left:0;top:100px;border-top:1px solid #dfdfdf;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}
.mor_open{display: none;position:absolute;right:0;top:29px;z-index:999;font-size: 0;}
.mor_out{display:none;position:absolute;right:10px;top:26px;font-size: 0;}


.top_btns{position: absolute;right: 0;top: 50%;transform: translateY(-50%); font-size:0;}
.top_btns > li{display: inline-block;position: relative;}
.top_btns > li + li{margin-left:26px;}
.top_btns > li + li:after{content:"";position: absolute;left: -13px;top: 50%;width: 1px;height: 12px;margin-top: -5px;background: #fff;}
.top_btns > li > a{display: inline-block;font-size: 16px;color: #fff;font-weight: 300;line-height: 1;}


#footer{width:100%;margin:0 auto;background:#252525;}
.foot_top{width: calc(100% - 20px);max-width: 1720px;margin: 0 auto;border-bottom: 1px solid #454545;padding: 30px 0;display: flex;justify-content:space-between;align-items:center;}
.foot_top > ul{font-size: 0;}
.foot_top > ul > li{display: inline-block;margin-bottom: 4px;margin-right:26px;position:relative;}
.foot_top > ul > li:after{content:"/";position:absolute;right:-18px;top:0;font-size:16px;color:#979797;}
.foot_top > ul > li:last-child{margin-right:0;}
.foot_top > ul > li:last-child:after{display: none;}
.foot_top > ul > li > a{display:block;font-size:16px;color:#979797;font-weight: 300;}
.foot_top > ul > li > a:hover{color:#fff;}
.footer_gs{display:inline-block;width:200px;text-align:center;position:relative;}
.footer_gs > a{display:block;font-size:16px;color:#979797;background:#000;width:100%;padding:0 10px;font-weight:300;height:45px;line-height:45px;box-sizing: border-box;}
.family_list{display:none;position:absolute;left:0;bottom:48px;z-index:11;border:1px solid #676767;background:#fff;width:100%;border-bottom:none;padding:10px 20px;box-sizing: border-box;}
.family_list > li > a{display:block;padding:3px 0;font-size:14px;color:#333;}
.family_list > li > a:hover{color:#005b6d;font-weight: 500;}

.foot_bot{position:relative;width: calc(100% - 20px);max-width: 1720px;margin: 0 auto;padding: 45px 0;display: flex;}
.f_logo{position: absolute;right:0;top:50%;margin-top:-31px;}
.fb_box2{margin-left: 6%;}
.fb_box3{margin-left: 6%;}

.fb_tit{margin-bottom: 27px;font-size: 16px;color:#979797;font-weight:300;line-height:1;}
.tel_no{font-size: 16px;color:#979797;font-weight:300;line-height:1;}
.tel_no span{display: block;font-size:26px;color:#fff;font-weight:bold;margin-bottom: 15px;}
.fb_copy{font-size: 16px;color:#dfdfdf;font-weight: 300;}
.fb_copy.copy{color:#979797;margin-top: 10px;}
.fb_copy > span{display: inline-block;}
.f_sns{display: flex;align-items:center;}
.f_sns > li{margin-right:20px;}
.f_sns > li:last-child{margin-right: 0;}
.f_sns > li > a{display: inline-block;font-size: 0;}

.top_bn{opacity:0;transition: .4s;display: inline-block;font-size: 0;position: fixed;right: calc((100% - 1720px) / 2 - 24px);bottom: 50px;z-index: 59;width: 60px;line-height:60px;border-radius: 100%;background:#676767;text-align:center;box-shadow: 0px 0px 10px 0px rgba(22, 104, 227, 0.2);}
.top_bn.off{opacity:1;}
.top_bn.bot{bottom: 330px;}

@media screen and (max-width:1720px){
	.top_bn{right: 5px;}
}

@media screen and (max-width:1599px){
	.menu > li > a{display:inline-block;padding:0 40px;}
	.f_logo{display:none;}
}

@media screen and (max-width:1024px){
	.gnbWrapBg{width:100%;margin:0 auto;height:80px;position:relative;background:#fff;box-shadow:1px 2px 3px rgba(0,0,0,0.1);}
	.gnb_ny{border-bottom:0;}
	.gnb_ny > h1 .off{display:none;}
	.gnb_ny > h1 .on{display:block;}
	.gnb_ny > h1 > a{line-height:80px;max-width: 220px;}
	.mor_open{display:block;}
	.gnb_ny{width:calc(100% - 20px);margin:0 auto;height:auto;}
	
	.top_btns{position: static;transform: translateY(0);padding: 27px 10px;border-bottom:1px solid #dfdfdf;}
	.top_btns > li > a{color:#000;}
	.top_btns > li + li{margin-left: 20px;}
	.top_btns > li + li:after{left: -10px;background: #7f7f7f;}


	.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;}
	#header{position:relative;}
	#header .menu > li > a{color:#000;}
	#headersu .menu > li > a{color:#000;}
	.menu > li{display:block;padding: 0;}
	.menu > li > a{display:block;text-align:left;font-size:17px;line-height:20px;padding:15px 10px;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:#489c2c;}
	.menu > li > ul.mdp02{position:static;width:100%;padding:10px 0;border-bottom:1px solid #dfdfdf;margin-left: 0;}
	.menu > li > ul.mdp02 > li{margin:0;}
	.menu > li > ul.mdp02 > li > a{padding:5px 20px;border-bottom:0;}
	.menu > li > ul.mdp02 > li > a:hover{color:#489c2c;border-bottom:0;}
	.menu > li > ul.mdp02 > li > a.on{color:#489c2c;}
	.menu > li > ul.mdp02 > li > ul.mdp03{margin-top: 0;padding: 15px 20px;}
	.menu > li > ul.mdp02 > li > ul.mdp03 > li > a{font-size:15px;}


	.mor_out{display:block;}
	.all_menu_on{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);z-index: 999;}

	.top_bn{bottom:5px;width: 30px;line-height: 30px;}
	.top_bn img{width: 10px;}
	.top_bn.bot{bottom: 5px;}
}

@media screen and (max-width:767px){
	.gnb_ny > h1 > a{max-width: 180px;}
	
	.foot_top{display: block;text-align: center;}
	.foot_top > ul{margin-bottom: 10px;}
	.foot_top > ul > li{margin-right:14px;}
	.foot_top > ul > li:after{display: none;}
	.foot_top > ul > li > a{font-size:15px;}

	.foot_bot{padding: 40px 0 60px;display: block;text-align:center;}
	.fb_box2{margin-left: 0;margin-top: 20px;}
	.fb_box3{margin-left: 0;margin-top: 20px;}

	.fb_tit{display: none;}
	.tel_no span{font-size:24px;margin-bottom: 12px;}
	.fb_copy{font-size: 15px;}
	.f_sns{justify-content:center;}
	.f_sns > li{margin-right:13px;}

}


.sa {
	opacity: 0;
	transition: all .9s ease;
}

/* 아래에서 위로 페이드 인 */
.sa-up {
	transform: translate(0, 60px);
}
.sa-down {
	transform: translate(0, -60px);
}
.sa-lf {
	transform: translate(-60px, 0);
}
.sa-rt {
	transform: translate(60px, 0);
}

.sa.show {
	opacity: 1;
	transform: none;
}