@charset "UTF-8";
/** font-family  **/
/** color(font) **/
/** transition **/
/* 20231005 5주년 업데이트 대축제 작업하면서 reset 전체 변경 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

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

li,
ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
em,
i {
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: " ";
  content: none;
}

strong,
th,
b,
em {
  font-style: normal;
  font-weight: inherit;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  background: transparent;
  border-radius: 0;
  letter-spacing: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

textarea {
  resize: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  border: none;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}

fieldset,
img {
  border: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

label {
  cursor: pointer;
}

legend,
.blind {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}

.i-blind {
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}

a:focus,
button:focus,
select:focus,
textarea:focus,
input:focus,
*[tabindex="0"]:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #161616;
}
html:has(body.type_pc) {
  overflow-y: hidden;
}

body {
  height: 100%;
  background-color: #161616;
  font-family: "hahmlet", "Pretendard", "NanumSquare", "NanumSquareR", notosans;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  word-break: keep-all;
  overflow-x: hidden;
}
body.type_pc {
  min-width: 1400px;
  overflow-x: auto;
  overflow-y: hidden;
}
body.type_pc #gnbView {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.type_pc #contentView {
  height: 100%;
}
body.type_tablet.scroll-lock, body.type_mobile.scroll-lock {
  overflow: hidden;
}
body.type_tablet .gnb_wrap, body.type_mobile .gnb_wrap {
  height: 90px;
}
body.type_tablet .gnb_wrap .gnb_logo, body.type_mobile .gnb_wrap .gnb_logo {
  width: 250px;
  height: 90px;
  background-size: auto 180px;
}
body.type_tablet .fixedBottom, body.type_mobile .fixedBottom {
  position: absolute;
  top: 0;
}
body.type_tablet .fixedBottom.fix, body.type_mobile .fixedBottom.fix {
  position: fixed;
  top: unset;
  bottom: 0;
  width: 100%;
}
body.type_tablet .fixedBottom.fix .floating, body.type_mobile .fixedBottom.fix .floating {
  position: absolute;
  top: unset;
  bottom: 32px;
}
body.type_tablet .fixedBottom.btm, body.type_mobile .fixedBottom.btm {
  position: absolute;
}
body.type_tablet .floating, body.type_mobile .floating {
  position: absolute;
  top: 820px;
  left: 530px;
  width: 324px;
  height: 198px;
  font-size: 0;
  background: url("./img/common/floating_m.png") no-repeat 0 0;
}
body.type_tablet .floating-banner, body.type_mobile .floating-banner {
  position: absolute;
  top: 108px;
  left: 10px;
  z-index: 1;
}
body.type_tablet .floating-banner-wrap, body.type_mobile .floating-banner-wrap {
  width: 191px;
  height: 136px;
  padding: 10px;
  background: url("./img/common/floating-banner.png") no-repeat 0 0;
}
body.type_tablet .floating-banner.pre .floating-banner-wrap, body.type_mobile .floating-banner.pre .floating-banner-wrap {
  background: url("./img/common/floating-banner-pre.png") no-repeat 0 0;
}
body.type_tablet .floating-banner a, body.type_mobile .floating-banner a {
  display: block;
  height: 100%;
  font-size: 0;
}
body.type_tablet #footerWrap, body.type_mobile #footerWrap {
  min-width: auto;
}
body.type_tablet #footerWrap .footer, body.type_mobile #footerWrap .footer {
  font-size: 30px !important;
  padding-left: 50px;
  padding-right: 50px;
  min-height: 180px;
  padding-bottom: 61px;
}
body.type_tablet #footerWrap .footer *, body.type_mobile #footerWrap .footer * {
  font-size: 30px !important;
}
body.type_tablet #footerWrap .footer b, body.type_mobile #footerWrap .footer b {
  font-weight: 700 !important;
}
body.type_tablet #footerWrap .ft_bx_lt, body.type_mobile #footerWrap .ft_bx_lt {
  float: none;
}
body.type_tablet #footerWrap .ft_bx_lt .ft_bx_ci, body.type_mobile #footerWrap .ft_bx_lt .ft_bx_ci {
  padding-top: 25px !important;
}
body.type_tablet #footerWrap .ft_bx_lt .ft_bx_ci .ft_ci, body.type_mobile #footerWrap .ft_bx_lt .ft_bx_ci .ft_ci {
  height: 60px;
  margin: 50px 56px 0 0;
}
body.type_tablet #footerWrap .ft_bx_lt .ft_bx_ci .ft_ci img, body.type_mobile #footerWrap .ft_bx_lt .ft_bx_ci .ft_ci img {
  height: 130px;
}
body.type_tablet #footerWrap .ft_bx_rt, body.type_mobile #footerWrap .ft_bx_rt {
  float: none;
  text-align: left;
}
body.type_tablet #footerWrap .ft_bx_rt .ft_bx_policy, body.type_mobile #footerWrap .ft_bx_rt .ft_bx_policy {
  padding-top: 60px;
  padding-bottom: 15px;
}
body.type_tablet #footerWrap .ft_bx_rt .ft_bx_item, body.type_mobile #footerWrap .ft_bx_rt .ft_bx_item {
  padding: 15px 0 0;
}
body.type_pc .btn_top {
  width: 133px;
  height: 152px;
  background: url(./img/common/btn_top.png) no-repeat 0 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
body.type_tablet .btn_top, body.type_mobile .btn_top {
  bottom: 100px;
  width: 133px;
  height: 152px;
  background: url(./img/common/btn_top.png) no-repeat 0 0;
}
body.type_tablet .floating {
  left: 530px;
}

body:not(.type_pc, .type_mobile, .type_tablet) > * {
  opacity: 0;
}

.footer {
  font-family: "NotoSansKR_EN_Regular", "NotoSansKR_Regular";
  font-weight: normal;
}
.footer b {
  font-weight: bold;
}

#appView {
  position: relative;
  overflow: hidden;
  z-index: auto;
}

.section-intro {
  position: relative;
  height: calc(100vh - 40px);
  min-height: 880px;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 2600px auto;
  min-width: 750px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-intro .bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.section-intro .bg video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.type_pc .mobile-only {
  display: none !important;
}

.type_mobile,
.type_tablet {
  width: 800px;
  overflow-x: hidden;
}
.type_mobile .pc-only,
.type_tablet .pc-only {
  display: none !important;
}
.type_mobile .gnb_wrap,
.type_tablet .gnb_wrap {
  min-width: auto;
}
#contentView {
  position: relative;
  zoom: 1 !important;
  background: #000;
}

/* popup */
#uLayerDimmedpopCheckRegister,
#uLayerDimmedpopLogin {
  display: none;
}

.type_mobile .section-intro {
  min-height: 1300px;
}

.type_pc .pop_wrap,
.type_tablet .pop_wrap {
  width: 640px;
}

.type_pc .pop_wrap .pop_section,
.type_tablet .pop_wrap .pop_section {
  width: 640px;
  -webkit-transform: scale(0.9); /* Safari */
  transform: scale(0.9);
}

.type_pc .pop_wrap .pop_section.pop_movie,
.type_tablet .pop_wrap .pop_section.pop_movie {
  width: 640px;
  -webkit-transform: scale(1); /* Safari */
  transform: scale(1);
  background: transparent;
}

.type_pc .pop_wrap.alert-pop,
.type_tablet .pop_wrap.alert-pop {
  width: 700px;
}
.type_pc .pop_wrap.alert-pop .pop_section,
.type_tablet .pop_wrap.alert-pop .pop_section {
  width: 700px;
  -webkit-transform: none;
          transform: none;
  padding-top: 50px;
}
.type_pc .pop_wrap.alert-pop .alert,
.type_tablet .pop_wrap.alert-pop .alert {
  width: 700px;
  height: 279px;
  background: url("img/common/popup-bg.png") no-repeat;
}
.type_pc .pop_wrap.alert-pop .alert p,
.type_tablet .pop_wrap.alert-pop .alert p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  padding-top: 50px;
}
.type_pc .pop_wrap.alert-pop .alert .btn-close,
.type_tablet .pop_wrap.alert-pop .alert .btn-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 43px;
  width: 160px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #222222;
  border-radius: 4px;
}

.type_mobile .pop_wrap.alert-pop {
  width: 700px;
}
.type_mobile .pop_wrap.alert-pop .alert {
  width: 700px;
  height: 310px;
  background: url("img/common/popup-bg-m.png") no-repeat;
}
.type_mobile .pop_wrap.alert-pop .alert p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 142px;
  font-size: 32px;
  line-height: 46px;
  color: #333;
  font-weight: bold;
  padding-top: 50px;
  letter-spacing: -1.5px;
}
.type_mobile .pop_wrap.alert-pop .alert .btn-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 49px;
  width: 220px;
  height: 60px;
  font-size: 26px;
  color: #fff;
  background: #222222;
  border-radius: 8px;
}

/* horizontal notice */
.type_pc .horizontal_notice {
  display: none !important;
}

.horizontal_notice {
  display: none;
}

.horizontal_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999;
  top: -80px;
  left: 0;
  width: 100%;
  padding: 0 60px;
  background: #252525;
  height: 80px;
  color: #cacaca;
  font-family: "NotoSansKR_EN_Regular", "NotoSansKR_Regular";
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  -webkit-animation: 4s rotation_info_move forwards ease-in-out;
          animation: 4s rotation_info_move forwards ease-in-out;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.horizontal_wrap.fixed {
  position: fixed;
  top: -160px;
}
.horizontal_wrap .cont {
  position: relative;
  line-height: 26px;
  padding-left: 55px;
  word-break: keep-all;
}
.horizontal_wrap .cont::before {
  content: "";
  position: absolute;
  background: url(./img/common/ico_horizontal_notice.png) no-repeat 50% 50%;
  width: 55px;
  height: 36px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes rotation_info_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
  85% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes rotation_info_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
  85% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.type_pc .lnb {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
.type_pc .lnb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0E0E1B), to(rgba(14, 14, 27, 0)));
  background: linear-gradient(180deg, #0E0E1B 0%, rgba(14, 14, 27, 0) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.type_pc .lnb.scrolled::before {
  opacity: 0.8;
  visibility: visible;
}
.type_pc .lnb .area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 2560px;
  min-width: 1400px;
  height: 100px;
  margin: 0 auto;
  padding: 0 20px 0 24px;
}
.type_pc .lnb .area h1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}
.type_pc .lnb .area h1 a, .type_pc .lnb .area h1 button {
  display: block;
  width: 146px;
}
.type_pc .lnb .area h1 a img, .type_pc .lnb .area h1 button img {
  display: block;
  width: 100%;
  height: auto;
}
.type_pc .lnb .area .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  margin-left: auto;
}
.type_pc .lnb .area .right .btn {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  background: url("img/bg-r.png") 0 0/100% 100% no-repeat;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.type_pc .lnb .area .right .btn.home span {
  background-image: url("img/ico-home.svg");
  background-size: 100% auto;
}
.type_pc .lnb .area .right .btn.pcver span {
  background-image: url("img/ico-connect.svg");
}
.type_pc .lnb .area .right .btn.pcver::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 34px;
  height: 15px;
  margin-top: 4px;
  margin-left: -17px;
  background: url("img/pc/v3/ico-new.png") center no-repeat;
  pointer-events: none;
}
.type_pc .lnb .area .right .btn:hover, .type_pc .lnb .area .right .btn::before {
  background-image: url("img/bg-r-hover.png");
}
.type_pc .lnb .area .right .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.type_pc .lnb .area .right .btn span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-position: center;
}
.type_pc .lnb .area .right button[class^=btn-to] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.71));
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.type_pc .lnb .area .right button[class^=btn-to]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.type_pc .lnb .area .right .btn-to-preorder {
  width: 284px;
  background: url("img/btn.png") center/100% 100% no-repeat;
}
.type_pc .lnb .area .right .btn-to-preorder::after, .type_pc .lnb .area .right .btn-to-preorder:hover {
  background-image: url("img/btn-hover.png");
}
.type_pc .lnb .area .right .btn-to-play {
  width: 275px;
  background: url("img/btn2.png") center/100% 100% no-repeat;
}
.type_pc .lnb .area .right .btn-to-play::before {
  content: "";
  display: block;
  width: 24px;
  height: 25px;
  margin-top: 2px;
  margin-right: 6px;
  background: url("img/ico-bns.png") center/cover no-repeat;
}
.type_pc .lnb .area .right .btn-to-play::after, .type_pc .lnb .area .right .btn-to-play:hover {
  background-image: url("img/btn2-hover.png");
}
@media (max-width: 1700px) {
  .type_pc .lnb .area nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    margin-left: 12px;
  }
  .type_pc .lnb .area nav.open ul {
    opacity: 1;
    visibility: visible;
  }
  .type_pc .lnb .area nav .btn-nav-toggle {
    display: block;
    width: 60px;
    height: 60px;
    background: url("img/ico-menu.png") center/cover no-repeat;
  }
  .type_pc .lnb .area nav ul {
    position: absolute;
    top: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 310px;
    height: 320px;
    margin-top: 13px;
    padding: 58px 13px 0;
    background: url("img/pc/bg-reward-border.png") center 36px no-repeat, url("img/pc/bg-nav.png") center 0 no-repeat;
    opacity: 0;
    visibility: hidden;
  }
  .type_pc .lnb .area nav ul li button, .type_pc .lnb .area nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100%;
    height: 40px;
    white-space: nowrap;
  }
  .type_pc .lnb .area nav ul li button.updated span::after, .type_pc .lnb .area nav ul li a.updated span::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 100%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff0000;
  }
  .type_pc .lnb .area nav ul li button.active::before, .type_pc .lnb .area nav ul li button.active::after, .type_pc .lnb .area nav ul li a.active::before, .type_pc .lnb .area nav ul li a.active::after {
    opacity: 1;
    visibility: visible;
  }
  .type_pc .lnb .area nav ul li button.active span, .type_pc .lnb .area nav ul li a.active span {
    background: -webkit-gradient(linear, left top, left bottom, from(#006FD8), to(#35B1FF));
    background: linear-gradient(180deg, #006FD8 0%, #35B1FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
  .type_pc .lnb .area nav ul li button::before, .type_pc .lnb .area nav ul li button::after, .type_pc .lnb .area nav ul li a::before, .type_pc .lnb .area nav ul li a::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: "";
    display: block;
    width: 19px;
    height: 5px;
    margin-top: 4px;
    background: url("img/pc/ico-nav-active.png") center/contain no-repeat;
    opacity: 0;
    visibility: visible;
  }
  .type_pc .lnb .area nav ul li button::after, .type_pc .lnb .area nav ul li a::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .type_pc .lnb .area nav ul li button span, .type_pc .lnb .area nav ul li a span {
    position: relative;
    color: #fff;
    font-size: 22px;
  }
}
@media (min-width: 1701px) {
  .type_pc .lnb .area nav .btn-nav-toggle {
    display: none;
  }
  .type_pc .lnb .area nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .type_pc .lnb .area nav > ul button, .type_pc .lnb .area nav > ul a {
    position: relative;
    display: block;
    padding-bottom: 4px;
    white-space: nowrap;
  }
  .type_pc .lnb .area nav > ul button.active span, .type_pc .lnb .area nav > ul a.active span {
    color: #35B1FF;
  }
  .type_pc .lnb .area nav > ul button.updated::after, .type_pc .lnb .area nav > ul a.updated::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    margin-top: 5px;
    border-radius: 50%;
    background: #ff0000;
  }
  .type_pc .lnb .area nav > ul button span, .type_pc .lnb .area nav > ul a span {
    color: #D8E5FF;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8), 0 2px 3px rgba(0, 0, 0, 0.6);
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
}

.type_mobile .lnb,
.type_tablet .lnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 180px;
  overflow-x: clip;
  pointer-events: none;
}
.type_mobile .lnb::before,
.type_tablet .lnb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.23%, rgba(18, 18, 39, 0.7)), to(rgba(18, 18, 39, 0)));
  background: linear-gradient(180deg, rgba(18, 18, 39, 0.7) 21.23%, rgba(18, 18, 39, 0) 100%);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.type_mobile .lnb.fixed,
.type_tablet .lnb.fixed {
  position: fixed;
}
.type_mobile .lnb.fixed::before,
.type_tablet .lnb.fixed::before {
  opacity: 1;
  visibility: visible;
}
.type_mobile .lnb .area,
.type_tablet .lnb .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: auto;
}
.type_mobile .lnb .area h1,
.type_tablet .lnb .area h1 {
  padding: 15px 0 0 15px;
}
.type_mobile .lnb .area h1 a, .type_mobile .lnb .area h1 button,
.type_tablet .lnb .area h1 a,
.type_tablet .lnb .area h1 button {
  display: block;
  width: 197px;
  height: auto;
}
.type_mobile .lnb .area h1 a img, .type_mobile .lnb .area h1 button img,
.type_tablet .lnb .area h1 a img,
.type_tablet .lnb .area h1 button img {
  display: block;
  width: 100%;
  height: auto;
}
.type_mobile .lnb .area .right,
.type_tablet .lnb .area .right {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  padding-right: 20px;
}
.type_mobile .lnb .area .right .btn-to-preorder,
.type_tablet .lnb .area .right .btn-to-preorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 338px;
  height: 80px;
  background: url("img/btn.png") 0 0/100% 100% no-repeat;
}
.type_mobile .lnb .area .right .btn-to-preorder span,
.type_tablet .lnb .area .right .btn-to-preorder span {
  width: 100%;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.27%, #FFF), to(#999));
  background: linear-gradient(180deg, #FFF 43.27%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 1.248px 2.496px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 1.248px 2.496px rgba(0, 0, 0, 0.6));
  text-align: center;
}
.type_mobile .lnb .area .right .btn.home,
.type_tablet .lnb .area .right .btn.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: url("img/ico-home.svg") center/60px auto no-repeat, url("img/bg-r.png") 0 0/100% 100% no-repeat;
  font-size: 0;
  text-indent: -5000px;
}
.type_mobile .lnb .area .right .btn-menu,
.type_tablet .lnb .area .right .btn-menu {
  display: block;
  width: 75px;
  height: 75px;
  background: url("img/ico-menu.png") center no-repeat;
}
.type_mobile .lnb .panel,
.type_tablet .lnb .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 100vh;
  overflow: hidden;
  -webkit-transform: translate3d(101%, 0, 0);
          transform: translate3d(101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  pointer-events: auto;
}
.type_mobile .lnb .panel.open,
.type_tablet .lnb .panel.open {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.type_mobile .lnb .panel .scroll,
.type_tablet .lnb .panel .scroll {
  display: block;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  background: #04122B url("img/mobile/bg-panel.jpg") 0 0/100% auto no-repeat;
}
.type_mobile .lnb .panel .scroll .flex,
.type_tablet .lnb .panel .scroll .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 30px;
  padding-top: 200px;
}
.type_mobile .lnb .panel .scroll .flex > *,
.type_tablet .lnb .panel .scroll .flex > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type_mobile .lnb .panel .scroll .flex .logo,
.type_tablet .lnb .panel .scroll .flex .logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 197px;
}
.type_mobile .lnb .panel .scroll .flex .logo img,
.type_tablet .lnb .panel .scroll .flex .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.type_mobile .lnb .panel .scroll .flex .btn-close,
.type_tablet .lnb .panel .scroll .flex .btn-close {
  position: absolute;
  top: 23px;
  right: 26px;
  width: 75px;
  height: 75px;
  background: url("img/mobile/ico-close.png") center/cover no-repeat;
}
.type_mobile .lnb .panel .scroll .flex .btn-to-preorder,
.type_mobile .lnb .panel .scroll .flex .btn-to-play,
.type_tablet .lnb .panel .scroll .flex .btn-to-preorder,
.type_tablet .lnb .panel .scroll .flex .btn-to-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  margin: 0 auto;
  padding-bottom: 4px;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
}
.type_mobile .lnb .panel .scroll .flex .btn-to-preorder,
.type_tablet .lnb .panel .scroll .flex .btn-to-preorder {
  width: 531px;
  background: url("img/mobile/btn1.png") center no-repeat;
}
.type_mobile .lnb .panel .scroll .flex .btn-to-play,
.type_tablet .lnb .panel .scroll .flex .btn-to-play {
  width: 514px;
  background: url("img/mobile/btn2.png") center no-repeat;
}
.type_mobile .lnb .panel .scroll .flex .btn-to-play::before,
.type_tablet .lnb .panel .scroll .flex .btn-to-play::before {
  content: "";
  display: block;
  width: 49px;
  height: 50px;
  margin-top: 4px;
  margin-right: 10px;
  background: url("img/ico-bns.png") center/cover no-repeat;
}
.type_mobile .lnb .panel .scroll .flex nav,
.type_tablet .lnb .panel .scroll .flex nav {
  width: 674px;
  margin: 55px auto 0;
}
.type_mobile .lnb .panel .scroll .flex nav ul,
.type_tablet .lnb .panel .scroll .flex nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.type_mobile .lnb .panel .scroll .flex nav ul button, .type_mobile .lnb .panel .scroll .flex nav ul a,
.type_tablet .lnb .panel .scroll .flex nav ul button,
.type_tablet .lnb .panel .scroll .flex nav ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  height: 60px;
}
.type_mobile .lnb .panel .scroll .flex nav ul button.updated span::after, .type_mobile .lnb .panel .scroll .flex nav ul a.updated span::after,
.type_tablet .lnb .panel .scroll .flex nav ul button.updated span::after,
.type_tablet .lnb .panel .scroll .flex nav ul a.updated span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff0000;
}
.type_mobile .lnb .panel .scroll .flex nav ul button.active::before, .type_mobile .lnb .panel .scroll .flex nav ul button.active::after, .type_mobile .lnb .panel .scroll .flex nav ul a.active::before, .type_mobile .lnb .panel .scroll .flex nav ul a.active::after,
.type_tablet .lnb .panel .scroll .flex nav ul button.active::before,
.type_tablet .lnb .panel .scroll .flex nav ul button.active::after,
.type_tablet .lnb .panel .scroll .flex nav ul a.active::before,
.type_tablet .lnb .panel .scroll .flex nav ul a.active::after {
  content: "";
  display: block;
  width: 64px;
  height: 25px;
  background: url("img/mobile/ico-active.png") center no-repeat;
}
.type_mobile .lnb .panel .scroll .flex nav ul button.active::after, .type_mobile .lnb .panel .scroll .flex nav ul a.active::after,
.type_tablet .lnb .panel .scroll .flex nav ul button.active::after,
.type_tablet .lnb .panel .scroll .flex nav ul a.active::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.type_mobile .lnb .panel .scroll .flex nav ul button.active span, .type_mobile .lnb .panel .scroll .flex nav ul a.active span,
.type_tablet .lnb .panel .scroll .flex nav ul button.active span,
.type_tablet .lnb .panel .scroll .flex nav ul a.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#006FD8), to(#35B1FF));
  background: linear-gradient(180deg, #006FD8 0%, #35B1FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_mobile .lnb .panel .scroll .flex nav ul button span, .type_mobile .lnb .panel .scroll .flex nav ul a span,
.type_tablet .lnb .panel .scroll .flex nav ul button span,
.type_tablet .lnb .panel .scroll .flex nav ul a span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#FFF));
  background: linear-gradient(180deg, #C8C8C8 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}
.type_mobile .lnb .panel .scroll .comm,
.type_tablet .lnb .panel .scroll .comm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 126px;
  padding-bottom: calc(100vh - 100svh + 90px + 60px);
  background: linear-gradient(180deg, rgba(4, 18, 43, 0) 0%, #04122B 166px);
}
.type_mobile .lnb .panel .scroll .comm::before,
.type_tablet .lnb .panel .scroll .comm::before {
  content: "";
  position: absolute;
  top: 130px;
  left: 50%;
  width: 3px;
  height: 195px;
  margin-left: -2px;
  background: url("img/mobile/bg-line.png") center no-repeat;
}
.type_mobile .lnb .panel .scroll .comm .col,
.type_tablet .lnb .panel .scroll .comm .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.type_mobile .lnb .panel .scroll .comm .col .tit,
.type_tablet .lnb .panel .scroll .comm .col .tit {
  color: rgba(255, 255, 255, 0.5);
  font-size: 34px;
  letter-spacing: -0.02em;
}
.type_mobile .lnb .panel .scroll .comm .col .buttons,
.type_tablet .lnb .panel .scroll .comm .col .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 16px;
}
.type_mobile .lnb .panel .scroll .comm .col .buttons .btn,
.type_tablet .lnb .panel .scroll .comm .col .buttons .btn {
  display: block;
  width: 80px;
  height: 80px;
  font-size: 0;
  text-indent: -5000px;
  opacity: 0.9;
}
.type_mobile .lnb .panel .scroll .comm .col .buttons .btn.forum,
.type_tablet .lnb .panel .scroll .comm .col .buttons .btn.forum {
  background: url("img/mobile/ico-forum.svg") center/cover no-repeat;
}
.type_mobile .lnb .panel .scroll .comm .col .buttons .btn.youtube,
.type_tablet .lnb .panel .scroll .comm .col .buttons .btn.youtube {
  background: url("img/mobile/ico-youtube.svg") center/cover no-repeat;
}
.type_mobile .lnb .panel .scroll .comm .col .buttons .btn.facebook,
.type_tablet .lnb .panel .scroll .comm .col .buttons .btn.facebook {
  background: url("img/mobile/ico-facebook.svg") center/cover no-repeat;
}
.type_mobile .lnb .panel .scroll .comm .col .buttons .btn.x,
.type_tablet .lnb .panel .scroll .comm .col .buttons .btn.x {
  background: url("img/mobile/ico-x.svg") center/cover no-repeat;
}
.type_mobile .lnb .panel .scroll .comm .col .buttons .btn.copy,
.type_tablet .lnb .panel .scroll .comm .col .buttons .btn.copy {
  background: url("img/mobile/ico-copy.svg") center/cover no-repeat;
}

.type_pc .contents-wrap {
  position: relative;
  max-width: 2560px;
  min-width: 1400px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.type_pc .contents-wrap .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 73px;
  width: 760px;
  height: 100px;
  margin: 0 auto;
  background: url("img/pc/bg-countdown1.png") center 0 no-repeat;
}
.type_pc .contents-wrap .countdown .item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  height: 100%;
  padding-top: 18px;
  text-align: center;
  color: #fff;
}
.type_pc .contents-wrap .countdown .item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -51px;
  width: 30px;
  height: 100%;
  background: url("img/bg-countdown-line.png") center no-repeat;
}
.type_pc .contents-wrap .countdown .item .num-wrap {
  position: relative;
  width: 100%;
  height: 60px;
}
.type_pc .contents-wrap .countdown .item .num-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 60px;
  line-height: 1;
  font-family: "ZCOOL Xiaowei";
  font-variant-numeric: tabular-nums;
}
.type_pc .contents-wrap .countdown .item .label {
  margin-top: -2px;
  font-size: 16px;
  line-height: 1;
  font-family: "ZCOOL Xiaowei";
}
.type_pc .contents-wrap section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
}
.type_pc .contents-wrap section.main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 214px;
  height: 70px;
  margin-left: -107px;
  background: url("img/@scroll.png?v=2") center/contain no-repeat;
  pointer-events: none;
}
.type_pc .contents-wrap section.main .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type_pc .contents-wrap section.main .bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type_pc .contents-wrap section.main .cont-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1400px;
  margin: 0 auto;
  z-index: 1;
}
.type_pc .contents-wrap section.main .cont-area h2 {
  width: 100%;
  height: 260px;
  padding-top: 19px;
  background: url("img/pc/img-next.png") center 0 no-repeat;
}
.type_pc .contents-wrap section.main .cont-area h2 span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4em;
  text-indent: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#003158), to(#0C7297));
  background: linear-gradient(90deg, #003158 0%, #0C7297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_pc .contents-wrap section.main .cont-area .date {
  width: 100%;
  margin-top: 38px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-indent: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#003158), to(#0C7297));
  background: linear-gradient(90deg, #003158 0%, #0C7297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_pc .contents-wrap section.main .cont-area .countdown {
  margin-top: 9px;
  margin-bottom: 37px;
}
.type_pc .contents-wrap section.main .cont-area .btn-to {
  display: block;
  width: 462px;
  height: 88px;
  margin: 80px auto 0;
  background: url("img/btn.png") center 0/100% 100% no-repeat;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.type_pc .contents-wrap section.main .cont-area .btn-to:hover, .type_pc .contents-wrap section.main .cont-area .btn-to::after {
  background-image: url("img/btn-hover.png");
}
.type_pc .contents-wrap section.main .cont-area .btn-to::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.type_pc .contents-wrap section.preregister {
  background: url("img/pc/bg2.jpg") center 0/auto 1280px no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  width: 100%;
  min-height: 567px;
  margin: 0 auto;
  padding: 0 100px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 594px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .title-wrap {
  position: relative;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .title-wrap .eyebrow {
  position: relative;
  color: #050B3D;
  font-size: 34px;
  line-height: 1;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .title-wrap .eyebrow b {
  color: #913300;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .title-wrap h2 {
  position: relative;
  font-size: 46px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, #040731), color-stop(102.05%, #134DB9));
  background: linear-gradient(90deg, #040731 0.14%, #134DB9 102.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .title-wrap .desc {
  margin-top: 4px;
  color: #050B3D;
  font-size: 20px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .title-wrap .desc b {
  color: #913300;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label.all span {
  color: #913300;
  font-weight: 700;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label::before, .type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label::after {
  content: "";
  position: absolute;
  left: 0;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label:has(input:checked)::after {
  opacity: 1;
  visibility: visible;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label:has(input[type=radio]) {
  padding-left: 31px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label:has(input[type=radio])::before {
  top: 4px;
  width: 26px;
  height: 26px;
  background: url("img/ico-radio.svg") center/cover no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label:has(input[type=radio])::after {
  top: 4px;
  width: 26px;
  height: 26px;
  background: url("img/ico-radio-checked.svg") center/cover no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label:has(input[type=checkbox]) {
  padding-left: 42px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label:has(input[type=checkbox])::before {
  top: 1px;
  width: 32px;
  height: 32px;
  background: url("img/ico-checkbox.svg") center bottom/contain no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label:has(input[type=checkbox])::after {
  top: 1px;
  width: 32px;
  height: 32px;
  background: url("img/ico-checkbox-checked.svg") center bottom/contain no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label span {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label span.ios {
  width: 149px;
  height: 30px;
  background: url("img/ico-ios.svg") center/auto 100% no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap label span.aos {
  width: 149px;
  height: 30px;
  background: url("img/ico-aos.svg") center/auto 100% no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .market-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 480px;
  margin: 17px auto 0;
  padding-bottom: 8px;
  background: url("img/pc/bg-form-line.png") center bottom no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 550px;
  margin: 0 auto;
  padding-bottom: 9px;
  background: url("img/pc/bg-input-line.png") center bottom no-repeat;
  text-align: center;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .input-wrap input {
  display: block;
  width: 230px;
  border: none;
  color: #050B3D;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .input-wrap input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .input-wrap input::-moz-placeholder {
  font-size: 20px;
  font-weight: 500;
  transform: translateY(-4px);
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .input-wrap input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  transform: translateY(-4px);
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .input-wrap input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  transform: translateY(-4px);
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .input-wrap input::placeholder {
  font-size: 20px;
  font-weight: 500;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .input-wrap input.default {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .agreement {
  width: 550px;
  margin: 10px auto 0;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .agreement .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .agreement .row .btn-more {
  display: block;
  color: rgba(5, 11, 61, 0.5);
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .form-wrap .btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 378px;
  height: 72px;
  margin: 23px auto 0;
  padding-bottom: 3px;
  background: url("img/btn.png") center/100% 100% no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .complete {
  margin-top: 33px;
  margin-bottom: 25px;
  padding: 28px 0;
  background: url("img/pc/bg-comp-line.png") center 0 no-repeat, url("img/pc/bg-comp-line.png") center bottom no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .complete h3 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#040731), to(#0C2D97));
  background: linear-gradient(180deg, #040731 0%, #0C2D97 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .complete .desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 121px;
  margin-top: 11px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .complete .desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 673px;
  height: 121px;
  margin-left: -337px;
  background: url("img/pc/bg-comp-ment.png") center no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .complete .desc span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#E2E2E2), to(#FFF));
  background: linear-gradient(180deg, #E2E2E2 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .complete .info {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.35;
  color: rgba(7, 7, 7, 0.5);
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .notice-list {
  width: 100%;
  margin-top: 20px;
  padding-left: 22px;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .notice-list li {
  position: relative;
  padding-left: 27px;
  color: rgba(5, 11, 61, 0.6);
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.type_pc .contents-wrap section.preregister .cont-area .left-wrap .notice-list li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap {
  position: absolute;
  top: -70px;
  left: 100%;
  width: 369px;
  min-height: 709px;
  margin-left: 69px;
  padding-top: 284px;
  background: url("img/pc/bg-reward.png") center 0/100% 100% no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .desc {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.35;
  color: #d7d7d7;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .desc span {
  display: inline-block;
  vertical-align: top;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 9px;
  padding: 30px 41px 0 39px;
  background: url("img/pc/bg-reward-border.png") center 0 no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .period p {
  width: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .period p span {
  display: inline-block;
  vertical-align: top;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .period p span:first-child {
  display: block;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .tooltip-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 287px;
  cursor: pointer;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .tooltip-wrap.open .tooltip {
  opacity: 1;
  visibility: visible;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .tooltip-wrap .btn-toggle {
  position: absolute;
  bottom: -20px;
  right: 12px;
  display: block;
  width: 57px;
  height: 58px;
  margin-left: auto;
  background: url("img/pc/ico-view.png") center no-repeat;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .tooltip-wrap .tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 464px;
  height: 213px;
  margin-top: 20px;
  margin-left: -232px;
  padding-top: 58px;
  background: url("img/pc/bg-reward-border.png") center 31px no-repeat, url("img/pc/bg-tooltip.png") center no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: auto;
}
.type_pc .contents-wrap section.preregister .cont-area .reward-wrap .tooltip-wrap .tooltip p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
.type_pc .contents-wrap section.showcase {
  background: url("img/pc/bg3.jpg") center/auto 1280px no-repeat;
}
.type_pc .contents-wrap section.showcase .cont-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1400px;
  margin: 0 auto;
}
.type_pc .contents-wrap section.showcase .cont-area::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 682px;
  height: 129px;
  margin-left: -341px;
  background: url("img/pc/bg-next.png") center no-repeat;
  pointer-events: none;
}
.type_pc .contents-wrap section.showcase .cont-area h2 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, #311004), color-stop(102.05%, #9F3712));
  background: linear-gradient(90deg, #311004 0.14%, #9F3712 102.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-weight: 700;
}
.type_pc .contents-wrap section.showcase .cont-area .date {
  position: relative;
  margin-top: 13px;
  color: calc(infinity);
  font-size: 24px;
  letter-spacing: -0.02em;
}
.type_pc .contents-wrap section.showcase .cont-area .countdown {
  position: relative;
  margin-top: 12px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.type_pc .contents-wrap section.showcase .cont-area .thumb-wrap {
  width: 820px;
  height: 480px;
  margin: 0 auto;
  padding: 23px 18px 20px;
  background: url("img/pc/bg-thumb-frame.png") center/contain no-repeat;
}
.type_pc .contents-wrap section.showcase .cont-area .thumb-wrap .btn-video-play {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.type_pc .contents-wrap section.showcase .cont-area .thumb-wrap .btn-video-play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/ico-play.svg") center/80px auto no-repeat;
}
.type_pc .contents-wrap section.showcase .cont-area .thumb-wrap .btn-video-play img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type_pc .contents-wrap section.letter {
  background: url("img/pc/bg4.jpg") center/auto 1280px no-repeat;
}
.type_pc .contents-wrap section.letter .cont-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1504px;
  min-width: 1400px;
  min-height: 645px;
  margin: 0 auto;
  padding-top: 90px;
  padding-right: 145px;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap {
  position: relative;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 682px;
  height: 129px;
  margin-left: -341px;
  background: url("img/pc/bg-next2.png") center no-repeat;
  pointer-events: none;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap .eyebrow {
  position: relative;
  color: #913300;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap h2 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, #040731), color-stop(102.05%, #134DB9));
  background: linear-gradient(90deg, #040731 0.14%, #134DB9 102.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap .desc {
  position: relative;
  margin-top: 3px;
  color: #050B3D;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 696px;
  height: 250px;
  margin-top: 38px;
  background: url("img/pc/bg-letter.png") center no-repeat;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap .period dl {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  line-height: 1.35;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap .period dl:not(:first-child) {
  padding-top: 23px;
  background: url("img/pc/bg-reward-border.png") center 0 no-repeat;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap .period dl dt {
  font-size: 22px;
}
.type_pc .contents-wrap section.letter .cont-area .title-wrap .period dl dd {
  font-size: 32px;
}
.type_pc .contents-wrap section.letter .cont-area .input-area {
  position: relative;
  width: 514px;
  padding-top: 8px;
}
.type_pc .contents-wrap section.letter .cont-area .input-area::before {
  content: "";
  position: absolute;
  top: -135px;
  right: -145px;
  width: 1248px;
  height: 821px;
  background: url("img/pc/bg-input-area.png") center/cover no-repeat;
  pointer-events: none;
}
.type_pc .contents-wrap section.letter .cont-area .input-area .head {
  position: relative;
  height: 338px;
}
.type_pc .contents-wrap section.letter .cont-area .input-area .head textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  line-height: 1.35;
  font-family: "hahmlet", "Pretendard";
}
.type_pc .contents-wrap section.letter .cont-area .input-area .head textarea::-webkit-scrollbar {
  width: 10px;
}
.type_pc .contents-wrap section.letter .cont-area .input-area .head textarea::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.type_pc .contents-wrap section.letter .cont-area .input-area .head textarea::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#8F3400), to(#BC2600));
  background: linear-gradient(180deg, #8F3400 0%, #BC2600 100%);
  border: 2px solid transparent;
  background-clip: content-box;
}
.type_pc .contents-wrap section.letter .cont-area .input-area .head .count {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.35;
  color: #000;
}
.type_pc .contents-wrap section.letter .cont-area .input-area .head .comp {
  display: block;
  width: 100%;
  height: 100%;
  padding: 210px 10px 10px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.6) url("img/img-scroll.png") center 52px no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}
.type_pc .contents-wrap section.letter .cont-area .input-area .head .comp b {
  font-weight: 700;
  color: #93EFFF;
}
.type_pc .contents-wrap section.letter .cont-area .input-area .btn-send {
  display: block;
  width: 268px;
  height: 52px;
  margin: 15px auto 0;
  background: url("img/btn2.png") center/cover no-repeat;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.71));
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.type_pc .contents-wrap section.letter .cont-area .input-area .btn-send.disabled, .type_pc .contents-wrap section.letter .cont-area .input-area .btn-send:disabled {
  background-image: url("img/btn-disabled.png");
}
.type_pc .contents-wrap section.letter .cont-area .input-area .btn-send.re-send {
  background-image: url("img/btn3.png");
}
.type_pc .contents-wrap section.letter .cont-area .input-area .btn-send span {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.type_pc .contents-wrap section.letter .cont-area .input-area .btn-view {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  color: #000;
  font-size: 18px;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.type_pc .contents-wrap section.upgrade {
  background: url("img/pc/bg5.jpg?v=2") center/auto 1280px no-repeat;
}
.type_pc .contents-wrap section.upgrade .cont-area {
  width: 1400px;
  margin: 0 auto;
}
.type_pc .contents-wrap section.upgrade .cont-area .title-wrap {
  position: relative;
  min-height: 159px;
  padding-top: 25px;
}
.type_pc .contents-wrap section.upgrade .cont-area .title-wrap::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 682px;
  height: 129px;
  margin-left: -341px;
  background: url("img/pc/bg-next.png") center no-repeat;
  pointer-events: none;
}
.type_pc .contents-wrap section.upgrade .cont-area .title-wrap h2 {
  position: relative;
}
.type_pc .contents-wrap section.upgrade .cont-area .title-wrap h2 span {
  font-size: 56px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, #311004), color-stop(102.05%, #9F3712));
  background: linear-gradient(90deg, #311004 0.14%, #9F3712 102.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_pc .contents-wrap section.upgrade .cont-area .title-wrap .desc {
  position: relative;
  color: #1E2222;
  font-size: 22px;
}
.type_pc .contents-wrap section.upgrade .cont-area .thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 937px;
  height: 505px;
  margin: -8px auto 0;
  padding-top: 45px;
  background: url("img/pc/bg-thumb-lock.png") center 0 no-repeat;
}
.type_pc .contents-wrap section.upgrade .cont-area .thumb-wrap .coming-soon {
  margin-bottom: 35px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_pc .contents-wrap section.upgrade .cont-area .thumb-wrap .coming-soon .eyebrow {
  font-size: 22px;
  line-height: 1.35;
}
.type_pc .contents-wrap section.upgrade .cont-area .thumb-wrap .coming-soon h3 {
  margin-top: 4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
}
.type_pc .contents-wrap section.upgrade .cont-area .thumb-wrap .countdown {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.type_pc .floating-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: bottom 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: bottom 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}
.type_pc .floating-bottom.bottom {
  --footerHeight: 0px;
  bottom: var(--footerHeight);
}
.type_pc .floating-bottom.show .area .btn-top {
  opacity: 1;
  visibility: visible;
}
.type_pc .floating-bottom .area {
  position: relative;
  max-width: 2560px;
  min-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.type_pc .floating-bottom .area .comm {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.type_pc .floating-bottom .area .comm .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  background: url("img/bg-b.png") 0 0/100% 100% no-repeat;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.type_pc .floating-bottom .area .comm .btn:hover {
  background-image: url("img/bg-b-hover.png");
}
.type_pc .floating-bottom .area .comm .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: url("img/bg-b-hover.png") no-repeat;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.type_pc .floating-bottom .area .comm .btn.forum span {
  background-image: url("img/ico-forum.svg");
}
.type_pc .floating-bottom .area .comm .btn.youtube span {
  background-image: url("img/ico-youtube.svg");
}
.type_pc .floating-bottom .area .comm .btn.share span {
  background-image: url("img/ico-share.svg");
}
.type_pc .floating-bottom .area .comm .btn.home span {
  background-image: url("img/ico-home.svg");
}
.type_pc .floating-bottom .area .comm .btn span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.type_pc .floating-bottom .area .comm .toggle-wrap {
  position: relative;
}
.type_pc .floating-bottom .area .comm .toggle-wrap.open .btn.share {
  background-image: url("img/bg-b-hover.png");
}
.type_pc .floating-bottom .area .comm .toggle-wrap.open .toggle {
  opacity: 1;
  visibility: visible;
}
.type_pc .floating-bottom .area .comm .toggle-wrap .toggle {
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 230px;
  height: 54px;
  padding: 0 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.type_pc .floating-bottom .area .comm .toggle-wrap .toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1A113A), color-stop(60.1%, #1A113A), to(rgba(26, 17, 58, 0)));
  background: linear-gradient(90deg, #1A113A 0%, #1A113A 60.1%, rgba(26, 17, 58, 0) 100%);
  opacity: 0.6;
  z-index: -1;
}
.type_pc .floating-bottom .area .comm .toggle-wrap .toggle button, .type_pc .floating-bottom .area .comm .toggle-wrap .toggle a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  font-size: 0;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.type_pc .floating-bottom .area .comm .toggle-wrap .toggle button.facebook, .type_pc .floating-bottom .area .comm .toggle-wrap .toggle a.facebook {
  background-image: url("img/ico-facebook.svg");
}
.type_pc .floating-bottom .area .comm .toggle-wrap .toggle button.x, .type_pc .floating-bottom .area .comm .toggle-wrap .toggle a.x {
  background-image: url("img/ico-x.svg");
}
.type_pc .floating-bottom .area .comm .toggle-wrap .toggle button.copy, .type_pc .floating-bottom .area .comm .toggle-wrap .toggle a.copy {
  background-image: url("img/ico-copy.svg");
}
.type_pc .floating-bottom .area .btn-top {
  position: absolute;
  display: block;
  right: 32px;
  bottom: 32px;
  width: 60px;
  height: 60px;
  background: url("img/ico-top.png") center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.type_mobile .contents-wrap,
.type_tablet .contents-wrap {
  position: relative;
}
.type_mobile .contents-wrap .countdown,
.type_tablet .contents-wrap .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 84px;
  width: 100%;
  height: 131px;
  background: url("img/mobile/bg-countdown.png") center no-repeat;
}
.type_mobile .contents-wrap .countdown .item,
.type_tablet .contents-wrap .countdown .item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 100%;
  padding-top: 26px;
  text-align: center;
  color: #fff;
}
.type_mobile .contents-wrap .countdown .item:not(:first-child)::before,
.type_tablet .contents-wrap .countdown .item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -57px;
  width: 30px;
  height: 96px;
  background: url("img/bg-countdown-line.png") center no-repeat;
}
.type_mobile .contents-wrap .countdown .item .num-wrap,
.type_tablet .contents-wrap .countdown .item .num-wrap {
  position: relative;
  width: 100%;
  height: 64px;
}
.type_mobile .contents-wrap .countdown .item .num-wrap span,
.type_tablet .contents-wrap .countdown .item .num-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 64px;
  line-height: 1;
  font-family: "ZCOOL Xiaowei";
  font-variant-numeric: tabular-nums;
}
.type_mobile .contents-wrap .countdown .item .label,
.type_tablet .contents-wrap .countdown .item .label {
  font-size: 25px;
  line-height: 1;
  font-family: "ZCOOL Xiaowei";
}
.type_mobile .contents-wrap > section.main,
.type_tablet .contents-wrap > section.main {
  position: relative;
  display: block;
  height: 1550px;
  padding-bottom: 270px;
}
.type_mobile .contents-wrap > section.main:has(.banner) .cont-area,
.type_tablet .contents-wrap > section.main:has(.banner) .cont-area {
  padding-top: 225px;
}
.type_mobile .contents-wrap > section.main:has(#mainCountdown[style*="display: none"]) .cont-area, .type_mobile .contents-wrap > section.main:has(#mainCountdown[style*="display:none"]) .cont-area,
.type_tablet .contents-wrap > section.main:has(#mainCountdown[style*="display: none"]) .cont-area,
.type_tablet .contents-wrap > section.main:has(#mainCountdown[style*="display:none"]) .cont-area {
  padding-top: 300px;
}
.type_mobile .contents-wrap > section.main::after,
.type_tablet .contents-wrap > section.main::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 96px;
  background: url("img/@scroll.png?v=2") center no-repeat;
  z-index: 1;
  pointer-events: none;
}
.type_mobile .contents-wrap > section.main .bg,
.type_tablet .contents-wrap > section.main .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1550px;
}
.type_mobile .contents-wrap > section.main .bg video,
.type_tablet .contents-wrap > section.main .bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type_mobile .contents-wrap > section.main .cont-area,
.type_tablet .contents-wrap > section.main .cont-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 80px - (100vh - 100svh));
  min-height: 1200px;
  max-height: 1375px;
  padding-top: 187px;
  z-index: 1;
}
.type_mobile .contents-wrap > section.main .cont-area h2,
.type_tablet .contents-wrap > section.main .cont-area h2 {
  padding: 0 40px 147px;
  background: url("img/mobile/img-next.png") center bottom no-repeat;
}
.type_mobile .contents-wrap > section.main .cont-area h2 span,
.type_tablet .contents-wrap > section.main .cont-area h2 span {
  display: block;
  width: 100%;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-indent: 0.125em;
  background: -webkit-gradient(linear, left top, right top, from(#003158), to(#02445C));
  background: linear-gradient(90deg, #003158 0%, #02445C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_mobile .contents-wrap > section.main .cont-area .date,
.type_tablet .contents-wrap > section.main .cont-area .date {
  margin-top: 30px;
  color: #040731;
  font-size: 34px;
  font-weight: 700;
}
.type_mobile .contents-wrap > section.main .cont-area .btn-to,
.type_mobile .contents-wrap > section.main .cont-area .btn-start,
.type_tablet .contents-wrap > section.main .cont-area .btn-to,
.type_tablet .contents-wrap > section.main .cont-area .btn-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
}
.type_mobile .contents-wrap > section.main .cont-area .btn-to,
.type_tablet .contents-wrap > section.main .cont-area .btn-to {
  width: 531px;
  margin: auto auto 0;
  background: url("img/mobile/btn1.png") center no-repeat;
}
.type_mobile .contents-wrap > section.main .cont-area .btn-start,
.type_tablet .contents-wrap > section.main .cont-area .btn-start {
  width: 514px;
  margin: 30px auto 0;
  background: url("img/mobile/btn2.png") center no-repeat;
}
.type_mobile .contents-wrap > section.main .cont-area .btn-start::before,
.type_tablet .contents-wrap > section.main .cont-area .btn-start::before {
  content: "";
  display: block;
  width: 49px;
  height: 50px;
  margin-top: 4px;
  margin-right: 10px;
  background: url("img/ico-bns.png") center/cover no-repeat;
}
.type_mobile .contents-wrap > section.preregister,
.type_tablet .contents-wrap > section.preregister {
  position: relative;
  height: 2000px;
  margin-top: -93px;
  padding-top: 167px;
  background: url("img/mobile/bg2.png?v=2") center 0 no-repeat;
}
.type_mobile .contents-wrap > section.preregister .title-wrap,
.type_tablet .contents-wrap > section.preregister .title-wrap {
  position: relative;
  padding: 0 20px;
}
.type_mobile .contents-wrap > section.preregister .title-wrap .eyebrow,
.type_tablet .contents-wrap > section.preregister .title-wrap .eyebrow {
  position: relative;
  font-size: 34px;
  color: #050B3D;
}
.type_mobile .contents-wrap > section.preregister .title-wrap .eyebrow b,
.type_tablet .contents-wrap > section.preregister .title-wrap .eyebrow b {
  color: #913300;
}
.type_mobile .contents-wrap > section.preregister .title-wrap h2,
.type_tablet .contents-wrap > section.preregister .title-wrap h2 {
  position: relative;
  margin-top: -10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, #040731), color-stop(102.05%, #134DB9));
  background: linear-gradient(90deg, #040731 0.14%, #134DB9 102.05%);
  background-clip: text;
  font-size: 60px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_mobile .contents-wrap > section.preregister .title-wrap .desc,
.type_tablet .contents-wrap > section.preregister .title-wrap .desc {
  position: relative;
  margin-top: 3px;
  font-size: 28px;
  color: #050B3D;
}
.type_mobile .contents-wrap > section.preregister .title-wrap .desc b,
.type_tablet .contents-wrap > section.preregister .title-wrap .desc b {
  color: #913300;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap,
.type_tablet .contents-wrap > section.preregister .reward-wrap {
  position: relative;
  height: 550px;
  padding: 289px 20px 0;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap::before,
.type_tablet .contents-wrap > section.preregister .reward-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 800px;
  height: 572px;
  background: url("img/mobile/bg-reward.png") right center no-repeat;
  pointer-events: none;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap h3,
.type_tablet .contents-wrap > section.preregister .reward-wrap h3 {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .desc,
.type_tablet .contents-wrap > section.preregister .reward-wrap .desc {
  position: relative;
  margin-top: 2px;
  color: #D7D7D7;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .period,
.type_tablet .contents-wrap > section.preregister .reward-wrap .period {
  position: relative;
  margin-top: 10px;
  padding-top: 27px;
  background: url("img/mobile/bg-reward-line.png") center 0/auto 17px no-repeat;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .period p,
.type_tablet .contents-wrap > section.preregister .reward-wrap .period p {
  color: #fff;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .period p:not(:first-child),
.type_tablet .contents-wrap > section.preregister .reward-wrap .period p:not(:first-child) {
  margin-top: 10px;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .period p span:first-child::after,
.type_tablet .contents-wrap > section.preregister .reward-wrap .period p span:first-child::after {
  content: " : ";
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .tooltip-wrap,
.type_tablet .contents-wrap > section.preregister .reward-wrap .tooltip-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 630px;
  height: 290px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .tooltip-wrap.open .tooltip,
.type_tablet .contents-wrap > section.preregister .reward-wrap .tooltip-wrap.open .tooltip {
  opacity: 1;
  visibility: visible;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .tooltip-wrap .btn-toggle,
.type_tablet .contents-wrap > section.preregister .reward-wrap .tooltip-wrap .btn-toggle {
  position: absolute;
  top: 60px;
  right: 60px;
  display: block;
  width: 80px;
  height: 80px;
  background: url("img/mobile/ico-view.png") center no-repeat;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .tooltip-wrap .tooltip,
.type_tablet .contents-wrap > section.preregister .reward-wrap .tooltip-wrap .tooltip {
  position: absolute;
  top: 214px;
  left: 50%;
  width: 700px;
  height: 336px;
  margin-left: -350px;
  padding: 82px 25px 20px;
  background: url("img/mobile/bg-reward-line.png") center 44px no-repeat, url("img/mobile/bg-tooltip.png") center no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: auto;
}
.type_mobile .contents-wrap > section.preregister .reward-wrap .tooltip-wrap .tooltip p,
.type_tablet .contents-wrap > section.preregister .reward-wrap .tooltip-wrap .tooltip p {
  color: #fff;
  font-size: 28px;
  line-height: 1.8;
}
.type_mobile .contents-wrap > section.preregister .form-wrap,
.type_tablet .contents-wrap > section.preregister .form-wrap {
  width: 720px;
  margin: 50px auto;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label,
.type_tablet .contents-wrap > section.preregister .form-wrap label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label.all span,
.type_tablet .contents-wrap > section.preregister .form-wrap label.all span {
  color: #913300;
  font-weight: 700;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label::before, .type_mobile .contents-wrap > section.preregister .form-wrap label::after,
.type_tablet .contents-wrap > section.preregister .form-wrap label::before,
.type_tablet .contents-wrap > section.preregister .form-wrap label::after {
  content: "";
  position: absolute;
  left: 0;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label::after,
.type_tablet .contents-wrap > section.preregister .form-wrap label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label:has(input:checked)::after,
.type_tablet .contents-wrap > section.preregister .form-wrap label:has(input:checked)::after {
  opacity: 1;
  visibility: visible;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label:has(input[type=radio]),
.type_tablet .contents-wrap > section.preregister .form-wrap label:has(input[type=radio]) {
  padding-left: 62px;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label:has(input[type=radio])::before,
.type_tablet .contents-wrap > section.preregister .form-wrap label:has(input[type=radio])::before {
  top: 4px;
  width: 52px;
  height: 52px;
  background: url("img/ico-radio.svg") center/cover no-repeat;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label:has(input[type=radio])::after,
.type_tablet .contents-wrap > section.preregister .form-wrap label:has(input[type=radio])::after {
  top: 4px;
  width: 52px;
  height: 52px;
  background: url("img/ico-radio-checked.svg") center/cover no-repeat;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label:has(input[type=checkbox]),
.type_tablet .contents-wrap > section.preregister .form-wrap label:has(input[type=checkbox]) {
  padding-left: 65px;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label:has(input[type=checkbox])::before,
.type_tablet .contents-wrap > section.preregister .form-wrap label:has(input[type=checkbox])::before {
  top: 1px;
  width: 49px;
  height: 50px;
  background: url("img/ico-checkbox.svg") center/100% auto no-repeat;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label:has(input[type=checkbox])::after,
.type_tablet .contents-wrap > section.preregister .form-wrap label:has(input[type=checkbox])::after {
  top: 1px;
  width: 49px;
  height: 50px;
  background: url("img/ico-checkbox-checked.svg") center/100% auto no-repeat;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label span,
.type_tablet .contents-wrap > section.preregister .form-wrap label span {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label span.ios,
.type_tablet .contents-wrap > section.preregister .form-wrap label span.ios {
  width: 275px;
  height: 56px;
  background: url("img/ico-ios.svg") center/auto 100% no-repeat;
}
.type_mobile .contents-wrap > section.preregister .form-wrap label span.aos,
.type_tablet .contents-wrap > section.preregister .form-wrap label span.aos {
  width: 275px;
  height: 56px;
  background: url("img/ico-aos.svg") center/auto 100% no-repeat;
}
.type_mobile .contents-wrap > section.preregister .form-wrap .market-select,
.type_tablet .contents-wrap > section.preregister .form-wrap .market-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 31px;
  background: url("img/mobile/bg-form-line.png") center bottom no-repeat;
}
.type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap,
.type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 14px;
  padding-bottom: 9px;
  background: url("img/mobile/bg-input-line.png") center bottom no-repeat;
}
.type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input,
.type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input {
  display: block;
  width: 420px;
  border: none;
  color: #050B3D;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
@supports (-webkit-touch-callout: none) {
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input::-webkit-input-placeholder, .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input::-webkit-input-placeholder {
    font-size: 28px;
    font-weight: 500;
  }
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input::-moz-placeholder, .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input::-moz-placeholder {
    font-size: 28px;
    font-weight: 500;
  }
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input:-ms-input-placeholder, .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input:-ms-input-placeholder {
    font-size: 28px;
    font-weight: 500;
  }
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input::-ms-input-placeholder, .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input::-ms-input-placeholder {
    font-size: 28px;
    font-weight: 500;
  }
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input::placeholder,
  .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input::placeholder {
    font-size: 28px;
    font-weight: 500;
  }
}
@supports not (-webkit-touch-callout: none) {
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input::-webkit-input-placeholder, .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input::-webkit-input-placeholder {
    font-size: 28px;
    font-weight: 500;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input::-moz-placeholder, .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input::-moz-placeholder {
    font-size: 28px;
    font-weight: 500;
    transform: translateY(-8px);
  }
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input:-ms-input-placeholder, .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input:-ms-input-placeholder {
    font-size: 28px;
    font-weight: 500;
    transform: translateY(-8px);
  }
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input::-ms-input-placeholder, .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input::-ms-input-placeholder {
    font-size: 28px;
    font-weight: 500;
    transform: translateY(-8px);
  }
  .type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input::placeholder,
  .type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input::placeholder {
    font-size: 28px;
    font-weight: 500;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.type_mobile .contents-wrap > section.preregister .form-wrap .input-wrap input.default,
.type_tablet .contents-wrap > section.preregister .form-wrap .input-wrap input.default {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  text-align: center;
}
.type_mobile .contents-wrap > section.preregister .form-wrap .agreement,
.type_tablet .contents-wrap > section.preregister .form-wrap .agreement {
  margin-top: 30px;
}
.type_mobile .contents-wrap > section.preregister .form-wrap .agreement .row,
.type_tablet .contents-wrap > section.preregister .form-wrap .agreement .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.type_mobile .contents-wrap > section.preregister .form-wrap .agreement .row .btn-more,
.type_tablet .contents-wrap > section.preregister .form-wrap .agreement .row .btn-more {
  display: block;
  color: #050B3D;
  font-size: 28px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.type_mobile .contents-wrap > section.preregister .form-wrap .btn-submit,
.type_tablet .contents-wrap > section.preregister .form-wrap .btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 531px;
  height: 100px;
  margin: 53px auto 0;
  padding-bottom: 3px;
  background: url("img/mobile/btn1.png") center no-repeat;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
}
.type_mobile .contents-wrap > section.preregister .complete,
.type_tablet .contents-wrap > section.preregister .complete {
  margin-top: 72px;
  margin-bottom: 62px;
  padding: 42px 0 58px;
  background: url("img/mobile/bg-comp-line.png") center 0 no-repeat, url("img/mobile/bg-comp-line.png") center bottom no-repeat;
}
.type_mobile .contents-wrap > section.preregister .complete h3,
.type_tablet .contents-wrap > section.preregister .complete h3 {
  font-size: 34px;
  line-height: 1.35;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#040731), to(#0C2D97));
  background: linear-gradient(180deg, #040731 0%, #0C2D97 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type_mobile .contents-wrap > section.preregister .complete .desc,
.type_tablet .contents-wrap > section.preregister .complete .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 258px;
  margin-top: 26px;
  padding-bottom: 17px;
  background: url("img/mobile/bg-comp-ment.png") center no-repeat;
}
.type_mobile .contents-wrap > section.preregister .complete .desc span,
.type_tablet .contents-wrap > section.preregister .complete .desc span {
  background: -webkit-gradient(linear, left top, left bottom, from(#E2E2E2), to(#FFF));
  background: linear-gradient(180deg, #E2E2E2 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.7));
}
.type_mobile .contents-wrap > section.preregister .complete .info,
.type_tablet .contents-wrap > section.preregister .complete .info {
  margin-top: 26px;
  font-size: 26px;
  line-height: 1.35;
  color: rgba(7, 7, 7, 0.5);
}
.type_mobile .contents-wrap > section.preregister .notice-list,
.type_tablet .contents-wrap > section.preregister .notice-list {
  width: 720px;
  margin: 50px auto 0;
}
.type_mobile .contents-wrap > section.preregister .notice-list li,
.type_tablet .contents-wrap > section.preregister .notice-list li {
  position: relative;
  padding-left: 38px;
  color: rgba(5, 11, 61, 0.6);
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
}
.type_mobile .contents-wrap > section.preregister .notice-list li::before,
.type_tablet .contents-wrap > section.preregister .notice-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.type_mobile .contents-wrap > section.showcase,
.type_tablet .contents-wrap > section.showcase {
  position: relative;
  height: 1200px;
  margin-top: -92px;
  background: url("img/mobile/bg3.png?v=2") center 0 no-repeat;
}
.type_mobile .contents-wrap > section.showcase .cont-area,
.type_tablet .contents-wrap > section.showcase .cont-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 168px;
}
.type_mobile .contents-wrap > section.showcase .cont-area::before,
.type_tablet .contents-wrap > section.showcase .cont-area::before {
  content: "";
  position: absolute;
  top: 164px;
  left: 0;
  width: 100%;
  height: 165px;
  background: url("img/mobile/bg-next.png") center no-repeat;
  pointer-events: none;
}
.type_mobile .contents-wrap > section.showcase .cont-area h2,
.type_tablet .contents-wrap > section.showcase .cont-area h2 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, #311004), color-stop(102.05%, #9F3712));
  background: linear-gradient(90deg, #311004 0.14%, #9F3712 102.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
}
.type_mobile .contents-wrap > section.showcase .cont-area .date,
.type_tablet .contents-wrap > section.showcase .cont-area .date {
  position: relative;
  margin-top: 21px;
  color: #22201E;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.type_mobile .contents-wrap > section.showcase .cont-area .countdown,
.type_tablet .contents-wrap > section.showcase .cont-area .countdown {
  position: relative;
  width: 800px;
  margin-top: -4px;
}
.type_mobile .contents-wrap > section.showcase .cont-area .thumb-wrap,
.type_tablet .contents-wrap > section.showcase .cont-area .thumb-wrap {
  position: relative;
  width: 720px;
  height: 422px;
  margin: 36px auto 0;
  padding: 18px 14px 16px;
  background: url("img/mobile/bg-thumb-frame.png") center no-repeat;
}
.type_mobile .contents-wrap > section.showcase .cont-area .thumb-wrap .btn-video-play,
.type_tablet .contents-wrap > section.showcase .cont-area .thumb-wrap .btn-video-play {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.type_mobile .contents-wrap > section.showcase .cont-area .thumb-wrap .btn-video-play::after,
.type_tablet .contents-wrap > section.showcase .cont-area .thumb-wrap .btn-video-play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/ico-play.svg") center/70px auto no-repeat;
}
.type_mobile .contents-wrap > section.showcase .cont-area .thumb-wrap .btn-video-play img,
.type_tablet .contents-wrap > section.showcase .cont-area .thumb-wrap .btn-video-play img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type_mobile .contents-wrap > section.letter,
.type_tablet .contents-wrap > section.letter {
  position: relative;
  height: 1980px;
  margin-top: -92px;
  padding-top: 180px;
  background: url("img/mobile/bg4.png?v=2") center 0 no-repeat;
}
.type_mobile .contents-wrap > section.letter .title-wrap,
.type_tablet .contents-wrap > section.letter .title-wrap {
  position: relative;
  padding: 0 10px;
}
.type_mobile .contents-wrap > section.letter .title-wrap::before,
.type_tablet .contents-wrap > section.letter .title-wrap::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 165px;
  background: url("img/mobile/bg-next2.png") center no-repeat;
  pointer-events: none;
}
.type_mobile .contents-wrap > section.letter .title-wrap .eyebrow,
.type_tablet .contents-wrap > section.letter .title-wrap .eyebrow {
  position: relative;
  color: #913300;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.type_mobile .contents-wrap > section.letter .title-wrap h2,
.type_tablet .contents-wrap > section.letter .title-wrap h2 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, #040731), color-stop(102.05%, #134DB9));
  background: linear-gradient(90deg, #040731 0.14%, #134DB9 102.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 58px;
  font-weight: 700;
}
.type_mobile .contents-wrap > section.letter .title-wrap .desc,
.type_tablet .contents-wrap > section.letter .title-wrap .desc {
  position: relative;
  margin-top: 3px;
  color: #050B3D;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.type_mobile .contents-wrap > section.letter .title-wrap .period,
.type_tablet .contents-wrap > section.letter .title-wrap .period {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 696px;
  height: 200px;
  margin: 40px auto 0;
  background: url("img/mobile/bg-letter.png") center 0 no-repeat;
}
.type_mobile .contents-wrap > section.letter .title-wrap .period dl,
.type_tablet .contents-wrap > section.letter .title-wrap .period dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_mobile .contents-wrap > section.letter .title-wrap .period dl:not(:first-child),
.type_tablet .contents-wrap > section.letter .title-wrap .period dl:not(:first-child) {
  padding-top: 33px;
  background: url("img/mobile/bg-reward-line.png") center 0/auto 17px no-repeat;
}
.type_mobile .contents-wrap > section.letter .title-wrap .period dl dt,
.type_tablet .contents-wrap > section.letter .title-wrap .period dl dt {
  margin-right: 4px;
}
.type_mobile .contents-wrap > section.letter .input-area,
.type_tablet .contents-wrap > section.letter .input-area {
  height: 1268px;
  padding-top: 174px;
  background: url("img/mobile/bg-input-area.png") center 0 no-repeat;
}
.type_mobile .contents-wrap > section.letter .input-area .head,
.type_tablet .contents-wrap > section.letter .input-area .head {
  position: relative;
  width: 577px;
  height: 492px;
  margin: 0 auto;
}
.type_mobile .contents-wrap > section.letter .input-area .head textarea,
.type_tablet .contents-wrap > section.letter .input-area .head textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 26px;
  line-height: 1.35;
  font-family: "hahmlet", "Pretendard";
}
.type_mobile .contents-wrap > section.letter .input-area .head textarea::-webkit-input-placeholder, .type_tablet .contents-wrap > section.letter .input-area .head textarea::-webkit-input-placeholder {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: contents;
  opacity: 0.9999;
}
.type_mobile .contents-wrap > section.letter .input-area .head textarea::-moz-placeholder, .type_tablet .contents-wrap > section.letter .input-area .head textarea::-moz-placeholder {
  transform: translateZ(0);
  will-change: contents;
  opacity: 0.9999;
}
.type_mobile .contents-wrap > section.letter .input-area .head textarea:-ms-input-placeholder, .type_tablet .contents-wrap > section.letter .input-area .head textarea:-ms-input-placeholder {
  transform: translateZ(0);
  will-change: contents;
  opacity: 0.9999;
}
.type_mobile .contents-wrap > section.letter .input-area .head textarea::-ms-input-placeholder, .type_tablet .contents-wrap > section.letter .input-area .head textarea::-ms-input-placeholder {
  transform: translateZ(0);
  will-change: contents;
  opacity: 0.9999;
}
.type_mobile .contents-wrap > section.letter .input-area .head textarea::placeholder,
.type_tablet .contents-wrap > section.letter .input-area .head textarea::placeholder {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: contents;
  opacity: 0.9999;
}
.type_mobile .contents-wrap > section.letter .input-area .head .count,
.type_tablet .contents-wrap > section.letter .input-area .head .count {
  position: absolute;
  top: 100%;
  right: 0;
  color: #000;
  font-size: 26px;
  line-height: 1.35;
}
.type_mobile .contents-wrap > section.letter .input-area .head .comp,
.type_tablet .contents-wrap > section.letter .input-area .head .comp {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 282px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.6) url("img/img-scroll.png") center 118px no-repeat;
  color: #fff;
  font-size: 28px;
}
.type_mobile .contents-wrap > section.letter .input-area .head .comp b,
.type_tablet .contents-wrap > section.letter .input-area .head .comp b {
  color: #93EFFF;
  font-weight: 700;
}
.type_mobile .contents-wrap > section.letter .input-area .btn-send,
.type_tablet .contents-wrap > section.letter .input-area .btn-send {
  display: block;
  width: 514px;
  height: 100px;
  margin: 68px auto 0;
  background: url("img/mobile/btn2.png") center/cover no-repeat;
  -webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.71));
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.type_mobile .contents-wrap > section.letter .input-area .btn-send.disabled, .type_mobile .contents-wrap > section.letter .input-area .btn-send:disabled,
.type_tablet .contents-wrap > section.letter .input-area .btn-send.disabled,
.type_tablet .contents-wrap > section.letter .input-area .btn-send:disabled {
  background-image: url("img/mobile/btn2-disabled.png");
}
.type_mobile .contents-wrap > section.letter .input-area .btn-send.re-send,
.type_tablet .contents-wrap > section.letter .input-area .btn-send.re-send {
  background-image: url("img/mobile/btn3.png");
}
.type_mobile .contents-wrap > section.letter .input-area .btn-send span,
.type_tablet .contents-wrap > section.letter .input-area .btn-send span {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.type_mobile .contents-wrap > section.letter .input-area .btn-view,
.type_tablet .contents-wrap > section.letter .input-area .btn-view {
  display: inline-block;
  vertical-align: top;
  margin-top: 27px;
  color: #000;
  font-size: 28px;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.type_mobile .contents-wrap > section.upgrade,
.type_tablet .contents-wrap > section.upgrade {
  position: relative;
  height: 1100px;
  margin-top: -95px;
  padding-top: 168px;
  background: url("img/mobile/bg5.png?v=2") center 0 no-repeat;
}
.type_mobile .contents-wrap > section.upgrade .title-wrap,
.type_tablet .contents-wrap > section.upgrade .title-wrap {
  position: relative;
  padding: 0 20px;
}
.type_mobile .contents-wrap > section.upgrade .title-wrap::before,
.type_tablet .contents-wrap > section.upgrade .title-wrap::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 165px;
  background: url("img/mobile/bg-next.png") center no-repeat;
  pointer-events: none;
}
.type_mobile .contents-wrap > section.upgrade .title-wrap h2,
.type_tablet .contents-wrap > section.upgrade .title-wrap h2 {
  position: relative;
}
.type_mobile .contents-wrap > section.upgrade .title-wrap h2 span,
.type_tablet .contents-wrap > section.upgrade .title-wrap h2 span {
  display: inline-block;
  vertical-align: top;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, #311004), color-stop(102.05%, #9F3712));
  background: linear-gradient(90deg, #311004 0.14%, #9F3712 102.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
}
.type_mobile .contents-wrap > section.upgrade .title-wrap .desc,
.type_tablet .contents-wrap > section.upgrade .title-wrap .desc {
  position: relative;
  margin-top: 4px;
  color: #1E2222;
  font-size: 28px;
}
.type_mobile .contents-wrap > section.upgrade .title-wrap .desc span,
.type_tablet .contents-wrap > section.upgrade .title-wrap .desc span {
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
}
.type_mobile .contents-wrap > section.upgrade .thumb-wrap,
.type_tablet .contents-wrap > section.upgrade .thumb-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 32px;
}
.type_mobile .contents-wrap > section.upgrade .thumb-wrap .coming-soon,
.type_tablet .contents-wrap > section.upgrade .thumb-wrap .coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 389px;
  margin-top: 36px;
  padding-bottom: 20px;
  background: url("img/mobile/bg-frame-lock.png") center 0 no-repeat;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.type_mobile .contents-wrap > section.upgrade .thumb-wrap .coming-soon .eyebrow,
.type_tablet .contents-wrap > section.upgrade .thumb-wrap .coming-soon .eyebrow {
  font-size: 28px;
  line-height: 1.35;
}
.type_mobile .contents-wrap > section.upgrade .thumb-wrap .coming-soon h3,
.type_tablet .contents-wrap > section.upgrade .thumb-wrap .coming-soon h3 {
  font-size: 36px;
  line-height: 1.35;
}
.type_mobile .floating-bottom,
.type_tablet .floating-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.type_mobile .floating-bottom.show .btn-top,
.type_tablet .floating-bottom.show .btn-top {
  opacity: 1;
  visibility: visible;
}
.type_mobile .floating-bottom.absolute,
.type_tablet .floating-bottom.absolute {
  position: absolute;
}
.type_mobile .floating-bottom .btn-top,
.type_tablet .floating-bottom .btn-top {
  position: absolute;
  display: block;
  right: 30px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  background: url("img/ico-top.png") center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.type_pc .popup-wrap {
  position: fixed;
  width: 600px;
  min-height: 270px;
  padding: 58px 38px 50px;
  border: 2px solid #fff;
  border-radius: 30px;
  background: #efefff;
}
.type_pc .popup-wrap .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: url("img/pc/ico-close.png") center no-repeat;
  -webkit-filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.25));
  font-size: 0;
  text-indent: -5000px;
}
.type_pc .popup-wrap h2 {
  margin-bottom: 24px;
  color: #050D42;
  font-size: 24px;
  line-height: 1.45;
  text-align: center;
  letter-spacing: -0.02em;
}
.type_pc .popup-wrap p {
  color: #050937;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: -0.02em;
}
.type_pc .popup-wrap .bullet-list li {
  position: relative;
  padding-left: 28px;
  color: #050937;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: left;
}
.type_pc .popup-wrap .bullet-list li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.type_pc .intro-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #000;
  z-index: 10002;
}
.type_pc .intro-wrap .intro-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.type_pc .intro-wrap .intro-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type_pc .intro-wrap .btn-skip {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 275px;
  height: 54px;
  background: url("img/btn2.png") center/100% 100% no-repeat;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.71);
  z-index: 1;
}
.type_pc .popup-youtube {
  position: fixed;
  width: 74vw;
  aspect-ratio: 16/9;
  background: #000;
}
.type_pc .popup-youtube .btn-close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  background: url("img/ico-youtube-close.png") center/cover no-repeat;
  font-size: 0;
  text-indent: -5000px;
}
.type_pc .popup-youtube .popup-contents {
  width: 100%;
  height: 100%;
}
.type_pc .popup-youtube .popup-contents iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.type_mobile .popup-wrap,
.type_tablet .popup-wrap {
  position: fixed;
  width: 680px;
  padding: 58px 38px 70px;
  border: 2px solid #fff;
  border-radius: 30px;
  background: #efefff;
}
.type_mobile .popup-wrap .btn-close,
.type_tablet .popup-wrap .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url("img/mobile/ico-popup-close.png") center no-repeat;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
  font-size: 0;
  text-indent: -5000px;
}
.type_mobile .popup-wrap h2,
.type_tablet .popup-wrap h2 {
  margin-bottom: 20px;
  color: #050D42;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  text-align: center;
}
.type_mobile .popup-wrap p,
.type_tablet .popup-wrap p {
  color: #050937;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: left;
}
.type_mobile .popup-wrap .bullet-list li,
.type_tablet .popup-wrap .bullet-list li {
  position: relative;
  padding-left: 38px;
  color: #050937;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: left;
}
.type_mobile .popup-wrap .bullet-list li::before,
.type_tablet .popup-wrap .bullet-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.type_mobile .intro-wrap,
.type_tablet .intro-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #000;
  z-index: 1000;
}
.type_mobile .intro-wrap .intro-video,
.type_tablet .intro-wrap .intro-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.type_mobile .intro-wrap .intro-video video,
.type_tablet .intro-wrap .intro-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type_mobile .intro-wrap .btn-skip,
.type_tablet .intro-wrap .btn-skip {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 253px;
  height: 64px;
  background: url("img/mobile/btn2.png") center/100% 100% no-repeat;
  z-index: 1;
}
.type_mobile .intro-wrap .btn-skip span,
.type_tablet .intro-wrap .btn-skip span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.27%, #FFF), to(#999));
  background: linear-gradient(180deg, #FFF 43.27%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.71));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.71));
}
.type_mobile .popup-youtube,
.type_tablet .popup-youtube {
  position: fixed;
  width: 700px;
  aspect-ratio: 16/9;
  background: #000;
}
.type_mobile .popup-youtube .btn-close,
.type_tablet .popup-youtube .btn-close {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin-top: 26px;
  margin-left: -37px;
  background: url("img/ico-youtube-close.png") center/cover no-repeat;
  font-size: 0;
  text-indent: -5000px;
}
.type_mobile .popup-youtube .popup-contents,
.type_tablet .popup-youtube .popup-contents {
  width: 100%;
  height: 100%;
}
.type_mobile .popup-youtube .popup-contents iframe,
.type_tablet .popup-youtube .popup-contents iframe {
  display: block;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=landing.css.map */