@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li,
a {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */
}

select::-ms-expand {
  display: none;
  /* for IE11 */
}

textarea {
  -webkit-appearance: none;
}

input,
button {
  border-radius: 0;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: 0;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.element {
  width: 5%;
}

.element {
  width: 100px;
  height: 50px;
}

.header {
  position: absolute;
  background: #fff;
  z-index: 13;
  width: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.header .wrap__inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 1290px) {
  .header .wrap__inner {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header .wrap__inner {
    background-color: #fff;
  }
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
@media (max-width: 768px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
}
.header__logo {
  display: inline-block;
  width: 124px;
  height: 36px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .header__logo {
    margin: auto;
    width: 108px;
    height: 32px;
  }
}
.header__logo-img {
  display: block;
}

.footer {
  color: #595959;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0 5.625rem 4rem 5.625rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 0 0 6rem 0;
  }
}
.footer .wrap__inner {
  border-top: 1px solid #595959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1em;
}
@media (max-width: 991px) {
  .footer .wrap__inner {
    display: block;
  }
}
.footer__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.125em;
  width: min(719px, 58%);
  margin-right: 4.21%;
}
.footer__info span:nth-child(2)::before {
  content: "｜";
}
@media (max-width: 991px) {
  .footer__info {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .footer__info {
    font-size: 0.8125em;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
  }
  .footer__info span {
    display: block;
  }
  .footer__info span:nth-child(2)::before {
    display: none;
  }
}
.footer__links {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.5em;
  font-weight: 700;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .footer__links {
    font-size: 0.9375em;
    margin-bottom: 0.5rem;
  }
}
.footer__link {
  line-height: normal;
  position: relative;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-underline-offset: 8px;
  text-decoration-color: transparent;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link::after {
  content: "";
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  width: 2px;
  height: 70%;
  background-color: #000000;
}
.footer__link:last-child::after {
  display: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #f7f7fc;
  overflow-x: hidden;
  font-family: "Manrope", "Noto Sans TC", Helvetica, Arial, sans-serif;
}
body.scroll-fixed {
  overflow: hidden;
}

.section {
  position: relative;
  padding: 0 90px;
}
@media (max-width: 768px) {
  .section {
    padding: 0;
  }
}

.wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*新增1210*/
}
.wrap__inner {
  width: 90.552%;
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .wrap__inner {
    padding: 0;
  }
}
.wrap .splide__arrows {
  display: none;
}
@media (max-width: 1024px) {
  .wrap .splide__arrows {
    display: block;
  }
}

img {
  width: 100%;
}

.content {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content {
    min-height: calc(100vh - 64px);
  }
}
.content:before {
  content: "";
  display: block;
  padding-top: 70px;
}
@media (max-width: 1290px) {
  .content:before {
    padding-top: 60px;
  }
}
.content--no-padding > *:first-child {
  padding-top: 0;
}

.animate-text {
  display: block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1);
}

.animate--active::after {
  opacity: 1 !important;
}
.animate--active .animate-text-1 b,
.animate--active .in-title h1,
.animate--active .animate-text-2 strong,
.animate--active .kv__btn-box a,
.animate--active .animate-text,
.animate--active .kv__btn-depiction span {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.animate--active .kv__right {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.animate--active .kv__narrate {
  -webkit-animation: 0.8s 1.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) normal both running shake-bl;
          animation: 0.8s 1.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) normal both running shake-bl;
}
.animate--active .kv__casting-y,
.animate--active .kv__casting-b,
.animate--active .kv__casting-p,
.animate--active .kv__casting-right-content,
.animate--active .kv__casting-right-text {
  opacity: 1;
}
.animate--active .configuration__chart-item:nth-child(1) {
  -webkit-animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-left;
          animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-left;
}
.animate--active .configuration__chart-item:nth-child(2) {
  -webkit-animation: 0.6s 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-leftMb;
          animation: 0.6s 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-leftMb;
}
.animate--active .configuration__chart-item:nth-child(3) {
  -webkit-animation: 0.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-leftMb;
          animation: 0.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-leftMb;
}
@media (max-width: 768px) {
  .animate--active .configuration__chart-item.swiper-slide-active .configuration__chart-bar::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .animate--active .configuration__chart-item.swiper-slide-active .text {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media (min-width: 768px) {
  .animate--active .configuration__chart-item .configuration__chart-bar::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .animate--active .configuration__chart-item .text {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .animate--active .configuration__chart-item:nth-child(2) {
    -webkit-animation: 0.6s 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-left;
            animation: 0.6s 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-left;
  }
  .animate--active .configuration__chart-item:nth-child(2) .configuration__chart-bar::before {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .animate--active .configuration__chart-item:nth-child(2) .text {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .animate--active .configuration__chart-item:nth-child(3) {
    -webkit-animation: 0.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-left;
            animation: 0.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1) normal both running fade-in-left;
  }
  .animate--active .configuration__chart-item:nth-child(3) .configuration__chart-bar::before {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .animate--active .configuration__chart-item:nth-child(3) .text {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}

/* visible, hidden rwd */
.h1-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 1290px) {
  .hidden-middle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-min {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden-max {
    display: none !important;
  }
}
hr {
  border: 0;
  height: 0;
  border-bottom: none;
  margin: 24px 0;
}

svg {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.underline {
  border-bottom: 1px solid currentColor;
  text-underline-offset: 0.15em;
}

.lineblock {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.svgbox {
  position: relative;
  pointer-events: none;
}
.svgbox img[src$=".svg"],
.svgbox svg {
  width: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.block {
  display: block !important;
}

.bg-gray {
  background-color: #ededed;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-9 {
  margin-bottom: 36px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-11 {
  margin-bottom: 44px;
}
.mb-12 {
  margin-bottom: 48px;
}

.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-7 {
  margin-top: 28px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-9 {
  margin-top: 36px;
}
.mt-10 {
  margin-top: 40px;
}
.mt-11 {
  margin-top: 44px;
}
.mt-12 {
  margin-top: 48px;
}

.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-5 {
  margin-left: 20px;
}
.ml-6 {
  margin-left: 24px;
}
.ml-7 {
  margin-left: 28px;
}
.ml-8 {
  margin-left: 32px;
}
.ml-9 {
  margin-left: 36px;
}
.ml-10 {
  margin-left: 40px;
}
.ml-11 {
  margin-left: 44px;
}
.ml-12 {
  margin-left: 48px;
}

.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-5 {
  margin-right: 20px;
}
.mr-6 {
  margin-right: 24px;
}
.mr-7 {
  margin-right: 28px;
}
.mr-8 {
  margin-right: 32px;
}
.mr-9 {
  margin-right: 36px;
}
.mr-10 {
  margin-right: 40px;
}
.mr-11 {
  margin-right: 44px;
}
.mr-12 {
  margin-right: 48px;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.icon-md {
  font-size: 24px;
}

.icon-sm {
  font-size: 20px;
}

.icon-xxl {
  font-size: 50px;
}

.fc-red {
  color: #C1272D;
}

.fc-pink {
  color: #FFB3CA;
}

.fc-blue {
  color: #2D6DD7;
}

.fc-purple {
  color: #9D80FF;
}

.bold {
  font-weight: 700;
}

.bold-300 {
  font-weight: 300;
}

.align-center {
  text-align: center;
}

ol.disc {
  padding-left: 2em;
}
ol.disc > li {
  list-style: disc;
}
ol.decimal {
  font-family: "Noto Sans TC";
  padding-left: 1em;
  font-weight: 500;
}
ol.decimal > li {
  list-style: decimal;
}
ol.square {
  margin-left: 1em;
}
ol.square > li {
  list-style: square;
}
ol.decimal1em {
  margin-left: 1em;
}
ol.decimal1em > li {
  list-style: decimal;
}
ol.decimal-arc {
  counter-reset: counter;
}
ol.decimal-arc > li:before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
}

.use-desk {
  display: block;
}

.use-mobile {
  display: none !important;
}

@media (max-width: 991px) {
  .use-desk {
    display: none !important;
  }
  .use-mobile {
    display: block !important;
  }
}
.bg-yellow, .bg-blue {
  position: absolute;
  aspect-ratio: 1/1;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  border-radius: 600px;
}

.bg-yellow {
  width: min(600px, 31vw);
  height: min(600px, 31vw);
  background: rgba(255, 255, 0, 0.5);
  right: -5%;
  top: -30%;
}

.bg-blue {
  width: min(200px, 14vw);
  height: min(200px, 14vw);
  background: rgba(0, 229, 255, 0.7);
  right: 35%;
  bottom: -10%;
}
@media (max-width: 768px) {
  .bg-blue {
    display: none;
  }
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../font/MaterialIcons-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: local("MaterialIconsOutlined-Regular"), url(../font//gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2"), url(../font//MaterialIcons-Outlined.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: hidden;
  max-width: 1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.material-icons:before {
  content: attr(data-icon);
  vertical-align: bottom;
}
.material-icons + .icon-text {
  margin-left: 4px;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes shinyStart {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes shinyStart {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes scrolling {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scrolling {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes rotate-gradient {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@keyframes rotate-gradient {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-leftMb {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-leftMb {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shake-bl {
  0%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  10%, 90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@keyframes shake-bl {
  0%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  10%, 90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@-webkit-keyframes shine {
  to {
    /* 讓背景位置由左往右移動 */
    background-position: -200% center;
  }
}
@keyframes shine {
  to {
    /* 讓背景位置由左往右移動 */
    background-position: -200% center;
  }
}
.btn-container {
  -webkit-transition: 0.45s;
  transition: 0.45s;
  font-size: 2.4375em;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: #000;
  border: 3px solid #000;
  padding: 1.5rem 2.75rem;
  gap: 10px;
}
@media (max-width: 768px) {
  .btn-container {
    width: 100%;
    font-size: 1.5em;
    padding: 0.78125rem 0rem;
  }
}
.btn-container::after {
  content: "";
  display: block;
  width: 30px;
  height: 15.2px;
  background-image: url(../images/arrw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn-container:hover {
  border: 3px solid #000;
  background: #FFF;
}
.btn-container:hover .gradient-text {
  color: #000;
}
.btn-container:hover::after {
  background-image: url(../images/arrw-b.svg);
}

.gradient-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#a855f7), color-stop(50%, #e9d5ff), to(#a855f7));
  background-image: linear-gradient(90deg, #a855f7 0%, #e9d5ff 50%, #a855f7 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text; /* Safari/Chrome 需要 */
  color: transparent;
  -webkit-animation: shine 6s linear infinite;
          animation: shine 6s linear infinite;
}

.fixedBtn__area {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 2rem;
  top: 83%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 55px;
  background: #000000;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 4px 4px 15px 0 rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.75rem;
  height: 6.75rem;
  border: 2px solid #000000;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.75rem;
  z-index: 5;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
@media (max-width: 768px) {
  .fixedBtn__area {
    font-size: 1.25em;
    top: initial;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.75rem;
    border-top: 3px solid var(--purple, #9D80FF);
    background: #9D80FF;
    border: none;
    border-radius: 24px 24px 0 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .fixedBtn__area:hover {
    background: #fff;
  }
  .fixedBtn__area:hover .fixedBtn__btn {
    color: #000000;
    -webkit-text-fill-color: #000000;
  }
}
.fixedBtn__area.fixedBtn__area--active {
  opacity: 1;
  pointer-events: auto;
}
.fixedBtn__btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFA92), color-stop(50%, #FFF), to(#FFFA92));
  background-image: linear-gradient(90deg, #FFFA92 0%, #FFF 50%, #FFFA92 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: shine 6s linear infinite;
          animation: shine 6s linear infinite;
}
@media (max-width: 768px) {
  .fixedBtn__btn br {
    display: none;
  }
}

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: rgba(123, 123, 123, 0.9);
  display: none;
  text-align: center;
  letter-spacing: normal;
}
.lightbox--active {
  display: block;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
  z-index: 1000;
}
.lightbox__content {
  font-family: "Noto Sans";
  border-radius: 20px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #fff;
  background-size: cover;
  background-position: 100% 0%;
  -webkit-box-shadow: 0px 0px 14px 5px rgba(55, 66, 95, 0.1882352941), inset 0px 0px 10px 13px rgba(255, 255, 255, 0.2392156863);
          box-shadow: 0px 0px 14px 5px rgba(55, 66, 95, 0.1882352941), inset 0px 0px 10px 13px rgba(255, 255, 255, 0.2392156863);
}
.lightbox__box {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 2.5rem 4.375rem 4.375rem 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lightbox--active .lightbox__box {
  -webkit-animation: fadeInDown 0.35s;
          animation: fadeInDown 0.35s;
}
.lightbox__btn-close {
  position: absolute;
  top: 4%;
  right: 2.1%;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  padding: 4px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.lightbox__btn-close:before, .lightbox__btn-close:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #9D80FF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 50%;
  top: 50%;
  position: relative;
  margin-left: -40%;
  margin-top: -2px;
}
.lightbox__btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lightbox__btn-close:hover {
  opacity: 0.8;
}
.lightbox__title {
  font-size: 2.375em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.8em;
  white-space: nowrap;
  letter-spacing: 5px;
  background: var(--purple, linear-gradient(75deg, #9D80FF 9.12%, #C1B6FF 90.86%));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block;
}
.lightbox__body {
  overflow-y: scroll;
  height: 75vh;
  padding: 1.5em 1.5em 1em;
}
@media (max-width: 768px) {
  .lightbox__body {
    padding: 1.5em 1em 1em 0.5em;
  }
}
.lightbox__body::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 0.6510416667vw;
  border-radius: 10px;
}
.lightbox__body::-webkit-scrollbar-thumb {
  background: linear-gradient(14deg, #9D80FF 9.93%, #C1B6FF 90.07%);
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.lightbox__body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.862745098);
  background-color: #D9D9D9;
  border-radius: 10px;
}
.lightbox__subtitle {
  font-size: 24px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.lightbox__section {
  margin-bottom: 1.5em;
  text-align: start;
  color: #595959;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 22px;
}
.lightbox__section .highlight-text {
  color: #C1272D;
  text-underline-offset: 6px;
}
.lightbox__section ol {
  padding-left: 1.4em;
  list-style: decimal;
}
.lightbox__section ol li {
  margin-bottom: 0.625em;
  padding-left: 0.1em;
  line-height: 1.6;
  list-style: inherit;
}
.lightbox__section ol li::marker {
  font-weight: 300;
}
.lightbox__section ol li:last-child {
  margin-bottom: 0;
}
.lightbox__section ul {
  margin-bottom: 0.625em;
  padding-left: 1.2em;
  list-style: disc;
}
.lightbox__section ul li {
  margin-bottom: 0em;
}
.lightbox__section:last-child {
  margin-bottom: 0;
}

@media (max-width: 1420px) {
  .lightbox__btn-close {
    right: 3%;
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .lightbox__btn-close:before, .lightbox__btn-close:after {
    margin-left: -39%;
  }
  .lightbox__box {
    padding: vw(30px) vw(45px) vw(50px);
  }
  .lightbox__body {
    overflow-y: scroll;
    height: 75vh;
    padding: vw(24px) vw(24px) vw(16px) vw(10px);
  }
  .lightbox__title {
    font-size: 36px;
  }
  .lightbox__subtitle {
    font-size: 22px;
  }
  .lightbox__section {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .lightbox__content {
    width: 93%;
    border-radius: 30px;
  }
  .lightbox__btn-close {
    top: 3.6%;
    right: 5%;
  }
  .lightbox__box {
    padding: 6.5104166667vw 3.90625vw 7.8125vw 5.2083333333vw;
  }
  .lightbox__body {
    height: 70vh;
  }
  .lightbox__title {
    font-size: 6.25vw;
  }
  .lightbox__subtitle {
    font-size: 4.4270833333vw;
  }
  .lightbox__section {
    font-size: 4.1666666667vw;
  }
}
.in-title {
  color: #000;
  font-family: "Noto Sans TC";
  font-size: 4.375em;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
@media (max-width: 1290px) {
  .in-title {
    font-size: 3em;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 991px) {
  .in-title {
    font-size: 5.876vw;
    line-height: 6.876vw;
  }
}
@media (max-width: 500px) {
  .in-title {
    line-height: 12.84616vw;
    font-size: 11.3vw;
  }
  .in-title span {
    display: block;
  }
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.kv {
  padding: 3.875em 0 3.03125em 0;
  background: #EEE;
  overflow: hidden;
}
.kv .bg-blue {
  right: initial;
  bottom: 6%;
}
@media (max-width: 991px) {
  .kv {
    padding-top: 2.94375em;
  }
}
.kv b {
  font-size: 1.9375rem;
  display: block;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}
.kv strong {
  display: block;
  font-size: 2.4375em;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .kv strong {
    font-size: 1.5em;
  }
}
.kv small {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .kv small {
    text-align: center;
    font-size: 0.8125em;
    text-align: center;
    display: block;
  }
}
.kv .in-title {
  overflow: hidden;
}
@media (max-width: 768px) {
  .kv .in-title {
    margin-bottom: 1rem;
  }
}
.kv .in-title h1 {
  font-size: 6.25rem;
  line-height: inherit;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 991px) {
  .kv .in-title h1 {
    font-size: 10vw;
    line-height: 11vw;
  }
}
@media (max-width: 500px) {
  .kv .in-title h1 {
    font-size: 3.25rem;
    line-height: 3.4375rem;
  }
}
.kv__btn-box {
  margin-bottom: 2.8125rem;
  overflow: hidden;
}
.kv__btn-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition-delay: transform 0.3s;
          transition-delay: transform 0.3s;
}
@media (max-width: 768px) {
  .kv__btn-box a {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .kv__btn-box {
    margin-bottom: 1.8125rem;
  }
}
.kv__btn-depiction {
  display: block;
  overflow: hidden;
}
.kv__btn-depiction span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  display: block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1);
}
.kv .animate-text-1 {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.kv .animate-text-1 b {
  margin: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1);
}
@media (max-width: 768px) {
  .kv .animate-text-1 {
    margin-bottom: 1.25rem;
  }
}
.kv .animate-text-2 {
  overflow: hidden;
  margin-bottom: 2rem;
}
.kv .animate-text-2 strong {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .kv .animate-text-2 {
    margin-bottom: 1.25rem;
  }
}
.kv__right {
  position: relative;
  top: 14vw;
  left: 10%;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: -2.25rem;
}
@media (max-width: 768px) {
  .kv__right {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    top: 24vw;
    left: 0;
  }
}
@media (max-width: 991px) {
  .kv__right {
    margin-bottom: 2.085625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.kv__narrate {
  color: #595959;
  font-size: 1.94375em;
  font-weight: 700;
  line-height: normal;
  padding: 2.625rem 4rem 2.125rem 2.375rem;
  border-radius: 10.625rem 10.625rem 10.625rem 0.9375rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .kv__narrate {
    padding: 1.375rem 2.3125rem 1.375rem 1.375rem;
    border: 0.579px solid #FFF;
  }
}
@media (max-width: 598px) {
  .kv__narrate {
    font-size: 1.125em;
  }
}
@media (max-width: 360px) {
  .kv__narrate {
    font-size: 0.9375em;
    padding: 1.1875rem 1.1875rem 1.1875rem 0.8125rem;
  }
}
.kv__narrate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv__narrate-depiction {
  text-align: right;
}
.kv__narrate-interest {
  position: relative;
}
.kv__narrate-time {
  text-align: center;
}
.kv__narrate-fees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.kv__narrate-fees sub {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 598px) {
  .kv__narrate-fees sub {
    font-size: 0.8125rem;
  }
}
@media (max-width: 360px) {
  .kv__narrate-fees sub {
    font-size: 0.6875rem;
  }
}
.kv__narrate-fees b {
  margin-bottom: 0;
  color: #9D80FF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 598px) {
  .kv__narrate-fees b {
    font-size: 1.8091875rem;
  }
}
@media (max-width: 360px) {
  .kv__narrate-fees b {
    font-size: 1.4375rem;
  }
}
.kv__narrate-num {
  font-family: "Rubik", sans-serif;
  font-size: 14.6875rem;
  font-weight: 600;
  line-height: normal;
  background: conic-gradient(from var(--gradient-angle), #9D80FF, #C1B6FF, #9D80FF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-animation: rotate-gradient 6s linear infinite;
          animation: rotate-gradient 6s linear infinite;
  line-height: 0.8;
}
@media (max-width: 598px) {
  .kv__narrate-num {
    font-size: 8.5rem;
  }
}
.kv__narrate-year {
  font-size: 2.10625rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 1.4375rem;
}
@media (max-width: 598px) {
  .kv__narrate-year {
    font-size: 1.2194375rem;
  }
}
.kv__narrate small {
  font-size: 1.16875rem;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 598px) {
  .kv__narrate small {
    font-size: 0.8125rem;
    margin-top: 0.5625rem;
    margin-left: -0.9375rem;
  }
}
@media (max-width: 360px) {
  .kv__narrate small {
    font-size: 0.6875rem;
  }
}
.kv__mouse {
  text-align: center;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 3rem;
  margin-bottom: 5.4375rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .kv__mouse {
    padding-top: 2.8125rem;
    font-size: 0.875rem;
    letter-spacing: 0.28px;
    margin-bottom: 2.375rem;
  }
}
.kv__mouse-btn {
  margin: 0px auto 8px auto;
  width: 20px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.kv__mouse-scroll {
  display: block;
  width: 0px;
  height: 7px;
  border: 1.5px solid #000;
  border-radius: 50%;
  margin: auto;
  -webkit-animation: scrolling 1s linear infinite;
          animation: scrolling 1s linear infinite;
}
.kv__casting {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1179px) {
  .kv__casting {
    display: block;
  }
}
.kv__casting p {
  display: block;
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 6.0625rem;
  overflow: hidden;
}
@media (max-width: 1290px) {
  .kv__casting p {
    font-size: 1.25em;
    line-height: 1.625rem;
    margin-bottom: 1.875rem;
  }
}
.kv__casting-list {
  text-align: center;
  width: min(630px, 100%);
  overflow: hidden;
}
@media (max-width: 1179px) {
  .kv__casting-list {
    width: 80%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 598px) {
  .kv__casting-list {
    width: min(302px, 100%);
  }
}
.kv__casting ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .kv__casting ul {
    display: block;
  }
}
.kv__casting li {
  padding: 1.0625rem 1.3125rem;
  width: 50%;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1179px) {
  .kv__casting li {
    width: 100%;
  }
  .kv__casting li:first-child {
    margin-bottom: 1rem;
  }
}
.kv__casting li h3 {
  color: #9D80FF;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: normal;
}
.kv__casting li h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #CCC;
  margin: 10px 0;
}
.kv__casting li span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
.kv__casting .in-title .animate-text {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.kv__casting-right {
  padding-top: 90px;
}
@media (max-width: 1366px) {
  .kv__casting-right {
    padding-top: 0;
  }
}
.kv__casting-left {
  width: 55%;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .kv__casting-left {
    white-space: inherit;
    width: 45%;
  }
}
@media (max-width: 1179px) {
  .kv__casting-left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.kv__casting-left p .animate-text {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 768px) {
  .kv__casting-right {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto -260px auto;
  }
}
.kv__casting-right-box {
  width: 602px;
  height: 617px;
  background-size: cover;
  position: relative;
}
@media (max-width: 1290px) {
  .kv__casting-right-box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 1179px) {
  .kv__casting-right-box {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: auto;
  }
}
@media (max-width: 768px) {
  .kv__casting-right-box {
    -webkit-transform: scale(0.54818);
            transform: scale(0.54818);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@media (max-width: 360px) {
  .kv__casting-right-box {
    -webkit-transform: scale(0.48);
            transform: scale(0.48);
  }
}
.kv__casting-right-box::after {
  content: "";
  display: block;
  border-radius: 99em;
  background: #FFF;
  width: 258px;
  height: 258px;
  position: absolute;
  left: 49%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.kv__casting-right-text {
  position: absolute;
  top: 53%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2.4375rem;
  font-weight: 700;
  opacity: 0;
}
.kv__casting-right-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #595959;
}
.kv__casting-right-data span {
  margin-top: 0.875rem;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.kv__casting-right-content {
  opacity: 0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.kv__casting-right-content img {
  display: block;
  margin: 0 auto 1.375rem auto;
}
.kv__casting-right-content h3 {
  text-align: center;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: inherit;
  width: 100%;
  display: block;
}
.kv__casting-right-img {
  position: relative;
}
.kv__casting-right-img::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  border-radius: 99em;
}
.kv__casting-y, .kv__casting-b, .kv__casting-p {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.kv__casting-y {
  top: 14px;
  left: 37px;
  width: 354.49px;
  height: 323.746px;
  background-image: url(../images/kv_bg_y.svg);
  z-index: 2;
}
.kv__casting-y img {
  width: 4.375rem;
  height: 3.25rem;
}
.kv__casting-b {
  bottom: -11px;
  left: 0;
  width: 343.432px;
  height: 354.332px;
  background-image: url(../images/kv_bg_b.svg);
  z-index: 3;
}
.kv__casting-b img {
  width: 4.7375rem;
  height: 4.10625rem;
}
.kv__casting-p {
  bottom: 85px;
  right: 2px;
  width: 329.423px;
  height: 354.343px;
  background-image: url(../images/kv_bg_p.svg);
  z-index: 1;
}
.kv__casting-p img {
  width: 4.20625rem;
  height: 3.125rem;
}
.kv .finisher-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54vw;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #EEEEEE), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #EEEEEE 85%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #EEEEEE), to(transparent));
  mask-image: linear-gradient(to bottom, #EEEEEE 85%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 768px) {
  .kv .finisher-header {
    height: 100vh;
  }
}

.configuration {
  padding: 3.75em 0 3.44375em 0;
}
@media (max-width: 768px) {
  .configuration {
    padding: 2em 0 2.8125em 0;
  }
}
.configuration p {
  display: block;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .configuration p {
    font-size: 1.25em;
    line-height: 1.625rem;
    margin-bottom: 1.875rem;
  }
  .configuration p br:last-child {
    display: none;
  }
}
.configuration__chart {
  color: #595959;
  width: min(854px, 100%);
  margin: auto;
}
.configuration__chart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.configuration__chart-item {
  width: min(250px, 100% - 302px);
  opacity: 0;
}
.configuration__chart-item .configuration__chart-box {
  border-radius: 20px;
  padding-bottom: 0.3125em;
  width: 100%;
}
@media (max-width: 768px) {
  .configuration__chart-item .configuration__chart-box {
    max-width: 280px;
    margin: auto;
  }
}
.configuration__chart-item:nth-child(1) .configuration__chart-box {
  background: #F5F560;
}
.configuration__chart-item:nth-child(2) .configuration__chart-box {
  background: #A3EF95;
}
.configuration__chart-item:nth-child(3) .configuration__chart-box {
  background: #9BE5ED;
}
.configuration__chart-item .configuration__chart-bar:nth-child(1)::before {
  background: #F5F560;
}
.configuration__chart-item .configuration__chart-bar:nth-child(2)::before {
  background: #B8B0EA;
}
.configuration__chart-item .configuration__chart-bar:nth-child(3)::before {
  background: #A9A9A9;
}
.configuration__chart-title {
  font-size: 1.9375em;
  font-weight: 700;
  line-height: 2.1875rem;
  padding: 1.375rem;
  text-align: center;
}
.configuration__chart-content {
  position: relative;
  width: calc(100% - 10px);
  margin: auto;
  height: 300px;
  background: #FFF;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
}
.configuration__chart-content::before {
  width: min(200px, 100%);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  background: #CCC;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.configuration__chart-illustrat {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .configuration__chart-illustrat {
    font-size: 1.25rem;
  }
}
.configuration__chart-illustrat li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.configuration__chart-illustrat li span {
  width: calc(100% - 0.9375rem);
}
.configuration__chart-illustrat li::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 10px;
  border-radius: 99em;
  position: relative;
  top: 3px;
}
@media (max-width: 768px) {
  .configuration__chart-illustrat li::before {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.configuration__chart-illustrat li:nth-child(1)::before {
  background: #F5F560;
}
.configuration__chart-illustrat li:nth-child(2)::before {
  background: #B8B0EA;
}
.configuration__chart-illustrat li:nth-child(3)::before {
  background: #A9A9A9;
}
.configuration__chart-origin {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 1rem;
}
.configuration__chart-origin br {
  display: none;
}
@media (max-width: 768px) {
  .configuration__chart-origin br {
    display: block;
  }
}
.configuration__chart-bar {
  position: relative;
  width: 1.5625rem;
  height: 100%;
  z-index: 1;
}
.configuration__chart-bar .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1em;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}
.configuration__chart-bar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(var(--val) * 2.3px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}
.configuration__chart-bar.positive::before {
  bottom: 49.8%;
  height: calc(var(--val) * 2.3px + 7px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.configuration__chart-bar.positive .text {
  bottom: calc(50% + var(--val) * 2.3px + 17px);
}
.configuration__chart-bar.negative::before {
  top: 50.2%;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.configuration__chart-bar.negative .text {
  top: calc(50% + var(--val) * 2.3px + 10px);
}
.configuration__chart-pagination {
  margin-top: 1.25rem;
  text-align: center;
  display: none;
}
.configuration__chart-pagination .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background: #E3E3E3;
  opacity: 1;
}
.configuration__chart-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
  border: 1px solid #595959;
}
@media (max-width: 768px) {
  .configuration__chart-pagination {
    display: block;
    margin-bottom: 0.8125rem;
  }
}

.monitoring {
  overflow: hidden;
  padding: 5em 0 5.125em 0;
  background: #EEE;
}
@media (max-width: 768px) {
  .monitoring {
    padding: 2.8125rem 0 3.75rem 0;
  }
}
.monitoring p {
  display: block;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  overflow: hidden;
}
.monitoring p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .monitoring p {
    font-size: 1.25em;
    line-height: 1.625rem;
  }
  .monitoring p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.monitoring strong {
  display: block;
  font-size: 2.4375em;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 768px) {
  .monitoring strong {
    font-size: 1.5em;
    line-height: 1.3;
  }
}
.monitoring__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .monitoring__btn-box {
    margin-top: 2rem;
  }
  .monitoring__btn-box .animate-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .monitoring .bg-yellow, .monitoring .bg-blue {
    display: none;
  }
}

.section-notice {
  padding-top: 2em;
  padding-bottom: 3em;
}
.section-notice .notice-container {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 28px;
  text-align: justify;
}
.section-notice .notice-title {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0.375rem;
}
/*# sourceMappingURL=all.css.map */