    /* box2 */
    .section2 {
        display: block;
    }

    .List2 {
        display: flex;
        justify-content: space-evenly;
        position: relative;
        width: 100%;
        z-index: 2;
        margin-top: 30px;
    }

    .List2 a {
        width: 160px;
        height: 55px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6B6B6B;
        font-size: 16px;
        text-align: center;
    }

    .List2 a:hover {
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0px 4px 20px 0px rgba(25, 75, 168, 0.15);
    }

    .Swiper2 {
        width: 100%;
        margin-top: 90px;
        padding-bottom: 60px;
    }

    .pagination2 {
        bottom: 0 !important;
    }

    .slide2 {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .slide2.swiper-slide-prev {
        align-items: flex-start;
    }

    .slide2.swiper-slide-next {
        align-items: flex-end;
    }

    .slide2 .img2 {
        width: 100%;
        max-width: 320px;
    }

    .slide2 .img2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .slide2 h1 {
        color: #454545;
        font-size: 18px;
        width: 100%;
        max-width: 280px;
        text-align: center;
    }


    @media (max-width: 1200px) {
        .List2 {
            flex-wrap: wrap;
            grid-gap: 15px;
        }

        .List2 a {
            width: 145px;
            height: 50px;
            font-size: 14px;
        }

        .Swiper2 {
            margin-top: 60px;
            padding-bottom: 30px;
        }
    }

    @media (max-width: 720px) {
        .List2 {
            margin-top: 15px;
            grid-gap: 5px 0;
        }

        .List2 a {
            width: 33.333%;
        }

        .Swiper2 {
            margin-top: 30px;
            padding-bottom: 30px;
        }

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

    @media (max-width: 460px) {
        .List2 a {
            width: 50%;
            height: 40px;
        }
    }

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