@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:#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;}

#wrap{width:100%; min-width:960px; background:url(/images/kor02-14-0038/common/body_bg.gif) repeat 0 0;}

#header{height:110px; background:url('/images/kor02-14-0038/common/top_bg.gif') repeat-x left top;}
#header > div{position:relative; margin:0 auto; width:960px;}
#header > div:after{content:""; display:block; clear:both;}

#logo{position:absolute; top:10px; left:0;}

#gnb{position:absolute; top:48px; left:180px;}

#login{position:absolute; top:43px; right:0;}
#login ul:after{content:""; display:block; clear:both;}
#login li{float:left; margin-left:5px; height:30px; line-height:30px;}
#login li:first-child{margin-left:0;}
#login li a{display:block; padding:6px 10px; font-size:10px; line-height:10px; color:#fff; background:#303030; border:1px solid #303030;}
#login li:first-child a{background:#3b6ab0; border:1px solid #3b6ab0;}
#login li a:hover, #login li a:active{text-decoration:none; background:#eee; border:1px solid #303030; color:#303030;}

#footer{width:100%; background:url('/images/kor02-14-0038/common/footer_bg.gif') repeat-x 0 0;}