﻿.swiper-pagination-bullet {
  width: calc(16 /1920 *100vw);
  height: calc(6 /1920 *100vw);
  opacity: 0.3;
  background: #ffffff;
  border-radius: calc(6 /1920 *100vw);
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  width: calc(28 /1920 *100vw);
  height: calc(6 /1920 *100vw);
  opacity: 1;
  background: #ffffff;
}

.swiper-button-prev,
.swiper-button-next {
  width: calc(60 /1920 *100vw);
  height: calc(60 /1920 *100vw);
}
.swiper-button-next {
  background: url('../images/right.png') center center no-repeat;
  background-size: cover;
}

.swiper-button-prev {
  background: url('../images/left.png') center center no-repeat;
  background-size: cover;
}
