@charset "utf-8";
.swiper {margin: 0 auto;position: relative;overflow: hidden;list-style: none;padding: 0; z-index: 1;}
.swiper-slide {text-align: center;font-size:18px;background: #0ff;display: flex;justify-content: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper {width: 100%;height: 300px;margin-left: auto;margin-right: auto	}
.swiper-slide {background-size: cover;background-position: center;}

.interior_swiper {height: 80%;width: 100%;margin-bottom: 10px}
.interior_swiper .swiper-slide {cursor:pointer}
.interior_thumbs {height: 20%;box-sizing: border-box;padding: 10px 0;}
.interior_thumbs .swiper-slide {width: 25%;height: 100%;opacity: 0.4;cursor:pointer}
.interior_thumbs .swiper-slide-thumb-active {opacity: 1;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

.interior_swiper .swiper-button-prev,
.interior_swiper .swiper-button-next {width:60px !important;height:60px !important;cursor:pointer;background-color:transparent}
.interior_swiper .swiper-button-prev:after,
.interior_swiper .swiper-button-next:after {font-size:0 !important}

.interior_swiper .swiper-button-prev{background:url(/images/arrow.png) left top no-repeat;}
.interior_swiper .swiper-button-prev.light{background:url(/images/arrow_light.png) left top no-repeat;}
.interior_swiper .swiper-button-prev.dark{background:url(/images/arrow_dark.png) left top no-repeat;}
.interior_swiper .swiper-button-prev:hover{background-position:0 bottom;}

.interior_swiper .swiper-button-next{background:url(/images/arrow.png) right top no-repeat;}
.interior_swiper .swiper-button-next.light{background:url(/images/arrow_light.png) right top no-repeat;}
.interior_swiper .swiper-button-next.dark{background:url(/images/arrow_dark.png) right top no-repeat;}
.interior_swiper .swiper-button-next:hover{background-position:right bottom;}
