#header{
	float: left;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	color: rgba(40,43,52,1);
	width: 100%; height:125px;text-align:center;background:rgba(255,255,255,0.9);border-bottom:1px solid #d3d3d2
}
#header-inner {
	width: 100%;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#gnb {
	margin-top: 14px;
}