@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 {text-decoration:none;}
a:hover   {color:#0b96d4; text-decoration:underline;}
a:active  {color:#0b96d4; text-decoration:none;}

#wrap{width:100%;min-width:980px;background:url("/images/kor02-14-0064/common/header_bg.jpg") repeat-x 0 0;}

#header{position:relative;margin:0 auto;width:980px;height:148px;}
#logo{position:absolute;left:0;top:20px;}
#lnb{position:absolute;right:0;top:13px;}
#gnb{position:absolute;right:0;bottom:42px;}

#container{padding-bottom:100px;}

#footer{padding:25px 0;width:100%;border-top:1px solid #cdcdcd;}

/* 서브페이지 버튼 공통 css */
.gobtn_area{margin-top:90px; text-align:center; line-height:0; font-size:0;}
.gobtn_area a{display:inline-block; margin-left:25px; width:230px; height:50px; vertical-align:middle; line-height:50px; font-size:14px;}
.gobtn_area a:first-child{margin-left:0;}
.gobtn_area a img{vertical-align:middle;}