﻿body {
    background-color: #131217;
    margin: 0;
    font-family: roboto, Arial;
    position: sticky;
    display: flex;
    flex-direction: column;
}

    body .sidebar {
        position: fixed;
        display: flex;
        left: 0;
        top: 0;
        padding-top: 80px;
        z-index: 1;
        width: 192px;
        height: 100%;
        text-align: center;
        justify-content: center;
        background: #000000;
        box-sizing: border-box;
        opacity: 0;
        transform: translate(-100%);
        transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
        transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    }

        body .sidebar .aside-slider {
            margin-top: 100px;
            margin-bottom: 150px;
            overflow: auto;
        }

        body .sidebar .button {
            width: 30px;
            height: 30px;
            background: url("../img/products/updown-button.png") no-repeat;
            position: absolute;
            cursor: pointer;
            border: none;
        }

            body .sidebar .button:focus {
                outline: none;
            }

        body .sidebar .button-next {
            background-position: -30px 0;
            bottom: 50px;
        }

            body .sidebar .button-next:hover {
                background-position: -30px -30px;
            }

        body .sidebar .button-prev {
            background-position: 0 0;
            top: 110px;
        }

            body .sidebar .button-prev:hover {
                background-position: 0 -30px;
            }

        body .sidebar .nav {
            align-self: center;
        }

            body .sidebar .nav .nav-item {
                cursor: pointer;
                height: 100% !important;
                max-height: 140px;
            }

                body .sidebar .nav .nav-item:not(:last-child) {
                    margin-bottom: 20px;
                }

                body .sidebar .nav .nav-item img {
                    height: 140px;
                    width: 140px;
                    max-height: 60vw;
                    max-width: 60vw;
                    transition: border .3s;
                    will-change: border;
                }

        body .sidebar.sidebar-anim {
            opacity: 1;
            transform: translate(0);
        }

            body .sidebar.sidebar-anim .nav .nav-item img {
                opacity: 0.6;
                border-radius: 18px;
            }

            body .sidebar.sidebar-anim .nav .nav-item.active img,
            body .sidebar.sidebar-anim .nav .nav-item:hover img {
                opacity: 1;
                border: 4px solid #ffa800;
                border-radius: 18px;
            }

    body .body {
        display: flex;
        position: fixed;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background: url("../img/products/dot.png") center repeat;
    }

        body .body .swiper-container {
            width: 100%;
            height: 100%;
        }

            body .body .swiper-container .swiper-wrapper .swiper-slide .section {
                width: 100%;
                height: 100%;
            }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section .container {
                    position: absolute;
                    width: 100%;
                    height: 720px;
                    margin: auto;
                    bottom: 0;
                    top: 0;
                    left: 0;
                    right: 0;
                }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .background,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .character,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .logo {
                        position: absolute;
                        object-fit: cover;
                    }

                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .background.motion,
                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard.motion,
                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .character.motion,
                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .logo.motion {
                            transition: opacity 0.75s ease-out, transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
                        }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .character,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .logo {
                        opacity: 0;
                        transform-origin: center bottom;
                    }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .background {
                        bottom: 0;
                    }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard {
                        width: 1152px;
                        height: 480px;
                        background-color: rgba(0, 0, 0, 0.8);
                        bottom: 40px;
                        transform: translateY(20%);
                    }

                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-video {
                            position: absolute;
                            display: flex;
                            justify-content: center;
                            width: 220px;
                            height: 124px;
                            top: -20px;
                            background-color: #ffa800;
                        }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-video .video {
                                position: absolute;
                                display: flex;
                                align-self: center;
                                margin: auto;
                                width: 210px;
                                height: 114px;
                                border: 1px solid #ffffff;
                            }

                                body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-video .video .bg-video {
                                    object-fit: cover;
                                    width: 100%;
                                    height: 100%;
                                    opacity: 0;
                                }

                                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-video .video .bg-video.motion {
                                        transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
                                    }

                                body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-video .video .btn-play {
                                    position: absolute;
                                    background: url("../img/products/play-button.png") no-repeat center center;
                                    width: 100%;
                                    height: 100%;
                                    border: unset;
                                }

                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-desc {
                            position: absolute;
                            width: 375px;
                            bottom: 120px;
                            font-weight: normal;
                            padding-left: 20px;
                            padding-right: 20px;
                        }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-desc .title {
                                color: #ffffff;
                                font-size: 22px;
                                padding-bottom: 40px;
                            }

                                body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-desc .title .large-word {
                                    font-size: 36px;
                                }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-desc .description {
                                position: relative;
                                color: #b5b5b5;
                                font-size: 16px;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                -webkit-line-clamp: 6;
                                max-height: 132px;
                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                padding-left: 15px;
                            }

                                body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-desc .description .first-word-desc {
                                    position: absolute;
                                    width: 4px;
                                    height: 20px;
                                    left: 0px;
                                    border-left: solid 4px #ffa800;
                                }

                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link {
                            position: absolute;
                            bottom: 40px;
                            color: #ffa800;
                            border: solid 2px #ffa800;
                            padding: 5px 20px;
                            font-size: 18px;
                        }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link:hover {
                                color: #ffffff;
                                background-color: #ffa800;
                                text-decoration: none;
                            }


                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link-download-only-pc {
                            position: absolute;
                            bottom: 40px;
                            background: url("../img/products/nut-taigame.png") no-repeat center center;
                            width: 141px;
                            height: 40px;
                            background-position-y: 0;
                            border: solid 2px #ffa800;
                        }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link-download-only-pc:hover {
                                background-position-y: 95%;
                                background-color: #ffa800;
                            }

                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link-download {
                            position: absolute;
                            bottom: 40px;
                            background: url("../img/products/nut-taigame.png") no-repeat center center;
                            width: 141px;
                            height: 40px;
                            background-position-y: 0;
                            border: solid 2px #ffa800;
                        }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link-download:hover {
                                background-position-y: 95%;
                                background-color: #ffa800;
                            }

                        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .list-link-download-mobile {
                            position: absolute;
                            bottom: 41px;
                            width: 142px;
                            height: 41px;
                            display: flex;
                            justify-content: space-between;
                             
                        }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .list-link-download-mobile .link-android {
                                background: url("../img/products/icon-taigame.png") no-repeat center center;
                                width: 42px;
                                height: 43px;
                                background-position-x: 0;
                                background-position-y: 0;
                            }

                                body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .list-link-download-mobile .link-android:hover {
                                    background-position-y: 100%;
                                }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .list-link-download-mobile .link-ios {
                                background: url("../img/products/icon-taigame.png") no-repeat center center;
                                width: 42px;
                                height: 43px;
                                background-position-x: 50.1%;
                                background-position-y: 0;
                            }

                                body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .list-link-download-mobile .link-ios:hover {
                                    background-position-y: 100%;
                                }

                            body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .list-link-download-mobile .link-apk {
                                background: url("../img/products/icon-taigame.png") no-repeat center center;
                                width: 42px;
                                height: 43px;
                                background-position-x: 99%;
                                background-position-y: 0;
                            }

                                body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .list-link-download-mobile .link-apk:hover {
                                    background-position-y: 100%;
                                }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .character {
                        bottom: 0px;
                    }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .logo {
                        bottom: 580px;
                    }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .background {
                    right: 0;
                }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard {
                    left: 424px;
                }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .box-video {
                        right: -20px;
                    }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .box-desc,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .link {
                        right: 40px;
                    }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .link-download,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .link-download-only-pc,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .list-link-download-mobile {
                        right: 175px;
                    }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .character {
                    left: 252px;
                    transform: translateX(-20%);
                }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .logo {
                    right: 350px;
                    transform: translateX(20%);
                }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .background {
                    left: 0;
                }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard {
                    right: 424px;
                }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard .box-video {
                        left: -20px;
                    }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard .box-desc,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard .link {
                        left: 40px;
                    }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard .link {
                        left: 290px;
                    }

                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard .link-download,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard .link-download-only-pc,
                    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard .list-link-download-mobile {
                        left: 140px;
                    }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .character {
                    right: 252px;
                    transform: translateX(20%);
                }

                body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .logo {
                    left: 350px;
                    transform: translateX(-20%);
                }

            body .body .swiper-container .swiper-wrapper .swiper-slide.swiper-123dzo .section .container .blackboard {
                left: 384px;
            }

            body .body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active.animated .section .container .character,
            body .body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active.animated .section .container .logo {
                opacity: 1;
                transition-delay: 0.75s;
            }

            body .body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active.animated .section .container .blackboard {
                transform: translateY(0);
            }

                body .body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active.animated .section .container .blackboard .box-video .video .bg-video {
                    opacity: 1;
                    transition-delay: 0.5s;
                }

            body .body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active.animated .section .container .character,
            body .body .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active.animated .section .container .logo {
                transform: translateX(0);
            }

            body .body .swiper-container .swiper-wrapper .swiper-slide.swiper-footer {
                height: auto;
            }

    body .popup-videos {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        overflow: auto;
        top: 0;
        display: none;
    }

        body .popup-videos .display-popup-video {
            position: absolute;
            border-radius: 10px;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            box-shadow: 0 0 25px 5px #999999;
        }

            body .popup-videos .display-popup-video .close-popup-video a {
                width: 30px;
                height: 25px;
                position: absolute;
                right: 40px;
                top: 20px;
                z-index: 1;
                font-size: 40px;
                color: #ffa800;
                text-decoration: none;
            }

                body .popup-videos .display-popup-video .close-popup-video a:hover {
                    color: #ffa800;
                    text-decoration: none;
                }

            body .popup-videos .display-popup-video .video {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: none;
            }

                body .popup-videos .display-popup-video .video.active {
                    display: block;
                }

/*@media screen and (min-width: 1921px) {
    body .sidebar .aside-slider {
        margin-top: unset;
        margin-bottom: unset;
        margin: auto
    }
}*/
.popup-alert-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9995;
}

    .popup-alert-container .popup-alert {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: max-content;
        max-width: 100%;
        height: max-content;
        padding: 0.260416vw;
        background-color: transparent;
        z-index: 99;
    }

        .popup-alert-container .popup-alert .close-popup {
            position: absolute;
            top: 0;
            right: 0;
        }

            .popup-alert-container .popup-alert .close-popup span {
                position: relative;
                padding: 0 0.260416vw;
                min-width: 2.083333vw;
                height: 2.083333vw;
                color: #F43E1B;
                font-size: 22pt;
                font-weight: bold;
                vertical-align: text-top;
                text-decoration: unset;
                cursor: pointer;
            }

                .popup-alert-container .popup-alert .close-popup span:focus {
                    text-decoration: unset;
                }

                .popup-alert-container .popup-alert .close-popup span:hover {
                    color: #F43E1B;
                    text-decoration: unset;
                }

        .popup-alert-container .popup-alert .body-popup {
            width: 100%;
            height: 100%;
        }

            .popup-alert-container .popup-alert .body-popup img {
                width: auto;
                height: auto;
                object-fit: contain;
                max-width: 100%;
                max-height: 34.79166667vw;
            }

            .popup-alert-container .popup-alert.body-popup .title-alert {
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                font-family: 16pt;
                font-weight: 600;
                color: #fff;
                display: flex;
                -webkit-justify-content: space-between;
                justify-content: space-between;
                -ms-align-content: center;
                -webkit-align-content: center;
                align-content: center;
                -webkit-align-items: center;
                align-items: center;
                flex-wrap: wrap;
            }

                .popup-alert-container .popup-alert .body-popup .title-alert .checkBox {
                    position: relative;
                    display: flex;
                    -webkit-justify-content: center;
                    justify-content: center;
                    -ms-align-content: center;
                    -webkit-align-content: center;
                    align-content: center;
                    -webkit-align-items: center;
                    align-items: center;
                    font-size: small;
                }

                    .popup-alert-container .popup-alert .body-popup .title-alert .checkBox #isShowDay {
                        width: 20px;
                        height: 20px;
                        margin: 0 5px;
                    }

@media screen and (orientation: portrait) {
    body .popup-alert-container .popup-alert .body-popup img {
        max-height: fit-content;
    }
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
    body .sidebar {
        zoom: 0.9;
    }
}

@media screen and (max-width: 1366px) {
    body .sidebar {
        zoom: 0.8;
    }
}

@media screen and (max-width: 1024px) {
    body .header .nav-box {
        display: none;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section-left .container {
        left: 10%;
    }
}

@media screen and (max-width: 768px) {
    body .sidebar {
        zoom: 0.7;
        width: 100%;
        height: 180px;
        top: unset;
        bottom: 0;
        padding: 0;
    }

        body .sidebar .nav {
            display: flex;
            align-items: baseline;
            padding-bottom: 10px;
        }

            body .sidebar .nav .nav-item {
                cursor: pointer;
                height: 100% !important;
                max-height: 140px;
                margin-right: 20px;
            }

                body .sidebar .nav .nav-item:not(:last-child) {
                    margin-bottom: 0;
                }

        body .sidebar .aside-slider {
            margin: auto 80px;
            overflow-x: scroll;
        }

        body .sidebar .button-next {
            bottom: calc((100% - 30px)/2);
            right: 20px;
            transform: rotate(-90deg) translateY(-50%);
        }

        body .sidebar .button-prev {
            bottom: calc((100% - 30px)/2);
            left: 40px;
            transform: rotate(-90deg) translateY(-50%);
            top: unset;
        }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container {
        margin: auto auto;
        height: 80%;
    }

        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .background {
            height: 100%;
        }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .character {
        left: -200px;
        zoom: 0.55;
        bottom: 0;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .character {
        right: -200px;
        zoom: 0.55;
        bottom: 0;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section-left .container {
        left: 0;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .logo {
        top: 20px;
        right: 0;
        left: unset;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .logo {
        top: 20px;
        left: 0;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard {
        left: 0;
        right: unset;
        width: 100%;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard {
        left: 0;
        right: unset;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    body .sidebar {
        zoom: 0.6;
        width: 100%;
        height: 180px;
        top: unset;
        bottom: 0;
        padding: 0;
    }

        body .sidebar .nav {
            display: flex;
            align-items: baseline;
            padding-bottom: 10px;
        }

            body .sidebar .nav .nav-item {
                cursor: pointer;
                height: 100% !important;
                max-height: 140px;
                margin-right: 20px;
            }

                body .sidebar .nav .nav-item:not(:last-child) {
                    margin-bottom: 0;
                }

        body .sidebar .aside-slider {
            margin: auto 80px;
            overflow-x: scroll;
        }

        body .sidebar .button-next {
            bottom: calc((100% - 30px)/2);
            right: 20px;
            transform: rotate(-90deg) translateY(-50%);
        }

        body .sidebar .button-prev {
            bottom: calc((100% - 30px)/2);
            left: 40px;
            transform: rotate(-90deg) translateY(-50%);
            top: unset;
        }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container {
        height: 75%;
    }

        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .background {
            height: 100%;
        }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section-left .container {
        left: 0;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right, body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left {
        zoom: 0.7;
    }

        body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .logo {
            position: absolute;
            top: 0;
            right: 0;
        }

        body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .character {
            left: -200px;
            zoom: 0.5;
            top: 50px;
        }

        body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard, body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .blackboard {
            height: 430px;
            width: 100%;
            left: 0;
        }

            body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .box-video {
                right: -20px;
            }

        body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .character {
            right: -200px;
            zoom: 0.5;
            top: 50px;
        }

        body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .logo {
            position: absolute;
            top: 0;
            left: 0;
        }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-desc {
        right: unset !important;
        left: unset !important;
        text-align: justify;
        width: 100%;
    }

        body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .box-desc .title {
            padding-bottom: 20px;
            text-align: center;
        }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link-download {
        transform: translateX(-48%);
        height: 38px;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .link-download-only-pc {
        transform: translateX(-48%);
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container .blackboard .list-link-download-mobile {
        transform: translateX(-44%);
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .list-link-download-mobile {
        left: 50%;
        transform: translateX(-150%);
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .blackboard .link-download-only-pc {
        left: 50%;
        transform: translateX(-153%);
    }

    ::-webkit-scrollbar {
        width: 1px;
        height: 2px;
    }
}

@media screen and (max-width: 375px) {
    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-right .container .character {
        zoom: 0.4;
    }

    body .body .swiper-container .swiper-wrapper .swiper-slide .section.section-left .container .character {
        zoom: 0.4;
    }
}

@media screen and (max-width: 320px) {
    body .body .swiper-container .swiper-wrapper .swiper-slide .section .container {
        zoom: 0.9;
    }
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffa800;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #000;
    }
