@charset "UTF-8";

    .swiper {	margin-top: 3rem;
      width: 100%;
      height: auto;
    }

    .swiper-slide {height:auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit : cover;

    }





/*pagination out */
.swiper-container {
  position: relative;
}
.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination-bullet {
}
.swiper-pagination-bullet-active {
	background-color: rgba(205,172,112,1.00);
}

