@charset "utf-8";
/* ------------------------------------------------------------------
BANNER SECTION
--------------------------------------------------------------------- */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}


.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -35px;
  width: 41px;
  height: 69px;
}

.swiper-button-prev {
  background: url("../images/icon-slides.png") no-repeat -84px 50%;
  left: 0;
}

.swiper-button-prev:hover {
  background-position: 0 50%
}

.swiper-button-next {
  background: url("../images/icon-slides.png") no-repeat -125px 50%;
  right: 0;
}

.swiper-button-next:hover {
  background-position: -42px 50%
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}