@charset "utf-8";
/********************
    Default set
********************/
/* font */
@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight:100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
     url(../fonts/eot/NotoSansKR-Thin-Hestia.eot),
     url(../fonts/eot/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
     url(../fonts/woff/NotoSansKR-Thin-Hestia.woff) format('woff'),
     url(../fonts/otf/NotoSansKR-Thin-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight:200;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
     url(../fonts/eot/NotoSansKR-Light-Hestia.eot),
     url(../fonts/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
     url(../fonts/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
     url(../fonts/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 350;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
     url(../fonts/eot/NotoSansKR-DemiLight-Hestia.eot),
     url(../fonts/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
     url(../fonts/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
     url(../fonts/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
     url(../fonts/eot/NotoSansKR-Regular-Hestia.eot),
     url(../fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
     url(../fonts/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
     url(../fonts/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
     url(../fonts/eot/NotoSansKR-Medium-Hestia.eot),
     url(../fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
     url(../fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
     url(../fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
     url(../fonts/eot/NotoSansKR-Bold-Hestia.eot),
     url(../fonts/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
     url(../fonts/woff/NotoSansKR-Bold-Hestia.woff) format('woff'),
     url(../fonts/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'),
     url(../fonts/eot/NotoSansKR-Black-Hestia.eot),
     url(../fonts/eot/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
     url(../fonts/woff/NotoSansKR-Black-Hestia.woff) format('woff'),
     url(../fonts/otf/NotoSansKR-Black-Hestia.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 Korean"; font-size:14px; list-style:none; color:#282828;}
a{text-decoration:none;color:#282828;}
img{border:0;vertical-align:middle;}
select{font-family:"Noto Sans Korean";border:1px solid #d6d6d6;vertical-align:middle;}
input{font-family:"Noto Sans Korean";vertical-align:middle;margin:0;padding:0;}
label {cursor:pointer;}
textarea{font-family:"Noto Sans Korean";vertical-align:middle;}
table caption{
	overflow: hidden;
    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;}


td{word-break:break-all;word-wrap: break-word;}


.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;}

.ac{text-align:center;}

/********************
    Margin
********************/
.mtp5{margin-top:5px;}
.mtp7{margin-top:7px;}
.mtp10{margin-top:10px;}
.mtp12{margin-top:12px;}
.mtp15{margin-top:15px;}
.mtp20{margin-top:20px;}
.mtp25{margin-top:25px;}
.mtp30{margin-top:30px;}
.mtp35{margin-top:35px;}
.mtp40{margin-top:40px;}
.mtp50{margin-top:50px !important;}
.mtp60{margin-top:60px;}
.mtp23{margin-top:23px;}

.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;}


/***********************************************************
				Start Coding
***********************************************************/

*{max-height:999999px;}


#wrap{position:relative;margin:0 auto;width:640px;}

#header{position:relative;top:0;z-index:155;width:640px;height:100%;margin:0 auto;}
.head_bg{position:fixed;width:640px;height:100%;margin:0 auto;z-index:11;display:none;overflow:auto;}

.head_bot{width:640px;min-height:1200px;background:url('../image/common/menu_bg.png') repeat-y;position:relative;text-align:right;}
.head_bot > a.lf_logos{position:absolute;left:338px;top:0;line-height:130px;display:block;}
.head_bot > a.rt_logos{position:absolute;right:68px;top:0;line-height:130px;display:block;}

.allmenu{position:absolute;z-index:10;right:20px;top:23px;}
.close{height:130px;line-height:130px;text-align:right;margin-right:20px;}

.mem{float:right;}
.mem > li{float:left;}

.menu{float:right;width:500px;}
.menu > li{}
.menu > li > a{display:block;width:450px;font-size:28px;color:#333;font-weight:500;text-align:left;padding:25px 0 25px 10px;border-bottom:1px solid #dfdfdf;margin:0 auto;}
.menu > li > a:hover{color:#c51a21;background:url('../image/common/bullet.png') no-repeat 440px center;}
.menu > li > a.on{color:#c51a21;background:url('../image/common/bullet.png') no-repeat 440px center;}
.menu > li > a.on1{width:490px;color:#fff;background:#c51a21;font-weight:350;padding-left:30px;}
.menu > li > ul.mdp02{display:none;background:#f5f5f5;}
.menu > li > ul > li > a{font-size:23px;color:#333;display:block;text-align:left;padding-left:30px;line-height:60px;}
.rrd > li > a{font-size:23px;color:#fff !important;display:block;background:#c51a21 !important;text-align:left;line-height:60px;}


#all_contents{position:relative;width:640px;margin:0 auto;}

#footer{width:640px;margin:0 auto;text-align:center;background:#252525;padding:60px 0;}
#footer > p{font-size:18px;color:#6e6e6e;line-height:30px;font-weight:350;}

