.header_slide {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: red;*/
}

.header_slide .swiper-wrapper > .swiper-slide {
	/*position: absolute;*/
	/*height: 100%;*/
	/*width: 100%;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header_header {
	position: absolute;
	z-index: 10;
	width: 100%;
}

.header_title {
	position: absolute;
	width: 100%;
	bottom: 13%;
	z-index: 10;
	padding: 20px;	
}

.header_header_bottom {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 10;
	border-top: 1px solid #fff;
	padding: 20px;
}

.header_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	z-index: 2
}

.menuList {
	transform-origin: 100% 0;
	width: 100%;
	height: 100%;
	background: #445D4D;
	transition: transform 0.7s;
	transform: scaleY(0);
	z-index: 999;
	position: fixed;
	overflow-y: scroll;
	top: 0;
}

.page_content {
	position: absolute;
	top: 100%;
	width: 100%;
	overflow-x:hidden;
}

.header_detail {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.header_detail > .header_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
	top: 0;
}

.header_detail.page_content {
	position: relative;	
}
