@charset "utf-8";

/* Font */
@font-face {
    font-family:'NanumGothic';
    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');   
}

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea {font-family: 'Nanum Gothic', sans-serif; font-size: 12px;color:#7d7d7d; line-height:16px; }
body { 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:#7d7d7d; text-decoration: none; }
a:visited { color:#7d7d7d; text-decoration: none; }
a:hover   { color:#0b96d4; text-decoration: underline; }
a:active  { color:#0b96d4; text-decoration: none;}

/* Header */
#wrap {width:100%; min-width:990px;}
#header {width:100%; hieght:90px; border-bottom:1px solid #e3e3e3;}
#header > div {position:relative; width:990px; height:90px; margin:0 auto;*zoom:1px;}
#header > div:after {content:'';display:block;clear:both;} 
#logo {float:left; margin-top:20px; }
#navigation {float:right; margin-top:46px;}
#infomenu {position:absolute; right:0; top:10px; }
#infomenu a {padding:0 4px 0 6px; font-size:10px; color:#252525; background:url(/images/kor00-16-0272/common/login_line.gif) no-repeat 0 50%;} 
#infomenu a:first-child {background:none;}
#infomenu a:hover {text-decoration: none;}

/* Footer */
#footer {width:100%; height:85px; border-top:1px solid #e3e3e3; padding:20px 0 10px;}


/*서브*/
.con_txt p {font-size:14px; color:#555555; letter-spacing:0.5px; line-height:25px; }
.con_txt.sub2 h4 {font-size:17px; font-weight:bold; color:#2a2a2a; letter-spacing:-0.5px; width:100%; padding:8px 7px; background-color:#f0f2f9; border:1px solid #b8bfe1; border-left:7px solid #131c4e ; margin-bottom:10px;}
.con_txt.sub2 div {margin-bottom:30px;}
.con_txt.sub2 ul {margin-left:15px;}
.con_txt.sub2 ul li {position:relative; padding-left:15px; font-size:14px; color:#555555; line-height:28px; letter-spacing:-0.5px;}
.con_txt.sub2 ul li:before {content:" "; display:block; background:#131c4e; width:3px; height:3px; position:absolute; left:0; top:12px; }




		