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

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

img {
	width: 100%;
	vertical-align: top;
}

.inner {
	width:1460px;
	margin:auto;
	position:relative;
}

.inner: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:fixed;
	z-index:999;
}

#header .gnbWrap {
	width:100%;
	height:100px;	
	z-inde x:999;
	background:#1b3a9b;
	overflow:hidden;	
}

#header h1 {
	float:left;
	padding-top: 11px;
}

#gnb {
	float:right;
	text-align:center;
}

#gnb > ul > li {
	float:left;
	margin-left: 100px;
}
#gnb > ul > li a {
	line-height: 100px;
	font-size: 29.75px;
	color: #fff;
}
#gnb > ul > li:first-child {
	padding-left: 0px;
}

#gnb > ul > li > a {
	display:block;	
}

#footer {
	width:100%;
	position: relative;
	background:#1b3a9b;
	color:#fff;
	font-size:20px;
}

#footer .fLogo {
	float:left;
	padding-top: 50px;
}
#footer .fInfo {
	float:right;
	padding-top: 30px;
}
#footer .fInfo ul li {
	float:left;
	position: relative;
	padding:0 18px;
	display:block;
}
#footer .fInfo ul li:after {
	content:"";
	display:block;
	width:1px;
	height:20px;
	background:#b3b3b4;
	position:absolute;
	left:0px;
	top:2px;
}
#footer .fInfo ul li.first {
	padding-left:0;
}

#footer .fInfo ul li.first:after {
	display:none;
}
#footer .fInfo .fInfoCentre {
	padding:18px 0;
}