@charset "utf-8";

/* 나눔고딕 regular */
@font-face {
    font-family:'Nanum Gothic';
    src: url('/tpl/webfont/NanumGothic.eot');
    src: url('/tpl/webfont/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothic.woff') format('woff'),
         url('/tpl/webfont/NanumGothic.ttf') format('truetype');   
}
/* 나눔고딕 Light */
@font-face {
    font-family:'Nanum Gothic';
    font-weight:300;
    src: url('/tpl/webfont/NanumGothicLight.eot');
    src: url('/tpl/webfont/NanumGothicLight.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothicLight.woff') format('woff'),
         url('/tpl/webfont/NanumGothicLight.ttf') format('truetype');   
}

/* 나눔고딕 bold (굵기가 있는 경우) */
@font-face {
    font-family:'Nanum Gothic';
    font-weight:700;
    src: url('/tpl/webfont/NanumGothicBold.eot');
    src: url('/tpl/webfont/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothicBold.woff') format('woff'),
         url('/tpl/webfont/NanumGothicBold.ttf') format('truetype');   
}

@font-face {
    font-family:'Nanum Gothic';
    font-weight:800;
    src: url('/tpl/webfont/NanumGothicExtraBold.eot');
    src: url('/tpl/webfont/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothicExtraBold.woff') format('woff'),
         url('/tpl/webfont/NanumGothicExtraBold.ttf') format('truetype');   
}

/* 나눔명조 */
@font-face {
    font-family:'Nanum Myeongjo';
    src: url('/tpl/webfont/NanumMyeongjo.eot');
    src: url('/tpl/webfont/NanumMyeongjo.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumMyeongjo.woff') format('woff'),
         url('/tpl/webfont/NanumMyeongjo.ttf') format('truetype');  
}

@font-face {
    font-family:'Nanum Myeongjo';
	font-weight:600;
    src: url('/tpl/webfont/NanumMyeongjoBold.eot');
    src: url('/tpl/webfont/NanumMyeongjoBold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumMyeongjoBold.woff') format('woff'),
         url('/tpl/webfont/NanumMyeongjoBold.ttf') format('truetype');  
}

@font-face {
    font-family:'Nanum Myeongjo';
	font-weight:700;
    src: url('/tpl/webfont/NanumMyeongjoExtraBold.eot');
    src: url('/tpl/webfont/NanumMyeongjoExtraBold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumMyeongjoExtraBold.woff') format('woff'),
         url('/tpl/webfont/NanumMyeongjoExtraBold.ttf') format('truetype');  
}

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea { font-family: 'Nanum Gothic','나눔고딕'; font-size: 13px;color:#7c7b7b; line-height:18px; }
body {min-width:990px; height:100%; overflow-y:scroll; *overflow-y:; -webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,span,table,th,td,textarea {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
ul,ol,dl,dd,dt,li {list-style-type:none;}
img,th,td,fieldset,iframe { border:0; }
img {border:0;vertical-align:top;outline:none}
table,tbody,tfoot,thead,tr,th,td {border-collapse:collapse;}
textarea { border:1px solid #d1d1d1; height:120px; }
input,select,label { vertical-align:middle; }

/* Link */
a:link    { color:#666; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { color:#0b96d4; text-decoration: underline; }
a:active  { color:#0b96d4; text-decoration: none;}


/* 좌측메뉴 */
    .leftmenu {float:left;width:171px;}
    .leftmenu h2{width:171px;height:60px;color:#444;text-align:center;font-weight:800;font-size:24px;letter-spacing:-1px;border-bottom:6px solid #253c7f;}
    .leftmenu h2 span{color:#b7b7b7;font-size:13px;letter-spacing:0px;margin-top:9px;display:inline-block; text-transform:uppercase;}
	.subm03{letter-spacing:-0.03em !important;}
    .leftmenu ul.sub_left{width:171px;height:173px;margin-top:15px;}
    .leftmenu ul.sub_left li{width:171px;height:36px;line-height:36px;background-image:url(/images/kor02-14-0065/common/bg_left_m.gif);background-repeat:no-repeat;background-position:9px 15px; border-bottom:1px solid #dedede}
    .leftmenu ul.sub_left li a{width:100%;height:100%;text-indent:26px;display:inline-block;color:#444;font-weight:600;font-size:15px;letter-spacing:-1px;text-decoration:none;}
    .leftmenu ul.sub_left li._on{background-color:#253c7f;background-image:url(/images/kor02-14-0065/common/bg_left_m_on.gif);}
    .leftmenu ul.sub_left li._on a{color:#fff;}
    .sub_content{float:right;width:750px;} 
    .sub_content .con_title p{margin-top:16px; font-size:12px;}
    .sub_content .con_txt {margin-top:50px;}
	.sub_content .con_txt:after{content:""; display:block; clear:both;}
    .sub_left_banner{width:171px;height:124px;margin-top:20px;text-align:center;} 