﻿::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    background: #E9E9E9;
    border-radius: 3rem;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ACACAC;
    }

.slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.thumb-swiper {
    box-sizing: border-box;
}

    .thumb-swiper .swiper-slide {
        width: 20%;
        opacity: 0.4;
    }

        .thumb-swiper .swiper-slide img {
            max-height: 72px;
            cursor: pointer;
        }

        .thumb-swiper .swiper-slide-thumb-active {
            opacity: 1;
        }

    .gallery-swiper .swiper-slide img,
    .thumb-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }