@charset "utf-8";
.mes-swiperbox {
	background: #f7f7f7;
	height: 530px;
	margin-top: 85px;
}

.swiper-slide {
	background: #f7f7f7;
}

.swiper-slide img {
	width: 320px;
	height: 230px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 220px;
}

.swiper-slide-next img {
	width: 670px;
	height: 400px;
	position: relative;
	z-index: 10;
	margin-top: 50px;
}

.mes-swiper-page {
	bottom: -4px !important;
}

.mes-swiper-page .swiper-pagination-bullet {
	width: 10px;
	height: 2px;
	background: #a9a9a9;
	border: none;
	border-radius: 0;
}

.mes-swiper-page .swiper-pagination-bullet-active {
	width: 11px;
	height: 4px;
	background: #333333;
	border: none;
	border-radius: 0;
}