@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(imgs/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


a img { border: 0;}
a:link { color:#414958; text-decoration: underline; }
a:visited { color: #4E5869; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }


/* 전체레이아웃 콘테이너 */
#container {
	width: 1000px;
	max-width: 1260px;
	min-width: 780px; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* 공통 해더 */
#header {
	height: 116px;
}
#logo {
	width: 236px;
	float: left;
	height: 94px;
	margin-left: 10px;
	margin-top: 20px;
}
#navi {
	width: 970px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	height: 90px;
}
h1 { width:250px;float:left; }
h1 img { width:100%;}
nav {float:left; width:700px;padding-left:20px;margin-top:20px;}
nav ul { list-style-type:none;padding:0;}
.main { float:left; width:calc(100%/5); text-align:center;position:relative;}
.main>a { font-size:1.15em;color:white;display:block;background-color:#039fdc;padding:0.3em 0;}
.sub { position:absolute;left:0;text-align:center;width:140px;background-color:white;display:none;z-index:999;}
.sub a { display:block;text-align:center;line-height:2em;}



/* 메인전용 */
#showmain {
	height: 381px;
	margin-bottom: 10px;
	padding-left: 0px;
}

#news {
	float: left;
	width: 293px;
	height: 123px;
	margin-left: 15px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#pogall {
	width: 376px;
	float: left;
	margin-left: 12px;
	background-image: url(imgs/main_pogall.png);
	height: 120px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#qmenu {
	float: left;
	margin-left: 10px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 270px;
}
#mainbanner {
	float: left;
	height: 50px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}



/*서브공통*/
/* 서브 좌측메뉴바 */
#showsub {
	height: 260px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#sidebar1 {
	float: left;
	width: 192px;
	margin-left: 20px;
	height: 450px;
}
#contentitle {
	width: 710px;
	float: right;
	margin-right: 25px;
	padding-top: 0px;
	height: 30px;
	background-image: url(imgs/bg_contentitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdada;
	margin-bottom: 25px;
}
#ctitle {
	float: left;
	width: 200px;
	font-family: "맑은 고딕";
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
	letter-spacing: -1.5px;
}
#clocation {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 10px;
	font-size: 9pt;
	color: #999999;
}

#content {
	width: 726px;
	float: right;
	margin-right: 25px;
	margin-bottom: 100px;
	margin-top: 0px;
}


/* 공통 푸터 */
#footer {
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 150px;
	margin-top: 50px;
	float: left;
	width: 1000px;
}
#log {
	float: right;
	margin-top: 5px;
	margin-right: 25px;
}
