@charset "UTF-8";

/*-------------------------------------------
color
-----------------------------------------------*/
.color {
  position: relative;
}
.color .color-wrap {
  position: absolute;
  top: 346px;
  left: 50%;
	transform: translateX(-50%);
  margin: 0 auto;
  width: 920px;
  overflow: hidden;
}
@media screen and (max-width: 912px) {
  .color .color-wrap {
    top: 34.6vw;
    width: 92vw;
  }
}
.color .swiper-button-next:after,
.color .swiper-rtl .swiper-button-prev:after,
.color .swiper-button-prev:after,
.color .swiper-rtl .swiper-button-next:after {
  display: none;
}
.color .swiper-button-prev,
.color .swiper-button-next {
  top: 50%;
  margin-top: 0;
  width: 91px;
  height: 78px;
  background: url("../img/color/arrow.png") no-repeat center top;
  background-size: 100% auto;
}
.color .swiper-button-prev {
  left: 20px;
}
.color .swiper-button-next {
  right: 20px;
  transform: scale(-1, 1);
}

@media screen and (max-width: 912px) {
  .color .swiper-button-prev,
  .color .swiper-button-next {
    width: 9.1vw;
    height: 7.8vw;
  }
  .color .swiper-button-prev {
    left: 2vw;
  }
  .color .swiper-button-next {
    right: 2vw;
  }
}
.color .color-wrap > .swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  margin-top: 65px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 912px) {
  .color .color-wrap > .swiper-pagination-bullets {
    margin-top: 6.5vw;
    gap: 0 4vw;
  }
}
.color .color-wrap > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 76px;
  height: 76px;
  opacity: 1;
  border-radius: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 912px) {
  .color .color-wrap > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7.6vw;
    height: 7.6vw;
  }
}
.color .color-wrap > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
  background: #a1afd9;
}
.color .color-wrap > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(2) {
  background: #2c2f32;
}
.color .color-wrap > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(3) {
  background: #e56c9b;
}
.color .color-wrap > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(4) {
  background: #364668;
}
.color .color-wrap > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(5) {
  background: #f0e3e0;
  border: 2px solid #ffffff;
}
.color .color-wrap > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 2px solid #d0a6b7 !important;
}