@charset "utf-8";

/* swiper
============================================================================ */
.swiper-wrapper {
	max-width:1234px;
	height:auto;
	margin:0 auto;
}
.swiper-wrapper img{
	width:100%;
}
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: auto;
	text-align: center;
}
