.leBarBot {
    background-color: #fffef2;
    font-family: "OPPOSans", sans-serif;
    color: #000;
}

.leBarBotCon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.2vw;
    padding: 11.64vw 0 0 0;
}

.lebar45KCon {
    width: fit-content;
}

.lebarTitFlex {
    position: relative;
    width: fit-content;
}

.lebarTitFlex img {
    position: absolute;
    top: -2.5vw;
    right: -3vw;
    width: 4.42vw;
    z-index: 1;
}

.lebarTit {
    position: relative;
    z-index: 2;
    font-size: 3.38vw;
    line-height: 3.38vw;
    color: #000;
    font-weight: 700;
}

.lebarIncFlex {
    display: flex;
    align-items: baseline;
    column-gap: 0.15vw;
    font-size: 1.04vw;
    line-height: 1.04vw;
    font-weight: 500;
    margin: 0.78vw 0 1.66vw 0;
}

.lebarIncFlex img {
    width: 1.04vw;
}

.lebarGrid {
    display: grid;
    gap: 0.46vw;
}

.lebarDesc {
    border: 2px solid #837579;
    font-size: 0.83vw;
    line-height: 0.83vw;
    font-weight: 400;
    padding: 0.32vw 0.53vw;
    border-radius: 999px;
    width: fit-content;
}

.lebarMore {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background: url("/wp-content/uploads/2026/03/leBarMore.webp") no-repeat;
    background-size: 100% 100%;
    padding: 1.27vw 4.76vw 1.4vw 0.83vw;
    color: #fff;
    font-size: 1.3vw;
    line-height: 1.3vw;
    font-weight: 700;
    width: fit-content;
    margin-top: 2.6vw;
}
.lebarMore img {
    margin-left: 1.41vw;
    width: 1.06vw;
}

.lebarOverlapGroup {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    flex: 0 0 auto;
    margin-left: -5vw;
}

.lebarImg4 {
    width: 18.77vw;
}

.lebarImg5,
.lebarImg6 {
    position: relative;
    cursor: pointer;
    transform-origin: center;
    transition: transform 0.25s ease, z-index 0.25s ease;
}

.lebarImg5 {
    width: 18.25vw;
    margin-left: -7.35vw;
    z-index: 1;
}

.lebarImg6 {
    width: 17.78vw;
    margin-left: -4.22vw;
    z-index: 2;
}

.lebarImg5:hover,
.lebarImg6:hover {
    z-index: 4;
    transform: scale(1.06);
}

.leBarMenuCon {
    text-align: center;
    margin: 16.06vw 0 8.67vw;
}

.leBarRec {
    font-size: 1.23vw;
    line-height: 1.23vw;
    font-weight: 500;
    font-family: "OPPOSans", sans-serif;
    color: #ef9f50;
    margin: 0.44vw 0 0.52vw;
}

.leMenuWid {
    width: 27.05vw;
}

.leBarSwitchRow {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.04vw;
    width: 100%;
}

.leColaViewport {
    width: 57.78vw;
    overflow: hidden;
    margin: 0 5vw;
}

.leColaTrack {
    display: flex;
    width: 200%;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.leColaWid {
    width: 50%;
    flex: 0 0 50%;
    display: block;
}

.leBarSeaCon {
    position: relative;
}

.leBarSeaBg {
    width: 100%;
    display: block;
}

.leBarSeaTit {
    position: absolute;
    left: 13vw;
    top: 50%;
    transform: translateY(-50%);
    width: 34vw;
    display: none;
}

.leBarSeaLight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60.52vw;
    display: none;
}

.leBarSeaHouse {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 51.4vw;
    display: none;
}

@media (max-width: 768px) {
    .leBarMenuCon {
        margin: 18vw 0 11vw;
        padding: 0 4vw;
    }

    .leMenuWid {
        width: 64vw;
    }

    .leBarRec {
        font-size: 3.2vw;
        line-height: 1.2;
        margin: 1.6vw 0 2.4vw;
    }

    .leBarSwitchRow {
        column-gap: 2.6vw;
    }

    .leColaViewport {
        width: 74vw;
    }

    .leBarBotCon {
        flex-direction: column;
        gap: 5vw;
        padding: 9vw 4vw 0;
    }

    .leBarBotCon > .lebarOverlapGroup {
        margin: 0 auto;
    }

    .lebarTit {
        font-size: 8vw;
        line-height: 1;
    }

    .lebarTitFlex img {
        width: 9.6vw;
        top: -5.8vw;
        right: -7vw;
    }

    .lebarIncFlex {
        font-size: 3.2vw;
        line-height: 1.3;
    }

    .lebarIncFlex img {
        width: 3vw;
    }

    .lebarGrid {
        gap: 1.4vw;
        margin-top: 2.4vw;
    }

    .lebarDesc {
        font-size: 2.8vw;
        line-height: 1.2;
        padding: 1vw 2.2vw;
    }

    .lebarMore {
        font-size: 3vw;
        line-height: 1;
        padding: 2.4vw 8.8vw 2.6vw 1.6vw;
        margin-top: 3vw;
    }

    .lebarMore img {
        margin-left: 3vw;
        width: 2.6vw;
    }

    .lebarImg4 {
        width: 34vw;
    }
    .lebarImg5 {
        width: 33vw;
        margin-left: -8.8vw;
    }
    .lebarImg6 {
        width: 32vw;
        margin-left: -5.2vw;
    }

    .lebarImg5:active,
    .lebarImg6:active {
        z-index: 4;
        transform: scale(1.04);
    }

    .leBarSeaTit {
        display: block;
        left: 9vw;
        width: 42vw;
    }

    .leBarSeaLight {
        display: block;
        width: 78vw;
    }

    .leBarSeaHouse {
        display: block;
        width: 50vw;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .leBarMenuCon {
        margin: 13vw 0 9vw;
        padding: 0 5vw;
    }

    .leMenuWid {
        width: 45vw;
    }

    .leBarRec {
        font-size: 2.1vw;
        line-height: 1.2;
        margin: 1vw 0 1.6vw;
    }

    .leBarSwitchRow {
        column-gap: 1.8vw;
    }

    .leColaViewport {
        width: 68vw;
    }

    .leBarBotCon {
        flex-direction: column;
        gap: 3.6vw;
        padding: 7vw 5vw 0;
    }

    .leBarBotCon > .lebarOverlapGroup {
        margin: 0 auto;
    }

    .lebarTit {
        font-size: 5.2vw;
        line-height: 1;
    }

    .lebarTitFlex img {
        width: 6vw;
        top: -3.4vw;
        right: -4.5vw;
    }

    .lebarIncFlex {
        font-size: 2vw;
        line-height: 1.3;
    }

    .lebarIncFlex img {
        width: 1.9vw;
    }

    .lebarGrid {
        gap: 1vw;
        margin-top: 1.8vw;
    }

    .lebarDesc {
        font-size: 1.7vw;
        line-height: 1.2;
        padding: 0.7vw 1.5vw;
    }

    .lebarMore {
        font-size: 1.9vw;
        line-height: 1;
        padding: 1.4vw 5.4vw 1.6vw 1.1vw;
        margin-top: 2vw;
    }

    .lebarMore img {
        margin-left: 1.8vw;
        width: 1.6vw;
    }

    .lebarImg4 {
        width: 25vw;
    }
    .lebarImg5 {
        width: 24vw;
        margin-left: -6.4vw;
    }
    .lebarImg6 {
        width: 23vw;
        margin-left: -3.8vw;
    }

    .lebarImg5:active,
    .lebarImg6:active {
        z-index: 4;
        transform: scale(1.05);
    }

    .leBarSeaTit {
        display: block;
        left: 11vw;
        width: 37vw;
    }

    .leBarSeaLight {
        display: block;
        width: 70vw;
    }

    .leBarSeaHouse {
        display: block;
        width: 53vw;
    }
}