@charset "UTF-8";
/*
 * Variables
 */
/* break layout */
/* color */
/* variables */
/*
 * Mixins
 */
/*
 * Common
 */
/*
 * blind content (https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css)
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* clearfix */
/* ellipsis */
/* only IOS */
/*
 * Site Contents
 */
/*
 * Reset (normalize + custom reset)
 */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

input {
  margin: 0;
  padding: 0;
}

input,
select,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  -webkit-appearance: menulist;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

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

ol,
ul {
  list-style: none;
}

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

em {
  font-style: normal;
}

figure {
  margin: 0;
  font-size: 0;
}

img {
  font-size: 0;
}

html:lang(zh-tw), html:lang(tw) {
  font-family: "Noto Sans TC", sans-serif;
}
html:lang(zh-tw) .thin, html:lang(tw) .thin {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 100;
}
html:lang(zh-tw) .light, html:lang(tw) .light {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
}
html:lang(zh-tw) .regular, html:lang(tw) .regular {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}
html:lang(zh-tw) .medium, html:lang(tw) .medium {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}
html:lang(zh-tw) .bold, html:lang(tw) .bold {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}
html:lang(zh-tw) .black, html:lang(tw) .black {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

/*
 * Site Layout
 */
/* Common */
#skip-navigation {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
}

#app {
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: left;
  color: #000;
}
#app .gnb {
  position: relative;
  z-index: 10;
  width: 100%;
}
#app #wrapper {
  position: relative;
}
#app #container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
#app #top {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}
#app #top.show {
  visibility: visible;
  opacity: 1;
}
#app #top.fixed {
  position: fixed;
}
#app #top .top-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
#app #top .top-inner a {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
  width: 59px;
  height: 66px;
  margin-left: auto;
  background: url("~assets/img/common/button/btn_top.png") no-repeat 0 0;
  font-size: 0;
}

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

/* PC */
#app.pc {
  min-width: 1200px;
}
#app.pc #container {
  margin: 0 auto;
}

/* Mobile */
#app.mobile #top {
  bottom: 120px;
}
#app.mobile #top .top-inner {
  max-width: initial;
  min-width: initial;
}

/* Modal */
.modal#modal-youtube .modal-content .btn-close {
  right: 15px;
  top: -65px;
  width: 46px;
  height: 46px;
  background: url("~assets/img/common/button/btn_close.png") no-repeat 50% 50%;
}

/* Swiper */
body .swiper-button-prev,
body .swiper-button-next {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  top: 0;
  margin: 0;
  background-image: none;
  background-size: auto auto;
  outline: 0;
}
body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  opacity: 1;
}
body .swiper-button-prev:after,
body .swiper-button-next:after {
  display: block;
  content: "";
}

.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: 1003;
  top: -80px;
  left: 0;
  width: 100vw;
  padding: 0 60px;
  background: #252525;
  height: 80px;
  color: #cacaca;
  font-size: 22px;
  text-align: center;
  -webkit-animation: 1s rotation_info_move forwards ease-in-out;
          animation: 1s rotation_info_move forwards ease-in-out;
  display: none;
}
.horizontal-wrap.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.horizontal-wrap.fixed {
  position: fixed;
  top: -160px;
}
.horizontal-wrap span {
  position: relative;
  line-height: 26px;
  padding-left: 55px;
  text-align: left;
}
.horizontal-wrap span::before {
  content: "";
  position: absolute;
  background: url(~assets/img/common/layout/ico-info-rotation.png) no-repeat 0 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);
  }
  100% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
}

@keyframes rotation_info_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*
 * Site Document Global Setting
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Suit", "Noto Sans", sans-serif;
  font-weight: 500;
}
html * {
  letter-spacing: -0.03em;
}
html .bold {
  font-weight: 900;
}
html #footerView {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
html #footerView * {
  letter-spacing: 0;
}

html[lang=ja] {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 500;
}
html[lang=ja] * {
  letter-spacing: 0;
}
html[lang=ja] .bold {
  font-weight: 900;
}
html[lang=ja] .ft-point {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
}
html[lang=ja] .ft-point .bold {
  font-weight: 400;
}
html[lang=ja] #footerView {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
html[lang=ja] #footerView .bold {
  font-weight: 700;
}

html[lang=zh-hant],
html[lang=zh-tw],
html[lang=tw],
html[lang=tc] {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-weight: 500;
}
html[lang=zh-hant] *,
html[lang=zh-tw] *,
html[lang=tw] *,
html[lang=tc] * {
  letter-spacing: 0;
}
html[lang=zh-hant] .bold,
html[lang=zh-tw] .bold,
html[lang=tw] .bold,
html[lang=tc] .bold {
  font-weight: 900;
}
html[lang=zh-hant] #footerView,
html[lang=zh-tw] #footerView,
html[lang=tw] #footerView,
html[lang=tc] #footerView {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
html[lang=zh-hant] #footerView .bold,
html[lang=zh-tw] #footerView .bold,
html[lang=tw] #footerView .bold,
html[lang=tc] #footerView .bold {
  font-weight: 700;
}

body {
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  line-height: 1.35;
  color: #fff;
  overflow-y: auto;
}
body.type_pc {
  min-width: 1400px;
}
body.type_mobile {
  min-width: 800px;
}
body.lock {
  overflow: hidden;
}

img {
  border: 0;
  vertical-align: top;
}

a,
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a[disabled],
button[disabled] {
  cursor: default;
}

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

button {
  outline: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  vertical-align: top;
  font: inherit;
  font-size: 100%;
}

input,
textarea,
select {
  outline: none;
  resize: none;
  line-height: inherit;
  color: #000;
  vertical-align: top;
  font: inherit;
  font-size: 100%;
}
input::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}
input::-webkit-inner-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-inner-spin-button {
  display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: inherit;
}

html[lang=ko] {
  word-break: keep-all;
  overflow-wrap: break-word;
}

html[lang=en],
html[lang=id],
html[lang=fr],
html[lang=es],
html[lang=it],
html[lang=pt],
html[lang=nl],
html[lang=tr],
html[lang=ms] {
  word-break: normal;
  overflow-wrap: break-word;
}

html[lang=de],
html[lang=ru] {
  overflow-wrap: break-word;
  word-break: break-word;
}

html[lang=ja],
html[lang=th] {
  word-break: break-all;
}

html[lang=zh-cn],
html[lang=zh-hans],
html[lang=zh-hant],
html[lang=tc],
html[lang=sc],
html[lang=tw],
html[lang=zh-tw] {
  word-break: break-word;
  overflow-wrap: break-word;
}

.n_pop_alert .n_pop_alert_ct .inner {
  color: #000;
}

.gnb_wrap,
.section_wrap,
#lnbView,
#contentView {
  position: relative;
}

body #contentView {
  overflow-x: hidden;
  text-align: center;
}
body #contentView #appView {
  overflow: hidden;
  text-align: center;
  padding-bottom: 0;
}
body.type_mobile #contentView {
  min-height: calc(100vh - 80px);
  min-height: calc(100svh - 80px);
}
body.type_mobile .gnb_wrap {
  zoom: 2;
}
body.type_mobile #footerView {
  position: static;
  margin: 0;
}
body.type_mobile #footerView .footer {
  padding-top: 30px;
  font-size: 24px;
  z-index: 5;
}
body.type_mobile #footerView .footer .footer_box {
  width: 640px;
  padding-bottom: 120px;
}
body.type_mobile #footerView .footer .ft_copy {
  font-size: 24px;
  padding: 30px 10px 28px;
}
body.type_mobile #footerView .footer .ft_copy_add {
  font-size: 24px;
  padding: 0 10px 28px;
}
body.type_mobile #footerView .footer .ft_lang {
  width: 324px;
  height: 74px;
  border-radius: 10px;
}
body.type_mobile #footerView .footer .ft_lang_current span {
  line-height: 74px;
  padding-left: 40px;
}
body.type_mobile #footerView .footer .ft_lang_list {
  bottom: 100%;
  border-radius: 10px;
  margin-bottom: 2px;
}
body.type_mobile #footerView .footer .ft_lang_list li {
  border-bottom-width: 2px;
}
body.type_mobile #footerView .footer .ft_lang_list a {
  padding: 20px 40px;
}
body.type_mobile #footerView .footer .ft_lang_tw {
  padding: 0 10px;
}
body.type_mobile #footerView .footer .ft_tw_age {
  width: 76px;
  height: 76px;
}
body.type_mobile #footerView .footer .ft_tw_txt {
  padding-top: 10px;
}
body.type_mobile {
  /*
    UI 13: https://docs.google.com/spreadsheets/d/1ptT0LDMvYrXTSYlzQE6nLJaCmrWzuot924r0SG6yrIc/edit?gid=1320588048#gid=1320588048&range=24:24
    260330: iOS zoom 이슈로 scale로 대체
  */
}
body.type_mobile .n_pop_alert {
  zoom: 1;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  -webkit-transform-origin: center;
          transform-origin: center;
}
body.type_pc #contentView, body.type_tablet #contentView {
  min-height: calc(100vh - 40px);
}
body.type_pc #fixApp, body.type_tablet #fixApp {
  display: none !important;
}
body.type_pc #footerView, body.type_tablet #footerView {
  position: static;
  margin-top: 0;
}

.footer .ft_logo2 a {
  width: 87px;
  height: 35px;
  background: url(img/ci_marvel.png) 0 0 no-repeat;
  text-indent: -1000em;
  display: block;
}

/* LNB */
.type_pc #lnbView,
.type_tablet #lnbView {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
}
.type_pc #lnbView.fixed,
.type_tablet #lnbView.fixed {
  position: fixed;
}
.type_pc #lnbView.fixed .header-lnb,
.type_tablet #lnbView.fixed .header-lnb {
  background: rgba(0, 0, 0, 0.9);
}
.type_pc .header-lnb,
.type_tablet .header-lnb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1200px;
  height: 100px;
  padding: 0 40px;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
@media (max-width: 1500px) {
  .type_pc .header-lnb,
  .type_tablet .header-lnb {
    padding: 0 10px;
  }
}
.type_pc .header-lnb .bi,
.type_tablet .header-lnb .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 38px;
}
.type_pc .header-lnb .bi a,
.type_tablet .header-lnb .bi a {
  display: block;
  width: 96px;
}
.type_pc .header-lnb .bi a img,
.type_tablet .header-lnb .bi a img {
  width: 100%;
  height: auto;
}
.type_pc .header-lnb .panel .btn-close,
.type_pc .header-lnb .panel .bi,
.type_pc .header-lnb .panel .btn-start,
.type_pc .header-lnb .panel .community-list,
.type_pc .header-lnb .panel .share-list,
.type_tablet .header-lnb .panel .btn-close,
.type_tablet .header-lnb .panel .bi,
.type_tablet .header-lnb .panel .btn-start,
.type_tablet .header-lnb .panel .community-list,
.type_tablet .header-lnb .panel .share-list {
  display: none;
}
.type_pc .header-lnb nav > ul,
.type_tablet .header-lnb nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.type_pc .header-lnb nav > ul ul.depth2,
.type_tablet .header-lnb nav > ul ul.depth2 {
  display: none;
}
.type_pc .header-lnb nav > ul > li,
.type_tablet .header-lnb nav > ul > li {
  margin-right: 36px;
}
.type_pc .header-lnb nav > ul > li:last-child,
.type_tablet .header-lnb nav > ul > li:last-child {
  margin-right: 0;
}
.type_pc .header-lnb nav > ul > li > a,
.type_tablet .header-lnb nav > ul > li > a {
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  padding-top: 3px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}
.type_pc .header-lnb nav > ul > li > a:lang(en),
.type_tablet .header-lnb nav > ul > li > a:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_pc .header-lnb nav > ul > li > a:lang(ko),
.type_tablet .header-lnb nav > ul > li > a:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_pc .header-lnb nav > ul > li > a:lang(ja),
.type_tablet .header-lnb nav > ul > li > a:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_pc .header-lnb nav > ul > li > a:lang(tc), .type_pc .header-lnb nav > ul > li > a:lang(tw), .type_pc .header-lnb nav > ul > li > a:lang(zh-hant), .type_pc .header-lnb nav > ul > li > a:lang(zh-tw),
.type_tablet .header-lnb nav > ul > li > a:lang(tc),
.type_tablet .header-lnb nav > ul > li > a:lang(tw),
.type_tablet .header-lnb nav > ul > li > a:lang(zh-hant),
.type_tablet .header-lnb nav > ul > li > a:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_pc .header-lnb nav > ul > li > a,
.type_tablet .header-lnb nav > ul > li > a {
  white-space: nowrap;
}
.type_pc .header-lnb nav > ul > li > a.link,
.type_tablet .header-lnb nav > ul > li > a.link {
  padding-right: 20px;
  background: url(img/ico-link.png) right center no-repeat;
}
.type_pc .header-lnb nav > ul > li > a.link::before,
.type_tablet .header-lnb nav > ul > li > a.link::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -13px;
  right: -13px;
  height: 30px;
  margin-top: -13px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.16);
}
.type_pc .header-lnb nav > ul > li > a:hover:not(.link), .type_pc .header-lnb nav > ul > li > a.active:not(.link),
.type_tablet .header-lnb nav > ul > li > a:hover:not(.link),
.type_tablet .header-lnb nav > ul > li > a.active:not(.link) {
  background: url(img/ico-lnb-active.png) center 11px no-repeat;
  color: #b078ff;
}
.type_pc .header-lnb .market-btn,
.type_tablet .header-lnb .market-btn {
  margin-left: auto;
  font-size: 0;
  white-space: nowrap;
}
.type_pc .header-lnb .market-btn a,
.type_tablet .header-lnb .market-btn a {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  margin-left: 10px;
}
.type_pc .header-lnb .market-btn a:first-child,
.type_tablet .header-lnb .market-btn a:first-child {
  margin-left: 0;
}
.type_pc .header-lnb .market-btn a img,
.type_tablet .header-lnb .market-btn a img {
  width: auto;
  height: 100%;
}
.type_pc .hidden_scroll_t,
.type_tablet .hidden_scroll_t {
  height: 0;
  font-size: 0;
  line-height: 0;
}

.type_mobile #lnbView {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
}
.type_mobile #lnbView.fixed {
  position: fixed;
}
.type_mobile #lnbView.fixed .header-lnb {
  background: #000;
}
.type_mobile #lnbView.fixed .header-lnb .panel {
  top: 0;
}
.type_mobile .header-lnb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 110px;
  padding: 0 40px;
}
.type_mobile .header-lnb .panel {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6) url(img/bg-lnb-panel.png) right 0 repeat-y;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.type_mobile .header-lnb .panel.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.type_mobile .header-lnb .panel .btn-close {
  position: absolute;
  top: 28px;
  right: 34px;
  width: 82px;
  height: 82px;
  background: url(img/ico-close.png) center/56px 56px no-repeat;
  z-index: 3;
}
.type_mobile .header-lnb .panel .panel-scroll {
  position: relative;
  width: 750px;
  height: 100%;
  margin-left: auto;
  padding-top: 109px;
  padding-left: 10px;
  padding-bottom: 220px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.type_mobile .header-lnb .panel .panel-scroll .bi {
  display: block;
  width: 362px;
  height: 252px;
  margin: 0 auto;
  background: url(img/bg-lnb-bi.png) center no-repeat;
}
.type_mobile .header-lnb .panel .panel-scroll .btn-start {
  display: block;
  width: 621px;
  height: 147px;
  margin: 40px auto 0;
  padding-top: 6px;
  background: url(img/btn-play.png) center no-repeat;
}
.type_mobile .header-lnb .panel .panel-scroll .btn-start:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.type_mobile .header-lnb .panel .panel-scroll .btn-start:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel .panel-scroll .btn-start:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel .panel-scroll .btn-start:lang(tc), .type_mobile .header-lnb .panel .panel-scroll .btn-start:lang(tw), .type_mobile .header-lnb .panel .panel-scroll .btn-start:lang(zh-hant), .type_mobile .header-lnb .panel .panel-scroll .btn-start:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel .panel-scroll .btn-start {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
}
.type_mobile .header-lnb .panel nav {
  margin-bottom: 115px;
}
.type_mobile .header-lnb .panel nav > ul {
  margin-top: 56px;
  padding: 0 68px;
  text-align: left;
}
.type_mobile .header-lnb .panel nav > ul > li:first-child {
  margin-top: 0;
}
.type_mobile .header-lnb .panel nav > ul > li > a {
  display: inline-block;
  vertical-align: top;
  padding: 35px 30px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}
.type_mobile .header-lnb .panel nav > ul > li > a:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.type_mobile .header-lnb .panel nav > ul > li > a:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel nav > ul > li > a:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel nav > ul > li > a:lang(tc), .type_mobile .header-lnb .panel nav > ul > li > a:lang(tw), .type_mobile .header-lnb .panel nav > ul > li > a:lang(zh-hant), .type_mobile .header-lnb .panel nav > ul > li > a:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel nav > ul > li > a {
  text-transform: uppercase;
}
.type_mobile .header-lnb .panel nav > ul > li > a.active {
  background: url(img/ico-lnb-active-left.png) 0 center no-repeat, url(img/ico-lnb-active-right.png) right center no-repeat;
  color: #b078ff;
}
.type_mobile .header-lnb .panel nav > ul > li > a.link {
  padding-right: 50px;
  background: url(img/ico-link-m.png) right center no-repeat;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 {
  margin-top: 30px;
  margin-left: 50px;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 li {
  margin-top: 40px;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 li:first-child {
  margin-top: 0;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a {
  display: inline-block;
  vertical-align: top;
  color: #c3c3c3;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a:lang(tc), .type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a:lang(tw), .type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a:lang(zh-hant), .type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel nav > ul > li ul.depth2 li a {
  font-size: 30px;
  text-transform: uppercase;
}
.type_mobile .header-lnb .panel .community-list,
.type_mobile .header-lnb .panel .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding: 0 60px 0 100px;
}
.type_mobile .header-lnb .panel .community-list p,
.type_mobile .header-lnb .panel .share-list p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type_mobile .header-lnb .panel .community-list p:lang(en),
.type_mobile .header-lnb .panel .share-list p:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_mobile .header-lnb .panel .community-list p:lang(ko),
.type_mobile .header-lnb .panel .share-list p:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel .community-list p:lang(ja),
.type_mobile .header-lnb .panel .share-list p:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel .community-list p:lang(tc), .type_mobile .header-lnb .panel .community-list p:lang(tw), .type_mobile .header-lnb .panel .community-list p:lang(zh-hant), .type_mobile .header-lnb .panel .community-list p:lang(zh-tw),
.type_mobile .header-lnb .panel .share-list p:lang(tc),
.type_mobile .header-lnb .panel .share-list p:lang(tw),
.type_mobile .header-lnb .panel .share-list p:lang(zh-hant),
.type_mobile .header-lnb .panel .share-list p:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_mobile .header-lnb .panel .community-list p,
.type_mobile .header-lnb .panel .share-list p {
  font-size: 20px;
  color: #d2d2d2;
  white-space: nowrap;
  text-transform: uppercase;
}
.type_mobile .header-lnb .panel .community-list ul,
.type_mobile .header-lnb .panel .share-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.type_mobile .header-lnb .panel .community-list ul li,
.type_mobile .header-lnb .panel .share-list ul li {
  margin-left: 40px;
}
.type_mobile .header-lnb .panel .community-list ul li a,
.type_mobile .header-lnb .panel .community-list ul li button,
.type_mobile .header-lnb .panel .share-list ul li a,
.type_mobile .header-lnb .panel .share-list ul li button {
  display: block;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -5000px;
}
.type_mobile .header-lnb .panel .community-list ul li a.comm-youtube,
.type_mobile .header-lnb .panel .community-list ul li button.comm-youtube,
.type_mobile .header-lnb .panel .share-list ul li a.comm-youtube,
.type_mobile .header-lnb .panel .share-list ul li button.comm-youtube {
  background: url(img/ico-comm-youtube-m.png) center no-repeat;
}
.type_mobile .header-lnb .panel .community-list ul li a.comm-facebook,
.type_mobile .header-lnb .panel .community-list ul li button.comm-facebook,
.type_mobile .header-lnb .panel .share-list ul li a.comm-facebook,
.type_mobile .header-lnb .panel .share-list ul li button.comm-facebook {
  background: url(img/ico-comm-facebook-m.png) center no-repeat;
}
.type_mobile .header-lnb .panel .community-list ul li a.comm-x,
.type_mobile .header-lnb .panel .community-list ul li button.comm-x,
.type_mobile .header-lnb .panel .share-list ul li a.comm-x,
.type_mobile .header-lnb .panel .share-list ul li button.comm-x {
  background: url(img/ico-comm-x-m.png) center no-repeat;
}
.type_mobile .header-lnb .panel .community-list ul li a.comm-cafe,
.type_mobile .header-lnb .panel .community-list ul li button.comm-cafe,
.type_mobile .header-lnb .panel .share-list ul li a.comm-cafe,
.type_mobile .header-lnb .panel .share-list ul li button.comm-cafe {
  background: url(img/ico-comm-cafe-m.png) center no-repeat;
}
.type_mobile .header-lnb .panel .community-list ul li a.comm-forum,
.type_mobile .header-lnb .panel .community-list ul li button.comm-forum,
.type_mobile .header-lnb .panel .share-list ul li a.comm-forum,
.type_mobile .header-lnb .panel .share-list ul li button.comm-forum {
  background: url(img/ico-comm-forum-m.png) center no-repeat;
}
.type_mobile .header-lnb .panel .community-list ul li a.share-facebook,
.type_mobile .header-lnb .panel .community-list ul li button.share-facebook,
.type_mobile .header-lnb .panel .share-list ul li a.share-facebook,
.type_mobile .header-lnb .panel .share-list ul li button.share-facebook {
  background: url(img/ico-sns-facebook-m.png) center no-repeat;
}
.type_mobile .header-lnb .panel .community-list ul li a.share-x,
.type_mobile .header-lnb .panel .community-list ul li button.share-x,
.type_mobile .header-lnb .panel .share-list ul li a.share-x,
.type_mobile .header-lnb .panel .share-list ul li button.share-x {
  background: url(img/ico-sns-x-m.png) center no-repeat;
}
.type_mobile .header-lnb .panel .community-list ul li a.share-copy,
.type_mobile .header-lnb .panel .community-list ul li button.share-copy,
.type_mobile .header-lnb .panel .share-list ul li a.share-copy,
.type_mobile .header-lnb .panel .share-list ul li button.share-copy {
  background: url(img/ico-sns-copy-m.png) center no-repeat;
}
.type_mobile .header-lnb .panel .community-list ul li {
  margin-left: 32px;
}
.type_mobile .header-lnb .market-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.type_mobile .header-lnb .market-btn a {
  display: block;
}
.type_mobile .header-lnb .market-btn a img {
  width: auto;
  height: 64px;
}
.type_mobile .header-lnb .btn-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 64px;
  height: 64px;
  margin-left: 50px;
  background: url(img/ico-menu.png) center no-repeat;
}

#fixView {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#fixView.show .right .btn-to-top {
  opacity: 1;
  visibility: visible;
}
#fixView.bottom {
  position: absolute;
}
#fixView .left {
  position: absolute;
  bottom: 36px;
  left: 36px;
}
#fixView .left .community-list {
  font-size: 0;
  white-space: nowrap;
}
#fixView .left .community-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
#fixView .left .community-list li a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -5000px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#fixView .left .community-list li a.comm-youtube {
  background-image: url(img/ico-comm-youtube.png);
}
#fixView .left .community-list li a.comm-facebook {
  background-image: url(img/ico-comm-facebook.png);
}
#fixView .left .community-list li a.comm-x {
  background-image: url(img/ico-comm-x.png);
}
#fixView .left .community-list li a.comm-cafe {
  background-image: url(img/ico-comm-cafe.png);
}
#fixView .left .community-list li a.comm-forum {
  background-image: url(img/ico-comm-forum.png);
}
#fixView .left .community-list li a:hover {
  opacity: 1;
}
#fixView .right {
  position: absolute;
  bottom: 40px;
  right: 40px;
  -webkit-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
#fixView .right.top-active {
  padding-bottom: 70px;
}
#fixView .right.top-active .btn-to-top {
  opacity: 1;
  visibility: visible;
}
#fixView .right .btn-to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
#fixView .right .share-wrap {
  position: relative;
}
#fixView .right .share-wrap:hover .share {
  background-color: rgba(255, 255, 255, 0.15);
}
#fixView .right .share-wrap:hover .share-list {
  opacity: 1;
  visibility: visible;
}
#fixView .right .share-wrap .share {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: url(img/ico-share.png?v=2) center no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#fixView .right .share-wrap .share-list {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 72px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#fixView .right .share-wrap .share-list li {
  margin-top: 20px;
}
#fixView .right .share-wrap .share-list li button {
  display: block;
  width: 52px;
  height: 32px;
  font-size: 0;
  text-indent: -5000px;
}
#fixView .right .share-wrap .share-list li button.share-facebook {
  background: url(img/ico-sns-facebook.png) center no-repeat;
}
#fixView .right .share-wrap .share-list li button.share-x {
  background: url(img/ico-sns-x.png) center no-repeat;
}
#fixView .right .share-wrap .share-list li button.share-copy {
  background: url(img/ico-sns-copy.png) center no-repeat;
}

.type_pc #fixView.show .right,
.type_tablet #fixView.show .right {
  padding-bottom: 70px;
}
.type_pc #fixView .right .btn-to-top,
.type_tablet #fixView .right .btn-to-top {
  width: 52px;
  height: 52px;
  background: url(img/ico-top.png) center no-repeat;
}

.type_mobile #fixView .left {
  display: none;
}
.type_mobile #fixView .right .share-wrap {
  display: none;
}
.type_mobile #fixView .right .btn-to-top {
  width: 80px;
  height: 80px;
  background: url(img/ico-top-m.png) center no-repeat;
}

.footer_wrap #footerMarvel {
  width: 64px;
  background: url(img/ci_marvel.png) no-repeat 0 0;
  background-size: auto 25px;
  text-indent: -9999px;
}

.type_mobile .footer_wrap #footerMarvel {
  margin-top: -5px;
}

body:not(.type_mobile) #lnbView {
  min-width: 1200px;
}

.section-container {
  position: relative;
  min-height: 100vh;
}
.section-container.prereg-closed .section1 .btn-group .btn-register {
  display: none;
}
.section-container.prereg-closed .section1 .btn-group .row {
  padding-top: 8px;
}
.section-container .cont-area {
  width: 800px;
  margin: 0 auto;
}
.section-container .section1 {
  position: relative;
  text-align: center;
}
.section-container .section1 .scroll {
  position: relative;
  left: 50%;
  bottom: 0;
  display: block;
  width: 78px;
  height: 53px;
  margin-left: -39px;
  margin-top: 48px;
  background: url(img/ico-scroll.png) center no-repeat;
  -webkit-animation: scroll 0.6s alternate infinite;
          animation: scroll 0.6s alternate infinite;
}
.section-container .section2 {
  position: relative;
  width: 100%;
  min-height: 2252px;
  background: #18102a url(img/bg-preorder.jpg) center 0 no-repeat;
  overflow: hidden;
}
.section-container .section2::before {
  content: "";
  position: absolute;
  top: 1876px;
  left: 50%;
  width: 2072px;
  height: 376px;
  margin-left: -50px;
  margin-left: -1036px;
  background: url(img/img-cloud.png) center no-repeat;
  z-index: 3;
  pointer-events: none;
}
.section-container .section2 .dimmed {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2252px;
  pointer-events: none;
}
.section-container .section2 .dimmed::before {
  position: absolute;
  top: 2186px;
  left: 0;
  content: "";
  width: 100%;
  height: 66px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 45, 61, 0)), to(#18102a));
  background: linear-gradient(180deg, rgba(46, 45, 61, 0) 0%, #18102a 100%);
  z-index: 4;
  pointer-events: none;
}
.section-container .section2 .dimmed::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  content: "";
  width: 100%;
  height: 600px;
  background: #18102a;
  z-index: 4;
  pointer-events: none;
}
.section-container .section2 .cont-area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: inherit;
  padding-top: 220px;
}
.section-container .section2 .cont-area .cont-header {
  min-height: 464px;
}
.section-container .section2 .cont-area .cont-header .title-wrap {
  position: relative;
  min-height: 252px;
  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;
}
.section-container .section2 .cont-area .cont-header .title-wrap:before {
  position: absolute;
  top: -109px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 247px;
  height: 357px;
  background: url(img/img-11.png) center/contain no-repeat;
  pointer-events: none;
}
.section-container .section2 .cont-area .cont-header .title-wrap .eyebrow {
  display: block;
  width: 351px;
  height: 24px;
  background: url(img/img-eyebrow.png) center/contain no-repeat;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title:lang(tc), .section-container .section2 .cont-area .cont-header .title-wrap .masked-title:lang(tw), .section-container .section2 .cont-area .cont-header .title-wrap .masked-title:lang(zh-hant), .section-container .section2 .cont-area .cont-header .title-wrap .masked-title:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title {
  font-size: 74px;
  line-height: 1.2;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title .title {
  margin-top: 24px;
  padding: 0 36px;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title .title:lang(ko) {
  padding: 0 72px;
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title .title_main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.96%, rgba(217, 159, 217, 0)), color-stop(90.73%, #d99fd9)), #f6c0d2;
  background: linear-gradient(180deg, rgba(217, 159, 217, 0) 35.96%, #d99fd9 90.73%), #f6c0d2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-filter: drop-shadow(1px 2px 0px #000000);
          filter: drop-shadow(1px 2px 0px #000000);
}
.section-container .section2 .cont-area .cont-header .title-wrap .masked-title .title_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #ffe6d0;
  -webkit-mask-image: url(img/title-mask1.png);
          mask-image: url(img/title-mask1.png);
  -webkit-mask-position: 50% 180px;
          mask-position: 50% 180px;
  pointer-events: none;
}
.section-container .section2 .cont-area .cont-header .title-wrap .desc {
  margin-top: 36px;
  color: #d8c2e7;
  font-size: 30px;
  line-height: 37px;
  padding: 0 32px;
}
.section-container .section2 .cont-area .cont-header .period-wrap {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.section-container .section2 .cont-area .cont-header .period-wrap .period .period-label {
  position: relative;
  display: inline-block;
  min-width: 244px;
  height: 49px;
  padding: 0 32px;
  background: url(img/img-period-label.png) left center no-repeat, url(img/img-period-label.png) right center no-repeat;
}
.section-container .section2 .cont-area .cont-header .period-wrap .period .period-label:before {
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  content: "";
  height: 100%;
  background: url(img/img-period-label_repeat.png) center repeat-x;
  pointer-events: none;
}
.section-container .section2 .cont-area .cont-header .period-wrap .period .period-label > p {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  line-height: 49px;
  color: #feffd4;
  z-index: 1;
}
.section-container .section2 .cont-area .cont-header .period-wrap .period .period-date {
  margin-top: 10px;
  font-size: 28px;
  color: #f5e3ff;
  font-weight: bold;
  line-height: 38px;
}
.section-container .section2 .frame-wrap {
  position: relative;
}
.section-container .section2 .frame-wrap .frame-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 896px;
  height: 100%;
  background: url(img/bg-preorder-frame-top.png) center 0/contain no-repeat, url(img/bg-preorder-frame-bottom.png) center bottom/contain no-repeat;
  pointer-events: none;
}
.section-container .section2 .frame-wrap .frame-bg::before {
  content: " ";
  position: absolute;
  top: 921px;
  left: 0;
  bottom: 586px;
  width: 896px;
  background: url(img/bg-preorder-frame-repeat.png) center 0 repeat-y;
}
.section-container .section2 .frame-wrap .form-wrap {
  position: relative;
  min-height: 1509px;
  padding-top: 229px;
  padding-bottom: 410px;
}
.section-container .section2 .frame-wrap .form-wrap.ios .input-wrap input::-webkit-input-placeholder {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.section-container .section2 .frame-wrap .form-wrap.ios .input-wrap input::-moz-placeholder {
  transform: translateY(0px);
}
.section-container .section2 .frame-wrap .form-wrap.ios .input-wrap input:-ms-input-placeholder {
  transform: translateY(0px);
}
.section-container .section2 .frame-wrap .form-wrap.ios .input-wrap input::-ms-input-placeholder {
  transform: translateY(0px);
}
.section-container .section2 .frame-wrap .form-wrap.ios .input-wrap input::placeholder {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.section-container .section2 .frame-wrap .form-wrap .slt-market {
  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;
  width: 593px;
  height: 52px;
  margin: 0 auto;
  background: url(img/bg-market.png) center no-repeat;
}
.section-container .section2 .frame-wrap .form-wrap .slt-market span {
  position: relative;
  display: block;
  height: 100%;
}
.section-container .section2 .frame-wrap .form-wrap .slt-market span.ios {
  width: 260px;
}
.section-container .section2 .frame-wrap .form-wrap .slt-market span.aos {
  width: 287px;
}
.section-container .section2 .frame-wrap .form-wrap .slt-market span input {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}
.section-container .section2 .frame-wrap .form-wrap .slt-market span input:checked + label {
  background: url(img/ico-check-active.png) 0 9px no-repeat;
}
.section-container .section2 .frame-wrap .form-wrap .slt-market span label {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -5000px;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 655px;
  height: 108px;
  margin: 49px auto 0;
  background: url(img/bg-input.png) center no-repeat;
  padding: 20px;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap:lang(ko), .section-container .section2 .frame-wrap .form-wrap .input-wrap:lang(en) {
  padding: 24px 20px 16px;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap.phone {
  padding-left: 0;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap.phone:before {
  position: absolute;
  top: 50%;
  left: 133px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 24px;
  background-color: #ffffff;
  opacity: 0.14;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tc), .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tw), .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-hant), .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input {
  color: #b3e9ef;
  font-size: 51px;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input.num1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 135px;
  text-align: center;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input.num2 {
  padding-left: 20px;
  text-align: left;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input::-webkit-input-placeholder {
  font-family: "esamanru", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #88b8bd;
  font-size: 32px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  opacity: 0.8;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input::-moz-placeholder {
  font-family: "esamanru", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #88b8bd;
  font-size: 32px;
  transform: translateY(-8px);
  opacity: 0.8;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:-ms-input-placeholder {
  font-family: "esamanru", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #88b8bd;
  font-size: 32px;
  transform: translateY(-8px);
  opacity: 0.8;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input::-ms-input-placeholder {
  font-family: "esamanru", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #88b8bd;
  font-size: 32px;
  transform: translateY(-8px);
  opacity: 0.8;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input::placeholder {
  font-family: "esamanru", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #88b8bd;
  font-size: 32px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  opacity: 0.8;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:-ms-input-placeholder {
  font-family: "esamanru", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #88b8bd;
  font-size: 32px;
  transform: translateY(0);
  opacity: 0.8;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input::-ms-input-placeholder {
  font-family: "esamanru", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #88b8bd;
  font-size: 32px;
  transform: translateY(0);
  opacity: 0.8;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(ja)::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(ja)::-moz-placeholder {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(ja):-ms-input-placeholder {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(ja)::-ms-input-placeholder {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(ja)::placeholder {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-hant)::-webkit-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-tw)::-webkit-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tw)::-webkit-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tc)::-webkit-input-placeholder {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-hant)::-moz-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-tw)::-moz-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tw)::-moz-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tc)::-moz-placeholder {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-hant):-ms-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-tw):-ms-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tw):-ms-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tc):-ms-input-placeholder {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-hant)::-ms-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-tw)::-ms-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tw)::-ms-input-placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tc)::-ms-input-placeholder {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-hant)::placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(zh-tw)::placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tw)::placeholder, .section-container .section2 .frame-wrap .form-wrap .input-wrap input:lang(tc)::placeholder {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 36px auto 40px;
  padding: 0 75px 0 80px;
  text-align: left;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 41px;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li:not(:first-child) {
  margin-top: 20px;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li span {
  position: relative;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li span input {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li span input:checked + label::before {
  border: none;
  background: url(img/ico-check-active.png) center/41px 41px no-repeat;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li span label {
  position: relative;
  display: block;
  padding-right: 30px;
  padding-left: 54px;
  color: #edf4f5;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  padding-top: 4px;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li span label.cjk {
  word-break: break-all;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li span label::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #6990a4;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li span label a {
  color: #dcdcdc;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.section-container .section2 .frame-wrap .form-wrap .agreement-list li .btn-view {
  display: block;
  margin-left: auto;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section-container .section2 .frame-wrap .form-wrap .btn-submit {
  display: block;
  width: 651px;
  height: 144px;
  margin: 0 auto;
}
.section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(tc), .section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(tw), .section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(zh-hant), .section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section2 .frame-wrap .form-wrap .btn-submit {
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px #000;
}
.section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(ko), .section-container .section2 .frame-wrap .form-wrap .btn-submit:lang(en) {
  padding-top: 8px;
}
.section-container .section2 .frame-wrap .form-wrap .notice-list {
  width: 100%;
  margin: 24px auto 0;
  padding: 0 77px 0 73px;
  text-align: left;
}
.section-container .section2 .frame-wrap .form-wrap .notice-list li {
  position: relative;
  padding-left: 24px;
  color: #70838e;
  font-size: 25px;
  line-height: 36px;
}
.section-container .section2 .frame-wrap .form-wrap .notice-list li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.section-container .section2 .complete {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 1509px;
  margin: 0 auto;
  padding: 230px 78px 410px;
}
.section-container .section2 .complete:not(:lang(ko)) {
  padding-top: 200px;
}
.section-container .section2 .complete .to-agent {
  color: #fff;
}
.section-container .section2 .complete .to-agent:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section2 .complete .to-agent:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section2 .complete .to-agent:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section2 .complete .to-agent:lang(tc), .section-container .section2 .complete .to-agent:lang(tw), .section-container .section2 .complete .to-agent:lang(zh-hant), .section-container .section2 .complete .to-agent:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section2 .complete .to-agent {
  font-size: 40px;
  line-height: 48px;
  text-shadow: 0 0 6px rgba(83, 172, 255, 0.4), 0 0 12px rgba(83, 172, 255, 0.52), 0 0 24px rgba(83, 172, 255, 0.3);
}
.section-container .section2 .complete .thank-to {
  margin-top: 18px;
  color: #9ccbd0;
  font-size: 28px;
  line-height: 36px;
  min-height: 96px;
  opacity: 0.8;
}
.section-container .section2 .complete .preorder-11 {
  margin: 40px 0 32px 8px;
  display: block;
  width: 260px;
  height: 283px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-container .section2 .complete .message .message-title:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section2 .complete .message .message-title:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section2 .complete .message .message-title:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section2 .complete .message .message-title:lang(tc), .section-container .section2 .complete .message .message-title:lang(tw), .section-container .section2 .complete .message .message-title:lang(zh-hant), .section-container .section2 .complete .message .message-title:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section2 .complete .message .message-title {
  color: #e6c9a8;
  font-size: 40px;
  line-height: 48px;
}
.section-container .section2 .complete .message .message-sub:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section2 .complete .message .message-sub:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section2 .complete .message .message-sub:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section2 .complete .message .message-sub:lang(tc), .section-container .section2 .complete .message .message-sub:lang(tw), .section-container .section2 .complete .message .message-sub:lang(zh-hant), .section-container .section2 .complete .message .message-sub:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section2 .complete .message .message-sub {
  color: #948069;
  font-size: 30px;
  line-height: 48px;
}
.section-container .section2 .complete .message .message-desc {
  min-height: 72px;
  margin-top: 24px;
  color: #d9e5ed;
  font-size: 32px;
  line-height: 36px;
  opacity: 0.8;
}
.section-container .section2 .complete .agree {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 36px;
  margin-top: 60px;
  color: #70838e;
  font-size: 25px;
  line-height: 32px;
}
.section-container .section3 {
  position: relative;
  height: 2051px;
  padding-top: 198px;
  background: url(img/bg-event.jpg) center 0 no-repeat;
  margin: 0 auto;
}
.section-container .section3 .masked-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section-container .section3 .masked-title:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section3 .masked-title:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section3 .masked-title:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section3 .masked-title:lang(tc), .section-container .section3 .masked-title:lang(tw), .section-container .section3 .masked-title:lang(zh-hant), .section-container .section3 .masked-title:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section3 .masked-title {
  font-size: 74px;
  line-height: 1.2;
}
.section-container .section3 .masked-title .title {
  margin-top: 24px;
  padding: 0 36px;
}
.section-container .section3 .masked-title .title:lang(ko) {
  padding: 0 72px;
}
.section-container .section3 .masked-title .title_main {
  color: #46097e;
  text-shadow: 0px 0px 24px #fff;
}
.section-container .section3 .masked-title .title_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #b019d2;
  -webkit-mask-image: url(img/title-mask2.png);
          mask-image: url(img/title-mask2.png);
  -webkit-mask-position: 50% 240px;
          mask-position: 50% 240px;
  pointer-events: none;
}
.section-container .section3 .desc {
  margin-top: 20px;
  padding: 0 20px;
  color: #2f064b;
  font-size: 30px;
  line-height: 46px;
}
.section-container .section3 .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 763px;
  margin: 44px auto 0;
}
.section-container .section3 .link-wrap .link {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  color: #fff;
  text-align: center;
}
.section-container .section3 .link-wrap .link:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section3 .link-wrap .link:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link:lang(tc), .section-container .section3 .link-wrap .link:lang(tw), .section-container .section3 .link-wrap .link:lang(zh-hant), .section-container .section3 .link-wrap .link:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link {
  font-size: 30px;
  line-height: 40px;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.section-container .section3 .link-wrap .link[href=""] {
  cursor: default;
  pointer-events: none;
}
.section-container .section3 .link-wrap .link[href=""] .badge {
  display: block;
}
.section-container .section3 .link-wrap .link[href=""]:before {
  content: none;
}
.section-container .section3 .link-wrap .link b {
  color: #e698ff;
  font-weight: inherit;
}
.section-container .section3 .link-wrap .link p {
  position: relative;
  width: 100%;
  padding: 0 12px;
}
.section-container .section3 .link-wrap .link span.message {
  display: none;
  position: absolute;
  top: 126px;
  left: 0;
  width: 100%;
  text-align: center;
}
.section-container .section3 .link-wrap .link span.message:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section3 .link-wrap .link span.message:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link span.message:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link span.message:lang(tc), .section-container .section3 .link-wrap .link span.message:lang(tw), .section-container .section3 .link-wrap .link span.message:lang(zh-hant), .section-container .section3 .link-wrap .link span.message:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link span.message {
  font-size: 24px;
  line-height: 30px;
  color: #cbcbcb;
  text-shadow: 6px 6px 8px #000;
  padding: 0 24px;
}
.section-container .section3 .link-wrap .link .badge {
  display: none;
  position: absolute;
  top: 4px;
  left: 12px;
  width: 301px;
  height: 36px;
}
.section-container .section3 .link-wrap .link .badge:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section3 .link-wrap .link .badge:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link .badge:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link .badge:lang(tc), .section-container .section3 .link-wrap .link .badge:lang(tw), .section-container .section3 .link-wrap .link .badge:lang(zh-hant), .section-container .section3 .link-wrap .link .badge:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link .badge {
  font-size: 22px;
  line-height: 36px;
  line-height: 34px;
  z-index: 1;
  padding-right: 20px;
  text-transform: uppercase;
}
.section-container .section3 .link-wrap .link .badge:lang(ko), .section-container .section3 .link-wrap .link .badge:lang(en) {
  padding-top: 2px;
}
.section-container .section3 .link-wrap .link .badge > span {
  position: relative;
  background: linear-gradient(89.65deg, #210213 0.16%, #742009 98.54%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 145, 27, 0.48));
          filter: drop-shadow(0px 0px 5px rgba(255, 145, 27, 0.48));
}
.section-container .section3 .link-wrap .link .badge:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 301px;
  height: 36px;
  background: url(img/bg-soon-badge.png) 0 0 no-repeat;
}
.section-container .section3 .link-wrap .link .badge:empty {
  padding: 0;
}
.section-container .section3 .link-wrap .link.link1 {
  position: relative;
  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;
  width: 767px;
  height: 446px;
  margin-bottom: 40px;
}
.section-container .section3 .link-wrap .link.link1:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section3 .link-wrap .link.link1:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link.link1:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link.link1:lang(tc), .section-container .section3 .link-wrap .link.link1:lang(tw), .section-container .section3 .link-wrap .link.link1:lang(zh-hant), .section-container .section3 .link-wrap .link.link1:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section3 .link-wrap .link.link1 {
  font-size: 34px;
  line-height: 40px;
}
.section-container .section3 .link-wrap .link.link1 > p {
  padding-bottom: 38px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.section-container .section3 .link-wrap .link.link1::before {
  position: absolute;
  top: -13px;
  right: -25px;
  content: "";
  width: 146px;
  height: 151px;
  background: url(img/img-ribbon.png) center no-repeat;
}
.section-container .section3 .link-wrap .link.link1.end > p {
  opacity: 0.5;
}
.section-container .section3 .link-wrap .link.link1.end span.message {
  top: 210px;
}
.section-container .section3 .link-wrap .link.link2, .section-container .section3 .link-wrap .link.link3, .section-container .section3 .link-wrap .link.link4, .section-container .section3 .link-wrap .link.link5 {
  width: 376px;
  min-height: 350px;
  padding-top: 278px;
}
.section-container .section3 .link-wrap .link.link2:not(.end)::before {
  content: " ";
  position: absolute;
  top: -20px;
  left: -22px;
  width: 70px;
  height: 70px;
  background: url(img/ico-badge.png) center no-repeat;
}
.section-container .section3 .link-wrap .link.link3 .badge {
  top: 10px;
  left: 11px;
}
.section-container .section3 .link-wrap .link.link4, .section-container .section3 .link-wrap .link.link5 {
  margin-top: 22px;
}
.section-container .section3 .link-wrap .link.link4 .badge {
  top: 13px;
  left: 4px;
}
.section-container .section3 .link-wrap .link.link5 .badge {
  top: 8px;
  left: 10px;
}
.section-container .section3 .link-wrap .link.end {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.section-container .section3 .link-wrap .link.end::after {
  display: none;
}
.section-container .section3 .link-wrap .link.end b {
  opacity: 0.5;
}
.section-container .section3 .link-wrap .link.end .badge {
  display: none;
}
.section-container .section3 .link-wrap .link.end span.message {
  display: block;
}
.section-container .section4 {
  position: relative;
  min-height: 1524px;
  background-color: #1f174a;
  background: url(img/bg-character.jpg) center 0 no-repeat, url(img/bg-character-done.jpg?v=20260402) center 1524px no-repeat;
}
.section-container .section4[data-current-step="2"] .cont-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-container .section4[data-current-step="3"] {
  padding-bottom: 180px;
  background-color: #0f092d;
}
.section-container .section4[data-current-step="3"] .cont-area .cont-header .title-wrap {
  min-height: 0;
}
.section-container .section4 .cont-area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: inherit;
  padding-top: 42px;
  padding-top: 56px;
}
.section-container .section4 .cont-area .cont-header .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-container .section4 .cont-area .cont-header .bi img {
  display: block;
  width: 291px;
  height: auto;
  margin: 0 auto;
}
.section-container .section4 .cont-area .cont-header .title-wrap {
  position: relative;
  z-index: 3;
  min-height: 178px;
  margin-top: -24px;
}
.section-container .section4 .cont-area .cont-header .title-wrap .title {
  display: block;
  width: 100%;
}
.section-container .section4 .cont-area .cont-header .title-wrap .title:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-header .title-wrap .title:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-header .title-wrap .title:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-header .title-wrap .title:lang(tc), .section-container .section4 .cont-area .cont-header .title-wrap .title:lang(tw), .section-container .section4 .cont-area .cont-header .title-wrap .title:lang(zh-hant), .section-container .section4 .cont-area .cont-header .title-wrap .title:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-header .title-wrap .title {
  font-size: 35px;
  line-height: 1.35;
  color: #fff;
  padding: 0 24px;
}
.section-container .section4 .cont-area .cont-header .masked-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.section-container .section4 .cont-area .cont-header .masked-title .title {
  font-size: 74px;
  line-height: 1.1;
  -webkit-filter: drop-shadow(1px 2px 0px #000);
          filter: drop-shadow(1px 2px 0px #000);
}
.section-container .section4 .cont-area .cont-header .masked-title .title_main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.96%, rgba(232, 92, 248, 0)), color-stop(90.73%, #dfa2ff)), #e85cf8;
  background: linear-gradient(180deg, rgba(232, 92, 248, 0) 35.96%, #dfa2ff 90.73%), #e85cf8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-container .section4 .cont-area .cont-header .masked-title .title_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff0ff;
  -webkit-mask-image: url(img/title-mask3.png);
          mask-image: url(img/title-mask3.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center 30%;
          mask-position: center 30%;
  pointer-events: none;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap {
  position: absolute;
  top: 1004px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap:before {
  position: absolute;
  top: -1004px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 2560px;
  height: 1524px;
  background: url(img/img-character-deco.png) center no-repeat;
  pointer-events: none;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap::after {
  content: url("img/bg-character-frame-top.png") url("img/bg-character-frame-bottom.png") url("img/bg-character-frame-repeat.png");
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont {
  position: relative;
  z-index: 1;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start {
  display: block;
  width: 651px;
  height: 144px;
  margin: 0 auto;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start:lang(tc), .section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start:lang(tw), .section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .btn-start {
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px #000;
  background: url(img/btn-start.png) center no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 64px;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-wrap .share-txt:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-wrap .share-txt:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-wrap .share-txt:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-wrap .share-txt:lang(tc), .section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-wrap .share-txt:lang(tw), .section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-wrap .share-txt:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-wrap .share-txt:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .start-wrap .start-cont .share-wrap .share-txt {
  color: #fff;
  font-size: 32px;
  line-height: 1.35;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap {
  position: relative;
  min-height: 1101px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .frame-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 895px;
  height: 100%;
  background: url(img/bg-character-frame-top.png) center 0 no-repeat, url(img/bg-character-frame-bottom.png) center bottom no-repeat;
  pointer-events: none;
  z-index: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .frame-bg::before {
  content: " ";
  position: absolute;
  top: 897px;
  left: 0;
  bottom: 202px;
  width: 100%;
  background: url(img/bg-character-frame-repeat.png) center 0 repeat-y;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont {
  position: relative;
  padding-top: 138px;
  padding-bottom: 60px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="10"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="11"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="12"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="13"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="14"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="15"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="16"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="17"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="18"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="19"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont[data-current-step="20"] .question-header .question-step {
  font-size: 24px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header {
  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;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: url(img/img-step.png) center no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step:lang(tc), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step:lang(tw), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-step {
  font-size: 28px;
  line-height: 56px;
  text-shadow: 1.204px 1.597px 10px rgba(9, 0, 34, 0.66);
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 36px 0;
  min-height: 290px;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt:lang(tc), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt:lang(tw), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .question-txt {
  font-size: 48px;
  line-height: 68px;
  text-shadow: 0px 0px 24px rgba(7, 127, 220, 0.8);
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .progress-bar {
  margin-top: 14px;
  width: 620px;
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .progress-bar .progress {
  position: relative;
  height: 100%;
  background: linear-gradient(120deg, #197dad 0%, #27b5e3 100%);
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .question-header .progress-bar .progress::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -8px;
  width: 16px;
  height: 15px;
  background: url(img/ico-progress.png) center no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list {
  margin-top: 52px;
  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;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 784px;
  height: 207px;
  text-align: left;
  background: url(img/bg-answer.png) center no-repeat;
  padding: 0 86px;
  -webkit-transition: background-image 0.2s;
  transition: background-image 0.2s;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer .answer-txt:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer .answer-txt:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer .answer-txt:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer .answer-txt:lang(tc), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer .answer-txt:lang(tw), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer .answer-txt:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer .answer-txt:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer .answer-txt {
  font-size: 34px;
  line-height: 42px;
  color: #9dc1d8;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap {
  position: relative;
  margin-top: -12px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .toast {
  position: fixed;
  top: 132px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(img/bg-toast.png) center no-repeat;
  width: 681px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1000;
  pointer-events: none;
  padding: 0 24px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .toast.show {
  opacity: 1;
  pointer-events: auto;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .toast:before {
  position: relative;
  content: "";
  display: block;
  width: 48px;
  height: 40px;
  background: url(img/img-toast_success.png) center no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .toast .toast-txt:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .toast .toast-txt:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .toast .toast-txt:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .toast .toast-txt:lang(tc), .section-container .section4 .cont-area .cont-wrap .result-wrap .toast .toast-txt:lang(tw), .section-container .section4 .cont-area .cont-wrap .result-wrap .toast .toast-txt:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .result-wrap .toast .toast-txt:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .toast .toast-txt {
  font-size: 32px;
  line-height: 1.35;
  color: #fad7ff;
  max-width: 560px;
  text-align: left;
  padding-left: 16px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont {
  position: relative;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result {
  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;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap {
  position: relative;
  width: 100%;
  min-height: 1486px;
  padding-top: 118px;
  padding-bottom: 108px;
  margin-top: -30px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap {
  padding: 70px 0 208px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .frame-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1111px;
  height: 100%;
  background: url(img/bg-character-result-top.png) center 0 no-repeat, url(img/bg-character-result-bottom.png) center bottom no-repeat;
  pointer-events: none;
  z-index: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .frame-bg::before {
  position: absolute;
  top: 953px;
  bottom: 501px;
  content: "";
  left: 0;
  width: 100%;
  background: url(img/bg-character-result-repeat.png) center 0 repeat-y;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .frame-bg::after {
  position: absolute;
  top: 950px;
  bottom: 498px;
  content: "";
  left: 0;
  width: 100%;
  background: url(img/bg-character-result-repeat2.png) center 0 repeat-y;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info {
  position: relative;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img {
  display: block;
  width: 775px;
  height: 600px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch1 {
  background: url(img/character/img-ch1.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch2 {
  background: url(img/character/img-ch2.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch3 {
  background: url(img/character/img-ch3.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch4 {
  background: url(img/character/img-ch4.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch5 {
  background: url(img/character/img-ch5.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch6 {
  background: url(img/character/img-ch6.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch7 {
  background: url(img/character/img-ch7.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch8 {
  background: url(img/character/img-ch8.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch9 {
  background: url(img/character/img-ch9.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch10 {
  background: url(img/character/img-ch10.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch11 {
  background: url(img/character/img-ch11.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch12 {
  background: url(img/character/img-ch12.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch13 {
  background: url(img/character/img-ch13.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch14 {
  background: url(img/character/img-ch14.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch15 {
  background: url(img/character/img-ch15.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img.ch16 {
  background: url(img/character/img-ch16.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info {
  width: 775px;
  text-align: left;
  margin-top: 32px;
  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;
  padding: 0 0 0 12px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name:lang(tc), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name:lang(tw), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name {
  font-size: 80px;
  line-height: 100px;
  color: #fff;
  text-shadow: 0px 0px 24px rgba(7, 127, 220, 0.8);
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .desc:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .desc:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .desc:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .desc:lang(tc), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .desc:lang(tw), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .desc:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .desc:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .desc {
  font-size: 30px;
  line-height: 48px;
  color: #aabfcb;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom {
  position: relative;
  z-index: 1;
  margin-top: -54px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download {
  display: block;
  width: 651px;
  height: 144px;
  margin: 0 auto;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download:lang(tc), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download:lang(tw), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .btn-download {
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px #000;
  background: url(img/btn-download.png) center no-repeat;
  padding: 0 24px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp {
  position: relative;
  z-index: 1;
  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;
  gap: 48px;
  margin-top: 142px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt:lang(tc), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt:lang(tw), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt {
  color: #fff;
  font-size: 52px;
  line-height: 1.2;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .share-warp .share-txt b {
  color: #eb94ff;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap {
  position: relative;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon {
  position: relative;
  z-index: 1;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon.coupon__before {
  margin: 16px auto 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon.coupon__before .coupon-box {
  margin: 0 auto;
  width: 605px;
  height: 132px;
  background: url(img/img-coupon-box_before.png) center no-repeat;
  padding: 28px 18px 4px;
  margin-right: 32px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon.coupon__before .coupon-box:lang(ko) {
  padding-top: 32px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon.coupon__before .coupon-box .coupon-txt {
  font-size: 32px;
  color: #fff;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon.coupon__before .coupon-box .coupon-txt b {
  color: #b5aae9;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon.coupon__shared {
  margin: 40px auto 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon.coupon__shared .coupon-box .coupon-txt {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 12px #a565ff;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  width: 721px;
  height: 122px;
  background: url(img/img-coupon-box.png) center no-repeat;
  padding: 0 24px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box:lang(tc), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box:lang(tw), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box {
  font-size: 34px;
  color: #fff;
  line-height: 42px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .coupon-box .btn-copy-coupon {
  position: absolute;
  top: 26px;
  right: 30px;
  display: block;
  width: 72px;
  height: 72px;
  background: url(img/img-copy.png) center/31px 39px no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 651px;
  height: 144px;
  margin: 30px auto 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward:lang(tc), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward:lang(tw), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-reward {
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px #000;
  background: url(img/btn-reward.png) center no-repeat;
  padding: 0 24px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(tc), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(tw), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(zh-hant), .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake {
  font-size: 34px;
  color: #fff;
  line-height: 45px;
  height: 45px;
  margin: 22px auto 0;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake img {
  width: 39px;
  height: 35px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(ko):before, .section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:lang(en):before {
  top: -2px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:before {
  position: relative;
  top: 0;
  content: "";
  display: block;
  width: 39px;
  height: 35px;
  background: url(img/img-reset.png?v=260326) center/contain no-repeat;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.7));
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom .coupon-wrap .coupon .btn-retake:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.7));
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .sns-list {
  gap: 5px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .sns-list .sns-item {
  width: 198px;
  height: 198px;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .sns-list .sns-item.facebook {
  background: url(img/btn-facebook_final.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .sns-list .sns-item.twitter {
  background: url(img/btn-twitter_final.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .result-wrap .sns-list .sns-item.link {
  background: url(img/btn-link_final.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.section-container .section4 .cont-area .cont-wrap .sns-list .sns-item {
  display: block;
  width: 104px;
  height: 104px;
  cursor: pointer;
}
.section-container .section4 .cont-area .cont-wrap .sns-list .sns-item a,
.section-container .section4 .cont-area .cont-wrap .sns-list .sns-item button {
  display: block;
  width: 100%;
  height: 100%;
}
.section-container .section4 .cont-area .cont-wrap .sns-list .sns-item.facebook {
  background: url(img/btn-facebook.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .sns-list .sns-item.twitter {
  background: url(img/btn-twitter.png) center/contain no-repeat;
}
.section-container .section4 .cont-area .cont-wrap .sns-list .sns-item.link {
  background: url(img/btn-link.png) center/contain no-repeat;
}
.section-container .section5 {
  position: relative;
  height: 1428px;
  padding-top: 128px;
  padding-bottom: 80px;
  background: url(img/bg-gift.jpg) center 0 no-repeat;
  margin: 0 auto;
}
.section-container .section5.gift__open .gift-cont .btn-gift {
  cursor: default;
  pointer-events: none;
}
.section-container .section5.gift__open .gift-cont .btn-gift:before {
  top: -68px;
  background-image: url(img/img-gift_open.png);
}
.section-container .section5:not(.gift__open) .gift-cont .btn-gift {
  -webkit-animation: moveUpDown 800ms infinite alternate;
          animation: moveUpDown 800ms infinite alternate;
}
.section-container .section5:not(.gift__open) .gift-cont .btn-gift:before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.section-container .section5 .cont-header {
  position: relative;
  background: url(img/img-gift-title.png) center 0/168px 62px no-repeat;
  padding-top: 72px;
}
.section-container .section5 .cont-header .masked-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section-container .section5 .cont-header .masked-title:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section5 .cont-header .masked-title:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section5 .cont-header .masked-title:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section5 .cont-header .masked-title:lang(tc), .section-container .section5 .cont-header .masked-title:lang(tw), .section-container .section5 .cont-header .masked-title:lang(zh-hant), .section-container .section5 .cont-header .masked-title:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section5 .cont-header .masked-title {
  font-size: 74px;
  line-height: 1.2;
}
.section-container .section5 .cont-header .masked-title .title {
  padding: 0 36px;
}
.section-container .section5 .cont-header .masked-title .title_main {
  color: #65207f;
}
.section-container .section5 .cont-header .masked-title .title_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #ff7da8;
  -webkit-mask-image: url(img/title-mask2.png);
          mask-image: url(img/title-mask2.png);
  -webkit-mask-position: center 16%;
          mask-position: center 16%;
  pointer-events: none;
}
.section-container .section5 .cont-header .desc {
  margin-top: 20px;
  padding: 0 20px;
  color: #131644;
  font-size: 30px;
  line-height: 42px;
}
.section-container .section5 .gift-cont {
  position: relative;
}
.section-container .section5 .gift-cont .btn-gift {
  width: 670px;
  height: 520px;
  margin: 36px auto 0;
  cursor: pointer;
}
.section-container .section5 .gift-cont .btn-gift::before {
  position: absolute;
  top: -92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1060px;
  height: 660px;
  background: url(img/img-gift.png) center/contain no-repeat;
  pointer-events: none;
  cursor: default;
}
.section-container .section5 .gift-cont .before-open {
  position: relative;
}
.section-container .section5 .gift-cont .before-open .click-txt {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
.section-container .section5 .gift-cont .before-open .click-txt::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 17px;
  height: 43px;
  background: url(img/img-gift-arrow.png) center/contain no-repeat;
  pointer-events: none;
  cursor: none;
}
.section-container .section5 .gift-cont .before-open .click-txt .label {
  position: relative;
  padding-top: 52px;
  width: 100%;
  height: 100%;
}
.section-container .section5 .gift-cont .before-open .click-txt .label:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section5 .gift-cont .before-open .click-txt .label:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .before-open .click-txt .label:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .before-open .click-txt .label:lang(tc), .section-container .section5 .gift-cont .before-open .click-txt .label:lang(tw), .section-container .section5 .gift-cont .before-open .click-txt .label:lang(zh-hant), .section-container .section5 .gift-cont .before-open .click-txt .label:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .before-open .click-txt .label {
  font-size: 46px;
  line-height: 1.35;
  color: #230737;
  text-shadow: 0px 0px 16px rgb(255, 255, 255);
}
.section-container .section5 .gift-cont .before-open .click-txt .label b {
  color: #bb2592;
}
.section-container .section5 .gift-cont .before-open .click-txt .label.clone {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 4px #fff;
  color: #fff;
  z-index: -1;
}
.section-container .section5 .gift-cont .after-open {
  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;
  margin-top: -24px;
}
.section-container .section5 .gift-cont .after-open .coupon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  width: 721px;
  height: 122px;
  background: url(img/img-coupon-box.png) center no-repeat;
  padding: 0 24px;
}
.section-container .section5 .gift-cont .after-open .coupon-box:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.section-container .section5 .gift-cont .after-open .coupon-box:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .after-open .coupon-box:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .after-open .coupon-box:lang(tc), .section-container .section5 .gift-cont .after-open .coupon-box:lang(tw), .section-container .section5 .gift-cont .after-open .coupon-box:lang(zh-hant), .section-container .section5 .gift-cont .after-open .coupon-box:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .after-open .coupon-box {
  font-size: 40px;
  line-height: 1.35;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 12px #a565ff;
}
.section-container .section5 .gift-cont .after-open .coupon-box:lang(ko), .section-container .section5 .gift-cont .after-open .coupon-box:lang(en) {
  padding-top: 4px;
}
.section-container .section5 .gift-cont .after-open .coupon-box .btn-copy-coupon {
  position: absolute;
  top: 26px;
  right: 30px;
  display: block;
  width: 72px;
  height: 72px;
  background: url(img/img-copy.png) center/31px 39px no-repeat;
}
.section-container .section5 .gift-cont .after-open .btn-claim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 651px;
  height: 144px;
  margin: 32px auto 0;
}
.section-container .section5 .gift-cont .after-open .btn-claim:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-container .section5 .gift-cont .after-open .btn-claim:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .after-open .btn-claim:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .after-open .btn-claim:lang(tc), .section-container .section5 .gift-cont .after-open .btn-claim:lang(tw), .section-container .section5 .gift-cont .after-open .btn-claim:lang(zh-hant), .section-container .section5 .gift-cont .after-open .btn-claim:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.section-container .section5 .gift-cont .after-open .btn-claim {
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px #000;
  background: url(img/btn-reward.png) center no-repeat;
  padding: 0 24px;
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.type_pc .section1 {
  height: 1300px;
  padding-top: 552px;
  background: url(img/bg-main.jpg) center 0 no-repeat;
}
.type_pc .section1 .title-wrap .title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, color-stop(-15%, #34397e), color-stop(50%, #ac2f8d), color-stop(120%, #34397e));
  background: linear-gradient(90deg, #34397e -15%, #ac2f8d 50%, #34397e 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0 64px;
}
.type_pc .section1 .title-wrap .subtitle {
  margin-top: 8px;
  color: #34397e;
  font-size: 24px;
  font-weight: 500;
  padding: 0 84px;
}
.type_pc .section1 .btn-group {
  margin: 18px auto 0;
}
.type_pc .section1 .btn-group .btn-register {
  display: block;
  width: 588px;
  height: 131px;
  margin: 0 auto;
  padding-top: 2px;
}
.type_pc .section1 .btn-group .btn-register:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.type_pc .section1 .btn-group .btn-register:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.type_pc .section1 .btn-group .btn-register:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_pc .section1 .btn-group .btn-register:lang(tc), .type_pc .section1 .btn-group .btn-register:lang(tw), .type_pc .section1 .btn-group .btn-register:lang(zh-hant), .type_pc .section1 .btn-group .btn-register:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.type_pc .section1 .btn-group .btn-register {
  color: #fff;
  font-size: 34px;
  line-height: 1.35;
  text-shadow: 0px 3px 4px #000, 0px 2px 24px #000;
  background: url(img/btn-main.png) center no-repeat;
}
.type_pc .section1 .btn-group .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.type_pc .section1 .btn-group .row .btn {
  display: block;
  width: 189px;
  height: 110px;
  padding: 0 18px;
  color: #fff;
  text-align: center;
}
.type_pc .section1 .btn-group .row .btn:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_pc .section1 .btn-group .row .btn:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_pc .section1 .btn-group .row .btn:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_pc .section1 .btn-group .row .btn:lang(tc), .type_pc .section1 .btn-group .row .btn:lang(tw), .type_pc .section1 .btn-group .row .btn:lang(zh-hant), .type_pc .section1 .btn-group .row .btn:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_pc .section1 .btn-group .row .btn {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  text-shadow: 0px 1px 0px rgba(38, 11, 68, 0.67), 0px 4px 6px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.type_pc .section1 .btn-group .row .btn:nth-of-type(2) {
  width: 193px;
}
.type_pc .section1 .btn-group .row .btn.btn1 {
  background: url(img/btn-to-section1.png) center/contain no-repeat;
}
.type_pc .section1 .btn-group .row .btn.btn2 {
  background: url(img/btn-to-section2.png) center/contain no-repeat;
}
.type_pc .section1 .btn-group .row .btn.btn3 {
  background: url(img/btn-to-section3.png) center/contain no-repeat;
}
.type_pc .section1 .btn-group .market-btn {
  margin: 18px auto 0;
  font-size: 0;
  white-space: nowrap;
}
.type_pc .section1 .btn-group .market-btn a {
  display: inline-block;
  vertical-align: top;
  height: 82px;
  margin-left: 10px;
}
.type_pc .section1 .btn-group .market-btn a:first-child {
  margin-left: 0;
}
.type_pc .section1 .btn-group .market-btn a img {
  width: auto;
  height: 100%;
}
.type_pc .section2 .btn-submit {
  background: url(img/btn-preorder.png) center no-repeat;
}
.type_pc .section3 .link-wrap .link.link1 {
  background: url(img/bg-event1-on.png?v=260325) center no-repeat;
}
.type_pc .section3 .link-wrap .link.link1::after {
  content: url("img/bg-event1-hover.png");
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.type_pc .section3 .link-wrap .link.link1:hover:not([href=""]) {
  background-image: url(img/bg-event1-hover.png?v=260325);
}
.type_pc .section3 .link-wrap .link.link1.end {
  background-image: url(img/bg-event1-end.png?v=260325);
}
.type_pc .section3 .link-wrap .link.link2 {
  background: url(img/bg-event2-on.png) center 0 no-repeat;
}
.type_pc .section3 .link-wrap .link.link2.end {
  background-image: url(img/bg-event2-end.png);
}
.type_pc .section3 .link-wrap .link.link3 {
  background: url(img/bg-event3-on.png) center 0 no-repeat;
}
.type_pc .section3 .link-wrap .link.link3::after {
  content: url("img/bg-event3-hover.png");
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.type_pc .section3 .link-wrap .link.link3:hover:not([href=""]) {
  background-image: url(img/bg-event3-hover.png);
}
.type_pc .section3 .link-wrap .link.link3.end {
  background-image: url(img/bg-event3-end.png);
}
.type_pc .section3 .link-wrap .link.link4 {
  background: url(img/bg-event4-on.png) center 0 no-repeat;
}
.type_pc .section3 .link-wrap .link.link4::after {
  content: url("img/bg-event4-hover.png");
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.type_pc .section3 .link-wrap .link.link4:hover:not([href=""]) {
  background-image: url(img/bg-event4-hover.png);
}
.type_pc .section3 .link-wrap .link.link4.end {
  background-image: url(img/bg-event4-end.png);
}
.type_pc .section3 .link-wrap .link.link5 {
  background: url(img/bg-event5-on.png) center 0 no-repeat;
}
.type_pc .section3 .link-wrap .link.link5::after {
  content: url("img/bg-event5-hover.png");
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.type_pc .section3 .link-wrap .link.link5:hover:not([href=""]) {
  background-image: url(img/bg-event5-hover.png);
}
.type_pc .section3 .link-wrap .link.link5.end {
  background-image: url(img/bg-event5-end.png);
}
.type_pc .section4[data-current-step="3"] .cont-area {
  width: 895px;
  margin: 0 auto;
}
.type_pc .section4[data-current-step="3"] .cont-area .cont-header {
  width: 800px;
  margin: 0 auto;
}
.type_pc .section4 .cont-area .cont-wrap .find-wrap .find-cont::after {
  content: url("img/bg-character-result-top.png") url("img/bg-character-result-bottom.png") url("img/bg-character-result-repeat.png");
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.type_pc .section4 .cont-area .cont-wrap .find-wrap .find-cont .answer-list .btn-answer:hover {
  background-image: url(img/bg-answer_active.png);
}
.type_pc .section5:not(.gift__open) .gift-cont .btn-gift:hover:before {
  -webkit-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}

.type_mobile .section1 {
  min-height: 1300px;
  max-height: 1420px;
  padding-top: 668px;
  padding-bottom: 46px;
  background: url(img/bg-main-m.jpg) center 0 no-repeat;
}
.type_mobile .section1 .title-wrap {
  padding: 0 48px;
}
.type_mobile .section1 .title-wrap .title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, color-stop(-15%, #34397e), color-stop(50%, #ac2f8d), color-stop(120%, #34397e));
  background: linear-gradient(90deg, #34397e -15%, #ac2f8d 50%, #34397e 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.type_mobile .section1 .title-wrap .subtitle {
  margin-top: 8px;
  color: #34397e;
  font-size: 30px;
  font-weight: 500;
}
.type_mobile .section1 .btn-group {
  margin: 24px auto 0;
}
.type_mobile .section1 .btn-group .btn-register {
  display: block;
  width: 697px;
  height: 156px;
  margin: 0 auto;
  padding-top: 2px;
}
.type_mobile .section1 .btn-group .btn-register:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.type_mobile .section1 .btn-group .btn-register:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.type_mobile .section1 .btn-group .btn-register:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .section1 .btn-group .btn-register:lang(tc), .type_mobile .section1 .btn-group .btn-register:lang(tw), .type_mobile .section1 .btn-group .btn-register:lang(zh-hant), .type_mobile .section1 .btn-group .btn-register:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.type_mobile .section1 .btn-group .btn-register {
  color: #fff;
  font-size: 36px;
  line-height: 1.35;
  text-shadow: 0px 3px 4px #000, 0px 2px 24px #000;
  background: url(img/btn-main.png) center/contain no-repeat;
}
.type_mobile .section1 .btn-group .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.type_mobile .section1 .btn-group .row .btn {
  display: block;
  width: 224px;
  height: 199px;
  padding: 0 24px;
  color: #fff;
  text-align: center;
}
.type_mobile .section1 .btn-group .row .btn:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_mobile .section1 .btn-group .row .btn:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_mobile .section1 .btn-group .row .btn:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .section1 .btn-group .row .btn:lang(tc), .type_mobile .section1 .btn-group .row .btn:lang(tw), .type_mobile .section1 .btn-group .row .btn:lang(zh-hant), .type_mobile .section1 .btn-group .row .btn:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_mobile .section1 .btn-group .row .btn {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0;
  padding-top: 5px;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(38, 11, 68, 0.67), 0px 4px 6px rgba(0, 0, 0, 0.5);
}
.type_mobile .section1 .btn-group .row .btn:nth-of-type(2) {
  width: 228px;
}
.type_mobile .section1 .btn-group .row .btn.btn1 {
  background: url(img/btn-to-section1-m.png) center/contain no-repeat;
}
.type_mobile .section1 .btn-group .row .btn.btn2 {
  background: url(img/btn-to-section2-m.png) center/contain no-repeat;
}
.type_mobile .section1 .btn-group .row .btn.btn3 {
  background: url(img/btn-to-section3-m.png) center/contain no-repeat;
}
.type_mobile .section1 .scroll {
  bottom: 12px;
}
.type_mobile .section2 .frame-wrap .frame-bg::before {
  top: 920px;
  bottom: 584px;
}
.type_mobile .section2 .btn-submit {
  background: url(img/btn-preorder.png) left 2px center no-repeat;
  text-shadow: 2px 2px 5px #000, 0 0 8px #854cff, 0 0 8px #854cff, 0 0 5px #854cff;
}
.type_mobile .section3 .link-wrap .link.link1 {
  background: url(img/bg-event1-on.png?v=260325) center 0 no-repeat;
}
.type_mobile .section3 .link-wrap .link.link1.end {
  background-image: url(img/bg-event1-end.png?v=260325);
}
.type_mobile .section3 .link-wrap .link.link2 {
  background: url(img/bg-event2-on.png) center 0 no-repeat;
}
.type_mobile .section3 .link-wrap .link.link2.end {
  background-image: url(img/bg-event2-end.png);
}
.type_mobile .section3 .link-wrap .link.link3 {
  background: url(img/bg-event3-on.png) center 0 no-repeat;
}
.type_mobile .section3 .link-wrap .link.link3.end {
  background-image: url(img/bg-event3-end.png);
}
.type_mobile .section3 .link-wrap .link.link4 {
  background: url(img/bg-event4-on.png) center 0 no-repeat;
}
.type_mobile .section3 .link-wrap .link.link4.end {
  background-image: url(img/bg-event4-end.png);
}
.type_mobile .section3 .link-wrap .link.link5 {
  background: url(img/bg-event5-on.png) center 0 no-repeat;
}
.type_mobile .section3 .link-wrap .link.link5.end {
  background-image: url(img/bg-event5-end.png);
}
.type_mobile .section4 .cont-area .cont-wrap .find-wrap .find-cont::after {
  content: url("img/bg-character-result-top_mo.png") url("img/bg-character-result-bottom_mo.png") url("img/bg-character-result-repeat_mo.png");
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap {
  min-height: 1328px;
  padding-top: 115px;
  padding-inline: 26px;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap {
  padding: 58px 0 168px;
  margin: 0 auto;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .frame-bg {
  width: 800px;
  background: url(img/bg-character-result-top_mo.png) center 0/contain no-repeat, url(img/bg-character-result-bottom_mo.png) center bottom/contain no-repeat;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .frame-bg::before {
  top: 849.9px;
  bottom: 445px;
  content: "";
  width: 800px;
  background: url(img/bg-character-result-repeat_mo.png) center/contain repeat-y;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .frame-bg::after {
  position: absolute;
  top: 848px;
  bottom: 443px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 748px;
  background: url(img/bg-character-result-repeat2_mo.png) center 0 repeat-y;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .character-img {
  width: 650px;
  height: 503px;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info {
  width: 650px;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .result .character-wrap .capture-wrap .chracter-info .info .name {
  font-size: 68px;
  line-height: 84px;
}
.type_mobile .section4 .cont-area .cont-wrap .result-wrap .result-cont .cont-bottom {
  margin-top: -36px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@-webkit-keyframes piece1 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
  70% {
    -webkit-transform: translateX(-5px) translateY(5px) rotateZ(-1deg) rotateY(5deg);
            transform: translateX(-5px) translateY(5px) rotateZ(-1deg) rotateY(5deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
}
@keyframes piece1 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
  70% {
    -webkit-transform: translateX(-5px) translateY(5px) rotateZ(-1deg) rotateY(5deg);
            transform: translateX(-5px) translateY(5px) rotateZ(-1deg) rotateY(5deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
}
@-webkit-keyframes piece2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
  60% {
    -webkit-transform: translateX(5px) translateY(5px) rotateZ(1deg) rotateY(5deg);
            transform: translateX(5px) translateY(5px) rotateZ(1deg) rotateY(5deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
}
@keyframes piece2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
  60% {
    -webkit-transform: translateX(5px) translateY(5px) rotateZ(1deg) rotateY(5deg);
            transform: translateX(5px) translateY(5px) rotateZ(1deg) rotateY(5deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
}
@-webkit-keyframes piece3 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
  70% {
    -webkit-transform: translateX(5px) translateY(-5px) rotateZ(1deg) rotateY(-5deg);
            transform: translateX(5px) translateY(-5px) rotateZ(1deg) rotateY(-5deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
}
@keyframes piece3 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
  70% {
    -webkit-transform: translateX(5px) translateY(-5px) rotateZ(1deg) rotateY(-5deg);
            transform: translateX(5px) translateY(-5px) rotateZ(1deg) rotateY(-5deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
            transform: translateX(0px) translateY(0px) rotateZ(0deg) rotateY(0deg);
  }
}
.layerPop {
  display: none;
  position: relative;
  width: 640px;
}
.layerPop .btn_close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 56px;
  height: 56px;
}
.layerPop .btn_close::before, .layerPop .btn_close::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 46px;
  margin-left: -2px;
  margin-top: -23px;
  background: #fff;
}
.layerPop .btn_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.layerPop .btn_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layerPop.howto .pop-howto {
  height: auto;
  max-height: 80vh;
  max-height: 80svh;
  border: 2px solid rgba(223, 248, 255, 0.4);
  overflow-x: hidden;
  overflow-y: auto;
}
.layerPop.howto .pop-howto img {
  width: 100%;
  height: auto;
}

.type_pc .layerPop.rewards {
  width: 1400px;
}
.type_pc .layerPop.rewards .btn_close {
  top: 82px;
  right: 8px;
  bottom: auto;
}
.type_pc .layerPop.rewards .btn_close::before, .type_pc .layerPop.rewards .btn_close::after {
  display: none;
}
.type_pc .pop-rewards {
  width: 1400px;
  height: 910px;
  padding-top: 137px;
  background: url(img/bg-popup.png) center 0 no-repeat;
}
.type_pc .pop-rewards .pop-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  padding: 0 75px 0 38px;
  text-align: left;
}
.type_pc .pop-rewards .pop-head .title {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 17px;
}
.type_pc .pop-rewards .pop-head .title .tit:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.type_pc .pop-rewards .pop-head .title .tit:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.type_pc .pop-rewards .pop-head .title .tit:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_pc .pop-rewards .pop-head .title .tit:lang(tc), .type_pc .pop-rewards .pop-head .title .tit:lang(tw), .type_pc .pop-rewards .pop-head .title .tit:lang(zh-hant), .type_pc .pop-rewards .pop-head .title .tit:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.type_pc .pop-rewards .pop-head .title .tit {
  font-size: 44px;
  text-transform: uppercase;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.67);
}
.type_pc .pop-rewards .pop-head .title .desc {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}
.type_pc .pop-rewards .pop-head .countdown {
  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;
  text-align: left;
  padding-top: 8px;
  width: 481px;
  height: 125px;
  padding-left: 48px;
}
.type_pc .pop-rewards .pop-head .countdown p {
  margin-bottom: 6px;
  color: #00d2ff;
  font-size: 17px;
  padding-left: 4px;
  text-transform: uppercase;
}
.type_pc .pop-rewards .pop-head .countdown .timer:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_pc .pop-rewards .pop-head .countdown .timer:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_pc .pop-rewards .pop-head .countdown .timer:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_pc .pop-rewards .pop-head .countdown .timer:lang(tc), .type_pc .pop-rewards .pop-head .countdown .timer:lang(tw), .type_pc .pop-rewards .pop-head .countdown .timer:lang(zh-hant), .type_pc .pop-rewards .pop-head .countdown .timer:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_pc .pop-rewards .pop-head .countdown .timer {
  color: #fff;
  font-size: 0;
  text-align: left;
  text-shadow: 0 0 6px rgba(53, 141, 223, 0.4), 0 0 12px rgba(53, 141, 223, 0.52), 0 0 24px rgba(53, 141, 223, 0.3);
}
.type_pc .pop-rewards .pop-head .countdown .timer span {
  display: inline-block;
  vertical-align: top;
  font-size: 70px;
  line-height: 79px;
  text-align: center;
}
.type_pc .pop-rewards .pop-head .countdown .timer span.num {
  width: 54px;
}
.type_pc .pop-rewards .pop-head .countdown .timer span.slash {
  width: 33px;
  font-size: 44px;
}
.type_pc .pop-rewards .reward-list-wrap {
  margin-top: 28px;
}
.type_pc .pop-rewards .reward-list-wrap .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1372px;
  margin: 0 auto;
}
.type_pc .pop-rewards .reward-list-wrap .lists li {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 188px;
  height: 194px;
  margin: 4px;
  padding: 2px 2px 10px;
  color: #000;
  background: url(img/bg-reward.png) center 0 no-repeat;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .d-img {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 184px;
  height: 189px;
}
.type_pc .pop-rewards .reward-list-wrap .lists li.end img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.type_pc .pop-rewards .reward-list-wrap .lists li.end::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/bg-reward-dimmed.png) center 0 no-repeat;
}
.type_pc .pop-rewards .reward-list-wrap .lists li.today {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 168, 255, 0.004);
}
.type_pc .pop-rewards .reward-list-wrap .lists li.today::before {
  position: absolute;
  top: -8px;
  left: -10px;
  content: "";
  display: block;
  width: 208px;
  height: 211px;
  background-image: url(img/bg-reward-today.png);
}
.type_pc .pop-rewards .reward-list-wrap .lists li.today::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  border-top: 16px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -webkit-filter: drop-shadow(0 0 4px #ff83cb) drop-shadow(0 0 9px #ff83cb);
          filter: drop-shadow(0 0 4px #ff83cb) drop-shadow(0 0 9px #ff83cb);
}
.type_pc .pop-rewards .reward-list-wrap .lists li .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px 0;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .top:lang(ko), .type_pc .pop-rewards .reward-list-wrap .lists li .top:lang(en) {
  padding-top: 18px;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .top .count:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .top .count:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .top .count:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .top .count:lang(tc), .type_pc .pop-rewards .reward-list-wrap .lists li .top .count:lang(tw), .type_pc .pop-rewards .reward-list-wrap .lists li .top .count:lang(zh-hant), .type_pc .pop-rewards .reward-list-wrap .lists li .top .count:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .top .count {
  font-size: 26px;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .top .date {
  padding-bottom: 5px;
  font-size: 16px;
}
.type_pc .pop-rewards .reward-list-wrap .lists li .name {
  position: relative;
  margin-top: auto;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 0 4px;
}
.type_pc .layerPop.gallery {
  width: 1280px;
}
.type_pc .layerPop.gallery.img {
  width: 1020px;
  height: 100vh;
}
.type_pc .layerPop.gallery.img .pop-gallery {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 74px;
}
.type_pc .layerPop.gallery.img .pop-gallery .pop-head {
  position: relative;
  bottom: auto;
  left: auto;
}
.type_pc .layerPop.gallery.img .pop-gallery .pop-body {
  width: 100%;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head .sns-list {
  font-size: 0;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head .sns-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns {
  display: block;
  width: 74px;
  height: 74px;
  font-size: 0;
  text-indent: -5000px;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns.facebook {
  background: url(img/ico-popup-facebook.png) center/72px no-repeat;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns.link {
  background: url(img/ico-popup-link.png) center/72px no-repeat;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns.youtube {
  background: url(img/ico-popup-youtube.png) center/72px no-repeat;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns.download {
  background: url(img/ico-popup-download.png) center/72px no-repeat;
}
.type_pc .layerPop.gallery .pop-gallery .pop-head .btn-close {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  background: url(img/ico-close2.png) right bottom no-repeat;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body {
  position: relative;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .youtube-area {
  width: 1280px;
  height: 0;
  padding-top: 56.25%;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .img-area {
  position: relative;
  width: 100%;
  max-height: 694px;
  overflow: hidden;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .img-area img {
  display: block;
  width: 100%;
  height: auto;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .btn-prev,
.type_pc .layerPop.gallery .pop-gallery .pop-body .btn-next {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 120px;
  margin-top: -57px;
  font-size: 0;
  text-indent: -5000px;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .btn-prev::before,
.type_pc .layerPop.gallery .pop-gallery .pop-body .btn-next::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 186px;
  margin-top: -96px;
  margin-left: -105px;
  pointer-events: none;
  background: url(img/gallery/ico-control.png) center no-repeat;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .btn-prev:hover::before,
.type_pc .layerPop.gallery .pop-gallery .pop-body .btn-next:hover::before {
  background-image: url(img/gallery/ico-control-hover.png);
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .btn-prev {
  right: 100%;
  margin-right: 73px;
}
.type_pc .layerPop.gallery .pop-gallery .pop-body .btn-next {
  left: 100%;
  margin-left: 73px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.type_pc .layerPop.howto {
  width: 518px;
}

.type_mobile .layerPop.rewards {
  width: 732px;
}
.type_mobile .layerPop.rewards .btn_close {
  top: 82px;
  right: 10px;
  bottom: auto;
}
.type_mobile .layerPop.rewards .btn_close::before, .type_mobile .layerPop.rewards .btn_close::after {
  display: none;
}
.type_mobile .pop-rewards {
  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%;
  max-height: 1130px;
  max-height: 1130px;
  padding-top: 157px;
  background: url(img/bg-popup-m.png) center 0 no-repeat;
  overflow: hidden;
}
.type_mobile .pop-rewards .pop-head {
  position: relative;
}
.type_mobile .pop-rewards .pop-head .tit {
  padding: 0 20px;
}
.type_mobile .pop-rewards .pop-head .tit:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.type_mobile .pop-rewards .pop-head .tit:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .pop-head .tit:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .pop-head .tit:lang(tc), .type_mobile .pop-rewards .pop-head .tit:lang(tw), .type_mobile .pop-rewards .pop-head .tit:lang(zh-hant), .type_mobile .pop-rewards .pop-head .tit:lang(zh-tw) {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .pop-head .tit {
  font-size: 60px;
  line-height: 72px;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.67);
  text-transform: uppercase;
}
.type_mobile .pop-rewards .pop-head .desc {
  margin-top: 8px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 32px;
}
.type_mobile .pop-rewards .pop-head .countdown {
  width: 483px;
  height: 142px;
  margin: 38px auto 0;
  padding-top: 19px;
  background: url(img/bg-popup-count.png) center no-repeat;
}
.type_mobile .pop-rewards .pop-head .countdown p {
  margin-bottom: 10px;
  color: #00d2ff;
  font-size: 20px;
  text-transform: uppercase;
}
.type_mobile .pop-rewards .pop-head .countdown .timer:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_mobile .pop-rewards .pop-head .countdown .timer:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .pop-head .countdown .timer:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .pop-head .countdown .timer:lang(tc), .type_mobile .pop-rewards .pop-head .countdown .timer:lang(tw), .type_mobile .pop-rewards .pop-head .countdown .timer:lang(zh-hant), .type_mobile .pop-rewards .pop-head .countdown .timer:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .pop-head .countdown .timer {
  color: #fff;
  font-size: 0;
  text-align: center;
}
.type_mobile .pop-rewards .pop-head .countdown .timer span {
  display: inline-block;
  vertical-align: top;
  font-size: 68px;
  line-height: 70px;
  text-align: center;
}
.type_mobile .pop-rewards .pop-head .countdown .timer span.num {
  width: 56px;
}
.type_mobile .pop-rewards .pop-head .countdown .timer span.slash {
  width: 35px;
  font-size: 44px;
}
.type_mobile .pop-rewards .reward-list-wrap {
  position: relative;
  height: 100%;
  margin-top: 33px;
  padding-bottom: 40px;
  overflow-y: auto;
}
.type_mobile .pop-rewards .reward-list-wrap .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 673px;
  margin: 0 auto;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li {
  -webkit-box-ordinal-group: 2;
      -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;
  width: 100%;
  height: 164px;
  margin-bottom: 13px;
  padding-right: 148px;
  color: #000;
  background: url(img/bg-reward-m.png) center 0 no-repeat;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .d-img {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 160px;
  height: 160px;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li.end {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li.end img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.type_mobile .pop-rewards .reward-list-wrap .lists li.end::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/bg-reward-dimmed-m.png) center 0 no-repeat;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li.today {
  color: #fff;
  text-shadow: 0 0 2px #006aa1, 0 0 4px #0080c3;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li.today::before {
  position: absolute;
  top: -8px;
  left: -10px;
  content: "";
  display: block;
  width: 692px;
  height: 184px;
  background-image: url(img/bg-reward-today-m.png);
}
.type_mobile .pop-rewards .reward-list-wrap .lists li.today::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -10px;
  border-left: 20px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-filter: drop-shadow(0 0 4px #ff83cb) drop-shadow(0 0 9px #ff83cb);
          filter: drop-shadow(0 0 4px #ff83cb) drop-shadow(0 0 9px #ff83cb);
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .top {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  padding-left: 30px;
  text-align: left;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .top .count:lang(en) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .top .count:lang(ko) {
  font-family: "esamanru", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .top .count:lang(ja) {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .top .count:lang(tc), .type_mobile .pop-rewards .reward-list-wrap .lists li .top .count:lang(tw), .type_mobile .pop-rewards .reward-list-wrap .lists li .top .count:lang(zh-hant), .type_mobile .pop-rewards .reward-list-wrap .lists li .top .count:lang(zh-tw) {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .top .count {
  font-size: 40px;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .top .date {
  font-size: 26px;
}
.type_mobile .pop-rewards .reward-list-wrap .lists li .name {
  position: relative;
  text-align: left;
  font-size: 34px;
  line-height: 40px;
}
.type_mobile .layerPop.gallery {
  width: 720px;
  height: calc(100vh - 80px);
  height: calc(100svh - 80px);
}
.type_mobile .layerPop.gallery .pop-gallery {
  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: 100%;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head .sns-list {
  font-size: 0;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head .sns-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns {
  display: block;
  width: 92px;
  height: 92px;
  font-size: 0;
  text-indent: -5000px;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns.facebook {
  background: url(img/ico-popup-facebook.png) center/100% no-repeat;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns.link {
  background: url(img/ico-popup-link.png) center/100% no-repeat;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns.youtube {
  background: url(img/ico-popup-youtube.png) center/100% no-repeat;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head .sns-list li .btn-sns.download {
  background: url(img/ico-popup-download.png) center/100% no-repeat;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-head .btn-close {
  position: relative;
  display: block;
  width: 92px;
  height: 92px;
  background: url(img/ico-close2-m.png) right center no-repeat;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-body .youtube-area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-body .youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-body .img-area {
  position: relative;
  width: 100%;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-body .img-area img {
  display: block;
  width: 100%;
  height: auto;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-body .btn-prev,
.type_mobile .layerPop.gallery .pop-gallery .pop-body .btn-next {
  position: absolute;
  top: 50%;
  width: 68px;
  height: 120px;
  margin-top: -60px;
  background: url(img/gallery/ico-control-m.png) center no-repeat;
  font-size: 0;
  text-indent: -5000px;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-body .btn-prev {
  left: -15px;
}
.type_mobile .layerPop.gallery .pop-gallery .pop-body .btn-next {
  right: -15px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.type_mobile .layerPop.howto {
  width: 740px;
}/*# sourceMappingURL=event.css.map */