/*
! tailwindcss v3.4.1 | 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: #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.
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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 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 */
    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::-moz-placeholder,
textarea::-moz-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: ;
}

::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: ;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.right-24 {
    right: 6rem;
}

.right-5 {
    right: 1.25rem;
}

.right-\[30px\] {
    right: 30px;
}

.top-24 {
    top: 6rem;
}

.top-5 {
    top: 1.25rem;
}

.top-7 {
    top: 1.75rem;
}

.top-\[20px\] {
    top: 20px;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-50 {
    z-index: 50;
}

.m-0 {
    margin: 0px;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-\[15px\] {
    margin-bottom: 15px;
}

.ml-28 {
    margin-left: 7rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-\[8\%\] {
    margin-left: 8%;
}

.ml-auto {
    margin-left: auto;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mr-\[6\%\] {
    margin-right: 6%;
}

.mr-auto {
    margin-right: auto;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-32 {
    margin-top: 8rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-\[10px\] {
    margin-top: 10px;
}

.mt-\[15px\] {
    margin-top: 15px;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.aspect-\[1\.37\] {
    aspect-ratio: 1.37;
}

.aspect-\[1\.49\] {
    aspect-ratio: 1.49;
}

.aspect-\[2\.7\] {
    aspect-ratio: 2.7;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.h-\[50px\] {
    height: 50px;
}

.h-\[52px\] {
    height: 52px;
}

.h-\[72px\] {
    height: 72px;
}

.h-full {
    height: 100%;
}

.max-h-\[100vh\] {
    max-height: 100vh;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-6 {
    width: 1.5rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[105px\] {
    width: 105px;
}

.w-\[140px\] {
    width: 140px;
}

.w-\[220px\] {
    width: 220px;
}

.w-\[33px\] {
    width: 33px;
}

.w-\[52px\] {
    width: 52px;
}

.w-\[85\%\] {
    width: 85%;
}

.w-\[85px\] {
    width: 85px;
}

.w-full {
    width: 100%;
}

.max-w-full {
    max-width: 100%;
}

.shrink-0 {
    flex-shrink: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.list-decimal {
    list-style-type: decimal;
}

.list-disc {
    list-style-type: disc;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-\[16px\] {
    gap: 16px;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.self-center {
    align-self: center;
}

.self-stretch {
    align-self: stretch;
}

.overflow-x-auto {
    overflow-x: auto;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-\[200px\] {
    border-radius: 200px;
}

.rounded-full {
    border-radius: 9999px;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-l {
    border-left-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(65 80 101 / var(--tw-bg-opacity));
}

.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(202 79 15 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.p-0 {
    padding: 0px;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pl-0 {
    padding-left: 0px;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pt-28 {
    padding-top: 7rem;
}

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

.text-\[40px\] {
    font-size: 40px;
}

.text-\[50px\] {
    font-size: 50px;
}

.text-base {
    font-size: 18px;
}

.text-lg {
    font-size: 20px;
}

.text-sm {
    font-size: 16px;
}

.text-ss {
    font-size: 14px;
}

.text-xl {
    font-size: 24px;
}

.font-bold {
    font-weight: 700;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.tracking-\[\.15rem\] {
    letter-spacing: 0.15rem;
}

.tracking-\[\.25rem\] {
    letter-spacing: 0.25rem;
}

.tracking-\[0\.20rem\] {
    letter-spacing: 0.2rem;
}

.tracking-\[0\.2rem\] {
    letter-spacing: 0.2rem;
}

.tracking-\[0\.5px\] {
    letter-spacing: 0.5px;
}

.tracking-\[2\.88px\] {
    letter-spacing: 2.88px;
}

.tracking-normal {
    letter-spacing: 0em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.text-blue {
    --tw-text-opacity: 1;
    color: rgb(65 80 101 / var(--tw-text-opacity));
}

.text-gray90 {
    --tw-text-opacity: 1;
    color: rgb(104 104 104 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-xll {
    --tw-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.5);
    --tw-shadow-colored: 0 5px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
    scroll-behavior: smooth;
}

/* 隱藏scrollbar */

body::-webkit-scrollbar {
    display: none;
}

/* <!-- header area -------------> */

.navMenuTop {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
    margin-top: 12px;
    letter-spacing: 2.56px;
    @media (max-width: 1579px) {
        display: none !important;
    }
    @media (max-width: 420px) {
        margin-top: 0px;
    }
}

.navMenuTop li {
    border-top: 2px solid transparent;
    transition: all 0.3s;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.navMenuTop li:hover {
    border-top: 2px solid #ffffff;
}

/* 設定活動菜單項的樣式 */

.navMenuTop li.active {
    border-top: 2px solid #ffffff;
}

/* 設定活動子菜單項目的樣式 */

.navMenuTop .sub-menu li.active,
.navMenuTop .loc-item li.active {
    border-top: 2px solid #ffffff;
}

.navMenuTop > li > a {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.navMenuTop > li > a:hover {
    color: #ffffff;
}

#sideNavbar {
    transition: top 0.3s, background-color 0.3s;
    position: fixed;
    width: 100%;
    z-index: 20;
    @media (max-width: 1579px) {
        padding-bottom: 20px;
    }
}

.sideNavbarTop {
    padding-left: 40px;
    padding-top: 20px;
    @media (max-width: 1579px) {
        padding-left: 40px;

        padding-top: 33px;

        padding-right: 96px;
    }
    @media (max-width: 420px) {
        padding-left: 24px;

        padding-right: 24px;
    }
}

.sideBookbtn,
.sideBookbtn:focus {
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    min-width: 120px;
    border: 2px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: all 1s ease;
    padding: 10px 20px;
}

.sideBookbtn:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    background-color: #bdd6e34d;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transition: all 0.75s ease 0s;
}

.sideBookbtn:hover {
    color: #ffffff;
    text-shadow: none;
}

.sideBookbtn:hover:after {
    height: 450%;
}

/* 下拉選單背景 */

.sub-menu,
.loc-menu {
    background-color: #415065f2;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.sub-menu li,
.loc-menu li {
    padding: 15px;
    margin-bottom: 10px;
}

.sub-menu a,
.loc-menu a {
    font-weight: 400;
}

.sub-menu a:hover,
.loc-menu a:hover {
    color: white;
}

.navMenuTop li:hover .sub-menu,
.navMenuTop li:hover .loc-menu {
    visibility: visible;
    opacity: 1;
}

.sub-item {
    border-top: 2px solid transparent;
    transition: all 0.3s;
}

.sub-item:hover {
    border-top-color: white;
}

.sub-link {
    display: block;
    padding: 12px;
    transition: color 0.3s;
}

.sub-link:hover {
    color: white;
}

.loc-item {
    border-top: 2px solid transparent;
    transition: all 0.3s;
}

.loc-item:hover {
    border-top-color: white;
}

.loc-link {
    display: block;
    padding: 12px;
    transition: color 0.3s;
}

.loc-link:hover {
    color: white;
}

/* Specific styles for the last child of .navMenuTop */

.thsrTicket {
    background-color: #ca4f0f;
    /* Orange color */
    border-color: #ca4f0f;
}

.dropdown-sidelang a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #686868 !important;
    letter-spacing: 0em;
    text-decoration-line: none;
    padding: 4px 0;
}

.dropdown-sidelang a:hover {
    color: #1b3150;
    background: #bdd6e3;
}

/* SideMenu 漢堡線 */

.hamburger-btn {
    pointer-events: auto;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 45px;
    height: 45px;
    top: 50px;
    right: 3rem;
    z-index: 50;
    cursor: pointer;
    margin-right: 10px;
    display: none;
    @media (max-width: 1579px) {
        display: block;

        right: 2rem;

        top: 50px;
    }
}

/* 添加灰色背景 */

#sideNavbar:hover {
    background-color: #415065f2;
    /* 你可以根據需求更改顏色 */
}

/* ROOMS和LOCATION下拉選單顯示 */

.navMenuTop li:hover > ul,
.branch-toggle li:hover > ul {
    display: block;
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.hamburger-btn span {
    position: absolute;
    height: 2px;
    border-radius: 4px;
    width: 75%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.hamburger-btn span:nth-child(1) {
    top: 0px;
}

.hamburger-btn span:nth-child(2),
.hamburger-btn span:nth-child(3) {
    top: 13px;
}

.hamburger-btn span:nth-child(4) {
    top: 25px;
}

.hamburger-btn.active span:nth-child(1),
.hamburger-btn.active span:nth-child(4) {
    opacity: 0;
}

.hamburger-btn.active span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.sideOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 40;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.SideMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    height: 100%;
    background-color: #415065;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 45;
}

.SideMenu.active {
    transform: translateX(0);
}

.sideOverlay.active {
    opacity: 1;
    display: block !important;
}

.sideNavbar a {
    text-decoration-line: none !important;
    color: white;
}

.sideNavbarList a {
    display: flex;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.sideNavbarList a:hover {
    color: white;
}

.branch-toggle {
}

#roomsSubMenu a,
#locationSubMenu a {
    display: flex;
    align-items: center;
    font-weight: 300;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
}

#roomsSubMenu a:hover,
#locationSubMenu a:hover {
    color: white;
}

#thsrList {
    background: #ca4f0f;
    width: 190px;
    /* padding-right: 56px; */
}

/* --sideBookMenu---- */

/* Overlay styling */

.sideBookMenu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.425);
    z-index: 50;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.sideBookArea {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    height: 100%;
    background-color: #f0f0f0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 60;
    @media (max-width: 420px) {
        display: none;
    }
}

.sideBookArea.active {
    transform: translateX(0);
}

.sideBookMenu_overlay .active {
    opacity: 1;
    display: block;
}

.dropdown-sidemenulang a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #686868;
    letter-spacing: 0em;
    text-decoration-line: none;
    padding: 4px 0;
}

.dropdown-sidemenulang a:hover {
    color: #1b3150;
    background: #bdd6e3;
}

/* ----------------------------------------------- */

/* To Top Button */

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 50;
}

.button-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    background-opacity: 0.7;
    height: 52px;
    width: 52px;
    border-radius: 200px;
    transition: background-color 0.3s;
}

.button-content i {
    color: black;
    transition: color 0.3s;
}

#myBtn:hover .button-content {
    background-color: #1b3150;
}

#myBtn:hover .button-content i {
    color: white;
}

/* ---------------------- */

/* footer ---------------*/

.footerBar {
    display: none;
    @media (max-width: 420px) {
        display: block !important;
    }
}

.sidefooter-container {
    padding-top: 4vh;
    background-color: #415065;
    min-height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-size: cover;
    @media (max-width: 1579px) {
        padding-top: 2vh;
    }
    @media (max-width: 420px) {
        min-height: 600px;
    }
}

.sideRoomNoticeInfo {
    padding: 25px;
    @media (max-width: 420px) {
        padding: 10px;
    }
}

.sideNotice {
    width: 1400px;
    max-height: 100vh;
    /* 限制最大高度為視窗高度 */
    overflow-y: auto;
    /* 允許垂直滾動 */
    @media (max-width: 1579px) {
        width: 720px;

        max-height: 740px;
    }
    @media (max-width: 420px) {
        width: 360px;

        max-height: 620px;
    }
}

.sidefooter-line {
    border-top: 2px solid #ffffff;
    width: 90%;
}

.sidefooter-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
    gap: 40px;
    @media (max-width: 1579px) {
        padding-left: 20px;

        padding-right: 20px;

        margin-bottom: 20px;

        gap: 25px;
    }
    @media (max-width: 420px) {
        padding-left: 15px;

        padding-right: 15px;

        margin-bottom: 20px;

        font-size: 14px;

        gap: 20px;
    }
}

.sidefooter-menu a {
    text-decoration-line: none;
    color: #ffffff;
    outline: none;
}

.sidefooter-menu a:hover {
    color: #ffffff;
}

.sidefooter-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    @media (max-width: 420px) {
        gap: 15px;
    }
}

.sidefooter-nav li {
    border-left: 1px solid white;
    padding-left: 20px;
}

.sidefooter-nav li:first-child {
    border-left: none;
}

.sidefooter-nav a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.2rem;
    @media (max-width: 1579px) {
        margin-top: 10px;
    }
}

.sidefooter-nav a:hover {
    color: white;
}

.sideweater-area {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-right: 240px;
    @media (max-width: 1579px) {
        margin-right: 40px;

        flex-direction: column;
    }
}

.list-decimal li {
    padding-left: 0px;
}

.office-info {
    gap: 30px;
    @media (max-width: 420px) {
        gap: 10px;
    }
}

.footer-rwd {
    display: none;
    @media (max-width: 420px) {
        display: block;

        justify-content: center;

        text-align: center;
    }
}

.hover\:bg-darkB:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(27 49 80 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 420px) {
    .sm\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .sm\:mr-20 {
        margin-right: 5rem;
    }

    .sm\:mt-3 {
        margin-top: 0.75rem;
    }

    .sm\:mt-\[25px\] {
        margin-top: 25px;
    }

    .sm\:block {
        display: block !important;
    }

    .sm\:hidden {
        display: none !important;
    }

    .sm\:w-9 {
        width: 2.25rem;
    }

    .sm\:w-\[110px\] {
        width: 110px;
    }

    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:pl-1 {
        padding-left: 0.25rem;
    }
}

@media (max-width: 1579px) {
    .lg\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .lg\:ml-\[4\%\] {
        margin-left: 4%;
    }

    .lg\:mr-0 {
        margin-right: 0px;
    }

    .lg\:mr-3 {
        margin-right: 0.75rem;
    }

    .lg\:mr-\[2\%\] {
        margin-right: 2%;
    }

    .lg\:mt-20 {
        margin-top: 5rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:flex-col {
        flex-direction: column;
    }
}
