@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
button,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
}

body,
table,
input,
textarea,
select,
option,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

body {
    line-height: 1.5;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    text-align: left;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.main-bg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    background: #0e2121;
    display: flex;
    align-items: center;
}
.main-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(8, 22, 23, 1) 0%, rgba(8, 22, 23, 0) 100%);
    height: 100px;
    z-index: 2;
    pointer-events: none;
}

.bg-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.main-bg .checking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #e9fff8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-bg .checking .checking-content {
    width: 200px;
    height: 200px;
    border: 4px solid #ccc;
    border-radius: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.main-bg .checking .checking-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -4px;
    left: -4px;
    border-radius: 200px;
    border-top: 4px solid #135151;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #135151;
    animation: loader 1.5s linear infinite;
}

.main-bg .checking .checking-content .logo {
    width: 70%;
    padding: 12px;
    background: #135151;
    border-radius: 8px;
}

.main-bg .checking .checking-content .logo img {
    width: 100%;
}

.main-bg .checking .checking-content p {
    font-size: 14px;
    color: #181818;
}

/* @media screen and (max-width: 768px) {
    .main-bg {
        height: 100%;
    }
} */

@media screen and (max-width: 520px) {
    main .header-logo {
        padding: 2rem 0 1rem;
    }
}

main .header-logo {
    text-align: center;
}

main .header-logo img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

main .header-title {
    font-size: 18px;
    margin-top: 16px;
    color: #fff;
}

main .header-title span {
    color: #00ffae;
}

main .space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

main .main-cnt {
    padding-top: 1%;
    position: relative;
    z-index: 2;
    text-align: center;
}

main h1 {
    font-size: 3rem;
    color: #fff;
    padding: 30px 0 50px 0;
    text-align: center;
}

main #list-domain {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 24px;
    background: rgba(8, 22, 33, 0.67);
    margin: 20px auto;
    justify-content: center;
}

.speedtest-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 10%;
}

main .sp-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

main .sp-area .sp-item {
    width: 50px;
    cursor: pointer;
    margin: 0.5rem 1rem;
    padding: 10px 15px;
    border-radius: 4px;
}
main .sp-area .sp-item:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

main .sp-area .sp-item span,
main .sp-area .sp-item img {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
}

main .sp-area .sp-item span {
    margin-top: 0.2rem;
}

main .dl-app {
    text-align: center;
    color: #fff;
    margin: 1rem 0 0rem;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    padding-bottom: 10px;
}

main .mobile-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.15s all ease-in-out;
}

main .mobile-area .mobile-item {
    width: 150px;
    cursor: pointer;
    margin: 0.5rem 1rem;
    font-weight: 800;
    text-transform: uppercase;
}

main .mobile-area .mobile-item:hover {
    transition: 0.15s all ease-in-out;
    transform: scale(1.05);
}

main .mobile-area .mobile-item span,
main .mobile-area .mobile-item img {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    border-radius: 5px;
}

main .mobile-area .mobile-item span {
    margin-top: 0.2rem;
}

main .domain-item {
    flex: 0 0 calc(50% - 16px);
    max-width: 370px;
    display: flex;
    align-items: center;
    background: url(../images/bg-link.png) no-repeat;
    background-size: 100% 100%;

    padding: 9px 12px;
    padding-right: 28px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
}

main .domain-item .icon-lock {
    position: absolute;
    left: 0;
    top: -8px;
}

main .domain-item:last-child {
    margin-bottom: 0;
}

/* main .domain-item:hover {
    background: rgba(0, 0, 0, 0.17);
} */

main .domain-item:hover .domain-idx {
    background: rgba(28, 32, 38, 0.302);
}

main .domain-item span {
    line-height: 1;
    font-size: 20px;
}

main .domain-item .domain-idx {
    width: 75px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1c2026;
    transform: skew(0);
}

main .domain-item .domain-idx span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
    margin: auto;
}

main .domain-item .domain-status {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 64px;
    gap: 8px;
}

main .domain-item .domain-info {
    color: #fff;
    display: flex;
    align-items: center;
}

main .domain-item .domain-info .speed-num .num-speed {
    display: inline-flex;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}

main .domain-item .domain-info .speed-num {
    position: relative;
    padding-left: 30px;
}

.speed-main {
    color: #ffffff;
    display: block;
}

main .domain-item .domain-info > span {
    display: block;
    text-align: left;
    line-height: 1.4rem;
}

main .domain-item .domain-info > span:nth-child(1) {
    font-size: 0.9rem;
}

main .domain-item .domain-info > span:nth-child(2) {
    font-size: 1.5rem;
}

main .domain-item .domain-info > span:nth-child(3) {
    font-size: 0.8rem;
    display: flex;
    margin-top: 4px;
}

.sp-area {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 10px auto;
    padding: 0;
    gap: 24px;
}

.sp-area a {
    display: flex;
    align-items: center;

    text-decoration: none;
    padding: 8px 12px;
    font-weight: bold;
    background: #1a202c;
    color: #fff;
    border: 1px solid #2dffe3;
}

.sp-area .sp-contact {
    flex: 0 0 170px;
    width: 170px;
    cursor: pointer;
}

.sp-area a p {
    display: flex;
    flex-direction: column;
}

.sp-area a p span:first-child {
    font-size: 16px;
    font-weight: 500;
}

.sp-area a p span:first-child {
    font-size: 14px;
    color: #8b95b3;
    font-weight: 400;
}

.sp-area img {
    width: 35px;
    margin-right: 10px;
}

.sp-area .sp-contact:hover {
    transition: 0.1s all ease-in;
    opacity: 0.8;
    transform: scale(1.05);
}

.status {
    position: absolute;
    left: 5px;
    top: 52%;
}

.status:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/speed-good.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -13px;
    left: -10px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 1.35rem;
    line-height: 2.2;
}

.status.good:before {
    background: url(../images/speed-good.svg) center center no-repeat;
    background-size: contain;
}

.status.moderate:before {
    background: url(../images/speed-normal.svg) center center no-repeat;
    background-size: contain;
}

.status.poor:before {
    background: url(../images/speed-bad.svg) center center no-repeat;
    background-size: contain;
}

.status.error:before {
    background: url(../images/speed-error.svg) center center no-repeat;
    background-size: contain;
}

main .domain-item .domain-link {
    height: 100%;
    width: 120px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10%;
        width: 100%;
        height: 80%;
        background: linear-gradient(182deg, rgba(1, 180, 186, 1) 0%, rgba(3, 120, 125, 1) 60%);
        transform: skew(330deg);
    }
}

main .domain-item .domain-link span {
    position: relative;
    z-index: 2;
    font-size: 18px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

main .domain-item .domain-link:hover {
    transform: scale(1.05);
}

.speed-4 {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2) !important;
    pointer-events: none;
}

.title {
    color: #ffe000;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .speedtest-wrap {
        justify-content: center;
    }
    .speedtest-wrap .wifi-icon {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .speedtest-wrap {
        padding: 0 16px;
    }
    .speedtest-wrap .right-content {
        flex: 0 0 100%;
    }
    main #list-domain {
        width: unset;
        min-width: unset;
    }
    main .domain-item {
        flex: 1;
        max-width: 400px;
    }
    main .domain-item .domain-link {
        font-size: 14px;
    }
    main .domain-item .domain-idx {
        width: 60px;
    }
    main .header-logo img {
        width: 180px;
    }
    main h1 {
        font-size: 2rem;
        padding: 20px 0 30px 0;
    }
}

@media screen and (max-width: 520px) {
    .main-bg {
        height: unset;
        min-height: 100vh;
    }
    main .sp-area {
        margin: 0;
    }
    main .sp-area .sp-contact {
        margin-bottom: 10px;
        flex: 0 0 calc(50% - 12px);
        width: unset;
    }
    main .domain-item {
        margin-bottom: 12px;
    }
    main .domain-item .domain-info {
        margin-left: 0 !important;
    }

    main .domain-item span {
        font-size: 16px;
    }

    main #list-domain {
        padding: 8px;
        margin: 12px auto;
        gap: 18px;
    }
    main .domain-item .domain-link span {
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    main .sp-area {
        flex-direction: column;
        gap: 8px;
        padding-bottom: 16px;
    }
    main .sp-area .sp-contact {
        width: 170px;
    }
    main .sp-area a {
        padding: 4px 12px;
    }
    main .domain-item .domain-link {
        width: 100px;
    }
    main .domain-item .domain-link span {
        font-size: 14px;
    }
    main .domain-item .icon-lock {
        width: 60px;
        top: 0;
    }
}

#particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
#particles canvas {
    display: block;
}

@keyframes loader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
