@charset "UTF-8";
@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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*
! tailwindcss v3.3.3 | 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 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.
*/
html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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. 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-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;
}
/*
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 */
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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] {
  display: none;
}
*, ::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:  ;
}
::-webkit-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:  ;
}
::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:  ;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-\[8px\]{
  bottom: -8px;
}
.-left-\[1px\]{
  left: -1px;
}
.left-0{
  left: 0px;
}
.right-20{
  right: 5rem;
}
.right-3{
  right: 0.75rem;
}
.right-\[66px\]{
  right: 66px;
}
.top-0{
  top: 0px;
}
.top-16{
  top: 4rem;
}
.top-3{
  top: 0.75rem;
}
.top-7{
  top: 1.75rem;
}
.top-\[100\%\]{
  top: 100%;
}
.top-\[6px\]{
  top: 6px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-\[192px\]{
  margin-bottom: 192px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-\[76px\]{
  margin-bottom: 76px;
}
.mb-\[78px\]{
  margin-bottom: 78px;
}
.mb-\[92px\]{
  margin-bottom: 92px;
}
.ml-\[210px\]{
  margin-left: 210px;
}
.ml-\[323px\]{
  margin-left: 323px;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-\[180px\]{
  margin-right: 180px;
}
.mr-\[210px\]{
  margin-right: 210px;
}
.mr-\[370px\]{
  margin-right: 370px;
}
.mt-20{
  margin-top: 5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[43\.5vh\]{
  margin-top: 43.5vh;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[56vw\]{
  height: 56vw;
}
.h-\[57vh\]{
  height: 57vh;
}
.h-\[675px\]{
  height: 675px;
}
.h-\[740px\]{
  height: 740px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.w-5{
  width: 1.25rem;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[1200px\]{
  width: 1200px;
}
.w-full{
  width: 100%;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1300px\]{
  max-width: 1300px;
}
.max-w-\[1500px\]{
  max-width: 1500px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-none{
  max-width: none;
}
.flex-auto{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.shrink-0{
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.rotate-\[45deg\]{
  --tw-rotate: 45deg;
  -webkit-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));
  -ms-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: 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-pointer{
  cursor: pointer;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.items-end{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[70px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(70px * var(--tw-space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[70px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(70px * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.border-b{
  border-bottom-width: 1px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#404040\]{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#8e2017\]{
  --tw-gradient-from: #8e2017 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(142 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#980b12\]{
  --tw-gradient-to: #980b12 var(--tw-gradient-to-position);
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[175px\]{
  padding-top: 175px;
  padding-bottom: 175px;
}
.pl-\[110px\]{
  padding-left: 110px;
}
.pl-\[190px\]{
  padding-left: 190px;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-ch{
  font-family: Noto Sans TC, sans-serif;
}
.font-en{
  font-family: Playfair Display, sans-serif;
}
.text-3xl{
  font-size: 24px;
  line-height: 1.2;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-lg{
  font-size: 18px;
  line-height: 1.5;
}
.text-xl{
  font-size: 19px;
  line-height: 1;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.leading-\[2\.5\]{
  line-height: 2.5;
}
.leading-loose{
  line-height: 2;
}
.tracking-normal{
  letter-spacing: 1px;
}
.tracking-wide{
  letter-spacing: 3px;
}
.tracking-wider{
  letter-spacing: 6px;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.duration-1000{
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
@-webkit-keyframes anim_clip {
    0% {
      -webkit-clip-path: inset(0% 100% 0% 0%);
      clip-path: inset(0% 100% 0% 0%); }
    42%, 58% {
      -webkit-clip-path: inset(0% 0% 0% 0%);
      clip-path: inset(0% 0% 0% 0%); }
    100% {
      -webkit-clip-path: inset(0% 0% 0% 100%);
      clip-path: inset(0% 0% 0% 100%); } }
@keyframes anim_clip {
    0% {
      -webkit-clip-path: inset(0% 100% 0% 0%);
      clip-path: inset(0% 100% 0% 0%); }
    42%, 58% {
      -webkit-clip-path: inset(0% 0% 0% 0%);
      clip-path: inset(0% 0% 0% 0%); }
    100% {
      -webkit-clip-path: inset(0% 0% 0% 100%);
      clip-path: inset(0% 0% 0% 100%); } }
.basic-show.is-show {
      opacity: 1;
      pointer-events: all; }
.basic-hover {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
.basic-hover:hover {
      opacity: .6; }
.tf-x {
    left: 50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: 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)); }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-family: 'Noto Sans TC', 'sans-serif';
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden; }

:focus-visible {
  outline: none; }

body {
  background-color: #980b12; }

.menuLine {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .menuLine:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -8px;
    background-color: rgba(255, 255, 255, 0.5); }

#contactForm .item {
  /*偽元素式*/ }
  #contactForm .item .message-title {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    #contactForm .item .message-title:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      left: 0;
      bottom: -8px;
      background-color: rgba(255, 255, 255, 0.5); }
  #contactForm .item .line {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    #contactForm .item .line:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      left: 0;
      bottom: -8px;
      background-color: rgba(255, 255, 255, 0.5);
      opacity: 0; }
  #contactForm .item input[type="text"] {
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 8px 0; }

@media (max-width: 1199px) {
  #contactForm .item input[type="text"] {
    padding: 4px 0; } }
    #contactForm .item input[type="text"]::-webkit-input-placeholder {
      color: #fff;
      font-size: 18px;
      opacity: .5; }
    #contactForm .item input[type="text"]::-moz-placeholder {
      color: #fff;
      font-size: 18px;
      opacity: .5; }
    #contactForm .item input[type="text"]::-ms-input-placeholder {
      color: #fff;
      font-size: 18px;
      opacity: .5; }
    #contactForm .item input[type="text"]::placeholder {
      color: #fff;
      font-size: 18px;
      opacity: .5; }

@media (max-width: 1199px) {
  #contactForm .item input[type="text"]::-webkit-input-placeholder {
    font-size: 13px; }
  #contactForm .item input[type="text"]::-moz-placeholder {
    font-size: 13px; }
  #contactForm .item input[type="text"]::-ms-input-placeholder {
    font-size: 13px; }
  #contactForm .item input[type="text"]::placeholder {
    font-size: 13px; } }
  #contactForm .item textarea {
    width: 100%;
    color: #fff;
    resize: none;
    background-color: transparent;
    padding: 8px 0; }

@media (min-width: 1200px) and (max-width: 1700px) {
  #contactForm .item textarea {
    padding-top: 0; } }
  #contactForm .item input[type='radio'], #contactForm .item input[type='checkbox'] {
    opacity: 0;
    position: absolute; }
  #contactForm .item input[type='radio'] + label, #contactForm .item input[type='checkbox'] + label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 26px;
    cursor: pointer;
    color: #fff;
    line-height: 1.3; }

@media (max-width: 1199px) {
  #contactForm .item input[type='radio'] + label, #contactForm .item input[type='checkbox'] + label {
    font-size: 14px; } }
    #contactForm .item input[type='radio'] + label:before, #contactForm .item input[type='checkbox'] + label:before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      border: 1px solid #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }

@media (max-width: 1199px) {
  #contactForm .item input[type='radio'] + label:before, #contactForm .item input[type='checkbox'] + label:before {
    width: 14px;
    height: 14px; } }
  #contactForm .item input[type='radio']:checked + label:after, #contactForm .item input[type='checkbox']:checked + label:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }

@media (max-width: 1199px) {
  #contactForm .item input[type='radio']:checked + label:after, #contactForm .item input[type='checkbox']:checked + label:after {
    width: 14px;
    height: 14px; } }
  #contactForm .item .checkbox-item input[type='radio'] + label:before, #contactForm .item .checkbox-item input[type='checkbox'] + label:before {
    top: 12px; }

@media (max-width: 1199px) {
  #contactForm .item .checkbox-item input[type='radio'] + label:before, #contactForm .item .checkbox-item input[type='checkbox'] + label:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
  #contactForm .item .checkbox-item input[type='radio']:checked + label:after, #contactForm .item .checkbox-item input[type='checkbox']:checked + label:after {
    top: 12px; }

@media (max-width: 1199px) {
  #contactForm .item .checkbox-item input[type='radio']:checked + label:after, #contactForm .item .checkbox-item input[type='checkbox']:checked + label:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
  #contactForm .item .sendSMS {
    border: 1px solid #fff;
    padding: 0 16px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -8px; }

@media (min-width: 1200px) and (max-width: 1700px) {
  #contactForm .item .sendSMS {
    height: 5.5vh;
    margin-top: 0; } }

@media (max-width: 1199px) {
  #contactForm .item .sendSMS {
    padding: 12px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: -1px;
    height: 36px; } }
    #contactForm .item .sendSMS .contact-form-error {
      top: auto;
      bottom: 0;
      right: 0; }
  #contactForm .item #chk_office .contact-form-error {
    right: auto;
    bottom: auto;
    top: 0;
    left: 7vw;
    -webkit-transform: translateY(-160%);
    -ms-transform: translateY(-160%);
    transform: translateY(-160%); }

@media (min-width: 1200px) and (max-width: 1700px) {
  #contactForm .item #chk_office .contact-form-error {
    -webkit-transform: translateY(-210%);
    -ms-transform: translateY(-210%);
    transform: translateY(-210%);
    left: 9vw; } }

@media (max-width: 1199px) {
  #contactForm .item #chk_office .contact-form-error {
    padding: 1px 4px;
    left: 25vw; } }
  #contactForm .item #chk .contact-form-error {
    right: auto;
    bottom: auto;
    top: 0;
    left: 6vw;
    -webkit-transform: translateY(-160%);
    -ms-transform: translateY(-160%);
    transform: translateY(-160%); }

@media (min-width: 1200px) and (max-width: 1700px) {
  #contactForm .item #chk .contact-form-error {
    -webkit-transform: translateY(-210%);
    -ms-transform: translateY(-210%);
    transform: translateY(-210%);
    left: 8vw; } }

@media (max-width: 1199px) {
  #contactForm .item #chk .contact-form-error {
    left: 20vw; } }
  #contactForm .item .contact-form-error {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #d8471a;
    padding: 3px 6px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px; }

@media (max-width: 1199px) {
  #contactForm .item .contact-form-error {
    font-size: 12px;
    padding: 1px 4px; } }

.menuWrap {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  pointer-events: none; }
  .menuWrap .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%); }
  .menuWrap.is-show {
    opacity: 1;
    pointer-events: auto; }
    .menuWrap.is-show .bg {
      -webkit-clip-path: polygon(100% 190%, -30% 0%, 100% 0%);
      clip-path: polygon(100% 190%, -30% 0%, 100% 0%); }

@media (max-width: 1199px) {
  .menuWrap.is-show .bg {
    -webkit-clip-path: polygon(100% 125%, -140% 0%, 100% 0%);
    clip-path: polygon(100% 125%, -140% 0%, 100% 0%); } }

#index-in-dots li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: all .3s;
  transition: all .3s; }
  #index-in-dots li.current {
    opacity: 1; }
  .group.is-close .group-\[\&\.is-close\]\:opacity-0{
  opacity: 0;
}
  @media (max-width: 1199px){
  .lg\:right-7{
    right: 1.75rem;
  }
  .lg\:top-7{
    top: 1.75rem;
  }
  .lg\:order-1{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lg\:order-2{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-\[14px\]{
    margin-bottom: 14px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:mb-\[96px\]{
    margin-bottom: 96px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-8{
    height: 2rem;
  }
  .lg\:h-\[58vh\]{
    height: 58vh;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:w-\[21vw\]{
    width: 21vw;
  }
  .lg\:w-\[30vw\]{
    width: 30vw;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[120px\]{
    max-width: 120px;
  }
  .lg\:max-w-\[32px\]{
    max-width: 32px;
  }
  .lg\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .lg\:max-w-\[96px\]{
    max-width: 96px;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg\:items-start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lg\:items-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg\:gap-y-4{
    row-gap: 1rem;
  }
  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-\[13px\]{
    font-size: 13px;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[17px\]{
    font-size: 17px;
  }
  .lg\:text-sm{
    font-size: 14px;
    line-height: 1.5;
  }
  .lg\:text-xl{
    font-size: 19px;
    line-height: 1;
  }
  .lg\:text-xs{
    font-size: 12px;
    line-height: 1.5;
  }
  .lg\:leading-loose{
    line-height: 2;
  }
  .lg\:leading-normal{
    line-height: 1.6;
  }
  .lg\:tracking-normal{
    letter-spacing: 1px;
  }
  .lg\:tf-x {
    left: 50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: 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)); }
}
  @media (min-width: 1200px) and (max-width: 1700px){
  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:ml-\[20vh\]{
    margin-left: 20vh;
  }
  .xl\:mr-6{
    margin-right: 1.5rem;
  }
  .xl\:mr-\[20vh\]{
    margin-right: 20vh;
  }
  .xl\:mr-\[35vh\]{
    margin-right: 35vh;
  }
  .xl\:h-8{
    height: 2rem;
  }
  .xl\:h-\[484px\]{
    height: 484px;
  }
  .xl\:h-\[70vh\]{
    height: 70vh;
  }
  .xl\:h-\[75vh\]{
    height: 75vh;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:w-\[860px\]{
    width: 860px;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[40vw\]{
    max-width: 40vw;
  }
  .xl\:max-w-\[55vw\]{
    max-width: 55vw;
  }
  .xl\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .xl\:max-w-\[860px\]{
    max-width: 860px;
  }
  .xl\:max-w-full{
    max-width: 100%;
  }
  .xl\:shrink-0{
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:pl-\[15vh\]{
    padding-left: 15vh;
  }
  .xl\:text-\[15px\]{
    font-size: 15px;
  }
  .xl\:zoom-80 {
    zoom: 0.8; }
  .xl\:zoom-90 {
    zoom: 0.9; }
}

/*# sourceMappingURL=style.css.map */
