/* @media screen and (max-width: 767px) { */

.swiper_attached {
  display: flex;
  width: 100%;
  height: 5.6rem;
  margin-top: 4.8rem;
  justify-content: space-between;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  flex-shrink: 0;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  margin-top: 0;
}

.swiper-button-prev .swiper_attached img {
  width: 100%;
}

.swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 1rem;
  background-color: #fff;
  border-radius: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c69e43;
}

@media screen and (max-width: 767px) {
  .swiper_attached {
    margin-top: 1.6rem;
  }
}
