@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: 'Nanum Brush Script';
    src: url('/tpl/webfont/NanumBrush.eot');
    src: url('/tpl/webfont/NanumBrush.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumBrush.woff') format('woff'),
         url('/tpl/webfont/NanumBrush.ttf') format('truetype');   
}

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea { font-family: 'NanumGothic','나눔고딕'; font-size: 13px;color:#666; line-height:18px; }
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:1280px;}

#header{background:#de3231;}
#header > div{position:relative; margin:0 auto; width:1000px; height:100px;}

#logo{position:absolute; left:0; top:20px;}
#login{position:absolute; right:0; top:15px;}
#login ul:after{content:""; display:block; clear:both;}
#login li{float:left; margin-left:10px; padding-left:10px; line-height:8px; border-left:1px solid #ffcc72;}
#login li:first-child{margin-left:0; padding-left:0; border-left:0;}
#login a{line-height:8px; font-size:10px; color:#ffcc72;}
#login a:hover, #login a:active{text-decoration:none; color:#ffa200;}

#gnb{position:absolute; right:0; top:55px;}


#footer{width:100%; background:#595957;}

#contents .con_title p{font-size:12px;}

