@charset "utf-8";
.thumbSwiper { position:relative; height:800px; overflow:hidden; }
.swiper-button-prev, .swiper-button-next{ width: 65px; height:60px; display: inline-block; text-align: center; background-repeat: no-repeat; background-position: center; cursor: pointer; position: absolute; z-index: 10; }
.swiper-button-prev{ background-image: url(../img/arrL.png); left:0;top: 0;top: 48%;}
.swiper-button-next{ background-image: url(../img/arrR.png); right:0;top: 48%;}
.thumbSwiper .swiper-pagination{bottom:-30px;}
.thumbSwiper .swiper-pagination .swiper-pagination-bullet-active{background:#4271d2; width:25px; border-radius:50px;}
.thumbSwiper img { width:1400px; height:800px; object-fit:contain;}