@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:#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:#7d7d7d; text-decoration: none;  }
a:active  { color:#7d7d7d; text-decoration: none;}

/* Layout */
#wrap {width:100%; min-width:1000px; /*background:url(/images/kor03-15-0266/common/bg.gif) repeat-x;*/}

#header { width:100%; height:180px; background:#232323; }
#header > div {position:relative; width:1000px; margin:0 auto;}
#logo { position:absolute; width:101px; left:0; top:50px; z-index:99; }
#topmenu { width:980px; height:75px; margin:0 auto;/*position:absolute; right:160px; top:53px; */}

#login { position:absolute; right:0px; top:5px; height:30px; }
#login li { display:inline; line-height:30px; padding:0 8px; background:url(/images/kor03-15-0266/common/login_line.gif)no-repeat left 50%;}
#login li:first-child {padding-left:0; background:none;}
#login li:last-child {padding-right:0;}
#login li a { font-size:10px; color:#8f8f8f;}
#login li a:hover { color:#656565; text-decoration:none; }

#footer { width:100%; background:#232323; padding:25px 0 30px;}