@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;
  -webkit-transition: opacity 300ms !important;
  transition: opacity 300ms !important;
  opacity: 0;
}
html {
  background-color: #000;
}

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=sc] .lang_current::before {
  content: "SC";
}
html[lang=sc] .mo_gnb_lang_btn_wrap a:nth-child(3) {
  color: #fff !important;
}
html[lang=tc] .lang_current::before {
  content: "TC";
}
html[lang=tc] .mo_gnb_lang_btn_wrap a:nth-child(4) {
  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 img {
  max-width: 20%;
}
.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: 97px;
}
.header .nav {
  width: 100%;
  max-width: 400px;
  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: 5dvh;
    text-align: center;
  }
  .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;
  }
}
.main {
  background-color: #fff;
}

.visual-section {
  position: relative;
  z-index: 2;
}
.visual-section .visual-wrap {
  height: 120vh;
  min-height: 1200px;
  max-height: 1300px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-wrap {
    min-width: 100%;
    height: auto;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.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%;
  min-height: 105svh;
  height: auto;
  max-height: 155lvh;
}
.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: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-content-wrap {
    top: 79%;
  }
}
.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 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: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-content-wrap .scr-down-wrap {
    top: 140%;
  }
  .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 .scr-down-wrap {
  opacity: 0;
}

@-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 {
  background-image: url(../images/guide/bg.webp);
  background-size: 2560px auto;
  background-position: top;
  background-repeat: no-repeat;
  padding: 15px 0 316px;
  margin-top: -190px;
}
@media screen and (max-width: 1024px) {
  .guide-section {
    background-image: url(../images/guide/mo-bg.webp);
    background-size: 100%;
    padding: 80px 0 54%;
    margin-top: -12%;
  }
}
.guide-section .section-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .guide-section .section-inner {
    width: 100%;
  }
}
.guide-section .guide-intro-wrap {
  position: relative;
  margin-bottom: 30px;
}
.guide-section .guide-intro-wrap .ch {
  position: absolute;
  top: 40%;
  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 {
  left: -75px;
}
.guide-section .guide-intro-wrap .ch-r {
  right: -75px;
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-intro-wrap .ch {
    display: none;
  }
}
.guide-section .guide-swiper-box {
  position: relative;
  max-width: 1119px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-swiper-box {
    max-width: 95%;
  }
}
.guide-section .guide-swiper-box .swiper-ch {
  position: absolute;
  top: 57%;
  right: -368px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-swiper-box .swiper-ch {
    display: none;
  }
}
.guide-section .guide-swiper-box .swiper-button-prev,
.guide-section .guide-swiper-box .swiper-button-next {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.guide-section .guide-swiper-box .swiper-button-prev svg,
.guide-section .guide-swiper-box .swiper-button-next svg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-swiper-box .swiper-button-prev,
  .guide-section .guide-swiper-box .swiper-button-next {
    width: 35px;
    height: 35px;
    top: 82%;
  }
}
.guide-section .guide-swiper-box .swiper-button-prev::after,
.guide-section .guide-swiper-box .swiper-button-next::after {
  display: none;
}
.guide-section .guide-swiper-box .swiper-button-prev {
  background-image: url(../images/icon/arrow_l_normal.webp);
  left: 5%;
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-swiper-box .swiper-button-prev {
    left: -2%;
  }
}
@media screen and (min-width: 1024px) {
  .guide-section .guide-swiper-box .swiper-button-prev:hover {
    background-image: url(../images/icon/arrow_l_hover.webp);
  }
}
.guide-section .guide-swiper-box .swiper-button-next {
  background-image: url(../images/icon/arrow_r_normal.webp);
  right: 7%;
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-swiper-box .swiper-button-next {
    right: -2%;
  }
}
@media screen and (min-width: 1024px) {
  .guide-section .guide-swiper-box .swiper-button-next:hover {
    background-image: url(../images/icon/arrow_r_hover.webp);
  }
}
.guide-section .guide-swiper-box .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, -10px);
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-swiper-box .swiper-pagination {
    top: var(--swiper-pagination-top, calc(100% + 15px));
  }
}
.guide-section .guide-swiper-box .swiper-pagination .swiper-pagination-bullet {
  background: #c1c1c1;
  width: 14px;
  height: 14px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .guide-section .guide-swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.guide-section .guide-swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.guide-section #guideMainSwiper {
  margin-top: -48px;
}
@media screen and (max-width: 1024px) {
  .guide-section #guideMainSwiper {
    margin-top: calc(-4% - 2px);
  }
}
.guide-section #guideTextSwiper {
  background-image: url(../images/guide/text-slide-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1119/266;
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: calc(50% + 23px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .guide-section #guideTextSwiper {
    background-image: url(../images/guide/mo-text-slide-bg.webp);
    background-size: cover;
    aspect-ratio: 967/562;
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: -45px auto 0;
    z-index: 3;
  }
}
.guide-section #guideTextSwiper .swiper-slide {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.guide-section #guideTextSwiper .swiper-slide .guide-text-wrap {
  padding-right: 73px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .guide-section #guideTextSwiper .swiper-slide .guide-text-wrap {
    max-width: 80%;
    padding-right: 0;
  }
  .guide-section #guideTextSwiper .swiper-slide .guide-text-wrap br {
    display: none;
  }
}
.guide-section #guideTextSwiper .swiper-slide h2, .guide-section #guideTextSwiper .swiper-slide p {
  color: #000;
}
.guide-section #guideTextSwiper .swiper-slide .guide-title {
  font-size: clamp(1.6rem, 4.85vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .guide-section #guideTextSwiper .swiper-slide .guide-title {
    margin-bottom: 12px;
  }
}
.guide-section #guideTextSwiper .swiper-slide .guide-desc {
  font-size: clamp(1.3rem, 3.5vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .guide-section #guideTextSwiper .swiper-slide .guide-desc br {
    display: none;
  }
}
.guide-section #guideTextSwiper .swiper-slide-active .guide-text-wrap {
  opacity: 1;
}

.mods-section {
  background-image: url(../images/mods/bg.webp);
  background-size: 2560px auto;
  background-position: top;
  background-repeat: no-repeat;
  padding: 309px 0 180px;
  margin-top: -370px;
  position: relative;
  scroll-margin-top: -180px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mods-section {
    background-image: url(../images/mods/mo-bg.webp);
    background-size: 100%;
    padding: 75px 0;
    margin-top: -29%;
    scroll-margin-top: 0;
  }
}
.mods-section .section-inner {
  width: 1210px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mods-section .section-inner {
    width: 100%;
  }
}
.mods-section .mods-img-intro-wrap {
  margin-left: -75px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mods-section .mods-img-intro-wrap {
    margin-left: 0;
    margin-bottom: -5px;
  }
}
.mods-section .mods-tab-content-box {
  width: 1018px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mods-section .mods-tab-content-box {
    width: 100%;
    padding: 0 15px;
  }
}
.mods-section .mods-tab-content-box .ch {
  position: absolute;
  z-index: 3;
}
.mods-section .mods-tab-content-box .ch img {
  -webkit-animation-name: floatCh;
          animation-name: floatCh;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mods-section .mods-tab-content-box .ch-l {
  top: 52%;
  left: -400px;
}
.mods-section .mods-tab-content-box .ch-l img {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mods-section .mods-tab-content-box .ch-r {
  top: 25%;
  right: -380px;
}
.mods-section .mods-tab-content-box .ch-r img {
  -webkit-animation-duration: 5.2s;
          animation-duration: 5.2s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mods-section .mods-tab-content-box .mods-tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -2px;
}
.mods-section .mods-tab-content-box .mods-tab-wrap .mods-tab {
  width: 100%;
}
.mods-section .mods-tab-content-box .mods-tab-wrap .mods-tab picture:nth-child(1) {
  display: block;
}
.mods-section .mods-tab-content-box .mods-tab-wrap .mods-tab picture:nth-child(2) {
  display: none;
}
.mods-section .mods-tab-content-box .mods-tab-wrap .mods-tab.active picture:nth-child(1) {
  display: none;
}
.mods-section .mods-tab-content-box .mods-tab-wrap .mods-tab.active picture:nth-child(2) {
  display: block;
}
.mods-section .mods-tab-content-box .mods-content {
  display: none;
  background-image: url(../images/mods/content1-box-bg.webp);
  background-size: 100%;
  background-position: -1px top;
  background-repeat: no-repeat;
  aspect-ratio: 1018/1830;
  padding: 55px 53px;
}
@media screen and (max-width: 1024px) {
  .mods-section .mods-tab-content-box .mods-content {
    background-image: url(../images/mods/mo-content-box-bg.webp) !important;
    background-size: 100% 100%;
    background-position: top;
    aspect-ratio: 954/2274 !important;
    padding: 33px 15px;
  }
}
.mods-section .mods-tab-content-box .mods-content.active {
  display: block;
}
.mods-section .mods-tab-content-box .mods-content-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: 20px;
}
.mods-section .mods-tab-content-box .mods-content-text-wrap h2 {
  display: inline-block;
  padding: 4px 25px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .mods-section .mods-tab-content-box .mods-content-text-wrap h2 {
    padding: 2px 10px;
    margin-bottom: 7px;
  }
}
.mods-section .mods-tab-content-box .mods-content-text-wrap h2::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 99% 0, 100% 100%, 2% 100%);
}
.mods-section .mods-tab-content-box .mods-content-text-wrap h2 span {
  color: #fff;
  font-size: clamp(1.3rem, 3.5vw, 2.8rem);
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.mods-section .mods-tab-content-box .mods-content-text-wrap p {
  color: #000;
  font-size: clamp(1.3rem, 3.5vw, 2.2rem);
  font-weight: 500;
}

.info-section {
  background-image: url(../images/info/bg.webp);
  background-size: 2560px auto;
  background-position: top;
  background-repeat: no-repeat;
  padding: 584px 0 309px;
  margin-top: -385px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .info-section {
    background-image: url(../images/info/mo-bg.webp);
    background-size: cover;
    padding: 153% 0 6%;
    margin-top: -107%;
  }
}
.info-section .confetti-el {
  background-image: url(../images/info/all-confetti.webp);
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  top: 25%;
  left: 0;
  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-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: 1024/457;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 67px;
  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: 20px 15px;
    aspect-ratio: 955/1157;
  }
}
.info-section .info-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.info-section .info-box .info-img {
  max-width: 33%;
}
.info-section .info-box .info {
  display: grid;
  grid-template-areas: ".";
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box .info {
    grid-template-areas: ". .";
    grid-auto-columns: 1fr;
  }
}
.info-section .info-box .info li {
  display: grid;
  grid-template-areas: ". .";
  grid-auto-columns: 201px auto;
  gap: 25px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box .info li {
    grid-template-areas: ".";
    grid-auto-columns: 1fr;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    gap: 5px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
  .info-section .info-box .info li:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .info-section .info-box .info li:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.info-section .info-box .info h2 {
  background-image: url(../images/info/info-tit-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  font-size: clamp(1.3rem, 3.6vw, 2.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .info-section .info-box .info h2 {
    background-size: 100% 100%;
  }
}
.info-section .info-box .info span {
  color: #000;
  font-size: clamp(1.2rem, 3.25vw, 2.2rem);
  font-weight: 500;
  line-height: 1.3;
}
@-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: 93px;
  height: 92px;
  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 p {
  color: #a7a8a8;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .common-footer__text {
    margin-bottom: 15px;
  }
  .common-footer__text br {
    display: none;
  }
}
.common-footer__bottom {
  gap: 25px;
}
@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: 60%;
  }
}
.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-table {
  display: block;
  background-color: #440000;
}

.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 {
  position: relative;
}

section {
  overflow: hidden;
}/*# sourceMappingURL=common.css.map */