@charset "utf-8";
@import url("default.css");



/* layout */
#wrap {
	width:100%;
	height:100%;
	display:block;
}
#header {
	position:fixed;
	width:330px;
	height:100%;
	background:url('../img/test_img.png') no-repeat #1b1b1b;
	text-align:left;
	background-position:right bottom;
	z-index:1;
}
#container {
	display:block;
	width:930px;
	margin-left:330px;
	height:auto;
	min-height:768px;
	padding:60px 65px 100px;
	box-sizing:border-box;
	background-color:#FFF;
	outline: none;
}
#footer {
	display:block;
	width:930px;
	margin-left:330px;
	background:#f4f5f7;
}
#bgimg {
	position:fixed;
	margin-left:1260px;
	top:0;
	z-index:1;
	background-color:#eff0f3;
	background-image:url(../images/comm/wrap_bg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	font-size:0px;
}

/* ci */
h1 {
	width:180px;
	height:75px;
	padding:50px 0;
}
h1 a {
	display:block;
	text-indent:-9999px;
	width:180px;
	height:79px;
}

/* gnb */
.gnbwrap {
	display:inline-block;
	width:100%;
	height:100%;
}
.gnb li a.lnb {
	float:left;
	display:block;
	width:180px;
	height:44px;
	line-height:44px;
	font-size:1.1em;
	padding:0 30px;
	box-sizing:border-box;
	color:#ffffff;
}
.gnb li a.lnb:hover,.gnb li a.lnb:active,.gnb li a.on {
	color:#264177;
	background-color:#f0eee3;
}
/*.gnb > ul > li:last-child > a {color: #4985d5 !important;} */
.lnblayer {
	position:absolute;
	right:29px;
	width:120px;
	font-size:14px;
	display:none;
	word-break:keep-all;
}
.lnblayer ul {
	padding:12px 0 0 25px;
	position:relative;
	z-index: 1;
}
.lnblayer li {
	margin-bottom:25px;
}
.lnblayer li a {
	color:#93989d;
	letter-spacing:-0.06em
}
.lnblayer li a:hover,.lnblayer li a:active {
	color:#ffffff;
}
.curlnb .lnblayer {
	display:block;
}
.curlnb .active {
	color:#ffffff;
}
.gnb li:nth-child(2) .lnblayer ul {
	top:44px;
}
.gnb li:nth-child(3) .lnblayer ul {
	top:88px;
}
.gnb li:nth-child(4) .lnblayer ul {
	top:132px;
}
.gnb li:nth-child(5) .lnblayer ul {
	top:176px;
}
.gnb li:nth-child(6) .lnblayer ul {
	top:220px;
}
.gnb li:nth-child(7) .lnblayer ul {
	top:264px;
}
.gnb li:nth-child(8) .lnblayer ul {
	top:308px;
}
.phide {
	display: none
}













/* main_css*/
