@charset "UTF-8";
@font-face {
  font-family: "NotoSans-Bold";
  src: local(☺), url("/metaverse/static/font/NotoSans-Bold.woff2") format("woff2"), url("/metaverse/static/font/NotoSans-Bold.woff") format("woff"); /* IE 9+, 모던 브라우저 */
}
@font-face {
  font-family: "NotoSans-Regular";
  src: local(☺), url("/metaverse/static/font/NotoSans-Regular.woff2") format("woff2"), url("/metaverse/static/font/NotoSans-Regular.woff") format("woff"); /* IE 9+, 모던 브라우저 */
}
@font-face {
  font-family: "Gilroy-UltraLight";
  src: local(☺), url("/metaverse/static/font/Gilroy-UltraLight.woff") format("woff"); /* IE 9+, 모던 브라우저 */
}
@font-face {
  font-family: "Gilroy-Regular";
  src: local(☺), url("/metaverse/static/font/Gilroy-Regular.woff") format("woff"); /* IE 9+, 모던 브라우저 */
}
@font-face {
  font-family: "Gilroy-Medium";
  src: local(☺), url("/metaverse/static/font/Gilroy-Medium.woff") format("woff"); /* IE 9+, 모던 브라우저 */
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: local(☺), url("/metaverse/static/font/Gilroy-SemiBold.woff") format("woff"); /* IE 9+, 모던 브라우저 */
}
@font-face {
  font-family: "Gilroy-bold";
  src: local(☺), url("/metaverse/static/font/Gilroy-Bold.woff") format("woff"); /* IE 9+, 모던 브라우저 */
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: local(☺), url("/metaverse/static/font/Gilroy-ExtraBold.woff") format("woff"); /* IE 9+, 모던 브라우저 */
}
.fonts-load {
  visibility: hidden;
}

.fonts-loaded .fonts-load {
  visibility: visible;
}

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

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 10px;
  font-weight: 400;
  font-family: "Malgun Gothic", "맑은 고딕", Dotum, "돋움", arial, verdana, sans-serif;
  line-height: 1.15;
  word-break: keep-all;
  word-wrap: break-word;
  letter-spacing: 0;
}

@media (max-width: 374px) {
  html {
    font-size: calc(7px + 10 * ((100vw - 280px) / 374));
  }
}
@media (min-width: 375px) and (max-width: 750px) {
  html {
    font-size: calc(10px + 20 * ((100vw - 375px) / 750));
  }
}
@media (min-width: 751px) and (max-width: 1023px) {
  html {
    font-size: calc(10px + 13 * ((100vw - 751px) / 1023));
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  html {
    font-size: calc(10px + 12 * ((100vw - 1024px) / 1279));
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background-color: #ffffff;
}

img {
  border: 0;
  border-style: none;
}

button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

button, input, select, optgroup, textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

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

fieldset {
  border: 0;
}

legend {
  color: #000;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

caption, hr, legend {
  width: 0px;
  height: 0px;
  font-size: 1px;
  text-indent: -9999em;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:visited span {
  border: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Text-level semantics
  ========================================================================== */
/*
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 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;
}

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

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

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

/* Misc
  ========================================================================== */
/*
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/*
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
    Print styles.
    Inlined to avoid the additional HTTP request:
    http://www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
/*! common */
.clfix:after, .clfix:before {
  display: table;
  line-height: 0;
  content: "";
}

.clfix:after {
  clear: both;
}

.hide-txt {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media (max-width: 1024px) {
  a .hide-txt {
    font-size: 0;
  }
}
a:before {
  content: "　";
  position: absolute;
  font-size: 0;
}

[tabindex="-1"]:focus {
  outline: 0;
}

/*! 반응형 미지원 컨텐츠의 모바일 화면시 가림막 소스 */
.mobile-mode-dimm-container {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-mode-dimm-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow: hidden;
    text-align: center;
    z-index: 1000;
    background: #000;
    opacity: 1;
  }
  .mobile-mode-dimm-container .mobile-mode-box {
    position: relative;
    padding: 20px;
    padding: 2rem;
    margin: 0px 40px;
    margin: 0rem 4rem;
    background: #fff;
    border-radius: 10px;
    border-radius: 1rem;
    border: 2px solid blue;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/*! skipnav */
.skipnav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 0;
  line-height: 1;
}

.skipnav a {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.skipnav a:active, .skipnav a:focus, .skipnav a:hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 19px;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #c4d7ea;
  background: #2b6cb0;
  color: #fff;
  font-weight: 700;
  font-size: 1.333em;
  text-align: center;
  line-height: 100%;
}

/*! Browser Upgrade Prompt */
.browserupgrade {
  margin: 0.2em 0;
  padding: 0.2em 0;
  background: #ccc;
  color: #000;
  font-size: 1px;
}

.browserupgrade strong {
  color: #000;
  font-weight: 700;
}

.browserupgrade a {
  color: #8d0080;
  font-weight: 700;
  text-decoration: underline;
}

/*! dimm */
.dimm {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #000;
  opacity: 0.6;
}

.dimm img {
  display: block;
}

/*! 공통 레이아웃 속성 */
html, body {
  min-height: 100%;
}

/*! 아이콘 공통 속성 */
[class^=ico-] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-content {
  width: 100%;
  position: fixed;
  background: transparent;
  z-index: 5;
}

.gnb-dim {
  width: 100%;
  height: 300px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.ux-split-word {
  display: flex;
}

.ux-to-red {
  color: rgba(255, 255, 255, 0);
}

.ux-to-white {
  color: rgba(255, 0, 0, 0);
}

.ux-icon-scrollDown {
  width: 15px;
  height: 120px;
  position: fixed;
  right: 77px;
  bottom: 64px;
  z-index: 5;
  font-size: 14px;
  font-family: "Gilroy-Medium";
  opacity: 0;
}
.ux-icon-scrollDown p {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #ffffff;
}
.ux-icon-scrollDown p::after {
  content: "";
  width: 100%;
  height: 31px;
  position: absolute;
  margin-top: 11px;
  background: url(/metaverse/static/img/common/ico-arrow-scrolldown.svg) center no-repeat;
  -webkit-animation: scroll-arrow 1.5s infinite ease-in-out;
          animation: scroll-arrow 1.5s infinite ease-in-out;
}
@-webkit-keyframes scroll-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.ico {
  display: inline-flex;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.ico-sns-youtube {
  width: 35px;
  height: 26px;
  background-image: url("/metaverse/static/img/common/ico_sns_youtube.svg");
}

.ico-sns-instagram {
  width: 28px;
  height: 28px;
  background-image: url("/metaverse/static/img/common/ico_sns_instagram.svg");
}

.ico-sns-facebook {
  width: 13px;
  height: 25px;
  background-image: url("/metaverse/static/img/common/ico_sns_facebook.svg");
}

.ico-sns-naver {
  width: 32px;
  height: 32px;
  background-image: url("/metaverse/static/img/common/ico_sns_naver.svg");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSans-Regular", sans-serif;
  color: #ffffff;
  background-color: #111;
}

.breadcrumbs {
  position: absolute;
  top: 177px;
  left: 77px;
  z-index: 1;
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Gilroy-Medium";
  display: none;
}
.breadcrumbs > a {
  padding-right: 16px;
  margin-right: 12px;
  background: url("/metaverse/static/img/common/ico_arrow_breadcrumbs.svg") no-repeat 100% 5px;
  background-size: 6px auto;
  color: rgba(255, 255, 255, 0.5);
}

#container > .hgroup {
  height: 100vh;
}

.header-content {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 77px;
  color: #ffffff;
}
.header-content > h1 {
  margin-right: auto;
}
.header-content > h1 .logo-site {
  display: block;
  width: 310px;
  height: 20px;
  background: url("/metaverse/static/img/common/logo_etribe_world.svg") no-repeat 0 50%;
  background-size: 100% auto;
}
.header-content > nav > ul {
  display: flex;
  align-items: center;
  font-family: "Gilroy-bold", sans-serif;
  font-size: 16px;
}
.header-content > nav > ul li {
  margin-left: 40px;
}
.header-content > nav > ul a {
  display: block;
}
.header-content > nav > ul a span {
  display: block;
  padding: 7px 0;
  -webkit-transform: skew(0);
          transform: skew(0);
  transition: -webkit-transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out, -webkit-transform 0.05s ease-out;
  position: relative;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-content > nav > ul a span::after {
  content: "";
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  width: 0;
  top: 16px;
  left: -4px;
  transition: width 0.2s ease-out;
}
.header-content > nav > ul a:hover span {
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.header-content > nav > ul a:hover span::after {
  width: calc(100% + 8px);
}
.header-content .etribe-website {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  margin-left: 70px;
  border-radius: 30px;
  font-family: "Gilroy-Medium";
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.header-content .etribe-website .ico-enter {
  background: url("/metaverse/static/img/common/ico_etribe_website_goto.svg") no-repeat center;
  width: 16px;
  height: 12px;
  margin-left: 12px;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.header-content .etribe-website .txt {
  position: relative;
  z-index: 2;
}
.header-content .etribe-website .circle {
  width: 80px;
  height: 80px;
  background-color: rgb(255, 0, 0);
  box-shadow: 0 0 50px 50px rgb(255, 0, 0);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.2s ease-out, left 0.2s ease-out;
  transition: transform 0.4s ease-in-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.4s ease-in-out;
}
.header-content .etribe-website .circle.active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  transition: top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.2s ease-out, left 0.2s ease-out;
  transition: transform 0.4s ease-in-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.4s ease-in-out;
  opacity: 1;
}

.page-title {
  font-weight: 700;
  font-size: 220px;
  font-family: "Gilroy-ExtraBold", sans-serif;
}

#footer {
  padding: 0 77px;
}
#footer .footer-information {
  position: relative;
  display: flex;
  height: 540px;
  padding-top: 105px;
}
#footer .footer-information .btn-page-goto {
  position: absolute;
  top: -57px;
  right: -45px;
  z-index: 9;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.35) url("/metaverse/static/img/common/ico_arrow_top.svg") no-repeat 50% 50%;
  background-size: 11px auto;
}
#footer .footer-information .lets-connect {
  margin-right: auto;
}
#footer .footer-information .lets-connect > h2 {
  width: 578px;
  height: 97px;
  margin-bottom: 25px;
  font-size: max(76px, min(5vw, 94px));
  font-family: "Gilroy-bold";
}
#footer .footer-information .lets-connect > h2 > a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
#footer .footer-information .lets-connect > h2 > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 20px;
  height: 20px;
  background: url("/metaverse/static/img/common/ico_new_window_02.svg") no-repeat 100% 0%;
  background-size: 20px auto;
  -webkit-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.39, 0.57, 0.53, 1.27), -webkit-transform 0.2s cubic-bezier(0.39, 0.57, 0.53, 1.27);
  transition: transform 0.2s cubic-bezier(0.39, 0.57, 0.53, 1.27), opacity 0.3s cubic-bezier(0.39, 0.57, 0.53, 1.27);
  transition: transform 0.2s cubic-bezier(0.39, 0.57, 0.53, 1.27), opacity 0.3s cubic-bezier(0.39, 0.57, 0.53, 1.27), -webkit-transform 0.2s cubic-bezier(0.39, 0.57, 0.53, 1.27);
}
#footer .footer-information .lets-connect > h2 > a.active::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
#footer .footer-information .lets-connect > h2 > a:hover::before {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
#footer .footer-information .lets-connect > ul {
  display: flex;
}
#footer .footer-information .lets-connect > ul li {
  margin-right: 70px;
}
#footer .footer-information .lets-connect > ul li a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
}
#footer .footer-information .lets-connect > ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 11px;
  height: 11px;
  background: url("/metaverse/static/img/common/ico_new_window.svg") no-repeat 100% 50%;
  background-size: 11px auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#footer .footer-information .contact-info {
  padding-top: 29px;
  font-size: 18px;
}
#footer .footer-information .contact-info .contact-us {
  margin-bottom: 68px;
}
#footer .footer-information .contact-info .contact-us > li {
  font-family: "Gilroy-SemiBold", sans-serif;
}
#footer .footer-information .contact-info .contact-us > li:not(:first-child) {
  margin-top: 26px;
}
#footer .footer-information .company-address {
  padding-top: 29px;
  margin-right: 40px;
  margin-left: 223px;
  font-size: 16px;
}
#footer .footer-information .company-address .company-name {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}
#footer .footer-information .company-address .etc-link {
  display: flex;
  margin-top: 33px;
}
#footer .footer-information .company-address .etc-link a {
  display: inline-flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  margin-right: 30px;
  font-size: 16px;
  opacity: 0.5;
}
#footer .footer-information .company-etribe {
  position: absolute;
  right: 0;
  bottom: 36px;
  display: flex;
  align-items: flex-end;
}
#footer .footer-information .company-etribe dt {
  margin-bottom: -3px;
  font-size: 14px;
  text-align: right;
  color: #FFFFFF;
  line-height: 1.6;
}
#footer .footer-information .company-etribe dt > span {
  font-family: "Gilroy-bold";
}
#footer .footer-information .company-etribe dd {
  width: 70px;
  height: 70px;
  margin-left: 20px;
  background: url("/metaverse/static/img/common/qrcode_etribe_goto.png") no-repeat 0 0;
}
#footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 123px;
  padding-top: 10px;
  border-top: 1px solid #ffffff;
}
#footer .footer-content .logo-site {
  width: 310px;
  height: 20px;
  background: url("/metaverse/static/img/common/logo_etribe_world_footer.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#footer .footer-content .sns-links {
  display: flex;
  align-items: center;
}
#footer .footer-content .sns-links > li {
  margin-left: 32px;
}

/**
 * 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;
  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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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;
  -webkit-transform: translateZ(0);
          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-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next:after, .swiper-button-prev: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;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          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;
  -moz-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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

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

.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%;
  -webkit-transform: translateX(-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: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

.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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.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;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  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;
  -webkit-filter: blur(50px);
          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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  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: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

:root {
  --main-color: #FF0000;
}

body {
  overflow-x: hidden;
}

.main .ux-icon-scrollDown {
  opacity: 1;
}
.main .main-inner {
  max-width: 970px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .main .main-inner {
    max-width: 800px;
  }
}
.main .header-content {
  background: transparent;
}
.main .hidden {
  display: none;
}
.main .main-explanation {
  position: relative;
  padding: 0 77px;
}
.main .main-explanation .page-bar {
  position: fixed;
  top: 50%;
  right: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  font-family: "NotoSans-Bold";
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s;
  opacity: 0;
}
.main .main-explanation .page-bar .currN {
  color: var(--main-color);
}
.main .main-explanation .page-bar .progressBar {
  width: 230px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 12px 0;
}
.main .main-explanation .page-bar .progressBar::-webkit-progress-value {
  background-color: var(--main-color);
  color: var(--main-color);
}
.main .main-explanation .page-bar .progressBar::-moz-progress-bar {
  background-color: var(--main-color);
  color: var(--main-color);
}
.main .main-explanation .page-bar.absolute {
  opacity: 1;
}
.main .main-explanation .explanation .contents .ux-tgroup {
  position: relative;
}
.main .main-explanation .explanation .contents .txt-title {
  font-size: max(80px, min(8vw, 124px));
  font-family: "Gilroy-UltraLight";
  line-height: 1;
  color: var(--main-color);
}
.main .main-explanation .explanation .contents .txt-title span {
  font-family: "Gilroy-ExtraBold";
}
.main .main-explanation .explanation .contents .txt-title .text-wrap {
  display: flex;
}
.main .main-explanation .explanation .contents .txt-sub {
  font-size: max(26px, min(2.5vw, 36px));
  font-weight: 500;
  font-family: "NotoSans-Regular";
  line-height: 2.2;
  color: #fff;
}
.main .main-explanation .explanation .big-wave {
  padding: 300px 0 0;
}
.main .main-explanation .explanation .big-wave .txt-sub {
  margin: 102px auto 0;
}
.main .main-explanation .explanation .evolution {
  padding: 357px 0 0;
}
.main .main-explanation .explanation .evolution h2 {
  display: inline;
}
.main .main-explanation .explanation .evolution h2 div:last-child {
  float: left;
}
.main .main-explanation .explanation .evolution .txt-sub {
  margin: 79px 0 0;
}
.main .main-explanation .explanation .beyond {
  padding-top: 357px;
  margin: 0 auto;
  text-align: center;
}
.main .main-explanation .explanation .beyond .ux-split-word {
  justify-content: center;
}
.main .main-explanation .explanation .beyond .txt-sub {
  margin: 107px 0 0;
}
.main .main-explanation .bg {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.main .main-explanation .bg .ball01-wrap {
  width: max(350px, min(30vw, 492px));
  position: absolute;
  top: 716px;
  left: -195px;
}
.main .main-explanation .bg .ball01-wrap .ball01 {
  max-width: 100%;
  -webkit-animation: levitating-main-ball01 8s infinite ease-in-out;
          animation: levitating-main-ball01 8s infinite ease-in-out;
}
.main .main-explanation .bg .ball02-wrap {
  width: max(400px, min(35vw, 503px));
  position: absolute;
  top: 172px;
  right: -191px;
}
.main .main-explanation .bg .ball02-wrap .ball02 {
  max-width: 100%;
  -webkit-animation: levitating-main-ball02 9s infinite ease-in-out;
          animation: levitating-main-ball02 9s infinite ease-in-out;
}
.main .main-explanation .bg .ball03-wrap {
  width: max(300px, min(35vw, 598px));
  position: absolute;
  top: 1380px;
  right: 5%;
}
.main .main-explanation .bg .ball03-wrap .ball03 {
  max-width: 100%;
  -webkit-animation: levitating-main-ball03 6.5s infinite ease-in-out;
          animation: levitating-main-ball03 6.5s infinite ease-in-out;
}
.main .main-explanation .bg .ball04-wrap {
  width: max(500px, min(45vw, 949px));
  position: absolute;
  top: 1780px;
  left: -150px;
}
.main .main-explanation .bg .ball04-wrap .ball04-img {
  -webkit-animation: levitating-main-ball0401 7s infinite forwards ease-in-out;
          animation: levitating-main-ball0401 7s infinite forwards ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.main .main-explanation .bg .ball04-wrap .ball04 {
  max-width: 100%;
  -webkit-animation: levitating-main-ball0402 7s infinite forwards ease-in-out;
          animation: levitating-main-ball0402 7s infinite forwards ease-in-out;
}
.main .main-explanation .bg .img-donut {
  position: absolute;
  width: max(480px, min(35vw, 628px));
  top: 173px;
  left: 45%;
  z-index: 2;
  margin: 0 auto;
  -webkit-perspective: 1600px;
          perspective: 1600px;
  transition: opacity 0.2s;
}
.main .main-explanation .bg .img-donut .donut {
  max-width: 100%;
  -webkit-animation: levitating-main-donut02 5s infinite forwards ease-in-out;
          animation: levitating-main-donut02 5s infinite forwards ease-in-out;
}
.main .main-explanation .bg .img-donut .donut-wrap {
  -webkit-animation: levitating-main-donut01 7s infinite forwards ease-in-out;
          animation: levitating-main-donut01 7s infinite forwards ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.main .main-explanation .bg .img-donut .shadow {
  max-width: 100%;
  position: absolute;
  bottom: -45%;
  left: 150px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.main .main-awards {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main-awards .tgroup {
  position: relative;
}
.main .main-awards .tgroup .highlight {
  display: flex;
  color: rgba(255, 0, 0, 0);
}
.main .main-awards .tgroup .highlight .ux-split-award {
  font-family: "Gilroy-ExtraBold";
  font-size: 240px;
}
.main .main-awards .tgroup .sub-text {
  height: 32px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  color: rgba(255, 0, 0, 0);
  font-size: 20px;
  font-family: "NotoSans-Regular";
}
.main .main-awards-list {
  padding-top: 100px;
  padding-bottom: 440px;
}
.main .main-awards-list .awards-wrap {
  display: flex;
  justify-content: space-between;
}
.main .main-awards-list .awards-wrap .slide-wrap {
  width: 60%;
  position: relative;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 331px);
  display: flex;
  justify-content: center;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .wrap-bg {
  width: 573px;
  height: 662px;
  -webkit-clip-path: url(#flag);
          clip-path: url(#flag);
  opacity: 0.2;
  overflow: hidden;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .wrap-bg .bg-move {
  -webkit-transform: translate(-200px, -381px) rotateZ(0deg);
          transform: translate(-200px, -381px) rotateZ(0deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-animation: levitating-main-flag01 7s infinite forwards ease-in-out;
          animation: levitating-main-flag01 7s infinite forwards ease-in-out;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .wrap-bg .bg-move img:nth-child(1) {
  -webkit-animation: levitating-main-flag02 9s infinite forwards ease-in-out;
          animation: levitating-main-flag02 9s infinite forwards ease-in-out;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .slide-contents {
  height: 82.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-align: center;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .slide-contents > img {
  width: 52px;
  -webkit-animation: light 3s infinite;
          animation: light 3s infinite;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .slide-contents strong {
  margin-top: 12px;
  font-size: max(28px, min(3vw, 40px));
  font-family: "Gilroy-bold";
  -webkit-animation: light 3s infinite;
          animation: light 3s infinite;
}
@-webkit-keyframes light {
  50% {
    -webkit-filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.7));
            filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.7));
  }
}
@keyframes light {
  50% {
    -webkit-filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.7));
            filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.7));
  }
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .slide-contents h2 {
  margin-top: 68px;
  font-size: max(64px, min(5vw, 80px));
  font-family: "NotoSans-Bold";
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .slide-contents p {
  font-size: max(16px, min(1.5vw, 24px));
  margin-top: 32px;
  line-height: 1.45;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-arrow {
  width: 180px;
  position: absolute;
  display: flex;
  top: 82.5%;
  left: 10px;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-arrow {
    top: 77.5%;
  }
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-arrow .swiper-button-next {
  pointer-events: none;
  background: url(/metaverse/static/img/main/icon-main-award-arrow-next.svg) no-repeat;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-arrow .swiper-button-next::after {
  content: "";
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-arrow .swiper-button-prev {
  pointer-events: none;
  background: url(/metaverse/static/img/main/icon-main-award-arrow-prev.svg) no-repeat;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-arrow .swiper-button-prev::after {
  content: "";
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-pagination {
  top: 80%;
  font-size: 14px;
  font-family: "Gilroy-bold";
}
@media screen and (max-width: 1200px) {
  .main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-pagination {
    top: 75%;
  }
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-pagination > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-pagination > ul .swiper-pagination-custom {
  width: 10px;
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-pagination > ul .swiper-pagination-custom.active {
  color: var(--main-color);
}
.main .main-awards-list .awards-wrap .slide-wrap .slide-area .swiper .swiper-pagination > ul .swiper-pagination-dash {
  width: 13px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 8px;
}
.main .main-awards-list .awards-wrap .list {
  padding-bottom: 350px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main .main-awards-list .awards-wrap .list {
    width: 30%;
  }
}
.main .main-awards-list .awards-wrap .list img {
  width: 100%;
  height: 100%;
}
.main .main-awards-list .awards-wrap .list .award-list {
  position: relative;
}
.main .main-awards-list .awards-wrap .list .award-list .awards-dim {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.9) 0%, rgba(17, 17, 17, 0.3) 80%, rgba(17, 17, 17, 0) 100%);
}
.main .main-awards-list .awards-wrap .list .more {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--main-color);
  margin-top: 50px;
}
.main .main-awards-list .awards-wrap .list .more p {
  font-size: max(16px, min(1.5vw, 24px));
  font-family: "NotoSans-Regular";
  line-height: 1.3;
}
.main .main-awards-list .awards-wrap .list .more img {
  width: 39px;
}
.main .main-awards-list .awards-wrap .list .more::after {
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -29px;
  background-color: var(--main-color);
  color: var(--main-color);
}
.main .main-quotes {
  height: 100vh;
  display: grid;
  place-items: center;
}
.main .main-quotes > * {
  grid-area: 1/1/2/2;
}
.main .main-quotes .bg-wrap {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  overflow: hidden;
}
.main .main-quotes .quotes-bg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background-image: url(/metaverse/static/img/main/icon-main-quotes-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.main .main-quotes .quotes-text {
  margin-top: 100px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.main .main-quotes .quotes-text h2 {
  font-size: 54px;
  font-family: "Gilroy-bold";
  line-height: 1.3;
}
.main .main-quotes .quotes-text h3 {
  font-size: 24px;
  margin-top: 36px;
}
.main .main-quotes .quotes-text span {
  display: block;
  margin-top: 158px;
  font-family: "Gilroy-bold";
  line-height: 1.6;
  font-size: 20px;
}
.main .main-quotes .quotes-text p {
  font-size: 20px;
  font-family: "Gilroy-Regular";
}

@-webkit-keyframes levitating-main-ball01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes levitating-main-ball01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes levitating-main-ball02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes levitating-main-ball02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes levitating-main-donut01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes levitating-main-donut01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes levitating-main-donut02 {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}
@keyframes levitating-main-donut02 {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}
@-webkit-keyframes levitating-main-ball03 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes levitating-main-ball03 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes levitating-main-ball0401 {
  0% {
    -webkit-transform: translateY(0) rotateZ(3deg);
            transform: translateY(0) rotateZ(3deg);
  }
  25% {
    -webkit-transform: translateY(-60px) rotateZ(0);
            transform: translateY(-60px) rotateZ(0);
  }
  50% {
    -webkit-transform: translateY(0) rotateZ(3deg);
            transform: translateY(0) rotateZ(3deg);
  }
  75% {
    -webkit-transform: translateY(-60px) rotateZ(0);
            transform: translateY(-60px) rotateZ(0);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(3deg);
            transform: translateY(0) rotateZ(3deg);
  }
}
@keyframes levitating-main-ball0401 {
  0% {
    -webkit-transform: translateY(0) rotateZ(3deg);
            transform: translateY(0) rotateZ(3deg);
  }
  25% {
    -webkit-transform: translateY(-60px) rotateZ(0);
            transform: translateY(-60px) rotateZ(0);
  }
  50% {
    -webkit-transform: translateY(0) rotateZ(3deg);
            transform: translateY(0) rotateZ(3deg);
  }
  75% {
    -webkit-transform: translateY(-60px) rotateZ(0);
            transform: translateY(-60px) rotateZ(0);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(3deg);
            transform: translateY(0) rotateZ(3deg);
  }
}
@-webkit-keyframes levitating-main-ball0402 {
  20% {
    -webkit-transform: rotateZ(-2deg);
            transform: rotateZ(-2deg);
  }
  40% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  60% {
    -webkit-transform: rotateZ(-2deg);
            transform: rotateZ(-2deg);
  }
  80% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@keyframes levitating-main-ball0402 {
  20% {
    -webkit-transform: rotateZ(-2deg);
            transform: rotateZ(-2deg);
  }
  40% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  60% {
    -webkit-transform: rotateZ(-2deg);
            transform: rotateZ(-2deg);
  }
  80% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@-webkit-keyframes levitating-main-flag01 {
  0% {
    -webkit-transform: translate(-200px, -381px);
            transform: translate(-200px, -381px);
  }
  25% {
    -webkit-transform: translate(-200px, -351px);
            transform: translate(-200px, -351px);
  }
  50% {
    -webkit-transform: translate(-200px, -381px);
            transform: translate(-200px, -381px);
  }
  75% {
    -webkit-transform: translate(-200px, -351px);
            transform: translate(-200px, -351px);
  }
  100% {
    -webkit-transform: translate(-200px, -381px);
            transform: translate(-200px, -381px);
  }
}
@keyframes levitating-main-flag01 {
  0% {
    -webkit-transform: translate(-200px, -381px);
            transform: translate(-200px, -381px);
  }
  25% {
    -webkit-transform: translate(-200px, -351px);
            transform: translate(-200px, -351px);
  }
  50% {
    -webkit-transform: translate(-200px, -381px);
            transform: translate(-200px, -381px);
  }
  75% {
    -webkit-transform: translate(-200px, -351px);
            transform: translate(-200px, -351px);
  }
  100% {
    -webkit-transform: translate(-200px, -381px);
            transform: translate(-200px, -381px);
  }
}
@-webkit-keyframes levitating-main-flag02 {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}
@keyframes levitating-main-flag02 {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}
#container {
  height: auto;
}

html {
  scroll-behavior: unset;
}

.road-to-metaverse {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "NotoSans-Regular";
}

.fnt-bld {
  font-family: "NotoSans-Bold";
}

.fnt-gilroy-r {
  font-family: "Gilroy-Regular";
}

.c-red {
  color: #ff0000;
}

.mt-50 {
  margin-top: 50px;
}

.flex-column-wrapper {
  display: flex;
}
.flex-column-wrapper.column-type {
  flex-direction: column;
}
.flex-column-wrapper .flex-column {
  flex: 1;
}
.flex-column-wrapper .flex-column.auto-width {
  flex: 0 1 auto;
}

.img-description {
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: "NotoSans-Bold";
  font-size: 40px;
  line-height: 1.3;
}

.ui-content-group:last-of-type .img-box-center {
  display: grid;
  place-items: center;
}
.ui-content-group:last-of-type .img-box-center .txt span {
  will-change: transform;
}
.ui-content-group:last-of-type .last-year {
  font-family: "Gilroy-ExtraBold";
  font-size: 380px;
}

.main-visual-title-area {
  width: 100%;
  height: 100vh;
  font-size: 220px;
  font-family: "Gilroy-SemiBold";
  text-align: center;
  line-height: 214px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-visual-title-area .ux-title-span {
  opacity: 0;
}

.road-to-metaverse-wrapper {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.road-to-metaverse-wrapper .road-to-metaverse-center {
  width: 970px;
  margin: 0 auto;
}
.road-to-metaverse-wrapper .road-to-metaverse-center .description-area {
  position: relative;
  z-index: 2;
}
.road-to-metaverse-wrapper .road-to-metaverse-center .description-txt {
  font-size: 18px;
  line-height: 32px;
}
.road-to-metaverse-wrapper .year-lists {
  margin-top: 50px;
}
.road-to-metaverse-wrapper .year-lists .go-to-year-btn {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Gilroy-SemiBold";
  line-height: 17px;
  padding-bottom: 27px;
  display: flex;
  align-items: center;
  transition: color 0.25s ease-out;
}
.road-to-metaverse-wrapper .year-lists .go-to-year-btn::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 1px;
  background-color: rgba(68, 68, 68, 0.3);
}
.road-to-metaverse-wrapper .year-lists .bullet-area {
  flex: 0 1 5px;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.road-to-metaverse-wrapper .year-lists .bullet-area::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 1px;
  height: 0;
  background-color: #ff0000;
  transition: height 0.25s ease-out;
}
.road-to-metaverse-wrapper .year-lists .year-txt {
  margin-left: 8px;
}
.road-to-metaverse-wrapper .year-lists .year {
  position: relative;
}
.road-to-metaverse-wrapper .year-lists .year:last-child .go-to-year-btn::before {
  content: none;
}
.road-to-metaverse-wrapper .year-lists .year.on .go-to-year-btn {
  color: #ff0000;
}
.road-to-metaverse-wrapper .year-lists .year.on .bullet-area {
  background-color: #ff0000;
}
.road-to-metaverse-wrapper .year-lists .year.has-line .bullet-area {
  background-color: #ff0000;
}
.road-to-metaverse-wrapper .year-lists .year.has-line .bullet-area::before {
  height: 100%;
}
.road-to-metaverse-wrapper .group-wrapper {
  position: relative;
  min-height: 50vh;
}
.road-to-metaverse-wrapper .group-wrapper .content-group {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.road-to-metaverse-wrapper .group-wrapper .content-group:nth-child(1) {
  display: block;
}
.road-to-metaverse-wrapper .img-box {
  max-height: 432px;
  min-height: 432px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.road-to-metaverse-wrapper .img-box .img-box-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.road-to-metaverse-wrapper .img-box .img-dimm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.road-to-metaverse-wrapper .img-box .img-box-el {
  max-height: 100%;
  opacity: 1;
  -webkit-transform: translateY(100px) scale(1.2);
          transform: translateY(100px) scale(1.2);
}
.road-to-metaverse-wrapper .ui-group-01 .img1 {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.road-to-metaverse-wrapper .ui-group-01 .img1 .img-dimm {
  background-color: rgba(255, 0, 0, 0);
}
.road-to-metaverse-wrapper .txt-box {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.road-to-metaverse-wrapper .txt-title-group {
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 44px;
  text-align: center;
  margin-top: 42px;
  font-family: "NotoSans-Bold";
}
.road-to-metaverse-wrapper .txt-subject-group {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #bbb;
  margin-top: 22px;
}
.road-to-metaverse-wrapper .txt-small-group {
  font-size: 14px;
  line-height: 28px;
  color: #888;
  text-align: center;
  margin-top: 28px;
}

:root {
  --main-color: #FF0000;
}

.key-technology .main-inner {
  max-width: 715px;
  margin: auto;
}
.key-technology .main-visual-title-area {
  font-size: max(150px, min(10vw, 220px));
}
.key-technology .contents {
  text-align: center;
  padding: 0 77px;
}
.key-technology .contents .list {
  position: relative;
  margin-bottom: 200px;
}
.key-technology .contents .list .ux-tgroup {
  position: relative;
}
.key-technology .contents .list .txt-title {
  position: relative;
}
.key-technology .contents .list .txt-title .ux-split-sent div:nth-child(2) {
  padding-left: 75px;
}
.key-technology .contents .list .txt-title .ux-split-sent div:nth-child(3) {
  position: relative;
}
.key-technology .contents .list .txt-title .ux-split-sent div:nth-child(3)::before {
  content: "";
  width: 297px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 15px;
  background-color: currentColor;
}
.key-technology .contents .list .txt-title .ux-split-sent div:nth-child(4) {
  padding-left: 275px;
}
.key-technology .contents .list .txt-title {
  position: relative;
  font-size: max(80px, min(8vw, 116px));
  font-family: "Gilroy-ExtraBold";
  line-height: 1.1;
  color: var(--main-color);
  padding: 350px 0 0;
}
.key-technology .contents .list .txt-title > h2 > div {
  width: 1024px;
  margin: 0 auto 10px;
  text-align: left;
}
.key-technology .contents .list .txt-sub {
  text-align: left;
  font-size: max(28px, min(2.5vw, 40px));
  font-weight: 500;
  font-family: "Gilroy-SemiBold";
  line-height: 1.7;
  color: #fff;
  margin-top: 160px;
}
.key-technology .contents .list .txt-sub > div {
  margin-bottom: 48px;
}
.key-technology .contents .list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.key-technology .contents .list .bg .ball01-wrap {
  position: absolute;
  top: 0;
  left: -400px;
}
.key-technology .contents .list .bg .ball01-wrap .ball01 {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  max-width: 100%;
  -webkit-animation: levitating-ball01 7.5s infinite ease-in-out;
          animation: levitating-ball01 7.5s infinite ease-in-out;
}
.key-technology .contents .list .bg .ball02-wrap {
  position: absolute;
  top: 10%;
  right: 50px;
}
.key-technology .contents .list .bg .ball02-wrap .ball02 {
  max-width: 100%;
  -webkit-animation: levitating-ball02 8s infinite ease-in-out;
          animation: levitating-ball02 8s infinite ease-in-out;
}
.key-technology .contents .list .bg .ball03-wrap {
  position: absolute;
  top: 40%;
  left: 150px;
}
.key-technology .contents .list .bg .ball03-wrap .ball03-box {
  -webkit-animation: levitating-key-ball0301 7s infinite forwards ease-in-out;
          animation: levitating-key-ball0301 7s infinite forwards ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.key-technology .contents .list .bg .ball03-wrap .ball03 {
  max-width: 90%;
  -webkit-animation: levitating-key-ball0302 5s infinite forwards ease-in-out;
          animation: levitating-key-ball0302 5s infinite forwards ease-in-out;
}

@-webkit-keyframes levitating-ball01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes levitating-ball01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes levitating-ball02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes levitating-ball02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes levitating-key-ball0301 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes levitating-key-ball0301 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes levitating-key-ball0302 {
  0% {
    -webkit-transform: rotateZ(3deg);
            transform: rotateZ(3deg);
  }
  25% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(3deg);
            transform: rotateZ(3deg);
  }
  75% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(3deg);
            transform: rotateZ(3deg);
  }
}
@keyframes levitating-key-ball0302 {
  0% {
    -webkit-transform: rotateZ(3deg);
            transform: rotateZ(3deg);
  }
  25% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(3deg);
            transform: rotateZ(3deg);
  }
  75% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(3deg);
            transform: rotateZ(3deg);
  }
}
#container {
  height: auto;
}

.service {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "NotoSans-Regular";
  min-width: 1024px;
}

.fnt-bld {
  font-family: "NotoSans-Bold";
}

.fnt-gilroy-r {
  font-family: "Gilroy-Regular";
}

.service .service-list-box {
  position: relative;
  opacity: 0;
  display: grid;
  grid-template-columns: 1fr 970px 1fr;
}
.service .service-list-box > .img-box {
  grid-area: 1/1/2/4;
  z-index: -1;
}
.service .service-list-box > .txt-box {
  grid-area: 1/2/2/3;
  z-index: 2;
  display: flex;
  align-items: center;
}
.service .service-list-box:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 41%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 98%);
}
.service .service-list-box:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 41%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 98%);
}
.service .service-list-box:nth-child(even) > .txt-box {
  justify-content: flex-end;
}
.service .service-list-box .img-box {
  height: 720px;
  overflow: hidden;
}
.service .service-list-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service .service-list-box .txt-box.align-right .txt-box-align-wrapper {
  left: 46%;
  width: 54%;
}
.service .service-list-box .txt-box.align-center .txt-box-align-wrapper {
  width: 970px;
  max-width: 100%;
}
.service .service-list-box .title-description {
  font-size: 56px;
  line-height: 81px;
  font-family: "NotoSans-Bold";
}
.service .service-list-box .title-description + .sub-description {
  margin-top: 40px;
}
.service .service-list-box .sub-description {
  font-size: 18px;
  line-height: 34px;
}
.service .service-list-box .has-tag-box {
  width: 550px;
  margin-top: 120px;
}
.service .service-list-box .our-work-company-logo {
  width: 970px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 154px;
}
.service .service-list-box .our-work-company-logo .logo-box {
  opacity: 0;
}
.service .service-list-box .our-work-company-logo .logo-box img {
  max-width: 100%;
}
.service .service-list-box .our-work-company-logo .logo-box + .logo-box {
  margin-left: 20px;
}
.service .service-list-box .hash-tag {
  display: inline-block;
  color: #ff0000;
  font-size: 14px;
  margin-right: 16px;
  margin-bottom: 12px;
}

#container {
  height: auto;
}

.works {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "NotoSans-Regular";
  min-width: 1024px;
}
.works .page-title .ux-convert:first-child {
  margin-right: -10px;
}

.fnt-bld {
  font-family: "NotoSans-Bold";
}

.fnt-gilroy-r {
  font-family: "Gilroy-Regular";
}

.fnt-gilroy-m {
  font-family: "Gilroy-Medium";
}

.fnt-gilroy-b {
  font-family: "Gilroy-Bold";
}

i[class*=ico] {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center;
}

.ico-award {
  width: 28px;
  height: 19px;
  background-size: 28px 19px;
  background-image: url(/metaverse/static/img/works/works_award_icon.png);
}

.ico-pc-web {
  width: 22px;
  height: 20px;
  background-size: 22px 20px;
  background-image: url(/metaverse/static/img/works/works_pc_icon.png);
}

.ico-mobile-web {
  width: 14px;
  height: 24px;
  background-size: 14px 24px;
  background-image: url(/metaverse/static/img/works/works_mobile_icon.png);
}

.ico-zepeto {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-image: url(/metaverse/static/img/works/works_zepeto_icon.png);
}

.ico-apple-store {
  width: 26px;
  height: 23px;
  background-size: 26px 23px;
  background-image: url(/metaverse/static/img/works/apple_store_ico.png);
}

.ico-play-store {
  width: 22px;
  height: 19px;
  background-size: 22px 19px;
  background-image: url(/metaverse/static/img/works/play_store_ico.png);
}

.swiper-play-pause-btn {
  width: 30px;
  height: 30px;
  background-size: 7px 10px;
  background-image: url(/metaverse/static/img/works/swiper_pause_btn.png);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-play-pause-btn.paused {
  background-image: url(/metaverse/static/img/works/swiper_play_btn.png);
  background-size: 6px 10px;
}

.works .works-list-box + .works-list-box {
  margin-top: 200px;
}
.works .works-list-box:first-child {
  margin-top: 200px;
}
.works .works-list-box:last-child {
  margin-bottom: 200px;
}
.works .content-center {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.works .award-infomation .ico-award {
  margin-right: 12px;
}
.works .award-infomation .txt {
  font-size: 14px;
  opacity: 0.5;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.works .award-infomation .fnt-gilroy-b {
  font-size: 16px;
  vertical-align: -4px;
  font-family: "Gilroy-Medium";
}
.works .award-infomation + .works-title {
  margin-top: 36px;
}
.works .works-title {
  font-size: 60px;
  line-height: 84px;
  font-family: "NotoSans-Bold";
  position: relative;
  z-index: 2;
}
.works .works-title .fnt-gilroy-b {
  font-size: 64px;
}
.works .works-swiper-container {
  max-width: 1766px;
  width: calc(100% - 144px);
  margin: 0 auto;
  margin-top: -50px;
}
.works .works-swiper-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .works-swiper-container .swiper-button-next,
.works .works-swiper-container .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 30px;
  height: 30px;
  background-size: 8px 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}
.works .works-swiper-container .swiper-button-next::after,
.works .works-swiper-container .swiper-button-prev::after {
  content: none;
}
.works .works-swiper-container .swiper-utility-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.works .works-swiper-container .swiper-button-next {
  background-image: url("/metaverse/static/img/works/swiper_next_btn.png");
  margin-left: 20px;
}
.works .works-swiper-container .swiper-button-prev {
  background-image: url("/metaverse/static/img/works/swiper_prev_btn.png");
  margin-right: 20px;
}
.works .works-swiper-container .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  width: 60px;
  height: 30px;
  justify-content: center;
  font-family: "Gilroy-Medium";
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
}
.works .works-swiper-container .swiper-pagination-total {
  font-size: 14px;
  margin-left: 9px;
}
.works .works-swiper-container .swiper-pagination-current {
  color: #ff0000;
  font-size: 14px;
  margin-right: 9px;
}
.works .works-swiper-container .img-dimm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works .works-support-infomation {
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
}
.works .works-support-infomation .hash-tag {
  font-size: 14px;
  color: #ff0000;
  margin-right: 16px;
}
.works .works-support-infomation .hash-tag::before {
  content: "#";
  font-family: "Gilroy-Regular";
}
.works .works-support-infomation .device-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.works .works-support-infomation .box {
  margin-left: 40px;
}
.works .works-support-infomation .box .txt {
  font-size: 14px;
  margin-left: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.works .description-area {
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
}
.works .store-btn-area {
  margin-top: 80px;
}
.works .store-btn-area .btn-area {
  background-color: rgba(217, 217, 217, 0.1);
  border-radius: 28px;
  height: 56px;
  min-width: 160px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.works .store-btn-area .btn-area .txt {
  font-size: 16px;
  margin-left: 9px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.works .store-btn-area .btn-area .txt.fnt-18 {
  font-size: 18px;
}

.page-request .circle {
  width: 200px;
  height: 200px;
  background-color: rgb(255, 0, 0);
  box-shadow: 0 0 50px 50px rgb(255, 0, 0);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.2s ease-out, left 0.2s ease-out;
  transition: transform 0.4s ease-in-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.4s ease-in-out;
}
.page-request .circle.active {
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.2s ease-out, left 0.2s ease-out;
  transition: transform 0.4s ease-in-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.4s ease-in-out;
  opacity: 1;
}
.page-request .hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 980px;
}
.page-request #content {
  max-width: 970px;
  padding-bottom: 240px;
  margin: auto;
}
.page-request .header {
  margin-top: 200px;
  margin-bottom: 188px;
}
.page-request .header h3 {
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.3;
}
.page-request .header > p {
  font-size: 18px;
  line-height: 1.52;
}
.page-request .fieldset-form ~ .fieldset-form {
  margin-top: 240px;
}
.page-request .fieldset-form legend {
  width: auto;
  height: auto;
  margin-bottom: 70px;
  font-weight: 700;
  font-size: 40px;
  text-indent: 0;
  line-height: 1;
  color: #ffffff;
}
.page-request .fieldset-form .field-group {
  position: relative;
  font-size: 24px;
}
.page-request .fieldset-form .field-group ~ .field-group {
  margin-top: 72px;
}
.page-request .fieldset-form .field-group.is-focus > label {
  display: none;
}
.page-request .fieldset-form .field-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.page-request .fieldset-form .field-group > label.type01 {
  position: static;
  display: block;
}
.page-request .fieldset-form .field-group > label.type01 + * {
  margin-top: 30px;
}
.page-request .fieldset-form .field-group > label .essential {
  margin-left: 20px;
  font-size: 18px;
  color: #B3B3B3;
}
.page-request .fieldset-form .field-group > .intext {
  width: 100%;
  height: 48px;
  border: 0 none;
  border-bottom: 1px solid #6E6E6E;
  line-height: 1;
  color: #ffffff;
  background-color: transparent;
}
.page-request .fieldset-form .field-group > textarea.intext {
  height: 340px;
  padding: 33px 37px;
  border: 1px solid #6E6E6E;
  overflow-y: auto;
  line-height: 1.5;
}
.page-request .fieldset-form .field-group .select-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 72px;
  border: 0 none;
  border-bottom: 1px solid #6E6E6E;
  color: #ffffff;
  background-color: transparent;
  background-image: url("/metaverse/static/img/common/ico_arrow_select.svg");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.page-request .fieldset-form .field-group .select-item * {
  color: #000000;
}
.page-request .fieldset-form .field-group .message.valid-check {
  padding-top: 15px;
  font-size: 18px;
}
.page-request .fieldset-form .choice-group {
  display: flex;
  flex-wrap: wrap;
}
.page-request .fieldset-form .choice-group .choice-item {
  margin-right: 8px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  white-space: pre;
}
.page-request .fieldset-form .choice-group .choice-item > label {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background-origin: border-box;
  font-family: "Gilroy-bold", "NotoSans-Regular", sans-serif;
  font-size: 24px;
  cursor: pointer;
}
.page-request .fieldset-form .choice-group .choice-item > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.page-request .fieldset-form .choice-group .choice-item > input:checked + label {
  border-color: transparent;
  color: #000000;
  background-color: #ffffff;
}
.page-request .fieldset-form .file-upload {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.page-request .fieldset-form .file-upload input {
  grid-area: 2/1/3/3;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  color: #B3B3B3;
  outline: none;
  overflow: visible;
}
.page-request .fieldset-form .file-upload input::after {
  content: "";
  position: absolute;
  top: 55%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
  background: #ffffff url("/metaverse/static/img/common/ico_file_del.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.page-request .fieldset-form .file-upload input::-webkit-file-upload-button {
  opacity: 0;
  position: absolute;
  -webkit-appearance: none;
          appearance: none;
  border: none;
}
.page-request .fieldset-form .file-upload input::file-selector-button {
  opacity: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.page-request .fieldset-form .file-upload input:checked + label {
  border-color: transparent;
  color: #000000;
  background-color: #ffffff;
}
.page-request .fieldset-form .file-upload label {
  grid-area: 1/1/2/2;
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  margin-right: 15px;
  border-radius: 10px;
  font-size: 18px;
  color: #000000;
  background: #ffffff;
}
.page-request .fieldset-form .file-upload .alert-info {
  grid-area: 1/2/2/3;
  margin-left: 10px;
  font-size: 18px;
  color: #B3B3B3;
}
.page-request .fieldset-form .filelist {
  margin-top: 20px;
  font-size: 18px;
  color: #B3B3B3;
}
.page-request .fieldset-form .filelist li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-request .fieldset-form .filelist .btn-file-del {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
  background: #ffffff url("/metaverse/static/img/common/ico_file_del.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.page-request .fieldset-form .select-wrap {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #6E6E6E;
}
.page-request .fieldset-form .select-wrap .select-txt {
  cursor: pointer;
}
.page-request .fieldset-form .select-wrap .select-txt .triangel {
  position: absolute;
  top: 12px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 12px solid transparent;
  margin-left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-request .fieldset-form .select-wrap .select-txt .triangel.is-active {
  top: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.page-request .fieldset-form .select-wrap .select-list {
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 10;
  width: 100%;
  background: #111111;
  border: 1px solid #ffffff;
  display: none;
}
.page-request .fieldset-form .select-wrap .select-list.is-active {
  display: block;
}
.page-request .fieldset-form .select-wrap .select-list > li {
  padding: 25px 36px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease-in;
}
.page-request .fieldset-form .select-wrap .select-list > li:hover {
  background: #4a4a4a;
}
.page-request .privacy-check {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 160px;
  font-size: 20px;
}
.page-request .privacy-check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.page-request .privacy-check input:checked + label::before {
  background: #ffffff url("/metaverse/static/img/common/ico_checkbox.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.page-request .privacy-check label {
  display: inline-flex;
  position: relative;
  padding-left: 50px;
  font-size: 20px;
}
.page-request .privacy-check label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-request .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.page-request .btn-group .btn-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 64px;
  border: 1px solid #ffffff;
  font-size: 20px;
  color: #ffffff;
  white-space: pre;
  background-origin: border-box;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
.page-request .btn-group .btn-submit:focus, .page-request .btn-group .btn-submit:hover {
  border-color: #FF0000;
}

.laypopup-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 425px;
  min-height: 263px;
  border: 1px solid #B3B3B3;
  background: #1C1C1C;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.laypopup-alert > .inner {
  padding: 80px 0 72px;
}
.laypopup-alert .message-alert {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.laypopup-alert .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.laypopup-alert .btn-confirm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #ffffff;
  background: #1C1C1C;
}