@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 0.6s ease,
    transform 0.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;
}

.access-1111 {
  color: #ffd102;
}

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(eye1-MZvQCLB3.webp);
  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(eye2-zLFL8NF-.webp);
}

.contact-box {
  position: fixed;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 80px;
  right: 20px;
  top: 0;
}

.contact-box img {
  width: 33px;
}

.contact-box button {
  background: none;
  border: none;
  cursor: pointer;
}

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,
    #2d130400 0,
    #2d1304 30% 50%,
    #2d1304 70%,
    #2d130400
  );
  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: 0.3;
  background: linear-gradient(90deg, #ffefaa00 0, #ffefaa, #ffefaa00);
}

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

.partner-content .partner-item:not(:first-child):after {
  content: "";
  background: url(divider-I_sMSzc3.webp);
  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(register-Dz64LSAb.webp) 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;
}

.footer-list {
  margin-bottom: 15px;
  list-style-type: none;
}

.footer-list li {
  margin-top: 10px;
}

.footer-list a {
  color: #ffe9a4;
  font-size: 15px;
  text-underline-offset: 3px;
}

.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;
  padding-bottom: 40px;
  background-image: url(main-bg-sp-BJahcs9N.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 10px;
  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, 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 0.8px -5.61px #ffffff80 inset;
  overflow: hidden;
}

.phishing-stream video {
  width: 100%;
  height: 100%;
  background: url(bg_loading_phishing_livestream-Blv4GeMc.png) no-repeat;
  background-size: contain;
  object-fit: cover;
  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: #0009;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  z-index: 101;
  width: 100%;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  border-top: 0.5px solid rgba(255, 170, 0, 0.1450980392);
  border-left: 0.5px solid rgba(255, 170, 0, 0.1450980392);
  border-right: 0.5px solid rgba(255, 170, 0, 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;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

.content-list li {
  margin-bottom: 10px;
  line-height: 1.2;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.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;
  inset: 0;
  background: #270701;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.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, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.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: 200px;
  transform: translateY(-10px);
}

.line {
  margin-bottom: 10px;
}

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

footer {
  position: relative;
  font-size: 14px;
  padding-top: 40px;
  width: 100%;
  background: #1e0f08;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  gap: 50px;
}

footer .container > div {
  text-align: center;
}

footer .container > div:last-child .footer-list {
  margin-top: 25px;
}

footer .container .footer-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #ffe9a4;
}

footer .container .footer-logo img {
  width: 140px;
}

footer .container .livechat-btn {
  margin: 20px 0 10px;
  cursor: pointer;
}

footer .container .livechat-btn img {
  width: 248px;
}

footer .container .certificate img {
  width: 175px;
}

footer .container .contact-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

footer .container .contact-footer button {
  background: none;
  border: none;
  cursor: pointer;
}

footer .container .contact-footer img {
  width: 38px;
}

.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(0.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;
}

.hidden {
  display: none;
}

.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(form-bg-tJMdHgEQ.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px;
  margin: 5px 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: 13px;
  padding: 0 15px 0 28px;
  width: 100%;
  background-color: transparent;
  background-image: url(input-bg-CiP8yC75.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  color: #fff;
}

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

.form-signup input:active,
.form-signup input:focus {
  outline: none;
  box-shadow: none;
  border: 0.5px solid #ffaa00;
}

.form-signup input::placeholder {
  color: #7e76698b;
}

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

.form-signup .btn-signup > button {
  position: relative;
  width: 370px;
  height: 61px;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  background-image: var(--signup-btn-bg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
}

#noApp {
  display: none;
}

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

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

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

#scrollTop1,
#scrollTop2 {
  position: fixed;
  transform: translateY(0);
  transition: transform 0.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%;
}

.logo {
  width: 190px;
}

.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, 0.8));
}

.sparkle-big {
  width: 25%;
  left: 3%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.s1 {
  top: 23%;
  left: 7%;
  width: 18%;
}

.s2 {
  top: 15%;
  left: 52%;
  width: 12%;
}

.s3 {
  top: 25%;
  left: 75%;
  width: 15%;
}

.s4 {
  left: 44%;
  width: 15%;
  top: 25%;
}

@keyframes sparkleBlink {
  0% {
    transform: scale(0.5) rotate(0);
    opacity: 0;
  }
  7% {
    transform: scale(1.35) rotate(25deg);
    opacity: 1;
  }
  18% {
    transform: scale(1) rotate(90deg);
    opacity: 0.9;
  }
  35% {
    transform: scale(0.9) rotate(220deg);
    opacity: 0.2;
  }
  80% {
    transform: scale(0.85) rotate(360deg);
    opacity: 0;
  }
  to {
    transform: scale(0.85) rotate(360deg);
    opacity: 0;
  }
}

@keyframes sparkleBlinkReverse {
  0% {
    transform: scale(0.5) rotate(360deg);
    opacity: 0;
  }
  7% {
    transform: scale(1.35) rotate(335deg);
    opacity: 1;
  }
  18% {
    transform: scale(1) rotate(270deg);
    opacity: 0.9;
  }
  35% {
    transform: scale(0.9) rotate(140deg);
    opacity: 0.2;
  }
  to {
    transform: scale(0.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;
  margin: 10px 0;
}

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

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

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

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

.divider {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

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

.divider img {
  width: 21%;
  max-width: 135px;
}

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

.animated-border {
  position: relative;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #ffc36e85, #ffe9c87d);
  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: url(access-bg-BnvOXkud.webp);
  background-size: 100% 100%;
  border: 0;
  color: #ffe5b7;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

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

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

.copyright-content {
  max-width: 1250px;
  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: 370px;
  max-width: 100%;
  height: 61px;
  margin: 2px 0 10px;
}

.highlight-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 30px;
  animation: fadeBg 4s infinite;
  transition: background-color 4s ease;
}

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

.banner-left .banner-left-slide,
.banner-left .phishing-box {
  width: 335px;
  height: 580px;
}

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

.hl {
  font-weight: 500;
  color: #ffd24b;
}

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

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

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

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

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

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

.advantage > div ul {
  padding-left: 30px;
}

.advantage > div ul li {
  line-height: 1.5;
}

.advantage > div .advantage-icon {
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: 42px;
}

.advantage > div .advantage-icon img {
  width: 160px;
}

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

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

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

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

.banner-right {
  position: fixed;
  right: 5%;
  width: 355px;
  height: 540px;
  z-index: 100;
  display: none !important;
}

.phishing-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  background: url(bg-fishing-XcSrWvfW.webp);
  background-size: 100% 100%;
  height: 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;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  padding: 25px 0 15px;
}

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

.phishing-box .fake {
  background: url(bg-phishing-fake-BeTUNzTK.webp);
  background-size: 100% 100%;
}

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

.phishing-box .fake .arrow-point {
  position: absolute;
  right: 33px;
  top: 50px;
  width: 26%;
  height: 47%;
}

.phishing-box .real {
  background: url(bg-phishing-real-C3BBDjlc.webp);
  background-size: 100% 100%;
}

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

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

.slide-custom .slick-dots li {
  height: auto;
}

.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: 0.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: #0009;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  z-index: 101;
  width: 100%;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  border-top: 0.5px solid rgba(255, 170, 0, 0.1450980392);
  border-left: 0.5px solid rgba(255, 170, 0, 0.1450980392);
  border-right: 0.5px solid rgba(255, 170, 0, 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: 535px;
  width: 100%;
  border-radius: 38px;
  z-index: 100;
  border: 1px solid rgba(255, 170, 0, 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 0.8px -5.61px #ffffff80 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: 390px) {
  .no-app-content .install-btn button {
    width: 255px;
  }
  .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: 180px;
    margin-top: 10px;
  }
  .partner-content .partner-item span {
    font-size: 12px !important;
  }
  .partner-title {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 992px) {
  .main-inner {
    background-image: url(main-bg-pc-C8GbqI8v.webp);
  }
}

@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-height: 1200px) and (min-width: 700px) and (max-width: 1366px) {
  .install-btn button {
    width: 420px !important;
    height: 70px !important;
  }
  .register-btn button,
  .btn-web {
    width: 420px !important;
    height: 70px !important;
    font-size: 22px !important;
  }
  .form-signup {
    width: 460px !important;
  }
  .animated-top {
    top: 3px;
  }
  .phishing-sp {
    font-size: 22px !important;
  }
  .real-device .partner-title,
  .app-name {
    font-size: 20px !important;
  }
}

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

@media screen and (min-width: 1400px) and (max-height: 880px) {
  .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;
  }
  #scrollTop1,
  #scrollTop2 {
    top: 13% !important;
  }
  .logo-box {
    min-height: 228px !important;
  }
  .bg-after {
    padding-top: 3% !important;
    margin-top: -55px !important;
  }
  .phishing-box .phishing-logo {
    width: 129px;
  }
  .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 {
    width: 310px;
    height: 480px;
  }
  #qr-code {
    width: 80px !important;
    height: 80px !important;
  }
  .platform-icon img {
    width: 30px !important;
  }
  .banner-left .banner-left-slide,
  .banner-left .phishing-box {
    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-bottom: 5px !important;
  }
  .form-signup .form-title {
    font-size: 19px !important;
  }
  .form-signup input {
    height: 48px !important;
  }
  .form-signup {
    width: 380px !important;
    padding: 20px;
  }
  .form-signup .btn-signup > button {
    width: 90%;
    height: 50px;
    font-size: 16px;
  }
  .logo-box .logo-title {
    width: 190px !important;
  }
  .highlight-btn {
    width: 335px !important;
    height: 52px !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) {
  .logo-wrapper .logo {
    width: 135px;
  }
  .lottie-logo {
    width: 140px;
  }
  .bg-after {
    transform: translateY(-15px);
  }
  .logo-box .logo-title {
    margin-bottom: 0;
  }
  .form-signup {
    margin-top: 0;
  }
  .access-btn {
    margin-top: 2px;
  }
  .divider {
    padding: 4px 0 0;
  }
  .main-inner {
    justify-content: start;
  }
  .logo-box .logo-title {
    width: 160px;
    transform: translateY(-5px);
  }
  .partner-content {
    padding-bottom: 0;
  }
  .partner-content img {
    width: 45px;
  }
  .phishing-sp {
    font-size: 14px;
  }
  .bg-after {
    padding-top: 10%;
    margin-top: -5%;
  }
  .app-name {
    margin: 2px 0 0;
  }
}

.real-device .form-signup-pc,
.real-device .divider {
  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: 1025px) and (max-width: 1400px) {
  .sub-page .sub-page-content {
    width: 1000px;
  }
  .bg-after {
    margin-top: -2% !important;
    padding-top: 4% !important;
  }
}

.register-btn {
  display: none;
}

@media screen and (min-width: 1025px) {
  .sub-page-content {
    margin-top: 60px !important;
  }
  .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(bg-after-pc-D7gkf88o.png) top center no-repeat;
    background-size: 100% auto;
    top: 0;
  }
  .bg-after:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: #00000063;
    z-index: -1;
  }
  .bottom-box {
    margin-top: 5px;
  }
  .note,
  .form-signup {
    display: block;
  }
  .partner-content:before {
    width: 55%;
  }
  .divider {
    display: flex;
  }
  .line,
  .phishing-sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --sponsor-height: 57px;
  }
  .main-inner {
    padding-top: 0;
  }
  .form-signup .input-icon {
    width: 24px;
    height: 24px;
    top: calc(50% - 11px);
    left: 10px;
  }
  footer .container .footer-logo img {
    width: 140px;
  }
  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: 434px;
  }
  .bottom-box,
  .bottom-content {
    width: 600px;
  }
  .error {
    font-size: 13px !important;
    bottom: -1px !important;
  }
  .form-signup {
    margin-bottom: 10px;
  }
  .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 input:active,
  .form-signup input:focus {
    border-radius: 20px;
  }
  .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: 230px;
  }
  .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-slide,
  .phishing-box {
    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) and (max-height: 700px) {
  .bg-after {
    margin-top: -4% !important;
    padding-top: 3% !important;
  }
  #noApp {
    margin-top: 5px;
  }
  #noApp p {
    font-size: 16px;
  }
  .btn-web,
  .install-btn button,
  .register-btn button {
    width: 360px !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: 385px !important;
    height: 63px !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;
    bottom: -13%;
    top: unset;
    flex-direction: row;
    left: 50%;
    transform: translate(-50%);
    gap: 15px;
  }
  .phishing-stream .live-icon {
    width: 72px;
    height: 26px;
  }
  .partner-content .partner-item {
    padding: 5px 40px 10px;
  }
  .logo-wrapper {
    margin-bottom: 15px;
  }
  .logo-wrapper .logo {
    width: 145px;
  }
  .lottie-logo {
    width: 150px !important;
  }
  .banner-right {
    position: relative;
    display: block;
    width: 282px;
    height: 450px;
    right: 2%;
    max-height: 460px;
  }
  .banner-right .phishing-stream .game-title {
    font-size: 16px;
  }
  .banner-left {
    display: block;
    left: 2%;
  }
  .banner-left .banner-left-slide,
  .banner-left .phishing-box {
    width: 275px;
    height: 450px;
  }
  .phishing-box .fake .arrow-point {
    right: 12%;
    width: 28%;
    height: 40%;
  }
  .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 {
    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: 52px !important;
  }
  .scan-download-app {
    display: none;
  }
  .animated-top {
    top: 3px;
  }
  .main-inner {
    padding-bottom: 0;
  }
  .sub-page .main-inner {
    margin-bottom: 40px;
  }
  .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;
  }
  .logo-title {
    margin-top: -5px !important;
  }
  .form-signup input {
    font-size: 18px;
  }
  .partner-content {
    padding-bottom: 10px;
  }
  .app-name {
    font-size: 18px !important;
  }
  .partner {
    position: relative;
  }
}

@media only screen and (min-device-width: 700px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .form-signup .btn-signup > button {
    height: 52px;
  }
  .bottom-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .logo-wrapper {
    margin-top: 20px;
  }
  .logo-wrapper .logo {
    width: 260px;
  }
  .lottie-logo {
    width: 260px !important;
  }
  .logo-box .logo-title {
    width: 280px !important;
  }
  .phishing-sp {
    font-size: 22px !important;
    margin-top: 20px;
  }
  .phishing-sp .logo-left {
    width: 60px !important;
  }
  .app-name {
    font-size: 20px !important;
    margin-top: 20px !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;
  }
  .install-btn button,
  .btn-web,
  .register-btn button {
    width: 500px !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: 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-wrapper .logo {
    width: 290px !important;
  }
  .real-device .logo-box .logo-title {
    width: 390px !important;
  }
  .real-device .phishing-sp {
    font-size: 30px !important;
  }
}

@media only screen and (max-device-width: 1023px) and (orientation: landscape) {
  #scrollToTopBtn {
    bottom: 20px !important;
  }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .note {
    display: none !important;
  }
  .bg-after {
    margin-top: -6% !important;
    padding-top: 10% !important;
  }
  .contact-sp {
    display: flex;
  }
  .contact-pc,
  .banner-left,
  .banner-right {
    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,
  #modalAccessContent .modal-content,
  #modalContent .modal-content {
    width: 210px !important;
    height: calc(100dvh - 20px) !important;
  }
  #modalContent .modal-content .phishing-box {
    width: 210px !important;
    height: 100% !important;
  }
  #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 {
    padding: 9px 0 0 !important;
  }
  #modalContent .modal-content .phishing-box .phishing-logo {
    width: 80px;
  }
  #modalContent .modal-content .phishing-box .arrow-point {
    width: 25%;
    height: 34%;
  }
  #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,
  #closeAccessBtn {
    right: -40px !important;
    top: 5px !important;
    width: 30px !important;
  }
  .logo-wrapper {
    margin: 0;
  }
  .logo-wrapper .logo {
    width: 110px !important;
  }
  .lottie-logo {
    width: 95px !important;
  }
  .real-device .logo-title {
    width: 160px !important;
    margin: 0 5px !important;
    transform: unset;
  }
  .bg-after {
    transform: none;
    margin-top: -6%;
    padding-bottom: 40px;
  }
  .partner {
    position: relative !important;
  }
  .app-name {
    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: 95% !important;
    height: 40px !important;
    font-size: 16px !important;
  }
  .install-btn button,
  .highlight-btn,
  #openModalRegister {
    width: 320px !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) {
  .form-signup {
    margin-bottom: 5px;
  }
  .form-signup .btn-signup > button {
    height: 56px;
  }
  .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(game-bg-Dqo13NtX.webp) no-repeat;
  background-size: 100% 100%;
  padding: 10px 0 20px 20px;
}

img {
  max-width: 100%;
}

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

#openModalGuideApk:before {
  content: "";
  background: url(icon-noti-app-BhhHoB17.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;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #0e0705e6;
  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: #fff6;
  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;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: url(phishing-bg-CF6vkOzJ.webp) 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(popup-bg-pLTDWg6C.webp);
  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;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: url(phishing-bg-CF6vkOzJ.webp) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
}

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

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

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

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

#modalContent .modal-content .phishing-box {
  height: 535px;
  width: 320px;
}

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

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

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

#modalAccessContent .modal-content .access-box-img img {
  width: 100%;
  height: 100%;
}

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

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

#closeBtn img,
#closeBtnRegister img,
#closeLivestreamBtn img,
#closeAccessBtn 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;
}

.center {
  text-align: center;
}

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

.customer-service {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

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

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

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

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

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

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

.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;
  color: #dba7e2;
  margin-bottom: 15px;
}

.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 .marquee-content {
  display: flex;
  animation: scroll-left 40s linear infinite;
}

.marquee-wrapper3 .marquee-content:after {
  content: attr(data-duplicate);
}

.marquee-wrapper3 .marquee-content .marquee-item {
  width: 176px;
  padding: 10px;
  border: 1px solid #323232;
  background: #000;
  border-radius: 20px;
  margin-right: 15px;
}

.marquee-wrapper3 .marquee-content .marquee-item h3 {
  margin-bottom: 10px;
}

.marquee-wrapper3 .marquee-content .marquee-item .hl {
  color: #ffb96e;
}

.marquee-wrapper3 .marquee-content .marquee-item .item-icon {
  text-align: center;
  margin-top: 10px;
}

.marquee-wrapper3 .marquee-content .marquee-item .item-icon img {
  width: 66px;
}

.contact-pc {
  display: none;
}

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

#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 {
  inset: 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;
  left: 10px;
  color: red;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.lottie-sp {
  display: none;
}

@media screen and (max-width: 389px) {
  .footer-list a {
    font-size: 14px;
  }
  #modalLivestreamContent .modal-content {
    width: 300px;
    height: 480px;
  }
  #modalAccessContent .modal-content,
  #modalContent .modal-content,
  #modalContent .modal-content .phishing-box {
    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: 10%;
    margin-top: -6%;
  }
  .phishing-sp {
    font-size: 13px !important;
  }
  .phishing-sp .logo-left {
    width: 47px;
  }
  .phishing-sp .logo-left .icon {
    width: 29px;
  }
  .partner-content img {
    width: 55px;
  }
  .highlight-btn,
  .register-btn button {
    width: 275px !important;
    height: 47px !important;
  }
}

@media screen and (max-width: 767px) {
  .email-info {
    margin-bottom: 10px;
  }
  .sub-page-content {
    max-width: 100%;
    margin-top: 25px;
    font-size: 16px;
  }
  .sub-page-content .sub-title01 {
    font-size: 23px;
  }
  .sub-page-content .sub-title02 {
    font-size: 16px;
  }
  .logo-wrapper {
    margin: 5px 0 13px;
  }
  .logo {
    width: 180px;
  }
  .lottie-pc {
    display: none;
  }
  .logo-box > div {
    transform: translateY(13px);
  }
  .phishing-stream .game-title {
    font-size: 15px;
  }
  .lottie-sp {
    display: block;
  }
  .copyright {
    font-size: 12px;
  }
  .logo-box {
    transform: translateY(-15px);
  }
  .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: 314px;
    height: 50px;
  }
  .game-bg {
    background: none;
    padding: 0;
  }
  #modalContentRegister .form-signup .btn-signup > button {
    height: 52px;
    font-size: 16px;
  }
  #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: 10px 0 7px;
  }
  .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: 20px !important;
  }
  .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: 10px 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;
    align-items: end;
    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;
  }
  .form-signup,
  .bottom-box {
    max-width: 420px;
    font-size: 14px;
    width: 100%;
  }
  .bottom-content {
    max-width: 80%;
  }
  #scrollToTopBtn {
    left: auto;
  }
  .bottom-box {
    margin: 10px auto 0;
  }
  #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: 1400px) {
  .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: 10px 0;
  }
  .logo-title,
  .bottom-content {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1400px) {
  #scrollTop1 {
    top: 16%;
  }
  .logo-box {
    min-height: 293px;
  }
  .contact-sp {
    display: none;
  }
  .contact-pc {
    display: flex;
  }
  .install-btn {
    display: none;
  }
  .banner-left,
  .banner-right {
    display: block;
  }
  .bottom-content {
    margin-top: 10px;
  }
  .contact-box {
    flex-direction: row;
    gap: 20px;
    margin-top: 5px;
    top: calc(50% + 305px);
    transform: translateY(-50%);
    right: calc(5% + 65px);
    width: 154px;
  }
  .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: #ffc36e19;
  }
  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) {
  .divider {
    padding: 15px 0;
    font-size: 20px;
  }
  .note {
    margin-top: 15px;
    font-size: 22px;
  }
  .bg-after {
    margin-top: -1%;
    padding-top: 4.5%;
  }
  .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: 460px;
    height: 80px;
    font-size: 24px;
  }
  .error {
    font-size: 16px !important;
    bottom: -7px !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: 80px;
  }
}
