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

[type="text"],
input:where(:not([type])),
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: inline-flex;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[multiple],
[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type="checkbox"] {
    border-radius: 0px;
}

[type="radio"] {
    border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
}

[type="checkbox"]:checked,
[type="radio"]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type="checkbox"]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type="file"] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type="file"]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

html {
    font-family: "Noto Sans TC", sans-serif;
}

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

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-left-\[350px\] {
    left: -350px;
}

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

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

.bottom-0 {
    bottom: 0px;
}

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

.bottom-\[60px\] {
    bottom: 60px;
}

.left-0 {
    left: 0px;
}

.left-\[110\%\] {
    left: 110%;
}

.left-\[23px\] {
    left: 23px;
}

.right-0 {
    right: 0px;
}

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

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

.right-\[110\%\] {
    right: 110%;
}

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

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

.top-0 {
    top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.top-\[50\%\] {
    top: 50%;
}

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

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

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

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

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

.z-\[1000\] {
    z-index: 1000;
}

.z-\[100\] {
    z-index: 100;
}

.z-\[1050\] {
    z-index: 1050;
}

.z-\[1100\] {
    z-index: 1100;
}

.z-\[1\] {
    z-index: 1;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-\[13px\] {
    margin-top: 13px;
    margin-bottom: 13px;
}

.my-\[23px\] {
    margin-top: 23px;
    margin-bottom: 23px;
}

.my-\[54px\] {
    margin-top: 54px;
    margin-bottom: 54px;
}

.my-\[55px\] {
    margin-top: 55px;
    margin-bottom: 55px;
}

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

.mb-4 {
    margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-1 {
    -webkit-margin-end: 0.25rem;
    margin-inline-end: 0.25rem;
}

.me-\[12px\] {
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
}

.me-\[15px\] {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.me-\[46px\] {
    -webkit-margin-end: 46px;
    margin-inline-end: 46px;
}

.me-\[5px\] {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.me-\[9px\] {
    -webkit-margin-end: 9px;
    margin-inline-end: 9px;
}

.ml-\[15px\] {
    margin-left: 15px;
}

.ml-\[16px\] {
    margin-left: 16px;
}

.ml-\[20px\] {
    margin-left: 20px;
}

.ml-\[26px\] {
    margin-left: 26px;
}

.ml-\[34px\] {
    margin-left: 34px;
}

.ml-\[38px\] {
    margin-left: 38px;
}

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

.mr-\[10px\] {
    margin-right: 10px;
}

.mr-\[13px\] {
    margin-right: 13px;
}

.mr-\[20px\] {
    margin-right: 20px;
}

.mr-\[26px\] {
    margin-right: 26px;
}

.mr-\[6\.62px\] {
    margin-right: 6.62px;
}

.mr-\[8px\] {
    margin-right: 8px;
}

.mr-\[9px\] {
    margin-right: 9px;
}

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

.ms-auto {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-\[260\/158\] {
    aspect-ratio: 260/158;
}

.aspect-\[38\/23\] {
    aspect-ratio: 38/23;
}

.aspect-\[413\/96\] {
    aspect-ratio: 413/96;
}

.aspect-\[590\/356\] {
    aspect-ratio: 590/356;
}

.aspect-\[96\/58\] {
    aspect-ratio: 96/58;
}

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

.aspect-video {
    aspect-ratio: 16 / 9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

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

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

.min-h-\[calc\(100vh-415px\)\] {
    min-height: calc(100vh - 415px);
}

.min-h-\[calc\(100vh-715px\)\] {
    min-height: calc(100vh - 715px);
}

.min-h-screen {
    min-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
    flex: 1 1 0%;
}

.table-auto {
    table-layout: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-flow-col {
    grid-auto-flow: column;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}

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

.flex-wrap {
    flex-wrap: wrap;
}

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

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

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

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

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

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

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

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

.gap-3 {
    gap: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.gap-\[3rem\] {
    gap: 3rem;
}

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

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

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

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

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

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.gap-x-\[11px\] {
    -moz-column-gap: 11px;
    column-gap: 11px;
}

.gap-x-\[17px\] {
    -moz-column-gap: 17px;
    column-gap: 17px;
}

.gap-x-\[20px\] {
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.gap-x-\[21px\] {
    -moz-column-gap: 21px;
    column-gap: 21px;
}

.gap-x-\[22px\] {
    -moz-column-gap: 22px;
    column-gap: 22px;
}

.gap-x-\[27px\] {
    -moz-column-gap: 27px;
    column-gap: 27px;
}

.gap-x-\[30px\] {
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.gap-x-\[36px\] {
    -moz-column-gap: 36px;
    column-gap: 36px;
}

.gap-x-\[38px\] {
    -moz-column-gap: 38px;
    column-gap: 38px;
}

.gap-x-\[60px\] {
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.gap-x-\[9px\] {
    -moz-column-gap: 9px;
    column-gap: 9px;
}

.gap-y-\[13px\] {
    row-gap: 13px;
}

.gap-y-\[15px\] {
    row-gap: 15px;
}

.gap-y-\[19px\] {
    row-gap: 19px;
}

.gap-y-\[22px\] {
    row-gap: 22px;
}

.gap-y-\[25px\] {
    row-gap: 25px;
}

.gap-y-\[26px\] {
    row-gap: 26px;
}

.gap-y-\[30px\] {
    row-gap: 30px;
}

.gap-y-\[32px\] {
    row-gap: 32px;
}

.gap-y-\[35px\] {
    row-gap: 35px;
}

.gap-y-\[50px\] {
    row-gap: 50px;
}

.gap-y-\[51px\] {
    row-gap: 51px;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

.scroll-smooth {
    scroll-behavior: smooth;
}

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

.rounded-3xl {
    border-radius: 1.5rem;
}

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

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

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

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

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

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.border {
    border-width: 1px;
}

.border-\[2px\] {
    border-width: 2px;
}

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

.border-t {
    border-top-width: 1px;
}

.border-\[\#212529\] {
    --tw-border-opacity: 1;
    border-color: rgb(33 37 41 / var(--tw-border-opacity));
}

.border-\[\#C3C3C3\] {
    --tw-border-opacity: 1;
    border-color: rgb(195 195 195 / var(--tw-border-opacity));
}

.border-\[\#C78434B2\]\/70 {
    border-color: rgb(199 132 52 / 0.7);
}

.border-\[\#C78434\] {
    --tw-border-opacity: 1;
    border-color: rgb(199 132 52 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#DADADA\] {
    --tw-border-opacity: 1;
    border-color: rgb(218 218 218 / var(--tw-border-opacity));
}

.border-\[fourth\] {
    border-color: fourth;
}

.border-fourth {
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(144 18 23 / var(--tw-border-opacity));
}

.border-b-\[\#D4A662\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 166 98 / var(--tw-border-opacity));
}

.border-t-\[\#D4A662\] {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 166 98 / var(--tw-border-opacity));
}

.bg-\[\#4D5995\] {
    --tw-bg-opacity: 1;
    background-color: rgb(77 89 149 / var(--tw-bg-opacity));
}

.bg-\[\#72C734\] {
    --tw-bg-opacity: 1;
    background-color: rgb(114 199 52 / var(--tw-bg-opacity));
}

.bg-\[\#888888\] {
    --tw-bg-opacity: 1;
    background-color: rgb(136 136 136 / var(--tw-bg-opacity));
}

.bg-\[\#C3C3C3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(195 195 195 / var(--tw-bg-opacity));
}

.bg-\[\#C78434\] {
    --tw-bg-opacity: 1;
    background-color: rgb(199 132 52 / var(--tw-bg-opacity));
}

.bg-\[\#E7921C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(231 146 28 / var(--tw-bg-opacity));
}

.bg-\[\#FCEADF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 234 223 / var(--tw-bg-opacity));
}

.bg-\[\#FFE2C7\]\/50 {
    background-color: rgb(255 226 199 / 0.5);
}

.bg-\[\#FFF9F4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 244 / var(--tw-bg-opacity));
}

.bg-\[\#e5e5e5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-\[\#fff9f4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 244 / var(--tw-bg-opacity));
}

.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
}

.bg-fifth {
    --tw-bg-opacity: 1;
    background-color: rgb(175 8 22 / var(--tw-bg-opacity));
}

.bg-fourth {
    --tw-bg-opacity: 1;
    background-color: rgb(158 101 62 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(144 18 23 / var(--tw-bg-opacity));
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

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

.bg-third {
    --tw-bg-opacity: 1;
    background-color: rgb(222 165 81 / var(--tw-bg-opacity));
}

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

.bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
}

.bg-\[url\(\'\.\.\/\.\.\/\.\.\/src\/asset\/image\/activityContentBorder2\.png\'\)\] {
    background-image: url("../image/activityContentBorder2.png");
}

.bg-\[url\(\'\.\.\/\.\.\/\.\.\/src\/asset\/image\/arrow-right-s-line\.svg\'\)\] {
    background-image: url("../image/arrow-right-s-line.svg");
}

.bg-\[url\(\'\.\.\/\.\.\/\.\.\/src\/asset\/image\/boderRed\.png\'\)\] {
    background-image: url("../image/boderRed.png");
}

.bg-\[url\(\'\.\.\/\.\.\/\.\.\/src\/asset\/image\/documentImage\.png\'\)\] {
    background-image: url("../image/documentImage.png");
}

.bg-\[length\:100\%_100\%\] {
    background-size: 100% 100%;
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

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

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
}

.px-\[17px\] {
    padding-left: 17px;
    padding-right: 17px;
}

.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

.px-\[21px\] {
    padding-left: 21px;
    padding-right: 21px;
}

.px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
}

.px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px;
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
}

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

.px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
}

.px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
}

.px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
}

.px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
}

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

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
}

.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px;
}

.py-\[19px\] {
    padding-top: 19px;
    padding-bottom: 19px;
}

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

.py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-\[27px\] {
    padding-top: 27px;
    padding-bottom: 27px;
}

.py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-\[41px\] {
    padding-top: 41px;
    padding-bottom: 41px;
}

.py-\[52px\] {
    padding-top: 52px;
    padding-bottom: 52px;
}

.py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
}

.py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px;
}

.pb-\[74px\] {
    padding-bottom: 74px;
}

.pb-\[100px\] {
    padding-bottom: 100px;
}

.pb-\[115px\] {
    padding-bottom: 115px;
}

.pb-\[125px\] {
    padding-bottom: 125px;
}

.pb-\[16px\] {
    padding-bottom: 16px;
}

.pb-\[17px\] {
    padding-bottom: 17px;
}

.pb-\[186px\] {
    padding-bottom: 186px;
}

.pb-\[18px\] {
    padding-bottom: 18px;
}

.pb-\[19px\] {
    padding-bottom: 19px;
}

.pb-\[20px\] {
    padding-bottom: 20px;
}

.pb-\[21px\] {
    padding-bottom: 21px;
}

.pb-\[25px\] {
    padding-bottom: 25px;
}

.pb-\[27px\] {
    padding-bottom: 27px;
}

.pb-\[31px\] {
    padding-bottom: 31px;
}

.pb-\[33px\] {
    padding-bottom: 33px;
}

.pb-\[38px\] {
    padding-bottom: 38px;
}

.pb-\[40px\] {
    padding-bottom: 40px;
}

.pb-\[41px\] {
    padding-bottom: 41px;
}

.pb-\[43px\] {
    padding-bottom: 43px;
}

.pb-\[44px\] {
    padding-bottom: 44px;
}

.pb-\[47px\] {
    padding-bottom: 47px;
}

.pb-\[48px\] {
    padding-bottom: 48px;
}

.pb-\[51px\] {
    padding-bottom: 51px;
}

.pb-\[56px\] {
    padding-bottom: 56px;
}

.pb-\[76px\] {
    padding-bottom: 76px;
}

.pb-\[94px\] {
    padding-bottom: 94px;
}

.pe-\[15px\] {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
}

.pe-\[22px\] {
    -webkit-padding-end: 22px;
    padding-inline-end: 22px;
}

.pe-\[37px\] {
    -webkit-padding-end: 37px;
    padding-inline-end: 37px;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-\[12px\] {
    padding-left: 12px;
}

.pl-\[6px\] {
    padding-left: 6px;
}

.pr-\[12px\] {
    padding-right: 12px;
}

.pr-\[17px\] {
    padding-right: 17px;
}

.pr-\[27px\] {
    padding-right: 27px;
}

.pr-\[34px\] {
    padding-right: 34px;
}

.pr-\[37px\] {
    padding-right: 37px;
}

.ps-\[30px\] {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.ps-\[33px\] {
    -webkit-padding-start: 33px;
    padding-inline-start: 33px;
}

.pt-\[13px\] {
    padding-top: 13px;
}

.pt-\[14px\] {
    padding-top: 14px;
}

.pt-\[15px\] {
    padding-top: 15px;
}

.pt-\[16px\] {
    padding-top: 16px;
}

.pt-\[17px\] {
    padding-top: 17px;
}

.pt-\[18px\] {
    padding-top: 18px;
}

.pt-\[19px\] {
    padding-top: 19px;
}

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

.pt-\[23px\] {
    padding-top: 23px;
}

.pt-\[27px\] {
    padding-top: 27px;
}

.pt-\[28px\] {
    padding-top: 28px;
}

.pt-\[30px\] {
    padding-top: 30px;
}

.pt-\[33px\] {
    padding-top: 33px;
}

.pt-\[37px\] {
    padding-top: 37px;
}

.pt-\[38px\] {
    padding-top: 38px;
}

.pt-\[40px\] {
    padding-top: 40px;
}

.pt-\[56px\] {
    padding-top: 56px;
}

.pt-\[70px\] {
    padding-top: 70px;
}

.pt-\[105px\] {
    padding-top: 105px;
}

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

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

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

.align-top {
    vertical-align: top;
}

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

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

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

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

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

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

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

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

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

.font-\[300\] {
    font-weight: 300;
}

.font-\[400\] {
    font-weight: 400;
}

.font-\[500\] {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.leading-\[18px\] {
    line-height: 18px;
}

.leading-\[20\.72px\] {
    line-height: 20.72px;
}

.leading-\[20px\] {
    line-height: 20px;
}

.leading-\[20pxs\] {
    line-height: 20pxs;
}

.leading-\[21px\] {
    line-height: 21px;
}

.leading-\[22\.2px\] {
    line-height: 22.2px;
}

.leading-\[22\.64px\] {
    line-height: 22.64px;
}

.leading-\[22px\] {
    line-height: 22px;
}

.leading-\[23\.52px\] {
    line-height: 23.52px;
}

.leading-\[23\.68px\] {
    line-height: 23.68px;
}

.leading-\[23px\] {
    line-height: 23px;
}

.leading-\[24px\] {
    line-height: 24px;
}

.leading-\[25\.16px\] {
    line-height: 25.16px;
}

.leading-\[26\.64px\] {
    line-height: 26.64px;
}

.leading-\[26px\] {
    line-height: 26px;
}

.leading-\[28\.96px\] {
    line-height: 28.96px;
}

.leading-\[29\.6px\] {
    line-height: 29.6px;
}

.leading-\[29px\] {
    line-height: 29px;
}

.leading-\[31\.86px\] {
    line-height: 31.86px;
}

.leading-\[32\.56px\] {
    line-height: 32.56px;
}

.leading-\[34\.75px\] {
    line-height: 34.75px;
}

.leading-\[34px\] {
    line-height: 34px;
}

.leading-\[38\.48px\] {
    line-height: 38.48px;
}

.leading-\[38px\] {
    line-height: 38px;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.text-\[\#212529\] {
    --tw-text-opacity: 1;
    color: rgb(33 37 41 / var(--tw-text-opacity));
}

.text-\[\#21259\] {
    color: #21259;
}

.text-\[\#4D4D4D\] {
    --tw-text-opacity: 1;
    color: rgb(77 77 77 / var(--tw-text-opacity));
}

.text-\[\#525252\] {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-\[\#5E5E5E\] {
    --tw-text-opacity: 1;
    color: rgb(94 94 94 / var(--tw-text-opacity));
}

.text-\[\#888888\] {
    --tw-text-opacity: 1;
    color: rgb(136 136 136 / var(--tw-text-opacity));
}

.text-\[\#939393\] {
    --tw-text-opacity: 1;
    color: rgb(147 147 147 / var(--tw-text-opacity));
}

.text-\[\#B57E2C\] {
    --tw-text-opacity: 1;
    color: rgb(181 126 44 / var(--tw-text-opacity));
}

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

.text-fifth {
    --tw-text-opacity: 1;
    color: rgb(175 8 22 / var(--tw-text-opacity));
}

.text-fourth {
    --tw-text-opacity: 1;
    color: rgb(158 101 62 / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(144 18 23 / var(--tw-text-opacity));
}

.text-sixth {
    --tw-text-opacity: 1;
    color: rgb(181 126 44 / var(--tw-text-opacity));
}

.text-third {
    --tw-text-opacity: 1;
    color: rgb(222 165 81 / var(--tw-text-opacity));
}

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

.shadow-\[0px_1px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 1px 2px 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);
}

.shadow-\[0px_2px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
    --tw-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    --tw-shadow-colored: 0px 2px 4px 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);
}

.shadow-\[0px_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 4px 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);
}

.outline-\[\#C78434\] {
    outline-color: #c78434;
}

input,
select,
textarea {
    --tw-ring-shadow: 0 0 #000 !important;
}

[type="radio"] {
    color: #ffffff;
}

[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
    border-color: none;
    background-color: #ffffff;
}

/* 首頁 大圖輪播 的pagination 的自訂樣式 */

.swiperCarouselConfig {
    .swiper-pagination {
        .swiper-pagination-bullet {
            height: 12px;
        }
        .swiper-pagination-bullet {
            width: 12px;
        }
        .swiper-pagination-bullet {
            border-width: 2px;
        }
        .swiper-pagination-bullet {
            border-style: solid;
        }
        .swiper-pagination-bullet {
            --tw-border-opacity: 1;
            border-color: rgb(255 255 255 / var(--tw-border-opacity));
        }
        .swiper-pagination-bullet {
            background-color: transparent;
        }
        .swiper-pagination-bullet-active {
            height: 12px;
        }
        .swiper-pagination-bullet-active {
            width: 12px;
        }
        .swiper-pagination-bullet-active {
            border-width: 2px;
        }
        .swiper-pagination-bullet-active {
            border-style: solid;
        }
        .swiper-pagination-bullet-active {
            --tw-border-opacity: 1;
            border-color: rgb(255 255 255 / var(--tw-border-opacity));
        }
        .swiper-pagination-bullet-active {
            --tw-bg-opacity: 1;
            background-color: rgb(185 28 28 / var(--tw-bg-opacity));
        }
    }
}

.swiperGodInfoConfig {
    .swiper-button-next,
    .swiper-button-prev {
        z-index: 50;
    }
    .swiper-button-next,
    .swiper-button-prev {
        height: 40px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        border-radius: 9999px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        border-width: 1px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        --tw-border-opacity: 1;
        border-color: rgb(171 171 171 / var(--tw-border-opacity));
    }
    .swiper-button-next,
    .swiper-button-prev {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .swiper-button-next,
    .swiper-button-prev {
        --tw-text-opacity: 1;
        color: rgb(185 28 28 / var(--tw-text-opacity));
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: var(--tw-content);
        height: 12px;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: var(--tw-content);
        width: 7px;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: var(--tw-content);
        background-size: contain;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 16px;
    }
    .swiper-button-next {
        right: 0px;
    }
    .swiper-button-next::after {
        content: var(--tw-content);
        background-image: url("../image/arrowRight.png");
    }
    .swiper-button-next::after {
        content: var(--tw-content);
        background-position: center;
    }
    .swiper-button-next::after {
        content: var(--tw-content);
        background-repeat: no-repeat;
    }
    .swiper-button-prev {
        left: 0px;
    }
    .swiper-button-prev::after {
        content: var(--tw-content);
        --tw-rotate: 180deg;
        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));
    }
    .swiper-button-prev::after {
        content: var(--tw-content);
        background-image: url("../image/arrowRight.png");
    }
    .swiper-button-prev::after {
        content: var(--tw-content);
        background-position: center;
    }
    .swiper-button-prev::after {
        content: var(--tw-content);
        background-repeat: no-repeat;
    }
}

/* radio 圓點 */

.radioBeforeDefault {
    position: relative;
    height: 22px;
    width: 22px;
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.radioBeforeDefault::before {
    visibility: hidden;
    position: absolute;
    left: 20%;
    top: 20%;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    --tw-bg-opacity: 1;
    background-color: rgb(158 101 62 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
}

.radioBeforeDefault:checked {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
    background-image: none;
}

.radioBeforeDefault:checked::before {
    content: var(--tw-content);
    visibility: visible;
}

.radioBeforeDefault:hover {
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
}

.radioBeforeDefault:hover:checked {
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
}

.radioBeforeDefault:focus:checked {
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
}

/* radio 打勾 */

.radioBeforeTick {
    position: relative;
    height: 22px;
    width: 22px;
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.radioBeforeTick::before {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    --tw-bg-opacity: 1;
    background-color: rgb(199 132 52 / var(--tw-bg-opacity));
    background-image: url("../image/tick.png");
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: "";
    content: var(--tw-content);
}

.radioBeforeTick:checked {
    border-style: none;
    background-image: none;
}

.radioBeforeTick:checked::before {
    content: var(--tw-content);
    visibility: visible;
}

.radioBeforeTick:focus:checked {
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
}

/* checked 打勾 */

.checkedBeforeTick {
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.checkedBeforeTick::before {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(199 132 52 / var(--tw-bg-opacity));
    background-image: url("../image/tick.png");
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: "";
    content: var(--tw-content);
}

.checkedBeforeTick:checked {
    border-style: none;
    background-image: none;
}

.checkedBeforeTick:checked::before {
    content: var(--tw-content);
    visibility: visible;
}

.checkedBeforeTick:focus:checked {
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
}

/* checked 圓形打勾 */

.checkedBeforeTickRound {
    position: relative;
    height: 22px;
    width: 22px;
    border-radius: 50px;
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.checkedBeforeTickRound::before {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 22px;
    width: 22px;
    border-radius: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(199 132 52 / var(--tw-bg-opacity));
    background-image: url("../image/tick.png");
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: "";
    content: var(--tw-content);
}

.checkedBeforeTickRound:checked {
    border-style: none;
    background-image: none;
}

.checkedBeforeTickRound:checked::before {
    content: var(--tw-content);
    visibility: visible;
}

.checkedBeforeTickRound:focus:checked {
    --tw-border-opacity: 1;
    border-color: rgb(158 101 62 / var(--tw-border-opacity));
}

.active {
    --tw-bg-opacity: 1;
    background-color: rgb(144 18 23 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.memberNavActive {
    --tw-text-opacity: 1;
    color: rgb(222 165 81 / var(--tw-text-opacity));
}

.menu-active {
    --tw-text-opacity: 1;
    color: rgb(175 8 22 / var(--tw-text-opacity));
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.phone-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 38.48px;
}

.heading {
    font-weight: 500;
}

@media (min-width: 640px) {
    .heading {
        font-size: 32px;
        line-height: 47.36px;
    }
}

.heading2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35.52px;
}

.heading3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32.56px;
}

.customScroll::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.customScroll::-webkit-scrollbar-track {
    /* background: hsl(0 9% 98% / 1); */
    /* border-radius: 100vw; */
    /* margin-block: 1em; */
}

.customScroll::-webkit-scrollbar-thumb {
    /* background: hsl(0 0% 49% / 1); */
    /* border: 0.25em solid hsl(120 75% 50% / 1); */
    /* border-radius: 100vw; */
    background: hsl(0 0% 49% / 1);
}

@supports (scrollbar-color: red blue) {
    .customScroll {
        scrollbar-color: hsl(0 0% 49% / 1);
        scrollbar-width: thin;
    }
}

.placeholder\:text-\[16px\]::-moz-placeholder {
    font-size: 16px;
}

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

.placeholder\:text-\[17px\]::-moz-placeholder {
    font-size: 17px;
}

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

.placeholder\:font-\[400\]::-moz-placeholder {
    font-weight: 400;
}

.placeholder\:font-\[400\]::placeholder {
    font-weight: 400;
}

.placeholder\:leading-\[23\.68px\]::-moz-placeholder {
    line-height: 23.68px;
}

.placeholder\:leading-\[23\.68px\]::placeholder {
    line-height: 23.68px;
}

.placeholder\:leading-\[24px\]::-moz-placeholder {
    line-height: 24px;
}

.placeholder\:leading-\[24px\]::placeholder {
    line-height: 24px;
}

.placeholder\:leading-\[25\.16px\]::-moz-placeholder {
    line-height: 25.16px;
}

.placeholder\:leading-\[25\.16px\]::placeholder {
    line-height: 25.16px;
}

.placeholder\:text-\[\#888888\]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(136 136 136 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#888888\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(136 136 136 / var(--tw-text-opacity));
}

.after\:ml-0::after {
    content: var(--tw-content);
    margin-left: 0px;
}

.after\:ml-0\.5::after {
    content: var(--tw-content);
    margin-left: 0.125rem;
}

.after\:text-red-500::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.after\:content-\[\'\*\'\]::after {
    --tw-content: "*";
    content: var(--tw-content);
}

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

.hover\:text-fifth:hover {
    --tw-text-opacity: 1;
    color: rgb(175 8 22 / var(--tw-text-opacity));
}

.hover\:text-fourth:hover {
    --tw-text-opacity: 1;
    color: rgb(158 101 62 / var(--tw-text-opacity));
}

.focus\:border-\[\#C78434\]:focus {
    --tw-border-opacity: 1;
    border-color: rgb(199 132 52 / var(--tw-border-opacity));
}

.group:hover .group-hover\:flex {
    display: flex;
}

.group:hover
    .group-hover\:bg-\[url\(\'\.\.\/\.\.\/\.\.\/src\/asset\/image\/documentImageHover\.png\'\)\] {
    background-image: url("../image/documentImageHover.png");
}

.peer:checked
    ~ .peer-checked\:bg-\[url\(\'\.\.\/\.\.\/\.\.\/src\/asset\/image\/activityContentActiveBg\.png\'\)\] {
    background-image: url("../image/activityContentActiveBg.png");
}

.lantern .fadeInLeft,
.lantern .fadeInRight {
    transition: transform 0.2s;
}

.lantern:hover .fadeInLeft,
.lantern:hover .fadeInRight {
    transform: scale(1.5);
}

.union {
    top: 90px;
    left: 5rem;
    max-width: 280px;
    display: none;
}

.union2 {
    top: 90px;
    right: 5rem;
    max-width: 280px;
    display: none;
}

.light {
    top: -11px;
    right: 5rem;
}

.money {
    display: none;
}

.updown {
    display: none;
    top: -15%;
}

.flyingCrane {
    top: -230px;
    left: -142px;
}

#sunset {
    transition: all ease-in-out 0.5s;
}

#sunset.fade-out {
    /* right: -1090px;
    top: 0px;
    max-width: unset;
    width: 5000px; */
    transform: scale(5);
}

.abs-position {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sunset {
    background: linear-gradient(110deg, #fa5e43 0.32%, #f0d8af 98.26%);
    border-radius: 100%;
    max-width: 766px;
    width: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    right: -80px;
    top: 25%;
}

.halfRounded {
    background-position: top;
}

.scrollVisible {
    position: sticky;
    top: 0;
    height: 100%;
}

.desktop_show {
    display: none;
}

.mobile_show {
    display: flex;
}

.articleContent {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.articleContent img {
    margin: 0 auto;
}

@media (min-width: 900px) {
    .updown {
        display: block;
    }
}

@media (min-width: 640px) {
    .sm\:-left-\[250px\] {
        left: -250px;
    }

    .sm\:-right-\[250px\] {
        right: -250px;
    }

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

    .sm\:-top-\[50px\] {
        top: -50px;
    }

    .sm\:bottom-\[40px\] {
        bottom: 40px;
    }

    .sm\:left-\[46px\] {
        left: 46px;
    }

    .sm\:right-\[40px\] {
        right: 40px;
    }

    .sm\:right-\[46px\] {
        right: 46px;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .sm\:mx-\[60px\] {
        margin-left: 60px;
        margin-right: 60px;
    }

    .sm\:mx-\[97px\] {
        margin-left: 97px;
        margin-right: 97px;
    }

    .sm\:ml-0 {
        margin-left: 0px;
    }

    .sm\:ml-8 {
        margin-left: 2rem;
    }

    .sm\:ml-\[31px\] {
        margin-left: 31px;
    }

    .sm\:mr-\[26px\] {
        margin-right: 26px;
    }

    .sm\:mr-\[31px\] {
        margin-right: 31px;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:aspect-auto {
        aspect-ratio: auto;
    }

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

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

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

    .sm\:h-auto {
        height: auto;
    }

    .sm\:h-full {
        height: 100%;
    }

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

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

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

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

    .sm\:w-auto {
        width: auto;
    }

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

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

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

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

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .sm\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

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

    .sm\:gap-\[19px\] {
        gap: 19px;
    }

    .sm\:gap-\[60px\] {
        gap: 60px;
    }

    .sm\:gap-y-\[13px\] {
        row-gap: 13px;
    }

    .sm\:border-b-0 {
        border-bottom-width: 0px;
    }

    .sm\:bg-\[url\(\'\.\.\/\.\.\/\.\.\/src\/asset\/image\/activityContentBorder\.png\'\)\] {
        background-image: url("../image/activityContentBorder.png");
    }

    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sm\:px-\[36px\] {
        padding-left: 36px;
        padding-right: 36px;
    }

    .sm\:px-\[38px\] {
        padding-left: 38px;
        padding-right: 38px;
    }

    .sm\:px-\[60px\] {
        padding-left: 60px;
        padding-right: 60px;
    }

    .sm\:py-\[18px\] {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .sm\:py-\[28px\] {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .sm\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sm\:py-\[56px\] {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .sm\:pb-\[56px\] {
        padding-bottom: 56px;
    }

    .sm\:pr-\[23px\] {
        padding-right: 23px;
    }

    .sm\:ps-\[30px\] {
        -webkit-padding-start: 30px;
        padding-inline-start: 30px;
    }

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

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

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

    .sm\:leading-\[25\.16px\] {
        line-height: 25.16px;
    }
}

@media (min-width: 768px) {
    .union,
    .union2 {
        display: block;
    }

    .money {
        display: block;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:mr-\[60px\] {
        margin-right: 60px;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:flex {
        display: flex;
    }

    .md\:h-full {
        height: 100%;
    }

    .md\:max-w-\[590px\] {
        max-width: 590px;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

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

    .md\:gap-x-\[91px\] {
        -moz-column-gap: 91px;
        column-gap: 91px;
    }
}

@media (min-width: 1024px) {
    .desktop_show {
        display: flex;
    }

    .mobile_show {
        display: none;
    }

    .lg\:static {
        position: static;
    }

    .lg\:absolute {
        position: absolute;
    }

    .lg\:bottom-\[80px\] {
        bottom: 80px;
    }

    .lg\:left-0 {
        left: 0px;
    }

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

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

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

    .lg\:mx-\[120px\] {
        margin-left: 120px;
        margin-right: 120px;
    }

    .lg\:me-1 {
        -webkit-margin-end: 0.25rem;
        margin-inline-end: 0.25rem;
    }

    .lg\:ml-\[80px\] {
        margin-left: 80px;
    }

    .lg\:mr-\[120px\] {
        margin-right: 120px;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-max {
        width: -moz-max-content;
        width: max-content;
    }

    .lg\:min-w-\[172px\] {
        min-width: 172px;
    }

    .lg\:max-w-\[285px\] {
        max-width: 285px;
    }

    .lg\:max-w-\[442px\] {
        max-width: 442px;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

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

    .lg\:items-stretch {
        align-items: stretch;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

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

    .lg\:gap-\[67px\] {
        gap: 67px;
    }

    .lg\:border-t-4 {
        border-top-width: 4px;
    }

    .lg\:border-none {
        border-style: none;
    }

    .lg\:px-\[120px\] {
        padding-left: 120px;
        padding-right: 120px;
    }

    .lg\:px-\[14px\] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

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

    .lg\:py-\[10px\] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pl-\[14px\] {
        padding-left: 14px;
    }

    .lg\:pr-0 {
        padding-right: 0px;
    }

    .lg\:shadow-\[0px_2px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
        --tw-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        --tw-shadow-colored: 0px 2px 4px 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);
    }

    .group:hover .lg\:group-hover\:flex {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .xl\:ml-\[120px\] {
        margin-left: 120px;
    }

    .xl\:mr-\[120px\] {
        margin-right: 120px;
    }

    .xl\:px-\[120px\] {
        padding-left: 120px;
        padding-right: 120px;
    }
}
