@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');   
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/*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:#777; text-decoration:none;}
a:visited{color:#777; text-decoration:none;}
a:hover{color:#000; text-decoration:none;}
a:active{color:#777; text-decoration:none;}

/*Layout*/
#wrap {width:100%; min-width:1000px; background:url(/images/kor03-14-0169/common/bg.gif) repeat-x;}

#header{position:relative; width:1000px; height:90px; margin:0 auto; *zoom:1px;}
#header:after{content:''; display:block; clear:both;}
#header h1{float:left; width:207px; height:21px; margin-top:22px;}
#topmenu{width: 800px; float: right;}
#login{width:225px; background-color:#444; padding:5px 0; text-align: right; float: right;}
#login a{padding:0 10px; font-size:10px; color:#ddd;}
#login a:hover{text-decoration:none;}

#footer{width:1000px; margin:0 auto; padding:20px 0;}
#footer:after{content:""; display:block; clear:both;}
#footer .footer_info{float: right;}


		