﻿/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/brand.css ***!
  \***************************************************************************************************************/
.floor-wrapper {
    padding: 0 4.53125vw;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.space-between-reverse {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.floor-article {
    width: 61%;
}

.floor-content {
    flex: 1;
}

.floor-desc {
    font-weight: 600;
    margin-top: 0.3125vw;
}

.learn-more {
    margin-top: 0.7292vw;
}

.floor-substance {
    font-size: 1.041667vw;
    line-height: 1.6;
    color: var(--dark-color);
}

.article-floor-img {
    margin-top: 2.34375vw;
    display: block;
    border-radius: var(--border-radius-4);
    overflow: hidden;
}

.floor-container1 video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}



.floor-container2 {
    padding: 9.375vw 0;
}

.floor-container3 {
    background-color: var(--bg-grey);
    padding: 10.83333vw 0;
}

.floor-container3 .floor-content {
    margin-left: 8vw;
}

.floor-container4 {
    padding: 8.75vw 0;
    background-color: #ffffff;
}

.floor-container5 {
    background-color: var(--bg-grey);
    padding: 4.94792vw 0 4.21875vw;
}

.floor-container5 .floor-content {
    width: 100%;
}

.floor-container5 .floor-article {
    width: 100%;
    margin-top: 2.34375vw;
}

@media (max-width: 828px), (orientation:portrait) {
    .space-between {
        display: block;
    }

    .space-between-reverse {
        display: block;
    }

    .floor-desc {
        font-size: 3.38164vw;
        margin-top: 0;
    }

    .floor-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .learn-more {
        margin-top: 0;
    }

    .floor-wrapper {
        padding: 0;
        width: 100%;
    }

    .floor-article {
        width: 100%;
        margin-top: 4.22705vw;
    }

    .floor-substance {
        font-size: 3.38164vw;
    }

    .article-floor-img {
        margin-top: 3.14vw;
    }

    .floor-container1 img {
        aspect-ratio: 9 / 16;
    }

    .floor-container2, .floor-container3, .floor-container4, .floor-container5 {
        padding: 7.24638vw 0 9.05797vw;
    }

    .floor-container3 .floor-content {
        margin-left: 0;
        flex-direction: row;
        text-align: left;
    }

    .floor-container5 .floor-content {
        flex-direction: row;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .floor-substance {
        font-size: 14px;
    }
}
