<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*css 초기화 / 배경설정*/
html { 
	overflow-x:hidden; 
	overflow-y:scroll} 
* {
	margin:0; 
	padding:0;
	box-sizing: border-box;
}
 ul, ol, dl, li {
	list-style:none;
}
a,img {
	list-style:none; 
	border:none; 
	color:#000; 
	text-decoration:none;}
a, p {
	font-family: 'notosanskr', 'nanumgothic';
	font-size: 12px;
font-weight: 300;}
img {
	vertical-align: top;
}
.wrap_top,
.wrap_gnb,
.slider,
.slider1,
.wrap_footer,
.sub_slider {
	width: 100%;
}
.top,
.header,
.gnb,
.section,
.nav,
.footer,
.sub_content {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.wrap_top {
	height: 33px;
	background: #eee;
}
.wrap_top .top ul li {
	float: left;
	margin-left: 15px;
}
.wrap_top .top ul {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 0px;
}
.wrap_top .top ul li span {
	display: block;
	width: 1px;
	height: 10px;
	background: #ccc;
	float: right;
	margin-left: 15px;
}
.header {
	height: 147px;
}
.header h1 {
	position: absolute;
	top: 40px;
	left: 473px;
}
.header p {
	position: absolute;
	top: 51px;
	right: 62px;
}
.wrap_gnb {
	border-top: 1px solid #333;
	height: 50px;
}
.gnb ul li {
	width: 20%;
	float: left;
	text-align: center;
	line-height: 49px;
}
.gnb ul li a {
	font-size: 16px;
	font-weight: 400;
}
.gnb ul li a:hover {
	color: #145a84;
	font-weight: 600;
}
.slider {
	height: 550px;
	background-image: url("img/main_img.gif");
	background-position: center;
	background-repeat: no-repeat;
}
.section {
	height: 400px;
}
.section h3 {
	margin-top: 30px;
}
.section ul {
	margin-top: 30px;
}
.section ul li {
	float: left;
}
.section ul li:hover {
	opacity: 0.7;
	zoom: 0.9;
}
.slider1 {
	height: 201px;
	background-image: url("img/main_img1.gif");
	background-position: center;
	background-repeat: no-repeat;
}
.nav {
	height: 322px;
	margin-top: 30px;
}
.nav ul {
	float: left;
}
.nav ul h4 {
	margin-bottom: 30px;
}
.nav ul:first-child {
	margin-right: 20px;
}
.wrap_footer {
	border-top: 3px solid #333333;
	height: 150px;
	margin-top: 20px;
}
.wrap_footer .footer h2 {
	position: absolute;
	top: 40px;
	left: 91px;
}
.wrap_footer .footer p {
	line-height: 20px;
	position: absolute;
	top: 60px;
	left: 247px;
}
.sub_slider {
	height: 250px;
	background-image: url("img/sub_img.gif");
	background-position: center;
	background-repeat: no-repeat;
}
/*.sub_content {
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
.sub_content {
	margin-top: 30px;
}
.sub_content h6 {
	margin-bottom: 50px;
}*/
.sub-nav {
	width: 880px;
	margin: 0 auto;
	height: auto;
	min-height: 50px;
	overflow: hidden;
	margin-top: 40px;
}
.sub-nav ul {
	height: 60px;
	display:block;
	text-align: center;
}
.sub-nav ul li {
	float: inherit;
	margin-left: 15px;
	display: inline-block;
	width: 130px;
	height: 45px;
	text-align: center;
	border:1px solid #ececec;
}
.sub-nav ul li a {
	line-height: 45px;
	font-size: 18px;
	font-weight: 500;
}
.sub-nav h5{
	margin-top: 40px;
	text-align: center;
	height: 50px;
}
.sub-nav p {
	margin-top: 40px;
	text-align: center;
}</pre></body></html>