@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}

:focus-visible {
  outline: none;
}
@keyframes AnimeBtnLink_Next {
  0% {
    transform: translateX(0%);
  }
  45.99% {
    transform: translateX(100%);
    opacity: 0;
  }
  46% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes gradient-bar {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 200%;
  }
}
.info-title {
  color: #965;
  font-weight: 500;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #727171; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans TC, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #4d4d4d; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #4d4d4d; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.text-justify-center {
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
  }
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-top-\[120px\]{
  top: -120px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[53px\]{
  bottom: 53px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-\[55px\]{
  right: 55px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[-10\%\]{
  top: -10%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-90{
  z-index: 90;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[99999\]{
  z-index: 99999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.float-left{
  float: left;
}
.m-0{
  margin: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[200px\]{
  margin-bottom: 200px;
}
.me-1{
  margin-inline-end: 0.25rem;
}
.me-10{
  margin-inline-end: 2.5rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-3{
  margin-inline-end: 0.75rem;
}
.me-4{
  margin-inline-end: 1rem;
}
.me-auto{
  margin-inline-end: auto;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.ms-1{
  margin-inline-start: 0.25rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.ms-auto{
  margin-inline-start: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[92px\]{
  margin-top: 92px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[1055\/512\]{
  aspect-ratio: 1055/512;
}
.aspect-\[240\/128\]{
  aspect-ratio: 240/128;
}
.aspect-\[360\/222\]{
  aspect-ratio: 360/222;
}
.aspect-\[624\/540\]{
  aspect-ratio: 624/540;
}
.aspect-\[835\/404\]{
  aspect-ratio: 835/404;
}
.size-10{
  width: 2.5rem;
  height: 2.5rem;
}
.size-\[22px\]{
  width: 22px;
  height: 22px;
}
.h-1\/2{
  height: 50%;
}
.h-14{
  height: 3.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-\[120\%\]{
  height: 120%;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[75px\]{
  height: 75px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-svh{
  height: 100svh;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-\[1\.5px\]{
  width: 1.5px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[300\%\]{
  width: 300%;
}
.w-\[365px\]{
  width: 365px;
}
.w-\[auto\]{
  width: auto;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[40\%\]{
  min-width: 40%;
}
.max-w-\[1055px\]{
  max-width: 1055px;
}
.max-w-\[1312px\]{
  max-width: 1312px;
}
.max-w-\[1470px\]{
  max-width: 1470px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[55\%\]{
  max-width: 55%;
}
.max-w-\[624px\]{
  max-width: 624px;
}
.max-w-\[835px\]{
  max-width: 835px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-full{
  max-width: 100%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize{
  resize: both;
}
.grid-cols-\[repeat\(4\2c max-content\)\]{
  grid-template-columns: repeat(4,max-content);
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-\[52px\]{
  gap: 52px;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-\[clamp\(40px\2c 92\/19\.2\*1vw\2c 92px\)\]{
  -moz-column-gap: clamp(40px, 92 / 19.2 * 1vw, 92px);
       column-gap: clamp(40px, 92 / 19.2 * 1vw, 92px);
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-\[10px\]{
  row-gap: 10px;
}
.gap-y-\[139px\]{
  row-gap: 139px;
}
.gap-y-\[30px\]{
  row-gap: 30px;
}
.gap-y-\[66px\]{
  row-gap: 66px;
}
.gap-y-\[67px\]{
  row-gap: 67px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.break-keep{
  word-break: keep-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-\[\#5483c4\]{
  --tw-border-opacity: 1;
  border-color: rgb(84 131 196 / var(--tw-border-opacity, 1));
}
.border-\[\#595757\]{
  --tw-border-opacity: 1;
  border-color: rgb(89 87 87 / var(--tw-border-opacity, 1));
}
.border-\[\#b0b0b1\]{
  --tw-border-opacity: 1;
  border-color: rgb(176 176 177 / var(--tw-border-opacity, 1));
}
.border-blue-theme{
  --tw-border-opacity: 1;
  border-color: rgb(140 157 189 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#595757\]{
  --tw-bg-opacity: 1;
  background-color: rgb(89 87 87 / var(--tw-bg-opacity, 1));
}
.bg-\[\#939fbd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(147 159 189 / var(--tw-bg-opacity, 1));
}
.bg-black-100{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}
.bg-gray-bg\/90{
  background-color: rgb(237 237 237 / 0.9);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(to_bottom\2c transparent_27\%\2c rgba\(255\2c 255\2c 255\2c 0\.8\)_60\%\)\]{
  background-image: linear-gradient(to bottom,transparent 27%,rgba(255,255,255,0.8) 60%);
}
.bg-\[url\(images\/pages-banner\.jpg\)\]{
  background-image: url(images/pages-banner.jpg);
}
.bg-\[length\:100\%_100\%\]{
  background-size: 100% 100%;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3{
  padding: 0.75rem;
}
.p-\[40px\]{
  padding: 40px;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[47px\]{
  padding-left: 47px;
  padding-right: 47px;
}
.px-\[clamp\(32px\2c 60\/19\.2\*1vw\2c 60px\)\]{
  padding-left: clamp(32px, 60 / 19.2 * 1vw, 60px);
  padding-right: clamp(32px, 60 / 19.2 * 1vw, 60px);
}
.px-\[clamp\(60px\2c 135\/19\.2\*1vw\2c 135px\)\]{
  padding-left: clamp(60px, 135 / 19.2 * 1vw, 135px);
  padding-right: clamp(60px, 135 / 19.2 * 1vw, 135px);
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[145px\]{
  padding-top: 145px;
  padding-bottom: 145px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pe-\[20vw\]{
  padding-inline-end: 20vw;
}
.ps-2{
  padding-inline-start: 0.5rem;
}
.ps-\[clamp\(60px\2c 125\/19\.2\*1vw\2c 125px\)\]{
  padding-inline-start: clamp(60px, 125 / 19.2 * 1vw, 125px);
}
.pt-2{
  padding-top: 0.5rem;
}
.pe-\[10vw\]{
  padding-inline-end: 10vw;
}
.pe-\[5vw\]{
  padding-inline-end: 5vw;
}
.pe-\[3vw\]{
  padding-inline-end: 3vw;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.text-end{
  text-align: end;
}
.font-en{
  font-family: Fahkwang, sans-serif;
}
.font-num{
  font-family: Roboto, serif;
}
.font-sans{
  font-family: Noto Sans TC, sans-serif;
}
.font-serif{
  font-family: Noto Serif TC, serif;
}
.text-3xl{
  font-size: 40px;
}
.text-4xl{
  font-size: 60px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[31px\]{
  font-size: 31px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[calc\(18\/3\.75\*1vw\)\]{
  font-size: calc(18 / 3.75 * 1vw);
}
.text-\[clamp\(20px\2c 24\/19\.2\*1vw\)\2c 24px\]{
  font-size: clamp(20px, 24 / 19.2 * 1vw),24px;
}
.text-base{
  font-size: 16px;
}
.text-lg{
  font-size: 18px;
}
.text-sm{
  font-size: 14px;
}
.text-xl{
  font-size: 20px;
}
.text-xs{
  font-size: 12px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[18px\]{
  font-size: 18px;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-none{
  line-height: 1;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-none{
  letter-spacing: 0px;
}
.tracking-wide{
  letter-spacing: 3px;
}
.tracking-wider{
  letter-spacing: 6px;
}
.text-\[\#5483c4\]{
  --tw-text-opacity: 1;
  color: rgb(84 131 196 / var(--tw-text-opacity, 1));
}
.text-\[\#595757\]{
  --tw-text-opacity: 1;
  color: rgb(89 87 87 / var(--tw-text-opacity, 1));
}
.text-black-300{
  --tw-text-opacity: 1;
  color: rgb(61 58 57 / var(--tw-text-opacity, 1));
}
.text-blue-theme{
  --tw-text-opacity: 1;
  color: rgb(140 157 189 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.text-gray-848{
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(237 237 238 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.vw-pb-\[122px\]{
  padding-bottom: calc(122 / 19.2 * 1vw);
}
.vw-pb-\[135px\]{
  padding-bottom: calc(135 / 19.2 * 1vw);
}
.vw-pb-\[255px\]{
  padding-bottom: calc(255 / 19.2 * 1vw);
}
.vw-pt-\[235px\]{
  padding-top: calc(235 / 19.2 * 1vw);
}
.vw-py-\[145px\]{
  padding-top: calc(145 / 19.2 * 1vw);
  padding-bottom: calc(145 / 19.2 * 1vw);
}
.tf {
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.\[hostname\:port\]{
  hostname: port;
}
.\[media\:ID\]{
  media: ID;
}
.\[writing-mode\:vertical-rl\]{
  writing-mode: vertical-rl;
}
.position-center, .go-top > div::before{
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.basic-hover {
  cursor: pointer;
  transition: all 0.3s;
}
.basic-hover:hover {
  opacity: 0.6;
}

@media (max-width: 1440px) {
  input,
  textarea,
  select {
    border-radius: 0;
  }
}

input[type=text].error,
textarea.error,
select.error {
  border-bottom: 1px solid #f00 !important;
}

.check-area.error input[type=checkbox] {
  border: 1px solid #f00 !important;
}

svg {
  overflow: visible;
}

h1.pages-h1{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 6px;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

@media (max-width: 1440px){
  h1.pages-h1{
    max-width: 800px;
  }
}

@media (max-width: 600px){
  h1.pages-h1{
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(62 58 57 / var(--tw-text-opacity, 1));
  }
}
h1.pages-h1 .en{
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 600px){
  h1.pages-h1 .en{
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 1440px) {
  h1.pages-h1 .en {
    font-size: clamp(28px, 3.28125vw, 42px);
  }
}
@media (max-width: 600px) {
  h1.pages-h1 .en.brance {
    font-size: clamp(22px, 5.8666666667vw, 26px);
  }
}
h1.pages-h1 .ch{
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 35px;
}
@media (max-width: 1440px) {
  h1.pages-h1 .ch {
    font-size: clamp(20px, 2.1875vw, 28px);
  }
}
@media (max-width: 600px) {
  h1.pages-h1 .ch {
    font-size: clamp(22px, 5.8666666667vw, 26px);
  }
}
h1.pages-h1 .ch.spical {
  font-size: clamp(20px, 5.3333333333vw, 24px);
}
h1.pages-h1.about .en{
  margin-bottom: 1.5rem;
}
@media (max-width: 1440px){
  h1.pages-h1.about .en{
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px){
  h1.pages-h1.about .en{
    margin-bottom: 0.5rem;
  }
}
h1.pages-h1.about .ch{
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 35px;
}
@media (max-width: 1440px) {
  h1.pages-h1.about .ch {
    font-size: clamp(20px, 2.03125vw, 26px);
  }
}
@media (max-width: 600px) {
  h1.pages-h1.about .ch {
    font-size: clamp(17px, 4.5333333333vw, 22px);
  }
}

h2.en{
  margin-bottom: 1.5rem;
  font-family: Fahkwang, sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

@media (max-width: 1440px){
  h2.en{
    margin-bottom: 10px;
    font-size: 42px;
  }
}

@media (max-width: 600px){
  h2.en{
    margin-bottom: 15px;
    font-size: calc(24 / 3.75 * 1vw);
  }
}

h3.ch{
  font-family: Noto Sans TC, sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

@media (max-width: 1440px){
  h3.ch{
    font-size: 24px;
  }
}

@media (max-width: 600px){
  h3.ch{
    font-size: calc(16 / 3.75 * 1vw);
  }
}

.en{
  font-family: Fahkwang, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.ch{
  font-family: Noto Sans TC, sans-serif;
}

body {
  overflow-x: clip;
}
@supports not (overflow: clip) {
  body {
    overflow-x: hidden;
  }
}
body{
  font-family: Noto Sans TC, sans-serif;
  --lock: 0px;
}
body.is-lock {
  overflow-y: hidden;
  margin-right: var(--lock);
}
@media (max-width: 900px) {
  body.is-lock {
    margin-right: 0;
    overflow: hidden;
  }
}

nav.nav-topmenu{
  z-index: 50;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 45px;
}

@media (max-width: 1440px){
  nav.nav-topmenu{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 30px;
  }
}

@media (max-width: 600px){
  nav.nav-topmenu{
    padding: 1.25rem;
  }
}
nav.nav-topmenu.topmenu-fixed{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
nav.nav-topmenu.topmenu-fixed.is-show{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
nav.nav-topmenu ul li{
  font-family: Fahkwang, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 1440px) {
  nav.nav-topmenu ul li {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
nav.nav-topmenu ul li a{
  position: relative;
  height: 2.5rem;
  text-align: center;
}
nav.nav-topmenu ul li a .opacity_transition, nav.nav-topmenu ul li a p.ch, nav.nav-topmenu ul li a p.en{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
nav.nav-topmenu ul li a p.en{
  position: relative;
  width: 100%;
  opacity: 1;
}
nav.nav-topmenu ul li a p.ch{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 0.25rem;
  opacity: 0;
}
nav.nav-topmenu ul li a:hover p.en {
  opacity: 0;
}
nav.nav-topmenu ul li a:hover p.ch {
  opacity: 1;
}
nav.nav-topmenu ul li a.active p.en {
  opacity: 0;
  display: none;
}
nav.nav-topmenu ul li a.active p.ch{
  position: relative;
  opacity: 1;
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1200px) {
  nav.nav-topmenu .decktop-menu{
    display: none;
  }
}

.mobile-menu-mask {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  transition: opacity 0.8;
  opacity: 0;
}
.mobile-menu-mask.show {
  display: block;
}

.mobile-menu{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.go-top.mobile-menu div::before,
.go-top.mobile-menu .line::before,
.go-top.mobile-menu .line::after{
  --tw-bg-opacity: 1;
  background-color: rgb(84 131 196 / var(--tw-bg-opacity, 1));
}

.mobile-menu {
  transform: translateY(-100%);
  display: none;
  transition: opacity 0.8;
}
.mobile-menu.show {
  display: block;
}
.mobile-menu .info {
  background: linear-gradient(to bottom, #8798b8 0%, #3d7aa7 92%);
  transform: translateY(100%);
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: auto;
  width: 100%;
  padding-bottom: 62px;
}
@media (max-width: 1440px){
  .mobile-menu .mobile-top{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 30px;
  }
}
@media (max-width: 600px){
  .mobile-menu .mobile-top{
    padding: 1.25rem;
    padding-bottom: 0px;
  }
}
.mobile-menu ul.nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-top: 42px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mobile-menu ul.nav-grid .nav-item .nav-link{
  display: block;
  height: unset;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mobile-menu ul.nav-grid .nav-item .nav-link .en-title{
  text-align: start;
  font-family: Fahkwang, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1440px){
  .mobile-menu ul.nav-grid .nav-item .nav-link .en-title{
    font-size: 22px;
  }
}
@media (max-width: 600px){
  .mobile-menu ul.nav-grid .nav-item .nav-link .en-title{
    font-size: 16px;
  }
}
.mobile-menu ul.nav-grid .nav-item .nav-link .info-row{
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
}
.mobile-menu ul.nav-grid .nav-item .nav-link .info-row .zh-title{
  flex-shrink: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 600px){
  .mobile-menu ul.nav-grid .nav-item .nav-link .info-row .zh-title{
    font-size: 14px;
  }
}
.mobile-menu ul.nav-grid .nav-item .nav-link .info-row .index-num{
  margin-inline-start: 0.5rem;
  font-family: Fahkwang, sans-serif;
  font-size: 12px;
}
@media (max-width: 600px){
  .mobile-menu ul.nav-grid .nav-item .nav-link .info-row .index-num{
    font-size: 7.3px;
  }
}
.mobile-menu ul.nav-grid .nav-item .nav-link .info-row .line-wrapper{
  margin-inline-start: 0.5rem;
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
}
.mobile-menu ul.nav-grid .nav-item .nav-link .info-row .line-wrapper .line{
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}

.burger-box{
  position: relative;
  display: none;
}
@media screen and (max-width: 1200px) {
  .burger-box{
    display: block;
  }
}
.burger-box .burger{
  margin-top: 0.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  row-gap: 6px;
}
.burger-box .burger span.line{
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.burger-box .burger span.line.blue{
  --tw-bg-opacity: 1;
  background-color: rgb(140 157 189 / var(--tw-bg-opacity, 1));
}
.burger-box.close-btn .burger span.line {
  transform: rotate(11deg) translateY(-4px);
}
.burger-box.close-btn .burger span.line:first-child {
  transform: rotate(-11deg) translateY(4px);
}

footer{
  position: relative;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 62px;
  padding-bottom: 62px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 600px){
  footer{
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

footer {
  background: linear-gradient(to bottom, #95a1be 0%, #95a1be 9%, #5483c4 20%, #5483c4 33%, #5483c4 42%, #95a1be 66%, #95a1be 75%, #5483c4 87%, #5483c4 100%);
  background-size: 100% 300%;
  animation: footerColor 8s linear infinite;
}
@media (max-width: 600px) {
  footer {
    background: linear-gradient(to bottom, #8899b9 0%, #8899b9 9%, #357ac1 20%, #357ac1 33%, #357ac1 42%, #8899b9 66%, #8899b9 75%, #357ac1 87%, #357ac1 100%);
    background-size: 100% 300%;
    animation: footerColor 8s linear infinite;
  }
  footer ul li{
    width: 100%;
  }
}
footer ul li a{
  position: relative;
  display: block;
  padding-inline-start: 50px;
}
@media (max-width: 1440px){
  footer ul li a{
    padding-inline-start: 25px;
  }
}
@media (max-width: 600px){
  footer ul li a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
footer ul li a::before {
  content: "";
  background-color: white;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 6px;
}
footer ul li a:hover::before, footer ul li a.active::before {
  opacity: 1;
}

.go-top > div::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.go-top .line::before, .go-top .line::after {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.go-top .line::before{
  left: 50%;
  height: 100%;
  width: 1px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.go-top .line::after{
  height: 100%;
  width: 1.5px;
  animation-name: goTop;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.go-top.fixed div::before,
.go-top.fixed .line::before,
.go-top.fixed .line::after{
  --tw-bg-opacity: 1;
  background-color: rgb(84 131 196 / var(--tw-bg-opacity, 1));
}

body > main {
  width: 100%;
  height: 100%;
  background: url("images/main-bg.webp");
  background-size: 100% 100%;
}
body > main.pages-main {
  width: 100%;
  height: 100%;
}
body > main.pages-main::before {
  content: "";
  background: linear-gradient(to bottom, rgb(242, 243, 243) 0px, rgba(242, 243, 243, 0) 100px), url("images/main-bg.webp");
  background-size: 100% 100%;
  background-position: top center;
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 600px) {
  body > main.pages-main::before {
    display: none;
  }
  body > main.pages-main {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0px, rgba(242, 243, 243, 0) 100px), url("images/main-bg.webp");
    background-size: 100% 100%;
  }
}
body > main{
  background-repeat: no-repeat;
}
body > main.index-main{
  background-image: url('images/main-bg.webp');
  background-size: cover;
  background-position: top;
}
body > main > article{
  width: 100%;
}
body > main > article > section{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body > main article.pages-artical,
body > main li.pages-artical{
  width: 100%;
}
body > main article.pages-artical > section,
body > main li.pages-artical > section{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body > main article.pages-artical:first-child,
body > main li.pages-artical:first-child {
  padding-top: 0;
}
body > main article.pages-artical:not(:last-child),
body > main li.pages-artical:not(:last-child){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(43 43 45 / var(--tw-border-opacity, 1));
}
@media (max-width: 600px){
  body > main article.pages-artical:not(:last-child),
body > main li.pages-artical:not(:last-child){
    border-width: 0px;
  }
}
body > main article.pages-artical .content, body > main article.pages-artical .content ul li,
body > main li.pages-artical .content,
body > main li.pages-artical .content ul li {
  font-size: 24px;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}
@media (max-width: 1440px) {
  body > main article.pages-artical .content, body > main article.pages-artical .content ul li,
  body > main li.pages-artical .content,
  body > main li.pages-artical .content ul li {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  body > main article.pages-artical .content, body > main article.pages-artical .content ul li,
  body > main li.pages-artical .content,
  body > main li.pages-artical .content ul li {
    font-size: 16px;
  }
}
body > main article.pages-artical .content ul li,
body > main li.pages-artical .content ul li {
  padding-left: 38px;
  position: relative;
}
body > main article.pages-artical .content ul li:not(:last-child),
body > main li.pages-artical .content ul li:not(:last-child){
  margin-bottom: 0.5rem;
}
@media (max-width: 1440px) {
  body > main article.pages-artical .content ul li,
  body > main li.pages-artical .content ul li {
    padding-left: 26px;
  }
}
@media (max-width: 600px) {
  body > main article.pages-artical .content ul li,
  body > main li.pages-artical .content ul li {
    padding-left: 18px;
  }
}
body > main article.pages-artical .content ul li p,
body > main li.pages-artical .content ul li p {
  line-height: inherit;
  margin: 0;
}
body > main article.pages-artical .content ul li::before,
body > main li.pages-artical .content ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #a1abc7;
  border-radius: 9999px;
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  body > main article.pages-artical .content ul li::before,
  body > main li.pages-artical .content ul li::before {
    width: 15px;
  }
}
@media (max-width: 600px) {
  body > main article.pages-artical .content ul li::before,
  body > main li.pages-artical .content ul li::before {
    width: 12px;
  }
}

.page-scroll-down{
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: none;
  height: 147px;
  width: 2px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: clip;
}

@media (max-width: 600px){
  .page-scroll-down{
    display: block;
  }
}
.page-scroll-down div{
  position: absolute;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.page-scroll-down div:first-child{
  left: 50%;
  width: 1px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-scroll-down div:last-child{
  width: 2px;
  animation-name: goTop;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: reverse;
}

aside.list-num {
  position: absolute;
  top: 0;
  left: clamp(30px, 3.515625vw, 67px);
  z-index: 50;
}
@media (max-width: 1440px) {
  aside.list-num {
    left: 20px;
  }
}

.progress-bar {
  will-change: height;
}

.container{
  max-width: 1280px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (max-width: 900px){
  .container{
    max-width: 700px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 600px){
  .container{
    max-width: 480px;
  }
}

.content, body > main article.pages-artical .content ul li,
body > main li.pages-artical .content ul li{
  font-family: Noto Sans TC, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
}

button a{
  display: flex;
  align-items: center;
  justify-content: center;
}
button.more{
  font-family: Fahkwang, sans-serif;
  font-weight: 700;
  transition: opacity 150ms linear;
}
button.more:hover {
  opacity: 0.5;
}

.img-box{
  height: auto;
  width: 100%;
  overflow: hidden;
  background: linear-gradient();
  position: relative;
  -webkit-touch-callout: none;
}
.img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

img {
  -webkit-user-drag: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

.area-header{
  margin-bottom: 4rem;
  text-align: center;
}

@media (max-width: 600px){
  .area-header{
    margin-bottom: 35px;
    text-align: start;
  }
}

body:not(.is-intro-active) .hrImg {
  animation-play-state: running;
}

.hrImg {
  animation-name: bannerShake;
  animation-duration: 600s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: paused;
}
@media (max-width: 600px) {
  .hrImg {
    animation: none;
  }
}
.hrImg {
  /* 攔截「橫向手機與平板」(觸控裝置 且 寬度小於 1024px) */
}
@media (max-width: 1024px) and (pointer: coarse) {
  .hrImg {
    animation: none;
    /* 強制關閉動畫，拯救 GPU */
  }
}

.logo a {
  position: relative;
}
.logo a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.logo a img {
  position: relative;
}

.index-scroll-down{
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 123px;
  max-height: 20svh;
  width: 3px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: clip;
}
.index-scroll-down div{
  position: absolute;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.index-scroll-down div:first-child{
  left: 50%;
  width: 1px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.index-scroll-down div:last-child{
  width: 3px;
  animation-name: goTop;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: reverse;
}

@keyframes bannerShake {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-66.6666666667%);
  }
}
@keyframes goTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-150%);
  }
}
@keyframes footerColor {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.hover\:opacity-50:hover{
  opacity: 0.5;
}
@media (max-width: 1440px){
  .lg\:-top-\[100px\]{
    top: -100px;
  }
  .lg\:-top-\[15vh\]{
    top: -15vh;
  }
  .lg\:me-5{
    margin-inline-end: 1.25rem;
  }
  .lg\:w-\[160px\]{
    width: 160px;
  }
  .lg\:w-\[256px\]{
    width: 256px;
  }
  .lg\:w-\[calc\(143\/12\.8\*1vw\)\]{
    width: calc(143 / 12.8 * 1vw);
  }
  .lg\:max-w-\[680px\]{
    max-width: 680px;
  }
  .lg\:max-w-\[820px\]{
    max-width: 820px;
  }
  .lg\:ps-0{
    padding-inline-start: 0px;
  }
  .lg\:text-2xl{
    font-size: 32px;
  }
  .lg\:text-3xl{
    font-size: 40px;
  }
  .lg\:text-\[10px\]{
    font-size: 10px;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-\[17px\]{
    font-size: 17px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[clamp\(18px\2c 22\/12\.8\*1vw\2c 22px\)\]{
    font-size: clamp(18px, 22 / 12.8 * 1vw, 22px);
  }
  .lg\:text-\[clamp\(22px\2c 26\/12\.8\*1vw\2c 26px\)\]{
    font-size: clamp(22px, 26 / 12.8 * 1vw, 26px);
  }
  .lg\:text-lg{
    font-size: 18px;
  }
  .lg\:text-sm{
    font-size: 14px;
  }
  .lg\:text-xl{
    font-size: 20px;
  }
  .lg\:zoom-80 {
    zoom: 0.8;
  }
}
@media (max-width: 900px){
  .md\:hidden{
    display: none;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:grid-cols-\[repeat\(2\2c 1fr\)\]{
    grid-template-columns: repeat(2,1fr);
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-x-\[unset\]{
    -moz-column-gap: unset;
         column-gap: unset;
  }
  .md\:\!text-3xl{
    font-size: 40px !important;
  }
}
@media (max-width: 600px){
  .sm\:-top-\[77px\]{
    top: -77px;
  }
  .sm\:bottom-\[60px\]{
    bottom: 60px;
  }
  .sm\:right-8{
    right: 2rem;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:\!mb-10{
    margin-bottom: 2.5rem !important;
  }
  .sm\:mb-\[127px\]{
    margin-bottom: 127px;
  }
  .sm\:mb-\[18px\]{
    margin-bottom: 18px;
  }
  .sm\:mb-\[2px\]{
    margin-bottom: 2px;
  }
  .sm\:mb-\[52px\]{
    margin-bottom: 52px;
  }
  .sm\:mb-\[calc\(6\/3\.75\*1vw\)\]{
    margin-bottom: calc(6 / 3.75 * 1vw);
  }
  .sm\:me-1{
    margin-inline-end: 0.25rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:inline-flex{
    display: inline-flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:aspect-\[310\/191\]{
    aspect-ratio: 310/191;
  }
  .sm\:aspect-\[320\/264\]{
    aspect-ratio: 320/264;
  }
  .sm\:aspect-\[unset\]{
    aspect-ratio: unset;
  }
  .sm\:size-\[18px\]{
    width: 18px;
    height: 18px;
  }
  .sm\:size-\[calc\(8\/3\.75\*1vw\)\]{
    width: calc(8 / 3.75 * 1vw);
    height: calc(8 / 3.75 * 1vw);
  }
  .sm\:h-6{
    height: 1.5rem;
  }
  .sm\:h-\[2px\]{
    height: 2px;
  }
  .sm\:w-\[121px\]{
    width: 121px;
  }
  .sm\:w-\[calc\(101\/3\.75\*1vw\)\]{
    width: calc(101 / 3.75 * 1vw);
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-\[136px\]{
    max-width: 136px;
  }
  .sm\:max-w-\[140px\]{
    max-width: 140px;
  }
  .sm\:max-w-\[420px\]{
    max-width: 420px;
  }
  .sm\:max-w-\[72px\]{
    max-width: 72px;
  }
  .sm\:-translate-y-\[1px\]{
    --tw-translate-y: -1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:gap-y-4{
    row-gap: 1rem;
  }
  .sm\:gap-y-7{
    row-gap: 1.75rem;
  }
  .sm\:gap-y-\[18px\]{
    row-gap: 18px;
  }
  .sm\:gap-y-\[55px\]{
    row-gap: 55px;
  }
  .sm\:rounded-tr-\[40px\]{
    border-top-right-radius: 40px;
  }
  .sm\:bg-\[url\(images\/pages-banner-mobile\.jpg\)\]{
    background-image: url(images/pages-banner-mobile.jpg);
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
  }
  .sm\:px-\[22px\]{
    padding-left: 22px;
    padding-right: 22px;
  }
  .sm\:px-\[23px\]{
    padding-left: 23px;
    padding-right: 23px;
  }
  .sm\:px-\[44px\]{
    padding-left: 44px;
    padding-right: 44px;
  }
  .sm\:px-\[clamp\(26px\2c 26\/3\.75\*1vw\2c 60px\)\]{
    padding-left: clamp(26px, 26 / 3.75 * 1vw, 60px);
    padding-right: clamp(26px, 26 / 3.75 * 1vw, 60px);
  }
  .sm\:px-\[clamp\(32px\2c 32\/3\.75\*1vw\2c 60px\)\]{
    padding-left: clamp(32px, 32 / 3.75 * 1vw, 60px);
    padding-right: clamp(32px, 32 / 3.75 * 1vw, 60px);
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-\[17px\]{
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .sm\:py-\[19px\]{
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .sm\:py-\[26px\]{
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .sm\:py-\[27px\]{
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .sm\:py-\[calc\(55px\/2\)\]{
    padding-top: calc(55px / 2);
    padding-bottom: calc(55px / 2);
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pb-\[35px\]{
    padding-bottom: 35px;
  }
  .sm\:pb-\[76px\]{
    padding-bottom: 76px;
  }
  .sm\:pt-4{
    padding-top: 1rem;
  }
  .sm\:pt-\[125px\]{
    padding-top: 125px;
  }
  .sm\:pt-\[84px\]{
    padding-top: 84px;
  }
  .sm\:pt-\[calc\(144\/3\.75\*1vw\)\]{
    padding-top: calc(144 / 3.75 * 1vw);
  }
  .sm\:pe-\[6vw\]{
    padding-inline-end: 6vw;
  }
  .sm\:pe-\[10vw\]{
    padding-inline-end: 10vw;
  }
  .sm\:\!text-\[calc\(17\/3\.75\*1vw\)\]{
    font-size: calc(17 / 3.75 * 1vw) !important;
  }
  .sm\:text-\[10px\]{
    font-size: 10px;
  }
  .sm\:text-\[7\.3px\]{
    font-size: 7.3px;
  }
  .sm\:text-\[8px\]{
    font-size: 8px;
  }
  .sm\:text-\[9px\]{
    font-size: 9px;
  }
  .sm\:text-\[calc\(10\/3\.75\*1vw\)\]{
    font-size: calc(10 / 3.75 * 1vw);
  }
  .sm\:text-\[calc\(12\/3\.75\*1vw\)\]{
    font-size: calc(12 / 3.75 * 1vw);
  }
  .sm\:text-base{
    font-size: 16px;
  }
  .sm\:text-lg{
    font-size: 18px;
  }
  .sm\:text-sm{
    font-size: 14px;
  }
  .sm\:text-xl{
    font-size: 20px;
  }
  .sm\:text-xs{
    font-size: 12px;
  }
  .sm\:leading-\[1\.3\]{
    line-height: 1.3;
  }
  .sm\:leading-\[1\.8\]{
    line-height: 1.8;
  }
  .sm\:tracking-\[2px\]{
    letter-spacing: 2px;
  }
  .sm\:tracking-none{
    letter-spacing: 0px;
  }
  .sm\:\!text-\[12\/3\.75\*1vw\]{
    color: 12/3.75*1vw !important;
  }
  .sm\:text-\[\#3e3a39\]{
    --tw-text-opacity: 1;
    color: rgb(62 58 57 / var(--tw-text-opacity, 1));
  }
  .sm\:zoom-100 {
    zoom: 1;
  }
  .sm\:\!\[text-align-last\:unset\]{
    -moz-text-align-last: unset !important;
         text-align-last: unset !important;
  }
}
@media (orientation: portrait){
  .portrait\:hidden{
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
