body {
	font-family:"nanum";
	color:#333;
	font-size:14px;
	line-height:1.5;
}

a {
	text-decoration:none;
	color:#333;
}

.auto {
	width:1176px;
	margin:auto;
	position:relative;
}

.auto:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

.clearFix:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

ul:after,ol:after,dl:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

/* header */
#header {
	width:100%;
	position: relative;
	border-top: 10px solid #121930;
}
#header .gnbWrap {
	width:100%;
	height:60px;
	position: absolute;
	z-index:55;
	background: #fff;
	overflow:hidden;
	
	border-bottom: 1px solid #d7d7d7;	
}
#header .gnbWrap:after {
	content:"";
	width:100%;
	height:1px;
	position: absolute;
	background: #d7d7d7;
	top:60px;
}
#header .gnbWrap .hLogo {
	float:left;
	height:40px;
	padding: 10px 0;
	line-height: 0;
}
#header .gnbWrap #gnb {
	float:right;
}
#header .gnbWrap #gnb > ul > li {
	float:left;
	text-align: center;
}
#header .gnbWrap #gnb > ul > li > a {
	display:block;
	font-size: 16px;
	line-height: 60px;
	padding:0px 0px;
	width:160px;
	color:#333;
	font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#header .gnbWrap #gnb > ul > li:hover > a {
	color:#7986CB;
}
#header .gnbWrap #gnb > ul > li:hover > .sub {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background: #f7f7f7;
}
#header .sub li:hover {
	background: #7986CB;
}
#header .sub li:hover a {
	color: #fff;
}
#header .gnbWrap #gnb .sub {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:280px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
}
#header .gnbWrap #gnb .sub li {
	padding:10px 0;
}
#header .gnbWrap #gnb .sub li a {
	font-size: 14px;
	display:block;
	line-height: 20px;
	height:20px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* footer */
#footer .footerWrap {
	padding:20px 0;
	border-top: 1px solid #dadada;
}
#footer .flogo {
	float:left;
	padding-top: 33px;
}
#footer .info {
	float:right;
	margin:22px 0;
}
#footer .info p {
	letter-spacing: -0.5px;
	color:#333;
	font-weight: bold;
}
#footer .info p.address {
	margin-bottom: 14px;
}