@charset "utf-8";

.referenceItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.referenceItem:hover .referenceItem_title {
  color: #602278;
}

.referenceItem .lt_img img {
  border-radius: 8px;
  filter: brightness(1);
}

.referenceItem .referenceItem_title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.swiper-pagination.referenceSlide_pagination {
  justify-content: center;
  margin-top: 20px;
}

.swiper-pagination.referenceSlide_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #f9c041;
}
