@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:#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;    max-width: 100%;}
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   { text-decoration: underline; }
a:active  { color:#0b96d4; text-decoration: none;}

/* Layout */
#wrap {width:100%; min-width:980px;}
#footer {width:100%; padding:25px 0 15px; border-top:1px solid #d4d4d4; background:#fcfcfc;}

/* Header */
#header { width:980px; height:85px; margin:0 auto; *zoom:1px;}
#header:after {content:'';display:block;clear:both;}
#logo {float:left; margin-top:5px; }
#login {float:right; margin-top:35px; } 
#login a {padding-left:6px; font-size:10px;}
#login a:first-child {padding-left:0;}
#login a:hover {text-decoration:none;}
#navigation{ position:relative; top:0px; width:100%; height:45px; background: #365595;}
	.dlcontents dt {
	    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 30px;position: relative;letter-spacing: -1px;
	}
	.dlcontents dt:after {
		    content: '';
			display: block;
			position: absolute;
			left: 0;
			bottom: -2px;
			width: 100%;
			height: 6px;
			background: #2797d2;
			opacity: 0.3;
			transition: 0.2s;
			z-index: 2;
	}

	.con_txt dl dd {
		color: #838383;
		font-size: 14px;
		line-height: 26px;word-break: keep-all;    letter-spacing: -0.5px;
	}
.con_txt h4 {
        position: relative;
    color: #365595;
    font-size: 19px;
    letter-spacing: -1px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 13px;
    word-break: keep-all;
    line-height: 26px;
}
.con_txt h4:before {    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
    background: #365595;}
