*,
body {
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0px;
    margin: 0px;
    width: 100%;
    line-height: 1.7;
    letter-spacing: 1.5;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-family: Roboto !important;
}

body {
    background-image: url(../assets/images/SC88/bg.png);
    background-position: center center;
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    /*    overflow: hidden;*/
}

.logo-header,
.logo-header-mobile {
    max-width: 930px;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.logo-header,
.logo-header-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-header img,
.logo-header-mobile img {
    width: 20%;
    height: auto;
}

.logo-header img:nth-child(2),
.logo-header-mobile img:nth-child(2) {
    width: 35%;
}

.logo-header h1 {
    color: #F17020;
    font-size: 50px;
    font-weight: 900;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.footer-mobile {
    display: none;
}

.link-download-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.link-download-box .link-download-box-dongho,
.link-download-box>a {
    width: 60%;
}

.link-download-box a img {
    width: 100%;
}

.link-download {
    display: flex;
    max-width: 48%;
    align-items: flex-end;
}


.logo-header-mobile {
    max-width: 480px;
    display: none;
}

.link-download-mobile {
    display: none;
}

.speed-test {
    display: flex;
    justify-content: center;
}

.speed-test a {
    width: 14%;
}

footer {
    max-width: 50%;
}

.link-download-box>a,
.speed-test a {
    transition: 0.3s;
}

.link-download-box>a:hover,
.speed-test a:hover {
    transform: translateY(-5px);
}

.link-download-box-dongho img:last-child {
    position: absolute;
    top: -9.5%;
    left: -10%;
    width: 120%;
    animation: speedRoal 4s ease;
}

@keyframes speedRoal {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.link-download-box-dongho .number-load {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translateX(50%) translateY(50%);
    color: #F27121;
    line-height: 23.787px;
    /* 112.5% */
    font-size: 21.144px;
    text-align: center;
    margin-bottom: 2px;
}

@media(max-width:1024px) {
    .link-download {
        display: flex;
        max-width: 80%;
        gap: 35px;
        align-items: flex-end;
    }

    .logo-header img:nth-child(2),
    .logo-header-mobile img:nth-child(2) {
        width: 38%;
    }

    .main {
        gap: 10px;
    }

    body {
        height: 70vh;
    }

    .speed-test a {
        width: 25%;
    }

    footer {
        max-width: 90%;
    }
}

/* @media(max-width:768px) {
    .logo-header {
        max-width: 450px;
    }

    .logo-header img:nth-child(2) {
        width: 450px;
    }

    .link-download {
        max-width: 725px;
        gap: 20px;
    }
} */

@media(max-width:1023px) {
    .logo-header-mobile {
        display: flex;
        margin-bottom: 0;
        margin-top: 15px;

    }

    .link-download-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-top: 15px;
    }

    footer {
        max-width: 60%;
    }

    .link-download-box .link-download-box-dongho,
    .link-download-box>a {
        width: 90%;
    }

    .logo-header img:nth-child(2),
    .logo-header-mobile img:nth-child(2) {
        width: 80%;
        margin-bottom: 0px;
    }

    .logo-header img,
    .logo-header-mobile img {
        width: 42%;
        margin-bottom: 15px;
    }

    .speed-test a {
        width: 30%;
    }

    .link-center {
        width: 60%;
    }

    body {
        background-image: url(../assets/images/SC88/bg-mobile.png);
        background-position: top;
        background-size: cover;
        height: auto;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-attachment: scroll;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .logo-header,
    .link-download,
    .footer {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .main {
        gap: 10px;
    }

    .link-download-box {
        width: 18%;
        gap: 10px;
    }
}

@media(max-width:480px) {
    .logo-header-mobile {
        display: flex;
        margin-bottom: 0;
        margin-top: 15px;

    }

    .link-download-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .logo-header img:nth-child(2),
    .logo-header-mobile img:nth-child(2) {
        width: 80%;
        margin-bottom: 0px;
    }

    .link-download-box {
        width: 30%;
    }

    .logo-header img,
    .logo-header-mobile img {
        width: 40%;
        margin-bottom: 15px;
    }

    .speed-test a {
        width: 45%;
    }

    footer {
        max-width: 98%;
    }

    .link-center {
        width: 100%;
    }

    body {
        background-image: url(../assets/images/SC88/bg-mobile.png);
        background-position: top;
        background-size: cover;
        height: auto;
        min-height: 90vh;
        background-repeat: no-repeat;
        background-attachment: scroll;
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
    }

    .logo-header,
    .link-download {
        display: none;
    }

    .main {
        gap: 10px;
    }

}

@media(max-width:375px) {
    .logo-header-mobile {
        display: flex;
        margin-bottom: 0;
        margin-top: 15px;

    }

    .link-download-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .logo-header img:nth-child(2),
    .logo-header-mobile img:nth-child(2) {
        width: 65%;
        margin-bottom: 0px;
    }

    .logo-header img,
    .logo-header-mobile img {
        width: 35%;
        margin-bottom: 15px;
    }

    .link-download-box {
        width: 22%;
    }

    .speed-test a {
        width: 38%;
    }

    footer {
        max-width: 75%;
    }

    .link-center {
        width: 75%;
    }

    body {
        background-image: url(../assets/images/SC88/bg-mobile.png);
        background-position: top;
        background-size: cover;
        height: auto;
        min-height: 95vh;
        background-repeat: no-repeat;
        background-attachment: scroll;
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
    }

    .logo-header,
    .link-download {
        display: none;
    }

    .main {
        gap: 10px;
    }
}