#header{
	float: left;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	color: rgba(40,43,52,1);
	width: 100%; height:100px;text-align:center;background:#fff;
}
#header-inner {
	width: 100%;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#hd_wrapper{
	float: left;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	color: rgba(40,43,52,1);
	width: 100%; height:80px;text-align:center;background:#fff;
}

#gnb {
	margin-top: 0px;
}