.modal.floor-modal {
    width: 100%;
    height: 100%;
}

.modal.floor-modal .modal-dialog {
    position: relative;
    max-width: 100%;
    width: 90vw;
    height: calc(100% - 60px);
}

.modal.floor-modal .modal-dialog .modal-content {
    border-radius: 0;
}

.modal.floor-modal .modal-dialog .modal-content .modal-body {
    height: 100%;
    overflow: auto;
    padding: 0;
}

.modal.floor-modal .modal-dialog .btn-close-box {
    position: absolute;
    right: -56px;
    top: 0;
    margin-top: -8px;
    z-index: 1000;
}

@media (max-width: 995px) {
    .modal.floor-modal .modal-dialog {
        width: 90vw;
    }

    .modal.floor-modal .modal-dialog .btn-close-box {
        position: absolute;
        right: 8px;
        top: 8px;
    }
}

@media (max-width: 768px) {
    .modal.floor-modal .modal-dialog {
        position: relative;
        max-width: 100%;
        width: calc(100% - 20px);
        height: calc(100dvh - 16px);
    }

    .modal.floor-modal .modal-dialog .modal-content .modal-body {
        padding: 1rem;
    }
}

.floor-section table {
    max-width: 600px;
}

.floor-section table,
.floor-section table tr td {
    border: 1px solid #333;
    font-size: 9px;
    font-weight: 500;
}

.floor-section table tr:nth-child(1) td {
    text-align: center;
}

.floor-section table tr:nth-child(1) td .image {
    margin-bottom: 0;
}

.floor-section table tr td {
    padding: 10px 4px;
}

.floor-section table tr td p {
    margin-bottom: 0;
}

.floor-section table tr:nth-child(1) td p {
    display: flex;
    height: 28px;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 4px;
}

.floor-section table tr td img {
    margin: auto;
    height: 40px;
}

.floor-section table tr:nth-child(n+2) td {
    vertical-align: middle;
}

.floor-section table tr:nth-child(n+2) td {
    text-align: center;
}

.floor-section table tr:nth-child(n+2) td:nth-child(1) {
    text-align: left;
}

.floor-section .slider-section {
    padding-bottom: 60px;
}

.floor-section .slider-content {
    margin-bottom: 10px;
}

.floor-section .slider-content .swiper-scrollbar-box {
    margin-top: 40px;
}

.lg-container.lg-show .lg-backdrop,
.lg-container.lg-show .lg-outer.lg-slide {
    z-index: 10000;
}

@media (max-width: 769px) {
    .floor-section table tr:nth-child(1) td {
        padding-top: 20px;
        padding-bottom: 4px;
    }
}
