.swiper {
	position: absolute;
	top: calc(100% * 1050 / 2639);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1080px;
	max-height: 544px;
	height: auto;
	z-index: 100;
}

.swiper img {
	width: 100%;
}

.swiper-container {
	width: 100%;
	border-radius: 0.3rem;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
}

.swiper-pagination {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 15;
	padding: 0;
	border-radius: 15px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: url('../img/dot-inactive.png') no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	margin-right: 10px;
}

.swiper-pagination-bullet-active {
	background: url('../img/dot-active.png') no-repeat;
	background-size: 100% 100%;
}
