@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: 'NanumGothic','나눔고딕'; font-size: 12px;color:#7c7b7b; 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:#7c7b7b; text-decoration: none; }
a:visited { color:#7c7b7b; text-decoration: none; }
a:hover   { color:#0b96d4; text-decoration: none;  }
a:active  { color:#0b96d4; text-decoration: none;}

/* Common */
.site_navi { width:100%; font-size:11px; color:#838383; text-align:right; padding-bottom:7px; border-bottom:1px solid #ddd; }
.gray_font_11 { font-size: 11px; color: #797979; }
.bold_black { color:#000; font-weight:bold; }
.mT25 {margin-top:25px;}

/* Topmenu */
#warp { width:100%;}
#header{width:100%; height:98px; border-bottom:3px solid #2089c3;}
#header > div {position:relative; width:980px; margin:0 auto;}
#header h1 {float:left; width:125px; margin-top:15px;}
#topmenu {float:right; margin-top:50px;}
#login {position:absolute; right:0; top:12px;}

#footer {width:100%; border-top:1px solid #d7d7d7;}