    .section6 {
        width: 100%;
        height: 100%;
        position: relative;
        padding-left: var(--container);
        padding-right: var(--container);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .Box6 {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 2;
    }

    .Swiper6 {
        width: 100%;
    }

    .Slide6 {
        position: relative;
        width: 100%;
    }

    .Slide6::after {
        content: "";
        position: absolute;
        top: 0;
        right: -36px;
        width: 1px;
        height: 100%;
        background: #BFBFBF;
    }

    .Slide6 .time6 {
        font-size: 18px;
        color: #A4A4A4;
        display: flex;
        align-items: baseline;
    }

    .Slide6 .time6 b {
        font-weight: 700;
        font-size: 38px;
        line-height: 1;
        color: #505050;
        margin-right: 5px;
    }

    .Slide6 img {
        width: 100%;
        margin: 30px 0;
    }

    .Slide6 h1 {
        font-size: 20px;
        line-height: 1.5;
        color: #444444;
    }

    a.More6 {
        width: 360px;
        height: 56px;
    }

    @media (max-width: 1440px) {
        .Slide6 h1 {
            font-size: 18px;
        }

        .Slide6 img {
            width: 100%;
            margin: 15px 0;
        }

        .Slide6 .time6 b {
            font-size: 28px;
        }
    }

    @media (max-width: 1200px) {
        .Box6 {
            margin: 45px 0;
        }

        .Slide6::after {
            right: -30px;
        }

        a.More6 {
            width: 240px;
        }
    }

    @media (max-width: 720px) {
        .Box6 {
            margin: 30px 0;
        }

        .Slide6 h1 {
            font-size: 16px;
        }

        .Slide6::after {
            right: -15px;
        }

        a.More6 {
            width: 180px;
            height: 45px;
        }
    }

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

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