@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;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    text-align: left;
    max-width: 1200px;
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }
}

.main-bg {
    width: 100%;
    /* height: 100vh; */
    min-height: 100vh;
    background: url('../images/bg-speed.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}
.main-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    z-index: 1;
}

.main-bg .checking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    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 #6f68f8;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #6f68f8;
    animation: loader 1.5s linear infinite;
}

.main-bg .checking .checking-content .logo {
    width: 70%;
    padding: 4px 12px;
    background: #2a2a57;
    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%;
    }
}

main header {
    width: 100%;
    z-index: 999;
    position: relative;
}

main header .header-logo {
    padding: 4rem 0 3rem;
    text-align: center;
}

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

main header .header-logo img {
    width: 25%;
    min-width: 150px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    main header .header-logo img {
        width: 40%;
    }
}

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;
}

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

@media screen and (max-width: 768px) {
    main h1 {
        font-size: 2rem;
        padding: 20px 0 30px 0;
    }
}

main #list-domain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 5px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    margin-bottom: 20px;
    justify-content: center;
    max-width: 800px;
    margin: 20px auto;
    width: 40%;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    min-width: 560px;
}

@media screen and (max-width: 768px) {
    main #list-domain {
        min-width: auto;
        width: 90%;
    }
}

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;
    min-width: 560px;
}

@media screen and (max-width: 768px) {
    main .sp-area {
        min-width: auto;
        width: 90%;
    }
}

@media screen and (max-width: 520px) {
    main .sp-area {
        flex-direction: column;
    }

    main .sp-area .sp-contact {
        margin-bottom: 10px;
        min-width: 260px;
    }
    main .domain-item .domain-info {
        margin-left: 0 !important;
    }
}

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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #787878;
    padding: 15px 0;
    cursor: pointer;
}

main .domain-item:last-child {
    border-bottom: 1px solid transparent;
}

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

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

@media screen and (max-width: 768px) {
    main .domain-item {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

main .domain-item span {
    line-height: 1;
}

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

@media screen and (max-width: 768px) {
    main .domain-item .domain-idx {
        width: 60px;
        /* height: 60px; */
    }
}

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-info {
    color: #fff;
    margin-left: 1rem;
    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;
    max-width: 800px;
    justify-content: center;
    list-style-type: none;
    margin: 10px auto;
    width: 40%;
    padding: 0;
}

.sp-area a {
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 3px;
    background: -webkit-linear-gradient(#fde699, #fdaf43);
    background: -moz-linear-gradient(#fde699, #fdaf43);
    background: linear-gradient(#fde699, #fdaf43);
    border-radius: 5px;
    color: #0b0b46;
    font-weight: bold;
    justify-content: center;
}

.sp-area .sp-contact {
    cursor: pointer;
    width: 48%;
    text-align: center;
    margin: 0 2%;
}

.sp-area .sp-contact:last-child a {
    background: -webkit-linear-gradient(#4897ff, #002ea3);
    background: -moz-linear-gradient(#4897ff, #002ea3);
    background: linear-gradient(#4897ff, #002ea3);
    color: #fff;
}

.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 {
    min-width: 38px;
    height: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #0ca841, #0b3d1c);
    color: #ffffff;
    border-radius: 7px;
    border: 1px solid #00ff56;
    text-decoration: none;
    padding: 3px 10px;
}

@media screen and (max-width: 768px) {
    main .domain-item .domain-link {
        font-size: 14px;
    }
}

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;
}

main .domain-item.speed-4 .domain-link {
    background: #787878;
    border: 1px solid #787878;
}

.title {
    color: #ffe000;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

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