@charset "UTF-8";

.swiper {
      width: 100%;
      max-width: 600px;
      margin: auto;
    }
    .swiper-button-prev, .swiper-button-next {
      width: 30px;
      height: 30px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
    }
    .swiper-button-prev::after, .swiper-button-next::after {
      font-size: 14px;
      color: white;
    }
    .swiper-slide img {
      width: 100%;
      height: auto;
      display: block;
    }
    .swiper-thumb {
      height: 100px;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .swiper-thumb .swiper-slide {
      width: auto;
      height: 100%;
      opacity: 0.4;
      cursor: pointer;
    }
    .swiper-thumb .swiper-slide-thumb-active {
      opacity: 1;
    }
    .hidden {
      display: none !important;
    }