@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{position:relative; min-width:1000px; width:100%;}

#header{z-index:99; position:absolute; top:0; left:0; width:100%; height:182px; background:url('/images/kor06-14-0140/common/top_bg.png') top left repeat-x;}
#header > div{position:relative; margin:0 auto; width:1000px; height:182px;}

#logo{position:absolute; left:0; top:13px;}

#login{position:absolute; right:0; top:45px;}
#login ul:after{content:""; display:block; clear:both;}
#login li{float:left; margin-left:10px; padding-left:10px; line-height:12px; border-left:1px solid #666;}
#login li:first-child{margin-left:0; padding-left:0; border-left:0;}
#login a{font-size:12px; line-height:12px; color:#eee;}
#login a:hover, #login a:active{color:#eee; text-decoration:none;}

#gnb{position:absolute; left:0; top:97px; width:100%;}

#footer{width:100%; background:#373737 url('/images/kor06-14-0140/common/bottom_bg.gif') top repeat-x;}
#footer > div{margin:0 auto; width:1000px;}


#leftMenu{float:left; width:250px;}
#leftMenu ul{padding-left:10px;}

#contents{float:right; padding-top:37px; width:720px;}
#contents .con_title{margin-bottom:50px; border-bottom:2px solid #cccccc; padding-bottom:15px;}
#contents .con_title:after{content:""; display:block; clear:both;}
#contents .con_title h3 {font-size:30px; color:#323232;  line-height:35px; letter-spacing:-2px; float:left;}
#contents .con_title p{float:right; padding-top:20px;}
#contents .con_title p img{vertical-align:middle;}

#contents .location{margin-bottom:30px;}

.contents .con_title h3 {font-size:30px; color:#323232;  line-height:35px; letter-spacing:-2px; float:left;}



