#header{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
}

#header .inner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#header .inner .toparea {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    transform: translateY(0);
    position: relative;
    z-index: 11;
}
}