@charset "UTF-8";
@font-face {
    font-family: SF Pro Display;
    src: url(./SFProDisplay-Regular-xtUeAkBY.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SF Pro Display;
    src: url(./SFProDisplay-Medium-DqTLIdsN.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SF Pro Display;
    src: url(./SFProDisplay-Bold-CMK7PUaV.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Arial Rounded MT Bold;
    src: url(./ArialRoundedMTBold-CAsiKAp1.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --sponsor-height: 49px;
    background-color: #000;
    font-family: SF Pro Display, sans-serif;
    color: #fff;
    font-weight: 400;
    font-display: swap;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

html,
body {
    overscroll-behavior-y: none;
    position: relative;
    height: 100%;
    font-size: 16px
}

img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none
}

.center {
    display: flex;
    align-items: center;
    justify-content: center
}

.box-ani {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

.box-ani.animate {
    opacity: 1;
    transform: translateY(0)
}

@keyframes slideUp {
    0% {
        transform: translateY(70px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

header {
    width: 100%;
    background-color: #000
}

header .form-signup {
    display: none
}

header,
main {
    margin: 0 auto;
    width: 100%;
    position: relative
}

.general-container {
    width: 100%
}

header {
    display: flex;
    justify-content: right;
    text-align: center;
    padding-right: 30px
}

.main-desc {
    margin-top: 15px;
    font-size: 12px;
    color: #cfb689
}

.main-desc>a {
    display: inline-block;
    margin: 0 3px;
    color: #f68ef9;
    font-weight: 600
}

#password {
    padding-right: 40px
}

.btn-eye {
    background-image: url(../assets/eye1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 7px);
    right: 12px;
    transform: translateY(-50%);
    transition: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent
}

.btn-eye:active {
    transform: translateY(-50%)
}

.btn-eye.slash {
    background-image: url(../assets/eye.png);
    transform: translateY(-50%) scale(2.2);
}

.btn-eye.slash:active {
    transform: translateY(-50%) scale(2.2);
}

.hidden {
    display: none
}

.sub-page:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/main-bg-sp2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    transform: translateZ(0)
}

.sub-page .main-inner {
    background: none;
    padding-bottom: 0
}

.sub-page #scrollToTopBtn {
    left: calc(50% + 575px)
}

.sub-page-content {
    position: relative;
    max-width: calc(100% - 30px);
    width: 1120px;
    margin: 40px auto 30px;
    padding: 15px;
    border: 1px solid #453800;
    border-radius: 30px;
    font-size: 18px
}

.sub-page-content .back-btn {
    display: inline-block;
    width: 14px;
    position: absolute;
    top: -40px;
    left: 20px
}

.sub-page-content .content-img {
    text-align: center;
    margin: 15px 0
}

.sub-page-content .content-img p {
    font-size: 16px
}

.sub-page-content .sub-title01 {
    font-size: 30px;
    color: #ffe5b7;
    margin-bottom: 15px
}

.sub-page-content .sub-title02 {
    font-size: 18px;
    color: #ffe5b7;
    margin-bottom: 5px
}

.sub-page-content .sub-list {
    padding-left: 30px;
    margin-bottom: 10px
}

.sub-page-content .sub-list li {
    line-height: 1.5
}

.sub-page-content p {
    margin-bottom: 12px;
    line-height: 1.5
}

.empty-detail {
    width: 100%;
    text-align: center
}

.empty-detail a {
    color: #ffe9a4;
    text-underline-offset: 5px
}

.news-page #loadMoreBtn {
    display: none
}

.news-page .no-article {
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding-top: 20px
}

.news-page #detail .article-title {
    margin: 5px 0
}

.news-page #detail {
    margin-top: 25px
}

.news-page #detail .article-date {
    margin-bottom: 10px
}

.news-page .sub-page-content {
    border: 0
}

.news-page .category-tab {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    list-style-type: none;
    color: #ffe5b7;
    font-weight: 600;
    border-bottom: 1px solid #453800
}

.news-page .category-tab::-webkit-scrollbar {
    height: 3px
}

.news-page .category-tab::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 3px
}

.news-page .category-tab>li {
    padding: 2px 7px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    background: transparent
}

.news-page .category-tab>li.active {
    background: #ffa332;
    border-radius: 30px;
    color: #000;
    transition: all .2s ease
}

.news-page .first-article {
    display: flex;
    margin: 25px 0 35px;
    text-decoration: none
}

.news-page .first-article .first-article-content {
    width: 60%
}

.news-page .article-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px
}

.news-page .article-list .article-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    text-decoration: none
}

.news-page .article-list .article-item .article-border {
    display: flex;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #453800;
    border-radius: 5px
}

.news-page .article-list .article-item .article-item-img {
    width: 50%;
    height: 155px
}

.news-page .article-list .article-item>img,
.news-page .article-list .article-item>div {
    width: 50%
}

.news-page .article-list .article-item .article-caption {
    padding: 5px 10px;
    flex: auto
}

.news-page .article-list .article-item .category-name,
.news-page .article-list .article-item .article-date {
    font-size: 12px
}

.news-page .article-list .article-item .article-title {
    font-size: 16px;
    font-weight: 600
}

.news-page .article-list .article-item .article-content {
    margin: 10px 0;
    max-height: 51px;
    font-size: 14px
}

.news-page .read-more {
    margin-top: 30px;
    text-align: center
}

.news-page .read-more button {
    background: transparent;
    border: 0;
    width: 160px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer
}

.news-page .art-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.news-page .article-img {
    width: 40%;
    height: 240px;
    padding-right: 30px;
    height: 249px;
    object-fit: cover
}

.news-page .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden
}

.news-page .category-name {
    color: gray;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2px
}

.news-page .article-title {
    font-size: 24px;
    color: #ffb96e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.1
}

.news-page .article-content {
    max-height: 65px;
    margin: 10px 0;
    color: #c9bdaf;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-page .article-date {
    color: #d1d1d1;
    font-size: 14px
}

.news-page .related-title {
    margin-top: 40px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px
}

.news-page .related-item {
    display: flex;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 10px
}

.news-page .related-item .related-content {
    width: calc(100% - 80px)
}

.news-page .related-item .related-img {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0
}

.news-page .related-item .related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease
}

.news-page .related-item:hover img {
    transform: scale(1.1)
}

.news-page #detail {
    display: flex;
    gap: 15px
}

.news-page .r-title {
    color: #ffb96e;
    font-size: 14px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.1
}

.news-page .r-content {
    color: #ccc;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-page .detail-left {
    width: 80%;
    max-width: 100%
}

.news-page .detail-right {
    width: 20%
}

.contact-box {
    position: fixed;
    z-index: 999;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    left: 20px;
    top: 0
}

.contact-box img {
    width: 33px
}

.contact-box button {
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 7px
}

input,
textarea,
select {
    font-size: 16px
}

.partner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: #0c0402;
    width: 100%
}

.partner-title {
    text-align: center;
    font-size: 16px
}

.partner-title .partner-glow {
    display: inline-block;
    background: linear-gradient(90deg, rgba(45, 19, 4, 0) 0, #2d1304 30%, #2d1304, #2d1304 70%, rgba(45, 19, 4, 0));
    padding: 7px 40px 6px
}

.partner-title .partner-glow>span {
    background: linear-gradient(to bottom, #feffaa 0, #faffdb 29%, #ffbb43 80%, #fede5e);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700
}

.partner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 7px 0 18px
}

.partner-content:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    top: 0;
    opacity: .3;
    background: linear-gradient(90deg, rgba(255, 239, 170, 0) 0, #ffefaa, rgba(255, 239, 170, 0))
}

.partner-content .partner-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 55px;
    gap: 10px;
    color: #ffe5b7;
    text-decoration: none;
    cursor: pointer
}

.partner-content .partner-item:not(:first-child):after {
    content: "";
    background: url(../assets/divider.png);
    height: 2px;
    width: 50px;
    position: absolute;
    left: -20px;
    background-size: 100% 100%;
    transform: rotate(90deg)
}

.partner-content .partner-item>span {
    position: relative;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 18px
}

.partner-content img {
    width: 63px
}

.register-btn {
    margin-top: 10px
}

.register-btn button {
    background: url(/assets/register.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    width: 370px;
    height: 61px;
    max-width: 100%;
    color: #ffe5b7;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center
}

.bottom-content,
.main-inner {
    padding: 0 15px 20px
}

.bottom {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    width: 100%;
    margin-top: -2px;
    background: #0c0402
}

.main-inner {
    width: 100%;
    min-height: 100dvh;
    background-image: url(../assets/main-bg-sp2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 15px 30px;
    flex-shrink: 0
}

#playerDiv1,
#playerDiv2 {
    width: 100% !important;
    height: 100% !important
}

.phishing-stream {
    height: 100%;
    position: relative;
    display: inline-block;
    background: #000;
    padding-top: 50px;
    width: 100%;
    border-radius: 38px;
    z-index: 100;
    border: 1px solid rgba(255, 170, 0, .1450980392);
    -webkit-backdrop-filter: blur(19.2238826752px);
    backdrop-filter: blur(19.2238826752px);
    box-shadow: 0 0 35.24px #f2f2f2 inset;
    box-shadow: 0 0 0 1.6px #a6a6a6 inset;
    box-shadow: -3.2px -3.2px 1.6px -3.2px #666 inset;
    box-shadow: 3.2px 3.2px 1.6px -3.2px #666 inset;
    box-shadow: 4.81px 4.81px .8px -5.61px rgba(255, 255, 255, .5) inset;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(45, 20, 2, .8) 0, rgba(25, 12, 2, .7))
}

.phishing-stream video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(180deg, rgba(45, 20, 2, .8) 0, rgba(25, 12, 2, .7));
    background: url(../assets/logo.png) no-repeat;
    background-size: 55%;
    background-position: center
}

.phishing-stream #sound-controls {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 15px;
    left: 20px;
    z-index: 10
}

.phishing-stream #sound-controls img {
    width: 25px;
    cursor: pointer
}

.phishing-stream .live-icon {
    width: 91px;
    height: 32px
}

.phishing-stream .game-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 18px;
    background: rgba(0, 0, 0, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: absolute;
    top: 0;
    z-index: 101;
    width: 100%;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    border-top: .5px solid rgba(255, 170, 0, .1450980392);
    border-left: .5px solid rgba(255, 170, 0, .1450980392);
    border-right: .5px solid rgba(255, 170, 0, .1450980392)
}

.phishing-stream .game-title h3 {
    background: linear-gradient(to right, #ffedd7, #ffd1b5 45%, #ffe1c8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.main-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bg-after {
    position: relative;
    z-index: 9;
    flex: 1 1 0%;
    background: url(/assets/bg-after-sp.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 10%;
    margin-top: -3%
}

.email-info {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600
}

.email-info span {
    color: #fff;
    font-weight: 400
}

.email-info a {
    color: #ffe9a4;
    text-decoration: none
}

#scrollToTopBtn {
    position: fixed;
    bottom: 270px;
    left: calc(50% + 300px);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    z-index: 999;
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px
}

#scrollToTopBtn img {
    width: 100%
}

body:not(.scrolled) #scrollToTopBtn {
    transition: none
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
    animation: floatUpDown 2s ease-in-out infinite
}

@keyframes floatUpDown {
    0%,
    to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

#loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #270701;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 9999
}

#loading-overlay.active {
    opacity: 1;
    pointer-events: all
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, .3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin .8s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.logo-box {
    position: relative;
    z-index: 9;
    text-align: center;
    margin: 5px auto 0;
    max-width: 375px
}

.logo-box .logo-title {
    width: 150px
}

.line {
    margin-bottom: 10px
}

.line img {
    width: 420px;
    max-width: 100%
}

.footer {
    width: 100%;
    background: linear-gradient(180deg, rgba(45, 20, 2, .8) 0, rgba(25, 12, 2, .7));
    padding: 10px 15px 0
}

.footer .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 10px !important;
    padding-bottom: 15px
}

.footer .footer-content>div {
    text-align: center
}

.footer .footer-content>div:nth-child(2) p {
    display: flex;
    justify-content: center
}

.footer .footer-content>div ul {
    list-style-type: none
}

.footer .footer-content>div ul li {
    margin-bottom: 10px
}

.footer .footer-content>div ul a {
    color: #94ffc1;
    text-decoration: underline;
    line-height: 1.5;
    text-underline-offset: 3px;
    font-size: 18px
}

.footer .footer-content>div h3 {
    font-size: 18px;
    color: #ffe9a4
}

.footer .footer-content>div:first-child ul {
    margin-top: 15px
}

.footer .footer-content>div:first-child img {
    width: 210px;
    height: 66px
}

.footer .footer-content>div .contact-footer {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px
}

.footer .footer-content>div .contact-footer button {
    background: none;
    border: none;
    cursor: pointer
}

.footer .footer-content>div .contact-footer img {
    width: 38px;
    height: 38px
}

.footer .footer-content>div .logo-footer2 {
    width: 230px
}

.footer .footer-content>div .logo-footer {
    width: 100px;
    margin-top: -10px
}

.footer .footer-content>div .support {
    width: 248px;
    cursor: pointer
}

.copyright {
    padding: 10px 0;
    color: #ffe9a4
}

.phishing-sp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffe5b7;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    width: 100%
}

.phishing-sp .phishing-sp-slide {
    width: 100%
}

.phishing-sp .phishing-sp-slide .slick-dots {
    bottom: -7px
}

.phishing-sp .phishing-sp-slide .slick-dots li button {
    width: 14px;
    padding: 2px
}

.phishing-sp .download-icon {
    width: 24px;
    margin-left: 10px
}

.phishing-sp .phishing-sp-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.phishing-sp .phishing-sp-content .phishing-sp-item {
    border-bottom: 1px solid #FFE5B7;
    padding-bottom: 2px
}

@keyframes zoomInOutIcon {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.9)
    }
    to {
        transform: scale(1)
    }
}

.phishing-sp .logo-left {
    position: relative;
    width: 52px;
    margin-right: 15px
}

.phishing-sp .logo-left .icon {
    width: 35px;
    position: absolute;
    top: 8px;
    left: 9px;
    animation: zoomInOutIcon 2s ease-in-out infinite;
    transform-origin: center center
}

.phishing-sp .real {
    background: linear-gradient(to bottom, #6bffa9, #00963c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.phishing-sp .fake {
    background: linear-gradient(to bottom, #ff6a6a, #960000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.fake-custom {
    color: #de4c4b !important;
    -webkit-text-fill-color: unset !important;
    text-transform: uppercase;
    font-weight: 700
}

.form-signup {
    position: relative;
    width: 100%;
    text-align: center;
    background-image: url(../assets/form-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 70px 30px 45px;
    margin: 20px auto 0
}

.form-signup .form-title {
    position: absolute;
    top: 8px;
    transform: translate(-50%);
    left: 50%;
    font-size: 14px;
    background: linear-gradient(to right, #ffedd7, #ffd1b5 45%, #ffe1c8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.form-signup input {
    height: 43px;
    border-radius: 50px;
    padding: 0 15px 0 28px;
    width: 100%;
    background-color: transparent;
    background-image: url(../assets/input-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0;
    color: #fff;
    overflow: hidden
}

.form-signup input.password {
    padding-right: 40px
}

.form-signup input:active,
.form-signup input:focus {
    outline: none;
    box-shadow: none;
    border: .5px solid #AC6D3F;
    border-radius: 50px;
    overflow: hidden
}

.form-signup input::placeholder {
    color: rgba(126, 118, 105, .545)
}

.form-signup .btn-signup {
    width: 100%;
    text-align: center;
    margin-top: 15px
}

.form-signup .btn-signup>button {
    position: relative;
    width: 210px;
    height: 70px;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    background-image: url(../assets/btn-register.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    max-width: 100%;
}

#noApp {
    display: none
}

#noApp p {
    color: #cfb689;
    line-height: 1
}

#noApp button {
    text-decoration: underline;
    line-height: 1.3
}

.bg-content {
    position: relative;
    z-index: 9
}

.bottom-box {
    text-align: center;
    margin: 0 auto;
    position: relative
}

#scrollTop1,
#scrollTop2 {
    position: fixed;
    transform: translateY(0);
    transition: transform .1s ease-out;
    will-change: transform;
    top: 17%
}

.install-btn button {
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border: 0
}

.install-btn button img {
    width: 100%;
    height: 100%
}

.access-btn {
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.access-btn button {
    background-color: transparent;
    border: 0;
    width: 265px;
    height: 51px;
    border-radius: 30px;
    margin: 0 auto
}

.access-btn button img {
    width: 100%
}

.auth-domain {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    left: 45px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px
}

.auth-domain .auth-arrow {
    width: 14px
}

.auth-domain .auth-title {
    width: 100px;
    margin-top: 2px
}

.sparkle {
    position: absolute;
    top: 20%;
    right: 15%;
    transform-origin: center;
    animation-fill-mode: both;
    will-change: transform, opacity;
    opacity: 0;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, .8))
}

.s1 {
    top: 30%;
    left: 13%;
    width: 18%
}

.s2 {
    left: 57%;
    width: 10%;
    top: 4%
}

.s3 {
    left: 70%;
    width: 15%;
    top: 35%
}

.s4 {
    top: 57%;
    left: 43%;
    width: 18%
}

@keyframes sparkleBlink {
    0% {
        transform: scale(.5) rotate(0);
        opacity: 0
    }
    7% {
        transform: scale(1.35) rotate(25deg);
        opacity: 1
    }
    18% {
        transform: scale(1) rotate(90deg);
        opacity: .9
    }
    35% {
        transform: scale(.9) rotate(220deg);
        opacity: .2
    }
    80% {
        transform: scale(.85) rotate(360deg);
        opacity: 0
    }
    to {
        transform: scale(.85) rotate(360deg);
        opacity: 0
    }
}

@keyframes sparkleBlinkReverse {
    0% {
        transform: scale(.5) rotate(360deg);
        opacity: 0
    }
    7% {
        transform: scale(1.35) rotate(335deg);
        opacity: 1
    }
    18% {
        transform: scale(1) rotate(270deg);
        opacity: .9
    }
    35% {
        transform: scale(.9) rotate(140deg);
        opacity: .2
    }
    to {
        transform: scale(.85) rotate(0);
        opacity: 0
    }
}

.s1,
.s2 {
    animation: sparkleBlink 4s linear infinite;
    animation-delay: 0s
}

.s3,
.s4 {
    animation: sparkleBlinkReverse 4s linear infinite;
    animation-delay: 1s
}

.logo-wrapper {
    position: relative;
    display: inline-block
}

.lottie-wrapper {
    position: relative;
    z-index: 9
}

.lottie-hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease
}

.lottie-show {
    visibility: visible;
    opacity: 1
}

.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px
}

.divider span {
    color: #cfb689;
    padding: 0 30px;
    font-weight: 500
}

.divider img {
    width: 350px;
    max-width: 100%
}

button {
    font-size: 16px;
    touch-action: manipulation
}

.access-btn button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    z-index: 1
}

.access-btn button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    background: linear-gradient(90deg, #fff, #760083, #760083, #fff);
    background-size: 400%;
    z-index: -1;
    animation: borderRun 8s linear infinite;
    border-radius: 15px
}

.access-btn button:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index: -1;
    border-radius: 6px
}

.footer-menu {
    margin-top: 8px
}

.footer-menu a {
    color: #fecd81;
    text-underline-offset: 3px
}

.animated-border {
    position: relative;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 195, 110, .52), rgba(255, 233, 200, .49));
    background-size: 200% 100%;
    position: absolute;
    width: calc(100% - 37px);
    left: 20px
}

.animated-top {
    top: 3.5px;
    animation: moveGradient 2.2s linear infinite
}

.animated-bottom {
    bottom: 9px;
    animation: moveGradient2 2.2s linear infinite
}

.btn-web {
    background: transparent;
    border: 0;
    color: #ffe5b7;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer
}

.btn-web img {
    width: 100%;
    height: 100%
}

.note {
    display: none;
    margin: 5px 0 40px;
    font-size: 18px;
    color: #cfb689;
    text-align: center;
    padding: 0 10px;
    letter-spacing: .7px
}

.note .note-link {
    display: inline-block;
    background: linear-gradient(to right, #ffbd43, #ffad16);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 600;
    text-transform: uppercase
}

.note .note-warn {
    color: #f04949
}

.logo {
    width: 170px
}

.copyright {
    width: 100%;
    color: #ffe49e;
    text-align: center;
    border-top: 1px solid #554738;
    line-height: 1.3
}

.copyright-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px
}

.scan-download-app {
    position: relative;
    display: none;
    align-items: center;
    margin-top: 35px;
    gap: 15px
}

.scan-download-app #qr-code {
    width: 90px;
    height: 90px
}

.scan-download-app .scan-title {
    background: linear-gradient(to right, #ffd1b5 0, #fffbb7 70%, #fff);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px
}

.scan-download-app .platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.scan-download-app .platform-icon img {
    width: 35px
}

.highlight-btn {
    position: relative;
    width: 400px;
    max-width: 100%;
    height: 75px
}

.banner-left {
    position: fixed;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    z-index: 100
}

.banner-left>img {
    width: 320px;
    height: 540px;
    border-radius: 38px;
    overflow: hidden
}

.banner-left .auth-domain {
    bottom: 130px
}

.banner-left .phishingDomain .domain1 {
    position: absolute;
    left: 48px;
    font-size: 9.2px;
    border-radius: 4px;
    border: 1px solid #d55658;
    display: inline-block;
    max-width: 230px;
    overflow: hidden;
    height: 35px;
    padding-top: 3px
}

.banner-left .phishingDomain .domain1>img {
    height: 88%;
    max-width: 100%
}

.banner-left .phishingDomain .domain1 {
    top: 280px
}

.banner-left .phishing-slide-item>img {
    width: 335px;
    height: 580px
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    color: #ffb96e;
    list-style-type: none;
    margin: 0 -15px
}

.feature-list>li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 0 15px
}

.feature-list>li>img {
    width: 43px;
    height: 43px
}

.display-pc {
    display: none
}

.bottom-content {
    margin: 70px 0 30px;
    padding: 10px;
    border-radius: 20px;
    color: #e6dacd
}

.bottom-content .hl {
    font-weight: 500;
    color: #ffb96e
}

.bottom-content>p {
    margin: 15px 0;
    line-height: 1.4
}

.bottom-content>img {
    width: 100%;
    margin: 10px 0
}

.prize {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px -10px 0
}

.prize+.title01 {
    margin-top: -10px
}

.prize .prize-left {
    width: 50%
}

.prize .prize-left .title01 {
    text-align: left
}

.prize .prize-right {
    width: 50%
}

.reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px
}

.reason>div {
    width: 50%;
    padding: 0 10px
}

.reason>div .reason-title {
    margin: 10px 0;
    font-weight: 700;
    color: #ffb96e;
    text-align: center
}

.reason>div .reason-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px
}

.reason>div:first-child .reason-icon img {
    max-width: 80%
}

.reason>div:last-child .reason-icon img {
    max-width: 80%
}

.advantage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px
}

.advantage>div {
    width: 50%;
    padding: 0 10px;
    text-align: center
}

.advantage>div p {
    text-align: left
}

.advantage>div .advantage-title {
    margin: 10px 0;
    font-weight: 700;
    color: #ffb96e;
    text-align: center
}

.advantage>div img {
    max-height: 133px
}

.title01 {
    margin: 30px 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase
}

.title01 span {
    background: linear-gradient(to bottom, #fff, #ff9a2e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline
}

.arrow-scroll {
    margin-top: 15px;
    cursor: pointer
}

.arrow-scroll img {
    width: 12px;
    display: inline-block;
    animation: bounce 1.5s infinite ease-in-out
}

.img-alt {
    text-align: center;
    font-size: 16px
}

.banner-right {
    position: fixed;
    right: 5%;
    width: 350px;
    height: 480px;
    z-index: 100;
    display: none
}

.phishing-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: url(/assets/bg-fishing.png);
    background-size: 100% 100%
}

.phishing-box .icon-left {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 34px
}

.phishing-box .phishing-logo {
    width: 150px;
    margin: 0 auto
}

.phishing-box .phishing-item {
    position: relative;
    padding: 25px 0 15px
}

.phishing-box .phishing-title {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 11px
}

.phishing-box .fake {
    background: url(/assets/bg-phishing-fake.png);
    background-size: 100% 100%
}

.phishing-box .fake .phishing-title {
    color: #ff4949
}

.phishing-box .fake .arrow-point {
    position: absolute;
    right: 30px;
    top: 35px;
    width: 55px
}

.phishing-box .real {
    background: url(/assets/bg-phishing-real.png);
    background-size: 100% 100%
}

.phishing-box .real .phishing-title img {
    width: 95px
}

.slide-custom .slick-dots {
    bottom: -20px;
    list-style: none;
    display: flex !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.slide-custom .slick-dots li {
    height: auto;
    margin: 0 3px
}

.slide-custom .slick-dots li::marker {
    content: none
}

.slide-custom .slick-dots li.slick-active button {
    opacity: 1
}

.slide-custom .slick-dots li button {
    height: auto;
    width: 20px;
    padding: 2.5px;
    border-radius: 2px;
    background: #ffd1b5;
    opacity: .3;
    font-size: 0;
    line-height: 0;
    border: 0;
    cursor: pointer
}

.game-slide {
    margin-bottom: 0 !important
}

.game-slide .live-icon {
    width: 91px;
    height: 32px
}

.game-slide .slick-slide {
    min-height: 319px
}

.game-slide .game-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 24px;
    background: rgba(0, 0, 0, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: absolute;
    top: 0;
    z-index: 101;
    width: 100%;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    border-top: .5px solid rgba(255, 170, 0, .1450980392);
    border-left: .5px solid rgba(255, 170, 0, .1450980392);
    border-right: .5px solid rgba(255, 170, 0, .1450980392)
}

.game-slide .game-title h3 {
    background: linear-gradient(to right, #ffedd7, #ffd1b5 45%, #ffe1c8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.game-slide .slick-arrow {
    display: none !important
}

.video-container {
    position: relative;
    display: inline-block;
    height: 480px;
    width: 100%;
    border-radius: 38px;
    z-index: 100;
    border: 1px solid rgba(255, 170, 0, .1450980392);
    backdrop-filter: blur(19.2238826752px);
    box-shadow: 0 0 35.24px #f2f2f2 inset;
    box-shadow: 0 0 0 1.6px #a6a6a6 inset;
    box-shadow: -3.2px -3.2px 1.6px -3.2px #666 inset;
    box-shadow: 3.2px 3.2px 1.6px -3.2px #666 inset;
    box-shadow: 4.81px 4.81px .8px -5.61px rgba(255, 255, 255, .5) inset;
    overflow: hidden
}

.video-container video {
    object-fit: cover
}

.sound-btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
    width: 20px;
    height: 20px;
    background-size: cover;
    cursor: pointer;
    z-index: 10000
}

.full-height {
    width: 319px !important;
    height: 568px !important
}

.full-height video {
    object-fit: cover
}

.lottie-logo {
    width: 180px;
    margin: 0 auto
}

@media screen and (max-width:389px) {
    .news-page .article-content {
        font-size: 14px
    }
    .news-page .article-title {
        font-size: 18px
    }
    .news-page .category-tab>li {
        font-size: 14px !important
    }
}

@media screen and (max-width:390px) {
    #modalContentAccess .modal-content {
        width: 300px !important;
        height: 500px !important
    }
    .partner-content {
        padding: 5px 0
    }
    .no-app-content .access-btn button {
        width: 250px;
        height: 47px
    }
    .no-app-content .lottie-logo {
        width: 105px
    }
    .no-app-content .bottom-box {
        margin-top: 0 !important
    }
    .logo-box .logo-title {
        width: 155px
    }
    .form-signup .btn-signup>button {
        height: 50px !important;
        width: 160px !important
    }
    .partner-content .partner-item span {
        font-size: 12px !important
    }
    .partner-title {
        font-size: 13px !important
    }
}

@media screen and (min-width:550px) {
    .main-inner {
        background-image: url(../assets/main-bg-pc.png)
    }
    .sub-page:before {
        background-image: url(../assets/main-bg-pc.png)
    }
}

@media screen and (min-width:992px) {
    .bottom-box:after {
        content: none
    }
}

@media screen and (max-width:1024px) {
    .btn-web,
    .register-btn button {
        position: relative
    }
    .btn-web:after,
    .register-btn button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        border-radius: 30px
    }
    .bg-after {
        transform: translateY(-30px)
    }
}

@media screen and (min-device-width:820px)and (max-device-width:1399px)and (orientation:portrait) {
    .logo {
        width: 160px !important
    }
    .form-signup {
        max-width: 460px !important
    }
    .form-signup input {
        height: 57px !important
    }
    .highlight-btn {
        width: 400px !important;
        height: 75px !important
    }
}

@media screen and (min-width:601px)and (max-width:767px)and (min-height:1200px) {
    .form-signup input {
        height: 50px
    }
}

@media screen and (min-width:400px)and (max-width:767px) {
    .bg-after {
        margin-top: -3%;
        padding-top: 13%
    }
    .logo-title {
        margin: 0
    }
    .access-btn {
        margin: 10px 0 0
    }
    .main-desc {
        margin-top: 10px
    }
}

@media screen and (min-width:1400px)and (max-height:880px) {
    .main-inner {
        padding-top: 10px !important
    }
    .divider {
        padding-bottom: 20px
    }
    .logo {
        width: 140px
    }
    .phishing-stream .game-title {
        font-size: 16px
    }
    .phishing-stream .live-icon {
        width: 85px;
        height: 30px
    }
    .contact-box {
        top: calc(50% + 270px) !important
    }
    .contact-box img {
        width: 32px !important
    }
    .phishing-box .phishing-item {
        padding: 25px 0 11px
    }
    #scrollTop2,
    #scrollTop1 {
        top: 13% !important
    }
    .bg-after {
        padding-top: 3% !important;
        margin-top: -55px !important
    }
    .phishing-box .phishing-logo {
        width: 129px
    }
    .phishing-box .fake .arrow-point {
        width: 50px
    }
    .banner-left .auth-domain {
        bottom: 114px;
        font-size: 18px
    }
    .banner-left .auth-domain .auth-title {
        width: 85px
    }
}

@media screen and (min-width:1024px)and (max-height:880px) {
    .lottie-logo {
        width: 135px !important
    }
    .partner-content img {
        width: 55px
    }
    .main-desc {
        margin-top: 15px !important
    }
    .video-container {
        height: 480px !important
    }
    .banner-right {
        height: 480px
    }
    #qr-code {
        width: 80px !important;
        height: 80px !important
    }
    .platform-icon img {
        width: 30px !important
    }
    .banner-left>img {
        width: 310px;
        height: 510px
    }
    .banner-left .phishing-slide-item>img {
        width: 310px !important;
        height: 510px !important
    }
    .banner-left .domain1 {
        top: 248px !important;
        left: 45px !important;
        max-width: 210px !important
    }
    .arrow-scroll {
        margin-top: 20px !important
    }
    .logo-box {
        margin-bottom: 10px !important
    }
    .form-signup {
        margin-top: 10px
    }
    .form-signup .form-title {
        font-size: 19px !important
    }
    .form-signup {
        width: 400px !important;
        padding: 60px 30px 35px
    }
    .form-signup .btn-signup>button {
        width: 90%;
        height: 50px;
        font-size: 16px;
        max-width: 50%
    }
    .logo-box .logo-title {
        width: 160px !important
    }
    .form-signup input {
        height: 55px !important
    }
    .highlight-btn {
        width: 300px !important;
        height: 55px !important;
        font-size: 18px
    }
    .note {
        font-size: 16px
    }
    .partner-title {
        font-size: 13px
    }
    .partner-content .partner-item span {
        font-size: 16px
    }
    .contact-box.contact-pc {
        margin-top: 5px !important;
        width: 136px
    }
    .bottom {
        font-size: 90%
    }
    .title01 {
        font-size: 18px !important
    }
}

@media screen and (max-width:767px)and (max-height:720px) {
    .lottie-logo {
        width: 140px
    }
    .partner-title {
        font-size: 14px !important
    }
    .divider {
        padding-bottom: 15px !important
    }
    .logo {
        width: 100px !important
    }
    .logo-box .logo-title {
        margin-bottom: 0
    }
    .app-name {
        margin: 10px 0 !important
    }
    .highlight-btn,
    .register-btn button {
        width: 270px !important;
        height: 48px !important
    }
    .divider {
        padding-bottom: 12px !important
    }
    .form-signup {
        margin-top: 5px !important;
        padding: 50px 20px 30px !important
    }
    .form-signup input {
        height: 38px
    }
    .form-signup .btn-signup {
        margin-top: 10px
    }
    .form-signup .btn-signup>button {
        height: 45px !important;
        max-width: 50%
    }
    .access-btn {
        margin-top: 2px
    }
    .main-inner {
        padding-top: 5px;
        justify-content: start
    }
    .logo-box .logo-title {
        width: 130px
    }
    .partner-content {
        padding-bottom: 5px !important
    }
    .partner-content img {
        width: 45px !important
    }
}

.real-device .form-signup-pc {
    display: none
}

.real-device .register-btn {
    display: block
}

.real-device .phishing-sp {
    display: inline-flex
}

.real-device .note {
    display: none
}

.real-device .line {
    display: block
}

@media screen and (min-width:1400px)and (max-width:2000px) {
    .footer .footer-content {
        max-width: 750px;
        margin: 0 auto
    }
    .footer .footer-content>div h3 {
        font-size: 15px
    }
    .footer .footer-content>div .support {
        margin-top: 10px
    }
    .footer .footer-content>div:first-child img {
        width: 190px;
        height: 55px
    }
}

@media screen and (min-width:1100px) {
    .footer-content {
        max-width: 1000px;
        margin: 0 auto
    }
}

@media screen and (min-width:1025px)and (max-width:1400px) {
    .bg-after {
        margin-top: -2% !important;
        padding-top: 4% !important
    }
}

.register-btn {
    display: none
}

@media screen and (min-width:1025px) {
    .scan-download-app {
        display: inline-flex
    }
    .bg-after {
        background: none;
        margin-top: -55px;
        padding-top: 3.5%
    }
    .bg-after .bg-after-content {
        position: relative;
        z-index: 9
    }
    .bg-after:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(/assets/bg-after-pc.png) top center no-repeat;
        background-size: 100% auto;
        top: 0
    }
    .bg-after:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60%;
        background: rgba(0, 0, 0, .39);
        z-index: -1
    }
    .note,
    .form-signup {
        display: block
    }
    .partner-content:before {
        width: 55%
    }
    .line,
    .phishing-sp {
        display: none
    }
}

@media screen and (min-width:1024px) {
    :root {
        --sponsor-height: 57px
    }
    .news-page .article-img {
        height: 220px !important
    }
    .news-page .r-title,
    .news-page .r-content,
    .news-page .article-list .article-item .article-content {
        font-size: 15px
    }
    .news-page .article-list .article-item .category-name,
    .news-page .article-list .article-item .article-date {
        font-size: 13px
    }
    .news-page .category-tab li {
        padding: 3px 20px
    }
    .form-signup .input-icon {
        width: 24px;
        height: 24px;
        top: calc(50% - 11px);
        left: 10px
    }
    footer .container .footer-logo img {
        width: 180px
    }
    header .main-inner {
        padding-left: 160px;
        padding-right: 160px
    }
    .lottie-logo {
        width: 190px
    }
    #password {
        padding-right: 50px
    }
    .btn-eye {
        width: 20px;
        height: 20px;
        top: calc(50% - 9px);
        right: 20px
    }
    .form-signup {
        width: 450px
    }
    .bottom-box,
    .bottom-content {
        width: 580px
    }
    .error {
        font-size: 13px !important;
        bottom: -1px !important
    }
    .form-signup .input-wrapper {
        padding-bottom: 20px
    }
    .form-signup .form-title {
        font-size: 22px;
        top: 10px
    }
    .form-signup input {
        height: 60px;
        font-size: 21px;
        padding-left: 40px
    }
    .form-signup .btn-signup>button {
        border-radius: 20px
    }
    .arrow-scroll {
        margin-top: 30px
    }
    .arrow-scroll img {
        width: 20px
    }
    .bottom-box {
        width: 100%;
        text-align: center
    }
    .main-desc {
        margin-top: 30px;
        font-size: 16px
    }
    .logo-box .logo-title {
        width: 190px;
        margin-top: 5px
    }
    .title01 {
        font-size: 20px
    }
    .display-pc {
        display: block
    }
    .display-sp {
        display: none
    }
    .animated-border {
        left: 25px;
        height: 3px;
        width: calc(100% - 50px)
    }
    .animated-top {
        top: 5px
    }
    .animated-bottom {
        bottom: 1px
    }
}

@media only screen and (max-width:1175px)and (orientation:landscape) {
    .banner-right,
    .banner-left>img {
        width: 220px !important;
        height: 330px !important
    }
    .banner-right .phishing-stream .game-title {
        font-size: 11px !important
    }
}

@media only screen and (min-width:768px)and (max-width:1399px)and (orientation:landscape) {
    .news-page .article-img {
        height: 240px !important
    }
}

@media only screen and (min-width:768px)and (max-width:1399px)and (orientation:landscape)and (max-height:700px) {
    .bg-after {
        margin-top: -4% !important;
        padding-top: 3% !important
    }
    #noApp p {
        font-size: 15px
    }
    .btn-web,
    .install-btn button,
    .register-btn button {
        width: 310px !important;
        height: 55px !important
    }
    .btn-web {
        margin: 0 0 7px !important
    }
}

@media only screen and (min-width:768px)and (max-width:1399px)and (orientation:landscape)and (min-height:701px) {
    .btn-web,
    .install-btn button,
    .register-btn button {
        width: 320px !important;
        height: 62px !important
    }
}

@media only screen and (min-width:768px)and (max-width:1399px)and (orientation:landscape) {
    .note {
        display: block !important;
        margin: 20px 0
    }
    .contact-sp {
        display: none
    }
    .contact-pc {
        display: flex !important;
        justify-content: center;
        align-items: center;
        top: unset;
        flex-direction: row;
        left: 50%;
        transform: translate(-50%);
        gap: 10px
    }
    .phishing-stream .live-icon {
        width: 72px;
        height: 26px
    }
    .partner-content .partner-item {
        padding: 5px 40px 10px
    }
    .lottie-logo {
        width: 150px !important
    }
    .access-text {
        display: none
    }
    .banner-right {
        position: relative;
        display: block;
        width: 282px;
        height: 400px;
        right: 2%;
        max-height: 460px
    }
    .banner-right .phishing-stream .game-title {
        font-size: 16px
    }
    .banner-left {
        display: block;
        left: 2%
    }
    .banner-left>img {
        width: 275px;
        height: 450px
    }
    .phishing-box .fake .arrow-point {
        right: 12%;
        width: 18%
    }
    .banner-left .phishing-slide,
    .banner-left .slick-list,
    .banner-left .slick-track {
        height: 100%
    }
    .banner-left .fake .phishing-title {
        font-size: 16px
    }
    .banner-left .phishing-slide-item>img {
        width: 100% !important;
        height: 100% !important
    }
    .banner-left .phishingDomain .domain1 {
        top: 48.5% !important;
        max-width: 72% !important;
        left: 14% !important;
        height: 30px !important
    }
    .banner-left .phishingDomain .domain1>img {
        height: 100%
    }
    .banner-left .auth-domain {
        bottom: 22.5%
    }
    .banner-left .auth-title {
        width: 32%
    }
    .banner-left .auth-domain {
        font-size: 100%;
        left: 14%
    }
    .phishing-box {
        height: 100%
    }
    .phishing-box .icon-left {
        width: 30px
    }
    .phishing-box .phishing-item {
        height: 33.3%;
        display: flex;
        align-items: center;
        padding: 22px 0 10px
    }
    .phishing-box .phishing-logo {
        width: 85px
    }
    .phishing-sp {
        display: none !important
    }
}

@media only screen and (min-device-width:768px)and (max-device-width:1366px)and (orientation:landscape) {
    .form-signup .btn-signup>button {
        height: 47px !important;
        width: 140px !important;
        background-size: contain;
    }
    .form-signup .input-icon {
        width: 20px;
        height: 20px
    }
    .scan-download-app {
        display: none
    }
    .animated-top {
        top: 3px
    }
    .main-inner {
        padding-top: 5px;
        padding-bottom: 0
    }
    .partner-title {
        font-size: 16px !important
    }
    .bg-after {
        padding-top: 10%;
        margin-top: -9%;
        transform: none
    }
    .btn-web {
        margin: 10px 0 15px
    }
    .note {
        font-size: 14px
    }
    .logo-box>div {
        transform: none
    }
    .form-signup input {
        font-size: 18px
    }
    .partner-content {
        padding-bottom: 10px
    }
    .app-name {
        font-size: 15px !important;
        margin: 7px 0 5px !important
    }
    #toGuideApk {
        font-size: 15px !important
    }
    .partner {
        position: relative;
        margin-top: 10px
    }
}

@media only screen and (min-device-width:700px)and (max-device-width:1366px)and (-webkit-min-device-pixel-ratio:1)and (orientation:portrait) {
    .bottom-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px
    }
    .lottie-logo {
        width: 260px !important
    }
    .logo-box .logo-title {
        width: 250px !important
    }
    .phishing-sp {
        font-size: 22px !important;
        margin-top: 20px
    }
    .phishing-sp .logo-left {
        width: 60px !important
    }
    .app-name {
        font-size: 18px !important;
        margin-top: 20px !important
    }
    #toGuideApk {
        font-size: 18px !important
    }
    .partner-name {
        font-size: 22px
    }
    .partner-item {
        padding: 0 40px !important
    }
    .btn-web,
    .register-btn button {
        font-size: 23px;
        margin-top: 8px
    }
}

@media only screen and (min-device-width:1024px)and (max-device-width:1366px)and (orientation:portrait) {
    .logo-box .logo-title {
        width: 240px
    }
    .form-signup {
        width: 550px !important
    }
    .form-signup input {
        height: 65px !important
    }
    .form-signup .input-wrapper {
        padding-bottom: 25px;
        margin-bottom: 10px
    }
    .install-btn button,
    .btn-web,
    .register-btn button {
        width: 465px !important;
        height: 85px !important
    }
    .phishing-sp {
        font-size: 24px
    }
    .bg-after {
        margin-top: 0
    }
    .bottom-box {
        gap: 15px
    }
    .partner-title {
        font-size: 25px
    }
    .partner-title .partner-glow {
        padding: 15px 0
    }
    .partner-content img {
        width: 85px
    }
    .real-device .app-name {
        font-size: 22px !important
    }
    .real-device #toGuideApk {
        font-size: 25px !important
    }
    .real-device .btn-web,
    .real-device .register-btn button {
        font-size: 28px !important
    }
    .real-device .lottie-logo {
        width: 315px !important
    }
    .real-device .logo-box .logo-title {
        width: 300px !important
    }
    .real-device .phishing-sp {
        font-size: 30px !important
    }
}

@media only screen and (max-width:1023px)and (orientation:landscape) {
    .access-text {
        width: 109px !important
    }
    .access-text .dl-icon {
        width: 17px !important
    }
    .contact-pc,
    .banner-left,
    .banner-right {
        display: none
    }
    .access-text {
        display: inline-flex
    }
    .contact-sp {
        display: flex
    }
    .divider img {
        width: 320px
    }
}

@media only screen and (max-device-width:1023px)and (orientation:landscape) {
    #modalContentAccess .modal-content {
        width: 230px !important
    }
    .note {
        display: none !important
    }
    .logo {
        width: 90px !important
    }
    .app-name {
        margin: 15px 0 !important
    }
    .form-signup {
        margin-top: 5px !important;
        padding: 55px 30px 35px !important;
        max-width: 350px !important
    }
    .bg-after {
        margin-top: -6% !important;
        padding-top: 10% !important
    }
    .contact-sp {
        display: flex
    }
    .contact-pc {
        display: none
    }
    .phishing-sp {
        display: block !important
    }
    .logo-box {
        margin: 0 auto
    }
    .phishing-stream {
        padding-top: 30px;
        border-radius: 20px
    }
    .phishing-stream .game-title {
        padding: 5px 10px;
        font-size: 11px !important
    }
    .phishing-stream .live-icon {
        width: 50px;
        height: 20px
    }
    .phishing-stream #sound-controls {
        width: 20px;
        height: 20px;
        bottom: 10px;
        left: 10px
    }
    .main-inner {
        padding-bottom: 0
    }
    .bottom-content {
        margin-top: 0
    }
    #modalContentRegister .modal-content {
        width: 300px !important
    }
    #modalContentRegister .logo-sp {
        margin-top: 5px !important
    }
    #modalContentRegister .logo-sp img {
        width: 85px !important;
        margin-top: 0
    }
    #modalContentRegister .form-signup {
        padding: 10px 20px
    }
    #modalContentRegister .popup-title {
        font-size: 16px !important;
        margin-bottom: 0 !important
    }
    #modalLivestreamContent .modal-content,
    #modalContent .modal-content {
        width: 210px !important;
        height: calc(100dvh - 20px) !important;
        min-height: 100%
    }
    #modalContent .modal-content .auth-domain {
        left: 30px;
        font-size: 13px;
        bottom: 23.5%;
        gap: 5px
    }
    #modalContent .modal-content .auth-title {
        width: 65px
    }
    #modalContent .modal-content .auth-arrow {
        width: 10px
    }
    #modalContent .modal-content .phishing-slide {
        height: 95%
    }
    #modalContent .modal-content .phishing-slide .slick-list,
    #modalContent .modal-content .phishing-slide .slick-track {
        height: 100%
    }
    #modalContent .modal-content .phishing-slide .slick-list img,
    #modalContent .modal-content .phishing-slide .slick-track img {
        max-height: 100%
    }
    #modalContent .modal-content .phishing-slide .phishing-domain {
        height: 100%
    }
    #modalContent .modal-content .phishing-box {
        height: 100%;
        justify-content: space-between
    }
    #modalContent .modal-content .phishing-box .phishing-item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 33.33%;
        padding: 9px 0 0 !important
    }
    #modalContent .modal-content .phishing-box .phishing-logo {
        width: 67px
    }
    #modalContent .modal-content .phishing-box .arrow-point {
        width: 30px
    }
    #modalContent .modal-content .phishing-box .icon-left {
        width: 20px
    }
    #modalContent .modal-content .phishing-box .phishing-title {
        font-size: 15px
    }
    #modalContent .modal-content .phishing-box .phishing-title img {
        width: 72px
    }
    #modalContent .modal-content .domain1 {
        left: 30px !important
    }
    #closeBtn,
    #closeLivestreamBtn {
        right: -40px !important;
        top: 5px !important;
        width: 30px !important
    }
    .lottie-logo {
        width: 95px !important
    }
    .real-device .logo-title {
        width: 160px !important;
        margin: 0 0 5px !important;
        transform: unset
    }
    .bg-after {
        transform: none;
        margin-top: -6%;
        padding-bottom: 40px
    }
    .partner {
        position: relative !important;
        margin-top: 15px
    }
    .app-name,
    #toGuideApk {
        font-size: 16px !important
    }
    .form-signup .form-title {
        top: 6px
    }
    .form-signup .input-icon {
        width: 13px;
        height: 13px
    }
    .form-signup input {
        height: 40px !important
    }
    .form-signup input::placeholder {
        font-size: 15px
    }
    .form-signup .error {
        font-size: 11px
    }
    .form-signup .btn-eye {
        width: 15px;
        height: 15px
    }
    .form-signup .btn-signup {
        margin-top: 10px
    }
    .form-signup .btn-signup>button {
        width: 140px !important;
        height: 40px !important;
        font-size: 16px !important;
        background-size: contain;
    }
    .install-btn button,
    .highlight-btn,
    #openModalRegister {
        width: 290px !important;
        height: 50px !important;
        font-size: 16px !important
    }
    .phishing-sp {
        font-size: 16px !important
    }
}

@media only screen and (min-device-width:768px)and (max-device-width:1180px)and (orientation:landscape) {
    .btn-web,
    .install-btn button,
    .register-btn button {
        width: 300px !important;
        height: 55px !important
    }
    .partner-content .partner-item {
        padding-bottom: 0
    }
    .divider {
        padding-bottom: 15px
    }
    .logo {
        width: 100px !important
    }
    .logo-box .logo-title {
        width: 140px !important
    }
    .form-signup {
        margin-top: 5px;
        padding: 55px 20px 35px
    }
    .form-signup input {
        height: 45px !important
    }
    .form-signup .btn-signup>button {
        height: 56px;
        width: 170px;
        background-size: contain;
    }
    .bottom-box,
    .bottom-content {
        width: 520px;
        margin: 0 auto
    }
    .main-desc {
        margin-top: 10px
    }
    .arrow-scroll {
        margin-top: 15px
    }
}

.tl {
    text-align: left
}

.game-bg {
    background: url(/assets/game-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 20px 20px
}

img {
    max-width: 100%
}

#instruction {
    display: none;
    padding-top: 10px
}

#instruction .instruction_step {
    color: #e8c04b;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase
}

#instruction .hdtitle {
    margin-bottom: 10px;
    background: #784e03;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 16px
}

#instruction .instruction_content {
    padding-left: 20px
}

#instruction .instruction_content li {
    margin-bottom: 5px
}

#openModalGuideApk {
    position: relative;
    display: inline-block;
    padding-left: 15px
}

#openModalGuideApk:before {
    content: "";
    background: url(/assets/icon-noti-app.svg) no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% 100%
}

#modalContentGuideApk {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    min-height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: rgba(14, 7, 5, .9);
    opacity: 0;
    visibility: hidden;
    padding: 20px
}

#modalContentGuideApk .modal-content {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column
}

#modalContentGuideApk .modal-content .guide-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

#modalContentGuideApk .modal-content .guide-item img {
    object-fit: contain
}

#modalContentGuideApk .modal-content .guide-slide {
    flex: auto;
    justify-content: center;
    align-items: center;
    display: flex
}

#modalContentGuideApk .modal-content .guide-slide .slick-list,
#modalContentGuideApk .modal-content .guide-slide .slick-track {
    height: 100%;
    width: 100%
}

#modalContentGuideApk .modal-content .guide-slide .slick-list .slick-slide img,
#modalContentGuideApk .modal-content .guide-slide .slick-track .slick-slide img {
    margin: 0 auto
}

#modalContentGuideApk .modal-content .step-1 img {
    width: 278px
}

#modalContentGuideApk .modal-content .step-2 img {
    width: 341px
}

#modalContentGuideApk .modal-content .step-3 img,
#modalContentGuideApk .modal-content .step-4 img {
    width: 289px
}

#modalContentGuideApk .modal-content .step-5 img {
    width: 264px
}

#modalContentGuideApk .modal-content .step-6 img {
    width: 359px
}

#modalContentGuideApk .modal-content .step-7 img {
    width: 316px
}

#modalContentGuideApk .modal-content .step-8 img {
    width: 380px
}

#modalContentGuideApk .modal-content .slick-prev {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: transparent;
    border: 0;
    font-size: 0
}

#modalContentGuideApk .modal-content .slick-next {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: transparent;
    border: 0;
    font-size: 0
}

#modalContentGuideApk .modal-content .slick-dots {
    position: fixed;
    top: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1%;
    justify-content: space-between;
    max-width: 450px;
    width: 100%;
    align-items: center;
    left: 50%;
    transform: translate(-50%);
    padding: 0 10px
}

#modalContentGuideApk .modal-content .slick-dots>li:not(.slick-active) button:before {
    transition: none
}

#modalContentGuideApk .modal-content .slick-dots>li:has(~.slick-active) button {
    background: #fff
}

#modalContentGuideApk .modal-content .slick-dots>li.slick-active button:before {
    transform: scaleX(1)
}

#modalContentGuideApk .modal-content .slick-dots>li>button {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    border-radius: 2px;
    height: 1.5px;
    border: 0;
    font-size: 0
}

#modalContentGuideApk .modal-content .slick-dots>li>button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1s ease;
    z-index: -1
}

#modalContentGuideApk .guide_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

#modalContentGuideApk .guide_navi .logo_step {
    width: 30%
}

#modalContentGuideApk #closeBtnGuideApk {
    background: transparent;
    border: 0;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 999
}

#modalContentGuideApk #closeBtnGuideApk img {
    width: 100%;
    height: 100%
}

#modalContentRegister {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    min-height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: url(/assets/phishing-bg.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    padding: 20px
}

#modalContentRegister .modal-content {
    position: relative;
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    background-image: url(/assets/popup-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#modalContentRegister .modal-content .form-signup {
    background-image: none;
    padding-top: 10px;
    width: 100% !important
}

#modalContentRegister .popup-title {
    background: linear-gradient(to bottom, #fefbb7, #fee998 45%, #fec55f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px
}

#modalContentRegister .logo-sp {
    margin-top: 15px;
    text-align: center
}

#modalContentRegister .logo-sp img {
    width: 137px
}

#modalLivestreamContent {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    min-height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: url(/assets/phishing-bg.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden
}

#modalLivestreamContent .modal-content {
    position: relative;
    height: 480px;
    width: 350px;
    max-width: 100%;
    margin: 0 auto
}

#modalContent {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    min-height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: url(/assets/phishing-bg.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden
}

#modalContent .modal-content {
    position: relative;
    height: 480px;
    width: 320px;
    margin: 0 auto
}

#modalContent .modal-content .auth-domain {
    bottom: 24%
}

#modalContent .modal-content .phishing-box .phishing-item {
    padding: 16px 0 10px
}

#modalContent .modal-content .phishingDomain>span {
    display: inline-block;
    width: 80%;
    max-width: unset;
    overflow: hidden
}

#modalContent .modal-content .domain1 {
    border: 1px solid #d55658;
    border-radius: 4px;
    padding-top: 3px;
    position: absolute;
    z-index: 10;
    left: 40px;
    font-size: 9.2px;
    top: 44%
}

#modalContent .modal-content .domain1 img {
    width: 95%
}

#closeBtn,
#closeLivestreamBtn {
    top: -40px;
    right: 2px
}

#closeBtn,
#closeBtnRegister,
#closeLivestreamBtn {
    background: transparent;
    border: 0;
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 9;
    cursor: pointer
}

#closeBtn img,
#closeBtnRegister img,
#closeLivestreamBtn img {
    width: 100%
}

#closeBtnRegister {
    top: 10px;
    right: 12px
}

.marquee-wrapper {
    display: flex;
    margin-top: 15px;
    gap: 10px
}

.marquee-wrapper .marquee-left {
    width: 154px;
    height: 242px;
    flex-shrink: 0
}

.marquee-wrapper .marquee-left img {
    width: 100%;
    height: 100%
}

.marquee-wrapper {
    max-width: calc(100vw - 25px);
    overflow: hidden;
    width: 100%
}

.marquee-wrapper .marquee-content {
    display: flex;
    width: max-content;
    gap: 10px;
    animation: scroll-left 80s linear infinite
}

.marquee-wrapper .marquee-item {
    width: 160px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.marquee-wrapper .marquee-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wrapper-img {
    text-align: center
}

.wrapper-img img {
    max-width: 70%
}

.center {
    text-align: center
}

.title02 {
    color: #ffb96e;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0;
    text-align: left
}

.customer-service {
    display: flex;
    gap: 20px;
    margin-top: 30px
}

.customer-service>div .title01 {
    text-align: left;
    margin-top: 0
}

.customer-service>div:first-child {
    width: 40%
}

.customer-service>div:last-child {
    width: 60%
}

.customer-service>div:last-child img {
    width: 100%
}

.security {
    display: flex;
    gap: 15px;
    margin-top: 20px
}

.security>div {
    width: 50%;
    border-radius: 30px;
    border: 1px solid #27272B;
    background: #0c0c0c;
    overflow: hidden
}

.security>div .security-content {
    padding: 0 20px 20px
}

.security>div .security-title {
    margin: 10px 0;
    color: #ffb96e
}

.security>div img {
    width: 100%
}

.product .mini-game {
    display: flex;
    align-items: center
}

.product .mini-game>div {
    width: 50%
}

.product .mini-game>div img {
    width: 100%
}

.app-name {
    display: none;
    font-size: 12px
}

#toGuideApk {
    font-size: 12px;
    color: #cfb689
}

.marquee-wrapper2 {
    max-width: calc(100vw - 25px);
    overflow: hidden;
    width: 100%
}

.marquee-wrapper2 .marquee-content {
    display: flex;
    width: max-content;
    animation: scroll-left 40s linear infinite;
    flex-shrink: 0
}

.marquee-wrapper2 .marquee-content .marquee-item {
    width: 878px;
    margin-right: 10px
}

.marquee-wrapper2 .marquee-content img {
    width: 100%
}

.marquee-wrapper2 .marquee-content>* {
    flex-shrink: 0
}

.sliderText {
    overflow: hidden;
    display: flex;
    max-width: calc(100vw - 25px);
    width: 100%;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scroll-behavior: auto
}

.sliderText.paused .marquee-content {
    animation-play-state: paused
}

.marquee-wrapper3 {
    max-width: calc(100vw - 25px);
    overflow: hidden;
    width: 100%
}

.marquee-wrapper3 .marquee-content {
    display: flex;
    width: max-content;
    animation: scroll-left 50s linear infinite;
    flex-shrink: 0
}

.marquee-wrapper3 .marquee-content .marquee-item {
    width: 1219px;
    margin-right: 10px
}

.marquee-wrapper3 .marquee-content img {
    width: 100%
}

.marquee-wrapper3 .marquee-content>* {
    flex-shrink: 0
}

.contact-pc {
    display: none
}

.input-icon {
    position: absolute;
    z-index: 9;
    width: 17px;
    height: 17px;
    left: 7px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    opacity: .4
}

#openChatBtn {
    display: none
}

#openChatBtn.show-chat {
    display: block
}

#chatContainer {
    position: relative;
    border-radius: 24px
}

#chatIframe {
    border: 0;
    width: 360px;
    height: 650px;
    max-width: 100%;
    right: 15px;
    display: none
}

.mobile-chat {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    border-radius: 0 !important;
    left: unset !important;
    transform: unset !important;
    right: 0 !important;
    bottom: 0 !important
}

.mobile-close {
    top: 5px;
    right: 40px !important;
    left: unset !important;
    transform: unset !important
}

#chatIframe.show-iframe {
    width: 360px;
    height: 80vh;
    opacity: 1
}

#closeChatBtn {
    position: fixed;
    right: 62px;
    bottom: 636px;
    width: 17px;
    height: 20px;
    font-size: 24px;
    z-index: 10000;
    border: 0;
    cursor: pointer;
    background: none;
    display: none
}

#closeChatBtn:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 2px
}

.input-wrapper {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 7px
}

.error {
    position: absolute;
    bottom: -3px;
    color: red;
    font-size: 12px;
    width: 100%;
    text-align: center
}

.lottie-sp {
    display: none
}

#toGuideApk {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: unset !important;
    height: unset !important;
    touch-action: manipulation
}

.download-1111 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    top: 31%;
    width: 63%;
    height: 10%;
    left: 27%;
    cursor: pointer
}

.download-1111>img {
    height: auto;
    width: 25%
}

.dl-img {
    animation: bounce 1s infinite
}

.download-1 {
    display: flex;
    align-items: center;
    cursor: pointer
}

.download-1 .img-1 {
    width: 52px
}

.download-1 .dl-img {
    width: 20px;
    margin-left: 3px
}

.access-text {
    position: fixed;
    z-index: 99;
    width: 105px;
    right: 0;
    top: 12px;
    cursor: pointer
}

.access-text #openModalAccess {
    display: flex;
    align-items: center;
    justify-content: center
}

.access-text .dl-icon {
    width: 17px;
    position: absolute;
    left: 4px;
    animation: bounce 1s infinite
}

body.modal-open-access {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden
}

#modalContentAccess.show {
    opacity: 1;
    visibility: visible
}

#modalContentAccess {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    min-height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(to bottom, #000, #62481c, #000);
    opacity: 0;
    visibility: hidden
}

#modalContentAccess .modal-content {
    position: relative;
    height: 630px;
    width: 340px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

#modalContentAccess .modal-content>img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    max-height: 95%
}

#modalContentAccess #closeBtnAccess {
    background: transparent;
    border: 0;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 20px;
    right: -32px;
    z-index: 9;
    cursor: pointer
}

@media screen and (max-width:383px) {
    .access-text {
        width: 95px
    }
    .contact-box img {
        width: 29px !important
    }
    .footer .footer-content>div h3 {
        font-size: 13px
    }
    .app-name {
        font-size: 11px;
        margin: 2px 0 7px !important
    }
    #toGuideApk {
        font-size: 11px
    }
    .logo {
        width: 85px !important
    }
    .divider {
        padding-bottom: 15px !important
    }
    .form-signup {
        padding: 42px 20px 25px !important;
        margin-top: 5px !important
    }
    .form-signup .input-wrapper {
        margin-bottom: 5px !important
    }
    .form-signup input {
        height: 35px
    }
    .form-signup .btn-signup {
        margin-top: 10px
    }
    .form-signup .btn-signup>button {
        height: 40px !important;
        width: 130px !important;
        max-width: 100%;
        background-size: contain;
    }
    #modalLivestreamContent .modal-content {
        width: 300px;
        height: 480px
    }
    #modalContent .modal-content {
        width: 280px;
        height: 480px
    }
    #modalContent .modal-content .auth-domain {
        font-size: 18px;
        left: 35px
    }
    #modalContent .modal-content .auth-title {
        width: 90px
    }
    #modalContent .modal-content .phishing-box .phishing-logo {
        width: 125px
    }
    .bg-after {
        padding-top: 9%;
        margin-top: -8.5%
    }
    .register-btn {
        margin-top: 5px
    }
    .install-btn button {
        margin-bottom: 0
    }
    .main-inner {
        padding-top: 0
    }
    .lottie-logo {
        width: 130px
    }
    .phishing-sp {
        margin-top: 10px !important
    }
    .logo-box .logo-title {
        width: 120px !important
    }
    .partner-title .partner-glow {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 12px
    }
    .phishing-sp {
        font-size: 13px !important
    }
    .phishing-sp .logo-left {
        width: 47px
    }
    .phishing-sp .logo-left .icon {
        width: 29px
    }
    .partner-content {
        padding: 5px 0 !important
    }
    .partner-content img {
        width: 35px !important
    }
    .btn-web,
    .register-btn button {
        font-size: 14px !important
    }
    .highlight-btn,
    .register-btn button {
        width: 225px !important;
        height: 40px !important
    }
}

@media screen and (max-width:600px) {
    .logo {
        width: 110px
    }
    .main-inner {
        padding-top: 5px
    }
    .form-signup {
        margin-top: 10px;
        padding: 55px 20px 35px
    }
}

@media screen and (max-width:767px) {
    .news-page .main-inner {
        padding: 15px
    }
    .news-page .article-img {
        height: 120px !important
    }
    .news-page .art-img {
        height: 100%
    }
    .news-page #detail {
        flex-wrap: wrap
    }
    .news-page #detail .related-title {
        margin-top: 20px
    }
    .news-page #detail .detail-left,
    .news-page #detail .detail-right {
        width: 100%
    }
    .news-page .article-title {
        font-size: 20px
    }
    .news-page .article-content {
        margin: 5px 0 !important;
        -webkit-line-clamp: 2
    }
    .news-page .article-date,
    .news-page .category-name {
        font-size: 13px
    }
    .news-page .article-caption {
        width: 65% !important
    }
    .news-page .article-list .article-item {
        margin-bottom: 15px;
        width: 100%
    }
    .news-page .article-list .article-item .article-item-img {
        width: 35%;
        height: 105px
    }
    .news-page .first-article {
        margin-bottom: 25px
    }
    .news-page .first-article .article-img {
        width: 50%;
        padding-right: 10px
    }
    .sub-page-content {
        max-width: 100%;
        margin-top: 50px;
        font-size: 16px
    }
    .sub-page-content .back-btn {
        width: 10px;
        top: -30px
    }
    .sub-page-content .sub-title01 {
        font-size: 23px
    }
    .sub-page-content .sub-title02 {
        font-size: 16px
    }
    .form-signup input {
        height: 40px !important
    }
    .contact-box img {
        width: 31px
    }
    .divider img {
        max-width: 300px
    }
    .wrapper-img img {
        max-width: 85%
    }
    .reason>div {
        width: 100%
    }
    .reason>div:last-child {
        margin-top: 20px
    }
    .reason>div .reason-icon {
        margin-bottom: 15px
    }
    .partner-content img {
        width: 54px
    }
    .footer {
        padding: 15px 15px 0
    }
    .footer .footer-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: unset;
        padding-bottom: 10px
    }
    .footer .footer-content>div:first-child {
        grid-column: 1;
        grid-row: 2
    }
    .footer .footer-content>div:first-child ul {
        margin-top: 0
    }
    .footer .footer-content>div:first-child img {
        width: 175px;
        height: 55px;
        margin-bottom: 12px
    }
    .footer .footer-content>div:nth-child(2) {
        grid-column: 1/span 2;
        grid-row: 1
    }
    .footer .footer-content>div:last-child {
        grid-column: 2;
        grid-row: 2
    }
    .footer .footer-content>div .logo-footer {
        margin-bottom: 5px
    }
    .footer .footer-content>div h3 {
        font-size: 14px
    }
    .footer .footer-content>div ul li {
        margin-bottom: 5px
    }
    .footer .footer-content>div ul a {
        font-size: 15px
    }
    .footer .footer-content>div .contact-footer img {
        width: 32px;
        height: 32px
    }
    .advantage-title {
        font-size: 16px
    }
    .prize+.title01 {
        margin-top: 30px
    }
    .form-signup,
    .bottom-box {
        max-width: 370px !important
    }
    .advantage>div {
        width: 100%
    }
    .advantage>div:last-child {
        margin-top: 15px
    }
    .divider {
        padding-bottom: 15px;
        margin-top: -5px
    }
    .form-signup .btn-signup>button {
        height: 54px;
        width: 170px
    }
    .form-signup .input-wrapper {
        padding-bottom: 15px;
        margin-bottom: 8px
    }
    .lottie-pc {
        display: none
    }
    .phishing-stream .game-title {
        font-size: 15px
    }
    .lottie-sp {
        display: block
    }
    .copyright {
        font-size: 12px
    }
    .partner-title {
        font-size: 15px
    }
    .phishing-sp {
        margin-top: 20px;
        font-size: 15.5px
    }
    .bg-after {
        padding-left: 15px;
        padding-right: 15px
    }
    .register-btn button {
        font-size: 16px
    }
    .highlight-btn,
    .register-btn button {
        width: 289px;
        height: 54px
    }
    .game-bg {
        background: none;
        padding: 0
    }
    #modalContentRegister .form-signup .btn-signup>button {
        height: 52px;
        font-size: 16px;
        width: 170px;
    }
    #modalContentRegister .logo-sp img {
        width: 100px
    }
    #modalContentRegister .form-signup input {
        height: 50px
    }
    #modalContentRegister .popup-title {
        font-size: 20px
    }
    #modalContentRegister .modal-content {
        padding-bottom: 10px
    }
    #modalContentRegister .modal-content .form-signup {
        padding: 10px 20px 15px
    }
    .app-name {
        margin: 9px 0 12px
    }
    .bottom-slide .bottom-slide-item {
        font-size: 12px !important
    }
    .bottom-slide .bottom-slide-item .download-icon {
        width: 14px
    }
    .bottom-slide .slick-arrow {
        width: 20px;
        height: 20px
    }
    .line img {
        width: 300px
    }
    .btn-web {
        font-size: 16px
    }
    .bottom-content {
        max-width: 100% !important
    }
    #scrollToTopBtn {
        right: 20px !important;
        left: unset !important;
        bottom: 30px
    }
    .title02 {
        font-size: 14px
    }
    .feature-list>li {
        width: 100%;
        margin-bottom: 20px
    }
    .advantage>div {
        font-size: 14px
    }
    .security {
        flex-wrap: wrap
    }
    .security>div {
        margin-top: 10px;
        width: 100% !important
    }
    .product .mini-game {
        flex-wrap: wrap
    }
    .product .mini-game>div {
        width: 100% !important
    }
    .product .mini-game>div:last-child {
        margin-top: 15px
    }
    .customer-service {
        flex-wrap: wrap
    }
    .customer-service>div {
        width: 100% !important
    }
    .partner-content {
        padding: 5px 0
    }
    .partner-content .partner-item {
        width: 33.33%;
        flex-direction: column;
        padding: 0 5px;
        gap: 5px
    }
    .partner-content .partner-item span {
        font-size: 15px
    }
    footer .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 15px
    }
    footer .container>div .livechat-btn {
        width: 300px;
        max-width: 100%;
        margin: 0 auto 10px
    }
    footer .container>div:first-child {
        grid-column: 1;
        grid-row: 1
    }
    footer .container>div:nth-child(2) {
        grid-column: 1/span 2;
        grid-row: 2
    }
    footer .container>div:last-child {
        grid-column: 2;
        grid-row: 1
    }
}

@media screen and (max-width:1023px) {
    .form-signup-pc {
        max-width: 400px !important;
        margin-bottom: 15px
    }
    .form-signup-pc input {
        height: 50px !important
    }
    .form-signup-pc .btn-signup>button {
        height: 55px !important;
        background-size: contain;
    }
    .form-signup,
    .bottom-box {
        max-width: 460px;
        font-size: 14px;
        width: 100%
    }
    .bottom-content {
        max-width: 80%
    }
    #scrollToTopBtn {
        left: 90%
    }
    #scrollToTopBtn {
        right: 20px
    }
}

@media screen and (min-width:1367px) {
    .access-custom,
    .install-custom,
    .display-custom {
        display: none !important
    }
    #modalContent,
    #modalContentRegister,
    #modalContentGuideApk,
    #modalLivestreamContent {
        overflow: hidden;
        visibility: hidden !important
    }
}

@media screen and (min-width:768px)and (max-width:1399px) {
    .form-signup input {
        height: 50px
    }
    .logo {
        width: 135px
    }
    .highlight-btn {
        width: 375px;
        height: 70px
    }
    .footer .footer-content>div:first-child img {
        width: 190px;
        height: 60px
    }
    .footer .footer-content>div .logo-footer {
        margin-bottom: 10px
    }
    .footer .footer-content>div h3 {
        font-size: 16px
    }
    .footer .footer-content>div ul a {
        font-size: 16px
    }
}

@media screen and (min-width:768px)and (max-width:1400px) {
    .news-page .article-img {
        height: 160px
    }
    .access-text {
        width: 140px
    }
    .access-text .dl-icon {
        width: 22px
    }
    .phishing-sp .phishing-sp-slide .slick-dots {
        bottom: -20px
    }
    .phishing-sp .phishing-sp-slide .slick-dots li button {
        width: 22px;
        padding: 3px
    }
    .app-name {
        margin: 7px 0 !important
    }
    .logo-title {
        margin-top: 5px
    }
    .bottom-content {
        margin-top: 10px
    }
}

@media screen and (min-width:1400px) {
    .main-inner {
        padding-top: 40px
    }
    .form-signup {
        width: 490px
    }
    .contact-sp {
        display: none
    }
    .contact-pc {
        display: flex;
        justify-content: center
    }
    .install-btn {
        display: none
    }
    .banner-left,
    .banner-right {
        display: block
    }
    .access-text {
        display: none
    }
    .bottom-content {
        margin-top: 10px
    }
    .contact-box {
        flex-direction: row;
        gap: 22px;
        margin-top: 5px;
        top: calc(50% + 280px);
        transform: translateY(-50%);
        right: calc(5% + 72px);
        width: 154px;
        left: unset
    }
    .contact-box img {
        width: 38px
    }
}

@media screen and (min-width:1700px) {
    .banner-right {
        right: 8%
    }
    .banner-left {
        left: 8%
    }
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%
    }
    to {
        background-position: -100% 0%
    }
}

@keyframes moveGradient2 {
    0% {
        background-position: -100% 0%
    }
    to {
        background-position: 0% 0%
    }
}

@keyframes fadeBg {
    0% {
        background-color: transparent
    }
    50% {
        background-color: rgba(255, 195, 110, .098)
    }
    to {
        background-color: transparent
    }
}

@keyframes zoomInOut {
    0%,
    to {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
}

@keyframes borderRun {
    0% {
        background-position: 0% 50%
    }
    to {
        background-position: 400% 50%
    }
}

@keyframes shine {
    0% {
        left: -75%
    }
    80% {
        left: 125%
    }
    to {
        left: 125%
    }
}

@keyframes scroll-left {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-50%)
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@keyframes borderAnimation {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0% 50%
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@media(min-width:576px) {
    #modalContentGuideApk .modal-content,
    #modalContentGuideApk .slick-dots {
        max-width: 90% !important
    }
    #modalContentGuideApk .step-1 img {
        max-width: 420px;
        width: 100% !important
    }
    #modalContentGuideApk .step-2 img {
        max-width: 708px;
        width: 100% !important
    }
    #modalContentGuideApk .step-3 img,
    #modalContentGuideApk .step-4 img {
        max-width: 600px;
        width: 100% !important
    }
    #modalContentGuideApk .step-5 img {
        max-width: 548px;
        width: 100% !important
    }
    #modalContentGuideApk .step-6 img {
        max-width: 722px;
        width: 100% !important
    }
    #modalContentGuideApk .step-7 img {
        max-width: 656px;
        width: 100% !important
    }
    #modalContentGuideApk .step-8 img {
        max-width: 788px;
        width: 100% !important
    }
}

@media(max-width:1025px) {
    #modalContentGuideApk .guide-item {
        margin: 0 auto;
        width: 60% !important
    }
    #modalContentGuideApk .guide-item img {
        max-height: 100%
    }
}

@media screen and (max-width:1400px)and (orientation:landscape) {
    #modalContentGuideApk .guide-slide {
        max-height: 75%
    }
    #modalContentGuideApk .guide-item {
        width: 50% !important
    }
}

@media screen and (min-width:2000px)and (min-height:1300px) {
    .main-inner {
        padding-top: 3%
    }
    .logo-box .logo-title {
        width: 300px;
        margin-top: 20px
    }
    .form-signup {
        margin-top: 40px;
        padding: 100px 40px 65px;
        width: 700px
    }
    .form-signup .btn-signup>button {
        width: 320px;
        height: 100px;
        background-size: contain;
    }
    .form-signup .input-icon {
        width: 33px;
        height: 33px;
        top: calc(50% - 18px);
        left: 15px
    }
    .form-signup input {
        height: 80px;
        font-size: 27px;
        padding-left: 60px
    }
    .form-signup input.password {
        padding-right: 65px
    }
    .form-signup .btn-eye {
        width: 33px;
        height: 33px;
        top: calc(50% - 18px)
    }
    .form-signup .input-wrapper {
        padding-bottom: 35px
    }
    .logo {
        width: 280px
    }
    .partner-content .partner-item {
        padding: 15px 60px
    }
    .partner-content .partner-item>span {
        font-size: 24px
    }
    .partner-title {
        font-size: 25px
    }
    .btn-web,
    .register-btn button {
        width: 550px;
        height: 95px;
        font-size: 24px
    }
    .divider {
        padding-bottom: 40px
    }
    .error {
        font-size: 16px !important;
        bottom: 4px !important
    }
    .form-signup-pc {
        width: 530px;
        padding: 40px
    }
    .form-signup-pc .input-wrapper {
        margin-bottom: 25px
    }
    .form-signup-pc input {
        height: 75px
    }
    .form-signup-pc .btn-signup>button {
        width: 100%;
        height: 90px;
        background-size: contain;
    }
}