@charset "UTF-8";
/*! 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.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: "Noto Sans sc", "Noto Sans kr", "Noto Sans jp", "Noto Sans tc", "Noto Sans", "Pretendard", "Noto Sans KR", sans-serif;
  color: #666;
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}

html[lang=ko],
html[lang=en] {
  word-break: keep-all;
}

html[lang=sc],
html[lang=tc] {
  word-break: break-all;
}

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

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

/* 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 {
  color: inherit;
  text-decoration: none;
  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],
dfn[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
}

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

/**
 * 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-size: 1rem;
  font-family: inherit; /* 1 */
  line-height: 1.2; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
  vertical-align: middle;
}

/**
 * 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 {
  border: 0;
}

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

/**
 * Margin, Padding reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
optgroup,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * HTML5 Tags reset for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*
 * List
 */
ol,
ul,
li {
  padding: 0;
  list-style: none;
}

/**
 * Table
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Blockquote, q
 */
blockquote,
q {
  quotes: none;
}

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

button {
  background: transparent;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  cursor: pointer;
  -webkit-appearance: none;
}

img,
fieldset {
  border: 0;
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

select {
  margin: 0;
  resize: none;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-overflow: "";
  zoom: 1;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}

/* clears the input search 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the input search 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Outline */
* {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

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

html {
  scroll-behavior: smooth;
}

body {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}
html {
  background-color: #000;
}

body {
  -webkit-transition: opacity 300ms !important;
  transition: opacity 300ms !important;
  opacity: 0;
}
body[data-loading=done] {
  opacity: 1;
}
body:after {
  clear: both;
  display: block;
  content: "";
}

.container {
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

body {
  overflow-anchor: auto;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
  width: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  border-radius: 0;
  background-clip: content-box;
}
body::-webkit-scrollbar {
  width: 0;
}

html[lang=ko] .lang_current::before {
  content: "KO";
}
html[lang=ko] .mo_gnb_lang_btn_wrap a:nth-child(1) {
  color: #fff !important;
}
html[lang=en] .lang_current::before {
  content: "EN";
}
html[lang=en] .mo_gnb_lang_btn_wrap a:nth-child(2) {
  color: #fff !important;
}
html[lang=jp] .lang_current::before {
  content: "JP";
}
html[lang=jp] .mo_gnb_lang_btn_wrap a:nth-child(3) {
  color: #fff !important;
}
html[lang=sc] .lang_current::before {
  content: "SC";
}
html[lang=sc] .mo_gnb_lang_btn_wrap a:nth-child(4) {
  color: #fff !important;
}
html[lang=tc] .lang_current::before {
  content: "TC";
}
html[lang=tc] .mo_gnb_lang_btn_wrap a:nth-child(5) {
  color: #fff !important;
}

.header {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 200;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1800px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .header_inner {
    display: none;
  }
}
.header_inner_mo {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .header_inner_mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header_inner_mo .mo_header_logo_wrap {
  width: 100%;
  max-width: 100px;
}
.header_inner_mo .mo_header_logo_wrap a {
  display: block;
  background-image: url(../images/inc/nav/other/nav-logo.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 60/44;
  background-position: center;
  width: 80px;
}
html[lang=ko] .header .mo_header_logo_wrap a {
  background-image: url(../images/inc/nav/ko/mo-nav-logo.webp);
  width: 60px;
}

.header_inner_mo .mo_nav_btn_wrap {
  text-align: right;
}
.header_inner_mo #moNavOpenBtn {
  max-width: 52%;
}
.header_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
.header_logo_wrap {
  width: 100%;
  max-width: 123px;
}
html[lang=ko] .header_logo_wrap {
  max-width: 90px;
}

.header_logo_wrap .pc_header_logo {
  display: block;
  background-image: url(../images/inc/nav/other/nav-logo.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 123/66;
}
html[lang=ko] .header_logo_wrap .pc_header_logo {
  background-image: url(../images/inc/nav/ko/pc-nav-logo.webp) !important;
  aspect-ratio: 90/66;
}

.header .nav {
  width: 100%;
  max-width: 250px;
  height: 100%;
}
.header .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header .nav_list .nav_content {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header .nav_list .nav_content a, .header .nav_list .nav_content button {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header .nav_list .nav_content:hover > a, .header .nav_list .nav_content:hover button {
  color: #ffe052;
}
.header .nav_list .nav_content.active a {
  color: #ffe052;
}
.header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  width: 80%;
}
.header_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.header_lang_select_wrap {
  position: relative;
}
.header_lang_select_wrap .lang_current_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #1b1818;
  border-radius: 50px;
  padding: 10px 18px;
  cursor: pointer;
}
.header_lang_select_wrap .lang_current_box .lang_current::before {
  color: #fff;
  font-size: 1.8rem;
}
.header_lang_select_wrap .lang_current_box i {
  background-image: url(../images/inc/nav/lang-arrow.webp);
  background-size: contain;
  background-position: center 1px;
  width: 12px;
  height: 9px;
}
.header_lang_select_wrap .lang_current_box.open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header_lang_select_wrap .lang_select_box {
  display: none;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: calc(100% + 50px);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.header_lang_select_wrap .lang_select_box::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(134deg) translateX(-50%);
          transform: rotate(134deg) translateX(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.header_lang_select_wrap .lang_select_box.show {
  top: calc(100% + 15px);
}
.header_lang_select_wrap .lang_select_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.header_lang_select_wrap .lang_select_box_inner a {
  color: #a3a3a3;
  font-size: 1.8rem;
  font-weight: 600;
}
.header_lang_select_wrap .lang_select_box_inner a:hover {
  color: #000;
}
.header_lang_select_wrap .lang_select_box_inner a.active {
  color: #000;
}

@media screen and (min-width: 1024px) {
  .mo_gnb_box {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .mo_gnb_box {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    right: -120%;
    width: 85%;
    height: 100%;
    -webkit-transition: right 0.6s;
    transition: right 0.6s;
    overflow-y: auto;
    z-index: 10000;
  }
  .mo_gnb_box.show {
    right: 0;
  }
  .mo_gnb_box_inner {
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .mo_gnb_box_top {
    text-align: right;
    padding-top: 2.5dvh;
    margin-bottom: 4dvh;
  }
  .mo_gnb_box_top #moNavCloseBtn img {
    max-width: 36%;
  }
  .mo_gnb_box .mo_gnb_content_wrap {
    padding: 0 20%;
  }
  .mo_gnb_box .mo_gnb_logo {
    margin-bottom: 4dvh;
    text-align: center;
  }
  .mo_gnb_box .mo_gnb_logo a {
    display: block;
    background-image: url(../images/inc/nav/other/nav-logo.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    aspect-ratio: 2/1;
  }
  html[lang=ko] .mo_gnb_box .mo_gnb_logo a {
    background-image: url(../images/inc/nav/ko/mo-nav-logo.webp);
    aspect-ratio: 1.2/1;
  }
  .mo_gnb_box .mo_gnb_logo img {
    max-width: 90%;
  }
  .mo_gnb_box .mo_gnb_lang_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.33dvw;
    border-bottom: 1px solid #969696;
    padding-bottom: 10px;
    margin-bottom: 3dvh;
  }
  .mo_gnb_box .mo_gnb_lang_btn_wrap a {
    color: #969696;
    font-size: 2.2rem;
    font-weight: 900;
  }
  .mo_gnb_box .mo_gnb_lang_btn_wrap a.active {
    color: #fff;
  }
  .mo_gnb_box .mo_gnb_nav {
    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: 3dvh;
    margin-bottom: 40px;
  }
  .mo_gnb_box .mo_gnb_nav a {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
  }
  .mo_gnb_box .mo_gnb_nav a.active {
    color: #f9e558;
  }
  .mo_gnb_box .mo_gnb_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
video {
  border: 0;
  -webkit-mask-image: radial-gradient(#fff, #000);
          mask-image: radial-gradient(#fff, #000);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sub-section-wrap {
  background-image: url(../images/guide/guide_info_bg.webp);
  background-size: 2560px auto;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  margin-top: -65px;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .sub-section-wrap {
    background-image: url(../images/guide/mo-guide-info-bg.webp);
    background-size: cover;
    margin-top: 0;
  }
}

.visual-section {
  background-image: url(../images/visual/pc-visual-bg.webp);
  background-size: 2560px auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 1350px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .visual-section {
    background-image: none;
    height: auto;
    max-height: none;
  }
}
.visual-section .section-inner {
  height: 100%;
}
.visual-section .visual-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.visual-section .visual-wrap .pc-visual,
.visual-section .visual-wrap .mo-visual {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.visual-section .visual-wrap .pc-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual-section .visual-wrap .mo-visual {
  width: 100%;
  height: 100%;
}
.visual-section .visual-wrap .pc-visual {
  display: block;
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-wrap .pc-visual {
    display: none;
  }
}
.visual-section .visual-wrap .mo-visual {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-wrap .mo-visual {
    display: block;
  }
}
.visual-section .visual-content-wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-content-wrap {
    top: 72%;
  }
}
.visual-section .visual-content-wrap .logo-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-content-wrap .logo-wrap {
    display: none;
  }
}
.visual-section .visual-content-wrap .logo-wrap img {
  -webkit-filter: drop-shadow(2px 11px 15px #fff);
          filter: drop-shadow(2px 11px 15px #fff);
  max-width: 691px;
}
.visual-section .visual-content-wrap .logo-wrap h1 {
  position: absolute;
  text-indent: -9999px;
}
.visual-section .visual-content-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-content-wrap .btn-wrap {
    padding: 0 25px;
  }
}
.visual-section .visual-content-wrap .btn-wrap .visual-btn {
  will-change: transform opacity;
}
.visual-section .visual-content-wrap .scr-down-wrap {
  position: absolute;
  top: 111%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-content-wrap .scr-down-wrap {
    top: 105%;
  }
  .visual-section .visual-content-wrap .scr-down-wrap img {
    max-width: 33.3333333333%;
  }
}
.visual-section .visual-content-wrap .scr-down-wrap a {
  display: inline-block;
  -webkit-animation: scrollDown 0.6s infinite alternate;
          animation: scrollDown 0.6s infinite alternate;
}
.visual-section .visual-content-wrap .logo-wrap,
.visual-section .visual-content-wrap .btn-wrap .visual-btn,
.visual-section .visual-content-wrap .mo-copyright,
.visual-section .visual-content-wrap .scr-down-wrap {
  opacity: 0;
}
.visual-section .pc-copyright {
  position: absolute;
  top: 65%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1921px) {
  .visual-section .pc-copyright {
    top: 72%;
  }
}
@media screen and (max-width: 1024px) {
  .visual-section .pc-copyright {
    display: none;
  }
}
.visual-section .mo-copyright {
  display: none;
  width: 50%;
  margin: 10px auto 0;
}
@media screen and (max-width: 1024px) {
  .visual-section .mo-copyright {
    display: block;
  }
}

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

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.guide-section {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .guide-section {
    scroll-margin-top: 50px;
  }
}
.guide-section .section-inner {
  width: 1204px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .guide-section .section-inner {
    width: 100%;
  }
}
.guide-section .guide-intro-wrap {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-intro-wrap {
    margin: -40px 0 25px;
  }
}
.guide-section .guide-intro-wrap .ch {
  position: absolute;
  z-index: 2;
}
.guide-section .guide-intro-wrap .ch img {
  -webkit-animation: floatCh 4.8s ease-in-out infinite;
          animation: floatCh 4.8s ease-in-out infinite;
}
.guide-section .guide-intro-wrap .ch-l-1 {
  top: 26%;
  left: -460px;
}
.guide-section .guide-intro-wrap .ch-l-2 {
  top: 140%;
  left: -485px;
}
.guide-section .guide-intro-wrap .ch-r-1 {
  top: -15%;
  right: -272px;
}
.guide-section .guide-intro-wrap .ch-r-2 {
  top: 65%;
  right: -556px;
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-intro-wrap .ch {
    display: none;
  }
}
.guide-section .video-box {
  aspect-ratio: 1013/719;
  max-width: 1013px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .guide-section .video-box {
    aspect-ratio: 947/685;
    max-width: 95%;
    top: 25px;
  }
}
.guide-section .video-box::before {
  content: "";
  background-image: url(../images/guide/youtube-box.webp);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .guide-section .video-box::before {
    background-image: url(../images/guide/mo-youtube-box.webp);
    background-size: cover;
  }
}
.guide-section .video-box video {
  border-radius: 7px;
  width: calc(100% - 1px);
  height: calc(82% - 5px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.guide-section .mo-ch {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .guide-section .mo-ch {
    display: block;
  }
}

.info-section {
  position: relative;
  padding-bottom: 250px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .info-section {
    padding-bottom: 80px;
  }
}
.info-section::after {
  content: "";
  display: none;
  background-image: url(../images/info/bottom.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 1024/332;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .info-section::after {
    display: block;
  }
}
.info-section .confetti-el {
  display: none;
  background-image: url(../images/info/all-confetti.webp);
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  top: -42%;
  left: 11%;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  pointer-events: none;
  z-index: 2;
}
.info-section .section-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .info-section .section-inner {
    width: 100%;
    padding: 0 15px;
  }
}
.info-section .info-box {
  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;
  background-image: url(../images/info/text-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1047/487;
  max-width: 1047px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.8));
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box {
    background-image: url(../images/info/mo-text-bg.webp);
    max-width: 100%;
    padding: 35px 9% 20px;
    aspect-ratio: 953/727;
  }
}
.info-section .info-box-inner {
  width: 100%;
  padding-left: 155px;
  padding-right: 90px;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box-inner {
    padding: 0;
  }
}
.info-section .info-box .info li {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box .info li {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 321px) {
  .info-section .info-box .info li {
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
}
.info-section .info-box .info li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.info-section .info-box .info li .info-inner {
  display: grid;
  grid-template-columns: 201px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box .info li .info-inner {
    grid-template-columns: 0.65fr 1fr;
    gap: 10px;
    width: 88%;
  }
}
@media screen and (max-width: 321px) {
  .info-section .info-box .info li .info-inner {
    width: 100%;
  }
}
.info-section .info-box .info h2 {
  background-color: #1559e5;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(1.3rem, 3.2vw, 2.8rem);
  text-align: center;
  padding: 8px 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box .info h2 {
    padding: 4px 0;
  }
}
.info-section .info-box .info b {
  color: #000;
  font-size: clamp(1.2rem, 3.2vw, 2.8rem);
  line-height: 1.3;
}
html[lang=en] .info-box .info h2 {
  font-size: clamp(1.2rem, 3.1vw, 2.3rem);
}
html[lang=en] .info-box .info b {
  font-size: clamp(1.2rem, 3.1vw, 2.3rem);
}
html[lang=jp] .info-box .info li .info-inner {
  max-width: 580px;
}

@-webkit-keyframes floatCh {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes floatCh {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.btnTop {
  position: fixed;
  top: auto;
  left: auto;
  bottom: 40px;
  right: -1%;
  opacity: 0;
  visibility: hidden;
  width: 100px;
  height: 98px;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/btnTop.webp);
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
}
.btnTop.show {
  right: 50px;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 1024px) {
  .btnTop {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
  .btnTop.show {
    right: 10px;
  }
}

.common-footer {
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .common-footer {
    padding: 35px 0;
  }
}
.common-footer,
.common-footer * {
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
}
.common-footer__text {
  margin-bottom: 15px;
}
.common-footer__text p {
  color: #a7a8a8;
  font-size: 1.3rem;
  word-break: keep-all;
}
.common-footer__bottom {
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .common-footer__bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .common-footer__bottom__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .common-footer__bottom__logo img {
    max-width: 80%;
  }
}
.common-footer__bottom__copyright {
  color: #a7a8a8;
  font-size: 1.3rem;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .common-footer__bottom__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .common-footer__bottom__copyright br {
    display: block;
  }
}
.common-footer .game-grade {
  margin-top: 5px;
}
.common-footer .game-grade p {
  margin-bottom: 5px;
}

.popup {
  display: none;
  z-index: 400;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup * {
  color: #000;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}
.popup__wrap {
  position: relative;
  margin: 0 auto;
  width: 620px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .popup__wrap {
    width: 93%;
    border-radius: 10px;
  }
}
.popup__cookie {
  width: 100%;
  height: auto;
  top: auto;
  bottom: 0;
  text-align: center;
}
.popup__cookie .popup__wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: auto;
  padding: 2rem;
  border-radius: 2rem 2rem 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: rgba(255, 255, 255, 0.8);
}
.popup__cookie .txt-bx {
  margin-bottom: 1em;
}
.popup__cookie .txt-bx a {
  display: inline-block;
}
.popup__btn {
  display: inline-block;
  line-height: 1;
  border-radius: 2em;
  text-decoration: none;
  padding: 0.5em 1em;
  font-size: 1em;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .popup__btn {
    width: 100%;
  }
}

main {
  background-color: #308bf6;
  position: relative;
  overflow: hidden;
}/*# sourceMappingURL=common.css.map */