.floor-slider-warp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    padding: 50px 0px 50px 20px;
    background-color: #F8F8F8;
    --primary-900-color: #000;
}

.floor-slider-warp .floor-container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

@media (min-width:1200px) {
    .floor-slider-warp { 
    padding: 100px 0px 100px 20px; 
}

    .floor-slider-warp .floor-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* .floorSwiper {
    padding-bottom: 40px;
} */

.floor-box {}

.floor-box figure {
    position: relative;
    margin: 0;
    margin-bottom: 0;
}

.floor-box figure>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    max-height: 100%;
}

.floor-box figure::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(510 / 360* 100%);
}

.custom-button-prev,
.custom-button-next {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4805 6.74436C21.4805 6.53102 21.4138 6.35769 21.2805 6.22436C21.1471 6.09102 20.9738 6.02436 20.7605 6.02436H3.08047L7.80047 1.30436C7.96047 1.14436 8.04047 0.957689 8.04047 0.744356C8.04047 0.531022 7.96047 0.357689 7.80047 0.224356C7.64047 0.0910225 7.4538 0.0243559 7.24047 0.0243559C7.02714 0.0243559 6.84047 0.0776892 6.68047 0.184356L0.68047 6.18436C0.573803 6.34436 0.52047 6.53102 0.52047 6.74436C0.52047 6.95769 0.573803 7.14436 0.68047 7.30436L6.68047 13.3044C6.84047 13.411 7.02714 13.4644 7.24047 13.4644C7.4538 13.4644 7.64047 13.3977 7.80047 13.2644C7.96047 13.131 8.04047 12.9577 8.04047 12.7444C8.04047 12.531 7.96047 12.3444 7.80047 12.1844L3.08047 7.46436H20.7605C20.9738 7.46436 21.1471 7.39769 21.2805 7.26436C21.4138 7.13102 21.4805 6.95769 21.4805 6.74436Z' fill='black'/%3E%3C/svg%3E%0A");


}

.custom-button-prev {
    left: 5px;
}

.custom-button-next {
    right: 5px;
    transform: rotate(180deg);

}

.custom-button-prev:hover,
.custom-button-next:hover {
    opacity: 1;
}



.glightbox-thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.glightbox-thumbnail {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    cursor: pointer;
}