@charset "UTF-8";
/* Foundation
   ----------------------------------------------------------------- */
@font-face {
  font-family: "SeoulAlrim TTF";
  src: url("../fonts/SeoulAlrimTTF-Heavy.woff2") format("woff2"), url("../fonts/SeoulAlrimTTF-Heavy.woff") format("woff"), url("../fonts/SeoulAlrimTTF-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SeoulAlrim TTF";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local("Seoul Alrim ExtraBold"), url("../fonts/SeoulAlrimTTF-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "SeoulAlrim TTF";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Seoul Alrim Medium"), url("../fonts/SeoulAlrimTTF-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local("Wanted Sans ExtraBlack"), url("../fonts/WantedSans-ExtraBlack.ttf") format("truetype"), url("../fonts/WantedSans-ExtraBlack.woff2") format("woff2");
}
@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Wanted Sans Bold"), url("../fonts/WantedSans-Bold.ttf") format("truetype"), url("../fonts/WantedSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Wanted Sans Regular"), url("../fonts/WantedSans-Regular.ttf") format("truetype"), url("../fonts/WantedSans-Regular.woff2") format("woff2");
}
body, html {
  overflow-x: hidden;
}

body {
  font-family: "SeoulAlrim TTF";
  font-size: 16px;
  line-height: 1.5;
  color: #221815;
  text-align: justify;
}

html[lang=zh] body {
  font-family: "Noto Sans TC", sans-serif;
}

a {
  transition: all 0.3s;
}
a:hover {
  color: #ffea00;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}
img:focus {
  outline: none;
}

/* Layout
   ----------------------------------------------------------------- */
.l-wrap {
  overflow: hidden;
  position: relative;
}
.l-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
.l-wrap--none {
  background: #fff;
}
.l-wrap--none:before {
  display: none;
}

.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 56.25vw;
  z-index: -1;
}

.l-main {
  position: relative;
}
.l-main:has(.p-single) {
  padding: 140px 0;
}

.l-inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: content-box;
}

.relative {
  position: relative;
}
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  border-bottom: 1px solid #fff;
}
.l-header__logo a {
  display: block;
}
.l-header__spAction {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.stuck .l-header__spAction {
  opacity: 1;
}
.l-header__spAction a {
  display: none;
}
.l-header__spAction a.active {
  display: block;
}
.l-header__spAction img {
  height: 37px;
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 3.33%;
}
.l-header__nav {
  display: flex;
  align-items: center;
  padding: 0 3.854%;
  gap: 3.125%;
}
.l-header__bar {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.stuck .l-header__bar {
  opacity: 1;
  visibility: visible;
}
.l-header__link {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 900;
}
.l-header__link[target=_blank] span {
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
.l-header__link[target=_blank] span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico-blank.png) no-repeat center right/contain;
  width: 20px;
  height: 20px;
}

.l-header__action {
  width: 27px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.l-header__actionBtn {
  width: 100%;
  height: 4.58vw;
  width: 5.42vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: background 0.3s;
  background: url(../img/humberger.svg) no-repeat center/contain;
}
.js-nav-open .l-header__actionBtn {
  background-image: url(../img/close.svg);
}

.l-header__link {
  overflow: hidden;
}
.l-header__link .menu-on {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -100%;
  transition: opacity 0.4s ease;
}
.l-header__link.active .menu-on {
  opacity: 1;
  top: 50%;
}

.l-header__links {
  display: flex;
  justify-content: center;
  margin: 5vw 0 0;
}
.l-header__links li a {
  font-size: 2.5vw;
  font-family: "Wanted Sans";
  font-weight: bold;
  color: #bfbfbf;
  line-height: 1;
}
.l-header__links li + li {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}
.l-header__links li + li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5vw;
  width: 0.42vw;
  background: #bfbfbf;
}

.l-footer {
  background: #000;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #808080;
  position: relative;
  z-index: 50;
  font-family: "Wanted Sans";
}
.l-footer__copyright {
  font-size: 13px;
}
.l-footer__nav {
  display: flex;
  list-style: none;
  margin: 55px 0 25px;
}
.l-footer__nav li a {
  color: #808080;
  font-size: 18px;
  font-weight: 700;
}
.l-footer__nav li a:hover {
  color: #fff;
}
.l-footer__nav li + li {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.l-footer__nav li + li:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #808080;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Object
   ----------------------------------------------------------------- */
.heading {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}

.btn {
  background: #006C30;
  color: #fff;
  height: 52px;
  min-width: 182px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.btn--secondary {
  background: #C74848;
}
.btn:hover {
  background: #E8EFEB;
}

.btn-s {
  background: #006C30;
  color: #fff;
  min-width: 120px;
  padding: 7px 10px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
.btn-s span {
  font-size: 12px;
  display: block;
  text-align: center;
}
.btn-s:hover {
  background: #E8EFEB;
}
.btn-s.-back {
  position: relative;
}
.btn-s.-back:before {
  content: "\e915";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  line-height: 1;
  font-size: 10px;
}
.btn-s.-select {
  position: relative;
}
.btn-s.-select:after {
  content: "\e916";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  line-height: 1;
  font-size: 6px;
}
.btn-s.-output {
  position: relative;
  padding-right: 55px;
  line-height: 1.3;
}
.btn-s.-output:after {
  content: "\e90b";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  line-height: 1;
  font-size: 26px;
}

.c-link {
  color: rgb(13, 110, 253);
}
.c-link:hover {
  color: rgb(10, 88, 202);
}

.c-list {
  padding-left: 15px;
}
.c-list li {
  padding-left: 18px;
  position: relative;
}
.c-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 24px;
  line-height: 1;
}
.c-list li + li {
  margin-top: 10px;
}

.c-alphabet {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 15px;
}
.c-alphabet li {
  padding-left: 25px;
  position: relative;
}
.c-alphabet li + li {
  margin-top: 10px;
}
.c-alphabet li:before {
  counter-increment: my-counter;
  content: counter(my-counter, lower-alpha) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

.c-decimal {
  list-style: none;
  counter-reset: item;
  padding-left: 15px;
}
.c-decimal li {
  counter-increment: item;
  position: relative;
  padding-left: 35px;
}
.c-decimal li + li {
  margin-top: 10px;
}
.c-decimal li:before {
  content: "(" counter(item) ") ";
  position: absolute;
  left: 0;
  top: 0;
}

table {
  width: 100%;
}
table th {
  background-color: #F7F7F7;
  text-align: center;
}
table td, table th {
  padding: 10px 20px;
  border: 1px solid #C1C1C1;
  vertical-align: middle;
}

.c-table {
  text-align: left;
  word-break: break-all;
}
.c-table--s {
  max-width: 480px;
}

.u-color_black {
  color: #221815 !important;
}
.u-color_white {
  color: #fff !important;
}
.u-color_green {
  color: #006C30;
}
.u-color_purple {
  color: #656fae;
}

.u-bg_purple {
  background: #656fae;
  color: #fff;
}

/* display Utility */
.u-none {
  display: none !important;
}
.u-block {
  display: block !important;
}
.u-inline {
  display: inline !important;
}
.u-ib {
  display: inline-block !important;
}

.u-fw_bold {
  font-weight: bold !important;
}
.u-fw_normal {
  font-weight: normal !important;
}
.u-fw_medium {
  font-weight: 500 !important;
}

.u-td_u {
  text-decoration: underline !important;
}
.u-td_none {
  text-decoration: none !important;
}

.u-ta_center {
  text-align: center !important;
}
.u-ta_left {
  text-align: left !important;
}
.u-ta_right {
  text-align: right !important;
}

.u-ws_preline {
  white-space: pre-line !important;
}
.u-ws_nowrap {
  white-space: nowrap !important;
}

.u-text_sub, .u-text_sup {
  font-size: 0.6em;
  letter-spacing: -0.2em;
}
.u-text_sup {
  vertical-align: super;
}

[class].u-flex_center {
  display: flex;
  justify-content: center;
}
[class].u-flex_baseline {
  align-items: baseline;
}
[class].u-flex_right {
  display: flex;
  justify-content: flex-end;
}

.u-ta_center {
  text-align: center;
}

.u-hover_trans:hover {
  opacity: 0.7;
}

.u-bg_yellow {
  background: #FFFFE0;
}

.u-underline {
  text-decoration: underline;
}

.box-hover {
  overflow: hidden;
  display: block;
}
.box-hover img {
  transition: all 0.3s;
}
.box-hover:hover img {
  transform: scale(1.05);
}

.mv {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.mv .bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 56.35vw;
  z-index: -1;
}
.mv-caption {
  text-align: center;
}
.mv-caption__download {
  display: flex;
  justify-content: center;
  gap: 1.82vw;
  margin: 1.35vw 0 1.56vw;
}
.mv-caption__logo {
  margin-bottom: 1.09vw;
}
.mv-caption__text {
  margin-bottom: 1.82vw;
}

.class {
  text-align: center;
}
.class__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.class__item {
  background: url(../img/character-small-off.png) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.class__item img {
  position: relative;
  filter: saturate(50%);
  transition: all 0.3s;
}
.class__item.active, .class__item:hover {
  background-image: url(../img/character-small-on.png);
}
.class__item.active > img, .class__item:hover > img {
  filter: saturate(100%);
}
.class__item.swiper-slide-active {
  background: url(../img/character-small-on.png) no-repeat center/contain;
}
.class__item.swiper-slide-active > img {
  filter: saturate(100%);
}
.class__show {
  position: relative;
}
.class__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/bg-text.png) no-repeat center/cover;
}
.class__nameText {
  background: linear-gradient(90deg, #fff4bf, rgb(253, 246, 208));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgb(32, 32, 32);
  text-stroke: 1px rgb(32, 32, 32);
  font-weight: 900;
  text-transform: uppercase;
  font-family: Wanted Sans;
  font-size: 2.34vw;
  letter-spacing: -0.16vw;
}
html[lang=zh] .class__nameText {
  font-family: "Noto Sans TC", sans-serif;
  -webkit-text-stroke: grey;
  text-stroke: grey;
  padding-bottom: 0.26vw;
  display: inline-block;
}

.intro {
  position: relative;
  text-align: center;
}
.intro__pet {
  position: absolute;
}
.intro__pet--031 {
  left: 13.65%;
  top: -3.8vw;
  width: 13.49vw;
  height: auto;
}
.intro__pet--032 {
  right: -3.65vw;
  bottom: -1.93vw;
  width: 31.25vw;
  height: auto;
}
.intro__pet--035 {
  right: 16.15%;
  top: -2.24vw;
  width: 12.66vw;
  height: auto;
}
.intro__pet--048 {
  left: -5.21vw;
  bottom: -15.13vw;
  width: 29.32vw;
  height: auto;
}

.feature-swiper-outer {
  margin: 1.04vw auto;
  overflow: hidden;
}

#featureSwiper {
  overflow: visible;
  margin: 0 auto;
}
#featureSwiper .swiper-button-next.swiper-button-disabled,
#featureSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

#featureSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

#featureSwiper .swiper-slide.swiper-slide-active .feature-inner {
  opacity: 1;
  filter: blur(0);
}
#featureSwiper .swiper-slide.swiper-slide-active .feature-inner:after {
  opacity: 0;
}

#featureSwiper .swiper-slide .feature-inner {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: relative;
}
#featureSwiper .swiper-slide .feature-inner:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.2s;
  border-radius: 1.04vw;
}

#featureSwiper .swiper-slide.swiper-slide-prev .feature-inner,
#featureSwiper .swiper-slide.swiper-slide-next .feature-inner {
  opacity: 1;
}

#featureSwiper .swiper-control {
  width: 100%;
  max-width: 30.73vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

#featureSwiper .swiper-control button {
  width: 3.85vw;
  height: 4.06vw;
  top: 0;
}

#featureSwiper .swiper-button-prev {
  background-image: url("../img/icon-prev.png");
  background-size: cover;
  left: 0;
}

#featureSwiper .swiper-button-prev::after {
  display: none;
}

#featureSwiper .swiper-button-next {
  background-image: url("../img/icon-next.png");
  background-size: cover;
  right: 0;
}

#featureSwiper .swiper-button-next::after {
  display: none;
}

.p-tool {
  position: fixed;
  z-index: 90;
  right: 2.6vw;
  display: flex;
  align-items: center;
  gap: 1.04vw;
  justify-content: flex-end;
  bottom: 4vw;
}
.p-tool__lang {
  position: relative;
}
.p-tool__lang p {
  position: relative;
  z-index: 80;
  cursor: pointer;
}
.p-tool__lang p:first-child {
  right: -1px;
  bottom: -2px;
}
.p-tool__list {
  position: absolute;
  bottom: -3px;
  left: -146px;
  background: url(../img/bg-language.png) no-repeat center/contain;
  width: 208px;
  height: 154px;
  z-index: 70;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
  overflow: hidden;
}
.p-tool__list.active {
  opacity: 1;
  visibility: visible;
}
.p-tool__list li {
  border-radius: 30px;
}
.p-tool__list li a, .p-tool__list li span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 17px 20px;
  display: block;
}
.p-tool__list li:nth-child(1) a {
  padding: 15px 20px 0;
}
.p-tool__list li:nth-child(2) a {
  padding: 15px 20px 0;
}

.p-select {
  margin-top: 15px;
  position: relative;
}
.p-select__val {
  height: 30px;
  width: 110px;
  border: 1px solid #404040;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #bfbfbf;
  font-size: 12px;
  position: relative;
  background: #000;
  cursor: pointer;
}
.p-select__val:after {
  content: "";
  background: url(../img/icon-arrow.png) no-repeat center/contain;
  width: 6px;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.p-select__val.active:after {
  background-image: url(../img/icon-arrow-down.png);
}
.p-select__list {
  background: #000;
  border: 1px solid #404040;
  border-bottom: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.p-select__list.active {
  opacity: 1;
  visibility: visible;
}
.p-select__list li a {
  color: #bfbfbf;
  font-size: 12px;
  padding: 5px 10px;
  display: block;
}

.mv-caption__scroll {
  cursor: pointer;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

.class__swiperMain {
  height: 73.54vw;
  position: relative;
}

.class__swiperMain img {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.class__swiperMain img.fadein {
  opacity: 0;
}
.class__swiper {
  position: relative;
}
.class__swiper .swiper-button-next, .class__swiper .swiper-button-prev {
  top: inherit;
  bottom: 0;
  width: 5.83vw;
  height: 5.83vw;
  margin: 0;
}
.class__swiper .swiper-button-next:after, .class__swiper .swiper-button-prev:after {
  display: none;
}
.class__swiper .swiper-button-next {
  background-image: url("../img/icon-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
.class__swiper .swiper-button-prev {
  background-image: url("../img/icon-prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.class__swiperSub {
  max-width: 60.83vw;
  margin: 7.5vw auto 0;
  overflow: hidden;
  position: relative;
}

/*modal*/
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  font-family: "Wanted Sans";
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal p a {
  position: relative;
}
.modal p a:hover:after {
  background: #ffea00;
}
.modal p a:after {
  content: "";
  height: 0.07em;
  width: 100%;
  background: #594c43;
  left: 0;
  bottom: 0;
  position: absolute;
}
.modal.active {
  opacity: 1;
}
.modal__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.modal__content {
  max-width: 783px;
  margin: 0 auto;
}
.modal__content:has(.modal__setting) {
  overflow-y: auto;
  max-width: 1130px;
}
.modal__cookie {
  background: url(../img/box-small.png) no-repeat center/cover;
  padding: 90px 0 50px;
}
.modal__cookie p {
  font-size: 22px;
  color: #594c43;
  text-align: center;
  line-height: 1.3;
  max-width: 576px;
  margin: 0 auto;
  font-family: "Wanted Sans";
  letter-spacing: -0.01em;
}
.modal__setting {
  background: url(../img/box.png) no-repeat center/cover;
  padding: 80px 0 50px;
  position: relative;
}
.modal__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #805a40;
  margin-bottom: 30px;
}
.modal__box {
  padding: 30px;
  font-size: 18px;
  background: #f2eeda;
  max-width: 915px;
  margin: 0 auto;
}
.modal__box p a {
  text-decoration: underline;
}
.modal__boxItem {
  margin-top: 30px;
}
.modal__close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 25px;
  height: 25px;
  background: url(../img/icon-close-brown.png) no-repeat center/contain;
  display: block;
  z-index: 10;
  cursor: pointer;
}
.modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #805a40;
  margin-bottom: 5px;
}
.modal__head h3, .modal__head span {
  font-size: 22px;
  font-weight: 600;
}
.modal__switch {
  display: flex;
  align-items: center;
  gap: 15px;
}
.modal__action {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.modal__btnSave {
  background: url(../img/btn-accept.png) no-repeat center/contain;
  width: 269px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.modal__btnSave:hover {
  color: #fff;
}
.modal__btn {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 46px;
}
.modal__btn li {
  list-style: none;
}
.modal__btn li a {
  width: 208px;
  height: 58px;
  font-size: 22px;
  color: #fff;
  font-family: "Wanted Sans";
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__btn li a:hover {
  color: #fff;
}
.modal__btnSet {
  background: url(../img/btn-cookie.png) no-repeat center/contain;
}
.modal__btnApt {
  background: url(../img/btn-save.png) no-repeat center/contain;
}

.toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.toggle__input {
  display: none;
}

.toggle__label {
  display: block;
  width: 60px;
  background-color: var(--toggle-light);
  border-radius: 99px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}
.toggle__label:before {
  content: "";
  width: 38px;
  height: 20px;
  background: #ccc;
  border-radius: 20px;
  display: block;
}

.toggle__input:checked ~ .toggle__label::after {
  left: 22px;
}

.on {
  display: none;
}

.toggle__input:checked ~ .on {
  display: block;
}

.toggle__input:checked ~ .off {
  display: none;
}

.toggle__input:checked ~ .toggle__label::before {
  background: #ecbc39;
}

.toggle__label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 0.3s ease;
}

.p-single {
  font-weight: 400;
  background: #fff;
  padding: 10px 0;
  margin: 20px 0;
  border-radius: 20px;
  font-family: "Noto Sans", sans-serif;
}
html[lang=ko] .p-single {
  font-family: "Noto Sans KR", sans-serif;
}
.p-single p, .p-single div, .p-single ul, .p-single picture {
  margin-bottom: 15px;
}
.p-single picture {
  display: block;
}
.p-single ul {
  padding-left: 15px;
}
.p-single ul li + li {
  margin: 10px 0 0;
}
.p-single h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 35px 0 20px;
  text-align: left;
}
.p-single h2 + .c-table {
  margin-top: 30px;
}
.p-single h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
  text-align: left;
}
.p-single .u-fs_l {
  font-size: 28px;
  margin: 50px 0 10px;
}

.option {
  display: flex;
  justify-content: flex-end;
  position: relative;
  font-family: "Noto Sans", sans-serif;
  margin: 40px 0 0;
}
html[lang=ko] .option {
  font-family: "Noto Sans KR", sans-serif;
}
.option__val {
  border: 1px solid #404040;
  height: 45px;
  padding: 0 15px;
  background: #000;
  width: 150px;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.option__val:after {
  content: "";
  background: url(../img/icon-arrow-down-white.svg) no-repeat center/contain;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.option__val.active:after {
  background-image: url(../img/icon-arrow-up-white.svg);
}
.option__list {
  position: absolute;
  right: 0;
  top: 100%;
  width: 150px;
  border: 1px solid #404040;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.option__list.open {
  opacity: 1;
  visibility: visible;
}
.option__list li {
  cursor: pointer;
  padding: 5px 15px;
  color: #fff;
  background: #000;
}
.option__list li:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .l-wrap:before {
    top: 56.15vw;
    background: url(../img/bg.jpg) no-repeat center top/100%;
  }
  .l-header__logo img {
    height: 3.86vw;
  }
  .l-header__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 6.67vw);
  }
  .l-header__nav {
    width: 67%;
  }
  .l-header__link {
    font-size: 1.56vw;
    padding: 1.04vw 1.3vw;
  }
  .l-header__link:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: #ffea00;
    height: 3px;
    display: block;
    transition: all 0.3s;
  }
  .l-header__link:hover, .l-header__link.active {
    color: #ffea00;
    opacity: 1;
  }
  .l-header__link:hover:before, .l-header__link.active:before {
    width: 100%;
  }
  .u-none_pc {
    display: none !important;
  }
  .u-ta_center_pc {
    text-align: center !important;
  }
  .u-ta_left_pc {
    text-align: left !important;
  }
  .u-ta_right_pc {
    text-align: right !important;
  }
  #main {
    padding: 7.3vw 0 0;
  }
  .mv {
    max-width: inherit;
    width: 68.75vw;
  }
  html[lang=zh] .mv {
    width: 77.95vw;
  }
  .mv-caption__download {
    margin: 0.94vw 0 1.93vw;
    gap: 1.82vw;
  }
  .mv-caption__download img {
    height: 3.86vw;
  }
  .mv-caption__logo {
    margin-bottom: 1.09vw;
  }
  .mv-caption__logo img {
    width: 17.87vw;
    height: 10.37vw;
  }
  .mv-caption__text {
    margin-bottom: 2.08vw;
  }
  .mv-caption__text img {
    width: 23.44vw;
  }
  html[lang=zh] .mv-caption__text img {
    width: 37vw;
  }
  html[lang=en] .mv-caption__text img {
    width: 28.23vw;
  }
  .mv-caption__btn img {
    width: 22.41vw;
  }
  .mv-img {
    position: absolute;
    top: -3.39vw;
    right: -9.22vw;
  }
  .mv-img lottie-player, .mv-img dotlottie-player,
  .mv-img video {
    width: 52.08vw;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .mv .mv-img {
    top: -3.39vw;
    right: -11.25vw;
  }
  .mv .mv-img img {
    width: 52.11vw;
    height: 47.84vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .class {
    margin: 16.83vw 0 0;
  }
  .none-button .class {
    margin: 23.07vw 0 0;
  }
  .class__inner {
    gap: 3.39vw;
  }
  .class__left, .class__right {
    height: 34.48vw;
    position: relative;
    top: -2.92vw;
  }
  .class__item {
    width: 10.42vw;
    height: 13.49vw;
  }
  .class .class__show {
    width: 20.31vw;
    height: 32.6vw;
    top: -0.78vw;
  }
  .class .class__show img {
    height: 100%;
  }
  .class__left .class__item:nth-child(1) img {
    bottom: -0.63vw;
    left: -0.31vw;
    width: 7.14vw;
  }
  .class__left .class__item:nth-child(2) {
    left: -5.05vw;
    top: -2.81vw;
  }
  .class__left .class__item:nth-child(2) img {
    left: -0.42vw;
    bottom: 0.21vw;
    width: 8.21vw;
  }
  .class__left .class__item:nth-child(3) {
    top: -5.63vw;
  }
  .class__left .class__item:nth-child(3) img {
    bottom: -0.42vw;
    left: -0.47vw;
    width: 8.02vw;
  }
  .class__right .class__item:nth-child(1) img {
    bottom: -0.57vw;
    left: 0.05vw;
    width: 7.45vw;
  }
  .class__right .class__item:nth-child(2) {
    right: -4.69vw;
    top: -2.81vw;
  }
  .class__right .class__item:nth-child(2) img {
    bottom: -0.62vw;
    left: 0;
    width: 5.94vw;
  }
  .class__right .class__item:nth-child(3) {
    top: -5.63vw;
  }
  .class__right .class__item:nth-child(3) img {
    bottom: -0.67vw;
    left: -0.21vw;
    width: 6.25vw;
  }
  .intro {
    margin: 18.07vw 0 10.73vw;
  }
  .feature-swiper-outer {
    padding: 0 2.6vw;
    width: 100%;
    max-width: 49.48vw;
  }
  #featureSwiper {
    max-width: 49.48vw;
  }
  #featureSwiper .swiper-slide {
    max-width: 19.22vw !important;
  }
  #featureSwiper .swiper-slide .feature-inner {
    max-width: 19.22vw;
  }
  .modal__cookie {
    height: 339px;
  }
  .modal__content:has(.modal__setting) .modal__cookie {
    height: auto;
  }
  .modal__btn li a:hover {
    opacity: 0.7;
  }
  .p-single {
    padding-left: 20px;
    padding-right: 20px;
  }
  html[lang=ko] .p-single h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap:before {
    top: 177.29vw;
    background: url(../img/bg-sp.jpg) no-repeat center top/100%;
  }
  .l-wrap--none {
    background: #fff;
  }
  .l-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 50;
  }
  .js-nav-open .l-wrap:after {
    visibility: visible;
    opacity: 1;
  }
  .bg-wrap {
    height: 177.71vw;
  }
  .l-main:has(.p-single) {
    padding: 11.67vw 0;
  }
  a:active {
    opacity: 0.7;
  }
  .js-nav-open .l-header {
    border-color: transparent;
  }
  .l-header__logo img {
    height: 8.33vw;
  }
  .l-header__inner {
    padding: 0 4.17vw;
    height: 11.46vw;
    justify-content: space-between;
    position: relative;
  }
  .l-header__group {
    width: 96.88vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: url(../img/bg-nav_sp.png) no-repeat center top/cover;
    padding: 19.79vw 0;
    overflow: auto;
    transform: translateX(100vw);
  }
  .l-header__group:after {
    content: "";
    background: url(../img/bg-nav-border-left_sp.png) no-repeat center/cover;
    width: 4.17vw;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  .l-header__img img {
    width: 49.79vw;
    margin: 0 auto;
  }
  .l-header__nav {
    flex-direction: column;
    gap: 0;
    padding: 0;
    width: 65.25%;
    margin: 7.08vw auto 9.38vw;
  }
  .l-header__item {
    width: 100%;
    text-align: center;
  }
  .l-header__item .l-header__link {
    padding: 0 0 3.33vw;
    margin: 0 0 2.71vw;
    border-bottom: 1px solid #594c43;
  }
  .l-header__item:last-child .l-header__link {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .l-header__link[target=_blank] span {
    padding-right: 6.25vw;
  }
  .l-header__link[target=_blank] span:after {
    width: 4.17vw;
    height: 4.17vw;
  }
  .l-header__link {
    padding: 0;
    font-size: 6.25vw;
  }
  .l-header__link.active {
    color: #ffea00;
    opacity: 1;
  }
  .l-header__tool {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .l-header__tool img {
    width: 50px;
  }
  .l-header__link.active .menu-on {
    top: 14px;
  }
  .l-footer {
    height: 175px;
  }
  .l-footer img {
    height: 18px;
  }
  .l-footer__copyright {
    font-size: 10px;
  }
  .l-footer__nav {
    margin: 20px 0 10px;
  }
  .l-footer__nav li a {
    font-size: 12px;
  }
  .l-footer__nav li + li:before {
    height: 13px;
  }
  .heading {
    font-size: 40px;
  }
  table td, table th {
    padding: 2.08vw;
  }
  .u-none_sp {
    display: none !important;
  }
  .u-ta_center_sp {
    text-align: center !important;
  }
  .u-ta_left_sp {
    text-align: left !important;
  }
  .u-ta_right_sp {
    text-align: right !important;
  }
  #main {
    padding: 11.67vw 0;
  }
  .mv {
    padding: 18.75vw 0 50vw;
    flex-direction: column;
    position: relative;
  }
  html[lang=ko] .mv {
    padding-top: 17.5vw;
  }
  html[lang=en] .mv {
    padding-top: 17.5vw;
  }
  .mv-caption {
    width: 100%;
  }
  .mv-caption__logo {
    margin-bottom: 4.58vw;
  }
  .mv-caption__logo img {
    height: 27.92vw;
  }
  .mv-caption__btn {
    width: 57.92vw;
    height: 16.67vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .mv-caption__text {
    position: relative;
    z-index: 2;
    margin-bottom: 3.75vw;
  }
  .mv-caption__text img {
    height: 35.83vw;
  }
  html[lang=en] .mv-caption__text img {
    height: 39.17vw;
  }
  html[lang=zh] .mv-caption__text img {
    height: 25.21vw;
  }
  .mv-img {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .mv-img lottie-player, .mv-img dotlottie-player,
  .mv-img video {
    width: 100vw;
  }
  .mv-img img {
    width: 100vw;
  }
  .class {
    margin: 49.58vw 0 0;
  }
  .class__item {
    height: 28.54vw;
  }
  .class__item img {
    width: 14.17vw;
    height: 21.25vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .class__item.-arc img {
    left: -0.83vw;
    bottom: -0.63vw;
  }
  .class__item.-ass img {
    left: -0.63vw;
    bottom: 0.42vw;
    width: 16.04vw;
    height: 24.17vw;
  }
  .class__item.-knt img {
    left: -0.83vw;
    bottom: -0.83vw;
    width: 16.04vw;
    height: 21.67vw;
  }
  .class__item.-mag img {
    left: 0;
    bottom: -0.63vw;
    width: 15vw;
    height: 21.46vw;
  }
  .class__item.-war img {
    width: 11.88vw;
    height: 21.67vw;
    left: 0;
    bottom: -0.63vw;
  }
  .class__item.-wiz img {
    width: 12.5vw;
    height: 21.04vw;
    left: -0.21vw;
    bottom: -0.83vw;
  }
  .class__name {
    background-image: url(../img/bg-text-sp.png);
    width: 54.17vw;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5.42vw;
  }
  .class__nameText {
    font-size: 6.25vw;
  }
  .class__swiperMain img {
    width: 45.83vw;
    margin: 0 auto;
  }
  .intro {
    margin-bottom: 25.83vw;
    margin-top: 82.71vw;
  }
  .intro__pet--031 {
    display: none;
  }
  .intro__pet--032 {
    display: none;
  }
  .intro__pet--035 {
    right: -8.33vw;
    top: inherit;
    width: 27.08vw;
    top: -7.08vw;
  }
  .intro__pet--035 img {
    width: 27.08vw;
  }
  .intro__pet--048 {
    bottom: -45.83vw;
    width: 41.67vw;
    left: -10.42vw;
  }
  .intro__pet--048 img {
    width: 40.42vw;
  }
  .feature-swiper-outer {
    max-width: 96.67%;
  }
  #featureSwiper {
    max-width: 96.67%;
  }
  #featureSwiper .swiper-slide {
    width: 58.33vw !important;
  }
  #featureSwiper .swiper-slide .feature-inner {
    max-width: 58.33vw;
  }
  #featureSwiper .swiper-control {
    max-width: 87.5vw;
  }
  #featureSwiper .swiper-control button {
    width: 10.42vw;
    height: 10.42vw;
  }
  .mv-caption__scroll {
    position: absolute;
    z-index: 3;
    bottom: 3.75vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mv-caption__scroll img {
    width: 8.33vw;
    margin: 0 auto;
  }
  .c-heading img {
    height: 18.75vw;
  }
  .class__control {
    width: 81.25vw;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11.04vw;
  }
  .modal__content {
    max-width: 100%;
  }
  .modal__cookie {
    background: url(../img/box-small-sp.png) no-repeat center/contain;
    padding: 50px 0;
  }
  .modal__cookie p {
    font-size: 15px;
    max-width: 330px;
  }
  .modal__setting {
    background: url(../img/box-sp.png) no-repeat top/contain;
    width: 88.33vw;
    height: 130.63vw;
    margin: 0 auto;
    overflow: auto;
    padding: 10.42vw 0;
  }
  .modal__title {
    font-size: 4.17vw;
    margin-bottom: 3.13vw;
  }
  .modal__box {
    font-size: 2.71vw;
    max-width: 85%;
    padding: 4.17vw;
    height: 93.75vw;
    overflow: auto;
  }
  .modal__close {
    right: 25px;
    top: 25px;
    width: 18px;
    height: 18px;
  }
  .modal__head h3, .modal__head span {
    font-size: 15px;
  }
  .modal__action {
    margin: 2.08vw 0 0;
  }
  .modal__btnSave {
    width: 38.96vw;
    height: 9.79vw;
    font-size: 3.13vw;
  }
  .modal__btn {
    gap: 25px;
    margin-top: 25px;
  }
  .modal__btn li a {
    width: 126px;
    height: 37px;
    font-size: 13px;
  }
  .p-single h2 {
    font-size: 18px;
  }
  .p-single h3 {
    font-size: 18px;
  }
  .p-single .u-fs_l {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .l-main:has(.p-single) {
    padding: 7.3vw 0;
  }
  .c-heading img {
    height: 6.56vw;
  }
  .mv-caption__scroll img {
    height: 3.07vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-header__link[target=_blank] span {
    padding-right: 3vw;
  }
  .l-header__link[target=_blank] span:after {
    width: 1.82vw;
    height: 1.82vw;
  }
}
@media screen and (max-width: 374px) {
  .l-header__tool {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .l-header__link .menu-on {
    margin-top: 2px;
  }
}
@media screen and (max-width: 479px) {
  .l-header__links li a {
    font-size: 12px;
  }
  .l-header__links li + li:after {
    height: 12px;
    width: 2px;
  }
}
@media screen and (max-width: 480px) {
  .heading {
    font-size: 8.33vw;
  }
}
/*# sourceMappingURL=../../maps/assets/css/style.css.map */