@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.
 */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  word-break: keep-all;
  font-family: "Noto Sans KR", sans-serif;
  color: #452015;
  font-size: 13px;
}

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

/*  https://fonts.google.com/ */
.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;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    top: -10%;
    -webkit-transform: translateX(20px) rotate(0deg);
            transform: translateX(20px) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(-20px) rotate(45deg);
            transform: translateX(-20px) rotate(45deg);
  }
  40% {
    -webkit-transform: translateX(-20px) rotate(90deg);
            transform: translateX(-20px) rotate(90deg);
  }
  60% {
    -webkit-transform: translateX(20px) rotate(135deg);
            transform: translateX(20px) rotate(135deg);
  }
  80% {
    -webkit-transform: translateX(-20px) rotate(180deg);
            transform: translateX(-20px) rotate(180deg);
  }
  100% {
    opacity: 0;
    top: 110%;
    -webkit-transform: translateX(-20px) rotate(225deg);
            transform: translateX(-20px) rotate(225deg);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    top: -10%;
    -webkit-transform: translateX(20px) rotate(0deg);
            transform: translateX(20px) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(-20px) rotate(45deg);
            transform: translateX(-20px) rotate(45deg);
  }
  40% {
    -webkit-transform: translateX(-20px) rotate(90deg);
            transform: translateX(-20px) rotate(90deg);
  }
  60% {
    -webkit-transform: translateX(20px) rotate(135deg);
            transform: translateX(20px) rotate(135deg);
  }
  80% {
    -webkit-transform: translateX(-20px) rotate(180deg);
            transform: translateX(-20px) rotate(180deg);
  }
  100% {
    opacity: 0;
    top: 110%;
    -webkit-transform: translateX(-20px) rotate(225deg);
            transform: translateX(-20px) rotate(225deg);
  }
}
@-webkit-keyframes swingswing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swingswing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes opacityAni {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacityAni {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mainStarsTwinkle {
  0% {
    opacity: 0.3;
    -webkit-filter: brightness(1) hue-rotate(0);
            filter: brightness(1) hue-rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1.1) hue-rotate(1deg);
            filter: brightness(1.1) hue-rotate(1deg);
  }
}
@keyframes mainStarsTwinkle {
  0% {
    opacity: 0.3;
    -webkit-filter: brightness(1) hue-rotate(0);
            filter: brightness(1) hue-rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1.1) hue-rotate(1deg);
            filter: brightness(1.1) hue-rotate(1deg);
  }
}
@-webkit-keyframes twinkle {
  0% {
    -webkit-filter: brightness(1) hue-rotate(0);
            filter: brightness(1) hue-rotate(0);
  }
  100% {
    -webkit-filter: brightness(1.3) hue-rotate(1deg);
            filter: brightness(1.3) hue-rotate(1deg);
  }
}
@keyframes twinkle {
  0% {
    -webkit-filter: brightness(1) hue-rotate(0);
            filter: brightness(1) hue-rotate(0);
  }
  100% {
    -webkit-filter: brightness(1.3) hue-rotate(1deg);
            filter: brightness(1.3) hue-rotate(1deg);
  }
}
@-webkit-keyframes blingBling {
  to {
    -webkit-filter: drop-shadow(0 0 7px #fff) brightness(1.07);
            filter: drop-shadow(0 0 7px #fff) brightness(1.07);
  }
}
@keyframes blingBling {
  to {
    -webkit-filter: drop-shadow(0 0 7px #fff) brightness(1.07);
            filter: drop-shadow(0 0 7px #fff) brightness(1.07);
  }
}
@-webkit-keyframes downAction {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    ransform: translateY(0);
  }
}
@keyframes downAction {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    ransform: translateY(0);
  }
}
@-webkit-keyframes floatCh {
  0% {
    -webkit-transform: rotate(-1deg) translateY(1%);
            transform: rotate(-1deg) translateY(1%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(2%);
            transform: rotate(0deg) translateY(2%);
  }
}
@keyframes floatCh {
  0% {
    -webkit-transform: rotate(-1deg) translateY(1%);
            transform: rotate(-1deg) translateY(1%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(2%);
            transform: rotate(0deg) translateY(2%);
  }
}
@-webkit-keyframes rotateInfin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes rotateInfin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@-webkit-keyframes floatingStar {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%) rotate(4deg);
            transform: translateY(-5%) rotate(4deg);
  }
}
@keyframes floatingStar {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%) rotate(4deg);
            transform: translateY(-5%) rotate(4deg);
  }
}
@-webkit-keyframes mainBg {
  0% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}
@keyframes mainBg {
  0% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes swirl {
  from {
    opacity: 0;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    -webkit-transition-duration: 2s !important;
            transition-duration: 2s !important;
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes swirl {
  from {
    opacity: 0;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    -webkit-transition-duration: 2s !important;
            transition-duration: 2s !important;
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes starSway {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  50% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@keyframes starSway {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  50% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.dis-none {
  display: none !important;
}

.tm-none {
  display: block !important;
}

.ta-none {
  display: block !important;
}

.mo-none {
  display: block !important;
}

.dis-block {
  display: block !important;
}

.tm-block {
  display: none !important;
}

.ta-block {
  display: none !important;
}

.mo-block {
  display: none !important;
}

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

@media all and (min-width: 1000.02px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media all and (max-width: 1000px) {
  .dis-block {
    display: none !important;
  }
  .tm-block {
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .ta-block {
    display: block !important;
  }
  .mo-block {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .ta-block {
    display: none !important;
  }
  .mo-block {
    display: block !important;
  }
  .mo-none {
    display: none !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font: 500 16px "Noto Sans KR", sans-serif;
  overflow-x: hidden;
  background: #000;
  font: 18px Noto Sans KR, sans-serif;
  opacity: 0;
  overflow-x: hidden !important;
  overflow-anchor: auto;
  -webkit-transition: opacity 300ms !important;
  transition: opacity 300ms !important;
  opacity: 0;
}
html {
  background: #000;
}

body[data-loading=done] {
  opacity: 1;
}
body.none-scroll {
  overflow: hidden !important;
  -ms-touch-action: none !important;
      touch-action: none !important;
  -webkit-overflow-scrolling: none !important;
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}
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 {
  background-color: #000;
}

body[data-loading=done] {
  opacity: 1;
}
body * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

#wrap {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}

.etc-btns-wrap {
  display: none;
  -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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 100;
}
@media only screen and (min-width: 1024px) {
  .etc-btns-wrap {
    max-width: 127px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .etc-btns-wrap {
    max-width: 20vw;
    width: 100%;
    right: 3vw;
    bottom: 4vw;
    gap: 0;
  }
}
.etc-btns-wrap .etc-btn {
  display: block;
  width: 60px;
  height: 60px;
  color: transparent;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.etc-btns-wrap .etc-btn--gamelounge {
  background-image: url(../images/btn_sns_gamelounge.webp);
}
.etc-btns-wrap .etc-btn--naver {
  background-image: url(../images/link_naver.webp);
  display: none;
}
@media only screen and (max-width: 1000px) {
  .etc-btns-wrap .etc-btn--naver {
    display: block;
    background-image: url(../images/link_naver_mo.webp);
    aspect-ratio: 89/95;
    width: 13.3vw;
    height: 13.9vw;
    background-size: 100%;
    margin-bottom: 3px;
  }
}
.etc-btns-wrap .etc-btn--youtube {
  background-image: url(../images/link_youtube.webp);
  display: none;
}
@media only screen and (max-width: 1000px) {
  .etc-btns-wrap .etc-btn--youtube {
    display: block;
    background-image: url(../images/link_youtube_mo.webp);
    aspect-ratio: 89/95;
    width: 13.3vw;
    height: 13.9vw;
    background-size: 100%;
  }
}
.etc-btns-wrap .etc-btn--txt {
  width: auto;
  height: auto;
  text-indent: unset;
}
@media only screen and (max-width: 1023px) {
  .etc-btns-wrap .etc-btn--txt {
    width: 100%;
    max-width: 127px;
    aspect-ratio: 127/29;
  }
}
.etc-btns-wrap .etc-btn--txt img {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .etc-btns-wrap .etc-btn--txt img {
    width: 100%;
  }
}

.btnTop {
  display: block;
  width: 86px;
  height: 85px;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/btnTop.webp);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .btnTop {
    width: 15.5vw;
    height: 14.8vw;
    aspect-ratio: 75/75;
    margin-right: -5px;
    background-image: url(../images/btnTop_mo.webp);
  }
}
.btnTop:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.btnTop.fix {
  position: absolute;
}

.fixed-util {
  position: fixed;
  width: 117px;
  height: 110px;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.fixed-util #btnTop {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  background: url("../../assets/images/btnTop.webp") no-repeat;
  background-size: contain;
  -webkit-transition: 400ms opacity;
  transition: 400ms opacity;
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .fixed-util #btnTop {
    width: 60px;
    height: 60px;
    right: 10px;
  }
}
.fixed-util #btnTop:hover {
  opacity: 1;
}
.fixed-util #btnTop.absolute {
  position: absolute;
  bottom: 220px;
}
.fixed-util > span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.54%;
  width: 182px;
  -webkit-transition: left 1.3s ease-in-out;
  transition: left 1.3s ease-in-out;
}
@media all and (max-width: 1000px) {
  .header {
    display: none;
  }
}
.header .nav {
  width: 100%;
}
.header .nav .nav__list {
  width: 100%;
  height: 116px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .nav .nav__list::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 0;
  width: 2px;
  height: 116px;
  background: url("../../assets/images/nav_line.webp") no-repeat;
}
.header .nav .nav-item {
  position: relative;
}
@media all and (min-width: 1000px) {
  .header .nav .nav-item.active .link-01 {
    background: url("../../assets/images/link_01_on.png") no-repeat;
    width: 100%;
    max-width: 89px;
    aspect-ratio: 89/33;
  }
  .header .nav .nav-item.active .link-02 {
    background: url("../../assets/images/link_02_on.png") no-repeat;
    width: 100%;
    max-width: 182px;
    aspect-ratio: 182/33;
  }
}
.header .nav .nav-item .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  text-indent: -999999px;
  width: 100%;
  height: 38px;
}
.header .nav .nav-item .link-01 {
  background: url("../../assets/images/link_01_off.png") no-repeat;
  width: 100%;
  max-width: 85px;
  aspect-ratio: 85/38;
}
.header .nav .nav-item .link-02 {
  background: url("../../assets/images/link_02_off.png") no-repeat;
  width: 100%;
  max-width: 182px;
  aspect-ratio: 182/33;
}
.header .nav .nav-item .link > span {
  padding-left: 7.6rem;
}
.header .nav .nav-item[data-menuanchor=section-update1] .link {
  background-position-y: 51.5%;
}
.header .nav .nav-item[data-menuanchor=section-event1] .link {
  background-position-y: 101%;
}
.header .nav .nav__wrap .logo {
  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;
  gap: 0.3rem;
  width: 16.7rem;
  height: 18.5rem;
  background-color: #eee;
}
.header .nav .nav__wrap .logo > span {
  font-size: 1.2rem;
  color: #cccfe1;
}
@media all and (max-width: 1200px) {
  .header .nav .nav__wrap .logo {
    width: 50vw;
    height: auto;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .header .nav .nav__wrap .logo > span {
    display: none;
  }
}
.header .nav__banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.header .nav__banner .link img {
  margin: 0 auto;
}

.common-footer.common-footer--darkmode {
  background-color: #171613;
}

.blind {
  backdrop-filter: blur(3px);
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  text-align: left;
}
.blind--btnClosed {
  display: none;
  position: absolute;
  right: 19px;
  top: 19px;
  z-index: 500;
  width: 28px;
  height: 28px;
  background: url("../../assets/images/icon_close.png") no-repeat center center/contain;
  cursor: pointer;
}
@media all and (min-width: 1000.02px) {
  .blind--btnClosed {
    opacity: 0.8;
  }
  .blind--btnClosed:focus, .blind--btnClosed:hover {
    opacity: 1;
  }
}
@media all and (max-width: 767px) {
  .blind--btnClosed {
    width: 20px;
    height: 20px;
  }
}

.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 * {
  letter-spacing: -0.05em;
  word-break: keep-all;
}
.popup__scroll {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-right: 0;
  overflow-anchor: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 52px 52px 70px;
}
@media all and (max-width: 767px) {
  .popup__scroll {
    padding: 8% 1rem 11%;
  }
}
.popup__scroll::-webkit-scrollbar {
  width: 6px;
}
.popup__scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.popup__scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(60, 60, 60, 0.3);
}
.popup__scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.popup__wrap {
  position: relative;
  margin: 0 auto;
  width: 620px;
  background-color: #fff;
  border-radius: 30px;
}
@media all and (max-width: 767px) {
  .popup__wrap {
    width: 93%;
    border-radius: 10px;
  }
}
.popup__page h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .popup__page h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  .popup__page h2 {
    font-size: 26px;
  }
}
.popup__page--content p {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .popup__page--content p {
    font-size: 18px;
  }
}
.popup__page--btn {
  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;
  margin-top: 12px;
}
.popup__page--btn .popup__btn {
  display: block;
  border-radius: 50px;
  text-decoration: none;
  padding: 3px 26px;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
}
.popup__page--logo {
  display: block;
  width: 140px;
  margin: 0 auto 30px;
}
@media all and (max-width: 767px) {
  .popup__page--logo {
    width: 35%;
    margin-bottom: 10px;
  }
}
.popup__cookie {
  width: 100%;
  height: auto;
  top: auto;
  bottom: 0;
}
.popup__cookie .blind--btnClosed {
  right: 29px;
  top: 29px;
}
.popup__cookie .popup__wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: auto;
  max-height: auto;
  padding: 2rem;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 1000px) {
  .popup__cookie .popup__wrap {
    min-height: initial;
    max-height: initial;
    padding: 1.5rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

.popup__event-notice {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .popup__event-notice {
    font-size: 13px;
  }
}
.popup__event-notice .dot-list li {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2em;
}
.popup__event-notice .dot-list li:nth-child(1) {
  margin-top: 0;
}
.popup__event-notice .dot-list li:before {
  content: attr(data-dot);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.2em;
}

@media all and (max-width: 480px) {
  #wrap.deu ~ .popup__cookie .popup__page--content br,
  #wrap.fra ~ .popup__cookie .popup__page--content br {
    display: none;
  }
}
#wrap.esp ~ .popup__cookie .popup__page--content br:nth-of-type(2) {
  display: none;
}

#main,
#section1,
#section2,
#section3,
#section4 {
  overflow: hidden;
  clear: both;
}

.section-flag {
  position: relative;
}
.section-inner {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1000px) {
  .section-inner {
    max-width: 95%;
    margin: 0 auto;
  }
}
.section-txt {
  padding-bottom: 25px;
}
@media all and (max-width: 1000px) {
  .section-txt {
    width: 77%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .section-txt {
    width: 91%;
    padding-bottom: 10px !important;
  }
}
.section-txt--tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 7px;
  position: relative;
  color: #452015;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
@media all and (max-width: 1000px) {
  .section-txt--tit {
    gap: 0;
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .section-txt--tit {
    font-size: 30px;
    line-height: 1;
  }
}
@media all and (max-width: 320px) {
  .section-txt--tit {
    font-size: 26px;
  }
}
.section-txt--tit::before, .section-txt--tit::after {
  content: "";
  display: inline-block;
  vertical-align: 4px;
  min-width: 38px;
  height: 37px;
  margin-top: 26px;
  background: url("../../assets/images/icon_knife.png") no-repeat center center/35px auto;
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .section-txt--tit::before, .section-txt--tit::after {
    min-width: 50px;
    height: 34px;
    margin-top: 18px;
  }
}
@media all and (max-width: 767px) {
  .section-txt--tit::before, .section-txt--tit::after {
    min-width: 24px;
    height: 20px;
    margin-top: 8px;
    background-size: contain;
  }
}
@media all and (max-width: 1000px) {
  .section-txt--tit::before, .section-txt--tit::after {
    vertical-align: 0px;
  }
}
.section-txt--tit::before {
  background-position: left top;
}
.section-txt--tit::after {
  background-position: right top;
}
.section-txt--tit.pre-tit {
  padding-top: 0;
}
@media all and (max-width: 1000px) {
  .section-txt--tit.pre-tit {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .section-txt--tit.pre-tit {
    font-size: 40px;
  }
}
.section-txt--sub {
  padding-top: 18px;
  color: #784611;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media all and (max-width: 1000px) {
  .section-txt--sub {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .section-txt--sub {
    padding-top: 5px;
    font-size: 17px;
  }
}
.section-txt--sub .point {
  color: #452015;
  font-size: 38px;
}
@media all and (max-width: 1000px) {
  .section-txt--sub .point {
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  .section-txt--sub .point {
    font-size: 22px;
  }
}
.section-txt--sub.pre-sub {
  padding-top: 0;
  font-size: 40px;
  line-height: 1;
}
@media all and (max-width: 1000px) {
  .section-txt--sub.pre-sub {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .section-txt--sub.pre-sub {
    font-size: 20px;
  }
}
.section-txt--date {
  color: #452015;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.3px;
}
@media all and (max-width: 767px) {
  .section-txt--date {
    padding-top: 2%;
    font-size: 19px;
  }
}

.fixed-text {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .fixed-text {
    right: 5px;
    bottom: 5px;
    max-width: 100px;
  }
}

.no-share-bg {
  position: relative;
  max-height: 1080px;
  height: calc(100% + 1px);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  min-height: 1080px;
  background: no-repeat center top/100% 100%;
}
@media all and (max-width: 1000px) {
  .no-share-bg {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: auto !important;
    max-height: 100% !important;
    height: auto !important;
  }
}
.no-share-bg .bg-img {
  display: none;
}
@media all and (max-width: 1000px) {
  .no-share-bg .bg-img {
    display: block;
    width: 100%;
  }
}
.no-share-bg .section-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.no-share-bg .section-bg {
  display: block;
  width: 100%;
}
.no-share-bg .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 50%;
  top: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1000px) {
  .no-share-bg .section-content {
    height: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.chk-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0 20px;
}

.btn-more {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
}
@media all and (max-width: 767px) {
  .btn-more {
    min-width: 30%;
    font-size: 12px;
    text-align: right;
  }
}
.btn-more .icon-more {
  display: inline-block;
  width: 7px;
  height: 9px;
  background: url("../images/icon_more.png") no-repeat center center/contain;
}
.btn-pre {
  display: block;
  width: 356px;
  height: 81px;
  margin: 13px auto 0;
  padding-bottom: 7px;
  background: url("../images/section1_2/btn_brown.png") no-repeat center top/contain;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.btn-pre:hover {
  background-image: url("../images/section1_2/btn_brown_on.png");
}
@media all and (max-width: 1000px) {
  .btn-pre {
    padding-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .btn-pre {
    font-size: 26px;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .btn-pre {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin-top: 5px;
  }
}
.btn-pre > span {
  display: inline-block;
  vertical-align: 6px;
}
.btn-caution {
  display: block;
  margin: 38px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 233px;
  padding: 0 24px;
  border-radius: 27px;
  -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#63421a), to(#3e2910));
  background-image: linear-gradient(#63421a, #3e2910);
  color: #dcc4a0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.btn-caution span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 1000px) {
  .btn-caution {
    display: inline-block;
    margin-top: 5%;
    padding: 1% 4%;
    border-radius: 50px;
  }
  .btn-caution span {
    height: 30px;
  }
}
@media all and (max-width: 767px) {
  .btn-caution {
    width: auto;
    font-size: 16px;
    height: auto;
    min-width: auto;
  }
}
.btn-caution:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#815724), to(#4a3213));
  background-image: linear-gradient(#815724, #4a3213);
}
@media all and (max-width: 767px) {
  .btn-caution > span {
    display: inline-block;
    padding-bottom: 6px;
  }
}

.chk-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.chk-box input {
  display: none;
}
.chk-box input:checked ~ .chk-box__icon {
  border-color: #48231b;
  background-color: #48231b;
}
.chk-box input:checked ~ .chk-box__icon::before, .chk-box input:checked ~ .chk-box__icon::after {
  content: "";
  display: inline-block;
  width: 2px;
  background-color: #fff;;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.chk-box input:checked ~ .chk-box__icon::before {
  top: 10px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 7px;
}
.chk-box input:checked ~ .chk-box__icon::after {
  top: 15px;
  left: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  height: 12px;
}
.chk-box input.bor:checked ~ .chk-box__icon {
  border-color: #aca59a;
}
.chk-box__icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;;
  background-color: #fff;
  position: relative;
}
.chk-box__icon.round {
  border-radius: 50%;
}
.chk-box__txt {
  display: inline-block;
  padding-left: 6px;
  color: #452015;
  font-size: 16px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .chk-box__txt {
    font-size: 12px;
  }
}

.ch {
  position: absolute;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.ch__wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.ch__ani {
  display: block;
  -webkit-animation: floatCh 3000ms infinite alternate ease-in;
          animation: floatCh 3000ms infinite alternate ease-in;
}
.ch img {
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.area-con.fix .ch__wrap {
  position: fixed;
}

.info-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto !important;
  padding: 100px 0;
  background-color: #fff;
}
.info-frame__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  height: 70%;
}
.info-frame__img {
  display: block;
  width: 240px;
  margin: 0 auto 37px;
}
@media all and (max-width: 1000px) {
  .info-frame__img {
    width: 32.4vw;
    aspect-ratio: 1.5283018868;
    margin: 0 auto 5%;
  }
}
.info-frame__txt--tit {
  padding-bottom: 12px;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}
.info-frame__txt--sub {
  color: #666;
  font-size: 16px;
  text-align: center;
  letter-spacing: -1px;
}
.info-frame__btn {
  margin-top: 45px;
  text-align: center;
}
@media all and (max-width: 1000px) {
  .info-frame__btn {
    margin-top: 11%;
  }
}
.info-frame__btn--item {
  display: block;
  background: no-repeat center center/contain;
  height: 49px;
  background-image: url("../images/inc/info_btn.png");
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 22px;
  line-height: 43px;
}

.app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding-bottom: 18px;
}
.app-list.pc-mode .app-list__google > a {
  background-image: url("../images/main/download/google_en.webp") !important;
}
.app-list.pc-mode .app-list__apple > a {
  background-image: url("../images/main/download/apple_en.webp") !important;
}
.app-list.pc-mode > li > a {
  display: block;
  width: 200px;
  height: 59px;
  background: no-repeat center center/contain;
}
.app-list.mo-mode {
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 77%;
  height: 6%;
  padding-bottom: 0;
}
.app-list.mo-mode > li {
  width: 49%;
  height: 100%;
}
.app-list.mo-mode > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

#main {
  position: relative;
  background-image: url("../images/main/main_only_bg.webp");
  background-repeat: no-repeat;
  background-size: 2560px auto;
  background-position: bottom center;
  width: 100%;
  min-height: 1080px;
  max-height: 100%;
}
@media all and (max-width: 1000px) {
  #main {
    min-height: auto;
    background: none;
    font-size: 0;
  }
  #main .stone-wrap {
    display: none;
  }
}
#main::after {
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 899px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: mainBg 2000ms alternate both infinite linear;
          animation: mainBg 2000ms alternate both infinite linear;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  background-image: url("../images/main/bg_light_half.webp");
}
@media all and (max-width: 1000px) {
  #main::after {
    display: none;
  }
}
#main .set {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  z-index: 2;
}
#main .set > div {
  -webkit-transition: 600ms all;
  transition: 600ms all;
  position: absolute;
  display: block;
  opacity: 1;
}
#main .set > div.aos-animate {
  opacity: 1;
}
#main .set > div:nth-child(1) {
  left: 62%;
  bottom: 20%;
  -webkit-animation: floatingStar 5s linear infinite, floatingStar 2s linear alternate;
          animation: floatingStar 5s linear infinite, floatingStar 2s linear alternate;
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
#main .set > div:nth-child(2) {
  left: 80%;
  bottom: 4%;
  -webkit-animation: floatingStar 3s linear infinite;
          animation: floatingStar 3s linear infinite;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
#main .set > div:nth-child(3) {
  left: 70%;
  -webkit-animation: floatingStar 4s linear infinite;
          animation: floatingStar 4s linear infinite;
  -webkit-animation-delay: -13s;
          animation-delay: -13s;
}
#main .set > div:nth-child(4) {
  left: 0%;
  -webkit-animation: floatingStar 3s linear infinite;
          animation: floatingStar 3s linear infinite;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
#main .set > div:nth-child(5) {
  left: 2%;
  bottom: 8%;
  -webkit-animation: floatingStar 12s linear infinite;
          animation: floatingStar 12s linear infinite;
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}
#main .ch {
  -webkit-transition: 600ms all;
  transition: 600ms all;
  top: 50%;
  left: 50%;
  opacity: 1;
}
#main .ch__wrap {
  z-index: 3;
}
#main .ch__wrap .ch {
  position: absolute;
}
#main .ch__wrap .ch__ani {
  -webkit-animation: floatingStar 10s infinite alternate;
          animation: floatingStar 10s infinite alternate;
  display: inline-block;
}
#main .ch__wrap .ch--t {
  top: auto;
  bottom: 0;
  left: calc(50% - 300px);
  -webkit-transform: none;
          transform: none;
}
@media all and (max-width: 1000px) {
  #main .ch__wrap .ch--t {
    display: none;
  }
}
#main .ch__wrap .ch--l-mini {
  -webkit-transform: scale(1) translate(-290%, -665%) rotate(0);
          transform: scale(1) translate(-290%, -665%) rotate(0);
}
#main .ch__wrap .ch--l-mini .ch__ani {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
#main .ch__wrap .ch--l-1 {
  -webkit-transform: scale(1) translate(-81%, 37%) rotate(10deg);
          transform: scale(1) translate(-81%, 37%) rotate(10deg);
}
#main .ch__wrap .ch--l-1 .ch__ani {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
#main .ch__wrap .ch--l-coin1 {
  -webkit-transform: scale(1) translate(-293%, -193%) rotate(0);
          transform: scale(1) translate(-293%, -193%) rotate(0);
}
#main .ch__wrap .ch--l-coin1 .ch__ani {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
#main .ch__wrap .ch--l-2 {
  -webkit-transform: scale(1) translate(-35%, -52%) rotate(5deg);
          transform: scale(1) translate(-35%, -52%) rotate(5deg);
}
#main .ch__wrap .ch--l-2 .ch__ani {
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
#main .ch__wrap .ch--l-3 {
  -webkit-transform: scale(1) translate(-15%, -264%) rotate(-4deg);
          transform: scale(1) translate(-15%, -264%) rotate(-4deg);
}
#main .ch__wrap .ch--l-3 .ch__ani {
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
#main .ch__wrap .ch--r-coin2 {
  -webkit-transform: scale(1) translate(203%, -569%) rotate(0);
          transform: scale(1) translate(203%, -569%) rotate(0);
}
#main .ch__wrap .ch--r-coin2 .ch__ani {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#main .ch__wrap .ch--r-coin2 .ch__ani {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
#main .ch__wrap .ch--r-1 {
  -webkit-transform: scale(1) translate(191%, -151%) rotate(17deg);
          transform: scale(1) translate(191%, -151%) rotate(17deg);
}
#main .ch__wrap .ch--r-1 .ch__ani {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
#main .ch__wrap .ch--r-coin3 {
  -webkit-transform: scale(1) translate(191%, -161%) rotate(0);
          transform: scale(1) translate(191%, -161%) rotate(0);
}
#main .ch__wrap .ch--r-coin3 .ch__ani {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
#main .ch__wrap .ch--r-2 {
  -webkit-transform: scale(1) translate(26%, -77%) rotate(14deg);
          transform: scale(1) translate(26%, -77%) rotate(14deg);
}
#main .ch__wrap .ch--r-2 .ch__ani {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
#main .main__con {
  position: absolute;
  left: 29%;
  top: 95px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (min-width: 2339px) {
  #main .main__con {
    left: 34%;
  }
}
#main .main__con .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 85%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 512px;
  z-index: 2;
}
#main .main__con .btn-wrap a {
  width: 100%;
  text-align: center;
  aspect-ratio: 251/60;
  opacity: 0;
}
#main .mo-box {
  aspect-ratio: 1000/2123;
  background-image: url(../images/main/mobile-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 59px;
}
#main .mo-box .mo-content-wrap {
  position: relative;
}
#main .mo-box .mo-content-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: absolute;
  top: 86%;
  left: 50%;
  width: 81%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main .mo-box .mo-content-wrap .btn-wrap a {
  aspect-ratio: 410/100;
  width: 100%;
}

.section * {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

#wrap .btn-newServer {
  display: block;
  width: 179px;
  height: 169px;
  position: absolute;
  top: 118px;
  right: 20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  /* viewport 작을 경우, 버튼 그냥 가려지도록 두고 싶을 경우
  top: 50%;
  left: 50%;
  transform: scale(1) translate(413%, -259%) rotate(0);*/
  color: transparent;
  text-indent: -9999px;
  -webkit-animation: badge 2000ms linear infinite;
          animation: badge 2000ms linear infinite;
  background: url(../images/main/btn-new-event-kor.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #wrap .btn-newServer {
    width: 27.9vw;
    height: 26.9vw;
    top: 21.8vw;
    right: 2vw;
  }
}
#wrap.en .btn-newServer {
  background: url(../images/main/btn-new-event-eng.webp) no-repeat center;
  background-size: cover;
}
#wrap.esp .btn-newServer {
  background: url(../images/main/btn-new-event-esp.webp) no-repeat center;
  background-size: cover;
}
#wrap.esp .google-btn {
  background-image: url("../images/cbt/google_btn_esp.webp");
}
@media all and (max-width: 768px) {
  #wrap.esp .google-btn {
    background-image: url("../images/cbt/google_btn_esp_m.webp");
  }
}
#wrap.esp #main .main__con--date {
  font-size: 29px;
}
#wrap.esp .app-list.pc-mode .app-list__google > a {
  background-image: url("../images/main/download/google_esp.webp") !important;
}
#wrap.esp .app-list.pc-mode .app-list__apple > a {
  background-image: url("../images/main/download/apple_esp.webp") !important;
}
#wrap.fra .btn-newServer {
  background: url(../images/main/btn-new-event-fra.webp) no-repeat center;
  background-size: cover;
}
#wrap.fra .google-btn {
  background-image: url("../images/cbt/google_btn_fra.webp");
}
@media all and (max-width: 768px) {
  #wrap.fra .google-btn {
    background-image: url("../images/cbt/google_btn_fra_m.webp");
  }
}
#wrap.fra #main .main__con--date {
  font-size: 29px;
}
#wrap.fra .app-list.pc-mode .app-list__google > a {
  background-image: url("../images/main/download/google_fra.webp") !important;
}
#wrap.fra .app-list.pc-mode .app-list__apple > a {
  background-image: url("../images/main/download/apple_fra.webp") !important;
}
#wrap.ptb .btn-newServer {
  background: url(../images/main/btn-new-event-esp.webp) no-repeat center;
  background-size: cover;
}
#wrap.ptb .google-btn {
  background-image: url("../images/cbt/google_btn_ptb.webp");
}
@media all and (max-width: 768px) {
  #wrap.ptb .google-btn {
    background-image: url("../images/cbt/google_btn_ptb_m.webp");
  }
}
#wrap.ptb #main .main__con--date {
  font-size: 29px;
}
#wrap.ptb .app-list.pc-mode .app-list__google > a {
  background-image: url("../images/main/download/google_ptb.webp") !important;
}
#wrap.ptb .app-list.pc-mode .app-list__apple > a {
  background-image: url("../images/main/download/apple_ptb.webp") !important;
}
@media all and (max-width: 767px) {
  #wrap.ptb #bgShareWrap #section1 .form-area .input-label input {
    font-size: 9px;
  }
}
#wrap.deu .btn-newServer {
  background: url(../images/main/btn-new-event-deu.webp) no-repeat center;
  background-size: cover;
}
#wrap.deu .google-btn {
  background-image: url("../images/cbt/google_btn_deu.webp");
}
@media all and (max-width: 768px) {
  #wrap.deu .google-btn {
    background-image: url("../images/cbt/google_btn_deu_m.webp");
  }
}
#wrap.deu #main .main__con--date {
  font-size: 28px;
}
#wrap.deu .app-list.pc-mode .app-list__google > a {
  background-image: url("../images/main/download/google_deu.webp") !important;
}
#wrap.deu .app-list.pc-mode .app-list__apple > a {
  background-image: url("../images/main/download/apple_deu.webp") !important;
}
@media all and (max-width: 767px) {
  #wrap.deu .section-txt {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #wrap.deu .section-txt--tit span {
    max-width: calc(100% - 40px);
  }
}
@-webkit-keyframes badge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
}
@keyframes badge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
}

.cloudeflare-container {
  min-height: calc(65px + 1.35em);
  padding-top: 65px;
  position: relative;
  width: 100%;
  line-height: 1.2;
}
.reservation--1 .container__inner {
  overflow: visible !important;
}

.cloudeflare-container p {
  margin-top: 0.2em;
}
.cloudeflare-container .cf-turnstile {
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}/*# sourceMappingURL=common.css.map */