@charset "utf-8";

/*css 초기화 / 배경설정*/
html { 
	overflow-x:hidden; 
	overflow-y:scroll} 
* {
	margin:0; 
	padding:0;
	box-sizing: border-box;
}
 ul, ol, dl, li {
	list-style:none;
}
ul li {
	float: left;
}
a,img {
	list-style:none; 
	border:none; 
	color:#000; 
	text-decoration:none;}
a, p {
	font-family: 'gulim', sans-serif;
	font-size: 12px;}
img {
	vertical-align: top;
}
.top,
.head,
.sub-nav,
.nav,
.footer {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.wrap-haed,
.slider,
.sub-slider,
.wrap-footer {
	position: relative;
	width: 100%;
}
.top {
	height: 85px;
}
.top h1 {
	position: absolute;
	top: 32px;
	left: 22px;
}
.top ul {
	position: absolute;
	right: 70px;
	top: 36px;
}
.top ul li {
	margin-left: 15px;
}
.top ul li a:after {
	content: "|";
	margin-left: 15px;
}
.top ul li:last-child a:after {
	content: "";
	margin-left: 0px;
}
.wrap-head {
	height: 45px;
	background-color: #114b6c;
}

.wrap-head .head ul {
	top: 15px;
}
.slider {
	height: 450px;
	margin-top: 20px;
	text-align: center;
}
.nav {
	margin-top: 50px;
	margin-bottom: 50px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
.space-bt {
	margin-bottom: 50px;
}
.icon-box {
	height: 100px;
}
.company-box {
	height: 310px;
}
.company-box li {
	margin-right: 10px;
	margin-left: 10px;
}
.comm-box {
	width: 310px;
	height: 160px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.comm-box li {
	width: 290px;
	height: 120px;
	margin: 10px 10px auto;
}
.wrap-footer {
	height: 170px;
	background: #474747;
}
.wrap-footer .footer h2 {
	position: absolute;
	top: 73px;
	left: 25px;
}
.wrap-footer .footer p{
	position: absolute;
	line-height: 1.5em;
	color: #fff;
	top: 59px;
	left: 280px;
}
.sub-slider {
	height: 150px;
	text-align: center;
}
.sub-nav {
	height: auto;
	min-height: 500px;
	overflow: hidden;
	margin-top: 30px;
}
.sub-nav ul {
	width: 200px;
	float: left;
}
.sub-nav p {
	width: 740px;
	margin-left: 50px;
	float: left;
}