html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
figure,
figcaption {
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Semibold';
    src: url('https://d13pvy8xd75yde.cloudfront.net/global/tablets/fonts/HurmeGeometricSans_No3_6_Bold.otf') format('opentype');
    ;
}


#s16 {
    background-color: #000000;
    overflow: hidden;

    .time_8s {
        transition: all 0.8s ease;
    }
    .time_16s{
        transition: all 0.8s ease;
        transition-delay: 0.8s;
    }
    .time_24s{
        transition: all 0.8s ease;
        transition-delay: 1.6s;
    }
    .active .translateY {
        transform: translateY(0);
        opacity: 1;
    }

    .translateY {
        transform: translateY(3.90625vw);
        opacity: 0;
    }

    .active .translate_X,
    .active .translateX {
        transform: translateX(0);
        opacity: 1;
    }

    .translate_X {
        transform: translateX(-3.90625vw);
        opacity: 0;
    }

    .translateX {
        transform: translateX(3.90625vw);
        opacity: 0;
    }

    .section {
        position: relative;
    }

    img {
        width: 100%;
    }
}

@media screen and (min-width: 1081px) {
    #s16 {
        .mob {
            display: none !important;
        }

        .title {
            font-size: 2.3438vw;
            font-weight: 700;
            line-height: 100%;
            color: #FFFFFF;
        }

        .subtitle {
            font-size: 1.0938vw;
            font-weight: 400;
            line-height: 130%;
            color: #FFFFFF;
        }

        .text {
            font-size: .5859vw;
            font-weight: 400;
            line-height: 100%;
            color: #FFFFFF;
        }

        .blue {
            background: linear-gradient(180deg, #3BCCFB 0%, #0351DE 100%);
             background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .screen1 {
            .tit {
                width: 53.75vw;
                position: absolute;
                top: 7.8125vw;
                left: 0;
                right: 0;
                margin: auto;
            }
        }

        .screen2 {
            padding: 1.5625vw 0 10.5469vw;
            display: flex;
            flex-direction: row;
            gap: .4688vw;
            justify-content: center;

            .tit {
                font-size: 1.1719vw;
                font-weight: 600;
                line-height: 100%;
                color: #FFFFFF;
            }

            .txt {
                font-size: .7031vw;
                font-weight: 400;
                line-height: 100%;
                color: #FFFFFF;
            }

            .blue {
                font-size: 1.1719vw;
                font-weight: 600;
                line-height: 100%;
            }

            .box {
                position: relative;
            }

            .left {
                display: flex;
                flex-direction: column;
                gap: .4688vw;

                .box1 {
                    width: 25.2344vw;

                    .tit {
                        position: absolute;
                        left: 2.3438vw;
                        top: 1.5625vw;
                    }

                    .list {
                        display: flex;
                        flex-direction: column;
                        gap: 1.5625vw;
                        position: absolute;
                        left: 2.3438vw;
                        top: 5.9375vw;

                        .txt {
                            line-height: 150%;
                        }
                    }
                }

                .box2 {
                    width: 25.2344vw;

                    .tit {
                        position: absolute;
                        left: 2.3438vw;
                        top: 1.5625vw;
                    }

                    .list {
                        display: flex;
                        flex-direction: row;
                        gap: 1.7969vw;
                        position: absolute;
                        left: 2.3438vw;
                        top: 4.0625vw;

                        .txt {
                            line-height: 150%;
                        }
                    }
                }

                .bottom {
                    display: flex;
                    flex-direction: row;
                    gap: .4688vw;

                    .box {
                        width: 12.3828vw;
                        height: 12.1875vw;
                        border: .0391vw #333333 solid;
                        border-radius: .7813vw;
                    }

                    .box1 {
                        .tit {
                            position: absolute;
                            text-align: center;
                            top: .9375vw;
                            left: 0;
                            right: 0;
                        }

                        .bat {
                            position: absolute;
                            font-size: 2.7344vw;
                            font-weight: 600;
                            color: #FFFFFF;
                            left: 2.6209vw;
                            top: 6.4453vw;
                        }

                        img {
                            width: 9.8438vw;
                            margin-left: 1.25vw;
                            margin-top: 6.2422vw;
                        }
                    }

                    .box2 {
                        .tit {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: .9375vw;
                            text-align: center;
                        }
                    }
                }
            }

            .middle {
                display: flex;
                flex-direction: column;
                gap: .4688vw;

                .box {
                    width: 25.7813vw;
                }

                .box1 {
                    .tit {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 1.5625vw;
                        text-align: center;
                    }

                    .list {
                        position: absolute;
                        top: 6.5234vw;
                        left: 0;
                        right: 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;

                        p {
                            text-align: center;
                        }

                        div {
                            display: flex;
                            flex-direction: column;
                            gap: .4297vw;
                            align-items: center;
                        }

                        .l1 {
                            img {
                                width: 2.0313vw;
                            }
                        }

                        .l2 {
                            padding: 0 5.2734vw 0 3.6719vw;

                            img {
                                width: 3.3594vw;
                            }
                        }

                        .l3 {
                            gap: .7031vw;

                            img {
                                width: 2.9297vw;
                            }
                        }
                    }
                }

                .box2 {
                    .tit {
                        width: 18.8281vw;
                        position: absolute;
                        top: 2.7344vw;
                        left: 0;
                        right: 0;
                        margin: auto;
                    }
                }

                .box3 {
                    .top {
                        display: flex;
                        flex-direction: column;
                        gap: .3125vw;
                        align-items: center;
                        position: absolute;
                        top: .9375vw;
                        left: 0;
                        right: 0;
                    }
                }
            }

            .right {
                display: flex;
                flex-direction: column;
                gap: .4688vw;

                .box {
                    width: 23.4375vw;
                    position: relative;
                }

                .box1 {
                    p {
                        position: absolute;
                        top: 11.9141vw;
                    }

                    .tit {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 1.5625vw;
                        text-align: center;
                    }

                    .txt {
                        font-size: .5469vw;
                        line-height: 150%;
                    }

                    .blue {
                        font-size: .9766vw;
                        letter-spacing: 0;
                    }

                    .small {
                        font-size: .5469vw !important;
                        font-weight: 400;
                    }

                    .l1 {
                        left: .7813vw
                    }

                    .l2::before {
                        content: '';
                        width: .0391vw;
                        height: 1.4063vw;
                        background: #FFFFFF66;
                        position: absolute;
                        bottom: .2734vw;
                        left: -.7031vw;
                    }

                    .l2 {
                        left: 7.0703vw;
                    }

                    .l2::after {
                        content: '';
                        width: .0391vw;
                        height: 1.4063vw;
                        background: #FFFFFF66;
                        position: absolute;
                        bottom: .2734vw;
                        right: -.7031vw;
                    }

                    .l3 {
                        left: 11.5625vw;
                    }

                    .l3 ::after {
                        content: '';
                        width: .0391vw;
                        height: 1.4063vw;
                        background: #FFFFFF66;
                        position: absolute;
                        bottom: .2734vw;
                        right: -0.7813vw;
                    }

                    .l4 {
                        left: 17.3828vw;
                    }
                }

                .box2 {
                    .top {
                        position: absolute;
                        left: 1.1719vw;
                        top: 1.5625vw;
                        display: flex;
                        flex-direction: column;
                        gap: .4688vw;

                        p {
                            line-height: 150%;
                        }
                    }

                    .bottom {
                        position: absolute;
                        left: 1.1719vw;
                        top: 8.75vw;
                        display: flex;
                        flex-direction: column;
                        gap: .4688vw;
                    }

                    .text {
                        font-size: .7031vw;
                        color: #999999;
                        position: absolute;
                        top: 17.0313vw;
                        right: .9375vw;
                        text-align: right;
                    }
                }

                .bottom {
                    display: flex;
                    flex-direction: row;
                    gap: .4688vw;

                    .box {
                        width: 7.5vw;
                        position: relative;

                        .tit {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: .9375vw;
                            text-align: center;
                        }
                    }

                }
            }

            .text {
                position: absolute;
                right: 12.3047vw;
                top: 49.1797vw;
            }
        }

        .screen3 {
            .top {
                display: flex;
                flex-direction: column;
                gap: 1.5625vw;
                padding-bottom: 4.6875vw;

                p {
                    text-align: center;
                }
            }

            .list1 {
                position: absolute;
                left: 18.0859vw;
                top: 21.5625vw;
                display: flex;
                flex-direction: column;
                gap: 2.5781vw;

                p {
                    line-height: 150%;
                }

                .blue {
                    font-size: 2.3438vw;
                    font-weight: 600;
                }
            }

            .list2 {
                display: flex;
                flex-direction: row;
                gap: .7813vw;
                position: absolute;
                top: 48.5547vw;
                left: 0;
                right: 0;
                justify-content: center;

                img {
                    width: 40vw;
                }
            }

            .text {
                padding: 14.6484vw 9.6094vw 0 0;
                text-align: right;
            }
        }

        .screen4 {
            padding: 12.5vw 0 13.4375vw 0;

            .top {
                display: flex;
                flex-direction: column;
                gap: 1.5625vw;
                padding-left: 12.3047vw;
            }

            .blue {
                font-size: 1.9531vw;
                font-weight: 600;
            }

            .list1 {
                display: flex;
                flex-direction: row;
                gap: 3.4375vw;
                padding: 2.3438vw 0 4.2969vw 12.3047vw;

                p {
                    line-height: 150%;
                }


            }

            .list2 {
                position: absolute;
                top: 42.5781vw;
                left: 18.5547vw;
                display: flex;
                flex-direction: column;
                gap: 2.3438vw;

                p {
                    line-height: 150%;
                }
            }

            img {
                width: 80.7813vw;
                display: block;
                margin: 0 auto;
            }

            .text {
                padding: 2.3438vw 9.6094vw 0 0;
                text-align: right;
            }
        }

        .screen5 {
            .top {
                display: flex;
                flex-direction: column;
                gap: 1.5625vw;
                position: absolute;
                left: 0;
                right: 0;

                p {
                    text-align: center;
                }
            }

            img {
                width: 80.7813vw;
                display: block;
                margin: 0 auto;
            }

        }

        .screen6 {
            padding: 4.6875vw 0 8.5938vw 0;

            .top {
                display: flex;
                flex-direction: column;
                gap: 1.5625vw;
                position: absolute;
                left: 0;
                right: 0;

                p {
                    text-align: center;
                }
            }

            img {
                width: 80.7813vw;
                display: block;
                margin: 0 auto;
            }

            .text {
                position: absolute;
                left: 0;
                right: 9.6094vw;
                top: 52.5156vw;
                text-align: right;
            }
        }

        .screen7 {
            .top {
                display: flex;
                flex-direction: column;
                gap: 1.5625vw;
                position: absolute;
                top: 3.5156vw;
                left: 0;
                right: 0;

                p {
                    text-align: center;
                }
            }

            .list {
                position: absolute;
                left: 0;
                right: 0;
                top: 44.5703vw;
                display: flex;
                flex-direction: row;
                gap: 6.9922vw;
                justify-content: center;

                p {
                    line-height: 150%;
                }

                .left {
                    display: flex;
                    flex-direction: row;
                    gap: 6.9922vw;

                    .box {
                        display: flex;
                        flex-direction: row;
                        gap: 1.5625vw;

                        img {
                            width: 2.7734vw;
                            display: block;
                            margin: auto;
                        }
                    }

                    .box2::before {
                        content: "";
                        position: absolute;
                        background-color: #FFFFFF;
                        width: .0391vw;
                        height: 3.125vw;
                        top: .625vw;
                        right: -3.4766vw;
                    }

                    .box2 {
                        position: relative;
                    }

                    .box2::after {
                        content: "";
                        position: absolute;
                        background-color: #FFFFFF;
                        width: .0391vw;
                        height: 3.125vw;
                        top: .625vw;
                        left: -3.4766vw;
                    }
                }

                .right {
                    display: flex;
                    flex-direction: row;
                    gap: 8.0078vw;

                    .box {
                        display: flex;
                        flex-direction: row;
                        gap: 1.5625vw;

                        img {
                            width: 2.7734vw;
                            display: block;
                            margin: auto;
                        }
                    }

                    .box1 {
                        position: relative;
                    }

                    .box1::before {
                        content: "";
                        position: absolute;
                        background-color: #FFFFFF;
                        width: .0391vw;
                        height: 3.125vw;
                        top: .625vw;
                        right: -3.4766vw;
                    }
                }
            }

            .text {
                text-align: right;
                position: absolute;
                top: 52.0703vw;
                right: 9.6094vw;
            }
        }

        .screen8 {
            padding: 12.5vw 0 15.625vw 0;

            .title {
                text-align: center;
                padding-bottom: 8.5938vw;
                font-size: 4.2969vw;
            }

            .list {
                display: flex;
                flex-direction: row;
                gap: 1.3281vw;
                justify-content: center;

                .box {
                    width: 28.75vw;
                    height: 31.25vw;
                    background-color: #161719;
                    border-radius: .7813vw;

                    .top {
                        display: flex;
                        flex-direction: column;
                        gap: .4688vw;
                        padding: 3.5156vw 0 1.7969vw 0;

                        p {
                            text-align: center;
                            color: #FFFFFF;
                        }

                        .tit {
                            font-size: 1.5625vw;
                            font-weight: 700;
                        }

                        .subtit {
                            font-size: .9766vw;
                            font-weight: 400;
                        }
                    }

                    img {
                        width: 25.2734vw;
                        display: block;
                        margin: 0 auto;
                    }

                    .bottom {
                        padding: 1.1719vw 0 1.5234vw 0;
                        display: flex;
                        flex-direction: row;
                        gap: 1.4063vw;
                        justify-content: center;

                        .left,
                        .right {
                            display: flex;
                            flex-direction: column;
                            gap: .4688vw;
                            ;

                            .case {
                                display: flex;
                                flex-direction: row;
                                gap: .625vw;

                                img {
                                    width: .8984vw;
                                    margin: auto 0;
                                }

                                .subtit {
                                    font-size: .9766vw;
                                    font-weight: 400;
                                    color: #FFFFFF;
                                    line-height: 100%;
                                }
                            }
                        }
                    }
                }

            }
        }

        .screen9 {
            .tit {
                font-size: 4.2969vw;
                font-weight: 700;
                color: #FFFFFF;
                text-align: center;
                padding-bottom: 6.7969vw;
            }

            img {
                width: 89.6094vw;
                display: block;
                margin: 0 auto;
            }

            .top {
                position: absolute;
                top: 12.4219vw;
                left: 0;
                right: 0;
                display: flex;
                flex-direction: row;
                gap: 11.3281vw;
                justify-content: center;
            }

            .list {
                display: flex;
                flex-direction: row;
                gap: 5.2734vw;
                justify-content: center;
                position: absolute;
                left: 0;
                right: 0;
                top: 60.3125vw;

                .box {
                    display: flex;
                    flex-direction: row;
                    gap: 1.4063vw;
                    align-items: center;

                    img {
                        width: 2.7734vw;
                    }

                    p {
                        font-size: 1.5625vw;
                        font-weight: 400;
                        color: #FFFFFF;
                    }
                }
            }
        }

        .screen10 {
            display: flex;
            flex-direction: row;
            gap: 1.1719vw;
            justify-content: center;

            .box {
                display: flex;
                flex-direction: column;
                gap: 3.125vw;

                .top {
                    width: 29.6094vw;
                    height: 19.2969vw;
                    background-color: #1A1A1A;
                    border-radius: .7813vw;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        width: 24.1016vw;
                    }
                }

                .bottom {
                    display: flex;
                    flex-direction: column;
                    gap: 1.25vw;
                    padding-left: 1.9531vw;

                    .title {
                        font-size: 1.9531vw;
                    }

                    .subtitle {
                        font-size: .9766vw;
                    }
                }
            }
        }

        .screen11 {
            padding: 14.7656vw 0 10.7813vw 0;

            .top {
                display: flex;
                flex-direction: column;
                gap: 1.9531vw;
                position: absolute;
                left: 9.6094vw;
                top: 19.4531vw;
            }

            .bottom {
                display: flex;
                flex-direction: column;
                gap: 1.1719vw;
                position: absolute;
                top: 41.7188vw;
                left: 9.6094vw;

                .blue {
                    font-size: 7.8125vw;
                    font-weight: 600;
                }
            }

            .text {
                text-align: right;
                position: absolute;
                top: 65.4688vw;
                right: 9.375vw;
            }
        }

        .screen12 {
            display: flex;
            flex-direction: row;

            .left {
                display: flex;
                flex-direction: column;
                gap: 4.6875vw;
                padding: 4.5313vw 0 0 9.6094vw;

                .box {
                    display: flex;
                    flex-direction: column;
                    gap: 1.5625vw;
                }
            }

            img {
                width: 63.6719vw;
            }
        }

        .screen13 {
            padding-top: 3.125vw;

            p {
                text-align: right;
            }

            .top {
                position: absolute;
                right: 12.3047vw;
                top: 6.25vw;
                display: flex;
                flex-direction: column;
                gap: 1.5625vw;
            }

            .list {
                display: flex;
                flex-direction: column;
                gap: .9766vw;
                position: absolute;
                right: 12.3047vw;
                top: 19.5313vw;
            }
        }
    }
}

@media screen and (max-width: 1080px) {
    #s16 {
        .pc {
            display: none !important;
        }

        .title {
            font-size: 5.5556vw;
            font-weight: 700;
            color: #FFFFFF;
        }

        .subtitle {
            font-size: 2.5926vw;
            font-weight: 400;
            color: #FFFFFF;
        }

        .text {
            font-size: 1.2963vw;
            font-weight: 400;
            color: #FFFFFF;
            text-align: right;
        }

        .screen1 {
            .tit {
                position: absolute;
                width: 85.1852vw;
                left: 0;
                right: 0;
                top: 16.6667vw;
                margin: auto;
            }
        }

        .screen2 {
            padding: 14.8148vw 0 29.6296vw 0;
            display: flex;
            flex-direction: column;
            gap: 1.8519vw;
            align-items: center;

            p {
                color: #FFFFFF;
            }

            .tit {
                font-size: 2.7778vw;
                font-weight: 600;
            }

            .txt {
                font-size: 1.6667vw;
                font-weight: 400;
            }

            .blue {
                font-size: 2.7778vw;
                font-weight: 600;
            }

            .top {
                display: flex;
                flex-direction: row;
                gap: 1.8519vw;

                .left {
                    display: flex;
                    flex-direction: column;
                    gap: 1.8519vw;

                    .box {
                        width: 43.5185vw;
                        position: relative;
                        border: .0926vw solid #333333;
                        border-radius: 1.8519vw;
                    }

                    .box1 {
                        .tit {
                            position: absolute;
                            top: 2.2222vw;
                            left: 1.8519vw;
                        }

                        .list {
                            display: flex;
                            flex-direction: column;
                            gap: 3.7037vw;
                            position: absolute;
                            left: 1.8519vw;
                            top: 10.9259vw;


                        }
                    }

                    .box2 {
                        .tit {
                            position: absolute;
                            top: 2.2222vw;
                            left: 1.8519vw;
                        }

                        .list {
                            position: absolute;
                            top: 11.4815vw;
                            left: 1.8519vw;
                            display: flex;
                            flex-direction: row;
                            gap: 4.2593vw;
                        }
                    }

                    .box3 {
                        .tit {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 2.2222vw;
                            text-align: center;
                        }

                        .list {
                            position: absolute;
                            top: 11.3889vw;
                            left: 1.4815vw;
                            display: flex;
                            flex-direction: row;

                            p {
                                text-align: center;
                                line-height: 100%;
                            }
                        }

                        .l1 {
                            display: flex;
                            flex-direction: column;
                            gap: 1.0185vw;

                            img {
                                width: 4.8148vw;
                                margin: auto;
                            }
                        }

                        .l2 {
                            display: flex;
                            flex-direction: column;
                            gap: 1.0185vw;
                            padding: 0 8.4259vw 0 5.0926vw;

                            img {
                                width: 7.963vw;
                                margin: auto;
                            }
                        }

                        .l3 {
                            display: flex;
                            flex-direction: column;
                            gap: 1.6667vw;

                            img {
                                width: 6.9444vw;
                                margin: auto;
                            }
                        }
                    }

                    .box4 {
                        height: 25.9259vw;

                        .tit {
                            text-align: center;
                            margin-top: 2.2222vw;
                        }

                        img {
                            width: 24.8889vw;
                            display: block;
                            margin: auto;
                            margin-top: 4.8148vw;
                        }

                        .bat {
                            position: absolute;
                            font-size: 7.4074vw;
                            font-weight: 600;
                            top: 11.8519vw;
                            left: 11.7593vw;
                        }
                    }
                }

                .right {
                    display: flex;
                    flex-direction: column;
                    gap: 1.8519vw;

                    .box {
                        width: 43.5185vw;
                        border-radius: 1.8519vw;
                        border: .0926vw solid #333333;
                        position: relative;
                    }

                    .box1 {
                        .tit {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 2.2222vw;
                            text-align: center;
                        }

                        .list {
                            position: absolute;
                            top: 22.963vw;
                            left: 0;
                            right: 0;
                            display: flex;
                            flex-direction: row;
                            justify-content: center;

                            .blue {
                                font-size: 2.037vw;
                                font-weight: 600;
                            }

                            .txt {
                                font-size: 1.2963vw;
                                font-weight: 400;
                                line-height: 150%;
                            }

                            .small {
                                font-size: 1.2963vw !important;
                                font-weight: 400;
                            }

                            .l2 {
                                padding: 0 3.0556vw 0 3.0556vw;
                                position: relative;
                            }

                            .l2::before {
                                content: '';
                                width: .0926vw;
                                position: absolute;
                                height: 2.5926vw;
                                top: .9259vw;
                                right: 1.4815vw;
                                background-color: #FFFFFF;
                            }

                            .l2::after {
                                content: '';
                                width: .0926vw;
                                height: 2.5926vw;
                                top: .9259vw;
                                left: 1.4815vw;
                                background-color: #FFFFFF;
                                position: absolute;
                            }

                            .l3 {
                                padding-right: 2.8704vw;
                                position: relative;
                            }

                            .l3::before {
                                content: '';
                                width: .0926vw;
                                position: absolute;
                                height: 2.5926vw;
                                top: .9259vw;
                                right: 1.4815vw;
                                background-color: #FFFFFF;
                            }
                        }
                    }

                    .box2 {
                        .top {
                            position: absolute;
                            top: 2.2222vw;
                            left: 2.7778vw;
                            display: flex;
                            flex-direction: column;
                            gap: 1.1111vw;
                        }

                        .bottom {
                            position: absolute;
                            top: 21.2963vw;
                            left: 2.7778vw;
                            display: flex;
                            flex-direction: column;
                            gap: 2.2222vw;
                        }

                        .text {
                            position: absolute;
                            text-align: right;
                            right: 1.1111vw;
                            top: 39.4444vw;
                        }
                    }

                    .box3 {
                        .top {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 2.2222vw;
                            display: flex;
                            flex-direction: column;
                            gap: .7407vw;

                            p {
                                text-align: center;
                            }
                        }
                    }

                    .box4 {
                        .tit {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 2.2222vw;
                            text-align: center;
                        }
                    }
                }
            }

            .bottom {
                display: flex;
                flex-direction: row;
                gap: 1.8519vw;

                .box {
                    width: 28.3333vw;
                    position: relative;
                    border: .0926vw solid #333333;
                    border-radius: 1.8519vw;

                    .tit {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 1.8519vw;
                        text-align: center;
                        line-height: 100%;
                    }
                }

                .box2 {
                    width: 28.5185vw;
                }
            }
        }

        .screen3 {
            .top {
                display: flex;
                flex-direction: column;
                gap: 3.7037vw;
                padding: 0 0 3.7037vw 5.5556vw;
            }

            .list1 {
                position: absolute;
                left: 5.5556vw;
                top: 37.5926vw;
                display: flex;
                flex-direction: row;
                gap: 31.5741vw;

                .blue {
                    font-size: 5.5556vw;
                    font-weight: 600;
                }
            }

            .list2 {
                position: absolute;
                left: 0;
                right: 0;
                top: 112.6852vw;
                display: flex;
                flex-direction: row;
                gap: 1.8519vw;
                justify-content: center;

                img {
                    width: 43.5185vw;
                }
            }

            .text {
                padding: 13.537vw 5.5556vw 0 0;
            }
        }

        .screen4 {
            padding: 29.6296vw 0 29.6296vw 0;

            .top {
                display: flex;
                flex-direction: column;
                gap: 3.7037vw;
                padding: 0 0 11.1111vw 5.5556vw;
            }

            img {
                width: 88.8889vw;
                display: block;
                margin: 0 auto;
            }

            .list2 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                padding: 5.5556vw 0 5.5556vw 0;

                .blue {
                    font-size: 4.6296vw;
                    font-weight: 600;
                }

                p {
                    text-align: center;
                }

                .l2 {
                    padding: 0 12.5926vw 0 13.9815vw;
                }
            }

            .text {
                padding: 0 5.5556vw 0 0;
            }
        }

        .screen5 {
            .top {
                display: flex;
                flex-direction: column;
                gap: 3.7037vw;
                padding: 0 0 7.4074vw 5.5556vw;
            }
        }

        .screen6 {
            padding: 29.6296vw 0 29.6296vw;

            .top {
                display: flex;
                flex-direction: column;
                gap: 3.7037vw;
                padding: 0 0 7.4074vw 5.5556vw;
            }

            .text {
                position: absolute;
                top: 144.1667vw;
                right: 5.5556vw;
            }
        }

        .screen7 {
            .top {
                display: flex;
                flex-direction: column;
                gap: 3.7037vw;
                padding: 0 0 11.1111vw 5.5556vw;
            }

            .list {
                display: flex;
                flex-direction: column;
                gap: 7.4074vw;
                position: absolute;
                left: 5.5556vw;
                top: 103.7037vw;

                .left,
                .right {
                    display: flex;
                    flex-direction: row;
                    gap: 19.3519vw;

                    .box {
                        display: flex;
                        flex-direction: row;
                        gap: 3.7037vw;

                        img {
                            width: 6.5741vw;
                            display: block;
                            margin: auto;
                        }

                        .title {
                            font-size: 4.8148vw;
                            font-weight: 600;
                        }

                        .subtit {
                            font-size: 2.2222vw;
                            font-weight: 400;
                        }
                    }
                }

                .right {
                    gap: 23.9815vw;
                }
            }

            .text {
                padding: 5.5556vw 5.5556vw 0 0;
            }
        }

        .screen8 {
            padding: 29.6296vw 0 29.6296vw 0;

            .title {
                padding: 0 0 11.1111vw 5.5556vw;
            }

            .list {
                display: flex;
                flex-direction: column;
                gap: 7.4074vw;
                align-items: center;

                .box {
                    width: 88.8889vw;
                    height: 74.0741vw;
                    background-color: #161719;
                    border-radius: 1.8519vw;

                    .top {
                        display: flex;
                        flex-direction: column;
                        gap: 1.1111vw;
                        padding: 5.5556vw 0 5.5556vw 0;
                        p{
                            text-align: center;
                            color: #FFFFFF;
                        }
                        .tit {
                            font-size: 3.7037vw;
                            font-weight: 700;
                        }
                        .subtitle{
                            font-size: 2.3148vw;
                            font-weight: 400;
                        }
                    }
                    img{
                        width: 63.3806vw;
                        display: block;
                        margin: 0 auto;
                    }
                    .bottom{
                        display: flex;
                        flex-direction: row;
                        gap: 11.4815vw;
                        padding: 1.5741vw 0 0 5.5556vw;
                        .left,.right{
                            display: flex;
                            flex-direction: column;
                            gap: .9259vw;
                            .case{
                                display: flex;
                                flex-direction: row;
                                gap: 1.4815vw;
                                img{
                                    width: 2.1296vw;
                                    margin: 0;
                                }
                                .subtit{
                                    font-size: 2.4074vw;
                                    font-weight: 400;
                                    line-height: 100%;
                                    color: #FFFFFF;
                                }
                            }
                        }
                    }
                }
                .box2{
                    .bottom{
                        gap: 27.3148vw;
                    }
                }
                .box3{
                    .bottom{
                        gap: 17.963vw;
                    }
                }
            }
        }
        .screen9{
            .tit{
                font-size: 7.4074vw;
                font-weight: 700;
                padding:  0 0 11.1111vw 5.5556vw;
                color: #FFFFFF;
            }
            .top{
                display: flex;
                flex-direction: column;
                gap: 3.7037vw;
                padding: 0 0 11.1111vw 5.5556vw;
            }
            .list{
                display: flex;
                flex-direction: row;
                justify-content: center;
                .box{
                    display: flex;
                    flex-direction: column;
                    gap: 2.963vw;
                    img{
                        width: 6.5741vw;
                        display: block;
                        margin: auto;
                    }
                    p{
                        text-align: center;
                        font-size: 3.7037vw;
                        font-weight: 400;
                        color: #FFFFFF;
                        line-height: 100%;
                    }
                }
                .box2{
                    padding: 0 10.0926vw 0 11.4815vw;
                }
            }
        }
        .screen10{
            padding: 16.6667vw 0 29.6296vw 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5.5556vw;
            .box{
                width: 88.8889vw;
                height: 32.2222vw;
                border-radius: 1.8519vw;
                background-color: #1A1A1A;
                display: flex;
                flex-direction: row;
                gap: 3.7343vw;
            }
            .top{
                display: flex;
                align-items: center;
                padding-left: 3.7037vw;
                img{
                    width: 37.0065vw;
                }
            }
            .bottom{
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 2.2222vw;
                .title{
                    font-size: 3.7037vw;
                    font-weight: 700;
                }
                .subtitle{
                    font-size: 2.037vw;
                    font-weight: 400;
                }
            }
        }
        .screen11{
            .top{
                display: flex;
                flex-direction: column;
                gap: 3.7037vw;
                padding: 0 0 11.1111vw 5.5556vw;
            }
            .bottom{
                position: absolute;
                top: 122.037vw;
                left: 5.5556vw;
                display: flex;
                flex-direction: column;
                gap: 1.8519vw;
                .blue{
                    font-size: 18.5185vw;
                    font-weight: 600;
                }
            }
            .text{
                padding: 5.5556vw 5.5556vw 0 0;
            }
        }
        .screen12{
            padding: 29.6296vw 0 29.6296vw 0;
            p{
                line-height: 110%;
            }
            .left{
                display: flex;
                flex-direction: row;
                gap: 11.8519vw;
                padding: 0 0 11.1111vw 5.5556vw;
                .box{
                    display: flex;
                    flex-direction: column;
                    gap: 3.7037vw;
                }
            }
        }
        .screen13{
            .top{
                display: flex;
                flex-direction: column;
                gap: 3.7037vw;
                padding: 0 0 11.1111vw 5.5556vw;
            }
            .list{
                padding: 5.5556vw 0 16.6667vw 5.5556vw;
                display: flex;
                flex-direction: row;
                gap: 10.8333vw;
                .left,.right{
                    display: flex;
                    flex-direction: column;
                    gap: .9259vw;
                }
            }
        }
    }
}