@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{width:100%;}
#header{width:100%; background:url("/images/kor01-14-0044/common/common_top_bar_good.jpg") repeat-x 0 100%;}
#header > div{position:relative; margin:0 auto; width:980px; height:120px;}
#logo{position:absolute; left:0; top:12px;}
#topmenu{position:absolute; right:0; top:0;}
#topmenu ul:after{content:"";display:block;clear:both;}
#topmenu li{float:left;margin-left:1px;}
#topmenu li a{display:inline-block; width:90px; height:20px; font-size:11px; line-height:20px; text-align:center; background:#cbcbcb; color:#fff;}
#topmenu li:first-child a{background:#5aa8d5;}
#topmenu li a:hover, #top li a:active{background:#5aa8d5; text-decoration:none; color:#fff;}

#gnb{position:absolute; left:243px; top:47px;}

#footer{width:100%; border-top:1px solid #d2d2d2;}


	.cont_txt{font-size:15px;color:#555;line-height:1.7;word-break:keep-all}
    .cont_txt p+p{margin-top:40px}
    .cont_txt .center{text-align:center}
	.cont_txt h4{font-size:24px; color:#111; font-weight:600; margin-bottom:20px;border-left:5px solid #1f5d9d;padding-left:13px;line-height:1;margin-top:60px}
	.cont_txt h4:first-child{margin-top:0}
    .cont_txt .img_box{border:1px solid #eaeaea;text-align:center;padding:2em}
	.cont_txt dl{display:table;width:100%;}
    .cont_txt dl+dl{margin-top:20px}
    .cont_txt dt, cont_txt dd{display:table-cell}
    .cont_txt dt{font-weight:600;color:#111;}