    .NyBigBox {
        padding-bottom: 0;
        overflow: visible;
    }

    .NySection {
        overflow: hidden;
        padding: 120px var(--container);
    }

    @media (max-width: 1200px) {
        .NySection {
            padding: 90px var(--container);
        }
    }

    @media (max-width: 900px) {
        .NySection {
            padding: 60px var(--container);
        }
    }


    /* NySection1 - NySection1 - NySection1 - NySection1 - NySection1  */
    .NySection1 {
        padding-top: 0;
    }

    .Top1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Number1 {
        width: 50%;
        display: flex;
        justify-content: space-around;
    }

    .item1 .icon1 {
        display: flex;
        align-items: center;
        grid-gap: 15px;
        color: #000;
        font-size: 16px;
    }

    .item1 span {
        display: flex;
    }

    .item1 span p {
        color: #000;
        font-family: MiSans2;
        font-size: 40px;
    }

    .About1 {
        margin-top: 75px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .text1 {
        width: calc(50% - 30px);
    }

    .desc1 {
        width: 100%;
        height: 20vw;
        max-height: 400px;
        padding-right: 45px;
        overflow-y: scroll;
        color: #666;
        font-size: 16px;
        line-height: 2;
    }

    .desc1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px #F4F4F4;
        border-radius: 10px;
        background-color: #F4F4F4;
    }

    .img1 {
        border-radius: 10px;
        width: 50%;
    }

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

    @media (max-width: 1200px) {
        .item1 .icon1 {
            grid-gap: 5px;
            font-size: 14px;
        }

        .item1 .icon1 img {
            width: 30px;
        }

        .item1 span p {
            font-size: 32px;
        }

        .About1 {
            margin-top: 30px;
        }

        .desc1 {
            padding-right: 15px;
            font-size: 14px;
            line-height: 1.5;
        }
    }

    @media (max-width: 900px) {
        .Number1 {
            margin-top: 30px;
            width: 100%;
            grid-gap: 15px;
        }

        .About1 {
            grid-gap: 30px;
        }

        .text1 {
            width: 100%;
        }

        .img1 {
            width: 100%;
        }

        .desc1 {
            padding: 0;
            overflow: unset;
            height: auto;
            max-height: none;
        }
    }

    @media (max-width: 600px) {
        .item1 .icon1 {
            font-size: 12px;
        }

        .item1 span p {
            font-size: 28px;
        }
    }


    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 {
        overflow: visible;
        background: rgba(246, 246, 246, 0.50);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .NySection2 .NyTitle {
        width: calc(50% - 60px);
        position: sticky;
        height: 120px;
        top: 120px;
    }

    .About2 {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
    }

    .item2 {
        width: 100%;
        border-radius: 10px;
        background: #FFF;
        overflow: hidden;
        cursor: pointer;
    }

    .item2.on {
        background: var(--color);
    }

    .item2 .img2 {
        width: 100%;
        display: none;
    }

    .item2.on .img2 {
        display: block;
    }

    .item2 .text2 {
        padding: 45px;
    }

    .item2.on .text2 {
        padding: 30px 45px;
    }

    .item2 .text2 h1 {
        color: #000;
        font-family: MiSans2;
        font-size: 30px;
    }

    .item2.on .text2 h1 {
        color: #fff;
    }

    .item2 .text2 h2 {
        margin-top: 5px;
        color: #FFF;
        font-size: 16px;
        display: none;
    }

    .item2.on .text2 h2 {
        display: block;
    }


    @media (max-width: 1440px) {
        .item2 .text2 {
            padding: 30px;
        }

        .item2.on .text2 {
            padding: 20px 30px;
        }

        .item2 .text2 h1 {
            font-size: 24px;
        }
    }

    @media (max-width: 900px) {
        .item2 .text2 h1 {
            font-size: 18px;
        }

        .item2 .text2 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 600px) {
        .NySection2 {
            grid-gap: 30px;

        }

        .NySection2 .NyTitle {
            width: 100%;
            position: unset;
            height: auto;
        }

        .About2 {
            width: 100%;
        }
    }

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

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



    /* NySection3 - NySection3 - NySection3 - NySection3 - NySection3 */

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

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

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

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

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

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



    /* NySection4 - NySection4 - NySection4 - NySection4 - NySection4 */

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

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

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

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

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

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



    /* NySection5 - NySection5 - NySection5 - NySection5 - NySection5 */

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

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

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

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

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

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