.swiper-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	padding-bottom: 60px;
}

.swiper-slide {
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .swiper-slide {
	float: right;
}

.swiper-slide img {
	display: block;
}

.swiper-slide img {
	width: 100%;
}

.swiper-pagination {
	text-align: center;
	margin-top: 5px;
}


.swiper-pagination {
	text-align: center;
	margin-top: 5px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 0 10px;
}

.swiper-pagination::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
	display: block;
	justify-content: center;
	position: relative;
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet:focus {
	outline: none;
}

.swiper-pagination .swiper-pagination-bullet:focus-visible::after {
	box-shadow: 0 0 0 2px #000;
}

.swiper-pagination .swiper-pagination-bullet::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background: #F3F3F3;
	border-radius: 9999px;
	margin: -4px 0 0 -4px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15px;
	margin: 0 10px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: #E60012;
}
.c-slider-swiper-control {
	position: relative;
	display: block;
}

.c-slider-swiper-control {
	z-index: 10;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	transition: opacity 0.2s;
	cursor: pointer;
	border-radius: 9999px;
}

.c-slider-swiper-control:focus {
	outline: none;
}

.c-slider-swiper-control:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.c-slider-swiper-control::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/common/rwd/imgs/icon/slide_pause.svg) no-repeat center center / 100%;
	transition: opacity 0.2s;
}

.c-slider-swiper-control.is-pause::before {
	background-image: url(/common/rwd/imgs/icon/slide_play.svg);
}
.swiper-navigation{
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.swiper-navigation .swiper-pagination {
	position: static;
	width: auto;
	margin: 0;
	transform: none;
}

.swiper-navigation .swiper-horizontal>.swiper-pagination-bullets,
.swiper-navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
	margin: 0;
}
