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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[70px\] {
  left: 70px;
}
.top-0 {
  top: 0px;
}
.top-\[-16px\] {
  top: -16px;
}
.top-\[0px\] {
  top: 0px;
}
.top-header {
  top: 64px;
}
.z-content10 {
  z-index: 10;
}
.z-header20 {
  z-index: 20;
}
.z-headerMenu30 {
  z-index: 30;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16px {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mb-16px {
  margin-bottom: 16px;
}
.ml-10px {
  margin-left: 10px;
}
.ml-12px {
  margin-left: 12px;
}
.ml-24px {
  margin-left: 24px;
}
.ml-32px {
  margin-left: 32px;
}
.ml-4px {
  margin-left: 4px;
}
.ml-6px {
  margin-left: 6px;
}
.ml-auto {
  margin-left: auto;
}
.mt-12px {
  margin-top: 12px;
}
.mt-16px {
  margin-top: 16px;
}
.mt-24px {
  margin-top: 24px;
}
.mt-8px {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-160px {
  height: 160px;
}
.h-64px {
  height: 64px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[324px\] {
  height: 324px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[650px\] {
  height: 650px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.w-160px {
  width: 160px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[calc\(100\%-8px\)\] {
  width: calc(100% - 8px);
}
.w-\[calc\(33\.3\%-22px\)\] {
  width: calc(33.3% - 22px);
}
.w-\[calc\(50\%-12px\)\] {
  width: calc(50% - 12px);
}
.w-\[calc\(50\%-20px\)\] {
  width: calc(50% - 20px);
}
.w-\[calc\(50\%-24px\)\] {
  width: calc(50% - 24px);
}
.w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}
.w-\[calc\(90\%-8px\)\] {
  width: calc(90% - 8px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.max-w-1024px {
  max-width: 1024px;
}
.max-w-720px {
  max-width: 720px;
}
.max-w-800px {
  max-width: 800px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16px {
  gap: 16px;
}
.gap-24px {
  gap: 24px;
}
.gap-32px {
  gap: 32px;
}
.gap-40px {
  gap: 40px;
}
.gap-48px {
  gap: 48px;
}
.gap-8px {
  gap: 8px;
}
.gap-x-32px {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-y-48px {
  row-gap: 48px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-wrap {
  text-wrap: wrap;
}
.rounded-12px {
  border-radius: 12px;
}
.rounded-8px {
  border-radius: 8px;
}
.rounded-\[23px\] {
  border-radius: 23px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-12px {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-c-grey-20 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-c-grey-40 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-c-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 96 56 / var(--tw-bg-opacity, 1));
}
.bg-c-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 216 189 / var(--tw-bg-opacity, 1));
}
.bg-c-grey-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-c-grey-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-c-grey-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\!bg-cover {
  background-size: cover !important;
}
.\!bg-center {
  background-position: center !important;
}
.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}
.fill-c-grey-110 {
  fill: #3E3E3E;
}
.fill-c-grey-120 {
  fill: #212121;
}
.fill-c-grey-130 {
  fill: #070707;
}
.fill-c-grey-50 {
  fill: #E4E4E4;
}
.fill-c-grey-70 {
  fill: #B7B7B7;
}
.fill-c-grey-90 {
  fill: #7F7F7F;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-16px {
  padding: 16px;
}
.p-24px {
  padding: 24px;
}
.p-32px {
  padding: 32px;
}
.p-40px {
  padding: 40px;
}
.p-48px {
  padding: 48px;
}
.p-4px {
  padding: 4px;
}
.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}
.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}
.px-28px {
  padding-left: 28px;
  padding-right: 28px;
}
.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-48px {
  padding-bottom: 48px;
}
.pt-24px {
  padding-top: 24px;
}
.pt-8px {
  padding-top: 8px;
}
.pt-header {
  padding-top: 64px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-12 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.text-14 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.text-16 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.text-20 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.text-24 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.text-28 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.6px;
}
.text-40 {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -0.8px;
}
.text-\[12px\] {
  font-size: 12px;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-c-grey-10 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-c-grey-100 {
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity, 1));
}
.text-c-grey-110 {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity, 1));
}
.text-c-grey-120 {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.text-c-grey-130 {
  --tw-text-opacity: 1;
  color: rgb(7 7 7 / var(--tw-text-opacity, 1));
}
.text-c-grey-70 {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity, 1));
}
.text-c-grey-90 {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
  font-family: Sora, -apple-system, "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 400;
  /* color-scheme: light dark; */
  /* background-color: #242424; */

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  width: 100vw;
  height: 100vh;
}

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

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  width: 100vw;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: start;

}button:focus,
button:focus-visible {
  outline: none;
}

/*編輯器，讓前端設計不蓋過客戶後台的文案設計*/
.ckeditor-content * {
  all: revert; /* 恢復瀏覽器的預設樣式，防止 Tailwind / reset.css 覆蓋 */
}

.ckeditor-content {
  overflow-wrap: break-word; /* 讓長單詞自動換行 */
  word-break: break-word; /* 部分舊瀏覽器需要 */ 
}
.ckeditor-content a {
  color: #007bff;
  text-decoration: underline;
  text-decoration: none; /* 去掉底線 */

}

.ckeditor-content a:hover {
  color: #0056b3;
  text-decoration: none;

} 
/* 文字 & 段落 */


/* 
.ckeditor-content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ckeditor-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ckeditor-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.ckeditor-content h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
} */

/* 超連結 */
/* .ckeditor-content a {
  color: #007bff;
  text-decoration: underline;
}

.ckeditor-content a:hover {
  color: #0056b3;
  text-decoration: none;
} */

/* 圖片 */
.ckeditor-content img {
  max-width: 100%; /* 避免圖片超出容器 */
  height: auto;
  /* display: block;  */
  /* margin: 10px auto;  */
}

/* FullCalendar 樣式覆蓋 */
.fc {
  font-family: Google Sans, Roboto, Arial, sans-serif;
}
.fc .fc-button {
  background: white;
  border: 1px solid #dadce0;
  color: #3c4043;
  border-radius: 20px !important;
  font-size: 13px;
  padding: 6px 14px;
  box-shadow: none !important;
  text-transform: none;
}
.fc .fc-button:hover {
  background: #f1f3f4;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background: #e8f0fe;
  color: #1a73e8;
  border-color: #dadce0;
}
.fc .fc-toolbar.fc-header-toolbar {
  padding: 12px 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}
.fc .fc-toolbar-title {
  font-size: 20px;
  font-weight: 400;
  color: #3c4043;
}
.fc .fc-col-header-cell-cushion {
  font-size: 12px;
  font-weight: 500;
  color: #70757a;
  text-decoration: none;
  padding: 8px 0;
}
.fc .fc-daygrid-day-number {
  font-size: 12px;
  color: #3c4043;
  text-decoration: none;
  padding: 4px 8px;
}
.fc .fc-day-today {
  background: white !important;
}
.fc .fc-day-today .fc-daygrid-day-number {
  background: #1a73e8;
  color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 4px auto;
}
.fc .fc-daygrid-event {
  border-radius: 4px;
  border: none;
  font-size: 12px;
  padding: 1px 6px;
}
.fc .fc-event-title {
  font-weight: 400;
}
.fc td, .fc th {
  border-color: #e0e0e0;
}
.fc .fc-scrollgrid {
  border-color: #e0e0e0;
}

.fc .fc-toolbar.fc-header-toolbar {
  padding: 12px 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
}
.fc .fc-button-group {
  gap: 2px;
}
.fc .fc-button-group .fc-button {
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
}
.fc .fc-button-group .fc-button:hover {
  background: #f1f3f4;
}
.fc .fc-toolbar-title {
  font-size: 20px;
  font-weight: 400;
  color: #3c4043;
  margin-left: 8px;
}
.fc .fc-today-button {
  border-radius: 20px !important;
  border: 1px solid #dadce0 !important;
  background: white !important;
  color: #3c4043 !important;
  font-size: 13px !important;
  padding: 6px 14px !important;
  margin-right: 8px !important;
}
.fc .fc-today-button:disabled {
  opacity: 0.4;
}

.fc .fc-toolbar.fc-header-toolbar {
  padding: 12px 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.fc .fc-toolbar-chunk {
  display: flex;
  align-items: center;
}

.fc .fc-daygrid-day-number {
  font-size: 12px;
  color: #3c4043;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 4px 0;
}

.fc .fc-daygrid-day-top {
  justify-content: center;
}

.hover\:bg-c-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 246 76 / var(--tw-bg-opacity, 1));
}

.hover\:bg-c-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 157 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-c-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 96 56 / var(--tw-bg-opacity, 1));
}

.hover\:bg-c-3-1:hover {
  background-color: #FBD8BDB2;
}

.hover\:bg-c-3-2:hover {
  background-color: #D5F64C80;
}

.hover\:bg-c-grey-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.odd\:hover\:text-c-2:hover:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgb(139 157 255 / var(--tw-text-opacity, 1));
}

.even\:hover\:text-c-3:hover:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgb(239 96 56 / var(--tw-text-opacity, 1));
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-c-grey-10 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 744px) {

  .c-md\:block {
    display: block;
  }

  .c-md\:hidden {
    display: none;
  }

  .c-md\:min-h-\[150px\] {
    min-height: 150px;
  }

  .c-md\:w-full {
    width: 100%;
  }

  .c-md\:flex-col {
    flex-direction: column;
  }

  .c-md\:gap-24px {
    gap: 24px;
  }

  .c-md\:gap-32px {
    gap: 32px;
  }

  .c-md\:p-32px {
    padding: 32px;
  }

  .c-md\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-md\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }
}