.photo-slider {
    width: 100%;
    height: auto;
    position: relative;
}

.photo-slider .swiper-slide img {
    width: 100%;
    height: auto;
}

.photo-slider-thumbs {
    margin-top: 10px;
    height: 100px;
}

.photo-slider-thumbs .swiper-slide {
    width: 30%;
    cursor: pointer;
}

.photo-slider-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* 슬라이더 페이지네이션 스타일 */
.swiper-pagination-bullet {
    background-color: white !important;
}

/* 선택된 페이지네이션 도트 스타일 */
.swiper-pagination-bullet-active {
    background-color: white;
} 