@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;
}
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/eye2.png);
}
.contact-box {
  position: fixed;
  z-index: 999;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  right: 20px;
  top: 70px;
}
.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: 0.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%;
  background-image: url(../assets/main-bg-sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 5px 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, 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 rgba(255, 255, 255, 0.5) inset;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(45, 20, 2, 0.8) 0,
    rgba(25, 12, 2, 0.7)
  );
}
.phishing-stream video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(
    180deg,
    rgba(45, 20, 2, 0.8) 0,
    rgba(25, 12, 2, 0.7)
  );
  background: url(../assets/main-logo.png) no-repeat;
  background-size: 65%;
  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, 0.6);
  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;
  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%;
}
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, #573108, #000);
  opacity: 0;
  visibility: hidden;
}
#modalContentAccess .modal-content {
  position: relative;
  height: 625px;
  width: 340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#modalContentAccess #closeBtnAccess {
  background: transparent;
  border: 0;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: -32px;
  z-index: 9;
  cursor: pointer;
}
#modalContentAccess img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-height: 95%;
}
.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: 280px;
  left: calc(50% + 300px);
  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;
  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 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: 180px;
  transform: translateY(-20px);
}
.line {
  margin-bottom: 10px;
}
.line img {
  width: 420px;
  max-width: 100%;
}
.footer {
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(45, 20, 2, 0.8) 0,
    rgba(25, 12, 2, 0.7)
  );
  padding: 5px 15px 15px;
}

.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(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;
}
.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: 65px 30px 30px;
  margin: 5px auto 0;
}
.form-signup > img {
  position: absolute;
  top: 0;
  left: 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: 0.5px solid #ac6d3f;
  border-radius: 50px;
  overflow: hidden;
}
.form-signup input::placeholder {
  color: rgba(126, 118, 105, 0.545);
}
.form-signup .btn-signup {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.form-signup .btn-signup > button {
  position: relative;
  width: 280px;
  height: 65px;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  /* background-image: url(../assets/btn-register.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  max-width: 76%;
}
#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;
  margin: 0 auto;
}
#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%;
}
.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: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.divider span {
  color: #cfb689;
  padding: 0 30px;
  font-weight: 500;
}
.divider img {
  width: 420px;
  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;
}
.animated-border {
  position: relative;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 195, 110, 0.52),
    rgba(255, 233, 200, 0.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: 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;
}
.logo {
  width: 190px;
}
.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: 370px;
  max-width: 100%;
  height: 63px;
}
.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: #ffd24b;
}
.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: 95px;
}
.reason > div:first-child .reason-icon img {
  max-width: 51%;
}
.reason > div:last-child .reason-icon img {
  max-width: 73%;
}
.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;
}
.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;
}
.banner-right {
  position: fixed;
  right: 5%;
  width: 350px;
  height: 540px;
  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: 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: rgba(0, 0, 0, 0.6);
  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);
  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 rgba(255, 255, 255, 0.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: 390px) {
  #modalContentAccess .modal-content {
    width: 300px;
    height: 500px;
  }
  .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;
  }
  .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(../assets/main-bg-pc.png);
  }
}
@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-width: 400px) and (max-width: 767px) {
  .bg-after {
    margin-top: -3%;
    padding-top: 13%;
  }
  .access-btn {
    margin: 10px 0 0;
  }
  .main-desc {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1400px) and (max-height: 880px) {
  .logo {
    width: 140px;
  }
  .logo-title {
    transform: translateY(-10px) !important;
  }
  .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 {
    width: 305px;
    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;
  }
  .form-signup {
    margin-bottom: 5px !important;
  }
  .form-signup .form-title {
    font-size: 19px !important;
  }
  .form-signup {
    width: 380px !important;
    padding: 60px 20px 10px;
  }
  .form-signup .btn-signup > button {
    width: 90%;
    height: 50px;
    font-size: 16px;
    max-width: 65%;
  }
  .logo-box .logo-title {
    width: 190px !important;
  }
  .highlight-btn {
    width: 335px !important;
    height: 58px !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 (min-device-width: 820px) and (max-device-width: 1399px) and (orientation: portrait) {
  .logo {
    width: 210px;
  }
  .form-signup {
    max-width: 460px !important;
  }
  .form-signup input {
    height: 60px !important;
  }
  .highlight-btn {
    width: 410px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) and (max-height: 720px) {
  .lottie-logo {
    width: 140px;
  }
  .partner-title {
    font-size: 14px !important;
  }
  .divider {
    padding: 15px 0;
  }
  .logo {
    width: 110px !important;
  }
  .logo-box .logo-title {
    margin-bottom: 0;
  }
  .app-name {
    margin: 10px 0 !important;
  }
  .access-text {
    margin-top: 3px !important;
    font-size: 14px !important;
  }
  .highlight-btn,
  .register-btn button {
    width: 300px !important;
    height: 50px !important;
  }
  .form-signup {
    padding: 45px 20px 5px !important;
  }
  .form-signup input {
    height: 40px;
  }
  .form-signup .btn-signup {
    margin-top: 10px;
  }
  .form-signup .btn-signup > button {
    height: 45px !important;
    max-width: 63%;
  }
  .access-btn {
    margin-top: 2px;
  }
  .main-inner {
    padding-top: 0 !important;
    justify-content: start;
  }
  .logo-box .logo-title {
    width: 140px;
  }
  .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: 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, 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;
  }
  .form-signup .input-icon {
    width: 24px;
    height: 24px;
    top: calc(50% - 11px);
    left: 10px;
  }
  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 {
    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 .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 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) and (max-height: 700px) {
  .bg-after {
    margin-top: -4% !important;
    padding-top: 3% !important;
  }
  #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;
    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;
  }
  .lottie-logo {
    width: 150px !important;
  }
  .banner-right {
    position: relative;
    display: block;
    width: 275px;
    height: 450px;
    right: 2%;
    max-height: 460px;
  }
  .banner-right .phishing-stream .game-title {
    font-size: 16px;
  }
  .access-text {
    display: none;
  }
  .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: 53px !important;
    max-width: 60%;
  }
  .form-signup .input-icon {
    width: 20px;
    height: 20px;
  }
  .scan-download-app {
    display: none;
  }
  .animated-top {
    top: 3px;
  }
  .main-inner {
    padding-bottom: 0;
    padding-top: 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: 16px !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: 280px !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;
  }
  .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;
    max-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: 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-box .logo-title {
    width: 350px !important;
  }
  .real-device .phishing-sp {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .contact-pc,
  .banner-left,
  .banner-right {
    display: none;
  }
  .access-text {
    display: inline-flex;
  }
  .contact-sp {
    display: flex;
  }
  .form-signup {
    padding: 55px 30px 20px !important;
  }
}
@media only screen and (max-device-width: 1023px) and (orientation: landscape) {
  #modalContentAccess .modal-content {
    width: 230px;
  }
  .note {
    display: none !important;
  }
  .logo {
    width: 120px !important;
  }
  .form-signup {
    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;
  }
  .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: translateY(-5px);
  }
  .bg-after {
    transform: none;
    margin-top: -6%;
    padding-bottom: 40px;
  }
  .partner {
    position: relative !important;
    margin-top: 15px;
  }
  .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: 55% !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) {
  .btn-web,
  .install-btn button,
  .register-btn button {
    width: 345px !important;
    height: 57px !important;
  }
  .partner-content .partner-item {
    padding-bottom: 0;
  }
  .divider {
    padding: 12px 0;
  }
  .logo {
    width: 120px;
  }
  .logo-box .logo-title {
    width: 160px !important;
    transform: translateY(-13px);
  }
  .form-signup {
    margin-top: -5px;
    margin-bottom: 5px;
    padding: 50px 20px 5px !important;
  }
  .form-signup input {
    height: 45px !important;
  }
  .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(/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, 0.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, 0.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;
  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: 535px;
  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: 535px;
  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;
}
.center {
  text-align: center;
}
.title02 {
  color: #ffb96e;
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0;
}
.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%;
}
.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;
}
.s2 {
  left: 71%;
  width: 10%;
  top: 15%;
}
.s3 {
  left: 70%;
  width: 15%;
  top: 25%;
}
.s4 {
  left: 29%;
  width: 18%;
  top: 60%;
}
@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;
}
.s1 {
  top: 23%;
  left: 15%;
  width: 18%;
}
.s2 {
  top: 15%;
  left: 71%;
  width: 10%;
}
.s3,
.s4 {
  animation: sparkleBlinkReverse 4s linear infinite;
  animation-delay: 1s;
}
.s3 {
  top: 25%;
  left: 70%;
  width: 15%;
}
.s4 {
  top: 60%;
  left: 29%;
  width: 18%;
}
.logo-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
}
.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;
}
.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 30s 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% - 10px);
  transform: translateY(-50%);
  opacity: 0.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;
}
.access-text {
  margin-top: 7px;
  background: transparent;
  border: 0;
  color: #cfb689;
  border-bottom: 1px solid #cfb689;
  cursor: pointer;
}
.access-text > span {
  color: #ffbb43;
  font-weight: 700;
}
@media screen and (max-width: 383px) {
  .contact-box img {
    width: 25px !important;
  }
  .contact-box button {
    margin-bottom: 4px;
  }
  .logo-wrapper {
    margin-bottom: 5px;
  }

  .logo {
    width: 90px !important;
  }
  .divider {
    padding: 10px 0;
  }
  .form-signup {
    padding: 40px 20px 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: 170px !important;
    max-width: 100%;
  }
  #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;
  }
  .lottie-logo {
    width: 130px;
  }
  .phishing-sp {
    margin-top: 10px !important;
  }
  .logo-box .logo-title {
    width: 120px !important;
    transform: translateY(-15px);
  }
  .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: 250px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) and (min-height: 1200px) {
  .form-signup input {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .divider {
    padding: 15px 0;
  }
  .logo {
    width: 135px;
    transform: translateY(-5px);
  }
  .form-signup {
    padding: 50px 20px 15px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box img {
    width: 31px;
  }
  .partner-content img {
    width: 57px;
  }
  .logo-title {
    margin: 0;
  }

  .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;
  }
  .form-signup .btn-signup > button {
    height: 46px;
    width: 200px;
  }
  .form-signup .input-wrapper {
    padding-bottom: 17px;
    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: 314px;
    height: 55px;
  }
  .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;
  }
  .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;
  }
}
@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: 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) {
  .access-text {
    margin-top: 5px;
    font-size: 18px;
  }
  .form-signup input {
    height: 50px;
  }
}
@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 5px !important;
  }
  .divider img {
    width: 380px;
  }
  .bottom-content {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .form-signup {
    width: 490px;
  }
  .contact-sp {
    display: none;
  }
  .contact-pc {
    display: flex;
  }
  .install-btn,
  .access-text {
    display: none;
  }
  .banner-left,
  .banner-right {
    display: block;
  }
  .bottom-content {
    margin-top: 10px;
  }
  .contact-box {
    flex-direction: row;
    gap: 15px;
    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: rgba(255, 195, 110, 0.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 {
    width: 250px;
  }
  .form-signup {
    width: 650px;
    padding: 90px 40px 30px;
    margin-top: 35px;
  }
  .form-signup .btn-signup > button {
    width: 320px;
    height: 80px;
  }
  .form-signup .input-icon {
    width: 33px;
    height: 33px;
    top: calc(50% - 18px);
    left: 15px;
  }
  .form-signup input {
    height: 85px;
    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-box .logo-title {
    width: 300px;
    transform: unset;
  }
  .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: 540px;
    height: 95px;
    font-size: 24px;
  }
  .error {
    font-size: 16px !important;
    bottom: 4px !important;
  }
  .divider {
    padding: 40px 0;
  }
  .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;
  }
}

/* this is for new content css */
.header {
  position: relative;
}
.header-lang {
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 1000;
}
@media (max-width: 992px) {
  .header-lang {
    right: 15px;
  }
}

.lang-trigger {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.lang-menu {
  position: absolute;
  right: 0;
  top: 46px;
  text-align: left;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 8px;
  min-width: 190px;
  display: none;
  backdrop-filter: blur(4px);
}

.lang-menu.open {
  display: block;
}

.lang-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 700;
}

.lang-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lang-menu a.active {
  background: rgba(200, 155, 43, 0.25);
}
.title-f {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}
@media (max-width: 768px) {
  .title-f {
    margin-top: 20px;
  }
}
footer {
  width: 100%;
  background: #240202;
  padding: 2rem 0;
  line-height: 1.6;
  font-size: 14px;
  z-index: 9999;
  position: relative;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-inline: 8px;
}
.footer-social a {
  display: inline-block;
}

.footer-social img {
  width: 36px;
  height: auto;
}
.footer-support {
  margin-inline: -30px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: #812424;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.footer-support:hover {
  opacity: 0.9;
}
@media (max-width: 992px) {
  .footer-support {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.logo-footer {
  width: 100%;
  max-width: 150px;
}
.footer-links {
  text-align: left;
}
@media (max-width: 768px) {
  .footer-links {
    text-align: center;
  }
}
.footer-links a {
  display: block;
  color: #d4b385;
  text-decoration: none;
  margin-top: 8px;
  font-weight: 500;
  white-space: wrap;
}

.footer-links a:hover {
  opacity: 0.85;
}

.copyright {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  background: #240202;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.dmca {
  margin-block: 12px;
}
.dmca img {
  margin: unset;
  width: 70%;
}
@media (max-width: 768px) {
  .dmca img {
    margin: auto;
    width: 60%;
  }
}

.homepage-content {
  width: 90%;
  max-width: 1140px;
  margin: 40px auto 0;
  padding: 15px;
  font-size: 18px;
  color: white;
}
.sub-page-content {
  width: 90%;
  max-width: 1140px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid #453800;
  border-radius: 30px;
  background: #0000008a;
  font-size: 18px;
}
.homepage-img {
  text-align: center;
}
.sub-page-content .sub-title01,
.homepage-content .sub-title01 {
  font-size: 22px;
  color: #ffe5b7;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.sub-page-content .sub-title02,
.homepage-content .sub-title02 {
  font-size: 18px;
  color: #ffe5b7;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.sub-page-content .sub-title03 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #ffd996;
}
.sub-page-content .sub-list {
  padding-left: 30px;
  margin-bottom: 10px;
}

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

.sub-page-content p,
.sub-page-content i {
  margin-bottom: 12px;
  color: white;
  line-height: 1.5;
  font-size: 16px;
}
/* FAQ Specific Styles */
.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.faq-question {
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.faq-answer {
  line-height: 1.6;
}
