@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700;900&family=Roboto:wght@700&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: yellow;
  color: black;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  line-height: 1;
}

a {
  text-decoration: none;
  color: black;
}

button,
input,
textarea,
select {
  outline: 0;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.section-event__item img, .section-event__main-title img, .section-skill__cht-2 img, .section-skill__cht-1 img, .section-skill__slide-content img, .section-skill__main-title img, .section-battlefield__slide-content img, .section-battlefield__main-title img, .section-heroes__cht img, .section-heroes__gift img, .section-heroes__table img, .section-heroes__main-title img, .section-heroes__logo img, .section-update__slide-content img, .section-update__main-title img, .section-kv__sub-title img, .section-kv__main-title img, .site-footer__level img {
  max-width: 100%;
  display: block;
  margin: 0;
}

:root {
  font-size: 10px;
  --font-size-6xl: 6.4rem;
  --font-size-5xl: 4.8rem;
  --font-size-4xl: 3.6rem;
  --font-size-3xl: 3rem;
  --font-size-2xl: 2.4rem;
  --font-size-xl: 2rem;
  --font-size-lg: 1.8rem;
  --font-size-base: 1.6rem;
  --font-size-sm: 1.4rem;
  --font-size-xs: 1.2rem;
}

html {
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.fixed {
  overflow: hidden;
}

body {
  background-color: #000;
}
body.fixed {
  overflow: hidden;
}
body > * {
  scrollbar-width: thin;
  scrollbar-color: #e6c899 #000000;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background: #000000;
}
body::-webkit-scrollbar-thumb {
  background-color: #e6c899;
  border-radius: 11px;
}

.site-main {
  overflow: hidden;
}

/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.site-header {
  background-color: #070707;
  height: 3.8541666667vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header {
    height: 14.4927536232vw;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.site-header__inner {
  width: 93.75vw;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__inner {
    width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .site-header__inner {
    width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.site-header__btn-close {
  width: 6vw;
  height: 6vw;
  background-color: transparent;
  z-index: 15;
  position: absolute;
  border: 0;
  top: 4vw;
  font-size: 0;
  right: 6vw;
  display: none;
}
.site-header__btn-close::before, .site-header__btn-close::after {
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
}
.site-header__btn-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.site-header__btn-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__btn-close {
    display: block;
    opacity: 0;
    transition: opacity 900ms ease;
  }
  .site-header__btn-close.active {
    opacity: 1;
  }
}
.site-header__btn-open {
  width: 6vw;
  height: 5vw;
  background-color: transparent;
  z-index: 5;
  position: absolute;
  border: 0;
  top: 4.5vw;
  font-size: 0;
  left: 7.5vw;
  display: none;
}
.site-header__btn-open::before, .site-header__btn-open::after {
  width: 100%;
  height: 0.3rem;
  background-color: #979797;
  position: absolute;
  content: "";
  left: 50%;
}
.site-header__btn-open::before {
  transform: translate3d(-50%, 0, 0);
  top: 0;
}
.site-header__btn-open::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
}
.site-header__btn-open span {
  width: 100%;
  height: 0.3rem;
  background-color: #979797;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__btn-open {
    display: block;
  }
}
.site-header__odin {
  width: 4.375vw;
  height: 1.9791666667vw;
  background: transparent url("../images/odin-logo@3x.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 1.5625vw;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__odin {
    width: 20.2898550725vw;
    height: 9.1787439614vw;
    left: 50%;
    top: 15vw;
    transform: translate3d(-50%, -300%, 0);
    z-index: 15;
    opacity: 0;
    transition: all 800ms ease;
  }
  .site-header__odin.active {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
.site-header__nav {
  width: 100%;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__nav {
    justify-content: start;
    box-sizing: border-box;
    position: fixed;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding-top: 40vw;
    background-color: #000;
    top: 0;
    left: 0;
    margin-right: 0;
    transform: translate3d(0, -200%, 0);
    z-index: 10;
    transition: transform 800ms ease;
  }
  .site-header__nav.active {
    transform: translate3d(0, 0, 0);
  }
}
.site-header__btn {
  font-family: "Noto Sans TC", sans-serif;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 3.2291666667vw;
  font-size: 0.8333333333vw;
  transition: background-color 300ms ease;
  height: 100%;
}
.site-header__btn:hover {
  background-color: #bb4d32;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__btn:hover {
    background-color: transparent;
  }
}
.site-header__btn.active {
  background-color: #bb4d32;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__btn {
    height: 8rem;
    font-size: 4vw;
    justify-content: center;
  }
  .site-header__btn br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .site-header__btn {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.site-header__link {
  position: absolute;
  right: 1.5625vw;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.site-header__btn-link {
  font-size: 0.7291666667vw;
  color: #7e7e7e;
  padding: 0 0.9375vw;
  position: relative;
  transition: color 300ms ease;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__btn-link {
    font-size: 3.4vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.site-header__btn-link:hover {
  color: #fff;
}
.site-header__btn-link:nth-child(1)::after {
  width: 0.1041666667vw;
  background-color: #7e7e7e;
  height: 0.625vw;
  position: absolute;
  right: -0.0520833333vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  content: "";
  position: absolute;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-header__btn-link:nth-child(1)::after {
    width: 0.1rem;
    height: 2vw;
  }
}

.site-footer {
  padding: 2.0833333333vw 0;
  background-color: #000;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-footer {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.site-footer__inner {
  width: 36.4583333333vw;
  margin: 0 auto;
  display: flex;
  gap: 0.5208333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-footer__inner {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    gap: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .site-footer__inner {
    width: 60vw;
    gap: 2vw;
  }
}
.site-footer__level {
  width: 2.9166666667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-footer__level {
    width: 14vw;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .site-footer__level {
    width: 10vw;
  }
}
.site-footer__content ul li {
  font-size: 0.6770833333vw;
  color: #777676;
  line-height: 1.6;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-footer__content ul li {
    font-size: 1.5vw;
  }
}
.site-footer__content p {
  font-size: 0.6770833333vw;
  color: #777676;
  line-height: 1.6;
}
@media (min-width: 0) and (max-width: 768px) {
  .site-footer__content p {
    font-size: 2vw;
  }
}

.float-nav {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(200%, -50%, 0);
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .float-nav {
    display: none;
  }
}
.float-nav__btn-fb, .float-nav__btn-yt {
  width: 16.5104166667vw;
  height: 9.9479166667vw;
  position: relative;
  z-index: 0;
  transition: transform 300ms ease;
}
.float-nav__btn-fb:hover, .float-nav__btn-yt:hover {
  transform: translate3d(0, -0.8rem, 0);
}
.float-nav__btn-fb a, .float-nav__btn-yt a {
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  position: relative;
}
.float-nav__btn-fb a span, .float-nav__btn-yt a span {
  font-size: 0.9375vw;
  position: absolute;
  width: 100%;
  bottom: 0.2604166667vw;
  left: 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(0deg, rgb(140, 107, 64) 0%, rgb(251, 228, 186) 63%, rgb(251, 228, 186) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.float-nav__btn-fb {
  background: transparent url("../images/float-btn-fb@2x.png") no-repeat 0 0;
  background-size: cover;
}
.float-nav__btn-yt {
  background: transparent url("../images/float-btn-show@2x.png") no-repeat 0 0;
  background-size: cover;
}
.float-nav__btn-close {
  font-size: 0;
  width: 1.4583333333vw;
  height: 1.40625vw;
  background: transparent url("../images/float-btn-close@3x.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 3.125vw;
  top: 0.5208333333vw;
  border: 0;
  z-index: 10;
}

.section-kv {
  position: relative;
  background: #000 url("../images/kv-bg-v2.jpg") no-repeat center top;
  background-size: auto 100%;
  overflow: hidden;
  padding-bottom: 50%;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-kv {
    background-image: url("../images/kv-bg-m-v2-3.jpg");
    padding-bottom: 0;
    min-height: calc(var(--vh, 1vh) * 100);
    background-size: 105% auto;
    background-position: center bottom;
  }
}
.section-kv__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50.5%, -43.9%, 0);
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-kv__content {
    top: inherit;
    bottom: 0;
    transform: translate3d(-50%, -24%, 0);
  }
}
.section-kv__main-title {
  width: 53.125vw;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-kv__main-title {
    width: 72vw;
    transform: translate3d(2%, 0, 0);
  }
}
.section-kv__main-title img {
  position: relative;
  z-index: 0;
}
.section-kv__sub-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-35%, 108%, 0);
  width: 39.5833333333vw;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-kv__sub-title {
    transform: translate3d(-52%, 170%, 0);
    width: 90vw;
  }
}
.section-kv__sub-title img {
  position: relative;
  z-index: 0;
}
.section-kv__btn-play {
  cursor: pointer;
  width: 7.5520833333vw;
  height: 7.6041666667vw;
  background: transparent url("../images/kv-btn-play@2x.png") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 160%, 0) rotate(0);
  transition: transform 300ms ease;
}
.section-kv__btn-play:hover {
  transform: translate3d(-50%, 160%, 0) rotate(360deg);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-kv__btn-play {
    width: 17.5120772947vw;
    height: 17.6328502415vw;
    transform: translate3d(-50%, 200%, 0) rotate(0);
  }
  .section-kv__btn-play:hover {
    transform: translate3d(-50%, 200%, 0) rotate(0);
  }
}
.section-kv__btn-event {
  transform: translate3d(0, 10%, 0);
  width: 28.4895833333vw;
  height: 8.5416666667vw;
  background: transparent url("../images/kv-btn-event-v2@2x.png") no-repeat center bottom;
  background-size: auto 100%;
  display: flex;
  margin: 0 auto;
  border: 0;
  padding: 0;
  font-size: 0;
  transition: transform 300ms ease;
}
.section-kv__btn-event:hover {
  transform: translate3d(0, 12%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-kv__btn-event {
    width: 66.0628019324vw;
    height: 19.806763285vw;
    transform: translate3d(0, 60%, 0);
  }
  .section-kv__btn-event:hover {
    transform: translate3d(0, 60%, 0);
  }
}

.section-update {
  position: relative;
  background: #000 url("../images/update-bg-v2.jpg") no-repeat center top;
  background-size: auto 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update {
    background-image: url("../images/update-bg-m-v2.jpg");
    padding-bottom: 0;
    min-height: calc(var(--vh, 1vh) * 100);
    background-size: 110% auto;
  }
}
.section-update__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update__content {
    transform: translate3d(-50%, -60%, 0);
  }
}
.section-update__main-title {
  width: 34.53125vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  transform: translate3d(0, -25%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update__main-title {
    width: 100vw;
    margin-bottom: 16vw;
  }
}
.section-update__slider {
  position: relative;
  z-index: 0;
}
.section-update .swiper {
  width: 61.4583333333vw;
  position: relative;
  margin-bottom: 1.25vw;
}
.section-update .swiper .swiper-slide {
  width: 43.3333333333vw;
  height: 25.2604166667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-update .swiper .swiper-slide {
    height: auto;
  }
}
.section-update .swiper .swiper-slide .section-update__slide-content {
  filter: brightness(0.4);
}
.section-update .swiper .swiper-slide-active .section-update__slide-content {
  filter: brightness(1);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .swiper {
    width: 96vw;
    height: 56vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-update .swiper {
    width: 60vw;
  }
}
.section-update__slide-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.section-update__slide-content img {
  position: relative;
  z-index: 0;
}
.section-update__intro {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 1.0416666667vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update__intro {
    bottom: 2vw;
  }
}
.section-update__intro h3 {
  font-size: 1.3541666667vw;
  line-height: 1.6;
  color: #fada9c;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update__intro h3 {
    font-size: 3vw;
  }
}
.section-update__intro p {
  font-size: 0.8333333333vw;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update__intro p {
    font-size: 2.6vw;
  }
}
.section-update__intro small {
  padding-top: 0.4166666667vw;
  font-size: 0.8333333333vw;
  color: #b7ad6e;
  text-align: center;
  padding-left: 1.0416666667vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4166666667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update__intro small {
    font-size: 2.5vw;
  }
}
.section-update__intro small img {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update__intro small img {
    width: 2.6vw;
    height: 2.6vw;
  }
}
.section-update .cus-swiper-button-prev {
  width: 3.28125vw;
  height: 4.4270833333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(180%, -90%, 0) !important;
  z-index: 30;
  background: transparent url("../images/update-btn-prev@2x.png") no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .cus-swiper-button-prev {
    width: 7.6086956522vw;
    height: 10.2657004831vw;
    left: 50%;
    transform: translate3d(-50%, -390%, 0) rotate(90deg) !important;
  }
}
.section-update .cus-swiper-button-next {
  width: 3.28125vw;
  height: 4.4270833333vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(-180%, -90%, 0) !important;
  z-index: 30;
  background: transparent url("../images/update-btn-next@2x.png") no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .cus-swiper-button-next {
    width: 7.6086956522vw;
    height: 10.2657004831vw;
    right: inherit;
    left: 50%;
    transform: translate3d(-50%, 300%, 0) rotate(90deg) !important;
  }
}
.section-update .cus-swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.section-update .cus-swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 2.5vw 0;
  gap: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .cus-swiper-pagination {
    padding-top: 5vw;
    padding-bottom: 12vw;
  }
}
.section-update .cut-swiper-pagination-bullet {
  padding: 0 1.8229166667vw;
  font-size: 1.3541666667vw;
  color: #fff;
  background-size: 18.4895833333vw auto;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .cut-swiper-pagination-bullet {
    font-size: 2.8985507246vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.section-update .cut-swiper-pagination-bullet span {
  background-image: url("../images/update-text-texture@2x.jpg");
  background-color: transparent;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1458333333vw;
  padding-left: 0.2083333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .cut-swiper-pagination-bullet span {
    font-size: 3.1400966184vw;
    position: relative;
    top: 0.2vw;
  }
}
.section-update .cut-swiper-pagination-bullet span strong {
  font-size: 1.4583333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .cut-swiper-pagination-bullet span strong {
    font-size: 3.8647342995vw;
  }
}
.section-update .cut-swiper-pagination-bullet::before {
  pointer-events: none;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 120%, 0);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url("../images/update-pagination@2x.png") no-repeat center bottom;
  background-size: 18.4895833333vw auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .cut-swiper-pagination-bullet::before {
    background-size: 34.2995169082vw auto;
    transform: translate3d(-50%, 100%, 0);
  }
}
.section-update .cut-swiper-pagination-bullet::after {
  pointer-events: none;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 54.5%, 0);
  position: absolute;
  content: "";
  width: 18.90625vw;
  height: 18.125vw;
  background: transparent url("../images/update-pagination-active@2x.png") no-repeat center bottom;
  background-size: 18.90625vw auto;
  transition: opacity 300ms ease;
  opacity: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update .cut-swiper-pagination-bullet::after {
    width: 43.8405797101vw;
    height: 42.0289855072vw;
    transform: translate3d(-50%, 25%, 0);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-update .cut-swiper-pagination-bullet::after {
    transform: translate3d(-50%, 56%, 0);
  }
}
.section-update .cus-swiper-pagination-bullet-active::after {
  opacity: 1;
}
.section-update__custom-pagination {
  margin: 0 auto;
  width: 5.9895833333vw;
  height: 2.0833333333vw;
  background: transparent url("../images/update-pagination-bg@2x.png") no-repeat center center;
  background-size: auto 1.0416666667vw;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-update__custom-pagination {
    display: none;
  }
}
.section-update__custom-pagination span {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: transparent url("../images/custom-pagination-active@2x.png") no-repeat center top;
  background-size: cover;
  display: block;
  opacity: 0;
  cursor: pointer;
  transition: opacity 300ms ease;
}
.section-update__custom-pagination span.active {
  opacity: 1;
}

.section-heroes {
  position: relative;
  background: #27271b url("../images/heroes-bg-v2.jpg") no-repeat center top;
  background-size: auto 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes {
    background-image: url("../images/heroes-bg-m-v2@1.5x.jpg");
    padding-bottom: 0;
    min-height: calc(var(--vh, 1vh) * 100);
    background-size: 120% auto;
    background-position: center bottom;
  }
}
.section-heroes__content {
  width: 49.7916666667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__content {
    width: 100%;
    transform: translate3d(-50%, -10%, 0);
  }
}
.section-heroes__logo {
  position: absolute;
  width: 32.4479166667vw;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -660%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__logo {
    width: 80vw;
    transform: translate3d(-60%, -760%, 0);
  }
}
.section-heroes__main-title {
  width: 51.3541666667vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  transform: translate3d(0, -230%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__main-title {
    width: 100vw;
    transform: translate3d(0, -330%, 0);
    margin-bottom: 5.3140096618vw;
  }
}
.section-heroes__table {
  width: 37.8645833333vw;
  position: absolute;
  transform: translate3d(-36.5%, -38.2%, 0);
  left: 50%;
  top: 50%;
  z-index: 0;
}
.section-heroes__table img {
  position: relative;
  z-index: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__table {
    width: 80vw;
    transform: translate3d(-50%, -50%, 0);
  }
}
.section-heroes__inner {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate3d(-50%, -39%, 0);
  gap: 2.0833333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__inner {
    gap: 4.8309178744vw;
    transform: translate3d(-50%, -32%, 0);
  }
}
.section-heroes__column {
  display: flex;
  flex-direction: column;
  gap: 1.1458333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__column {
    gap: 2.6570048309vw;
  }
}
.section-heroes__title {
  cursor: pointer;
  width: 12.0833333333vw;
  height: 2.1354166667vw;
  background: transparent url("../images/heroes-title-bg@2x.png") no-repeat center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 900;
  color: #fff;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 300ms ease;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__title {
    width: 28.0193236715vw;
    height: 4.9516908213vw;
    font-size: 2.8985507246vw;
    animation-name: light;
    animation-play-state: running;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
  }
  .section-heroes__title:nth-child(1) {
    animation-delay: 0;
  }
  .section-heroes__title:nth-child(2) {
    animation-delay: 0.3s;
  }
  .section-heroes__title:nth-child(3) {
    animation-delay: 0.6s;
  }
  .section-heroes__title:nth-child(4) {
    animation-delay: 0.9s;
  }
  .section-heroes__title:nth-child(5) {
    animation-delay: 1.2s;
  }
}
.section-heroes__title:hover {
  transform: translate3d(0, 0, 0) scale(1.2);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__title:hover {
    animation-play-state: paused;
  }
}
.section-heroes__text {
  text-align: center;
  color: #ffcf70;
  font-size: 0.6770833333vw;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.88), 0 0 12px rgba(0, 0, 0, 0.88), 0 0 24px rgba(0, 0, 0, 0.88);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__text {
    font-size: 2vw;
  }
}
.section-heroes__footer {
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, 270%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__footer {
    transform: translate3d(-50%, 380%, 0);
  }
}
.section-heroes__btn-check {
  transform: translate3d(0, 0, 0);
  display: block;
  width: 28.1770833333vw;
  height: 5.5208333333vw;
  background: transparent url("../images/heroes-btn-check-v2@2x.png") no-repeat center top;
  background-size: cover;
  margin: 0 auto;
  font-size: 0;
  transform: translate3d(0, 0, 0);
  position: relative;
  transition: transform 300ms ease;
}
.section-heroes__btn-check:hover {
  transform: translate3d(0, 5%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__btn-check {
    width: 65.3381642512vw;
    height: 12.8019323671vw;
    transform: translate3d(0, 0, 0);
  }
  .section-heroes__btn-check:hover {
    transform: translate3d(0, 0, 0);
  }
}
.section-heroes__gift {
  position: absolute;
  width: 54vw;
  left: 50%;
  bottom: 0;
  transform: translate3d(-3%, 130%, 0);
  display: none;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__gift {
    display: block;
  }
}
.section-heroes__cht {
  position: absolute;
  width: 55vw;
  left: 50%;
  bottom: 0;
  transform: translate3d(-90%, 134%, 0);
  display: none;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-heroes__cht {
    display: block;
  }
}

@keyframes scale {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes light {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
.section-battlefield {
  position: relative;
  background: #000 url("../images/battlefield-bg.jpg") no-repeat center top;
  background-size: auto 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield {
    background-image: url("../images/battlefield-bg-m-v2.jpg");
    padding-bottom: 0;
    min-height: calc(var(--vh, 1vh) * 100);
    background-size: 120% auto;
    background-position: center 40%;
  }
}
.section-battlefield__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield__content {
    transform: translate3d(-50%, -50%, 0);
  }
}
.section-battlefield__main-title {
  width: 34.53125vw;
  margin: 0 auto 2.0833333333vw;
  position: relative;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield__main-title {
    width: 90vw;
    margin-bottom: 16vw;
  }
}
.section-battlefield__slider {
  position: relative;
  z-index: 0;
}
.section-battlefield .swiper {
  width: 61.4583333333vw;
  position: relative;
  margin-bottom: 1.25vw;
}
.section-battlefield .swiper .swiper-slide {
  width: 43.3333333333vw;
  height: 25.2604166667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-battlefield .swiper .swiper-slide {
    height: auto;
  }
}
.section-battlefield .swiper .swiper-slide .section-battlefield__slide-content {
  filter: brightness(0.4);
}
.section-battlefield .swiper .swiper-slide-active .section-battlefield__slide-content {
  filter: brightness(1);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .swiper {
    width: 96vw;
    height: 56vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-battlefield .swiper {
    width: 60vw;
  }
}
.section-battlefield__slide-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.section-battlefield__slide-content img {
  position: relative;
  z-index: 0;
}
.section-battlefield__intro {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 1.0416666667vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield__intro {
    bottom: 2vw;
  }
}
.section-battlefield__intro h3 {
  font-size: 1.3541666667vw;
  line-height: 1.6;
  color: #fada9c;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield__intro h3 {
    font-size: 3vw;
  }
}
.section-battlefield__intro p {
  font-size: 0.8333333333vw;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield__intro p {
    font-size: 2.6vw;
  }
}
.section-battlefield__intro small {
  padding-top: 0.4166666667vw;
  font-size: 0.8333333333vw;
  color: #b7ad6e;
  text-align: center;
  padding-left: 1.0416666667vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4166666667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield__intro small {
    font-size: 2.5vw;
  }
}
.section-battlefield__intro small img {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield__intro small img {
    width: 2.6vw;
    height: 2.6vw;
  }
}
.section-battlefield .battlefield-swiper-button-prev {
  width: 3.28125vw;
  height: 4.4270833333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(180%, -90%, 0) !important;
  z-index: 30;
  background: transparent url("../images/update-btn-prev@2x.png") no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .battlefield-swiper-button-prev {
    width: 7.6086956522vw;
    height: 10.2657004831vw;
    left: 50%;
    transform: translate3d(-50%, -380%, 0) rotate(90deg) !important;
  }
}
.section-battlefield .battlefield-swiper-button-next {
  width: 3.28125vw;
  height: 4.4270833333vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(-180%, -90%, 0) !important;
  z-index: 30;
  background: transparent url("../images/update-btn-next@2x.png") no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .battlefield-swiper-button-next {
    width: 7.6086956522vw;
    height: 10.2657004831vw;
    right: inherit;
    left: 50%;
    transform: translate3d(-50%, 300%, 0) rotate(90deg) !important;
  }
}
.section-battlefield .battlefield-swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.section-battlefield .battlefield-swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 2.5vw 0;
  gap: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .battlefield-swiper-pagination {
    padding-top: 5vw;
    padding-bottom: 12vw;
  }
}
.section-battlefield .battlefield-swiper-pagination-bullet {
  padding: 0 1.8229166667vw;
  font-size: 1.3541666667vw;
  color: #fff;
  background-size: 18.4895833333vw auto;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .battlefield-swiper-pagination-bullet {
    font-size: 2.8985507246vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.section-battlefield .battlefield-swiper-pagination-bullet span {
  background-image: url("../images/update-text-texture@2x.jpg");
  background-color: transparent;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1458333333vw;
  padding-left: 0.2083333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .battlefield-swiper-pagination-bullet span {
    font-size: 3.1400966184vw;
    position: relative;
    top: 0.2vw;
  }
}
.section-battlefield .battlefield-swiper-pagination-bullet span strong {
  font-size: 1.4583333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .battlefield-swiper-pagination-bullet span strong {
    font-size: 3.8647342995vw;
  }
}
.section-battlefield .battlefield-swiper-pagination-bullet::before {
  pointer-events: none;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 120%, 0);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url("../images/update-pagination@2x.png") no-repeat center bottom;
  background-size: 18.4895833333vw auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .battlefield-swiper-pagination-bullet::before {
    background-size: 34.2995169082vw auto;
    transform: translate3d(-50%, 100%, 0);
  }
}
.section-battlefield .battlefield-swiper-pagination-bullet::after {
  pointer-events: none;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 54.5%, 0);
  position: absolute;
  content: "";
  width: 18.90625vw;
  height: 18.125vw;
  background: transparent url("../images/update-pagination-active@2x.png") no-repeat center bottom;
  background-size: 18.90625vw auto;
  transition: opacity 300ms ease;
  opacity: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield .battlefield-swiper-pagination-bullet::after {
    width: 43.8405797101vw;
    height: 42.0289855072vw;
    transform: translate3d(-50%, 25%, 0);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-battlefield .battlefield-swiper-pagination-bullet::after {
    transform: translate3d(-50%, 56%, 0);
  }
}
.section-battlefield .battlefield-swiper-pagination-bullet-active::after {
  opacity: 1;
}
.section-battlefield__custom-pagination {
  margin: 0 auto;
  width: 13.90625vw;
  height: 2.0833333333vw;
  background: transparent url("../images/custom-pagination-bg@2x.png") no-repeat center center;
  background-size: auto 1.0416666667vw;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-battlefield__custom-pagination {
    display: none;
  }
}
.section-battlefield__custom-pagination span {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: transparent url("../images/custom-pagination-active@2x.png") no-repeat center top;
  background-size: cover;
  display: block;
  opacity: 0;
  cursor: pointer;
  transition: opacity 300ms ease;
}
.section-battlefield__custom-pagination span.active {
  opacity: 1;
}

.section-skill {
  position: relative;
  background: #000 url("../images/skill-bg.jpg") no-repeat center top;
  background-size: auto 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
.section-skill::after {
  display: none;
  width: 100%;
  height: 40vw;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill::after {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill {
    background-image: url("../images/skill-bg-m-v2.jpg");
    padding-bottom: 0;
    min-height: calc(var(--vh, 1vh) * 100);
    background-size: 120% auto;
  }
}
.section-skill__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__content {
    transform: translate3d(-50%, -75%, 0);
  }
}
.section-skill__main-title {
  width: 34.53125vw;
  margin: 0 auto 2.0833333333vw;
  position: relative;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__main-title {
    width: 100vw;
    margin-bottom: 16vw;
  }
}
.section-skill__slider {
  position: relative;
  z-index: 0;
}
.section-skill .swiper {
  width: 61.4583333333vw;
  position: relative;
  margin-bottom: 1.25vw;
}
.section-skill .swiper .swiper-slide {
  width: 43.3333333333vw;
  height: 25.2604166667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-skill .swiper .swiper-slide {
    height: auto;
  }
}
.section-skill .swiper .swiper-slide .section-skill__slide-content {
  filter: brightness(0.4);
}
.section-skill .swiper .swiper-slide-active .section-skill__slide-content {
  filter: brightness(1);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .swiper {
    width: 96vw;
    height: 56vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-skill .swiper {
    width: 60vw;
  }
}
.section-skill__slide-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.section-skill__slide-content img {
  position: relative;
  z-index: 0;
}
.section-skill__intro {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 1.0416666667vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__intro {
    bottom: 2vw;
  }
}
.section-skill__intro h3 {
  font-size: 1.3541666667vw;
  line-height: 1.6;
  color: #fada9c;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__intro h3 {
    font-size: 3vw;
  }
}
.section-skill__intro p {
  font-size: 0.8333333333vw;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__intro p {
    font-size: 2.6vw;
  }
}
.section-skill__intro small {
  width: 100%;
  display: block;
  padding-top: 0.625vw;
  font-size: 0.7291666667vw;
  color: #fff;
  text-align: center;
  position: relative;
}
.section-skill__intro small::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -78%, 0);
  width: 21.4583333333vw;
  height: 1.5625vw;
  background: transparent url("../images/skill-title-bg@2x.png") no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__intro small::before {
    width: 49.7584541063vw;
    height: 3.6231884058vw;
    transform: translate3d(-50%, -95%, 0);
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__intro small {
    padding-top: 1.4492753623vw;
    font-size: 2.5vw;
  }
}
.section-skill .skill-swiper-button-prev {
  width: 3.28125vw;
  height: 4.4270833333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(180%, -90%, 0) !important;
  z-index: 30;
  background: transparent url("../images/update-btn-prev@2x.png") no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .skill-swiper-button-prev {
    width: 7.6086956522vw;
    height: 10.2657004831vw;
    left: 50%;
    transform: translate3d(-50%, -380%, 0) rotate(90deg) !important;
  }
}
.section-skill .skill-swiper-button-next {
  width: 3.28125vw;
  height: 4.4270833333vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(-180%, -90%, 0) !important;
  z-index: 30;
  background: transparent url("../images/update-btn-next@2x.png") no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .skill-swiper-button-next {
    width: 7.6086956522vw;
    height: 10.2657004831vw;
    right: inherit;
    left: 50%;
    transform: translate3d(-50%, 300%, 0) rotate(90deg) !important;
  }
}
.section-skill .skill-swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.section-skill .skill-swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 2.5vw 0;
  gap: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .skill-swiper-pagination {
    padding-top: 5vw;
    padding-bottom: 12vw;
  }
}
.section-skill .skill-swiper-pagination-bullet {
  padding: 0 1.8229166667vw;
  font-size: 1.3541666667vw;
  color: #fff;
  background-size: 18.4895833333vw auto;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .skill-swiper-pagination-bullet {
    font-size: 2.8985507246vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.section-skill .skill-swiper-pagination-bullet span {
  background-image: url("../images/update-text-texture@2x.jpg");
  background-color: transparent;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1458333333vw;
  padding-left: 0.2083333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .skill-swiper-pagination-bullet span {
    font-size: 3.1400966184vw;
    position: relative;
    top: 0.2vw;
  }
}
.section-skill .skill-swiper-pagination-bullet span strong {
  font-size: 1.4583333333vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .skill-swiper-pagination-bullet span strong {
    font-size: 3.8647342995vw;
  }
}
.section-skill .skill-swiper-pagination-bullet::before {
  pointer-events: none;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 120%, 0);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url("../images/update-pagination@2x.png") no-repeat center bottom;
  background-size: 18.4895833333vw auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .skill-swiper-pagination-bullet::before {
    background-size: 34.2995169082vw auto;
    transform: translate3d(-50%, 100%, 0);
  }
}
.section-skill .skill-swiper-pagination-bullet::after {
  pointer-events: none;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 54.5%, 0);
  position: absolute;
  content: "";
  width: 18.90625vw;
  height: 18.125vw;
  background: transparent url("../images/update-pagination-active@2x.png") no-repeat center bottom;
  background-size: 18.90625vw auto;
  transition: opacity 300ms ease;
  opacity: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill .skill-swiper-pagination-bullet::after {
    width: 43.8405797101vw;
    height: 42.0289855072vw;
    transform: translate3d(-50%, 25%, 0);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .section-skill .skill-swiper-pagination-bullet::after {
    transform: translate3d(-50%, 56%, 0);
  }
}
.section-skill .skill-swiper-pagination-bullet-active::after {
  opacity: 1;
}
.section-skill__custom-pagination {
  margin: 0 auto;
  width: 17.8645833333vw;
  height: 2.0833333333vw;
  background: transparent url("../images/skill-pagination-bg@2x.png") no-repeat center center;
  background-size: auto 1.0416666667vw;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__custom-pagination {
    display: none;
  }
}
.section-skill__custom-pagination span {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: transparent url("../images/custom-pagination-active@2x.png") no-repeat center top;
  background-size: cover;
  display: block;
  opacity: 0;
  cursor: pointer;
  transition: opacity 300ms ease;
}
.section-skill__custom-pagination span.active {
  opacity: 1;
}
.section-skill__cht-1 {
  width: 42.7083333333vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-128%, 0, 0);
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__cht-1 {
    width: 88vw;
    transform: translate3d(-90%, 0, 0);
  }
}
.section-skill__cht-2 {
  width: 32.2916666667vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(43%, 0, 0);
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-skill__cht-2 {
    width: 80vw;
    transform: translate3d(0, 0, 0);
  }
}

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.popup.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 160;
}
.popup.popup-form {
  z-index: 155 !important;
}
.popup__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__overlay.scroll {
  overflow-y: scroll;
  min-height: 100%;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  align-items: flex-start;
}
@media (min-width: 0) and (max-width: 768px) {
  .popup__overlay.scroll {
    align-items: center;
  }
}
.popup__overlay.scroll > * {
  scrollbar-width: thin;
  scrollbar-color: #e6c899 #000000;
}
.popup__overlay.scroll::-webkit-scrollbar {
  width: 4px;
}
.popup__overlay.scroll::-webkit-scrollbar-track {
  background: #000000;
}
.popup__overlay.scroll::-webkit-scrollbar-thumb {
  background-color: #e6c899;
  border-radius: 11px;
}
.popup__content {
  position: relative;
}
.popup__video-container {
  width: 50.671875vw;
  aspect-ratio: 16/9;
  position: relative;
}
@media (min-width: 0) and (max-width: 768px) {
  .popup__video-container {
    width: 90vw;
  }
}
.popup__video-container iframe {
  width: 99%;
  height: 99%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  background-color: #000;
}
.popup__frame {
  background: transparent url("../images/video-frame@2x.png") no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.popup__btn-close {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: transparent url("../images/video-btn-close@2x.png") no-repeat 0 0;
  background-size: cover;
  right: -2.2916666667vw;
  top: 0;
  position: absolute;
  border: 0;
  padding: 0;
  font-size: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .popup__btn-close {
    width: 7vw;
    height: 7vw;
    right: inherit;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: inherit;
    bottom: -12vw;
  }
}
.popup__btn-close-terms {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  background: transparent url("../images/privacy-btn-close@2x.png") no-repeat 0 0;
  background-size: cover;
  right: 1.8229166667vw;
  top: 1.8229166667vw;
  position: absolute;
  border: 0;
  padding: 0;
  font-size: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .popup__btn-close-terms {
    width: 5vw;
    height: 5vw;
    right: 4.6376811594vw;
    top: 4.6376811594vw;
  }
}

.loading {
  position: fixed;
  z-index: 200;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 1000ms ease-in-out;
  gap: 1.6rem;
}
.loading.loaded {
  opacity: 0;
  pointer-events: none;
}
.loading p {
  font-size: var(--font-size-xs);
  color: #f8edbb;
  z-index: 10;
  text-shadow: 0 0 1rem #fff;
}

.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  color: #f8edbb;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #9c6a13;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
.section-event {
  position: relative;
  background: #000 url("../images/event-bg.jpg") no-repeat center top;
  background-size: auto 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-event {
    background-image: url("../images/event-bg-m-v2.jpg");
    padding-bottom: 0;
    min-height: calc(var(--vh, 1vh) * 100);
    background-size: 100% auto;
  }
}
.section-event__content {
  width: 49.7916666667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-event__content {
    width: 100%;
    transform: translate3d(-50%, -140%, 0);
  }
}
.section-event__main-title {
  width: 41.7708333333vw;
  margin: 0 auto 1.25vw;
  position: relative;
  z-index: 10;
  padding-bottom: 26.0416666667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-event__main-title {
    width: 100vw;
    padding-bottom: 24.154589372vw;
  }
}
.section-event__item-wrap {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -36%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-event__item-wrap {
    flex-direction: column;
    transform: translate3d(-50%, -1%, 0);
  }
}
.section-event__item {
  width: 23.6979166667vw;
}
@media (min-width: 0) and (max-width: 768px) {
  .section-event__item {
    width: 48vw;
  }
}
.section-event__text {
  text-align: center;
  color: #ffcf70;
  font-size: 0.6770833333vw;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.88), 0 0 12px rgba(0, 0, 0, 0.88), 0 0 24px rgba(0, 0, 0, 0.88);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-event__text {
    font-size: 2vw;
  }
}
.section-event__footer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, 140%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-event__footer {
    transform: translate3d(-50%, 60%, 0);
  }
}
.section-event__btn-event {
  width: 28.1770833333vw;
  height: 5.5208333333vw;
  background: transparent url("../images/event-btn-event-v2@2x.png") no-repeat center bottom;
  background-size: auto 100%;
  display: flex;
  margin: 3.125vw auto 0;
  border: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  z-index: 10;
  transition: transform 300ms ease;
}
.section-event__btn-event:hover {
  transform: translate3d(0, 5%, 0);
}
@media (min-width: 0) and (max-width: 768px) {
  .section-event__btn-event {
    width: 65.3381642512vw;
    height: 12.8019323671vw;
    margin-top: 60.38647343vw;
  }
  .section-event__btn-event:hover {
    transform: translate3d(0, 0, 0);
  }
}
/*# sourceMappingURL=app.css.map */
