@charset "utf-8";
/********************
    Default set
********************/
/* font */
@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: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-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: "SUITE Variable",sans-serif; font-size:15px;font-weight:400;line-height: 1.4; letter-spacing:-0.5px;list-style:none; color:#454545;box-sizing: border-box;word-break: keep-all;}
a{text-decoration:none;color:#454545;}
img{border:0;vertical-align:middle;max-width: 100%;}
select{font-family: "SUITE Variable",sans-serif;border:1px solid #d6d6d6;vertical-align:middle;}
input{font-family: "SUITE Variable",sans-serif;vertical-align:middle;margin:0;padding:0;font-size:15px;color:#6e6e6e;font-weight:500;}
label {cursor:pointer;}
textarea{font-family: "SUITE Variable",sans-serif;vertical-align:middle;font-size:15px;color:#6e6e6e;font-weight:500;}
table caption{
	overflow: hidden;
    /*position: absolute;
	left:-9999px;
	top:-9999px; */
    width:0;
    height:0;
    line-height:0;
   
	margin:0;
}
table{border-collapse:separate;border-collapse:collapse;width:100%;border-spacing:0;table-layout: fixed;}
em,address,dfn,cite {font-style:normal;} 
button { cursor:pointer; background-color:transparent; -webkit-appearance:none; }





.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;}
.mtp7{margin-top:7px;}
.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;}
.mtp70{margin-top:70px;}
.mtp80{margin-top:80px;}
.mtp90{margin-top:90px;}
.mtp100{margin-top:100px;}
.mtp200{margin-top:200px;}
.mtp23{margin-top:23px;}

.mbt40{margin-bottom:40px !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;}
.pdt80{padding-top:80px;}

.pdb80{padding-bottom:80px !important;}
/***********************************************************
				Start Coding
***********************************************************/
html, body { height:100%; }


body.fixed #header{background: #ffffff;}
body.fixed #header h1 > a > span.on{display:block;}
body.fixed #header h1 > a > span.off{display:none;}
body.fixed .menu > li > a{color:#000;}
body.fixed #header a.mor_open .on{display: block;}
body.fixed #header a.mor_open .off{display: none;}
body.fixed .menu > li:hover > a{color:#0a9a3a;}

#wrap{position:relative;width:100%;margin:0 auto;height:100%;min-width: 320px;}
#header{position:absolute;left:0;top:0;width:100%;box-sizing:border-box;margin:0 auto;transition: all 0.1s ease-in-out;opacity: 1;z-index:999;}
.head_top{position: relative;width:calc(100% - 20px);max-width: 1720px;margin:0 auto;text-align: center;padding: 38px 0 5px;}
#header h1 > a{display:inline-block;font-size: 0;}
#header h1 > a > span.on{display: none;}
#header a.mor_open{display: none;position:absolute;right:0;top:28px;font-size:0;}

.mo_logo{display: none;}

.menu_area{text-align: center;}
.menu{text-align: center;display: flex;justify-content: center;}
.menu > li{position:relative;display:inline-block;}
.menu > li > a{position:relative;display:block;font-size:21px;color:#fff;line-height:85px;padding:0 50px;font-weight:500;z-index:99;}
.menu > li:hover > a{color:#0a9a3a;}
.menu > li > ul.mdp02{display:none;position:absolute;left:50%;top:100%;margin-left:-100px;background: #fff;padding:25px 5px;border-radius: 0 0 5px 5px;box-sizing: border-box;width:200px;z-index:91;text-align:center;}
.menu > li > ul.mdp02 > li{margin-bottom:21px;}
.menu > li > ul.mdp02 > li:last-child{margin-bottom:0;}
.menu > li > ul.mdp02 > li > a{display:block;font-size:18px;color:#383838;letter-spacing: -0.5px;}
.menu > li > ul.mdp02 > li > a:hover{color:#0a9a3a;}
.menu_area > .mor_out{display:none;position:absolute;right:10px;top:25px;}
.menu_bg{display:none;}



#all_contents{position:relative;width:100%;margin:0 auto;}


#footer{position:relative;width:100%;margin:0 auto;background:#252525;box-sizing:border-box;padding: 20px 0 25px;}
.foot_wid{width:calc(100% - 20px);max-width:1180px;margin:0 auto;position: relative;}
.foot-box{display: flex;align-items: center;}
.foot-box > h1{width: 210px;}
.foot-box > .foot_con{width: calc(100% - 210px);}
.foot-box > .foot_con .f_bn{display: flex;margin-bottom: 8px;}
.foot-box > .foot_con .f_bn > li + li{margin-left: 38px;}
.foot-box > .foot_con .f_bn > li{position:relative;}
.foot-box > .foot_con .f_bn > li:after{content:"/";position:absolute;right: -24px;top:0;font-size: 16px;color:#5d5d5d;font-weight: 100;}
.foot-box > .foot_con .f_bn > li:last-child:after{display: none;}
.foot-box > .foot_con .f_bn > li > a{display: inline-block;font-size: 16px;color: #c1c1c1;}
.foot-box > .foot_con p{font-size: 16px;color:#676767;font-weight: 300;}
.foot-box > .foot_con p span{display: inline-block;margin: 0 5px 5px 0;}

#footer.main{position: absolute;left: 0;bottom: 0;z-index: 99;}


@media screen and (max-width:1720px){

}

@media screen and (max-width:1440px){

}

@media screen and (max-width:1180px){
	#footer.main{position: static;}
}

@media screen and (max-width:1024px){
	.head_top{text-align: left;padding: 0;height: 80px;border-bottom: 1px solid rgba(255,255,255,0.3);}
	#header h1 > a{line-height: 80px;max-width: 130px;}
	#header a.mor_open{display: block;}

	.mo_logo{display: block;text-align: left;padding: 0 20px;border-bottom: 1px solid #2e3192;}
	.mo_logo > a{display: inline-block;line-height: 80px;max-width: 130px;}
	.menu_area{float:none;padding-right:0;position:fixed;left:-300px;top:0;width:300px;z-index:9999;height:100%;overflow:auto;background:#fff;}
	.menu{display: block;position:relative;width:100%;margin-top:0;margin-left:0;padding-right:0;}
	.menu > li{display:block;text-align:left;padding:0;margin-left:0;float:none;}
	.menu > li > a{display:block;box-sizing: border-box;width:100%;font-size:18px;line-height:18px;padding:15px 10px 15px 20px;color:#090909;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{color:#0a9a3a;background: url(../image/common/mon.png) no-repeat right 15px center;}
	.menu > li > a:hover{color:#0a9a3a;}
	.menu > li > ul.mdp02{display:none;position:static;width:100%;margin-left:0;border-top:none;background: #f6f6f6;border-left:none;box-sizing: border-box;padding:15px 10px 15px 20px;text-align:left;height:auto;border-bottom:1px solid #dfdfdf;}
	.menu > li:last-child > ul.mdp02{border-right:none;}
	.menu > li > ul.mdp02 > li{display:block;margin-bottom:10px;}
	.menu > li > ul.mdp02 > li > a{display:block;margin-top:0;position:relative;padding-left:10px;font-size:15px;color:#676767;line-height:21px;}
	.menu > li > ul.mdp02 > li > a:after{content:"";position:absolute;left:0;top:10px;width:5px;height:1px;background:#676767;}
	.menu > li > ul.mdp02 > li > a:hover{color:#0a9a3a;}
	.menu > li > ul.mdp02 > li > a.on{color:#0a9a3a;}

	.menu_area > .mor_out{display:block;}
	.menu_bg{display:none;position: fixed;left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.7);z-index: 99;}
}



@media screen and (max-width:767px){
	.foot-box{display: block;text-align:center;}
	.foot-box > h1{width: auto;margin-bottom: 15px;}
	.foot-box > .foot_con{width: auto;}
	.foot-box > .foot_con .f_bn{justify-content:center;}
	.foot-box > .foot_con .f_bn > li + li{margin-left: 24px;}
	.foot-box > .foot_con .f_bn > li:after{right: -16px;font-size: 15px;}
	.foot-box > .foot_con .f_bn > li > a{font-size: 15px;}
	.foot-box > .foot_con p{font-size: 15px;}
	.foot-box > .foot_con p span{margin: 0 4px 5px 4px;}
}

@media screen and (max-width:520px){
	
}

@media screen and (max-width:480px){
	
}

@media screen and (max-width:420px){
	
}