@charset "utf-8";
.swiper{
	min-width: 0 
	z-index:0;
	position:relative;
	margin:50px auto 0 auto;
	max-width:560px;
	width:100%;
	/*height: inherit;*/
	padding-bottom:50px;
	overflow:hidden;
}
.swiper .swiper-slide{
	width:100%;
	/*max-height:auto;*/
	text-align:center;
}
.swiper .swiper-img{

	vertical-align:top;
	max-width:100%;
	width:100%;
	object-fit: cover;

}
.div_2 .swiper-pagination {
	position: absolute;
	bottom:-5% !important;
	right:0% !important;
	left:initial !important;
	text-align:right;
}
.div_2 .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	background:#eee !important;
	opacity: 1;
	border-radius: 0 !important;
	margin:0 !important;
}
.div_2 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #17C9FF !important;
}

.nav_boundary {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: 1000px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index:1;
}

.nav_boundary .swiper-button-prev,
.nav_boundary .swiper-button-next {
	position: absolute;
	top:55%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	z-index:6;
	pointer-events: auto;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	content: '';
}
.nav_boundary .swiper-button-prev { left: -21px; }
.nav_boundary .swiper-button-next { right: -21px; }

.nav_boundary .swiper-button-prev img,
.nav_boundary .swiper-button-next img {
	width: 100%;
	height: 100%;
	object-fit:contain;
	display: block;
	pointer-events: none;
	z-index:6;
	vertical-align:top;
}

@media screen and (max-width:1400px) {
.swiper .swiper-img{
	vertical-align:top;
}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:965px){
.swiper4 .swiper-img{
	height:auto;
	width:100%;
}
.swiper4 .swiper-slide__img{
	width: 99.9%;
	aspect-ratio: 950 / 641;
	overflow: hidden;
	position: relative;

}
.swiper4 .swiper-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

}
@media screen and (max-width:784px) {
.nav_boundary .swiper-button-prev,
.nav_boundary .swiper-button-next {
	position: absolute;
	top:55%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	z-index:6;
	pointer-events: auto;
}
.nav_boundary .swiper-button-prev { left: 3%; }
.nav_boundary .swiper-button-next { right:3%; }

}
@media screen and (max-width:500px) {

}