@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 */
  word-break: keep-all;
  font-family: "Noto Sans KR", sans-serif;
  color: #222;
  font-size: 10px;
}

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

button, a {
  color: #fff;
}

/**
 * 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 {
  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 {
  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] {
  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;
  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;
  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;
       user-select: none;
  text-overflow: "";
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.483887 0.241943L5.99989 5.75794L11.5159 0.241943' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-right: 22px;
}

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

.tab {
  position: relative;
  text-align: center;
}
.tab .tab-list {
  font-size: 1.75em;
  margin: 0 auto 1.25em;
  z-index: 100;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: #2b2b2b;
  padding: 4px;
  border-radius: 2.1071428571rem;
  gap: 4px;
}
.tab .tab-list li {
  flex: 0 0 auto;
}
.tab .tab-link {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 300;
  transition: none !important;
  color: #676767;
  padding: 0 1.5em;
  height: 1.9642857143em;
  border-radius: 1.9642857143em;
}
.tab .tab-link.active {
  color: #fff;
  background: linear-gradient(to right, #2961df 0%, #2439a0 100%);
}
.tab .tab-link:not(.active):hover {
  background-color: #373737;
}
.tab .tab-content {
  display: none;
}
@media all and (max-width: 768px) {
  .tab .tab-list {
    font-size: max(2.2dvw, 14px);
  }
  .tab .tab-link {
    padding: 0 1em;
  }
  html[lang=en] .tab .tab-link {
    letter-spacing: -0.02em;
    padding: 0 0.5em;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.active:hover {
  opacity: 0.9;
}
.hamburger.active .hamburger-inner {
  margin-top: -3px;
}
.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 22px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -7px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  display: none;
  top: -7px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

@media all and (min-width: 1024.02px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media all and (min-width: 768.02px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

html {
  background-color: #000;
  position: relative;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
}

body {
  background-color: #000;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

main {
  position: relative;
  overflow: hidden;
}

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

body {
  max-width: 2560px;
  margin: 0 auto;
  transition: opacity 300ms !important;
  opacity: 0;
}
body[data-loading=done] {
  opacity: 1;
}
body:after {
  clear: both;
  display: block;
  content: "";
}
body * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

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

.i_outlink {
  display: inline-block;
  width: 0.7777777778em;
  aspect-ratio: 1;
  background: url(../images/inc/i_outlink.webp) no-repeat;
  background-size: contain;
  margin-left: 0.2em;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  max-width: 2560px;
  margin: 0 auto;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  padding: 0 40px;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Poppins", "Pretendard", sans-serif;
  will-change: background, backdrop-filter;
  transition: 500ms background, 500ms -webkit-backdrop-filter;
  transition: 500ms background, 500ms backdrop-filter;
  transition: 500ms background, 500ms backdrop-filter, 500ms -webkit-backdrop-filter;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
}
.header__wrap {
  display: grid;
  grid-template-areas: ". . .";
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__wrap {
    display: flex;
  }
}
.header.fix {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.52);
}
.header .logo {
  font-size: 0;
  justify-self: flex-start;
  max-width: 259px;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    max-width: 197px;
  }
}
.header .logo a {
  display: block;
}
.header .logo svg {
  width: 100%;
}
.header .nav {
  width: 100%;
  height: 100%;
}
.header .nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .nav .nav-list .nav-item {
  height: 100%;
}
.header .nav .link {
  display: flex;
  align-items: center;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  height: 100%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.header .nav .link:hover {
  color: #fff;
}
.header .nav .link:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  width: 0;
  transition: 300ms width, 300ms opacity;
}
.header .nav .link.on {
  color: #fff;
}
.header .nav .link.on::after {
  opacity: 1;
  width: 100%;
}
.header .nav .link.store-link {
  display: flex;
  gap: 12px;
}
.header .nav .link.store-link::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/nav-store-icon.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  max-width: 12px;
  aspect-ratio: 16/16;
  order: 2;
}
.header .util {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3em;
}
.header .util > .link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1600px) {
  .header .util {
    gap: 1em;
  }
}
@media all and (max-width: 1024px) {
  .header {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    padding-right: 60px;
  }
  .header .nav,
  .header .util {
    display: none;
  }
}

.lang-box {
  background-color: #353b4b;
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  margin-left: auto;
  width: 100%;
  max-width: 128px;
}
@media screen and (max-width: 1024px) {
  .lang-box {
    display: none;
  }
}
.lang-box .lang-btn {
  border-radius: 100px;
  color: #878a94;
  font-family: "Afacad", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
html[lang=ko] .lang-box .lang-btn[data-lang=ko] {
  background-color: #e6eaf9;
  color: #111;
}

html[lang=en] .lang-box .lang-btn[data-lang=en] {
  background-color: #e6eaf9;
  color: #111;
}

.nav-toggle {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
}

.mobile-util {
  height: 60px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .mobile-util {
    display: flex;
  }
}

.mobile-gnb {
  font-family: "Poppins", "Pretendard", sans-serif;
  display: none;
  position: fixed;
  background-image: url(../images/inc/mo_nav_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  padding: 0 20px;
  padding-top: 60px;
  height: 100dvh;
  top: 0;
  right: -100vw;
  will-change: right;
  transition: 300ms right;
  z-index: 90;
}
.mobile-gnb.active {
  right: 0;
}
@media all and (max-width: 1024px) {
  .mobile-gnb {
    display: block;
  }
}
.mobile-gnb .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80dvh;
}
.mobile-gnb .nav-item {
  margin-bottom: 4dvh;
}
.mobile-gnb .nav-item:last-child {
  margin-bottom: 0;
}
.mobile-gnb .nav .link {
  color: #fff;
  font-family: "Afacad", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  opacity: 0.6;
}
.mobile-gnb .nav .link.on {
  opacity: 1;
}
.mobile-gnb .nav .link.store-link {
  position: relative;
}
.mobile-gnb .nav .link.store-link::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/nav-store-icon.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  max-width: 14px;
  aspect-ratio: 14/14;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.mobile-gnb .nav .i_outlink {
  opacity: 0.5;
  margin-left: 1em;
}

.lang-toggle {
  display: flex;
  justify-content: center;
}
.lang-toggle .link {
  display: flex;
  padding: 17px 25px;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  color: #fff;
  opacity: 0.8;
}
html[lang=ko] .lang-toggle .link[data-lang=ko] {
  opacity: 1;
}
html[lang=ko] .lang-toggle .link[data-lang=ko]::before {
  opacity: 1;
}

html[lang=en] .lang-toggle .link[data-lang=en] {
  opacity: 1;
}
html[lang=en] .lang-toggle .link[data-lang=en]::before {
  opacity: 1;
}

.lang-toggle .link::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
}

.btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  aspect-ratio: 1;
  transition: all 0.3s;
  z-index: 50;
}
.btnTop.fix {
  position: absolute;
  bottom: calc(2% - 10px);
}
.btnTop:hover {
  filter: brightness(1.2);
}
@media screen and (max-width: 1024px) {
  .btnTop {
    max-width: 60px;
  }
}
@media all and (max-width: 768px) {
  .btnTop {
    width: 40px;
    right: 5px;
    bottom: 10px;
  }
  .btnTop.fix {
    bottom: calc(1% + 1px);
  }
}

.footer {
  padding: 45px 0;
  background-color: #131314;
  width: 100%;
  position: relative;
  overflow: visible;
  text-align: center;
}
@media all and (max-width: 768px) {
  .footer {
    padding: 4dvw 0 6dvw;
  }
  .footer img {
    width: 65.2dvw;
  }
}

:root {
  --headerH: 70px;
  --headerHratio: 2.5;
  --vh: 100vh;
}

@media (max-width: 1024px) {
  :root {
    --headerH: 60px;
    --headerHratio: 2;
  }
}
.section-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title-wrap {
  text-align: center;
}
.section-title-wrap h2, .section-title-wrap p {
  color: #fff;
}
.section-title-wrap .section-title {
  font-family: "Afacad", sans-serif;
  font-size: clamp(5rem, 15vw, 8rem);
  font-weight: 700;
  line-height: 1;
}
.section-title-wrap .section-title-desc {
  font-size: clamp(1.6rem, 4.5vw, 2.4rem);
}

.booth-btn-wrap {
  position: fixed;
  top: 70px;
  right: -50px;
  transition: all 1s;
  opacity: 0;
  z-index: 2;
}
.booth-btn-wrap.show {
  opacity: 1;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .booth-btn-wrap img {
    transition: filter 0.2s;
  }
  .booth-btn-wrap:hover img {
    filter: brightness(1.2);
  }
}
@media screen and (max-width: 1024px) {
  .booth-btn-wrap #boothPopOpenBtn {
    max-width: 75px;
  }
}

.sub-line-up-section .sub-banner-box,
.sub-line-up-section .sub-line-up-list,
.event-section .section-title,
.event-section .section-title-desc,
.event-section .event-content,
.event-section .event-info-box,
.store-banner-section .store-banner-box {
  opacity: 0;
  transform: translateY(100px);
  will-change: transform, opacity;
}

.visual-section {
  position: relative;
}
.visual-section .visual-video-wrap {
  width: 100%;
  height: 100dvh;
  min-height: 100svh;
  max-height: 100lvh;
  position: relative;
}
.visual-section .visual-video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: opacity, transform;
  transform: translateZ(0);
  transition: opacity 0.2s ease;
}
.visual-section .visual-video-wrap #visualVideo {
  z-index: 2;
}
.visual-section .visual-video-wrap #visualVideo2 {
  z-index: 1;
}
.visual-section .visual-video-wrap .fade-in {
  opacity: 1 !important;
}
.visual-section .visual-video-wrap .fade-out {
  opacity: 0 !important;
}
.visual-section .visual-video-wrap .is-gone {
  visibility: hidden;
  pointer-events: none;
}
.visual-section .visual-img-wrap {
  display: none;
  width: 100%;
  height: 100svh;
  position: relative;
}
.visual-section .visual-img-wrap::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 24%);
  position: absolute;
  left: 0;
  bottom: -80%;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.visual-section .visual-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.visual-section .scr-motion-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 10svh;
  max-height: 140px;
  overflow: hidden;
  z-index: 10;
}
.visual-section .scr-motion-wrap::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.2;
  width: 100%;
}
.visual-section .scr-motion-wrap::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: scrollDown;
  animation-duration: 2.6s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@keyframes scrollDown {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  100% {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@media screen and (max-width: 1024px) {
  .visual-section .visual-video-wrap {
    display: none;
  }
  .visual-section .visual-img-wrap {
    display: block;
  }
}

.main-line-up-section {
  background-image: url(../images/lineup/main-line-up-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
  padding-top: calc(var(--headerH) * 2);
  touch-action: pan-y;
}
.main-line-up-section::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 80%);
  position: absolute;
  left: 0;
  bottom: -30%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .main-line-up-section {
    background-position: right -24px;
  }
}
.main-line-up-section .main-line-up-wrap {
  height: calc(177.8dvw - var(--headerH));
  padding-bottom: env(safe-area-inset-bottom, 0);
}
@supports (height: 100svh) {
  .main-line-up-section .main-line-up-wrap {
    height: calc(100svh - var(--headerH));
  }
}
.main-line-up-section .main-line-up-swiper {
  height: 100%;
}
.main-line-up-section .main-line-up-swiper,
.main-line-up-section .main-line-up-swiper .swiper-wrapper,
.main-line-up-section .main-line-up-swiper .swiper-slide {
  touch-action: pan-y !important;
  -ms-touch-action: pan-y !important; /* 오래된 Edge */
}
.main-line-up-section .main-line-up-list {
  position: relative;
  height: 100%;
}
.main-line-up-section .main-game-content {
  width: 100%;
  height: 100%;
  max-width: 1565px;
  margin: 0 auto;
  transition: background-image 0.3s;
  position: relative;
}
.main-line-up-section .main-game-content::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -20%;
  right: -3%;
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  max-width: 1037px;
  margin-left: auto;
  opacity: 0;
  filter: blur(8px);
  transition: all 0.5s ease;
  pointer-events: none;
}
@media screen and (min-width: 2200px) {
  .main-line-up-section .main-game-content::before {
    top: -10%;
  }
}
@media screen and (max-width: 1400px) {
  .main-line-up-section .main-game-content::before {
    right: -20%;
  }
}
@media screen and (max-width: 768px) {
  .main-line-up-section .main-game-content::before {
    background-size: 150%;
    background-position-y: -12svh;
    background-position-x: 0;
    inset: 0 !important;
  }
}
.main-line-up-section .main-game-content:nth-child(1)::before {
  background-image: url(../images/lineup/ro3/main-img.webp);
}
.main-line-up-section .main-game-content:nth-child(2)::before {
  background-image: url(../images/lineup/abyss/main-img.webp);
}
.main-line-up-section .main-game-content:nth-child(3)::before {
  background-image: url(../images/lineup/ro1_5/main-img.webp);
}
.main-line-up-section .main-game-content:nth-child(4)::before {
  background-image: url(../images/lineup/lightodyssey/main-img.webp);
}
.main-line-up-section .main-game-content:nth-child(5)::before {
  background-image: url(../images/lineup/hashire/main-img.webp);
}
.main-line-up-section .main-game-content.swiper-slide-active::before {
  filter: blur(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.main-line-up-section .main-game-content-inner {
  display: flex;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  height: 70%;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 2200px) {
  .main-line-up-section .main-game-content-inner {
    height: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .main-line-up-section .main-game-content-inner {
    height: 73svh;
  }
  .main-line-up-section .main-game-content-inner::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 80%);
    position: absolute;
    left: 0;
    bottom: -30%;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
}
.main-line-up-section .main-game-content .main-game-info {
  width: 100%;
  max-width: 385px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .main-line-up-section .main-game-content .main-game-info {
    margin-top: auto;
    margin-left: auto;
  }
}
.main-line-up-section .main-game-content .main-game-info-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .main-line-up-section .main-game-content .main-game-info-text-wrap {
    margin-bottom: 15px;
  }
  .main-line-up-section .main-game-content .main-game-info-text-wrap .logo-wrap img {
    max-height: 90px;
  }
}
.main-line-up-section .main-game-content .main-game-info .tag-wrap {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.main-line-up-section .main-game-content .main-game-info .tag-wrap .tag {
  display: flex;
  align-items: center;
  border: 1px solid #b8b8b8;
  background-color: rgba(50, 57, 76, 0.6);
  border-radius: 60px;
  padding: 5px 8px;
  color: #b8b8b8;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.4rem);
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .main-line-up-section .main-game-content .main-game-info .tag-wrap .tag {
    padding: 1px 8px;
  }
}
.main-line-up-section .main-game-content .main-game-info .title-wrap h3 {
  font-size: clamp(2.8rem, 3.5vw, 4.8rem);
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .main-line-up-section .main-game-content .main-game-info .desc-wrap {
    display: none;
  }
}
.main-line-up-section .main-game-content .main-game-info .desc-wrap p {
  font-size: 1.8rem;
}
.main-line-up-section .main-game-content .main-game-info .pop-btn-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .main-line-up-section .main-game-content .main-game-info .pop-btn-wrap {
    margin-bottom: 20px;
  }
}
.main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #E6EAF9;
  border-radius: 50px;
  width: 100%;
  max-width: 131px;
  padding: 8px 6px 8px 16px;
  transition: background-color 0.2s;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn {
    gap: 4px;
    padding: 5px 4px 5px 12px;
  }
}
@media screen and (max-width: 430px) {
  .main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn {
    max-width: 109px;
  }
}
.main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn .btn-text {
  color: #111;
  font-family: "Afacad", sans-serif;
  font-size: clamp(1.3rem, 3.2vw, 1.6rem);
  font-weight: 700;
  width: 100%;
  line-height: 1;
  transition: color 0.2s;
}
.main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  max-width: 20px;
  aspect-ratio: 20/20;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1025px) {
  .main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn:hover {
    background-color: #4e6ece;
  }
  .main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn:hover .btn-text {
    color: #fff;
  }
  .main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn:hover .btn-icon {
    background-color: #fff;
  }
  .main-line-up-section .main-game-content .main-game-info .pop-btn-wrap .pop-btn:hover .btn-icon path {
    stroke: #4e6ece;
  }
}
.main-line-up-section .main-game-content .main-game-info .thumb-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .main-line-up-section .main-game-content .main-game-info .thumb-btn-wrap {
    display: none;
  }
}
.main-line-up-section .main-game-content .main-game-info .thumb-btn-wrap .thumb-btn {
  filter: brightness(0.3);
  max-width: 70px;
}
.main-line-up-section .main-game-content .main-game-info .thumb-btn-wrap .thumb-btn.active {
  filter: brightness(1) drop-shadow(0 0 20px rgba(118, 145, 255, 0.6));
}
.main-line-up-section .main-game-content .logo-wrap,
.main-line-up-section .main-game-content .tag-wrap .tag,
.main-line-up-section .main-game-content .title-wrap,
.main-line-up-section .main-game-content .desc-wrap,
.main-line-up-section .main-game-content .pop-btn-wrap {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s all;
}

.sub-line-up-section {
  margin-top: 130px;
}
@media screen and (max-width: 520px) {
  .sub-line-up-section {
    margin-top: 0;
  }
}
.sub-line-up-section .sub-banner-box {
  border-radius: 16px;
  background-image: url(../images/lineup/letitdie2/banner-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  aspect-ratio: 1200/400;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .sub-line-up-section .sub-banner-box {
    background-image: url(../images/lineup/letitdie2/mo-banner-bg.webp);
    aspect-ratio: 960/1200;
    background-size: cover;
    background-position: top center;
  }
}
.sub-line-up-section .sub-banner-box .sub-banner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .sub-line-up-section .sub-banner-box .sub-banner {
    flex-wrap: wrap;
  }
}
.sub-line-up-section .sub-banner-box .sub-banner-logo-wrap {
  width: 100%;
  max-width: 650px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .sub-line-up-section .sub-banner-box .sub-banner-logo-wrap {
    max-width: 65%;
  }
  .sub-line-up-section .sub-banner-box .sub-banner-logo-wrap img {
    max-width: 100%;
  }
}
.sub-line-up-section .sub-banner-box .sub-banner-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 80%;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .sub-line-up-section .sub-banner-box .sub-banner-info-wrap {
    width: 100%;
    padding: 0 25px 0;
    gap: 3px;
    text-align: center;
  }
  .sub-line-up-section .sub-banner-box .sub-banner-info-wrap .pop-btn {
    margin: 0 auto;
  }
}
.sub-line-up-section .sub-banner-box .sub-banner .tag-wrap {
  display: flex;
  gap: 8px;
}
.sub-line-up-section .sub-banner-box .sub-banner .tag-wrap .tag {
  display: flex;
  align-items: center;
  border: 1px solid #b8b8b8;
  background-color: rgba(50, 57, 76, 0.6);
  border-radius: 60px;
  padding: 5px 8px;
  color: #b8b8b8;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.4rem);
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .sub-line-up-section .sub-banner-box .sub-banner .tag-wrap .tag {
    padding: 1px 8px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-line-up-section .sub-banner-box .sub-banner .tag-wrap {
    justify-content: center;
    margin-bottom: 5px;
  }
}
.sub-line-up-section .sub-banner-box .sub-banner .title-wrap h3 {
  font-family: "Afacad", sans-serif;
  font-size: clamp(3.2rem, 8.8vw, 5.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 321px) {
  .sub-line-up-section .sub-banner-box .sub-banner .title-wrap h3 {
    font-size: 2rem;
  }
}
.sub-line-up-section .sub-banner-box .sub-banner .desc-wrap {
  margin-bottom: clamp(8px, 1.5vw, 24px);
}
.sub-line-up-section .sub-banner-box .sub-banner .desc-wrap p {
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 321px) {
  .sub-line-up-section .sub-banner-box .sub-banner .desc-wrap p {
    font-size: 1.1rem;
  }
}
.sub-line-up-section .sub-banner-box .pop-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #E6EAF9;
  border-radius: 50px;
  width: 100%;
  max-width: 131px;
  padding: 8px 6px 8px 16px;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1024px) {
  .sub-line-up-section .sub-banner-box .pop-btn {
    gap: 4px;
    padding: 5px 4px 5px 12px;
  }
}
@media screen and (max-width: 430px) {
  .sub-line-up-section .sub-banner-box .pop-btn {
    max-width: 109px;
  }
}
.sub-line-up-section .sub-banner-box .pop-btn .btn-text {
  color: #111;
  font-family: "Afacad", sans-serif;
  font-size: clamp(1.3rem, 3.2vw, 1.6rem);
  font-weight: 700;
  width: 100%;
  line-height: 1;
  transition: color 0.2s;
}
.sub-line-up-section .sub-banner-box .pop-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  max-width: 20px;
  aspect-ratio: 20/20;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1025px) {
  .sub-line-up-section .sub-banner-box .pop-btn:hover {
    background-color: #4e6ece;
  }
  .sub-line-up-section .sub-banner-box .pop-btn:hover .btn-text {
    color: #fff;
  }
  .sub-line-up-section .sub-banner-box .pop-btn:hover .btn-icon {
    background-color: #fff;
  }
  .sub-line-up-section .sub-banner-box .pop-btn:hover .btn-icon path {
    stroke: #4e6ece;
  }
}
.sub-line-up-section .sub-line-up-list {
  display: grid;
  grid-template-areas: ". . . .";
  grid-auto-columns: 1fr;
  gap: 40px 21px;
}
@media screen and (max-width: 1024px) {
  .sub-line-up-section .sub-line-up-list {
    grid-template-areas: ". .";
    gap: 20px 10px;
  }
  .sub-line-up-section .sub-line-up-list .game-content:nth-last-of-type(-n + 2) {
    display: none;
  }
}
.sub-line-up-section .sub-line-up-list .game-content {
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
.sub-line-up-section .sub-line-up-list .game-content.game-none {
  cursor: auto;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .sub-line-up-section .sub-line-up-list .game-content:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-20px) !important;
  }
}
.sub-line-up-section .sub-line-up-list .game-content .thumb-wrap {
  aspect-ratio: 284/400;
}
.sub-line-up-section .sub-line-up-list .game-content .thumb-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sub-line-up-section .sub-line-up-list .game-content .title-wrap {
  margin-top: 15px;
  text-align: center;
}
.sub-line-up-section .sub-line-up-list .game-content .title-wrap .game-title {
  color: #fff;
  font-size: clamp(1.6rem, 4.5vw, 2rem);
}

.event-section {
  position: relative;
  padding-top: 160px;
  margin-bottom: 160px;
  scroll-margin-top: -180px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .event-section {
    margin-bottom: 40px;
    scroll-margin-top: -100px;
  }
}
.event-section .flow-content-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .event-section .flow-content-wrap {
    margin-bottom: 100px;
  }
}
.event-section .flow-content-wrap .flow-content-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 40px;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: flat;
}
@media screen and (max-width: 1024px) {
  .event-section .flow-content-wrap .flow-content-track {
    gap: 13px;
  }
}
.event-section .flow-content-wrap .flow-content {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .event-section .flow-content-wrap .flow-content {
    gap: 13px;
  }
}
.event-section .flow-content-wrap .flow-content span {
  font-family: "Afacad", sans-serif;
  font-size: clamp(4.8rem, 19vw, 12.8rem);
  color: transparent;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}
.event-section .flow-content-wrap i {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  background: center/contain no-repeat url(../images/icon/star.png);
}
.event-section::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 250px 0 #4E6ECE, 0 10px 250px 0 #4C4A8C inset;
  border-radius: 100%;
  width: 5800px;
  height: 5200px;
  pointer-events: none;
  opacity: 0.9;
  clip-path: inset(-260px 0 82% 0); /* top -260px, right 0, bottom 82%, left 0 */
  animation: glowTwinkle 4s ease-in-out infinite;
  will-change: opacity, box-shadow, filter;
}
@media screen and (max-width: 1024px) {
  .event-section::before {
    top: 8.5%;
  }
}
@media screen and (max-width: 430px) {
  .event-section::before {
    width: 2500px;
  }
}
.event-section .section-inner {
  position: relative;
}
.event-section .event-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content-wrap {
    margin-top: 40px;
  }
}
.event-section .event-content .event-title-wrap {
  text-align: center;
  margin-bottom: 32px;
}
.event-section .event-content .event-title-wrap .event-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.event-section .event-content .event-title-wrap .event-num span {
  color: #7691ff;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.event-section .event-content .event-title-wrap .event-num::before, .event-section .event-content .event-title-wrap .event-num::after {
  content: "";
  background: center/contain no-repeat url(../images/icon/star.png);
  width: 10px;
  height: 10px;
}
.event-section .event-content .event-title-wrap .event-title {
  color: #ededed;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -0.025em;
  margin: 10px 0 15px;
}
.event-section .event-content .event-title-wrap .event-title-desc {
  color: rgba(237, 237, 237, 0.7);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  letter-spacing: -0.02em;
}
.event-section .event-content .event-info-box {
  display: grid;
  grid-template-areas: ". .";
  grid-auto-columns: 1fr;
  background-color: #222;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content .event-info-box {
    grid-template-areas: ".";
  }
}
.event-section .event-content .event-info-box .event-info-thumb-wrap {
  max-width: 600px;
  height: 100%;
}
.event-section .event-content .event-info-box .event-info-thumb-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event-section .event-content .event-info-box .event-info-desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 48px 40px;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content .event-info-box .event-info-desc-wrap {
    padding: 24px 12px;
    gap: 20px;
  }
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ededed;
  font-size: clamp(1.8rem, 4.5vw, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content .event-info-box .event-info-desc-wrap .event-info-title {
    margin-bottom: 10px;
  }
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-title::before {
  content: "";
  width: 12px;
  height: 12px;
  background: center/contain no-repeat url(../images/icon/star-grey.png);
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li {
  padding-left: 23px;
  margin-bottom: 6px;
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li {
    grid-auto-columns: 15px 1fr;
  }
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner {
  display: grid;
  grid-template-areas: ". .";
  grid-auto-columns: 20px 1fr;
  gap: 8px;
  color: rgba(237, 237, 237, 0.7);
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner {
    grid-auto-columns: 15px 1fr;
  }
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner::before {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 237, 237, 0.7);
  border-radius: 50%;
  color: #222;
  font-size: 1.2rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner::before {
    width: 15px;
    height: 15px;
    font-size: 1rem;
  }
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner.rank {
  grid-auto-columns: 34px 1fr;
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner.rank::before {
  display: none;
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner.no-num {
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner.no-num::before {
  display: none;
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner .rank-el {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 237, 237, 0.7);
  border-radius: 20px;
  color: #222;
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 700;
  height: 20px;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li .event-info-inner .rank-el {
    margin-top: 0;
  }
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li:nth-child(1) .event-info-inner::before {
  content: "1";
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li:nth-child(2) .event-info-inner::before {
  content: "2";
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li:nth-child(3) .event-info-inner::before {
  content: "3";
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li:nth-child(4) .event-info-inner::before {
  content: "4";
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list > li:nth-child(5) .event-info-inner::before {
  content: "5";
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list .event-info-sub-list {
  margin: 3px 0;
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list .event-info-sub-list li {
  display: flex;
  gap: 5px;
  color: rgba(237, 237, 237, 0.7);
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-info-list .event-info-sub-list li::before {
  content: "ㆍ";
}
.event-section .event-content .event-info-box .event-info-desc-wrap .event-prize-list > li {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .event-section .event-content .event-info-box .event-info-desc-wrap .event-prize-list > li {
    margin-bottom: 3px;
  }
}

@keyframes glowTwinkle {
  0% {
    opacity: 0.82;
    filter: brightness(1) blur(0px) saturate(1.05);
  }
  20% {
    opacity: 0.96;
    filter: brightness(1.1) blur(1.2px) saturate(1.12);
  }
  40% {
    opacity: 0.88;
    filter: brightness(1.03) blur(0.6px) saturate(1.08);
  }
  60% {
    opacity: 1;
    filter: brightness(1.16) blur(1.8px) saturate(1.18);
  }
  80% {
    opacity: 0.92;
    filter: brightness(1.06) blur(0.9px) saturate(1.1);
  }
  100% {
    opacity: 0.82;
    filter: brightness(1) blur(0px) saturate(1.05);
  }
}
.store-banner-section {
  overflow: hidden;
}
.store-banner-section .store-banner-box {
  background-image: url(../images/store/store_bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  aspect-ratio: 2560/380;
  max-height: 380px;
}
@media screen and (max-width: 1024px) {
  .store-banner-section .store-banner-box {
    background-image: url(../images/store/m_store_bg.png);
    aspect-ratio: 1080/840;
    max-height: none;
  }
}
.store-banner-section .store-banner-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 81px 0;
}
@media screen and (max-width: 1024px) {
  .store-banner-section .store-banner-content-wrap {
    padding: 40px 20px 100px;
  }
}
.store-banner-section .store-title {
  font-size: clamp(4rem, 10vw, 8rem);
  font-family: "Afacad", sans-serif;
  line-height: 0.9;
  margin-bottom: clamp(8px, 1vw, 16px);
}
.store-banner-section .store-desc {
  font-size: clamp(1.6rem, 4.3vw, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1.34;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .store-banner-section .store-desc {
    margin-bottom: 20px;
  }
}
.store-banner-section .btn-wrap .store-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #E6EAF9;
  border-radius: 50px;
  width: 100%;
  max-width: 131px;
  padding: 8px 6px 8px 16px;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1024px) {
  .store-banner-section .btn-wrap .store-btn {
    gap: 4px;
    padding: 5px 4px 5px 12px;
  }
}
@media screen and (max-width: 430px) {
  .store-banner-section .btn-wrap .store-btn {
    max-width: 109px;
  }
}
.store-banner-section .btn-wrap .store-btn .btn-text {
  color: #111;
  font-family: "Afacad", sans-serif;
  font-size: clamp(1.3rem, 3.2vw, 1.6rem);
  font-weight: 700;
  width: 100%;
  line-height: 1;
  transition: color 0.2s;
}
.store-banner-section .btn-wrap .store-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  max-width: 20px;
  aspect-ratio: 20/20;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1025px) {
  .store-banner-section .btn-wrap .store-btn:hover {
    background-color: #4e6ece;
  }
  .store-banner-section .btn-wrap .store-btn:hover .btn-text {
    color: #fff;
  }
  .store-banner-section .btn-wrap .store-btn:hover .btn-icon {
    background-color: #fff;
  }
  .store-banner-section .btn-wrap .store-btn:hover .btn-icon path {
    stroke: #4e6ece;
  }
}

.popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
}

.popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  transition: transform 0.7s;
  will-change: transform;
}
.popup-close-btn-wrap {
  margin-bottom: 10px;
  text-align: right;
}

#boothPopup {
  max-width: 720px;
}
#boothPopup .booth-content {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  aspect-ratio: 720/465;
}
@media screen and (max-width: 1024px) {
  #boothPopup .booth-content {
    aspect-ratio: 960/738;
  }
}

html[lang=ko] .booth-content {
  background-image: url(../images/popup/pc-booth-map-ko.webp);
}
@media screen and (max-width: 1024px) {
  html[lang=ko] .booth-content {
    background-image: url(../images/popup/mo-booth-map-ko.webp);
  }
}

html[lang=en] .booth-content {
  background-image: url(../images/popup/pc-booth-map-en.webp);
}
@media screen and (max-width: 1024px) {
  html[lang=en] .booth-content {
    background-image: url(../images/popup/mo-booth-map-en.webp);
  }
}

#gamePopup {
  max-width: 720px;
}
#gamePopup * {
  letter-spacing: -0.02em;
}
#gamePopup .popup-content-wrap {
  border-radius: 16px;
  overflow: hidden;
}
#gamePopup #gameImgSwiper {
  overflow: hidden;
  aspect-ratio: 720/390;
  position: relative;
}
#gamePopup #gameImgSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
#gamePopup #gameImgSwiper .swiper-slide iframe, #gamePopup #gameImgSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#gamePopup #gameImgSwiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#gamePopup #gameImgSwiper .swiper-button-prev,
#gamePopup #gameImgSwiper .swiper-button-next {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 45px;
  height: 45px;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1024px) {
  #gamePopup #gameImgSwiper .swiper-button-prev,
  #gamePopup #gameImgSwiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
#gamePopup #gameImgSwiper .swiper-button-prev:hover,
#gamePopup #gameImgSwiper .swiper-button-next:hover {
  background-color: #000;
}
#gamePopup #gameImgSwiper .swiper-button-prev .swiper-navigation-icon,
#gamePopup #gameImgSwiper .swiper-button-next .swiper-navigation-icon {
  display: none !important;
}
#gamePopup #gameImgSwiper .swiper-button-prev::after,
#gamePopup #gameImgSwiper .swiper-button-next::after {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #gamePopup #gameImgSwiper .swiper-button-prev::after,
  #gamePopup #gameImgSwiper .swiper-button-next::after {
    font-size: 1.4rem;
  }
}
#gamePopup #gameImgSwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  width: auto;
  max-width: 80%;
  padding: 4px 8px;
  top: auto;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  z-index: 8;
}
#gamePopup #gameImgSwiper .swiper-pagination-bullet {
  background-color: #bdbdbd;
  width: 6px;
  height: 6px;
  margin: 0;
}
#gamePopup #gameImgSwiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
#gamePopup .game-info-box {
  background-color: #32394c;
  padding: 24px 32px;
  max-height: clamp(23vh, 40vh, 436px);
  overflow-y: auto;
  text-align: center;
}
#gamePopup .game-info-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#gamePopup .game-info-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.35);
}
#gamePopup .game-info-box::-webkit-scrollbar-track {
  background: transparent;
}
#gamePopup .game-info-box .game-title-wrap {
  margin-bottom: 8px;
}
#gamePopup .game-info-box .game-title-wrap .game-title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 2.4rem);
}
#gamePopup .game-info-box .game-tag {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}
#gamePopup .game-info-box .game-tag li {
  display: flex;
  align-items: center;
  border: 1px solid #888;
  border-radius: 50px;
  padding: 5px 8px;
  color: #888;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.4rem);
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #gamePopup .game-info-box .game-tag li {
    padding: 1px 8px;
  }
}
@media screen and (max-width: 1024px) {
  #gamePopup .game-info-box .game-logo img {
    max-height: 90px;
  }
}
#gamePopup .game-info-box .game-platform-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
}
#gamePopup .game-info-box .game-platform-wrap .game-platform img {
  max-width: 25px;
}
#gamePopup .game-info-box .game-desc-wrap {
  margin: 20px 0 30px;
}
#gamePopup .game-info-box .game-desc {
  color: #fff;
  font-size: clamp(1.4rem, 3.5vw, 1.5rem);
  line-height: 1.6;
}
#gamePopup .game-btn-wrap a {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  background-color: #e6eaf9;
  border-radius: 50px;
  width: 50%;
  margin: 0 auto;
  max-width: 200px;
  padding: 12px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  #gamePopup .game-btn-wrap a {
    width: 80%;
  }
}
#gamePopup .game-btn-wrap a span {
  color: #111;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  transition: all 0.2s;
}
#gamePopup .game-btn-wrap a .link-icon {
  background-image: url(../images/icon/link-icon.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transition: all 0.2s;
}
@media screen and (min-width: 1025px) {
  #gamePopup .game-btn-wrap a:hover {
    background-color: #4e6ece;
  }
  #gamePopup .game-btn-wrap a:hover span {
    color: #fff;
  }
  #gamePopup .game-btn-wrap a:hover .link-icon {
    background-image: url(../images/icon/link-icon-hover.webp);
  }
}
@media screen and (max-width: 1024px) {
  #gamePopup .game-btn-wrap a {
    padding: 9px 0;
  }
}
/*# sourceMappingURL=common.css.map */
