/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Open+Sans&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Font */
/* color */
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans TC", "Noto Serif TC", "Open Sans", sans-serif;
}

p {
  font-family: "Noto Sans TC", "Noto Serif TC", "Open Sans", sans-serif;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 570px;
  padding: 40px 10px 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 24px;
  text-align: center;
  z-index: 100;
}
.cookies p {
  margin-bottom: 25px;
  line-height: 1.8;
}
.cookies a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #fff;
}
.cookies a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 4px;
}
.cookies a:hover {
  text-decoration: none;
}
.cookies__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.cookies__close:before, .cookies__close:after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.cookies__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookies__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookies__agree {
  display: inline-block;
  background-color: #6f6f6f;
  padding: 5px 15px;
  border-radius: 10px;
  letter-spacing: 2px;
  font-size: 29px;
  line-height: 29px;
  cursor: pointer;
}
.cookies__agree:hover {
  background-color: #2da29f;
}

@media (min-width: 641px) {
  .cookies {
    bottom: 0;
    left: 30px;
    transform: none;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2999;
  background: #000;
}
.loading__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.loading__ani {
  position: relative;
  width: 30.25em;
  height: 30.25em;
  border-radius: 100%;
  border: 2px solid transparent;
  border-color: transparent rgba(255, 255, 255, 0.3) transparent rgba(255, 255, 255, 0.3);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.loading__text {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  width: 18em;
}
.loading__text p {
  color: rgba(255, 201, 71, 0.7);
  font-size: 2.875em;
  font-weight: 500;
  letter-spacing: 10px;
  line-height: 1;
  margin: 0;
}
.loading__bar {
  width: 15px;
  height: 6px;
  border-radius: 2px;
  background-color: #ffc947;
  position: absolute;
  top: 56%;
  left: 42%;
  transform: translate(-50%, -50%);
  animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
@keyframes picIn {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loadingJ {
  0%, 100% {
    left: 42%;
  }
  50% {
    left: 57%;
    background-color: #04573d;
    width: 25px;
  }
}
@media (max-width: 992px) {
  .loading__text {
    width: 12em;
  }
  .loading__bar {
    height: 3px;
  }
}
.hamburger {
  display: none;
}

.menu {
  display: none;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 220px);
  height: 87%;
  z-index: 3;
  pointer-events: none;
}
.menu__frames {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu__frames__line {
  position: absolute;
  opacity: 0.5;
  background-color: #fff;
}
.menu__frames__right {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.menu__frames__top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.menu__frames__bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.menu__frames__left {
  left: 0;
  width: 1px;
  height: calc((100% - 360px) / 2);
}
.menu__frames__left-1 {
  top: 0;
}
.menu__frames__left-2 {
  bottom: 0;
}
.menu__list {
  position: absolute;
  left: -2.1875em;
  top: 50%;
  transform: translateY(-50%);
  width: 4.375em;
  height: 22.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.3125em 0;
}
.menu__item {
  position: relative;
}
.menu__item .clickTip {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu__item__num {
  position: relative;
  width: 4.375em;
  height: 4.375em;
  border: 2px solid #fff;
  border-radius: 50%;
  pointer-events: auto;
  margin: 0.46875em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu__item__num::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: #fff solid 1px;
  opacity: 0.3;
  pointer-events: none;
}
.menu__item__num.active {
  background: url(../images/common/menu/menu-active.png) no-repeat center center/4.375em 4.375em;
}
.menu__item p {
  font-size: 1.875em;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", "Noto Sans TC", "Noto Serif TC", sans-serif;
}
.menu__item__text {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.menu__item__text p {
  white-space: nowrap;
  font-size: 1.3em;
}
.menu__item:hover .menu__item__text {
  left: 130%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.125em;
    height: 3.125em;
    background-color: #000;
    pointer-events: auto;
    z-index: 4;
  }
  .hamburger__line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #5a9272;
    width: 1.5625em;
    height: 0.125em;
    transform-origin: center center;
  }
  .hamburger__line::before, .hamburger__line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #5a9272;
    transform-origin: center center;
    transition: 0.3s;
  }
  .hamburger__line::before {
    left: 0;
    top: -0.5em;
  }
  .hamburger__line::after {
    right: 0;
    top: 0.5em;
  }
  .hamburger.active .hamburger__line {
    visibility: hidden;
  }
  .hamburger.active .hamburger__line::before {
    visibility: visible;
    transform: rotate(45deg);
    top: 0;
  }
  .hamburger.active .hamburger__line::after {
    visibility: visible;
    transform: rotate(-45deg);
    top: 0;
  }
  .menu {
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.93);
    display: block;
  }
  .menu__frames {
    display: none;
  }
  .menu__list {
    width: auto;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    border: rgba(255, 255, 255, 0.23) solid 1px;
    padding: 0 0.9375em;
  }
  .menu__item {
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.625em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  }
  .menu__item .clickTip {
    display: none;
  }
  .menu__item__text {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    left: auto;
    top: auto;
    display: block;
    white-space: nowrap;
    margin: 0 1.25em;
  }
  .menu__item__text p {
    margin: 0;
    font-size: 1.375em;
    font-weight: 300;
  }
  .menu__item:last-child {
    border: none;
  }
}
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Noto Sans TC", "Noto Serif TC", "Open Sans", sans-serif;
}

.indexLifeBureau {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

.wrapper {
  position: relative;
  top: 71px;
  width: 100%;
  height: calc(100% - 71px);
}

.section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 120em;
  height: 100%;
  max-height: 67.5em;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.gradientBg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120.6875em;
  height: 68.0625em;
  pointer-events: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/overlayBg.png) #000000 repeat center center/auto auto;
}

.bg-pc {
  display: block;
}

.bg-mobile {
  display: none;
}

.bg__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.bg__gradient__item {
  display: block;
  position: absolute;
}
.bg__gradient__item-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
}
.bg__gradient__item-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
}
.bg__gradient__item-left {
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
}
.bg__gradient__item-right {
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
}

.clickTip {
  display: none;
  pointer-events: none;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  top: 1.3em;
  right: 1.3em;
}
.clickTip:before, .clickTip:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background: rgba(255, 255, 255, 0.8);
  border: inherit;
  border-radius: inherit;
  animation: pulsing 1.5s both linear infinite;
  transform-origin: left top;
}
.clickTip:after {
  animation: pulsing1 1.5s both linear infinite;
}

.nextArrow {
  display: none;
}

@media (max-width: 992px) {
  header {
    display: none;
  }
  .bg-pc {
    display: none;
  }
  .bg-mobile {
    display: block;
  }
  .wrapper {
    top: 0;
    height: 100%;
  }
  .overlay {
    background: url(../images/common/overlayBg.png) #000000 repeat center center/5px 5px;
  }
  .clickTip:before {
    animation: pulsing_mb 1.5s both linear infinite;
  }
  .clickTip:after {
    animation: pulsing1_mb 1.5s both linear infinite;
  }
  .nextArrow {
    display: none;
    position: absolute;
    top: 92%;
    left: 49%;
    transform: translateX(-50%);
    width: 2em;
    z-index: 2;
    animation: arrowRightAni 1.5s both linear infinite;
  }
  .nextArrow img {
    width: 100%;
    height: auto;
  }
  @keyframes arrowRightAni {
    0%, 100% {
      left: 49%;
    }
    50% {
      left: 51%;
    }
  }
}
@keyframes pulsing_mb {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(5) scaleX(5) translate(-50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scaleY(5) scaleX(5) translate(-50%, -50%);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  }
}
@keyframes pulsing1_mb {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(3) scaleX(3) translate(-50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scaleY(3) scaleX(3) translate(-50%, -50%);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  }
}
@keyframes pulsing {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(9) scaleX(9) translate(-50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scaleY(9) scaleX(9) translate(-50%, -50%);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  }
}
@keyframes pulsing1 {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(5) scaleX(5) translate(-50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scaleY(5) scaleX(5) translate(-50%, -50%);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  }
}
header {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "PingFangTC", "Heiti TC", "Microsoft JhengHei", "Noto Sans Myanmar", "Arial", "sans-serif";
}
header a {
  text-decoration: none;
  background-color: transparent;
}
header a:hover {
  text-decoration: underline;
}
header .bg-pc {
  display: block;
}
header .bg-mobile {
  display: none;
}
header img {
  vertical-align: middle;
  border-style: none;
}
@media (max-width: 992px) {
  header {
    overflow: unset;
    height: 40px;
  }
  header .bg-pc {
    display: none;
  }
  header .bg-mobile {
    display: block;
  }
}
header .header__logo {
  margin-left: 18px;
  height: 100%;
}
header .header__logo img {
  width: auto;
  height: 100%;
}
header .header__menu {
  position: absolute;
  width: 22px;
  top: 7px;
  right: 10px;
}
header .header__menu img {
  width: 100%;
  height: auto;
}
header .header__nav {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.9em;
}
header .header__nav > li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin-left: 0.8vw;
  margin-right: 0.8vw;
  line-height: 70px;
  z-index: 2;
}
header .header__nav > li.bg-pc {
  display: inline-block;
}
header .header__nav > li.bg-mobile {
  display: none;
}
header .header__nav > li a {
  color: #000;
}
header .header__nav span.bg-pc {
  display: inline-block;
}
header .header__nav span.bg-mobile {
  display: none;
}
@media (max-width: 1300px) {
  header .header__nav {
    font-size: 0.5em;
  }
}
@media (max-width: 1000px) {
  header .header__nav li {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
  }
}
@media (max-width: 992px) {
  header .header__nav {
    font-size: 0.8em;
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: -1019px;
    border-top: 1px solid #b11a21;
  }
  header .header__nav span {
    display: none;
  }
  header .header__nav span.bg-pc {
    display: none;
  }
  header .header__nav span.bg-mobile {
    display: inline-block;
  }
  header .header__nav > li {
    width: 100%;
    background-color: #fff;
    margin: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: #c0c0c0 1px solid;
    font-weight: bold;
    padding-left: 85px;
  }
  header .header__nav > li.bg-pc {
    display: none;
  }
  header .header__nav > li.bg-mobile {
    display: inline-block;
  }
  header .header__nav > li a {
    position: relative;
  }
  header .header__nav > li a::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #b11a21;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header__nav .header__nav--share {
    padding-left: 65px;
    height: 40px;
  }
}
header .header__nav .menudown > ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 240px;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #b11a21;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  opacity: 0;
  list-style: none;
  transition: 0.5s;
  pointer-events: none;
}
header .header__nav .menudown > ul > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  text-align: center;
  line-height: 1em;
}
header .header__nav .menudown > ul > li a {
  position: relative;
  display: block;
  padding: 7px;
  color: #fff;
}
header .header__nav .menudown > ul > li:nth-child(odd) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #fff;
}
header .header__nav .menudown:hover > ul {
  top: 80%;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 992px) {
  header .header__nav .menudown {
    height: auto;
  }
  header .header__nav .menudown > ul {
    display: block;
    position: relative;
    left: -140px;
    top: 0;
    height: auto;
    width: calc(100% + 140px);
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  header .header__nav .menudown > ul > li {
    height: auto;
    text-align: left;
    padding-left: 180px;
  }
  header .header__nav .menudown > ul > li a {
    color: #000;
  }
}
header .header__nav__share {
  cursor: pointer;
}
header .header__nav__share img {
  height: 35px;
  width: auto;
}
@media (max-width: 992px) {
  header .header__nav__share img {
    margin-top: -3px;
    height: 28px;
    width: auto;
  }
}
header .header__nav__share:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.section-f0 {
  background-color: #000;
}
.section-f0 .rect {
  position: fixed;
  top: 71px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 220px);
  height: calc(87% - 71px);
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.section-f0 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.section-f0 .bg > img {
  position: relative;
  z-index: 1;
}
.section-f0 .bg__gradient__item-left, .section-f0 .bg__gradient__item-right {
  width: 5%;
}
.section-f0 .gate {
  position: absolute;
  left: 49.775%;
  top: 48%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 27.55%;
}
.section-f0 .gate__item {
  position: relative;
}
.section-f0 .gate__item-left {
  width: 50.25%;
}
.section-f0 .gate__item-right {
  width: 49.75%;
}
.section-f0 .logo {
  position: absolute;
  top: 46%;
  left: 49.8%;
  transform: translate(-50%, -50%);
  width: 29%;
}

@media (min-width: 993px) and (max-height: 992px) {
  .section-f0 .bg {
    width: 80%;
  }
  .section-f0 .logo {
    width: 22%;
  }
}
@media (max-width: 992px) {
  .section-f0 .rect {
    display: none;
  }
  .section-f0 .bg {
    width: 261%;
  }
  .section-f0 .bg::before, .section-f0 .bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 20%;
    z-index: 2;
  }
  .section-f0 .bg::before {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f0 .bg::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f0 .logo {
    width: 74%;
  }
}
.section-f1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.section-f1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center center;
}
.section-f1 .bg__box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.section-f1 .characters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-f1 .characters__box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-f1 .title {
  position: absolute;
  left: 48.5%;
  top: 61.8%;
  transform: translate(-50%, -50%);
  width: 36.5%;
}
.section-f1 .desc {
  position: absolute;
  left: 50%;
  top: 77.8%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section-f1 .desc p {
  text-align: center;
  font-size: 0.9vw;
  color: #fff;
  line-height: 1.7;
}

@media (min-width: 993px) and (max-height: 992px) {
  .section-f1 .title {
    width: 26.5%;
  }
  .section-f1 .characters__box {
    top: 60%;
  }
}
@media (max-width: 992px) {
  .section-f1 .bg__box {
    position: relative;
    top: 43%;
  }
  .section-f1 .bg__box::before, .section-f1 .bg__box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .section-f1 .bg__box::before {
    top: 0;
    left: 0;
    height: 20%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f1 .bg__box::after {
    bottom: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f1 .characters__box {
    position: relative;
  }
  .section-f1 .characters__box::before, .section-f1 .characters__box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .section-f1 .characters__box::before {
    top: 0;
    left: 0;
    height: 20%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f1 .characters__box::after {
    bottom: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f1 .title {
    top: 66.8%;
    width: 91.5%;
  }
  .section-f1 .desc {
    top: 84.5%;
    width: 100%;
  }
  .section-f1 .desc p {
    font-size: 3.2vw;
  }
}
.section-f2 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-f2 .bg__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.section-f2 .monitor {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
.section-f2 .monitor__player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.section-f2 .monitor__default {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: brightness(0.5) blur(5px);
}
.section-f2 .monitor__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-f2 .monitor__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-f2 .video {
  position: absolute;
  left: 50%;
  top: 73%;
  transform: translate(-50%, -50%);
  width: 35%;
}
.section-f2 .video__swiper {
  width: 100%;
}
.section-f2 .video__swiper .swiper-slide {
  padding: 0.4375em;
  cursor: pointer;
}
.section-f2 .video__item__icon {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  border: 1px solid #fff;
}
.section-f2 .video__item__icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #ffffff;
}

@media (min-width: 993px) and (max-height: 992px) {
  .section-f2 .bg__gradient__item-top {
    height: 10%;
  }
  .section-f2 .bg__box {
    width: 84%;
  }
  .section-f2 .monitor {
    width: 34.5%;
    top: 37.5%;
  }
  .section-f2 .video {
    top: 75%;
    width: 30%;
  }
}
@media (max-width: 992px) {
  .section-f2 .bg {
    width: 100%;
    height: 100%;
  }
  .section-f2 .monitor {
    width: 90%;
    border: 5px solid #000;
  }
  .section-f2 .video {
    width: 100%;
    padding: 0 2vw;
  }
}
.section-f3 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120em;
  height: 67.5em;
}
.section-f3 .bg__gradient__item-top {
  height: 0;
}
.section-f3 .bg__gradient__item-left {
  width: 0;
}
.section-f3 .bg__gradient__item-right {
  width: 0;
}
.section-f3 .tip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 71%;
  left: 50%;
  transform: translateX(-50%);
}
.section-f3 .tip__img {
  width: 2.2em;
  margin-right: 0.2em;
  animation: arrowLeftAni 1.5s linear both infinite;
}
.section-f3 .tip__text p {
  white-space: nowrap;
  font-size: 1.5em;
  color: #b7b7b7;
  margin: 0;
  margin-top: -0.3em;
}
@keyframes arrowLeftAni {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
.section-f3 .plan {
  position: absolute;
  left: 50%;
  top: 48.5%;
  transform: translate(-50%, -50%);
  width: 65%;
}
.section-f3 .plan__bg {
  width: 100%;
}
.section-f3 .plan__department {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-f3 .plan__department__item {
  position: absolute;
  width: 25.6%;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.section-f3 .plan__department__item-reincarnation {
  left: 0;
  top: 55.5%;
}
.section-f3 .plan__department__item-marriage {
  left: 0;
  top: 29.5%;
}
.section-f3 .plan__department__item-love {
  width: 25.55%;
  left: 24.9%;
  top: 0;
}
.section-f3 .plan__department__item-chief {
  width: 25.55%;
  left: 49.75%;
  top: 0;
}
.section-f3 .plan__department__item-illness {
  right: 0;
  top: 29.5%;
}
.section-f3 .plan__department__item-fighting {
  right: 0;
  top: 55.5%;
  display: block;
}
.section-f3 .plan__department .clickTip {
  top: 45%;
  left: 12%;
}
.section-f3 .plan__department .clickTip::before, .section-f3 .plan__department .clickTip::after {
  background: rgba(7, 209, 126, 0.8);
}
.section-f3 .department {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-f3 .department p {
  font-family: "Noto Serif TC", "Noto Sans TC", "Open Sans", sans-serif;
}
.section-f3 .department__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-f3 .department__item-marriage .department__input-slogan {
  top: 30%;
  left: 14.5%;
}
.section-f3 .department__item-marriage .department__input-slogan p {
  font-size: 2.9vw;
  line-height: 1.3;
}
.section-f3 .department__item-love .department__man {
  left: 46%;
  width: 31.7%;
}
.section-f3 .department__item-love .department__thing {
  left: 73.2%;
  top: 48.5%;
  width: 13%;
}
.section-f3 .department__item-love .department__static-stamp {
  width: 15%;
  top: 61.5%;
  left: 4.8%;
}
.section-f3 .department__item-chief .department__man {
  left: 46.7%;
  width: 27.9%;
}
.section-f3 .department__item-chief .department__thing {
  left: 73.2%;
  top: 59.2%;
  width: 12%;
}
.section-f3 .department__item-reincarnation .department__man {
  left: 50.3%;
  width: 26%;
}
.section-f3 .department__item-illness .department__man {
  left: 48%;
  width: 27.5%;
  bottom: -3.5%;
}
.section-f3 .department__item-illness .department__thing {
  left: 68.6%;
  top: 54.2%;
  width: 15%;
}
.section-f3 .department__item-illness .department__static-stamp {
  width: 17%;
  top: 42.5%;
  left: 69.8%;
}
.section-f3 .department__item-illness .department__input-slogan {
  left: 10.5%;
}
.section-f3 .department__item-illness .department__input-slogan p {
  font-size: 3vw;
}
.section-f3 .department__item-fighting .department__man {
  left: 51%;
  width: 23.5%;
}
.section-f3 .department__item-fighting .department__thing {
  left: 68.6%;
  top: 54.2%;
  width: 15%;
}
.section-f3 .department__item-fighting .department__static-stamp {
  width: 19%;
}
.section-f3 .department__item-fighting .department__input-slogan {
  top: 30%;
  left: 14.5%;
  margin-bottom: 0.3vw;
}
.section-f3 .department__item-fighting .department__input-slogan p {
  font-size: 2.9vw;
  line-height: 1.3;
}
.section-f3 .department__hangtag {
  position: absolute;
  top: -2%;
  right: 16.8%;
  width: 11.5%;
}
.section-f3 .department__hangtag p {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.section-f3 .department__hangtag__cn {
  position: absolute;
  left: 0;
  top: 59%;
  width: 100%;
}
.section-f3 .department__hangtag__cn p {
  font-size: 2.2vw;
}
.section-f3 .department__hangtag__en {
  position: absolute;
  left: 0;
  top: 88.5%;
  width: 100%;
}
.section-f3 .department__hangtag__en p {
  font-size: 0.68vw;
}
.section-f3 .department__paper {
  position: absolute;
  top: 44.5%;
  left: 39%;
  transform: translate(-50%, -50%);
  width: 38%;
}
.section-f3 .department__tag {
  position: absolute;
  left: 3.45%;
  top: -7%;
  width: 93.2%;
  padding: 0 0.5vw;
  display: flex;
  z-index: 0;
}
.section-f3 .department__tag__text {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0.25vw;
  padding-bottom: 12%;
  background-color: #f0eee5;
}
.section-f3 .department__tag__text p {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  display: block;
  color: #6b6b6b;
  font-size: 0.9vw;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.section-f3 .department__content {
  position: relative;
}
.section-f3 .department__static {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.5vw;
  font-weight: 300;
}
.section-f3 .department__static p {
  color: #000;
  letter-spacing: 0.5vw;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 0.95vw;
}
.section-f3 .department__static-title {
  width: 16.8%;
  height: 11.4%;
  top: 10.5%;
  left: 7.8%;
}
.section-f3 .department__static-name {
  width: 13.8%;
  height: 11.4%;
  top: 10.5%;
  left: 55.8%;
}
.section-f3 .department__static-slogan {
  width: 31.8%;
  height: 11.4%;
  top: 22.5%;
  left: 7.8%;
}
.section-f3 .department__static-date {
  width: 44.8%;
  height: 11.4%;
  top: 82.5%;
  left: 7.8%;
}
.section-f3 .department__static-stamp {
  width: 17%;
  top: 27.5%;
  left: 69.8%;
}
.section-f3 .department__input {
  display: flex;
  align-items: center;
  padding: 0 1vw;
}
.section-f3 .department__input p {
  color: #000;
  margin: 0;
  line-height: 1;
  font-size: 1.2vw;
  font-weight: 600;
}
.section-f3 .department__input-title {
  position: absolute;
  width: 31.8%;
  height: 11.4%;
  top: 10.5%;
  left: 24.2%;
}
.section-f3 .department__input-name {
  position: absolute;
  width: 23%;
  height: 11.4%;
  top: 10.5%;
  left: 69.5%;
}
.section-f3 .department__input-slogan {
  position: absolute;
  width: 79%;
  height: 48.4%;
  top: 29%;
  left: 13.5%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section-f3 .department__input-slogan p {
  font-size: 3.2vw;
  letter-spacing: 0.2vw;
  line-height: 1.3;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5vw;
}
.section-f3 .department__thing {
  position: absolute;
  left: 70.5%;
  top: 54.5%;
  width: 15%;
}
.section-f3 .department__furniture {
  position: absolute;
  left: 42.5%;
  top: 30.5%;
  width: 39%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-f3 .department__furniture__desk {
  width: 63%;
}
.section-f3 .department__furniture__cabinet {
  width: 35%;
}
.section-f3 .department__man {
  position: absolute;
  left: 48.7%;
  bottom: 0;
  width: 27.6%;
}
.section-f3 .department__back {
  position: absolute;
  top: 70%;
  left: 21.3%;
  background-color: #07d37f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2vw 1.3vw;
  cursor: pointer;
}
.section-f3 .department__back__icon {
  width: 0.7vw;
  margin-right: 1vw;
}
.section-f3 .department__back p {
  font-size: 1.4vw;
  line-height: 1;
  margin: 0;
}

@media (min-width: 993px) and (max-height: 992px) {
  .section-f3 .bg {
    width: 100%;
    height: 100%;
  }
  .section-f3 .bg__gradient {
    display: block;
  }
  .section-f3 .bg__gradient__item-top {
    height: 10%;
  }
  .section-f3 .bg__gradient__item-bottom {
    height: 30%;
  }
  .section-f3 .bg__gradient__item-left {
    width: 20%;
  }
  .section-f3 .bg__gradient__item-right {
    width: 20%;
  }
  .section-f3 .bg__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-f3 .bg__paper {
    width: 30%;
  }
  .section-f3 .tip__img {
    width: 1.5vw;
  }
  .section-f3 .tip__text p {
    margin-top: -0.2vw;
    font-size: 1.1vw;
  }
  .section-f3 .plan {
    opacity: 0;
    visibility: hidden;
    width: 53%;
  }
  .section-f3 .department__hangtag {
    top: 0;
    right: 24.5%;
    width: 9%;
  }
  .section-f3 .department__hangtag__cn p {
    font-size: 1.8vw;
  }
  .section-f3 .department__hangtag__en p {
    font-size: 0.63vw;
  }
  .section-f3 .department__furniture {
    width: 31%;
    top: 31.5%;
    left: 43.6%;
  }
  .section-f3 .department__paper {
    width: 32.5%;
  }
  .section-f3 .department__tag__text {
    width: 22%;
  }
  .section-f3 .department__character {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-f3 .department__back {
    padding: 1vw;
    left: 23.8%;
  }
  .section-f3 .department__back p {
    font-size: 1.2vw;
  }
  .section-f3 .department__static p {
    font-size: 0.9vw;
  }
  .section-f3 .department__static-stmp {
    width: 19%;
  }
  .section-f3 .department__input-slogan {
    left: 18.8%;
  }
  .section-f3 .department__input-slogan p {
    font-size: 2.3vw;
    margin-bottom: 0.3vw;
  }
  .section-f3 .department__item-fighting .department__static-stamp {
    width: 20%;
  }
  .section-f3 .department__item-fighting .department__man {
    left: 49.3%;
    width: 19.1%;
    bottom: 10.5%;
  }
  .section-f3 .department__item-fighting .department__input-slogan {
    left: 12.5%;
  }
  .section-f3 .department__item-fighting .department__input-slogan p {
    font-size: 2.3vw;
  }
  .section-f3 .department__item-fighting .department__thing {
    left: 64.3%;
    top: 55%;
    width: 12%;
  }
  .section-f3 .department__item-illness .department__static-stamp {
    left: 68.8%;
  }
  .section-f3 .department__item-illness .department__man {
    left: 46.5%;
    bottom: 8.5%;
    width: 23%;
  }
  .section-f3 .department__item-illness .department__input-slogan {
    left: 8.5%;
  }
  .section-f3 .department__item-illness .department__input-slogan p {
    font-size: 2.5vw;
  }
  .section-f3 .department__item-illness .department__thing {
    left: 64.3%;
    top: 55%;
    width: 12%;
  }
  .section-f3 .department__item-reincarnation .department__input {
    padding: 0;
    justify-content: center;
  }
  .section-f3 .department__item-reincarnation .department__man {
    left: 48.8%;
    bottom: 9.5%;
    width: 22%;
  }
  .section-f3 .department__item-reincarnation .department__input-slogan {
    left: 11.5%;
  }
  .section-f3 .department__item-reincarnation .department__input-slogan p {
    font-size: 2.7vw;
  }
  .section-f3 .department__item-reincarnation .department__thing {
    left: 66.5%;
    top: 56%;
    width: 11.5%;
  }
  .section-f3 .department__item-marriage .department__static-stamp {
    width: 20%;
  }
  .section-f3 .department__item-marriage .department__man {
    left: 47.5%;
    width: 22.5%;
    bottom: 12.5%;
  }
  .section-f3 .department__item-marriage .department__input-slogan {
    left: 12.5%;
  }
  .section-f3 .department__item-marriage .department__input-slogan p {
    font-size: 2.3vw;
  }
  .section-f3 .department__item-marriage .department__thing {
    left: 65%;
    top: 55%;
    width: 13%;
  }
  .section-f3 .department__item-love .department__static-stamp {
    left: 5.5%;
    top: 59.5%;
    width: 17%;
  }
  .section-f3 .department__item-love .department__man {
    left: 46.3%;
    width: 24.8%;
    bottom: 13%;
  }
  .section-f3 .department__item-love .department__input-slogan {
    left: 11.5%;
  }
  .section-f3 .department__item-love .department__input-slogan p {
    font-size: 2.7vw;
  }
  .section-f3 .department__item-love .department__thing {
    left: 67.4%;
    top: 48%;
    width: 9.5%;
  }
  .section-f3 .department__item-chief .department__static-stamp {
    left: 5.5%;
    top: 59.5%;
    width: 17%;
  }
  .section-f3 .department__item-chief .department__man {
    left: 46%;
    bottom: 13%;
    width: 22.5%;
  }
  .section-f3 .department__item-chief .department__input-slogan {
    left: 11.5%;
  }
  .section-f3 .department__item-chief .department__input-slogan p {
    font-size: 2.7vw;
  }
  .section-f3 .department__item-chief .department__thing {
    left: 67.4%;
    top: 60.2%;
    width: 10.5%;
  }
}
@media (max-width: 992px) {
  .section-f3 .nextArrow {
    top: 92.5%;
  }
  .section-f3 .bg {
    width: 100%;
    height: 100%;
  }
  .section-f3 .bg__box {
    position: relative;
  }
  .section-f3 .bg__box::before, .section-f3 .bg__box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .section-f3 .bg__box::before {
    top: 0;
    left: 0;
    height: 20%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f3 .bg__box::after {
    bottom: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f3 .tip {
    display: none;
  }
  .section-f3 .plan {
    display: none;
  }
  .section-f3 .nav {
    position: absolute;
    top: 132.5vw;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
  }
  .section-f3 .nav::-webkit-scrollbar {
    display: none;
  }
  .section-f3 .nav__list {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0.625em;
  }
  .section-f3 .nav__item {
    background-color: #000;
    border: 3px solid #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex: 0 0 7.5em;
    padding: 0.625em 0.3125em;
    margin-left: -0.15625em;
  }
  .section-f3 .nav__item p {
    margin: 0;
  }
  .section-f3 .nav__item__cn p {
    font-size: 1.125em;
    font-family: "Noto Serif TC", "Noto Sans TC", "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
  }
  .section-f3 .nav__item__en {
    height: 2.1875em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-f3 .nav__item__en p {
    font-size: 0.75em;
    font-family: "Noto Serif TC", "Noto Sans TC", "Open Sans", sans-serif;
    color: #919191;
    text-align: center;
    line-height: 1.3;
  }
  .section-f3 .nav__item.active {
    background-color: #175536;
    z-index: 1;
  }
  .section-f3 .nav__item-space {
    border: none;
    flex: 0 0 0.625em;
    margin: 0;
  }
  .section-f3 .department {
    max-height: 41.6875em;
    overflow: hidden;
  }
  .section-f3 .department::before, .section-f3 .department::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .section-f3 .department::after {
    bottom: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-f3 .department__item-marriage .department__input-slogan {
    left: 7.5%;
  }
  .section-f3 .department__item-marriage .department__input-slogan p {
    font-size: 7vw;
  }
  .section-f3 .department__item-reincarnation .department__man {
    left: 57%;
    top: 62vw;
    width: 57.9%;
  }
  .section-f3 .department__item-reincarnation .department__static-stamp {
    left: 76.8%;
  }
  .section-f3 .department__item-reincarnation .department__input-name {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-f3 .department__item-reincarnation .department__hangtag__en p {
    font-size: 2.1vw;
  }
  .section-f3 .department__item-marriage .department__man {
    left: 42%;
    top: 61vw;
    width: 64.5%;
  }
  .section-f3 .department__item-marriage .department__input-slogan {
    top: 30%;
  }
  .section-f3 .department__item-marriage .department__input-slogan p {
    margin-bottom: 0.8vw;
  }
  .section-f3 .department__item-love .department__man {
    left: 43.7%;
    top: 60vw;
    width: 64.5%;
  }
  .section-f3 .department__item-love .department__static-stamp {
    left: 64.6%;
  }
  .section-f3 .department__item-chief .department__man {
    top: 63vw;
    left: 47.7%;
    width: 59.5%;
  }
  .section-f3 .department__item-chief .department__static-stamp {
    left: 4.6%;
    top: 62.5%;
  }
  .section-f3 .department__item-illness .department__man {
    left: 41.7%;
    width: 57.5%;
    top: 63vw;
  }
  .section-f3 .department__item-illness .department__static-stamp {
    left: 74.6%;
    top: 62.5%;
  }
  .section-f3 .department__item-illness .department__input-slogan {
    left: 8.5%;
    top: 30%;
  }
  .section-f3 .department__item-illness .department__input-slogan p {
    font-size: 7vw;
    margin-bottom: 0.6vw;
  }
  .section-f3 .department__item-fighting .department__man {
    left: 49.7%;
    width: 52.5%;
    top: 63vw;
  }
  .section-f3 .department__item-fighting .department__static-stamp {
    left: 62%;
    top: 59.5%;
    width: 19%;
  }
  .section-f3 .department__item-fighting .department__input-slogan {
    left: 9.5%;
    top: 30%;
  }
  .section-f3 .department__item-fighting .department__input-slogan p {
    font-size: 7vw;
    margin-bottom: 0.6vw;
  }
  .section-f3 .department__man {
    bottom: auto;
    left: 48%;
    width: 54.9%;
    z-index: 1;
  }
  .section-f3 .department__hangtag {
    top: -1%;
    right: auto;
    left: 8%;
    width: 31.5%;
  }
  .section-f3 .department__hangtag__cn p {
    font-size: 6vw;
  }
  .section-f3 .department__hangtag__en {
    top: 86.5%;
  }
  .section-f3 .department__hangtag__en p {
    font-size: 2.2vw;
  }
  .section-f3 .department__thing {
    display: none;
  }
  .section-f3 .department__back {
    display: none;
  }
  .section-f3 .department__furniture {
    left: 38%;
    top: 73vw;
    width: 109%;
  }
  .section-f3 .department__paper {
    top: 46vw;
    left: 50%;
    width: 96%;
    transform: translate(-50%, 0);
  }
  .section-f3 .department__tag {
    padding: 0 2.5vw;
  }
  .section-f3 .department__tag__text {
    width: 25%;
    margin-right: 1.3vw;
  }
  .section-f3 .department__tag p {
    font-size: 2.8vw;
  }
  .section-f3 .department__static p {
    font-size: 2.5vw;
  }
  .section-f3 .department__static-slogan {
    width: 27.8%;
  }
  .section-f3 .department__static-stamp {
    left: 66.8%;
  }
  .section-f3 .department__static-date {
    left: 3.8%;
  }
  .section-f3 .department__input {
    padding: 0 4vw;
  }
  .section-f3 .department__input p {
    font-size: 3.4vw;
  }
  .section-f3 .department__input-name {
    padding: 0 4vw;
  }
  .section-f3 .department__input-slogan {
    left: 7.5%;
  }
  .section-f3 .department__input-slogan p {
    font-size: 8vw;
    margin-bottom: 1.5vw;
  }
}
@media (min-width: 1930px) {
  .section-f3 .department__tag__text p {
    font-size: 1.2em;
  }
  .section-f3 .department__static p {
    white-space: nowrap;
    font-size: 1em;
  }
  .section-f3 .department__input p {
    font-size: 1.5em;
  }
  .section-f3 .department__item-fighting .department__input-slogan {
    top: 32%;
    left: 12.5%;
  }
  .section-f3 .department__item-fighting .department__input-slogan p {
    font-size: 3.3em;
  }
  .section-f3 .department__item-illness .department__input-slogan {
    top: 30%;
    left: 9.5%;
  }
  .section-f3 .department__item-illness .department__input-slogan p {
    font-size: 3.5em;
  }
  .section-f3 .department__item-reincarnation .department__input-slogan {
    top: 30%;
    left: 11.5%;
  }
  .section-f3 .department__item-reincarnation .department__input-slogan p {
    font-size: 3.5em;
  }
  .section-f3 .department__item-reincarnation .department__input-name {
    padding: 0 0.5em;
  }
  .section-f3 .department__item-marriage .department__input-slogan {
    top: 32%;
    left: 13.5%;
  }
  .section-f3 .department__item-marriage .department__input-slogan p {
    font-size: 3.3em;
  }
  .section-f3 .department__item-chief .department__input-slogan {
    top: 30%;
    left: 11.5%;
  }
  .section-f3 .department__item-chief .department__input-slogan p {
    font-size: 3.5em;
  }
  .section-f3 .department__item-love .department__input-slogan {
    top: 30%;
    left: 14.5%;
  }
  .section-f3 .department__item-love .department__input-slogan p {
    font-size: 3.5em;
  }
  .section-f3 .department__item-love .department__static-stamp {
    width: 18%;
    top: 58.5%;
    left: 4.8%;
  }
}
.section-f4 .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: center top;
}
.section-f4 .qa {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-f4 .qa__main {
  position: relative;
  top: 10%;
  width: 89%;
}
.section-f4 .qa__frame {
  width: 100%;
}
.section-f4 .qa__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-f4 .qa__ques {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-f4 .qa__ques__num {
  width: 12%;
}
.section-f4 .qa__ques__dialog {
  position: relative;
  width: 86.5%;
}
.section-f4 .qa__ques__dialog__text {
  position: absolute;
  width: 89%;
  height: 73%;
  top: 18%;
  left: 7%;
}
.section-f4 .qa__ques__dialog__text p {
  color: #fff;
  font-size: 1.3vw;
  margin: 0;
  line-height: 1.5;
}
.section-f4 .qa__option {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  flex: 1;
}
.section-f4 .qa__option__item {
  position: relative;
  width: 40%;
  margin: 0 1.1vw;
  cursor: pointer;
}
.section-f4 .qa__option__item__bg {
  width: 100%;
}
.section-f4 .qa__option__item__content {
  padding: 0 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-f4 .qa__option__item__letter {
  width: 23%;
}
.section-f4 .qa__option__item__text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.2vw;
}
.section-f4 .qa__option__item__text p {
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 1.9vw;
}
.section-f4 .qa__res {
  width: 39%;
  padding: 2.3% 2% 2.3% 3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.8vw;
}
.section-f4 .qa__res p {
  font-size: 1.5vw;
  margin: 0;
  margin-top: -0.2vw;
  line-height: 1;
}
.section-f4 .qa__res__letter {
  width: 1.5vw;
  margin-right: 0.5vw;
}
.section-f4 .qa__res-right {
  background: url(../images/4f/qa-right-bg.png) no-repeat center center/contain;
}
.section-f4 .qa__res-right p {
  color: #ffc947;
}
.section-f4 .qa__res-wrong {
  background: url(../images/4f/qa-wrong-bg.png) no-repeat center center/contain;
}
.section-f4 .qa__res-wrong p {
  color: #ff7070;
}
.section-f4 .qa__exp {
  position: relative;
  flex: 1;
  width: 100%;
}
.section-f4 .qa__exp__bg {
  width: 100%;
}
.section-f4 .qa__exp__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5vw 2.2vw 1vw;
}
.section-f4 .qa__exp__text p {
  margin: 0;
  line-height: 1.7;
  color: #fff;
  font-size: 1.19vw;
}
.section-f4 .qa__next {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  cursor: pointer;
}
.section-f4 .qa__next__bg {
  width: 6vw;
}
.section-f4 .qa__next__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-f4 .qa__next__arrow {
  position: relative;
  width: 2.7vw;
  margin-right: 1vw;
}
.section-f4 .qa__next__arrow__bg {
  width: 100%;
}
.section-f4 .qa__next__arrow__obj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.section-f4 .qa__next__text {
  color: #4be08a;
  font-size: 1.22vw;
  margin: 0;
}
.section-f4 .ques-0 {
  top: 50%;
  height: 72%;
}
.section-f4 .ques .qa__content {
  padding: 1.6vw 2.5vw 3vw;
}
.section-f4 .ques-2 .qa__content {
  padding: 1.6vw 2.5vw 1.5vw;
}
.section-f4 .ques-2 .qa__ques {
  margin-bottom: 1.5vw;
}
.section-f4 .ques-2 .qa__ques__dialog__text p {
  font-size: 1.4vw;
}
.section-f4 .ques-2 .qa__option {
  flex: none;
}
.section-f4 .ques-2 .qa__option__item {
  margin: 0 1.1vw 0.7vw;
}
.section-f4 .ques-3 .qa__option {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.section-f4 .ques-3 .qa__next {
  position: relative;
  margin-left: 1.5vw;
  margin-bottom: 0.2vw;
}
.section-f4 .ques-3 .qa__next__content {
  justify-content: flex-start;
}
.section-f4 .ques-3 .qa__next__bg {
  width: 22vw;
}
.section-f4 .ques-3 .qa__next__arrow {
  width: 3.5vw;
  margin: 0.5vw;
  animation: arrowAni 1s infinite both linear;
}
.section-f4 .ques-3 .qa__next__arrow__obj {
  width: 50%;
}
.section-f4 .ques-3 .qa__next p {
  color: #fff;
  font-size: 1.8vw;
  margin-top: -0.3vw;
}
@keyframes arrowAni {
  0% {
    left: 0;
  }
  50% {
    left: 1.5%;
  }
  100% {
    left: 0;
  }
}
.section-f4 .ques-3 .box__popcorn {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 28%;
}
.section-f4 .ans .qa__content {
  align-items: flex-start;
  padding: 1.4vw 1.6vw 1.6vw;
}
.section-f4 .ans .qa__next {
  margin-top: 1vw;
}
.section-f4 .ans-2 .qa__exp__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.8vw 2.2vw 1vw;
}
.section-f4 .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.7vw;
}
.section-f4 .content__title {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.2vw solid rgba(52, 139, 84, 0.56);
  border-bottom: 0.2vw solid rgba(52, 139, 84, 0.56);
  margin-bottom: 1vw;
}
.section-f4 .content__title h1 {
  font-size: 2.2vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  margin: 0;
  line-height: 1.6;
}
.section-f4 .content__title__icon {
  width: 1vw;
  margin: 0 0.5vw;
}
.section-f4 .content__subtitle {
  margin-bottom: 0.4vw;
}
.section-f4 .content__subtitle h2 {
  font-size: 1.5vw;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.section-f4 .content__desc {
  color: #fff;
}
.section-f4 .content__desc p {
  font-size: 1vw;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
.section-f4 .content__desc__highlight {
  color: #ffc947;
}
.section-f4 .box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5vw;
}
.section-f4 .box__content {
  position: relative;
  width: 62%;
  padding-bottom: 19.9383259912%;
  height: 0;
  background: url(../images/4f/q0-start.png) no-repeat center center/contain;
}
.section-f4 .box__popcorn {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  width: 32%;
}
.section-f4 .box__popcorn__item {
  position: absolute;
}
.section-f4 .box__popcorn__item-1 {
  width: 18%;
  left: 25%;
  top: 8%;
}
.section-f4 .box__popcorn__item-2 {
  width: 16%;
  left: 79%;
  top: 47%;
}
.section-f4 .box__popcorn__item-3 {
  width: 16%;
  left: 73%;
  top: 65%;
}
.section-f4 .box__wording {
  position: absolute;
  width: 65%;
  height: 100%;
  right: 0;
  color: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-f4 .box__wording p {
  display: inline-block;
  font-size: 1.1vw;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 1vw;
}
.section-f4 .box__wording__highlight {
  position: relative;
  top: 0.5vw;
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
  background-color: #ffba14;
  overflow: hidden;
  color: #fff;
}
.section-f4 .box__wording__highlight span {
  position: absolute;
  display: block;
}
.section-f4 .box__wording__highlight span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 1s linear infinite;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.section-f4 .box__wording__highlight span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
.section-f4 .box__wording__highlight span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
.section-f4 .box__wording__highlight a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.section-f4 .box__wording__button {
  position: relative;
  width: 65%;
  padding-bottom: 18.72%;
  background: url(../images/4f/q0-click.png) no-repeat center center/contain;
  cursor: pointer;
}
.section-f4 .box__wording__button__finger {
  position: absolute;
  top: 16%;
  left: 12%;
  width: 15%;
  padding-bottom: 18.4615384615%;
  background: url(../images/4f/q0-finger.png) no-repeat 0 0/200% auto;
}
.section-f4 .remark {
  text-align: center;
}
.section-f4 .remark p {
  font-size: 0.8vw;
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #447458;
  line-height: 0.9vw;
  margin: 0;
  margin-bottom: 0.15vw;
  white-space: nowrap;
}
.section-f4 .computer {
  position: absolute;
  left: 52%;
  bottom: 2%;
  transform: translateX(-50%);
  width: 33%;
}
.section-f4 .computer__desk {
  position: relative;
  z-index: 1;
}
.section-f4 .computer__screen {
  position: absolute;
  left: 48%;
  top: 6%;
  transform: translateX(-50%);
  width: 18%;
}
.section-f4 .computer__screen::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 0.5px, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.3) 1.5px);
  filter: blend-mode(multiply);
  background-size: 400% 400%;
  animation: scroll 360s cubic-bezier(0.36, 1.3, 0.52, -0.51) infinite;
}
.section-f4 .computer__screen__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
@keyframes scroll {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
.section-f4 .footerBg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.section-f4 .footer {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 220px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.section-f4 .footer__image {
  width: 100%;
}
.section-f4 .footer p {
  color: #828282;
  margin: 0;
  font-size: 0.8vw;
}
.section-f4 .footer__item {
  display: none;
}
.section-f4 .footer__item-3 {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.section-f4 .footer__organizer {
  display: none;
  justify-content: flex-start;
  align-items: center;
}
.section-f4 .footer__organizer__logo {
  width: 10vw;
}
.section-f4 .ref {
  display: none;
}

@media (min-width: 993px) and (max-height: 992px) {
  .section-f4 .computer {
    transform-origin: center bottom;
  }
  .section-f4 .footerBg {
    bottom: -5%;
  }
}
@media (min-width: 993px) and (max-height: 750px) {
  .section-f4 .qa {
    top: 45%;
  }
  .section-f4 .computer {
    width: 33%;
    transform-origin: center bottom;
  }
}
@media (max-width: 992px) {
  .section-f4 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .section-f4 .bg__box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-f4 .qa {
    width: 100%;
    transform: none;
    left: 0;
    top: 27vw;
  }
  .section-f4 .qa__ques {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-f4 .qa__ques__num {
    width: 18%;
    margin-bottom: 2vw;
  }
  .section-f4 .qa__ques__dialog {
    width: 104%;
    margin-left: -4%;
  }
  .section-f4 .qa__ques__dialog__text {
    width: 96%;
    height: 100%;
    top: 0;
    left: 4%;
    padding: 3vw 4.5vw;
  }
  .section-f4 .qa__ques__dialog__text p {
    font-size: 4.22vw;
  }
  .section-f4 .qa__option {
    justify-content: space-between;
  }
  .section-f4 .qa__option__item {
    width: 49%;
    margin: 0;
  }
  .section-f4 .qa__option__item__content {
    padding: 0 2vw;
  }
  .section-f4 .qa__option__item__letter {
    width: 29%;
  }
  .section-f4 .qa__option__item__text p {
    font-size: 5.9vw;
  }
  .section-f4 .qa__res {
    width: 65%;
    padding: 4.3% 2% 4.3% 5.5%;
    margin-bottom: 2.8vw;
  }
  .section-f4 .qa__res__letter {
    width: 5vw;
    margin-right: 1.5vw;
  }
  .section-f4 .qa__res p {
    font-size: 4.7vw;
    margin-top: -1vw;
  }
  .section-f4 .qa__exp__text {
    padding: 4vw 5.2vw;
  }
  .section-f4 .qa__exp__text p {
    font-size: 3.8vw;
  }
  .section-f4 .qa__next__text {
    font-size: 4.7vw;
    margin-top: -1vw;
  }
  .section-f4 .qa__next__arrow {
    width: 9.7vw;
    margin-right: 3.5vw;
  }
  .section-f4 .ques .qa__content {
    padding: 6vw 6vw 8vw;
  }
  .section-f4 .ques-0 {
    height: auto;
  }
  .section-f4 .ques-2 .qa__ques {
    margin-bottom: 3.5vw;
  }
  .section-f4 .ques-2 .qa__ques__dialog__text p {
    font-size: 4.3vw;
  }
  .section-f4 .ques-2 .qa__option {
    flex: 1;
  }
  .section-f4 .ques-2 .qa__option__item {
    margin: 0;
  }
  .section-f4 .ques-3 .qa__ques {
    margin-bottom: 3.5vw;
  }
  .section-f4 .ques-3 .qa__ques__dialog__text p {
    font-size: 4.3vw;
  }
  .section-f4 .ques-3 .qa__option {
    justify-content: space-between;
  }
  .section-f4 .ques-3 .qa__next p {
    font-size: 4.7vw;
    line-height: 1.3;
  }
  .section-f4 .ques-3 .qa__next__content {
    padding: 2vw;
  }
  .section-f4 .ques-3 .qa__next__bg {
    width: 43vw;
  }
  .section-f4 .ques-3 .qa__next__arrow {
    width: 11.5vw;
    margin-right: 2.5vw;
  }
  .section-f4 .ques-3 .box__popcorn {
    width: 42%;
  }
  .section-f4 .ans .qa__content {
    padding: 5.6vw;
  }
  .section-f4 .ans-2 .qa__exp__text {
    padding: 4.5vw 5.2vw 9vw;
  }
  .section-f4 .ans-2 .qa__exp__text p {
    font-size: 3.7vw;
    line-height: 1.4;
    margin-bottom: 2.5vw;
  }
  .section-f4 .content {
    margin-bottom: 15.7vw;
  }
  .section-f4 .content__title h1 {
    font-size: 7.8vw;
  }
  .section-f4 .content__subtitle {
    display: none;
  }
  .section-f4 .content__desc {
    display: none;
  }
  .section-f4 .box__content {
    width: 91%;
    padding-bottom: 30.7432432432%;
  }
  .section-f4 .box .box__wording__highlight {
    top: 1.6vw;
  }
  .section-f4 .box .box__wording__button {
    display: none;
  }
  .section-f4 .box .box__wording p {
    font-size: 4.1vw;
  }
  .section-f4 .clickMb {
    width: 47%;
    margin-bottom: 4vw;
  }
  .section-f4 .clickMb .box__wording__button {
    width: 100%;
    padding-bottom: 28.8%;
  }
  .section-f4 .remark {
    display: inline-block;
    background-color: #000;
    width: 95%;
    padding: 2vw 0;
    margin-bottom: 10vw;
    z-index: 1;
  }
  .section-f4 .remark p {
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .section-f4 .computer {
    opacity: 0;
    visibility: hidden;
    width: 81%;
    bottom: 2.5%;
    pointer-events: none;
  }
  .section-f4 .ref {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #888888;
    z-index: 2;
  }
  .section-f4 .ref a {
    color: #888888;
    text-decoration: none;
  }
  .section-f4 .ref__close {
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    width: 1.5625em;
    height: 1.5625em;
  }
  .section-f4 .ref__close::before, .section-f4 .ref__close::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888;
    transform-origin: center center;
    top: 50%;
    left: 0;
  }
  .section-f4 .ref__close::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .section-f4 .ref__close::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .section-f4 .ref__list {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .section-f4 .ref__item {
    position: absolute;
    border: 1px solid #888;
    border-radius: 3vw;
    padding: 1.625em 1.625em 0.9375em;
    width: 88%;
    left: 50%;
    top: 60vw;
    transform: translateX(-50%);
  }
  .section-f4 .ref ol {
    padding-left: 0.75em;
    margin: 0;
    margin-bottom: 2.1875em;
  }
  .section-f4 .ref ol li {
    font-size: 0.75em;
    margin-bottom: 0.6875em;
  }
  .section-f4 .ref p {
    font-size: 0.75em;
    margin: 0;
    margin-bottom: 1.25em;
  }
  .section-f4 .refButton {
    position: fixed;
    bottom: 13vw;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(136, 136, 136, 0.5);
    border-radius: 5vw;
    padding: 1.5vw 5vw;
    z-index: 2;
  }
  .section-f4 .refButton p {
    color: #888;
    font-size: 3.5vw;
    margin: 0;
  }
  .section-f4 .footer {
    width: 100%;
    top: auto;
    bottom: 0;
    padding-bottom: 1vw;
    z-index: 2;
  }
  .section-f4 .footer__image {
    display: none;
  }
  .section-f4 .footer p {
    font-size: 3vw;
    color: #888;
  }
  .section-f4 .footer__item-1, .section-f4 .footer__item-2 {
    display: none;
  }
  .section-f4 .footer__item-3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .section-f4 .footer__organizer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .section-f4 .footer__organizer__logo {
    width: 40vw;
  }
}
@media (min-width: 1930px) {
  .section-f4 .content__title h1 {
    font-size: 2.7em;
  }
  .section-f4 .content__subtitle h2 {
    font-size: 1.9em;
  }
  .section-f4 .content__desc p {
    font-size: 1.3em;
  }
  .section-f4 .box__wording p {
    font-size: 1.3em;
    margin-bottom: 0.7em;
  }
  .section-f4 .remark p {
    font-size: 1em;
  }
  .section-f4 .qa__ques__dialog__text p {
    font-size: 1.5em;
  }
  .section-f4 .qa__option__item__text p {
    font-size: 2.1em;
  }
  .section-f4 .qa__res__letter {
    width: 2em;
  }
  .section-f4 .qa__res p {
    font-size: 1.6em;
  }
  .section-f4 .qa__exp__text {
    padding: 1.1em 2.5em 1.1em;
  }
  .section-f4 .qa__exp__text p {
    font-size: 1.4em;
  }
  .section-f4 .qa__next {
    margin-right: 1.1em;
  }
  .section-f4 .qa__next__arrow {
    width: 3em;
    margin-right: 1em;
  }
  .section-f4 .qa__next__text {
    font-size: 1.7em;
  }
  .section-f4 .ques .qa__content {
    padding: 2em 3em 3.5em;
  }
  .section-f4 .ques-2 .qa__ques__dialog__text p {
    font-size: 1.6em;
  }
  .section-f4 .ques-3 .box__popcorn {
    width: 30%;
  }
  .section-f4 .ques-3 .qa__ques__dialog__text p {
    font-size: 1.65em;
  }
  .section-f4 .ques-3 .qa__next {
    margin-left: 1.5em;
  }
  .section-f4 .ques-3 .qa__next__bg {
    width: 25em;
  }
  .section-f4 .ques-3 .qa__next__arrow {
    width: 3.5em;
  }
  .section-f4 .ques-3 .qa__next p {
    font-size: 2em;
  }
  .section-f4 .ans .qa__next {
    margin-top: 1.3em;
  }
}/*# sourceMappingURL=all.css.map */