    /* box2 */
    .section2 {
        display: block;
        padding-top: 60px;
    }

    .Top2 {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        grid-gap: 30px;
    }

    .Box2 {
        display: block;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .Nav2 {
        display: flex;
        grid-gap: 15px;
    }

    .Nav2 * {
        transition: 0.5s;
    }

    .Nav2 a {
        width: 230px;
        height: 150px;
        border-radius: 8px;
        border: 1px solid #0000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 5px;
    }

    .Nav2 a.on {
        border: 1px solid var(--color);
    }

    .Nav2 a .NavIcon2 {
        position: relative;
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Nav2 a .NavIcon2 .NavIcon2_1 {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    .Nav2 a .NavIcon2 .NavIcon2_2 {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .Nav2 a.on .NavIcon2 .NavIcon2_1 {
        opacity: 0;
    }

    .Nav2 a.on .NavIcon2 .NavIcon2_2 {
        opacity: 1;
    }

    .Nav2 a h1 {
        color: #535353;
        text-align: center;
        font-size: 20px;
    }

    .Nav2 a.on h1 {
        color: var(--color);
    }

    .Box2 {
        margin-top: 90px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }


    .item2 {
        width: 100%;
        display: none;
        justify-content: space-between;
        align-items: center;
    }

    .item2.on {
        display: flex;
    }

    .lt2 {
        width: 50%;
    }

    .Swiper2 {
        width: 100%;
        border-radius: 12px;
    }

    .Slide2 {
        width: 100%;
        height: auto;
    }

    .Slide2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prev2,
    .next2 {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .next2.swiper-button-next:after,
    .prev2.swiper-button-prev:after {
        color: #000000;
        font-size: 18px;
    }

    .rt2 {
        width: 40%;
        display: flex;
        flex-direction: column;
        grid-gap: 45px;
    }

    .rt2 h1 {
        color: #060606;
        font-size: 38px;
    }

    .iconBox2 {
        border-radius: 12px;
        width: 100%;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .iconBox2 .icon2 {
        border-right: 1px solid #D9D9D9;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 30px;

    }

    .iconBox2 .icon2 img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }

    .iconBox2 .icon2 p {
        color: #535353;
        text-align: center;
        font-size: 16px;
    }

    .iconBox2 .icon2:hover {
        background: var(--color);
    }

    .iconBox2 .icon2:hover img {
        filter: brightness(10);
    }

    .iconBox2 .icon2:hover p {
        color: #fff;
    }

    .iconBox2 .icon2:nth-child(3),
    .iconBox2 .icon2:nth-child(6) {
        border-right: 0px;
    }

    .iconBox2 .icon2:nth-child(1),
    .iconBox2 .icon2:nth-child(2),
    .iconBox2 .icon2:nth-child(3) {
        border-bottom: 1px solid #D9D9D9;
    }

    .rt2 a {
        width: 230px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border: 1px solid var(--color);
        color: var(--color);
        font-size: 16px;
        border-radius: 50px;
        line-height: 1;
    }

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

    @media (max-width: 1440px) {
        .Nav2 a {
            width: 160px;
            height: 120px;
        }

        .Nav2 a .NavIcon2 {
            width: 45px;
            height: 45px;
        }

        .Box2 {
            margin-top: 60px;
        }

        .rt2 {
            width: 45%;
            grid-gap: 30px;
        }

        .iconBox2 .icon2 {
            height: 120px;
            grid-gap: 15px;
        }
    }

    @media (max-width: 1200px) {
        .Top2 {
            flex-direction: column;
        }

        .rt2 {
            width: 45%;
            grid-gap: 15px;
        }

        .rt2 h1 {
            color: #060606;
            font-size: 24px;
        }

        .iconBox2 .icon2 {
            height: 90px;
            grid-gap: 5px;
        }

        .iconBox2 .icon2 img {
            width: 30px;
            height: 30px;
        }

        .iconBox2 .icon2 p {
            font-size: 14px;
        }

        .rt2 a {
            width: 140px;
            height: 35px;
            font-size: 14px;
        }
    }

    @media (max-width: 720px) {
        .Nav2 {
            width: 100%;
        }

        .Nav2 a {
            width: 100%;
            height: 90px;
        }

        .Box2 {
            margin-top: 30px;
        }

        .item2 {
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .lt2 {
            width: 100%;
        }

        .rt2 {
            width: 100%;
        }
    }

    @media (max-width: 460px) {
        .Nav2 {
            flex-wrap: wrap;
            grid-gap: 10px;
        }

        .Nav2 a {
            width: calc(50% - 5px);
            height: 75px;
        }

        .Nav2 a .NavIcon2 {
            width: 30px;
            height: 30px;
        }

        .Nav2 a h1 {
            font-size: 16px;
        }

        .prev2,
        .next2 {
            width: 45px;
            height: 45px;
        }
    }

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