/* .shape-swiper {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 60px;
  border-bottom: 1px solid #e5e5e5;
}

.shape-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.shape-swiper .shape-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.shape-swiper .shape-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shape-swiper .shape-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.shape-swiper .shape-label {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.shape-swiper .swiper-button-prev {
  color: #000;
  top: 45%;
  left: 0;
}
.shape-swiper .swiper-button-next {
  color: #000;
  top: 45%;
  right: 0;
}

.shape-swiper .swiper-button-next::after,
.shape-swiper .swiper-button-prev::after {
  font-size: 16px;
}

@media (min-width:0px) and (max-width: 574px) {
  .shape-swiper .shape-img-wrapper {
    width: 48px;
    height: 48px;
  }

  .shape-swiper .swiper-button-next {
    color: #000;
    top: 45%;
    right: -8px;
}
  .shape-swiper .swiper-button-prev {
    color: #000;
    top: 45%;
    left: -8px;
}      

  .shape-swiper .shape-label {
    font-size: 12px;
  }
}
@media (min-width: 574px) and (max-width: 768px) {
  .shape-swiper .shape-img-wrapper {
    width: 56px;
    height: 56px;
  }

  .shape-swiper .shape-label {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shape-swiper .shape-img-wrapper {
    width: 60px;
    height: 60px;
  }

  .shape-swiper .shape-label {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .shape-swiper .shape-img-wrapper {
    width: 64px;
    height: 64px;
  }
} */
