    /* Section4 */
    .section4 {
        display: block;
    }

    .Box4 {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        justify-content: space-between;
    }

    .lt4 {
        width: 47%;
    }


    .desc4 {
        color: rgba(0, 0, 0, 0.80);
        font-size: 20px;
        line-height: 2;
        margin: 30px 0;
    }


    .Swiper4 {
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 90px;
    }


    .Slide4 {
        height: auto;
        padding: 8px 6px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    .Slide4 img {
        width: 100%;
    }

    .Swiper4 .scrollbar4 {
        height: 1px;
    }

    .Swiper4 .scrollbar4 .swiper-scrollbar-drag {
        height: 3px;
        top: -1px;
        background: var(--color);
        cursor: pointer;
    }

    .rt4 {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        grid-gap: 30px;
    }

    .Number {
        display: flex;
        justify-content: space-around;
    }

    .item4 h1 {
        margin-bottom: 15px;
        display: flex;
        grid-gap: 10px;
    }

    .item4 h1 p {
        font-weight: bold;
        font-size: 60px;
        line-height: 1;
        color: var(--color);
    }

    .item4 h1 b {
        color: rgba(0, 0, 0, 0.80);
        font-size: 16px;
        font-weight: 400;
    }

    .item4 h2 {
        color: rgba(0, 0, 0, 0.80);
        font-size: 16px;
        text-align: center;
    }


    @media (max-width: 1440px) {
        .desc4 {
            font-size: 16px;
            margin: 15px 0;
        }

        .Swiper4 {
            margin-bottom: 60px;
        }

        .item4 h1 p {
            font-size: 52px;
        }
    }

    @media (max-width: 1200px) {
        .desc4 {
            font-size: 14px;
            line-height: 1.5;
        }

        .Slide4 {
            padding: 5px;
        }

        .Swiper4 {
            margin-bottom: 30px;
        }

        .item4 h1 p {
            font-size: 32px;
        }

        .item4 h1 b {
            font-size: 12px;
        }

        .item4 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 900px) {
        .lt4 {
            width: 55%;
        }

        .rt4 {
            width: 40%;
        }

        .item4 h1 {
            grid-gap: 5px;
        }

        .item4 h1 p {
            font-size: 24px;
        }
    }

    @media (max-width: 700px) {
        .Box4 {
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .lt4 {
            width: 100%;
        }

        .rt4 {
            width: 100%;
        }
    }

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}