@charset "utf-8";

/* Font */
@font-face {
font-family: NGB;
	/*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:#d33316; text-decoration:underline;}
a:active  {color:#d33316; text-decoration:none;}

#wrap{width:100%; min-width:980px;}
#header{background:url("/images/kor13-17-0361/common/top_bg.gif") repeat-x 0 0;}
#header > div{position:relative; margin:0 auto; width:980px; height:112px;}
#logo{position:absolute; left:0; top:35px;}
#topmenu {position:absolute; right:0; top:7px;}
#topmenu ul:after{content:"";display:block;clear:both;}
#topmenu li{float:left; margin-left:10px; padding-left:10px; line-height:11px; border-left:1px solid #ddd;}
#topmenu li:first-child{margin-left:0; padding-left:0; border-left:0;}
#topmenu li a{font-size:11px; color:#000;}
#topmenu li a:hover{text-decoration:none;}
#gnb{z-index:999; position:absolute; right:0px; top:65px;}
#footer {border-top: 2px solid #ddd;}

.con_title1 { width:100%; height:40px; line-height: 40px; padding: 20px 0px !important;}    
.con_title1 > h3 {padding:0; font-weight: 500;}
.con_title1 > p  {position: absolute; top: 20px; right: 0px;}
.con_title1::after { clear:both; }
.sub_tit_01 { font-size:28px; line-height: 40px; color:#000;}
.center { text-align:center; }
.con_txt { clear:both; }
.left_menu > ul li:first-child { border-top:1px solid #eee; }
.top_image{display:block;margin-bottom:30px;}


		