/*

    */

/*skin*/

/*link*/

/*goods*/

/*text*/

/*schedule*/

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

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

.input-base {
  /*크기 및 레이아웃 */
  height: 50px;
  width: 100%;
  align-self: stretch;
  /*패딩 및 배경/테두리 */
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d9d9d9;
  /*텍스트 스타일 */
  font-family: Pretendard;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  line-height: 22.40px;
  /*placeholder 텍스트 색상 및 스타일 조정 (필요 시) */
  /*원본 텍스트 색상 (#d9d9d9)을 placeholder에 적용하려면 아래와 같이 사용합니다. */
}

.input-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.input-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.input-base {
  outline-width: 2px;
  outline-offset: -2px;
}

.input-base:focus {
  outline-color: #000;
}

.input-base:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.input-mobile-base {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #D7D7D7;
}

.input-mobile-base:focus {
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #333333;
}

.input-mobile-base {
  font-size: 16px;
  line-height: 150%;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.input-mobile-base::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(215 215 215 / var(--tw-text-opacity, 1));
}

.input-mobile-base::placeholder {
  --tw-text-opacity: 1;
  color: rgb(215 215 215 / var(--tw-text-opacity, 1));
}

.textarea-base {
  /* 크기 및 레이아웃 */
  height: 150px;
  width: 100%;
  align-self: stretch;
  /* 패딩 및 배경/테두리 */
  /* 💡 수정: 하단 패딩(pb-*) 제거. 기본 패딩만 유지 */
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d9d9d9;
  /* 텍스트 스타일 */
  font-family: Pretendard;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  line-height: 22.40px;
}

.textarea-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.textarea-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.textarea-base {
  /* 포커스 및 리사이즈 설정 */
  resize: none;
  outline-width: 2px;
  outline-offset: -2px;
}

.textarea-base:focus {
  outline-color: #000;
}

.textarea-base:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.textarea-mobile-base {
  border-radius: 0.25rem;
  background-color: transparent;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #D7D7D7;
}

.textarea-mobile-base:focus {
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #333333;
}

.textarea-mobile-base {
  font-size: 16px;
  line-height: 150%;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.textarea-mobile-base::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(215 215 215 / var(--tw-text-opacity, 1));
}

.textarea-mobile-base::placeholder {
  --tw-text-opacity: 1;
  color: rgb(215 215 215 / var(--tw-text-opacity, 1));
}

.infinite-carousel-container {
  position: relative;
  width: 100%;
  height: 200px;
  /* 영역 높이 */
  overflow: hidden;
  /* 영역 밖 숨김 */
  /*background-color: #f3f3f3;*/
  cursor: grab;
  /* 기본 커서 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* 드래그 시 텍스트/이미지 선택 방지 */
  touch-action: pan-y;
  /* 모바일에서 수직 스크롤 허용, 수평은 JS로 제어 */
}

.infinite-carousel-container-mobile {
  position: relative;
  width: 100%;
  height: 140px;
  /* 영역 높이 */
  overflow: hidden;
  /* 영역 밖 숨김 */
  /*background-color: #f3f3f3;*/
  cursor: grab;
  /* 기본 커서 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* 드래그 시 텍스트/이미지 선택 방지 */
  touch-action: pan-y;
  /* 모바일에서 수직 스크롤 허용, 수평은 JS로 제어 */
}

.infinite-carousel-container:active {
  cursor: grabbing;
  /* 클릭 시 커서 변경 */
}

.infinite-carousel-track {
  display: flex;
  align-items: center;
  height: 100%;
  /* gap은 JS 계산의 편의를 위해 여기서 주지 않고 아이템의 margin으로 처리하거나 
               JS에서 gap을 포함해 계산해야 합니다. 여기서는 flex-gap을 사용합니다. */
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  /* 자식 요소만큼 너비 확보 */
  will-change: transform;
  /* 성능 최적화 */
}

.infinite-carousel-track-mobile {
  display: flex;
  align-items: center;
  /* gap은 JS 계산의 편의를 위해 여기서 주지 않고 아이템의 margin으로 처리하거나 
               JS에서 gap을 포함해 계산해야 합니다. 여기서는 flex-gap을 사용합니다. */
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  /* 자식 요소만큼 너비 확보 */
  will-change: transform;
  /* 성능 최적화 */
}

.infinite-carousel-item {
  width: auto;
  /* 이미지 너비 */
  min-width: 92px;
  height: 92px;
  /* 이미지 높이 */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  /* 이미지 자체의 기본 드래그 방지 (중요) */
  flex-shrink: 0;
  /* 줄어들지 않음 */
}

.infinite-carousel-item-mobile {
  width: auto;
  /* 이미지 너비 */
  min-width: 60px;
  height: 60px;
  /* 이미지 높이 */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  /* 이미지 자체의 기본 드래그 방지 (중요) */
  flex-shrink: 0;
  /* 줄어들지 않음 */
}

.infinite-carousel-item-user {
  width: 275px;
  /* 이미지 너비 */
  height: 170px;
  /* 이미지 높이 */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  /* 이미지 자체의 기본 드래그 방지 (중요) */
  flex-shrink: 0;
  /* 줄어들지 않음 */
}

@media screen and (max-width: 1024px) {
  .infinite-carousel-container {
    height: 140px;
    /* 영역 높이 */
  }

  .infinite-carousel-item {
    width: auto;
    /* 이미지 너비 */
    min-width: 60px;
    height: 60px;
    /* 이미지 높이 */
  }
}

/* 필수 기본 스타일 */

.image-container {
  position: relative;
  /* 자식 요소의 absolute 위치 기준 */
  /*height: 568px;*/
  /* 컨테이너 높이 지정 (필요에 따라 조정) */
  /*width: 683px;*/
  width: 100%;
  max-width: 683px;
  aspect-ratio: 683 / 568;
  /* 가로 세로 비율 유지 */
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* 이미지 비율 유지하며 컨테이너에 맞춤 */
  pointer-events: none;
  /* 이미지 위에 마우스 이벤트 무시 */
}

/* 첫 번째 배경 이미지는 항상 보여야 함 */

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

.stagger-image {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.stagger-hover {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation: floating 3s ease-in-out infinite;
}

.stagger-hover-35 {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation: floating 3.5s ease-in-out infinite;
}

.stagger-hover-40 {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation: floating 4s ease-in-out infinite;
}

.stagger-hover-45 {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 130px;
  opacity: 1;
  animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  /* 0% (시작): 기본 위치 (0px) */

  0% {
    transform: translateY(0);
  }

  /* 50% (중간): 가장 높은 위치 (위로 10px 이동) */

  50% {
    transform: translateY(-10px);
  }

  /* 100% (끝): 다시 기본 위치로 복귀 */

  100% {
    transform: translateY(0);
  }
}

/* 데이터 인덱스에 따른 z-index 설정 (선택 사항: 겹치는 순서 조정) */

.stagger-image[data-index="1"] {
  z-index: 1;
}

.stagger-image[data-index="2"] {
  z-index: 2;
}

.stagger-image[data-index="3"] {
  z-index: 7;
}

/* ... */

.stagger-image[data-index="4"] {
  z-index: 4;
}

.stagger-image[data-index="5"] {
  z-index: 5;
}

.stagger-image[data-index="6"] {
  z-index: 6;
}

/* 활성화 클래스: 애니메이션의 최종 상태 */

.stagger-image.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*.count-up {
        animation: count-up 2s ease-out forwards;
    }

    @keyframes count-up {
        0%: {
            content: '0'
        }

        100%: {
            content: '100'
        }

    }*/

.background-video-container {
  position: relative;
}

.background-video {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-overlay {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.2);
}

.button-mobile-xl {
  display: flex;
  height: 3rem;
  width: 12rem;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-mobile-l {
  display: flex;
  height: 2.75rem;
  width: 10rem;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-mobile-s {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-mobile-xs {
  display: flex;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-linkbox-edit {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #eeeeee;
}

#calendar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  overflow: hidden;
  padding-top: 0.625rem;
}

#calendar button:focus,
        #calendar button:active {
  outline: none;
  box-shadow: none;
}

#calendar .fc-header-toolbar {
  margin-bottom: 0px;
}

#calendar .fc-header-toolbar .fc-toolbar-chunk div {
  display: flex;
  align-items: center
}

#calendar .fc-scroller-liquid-absolute {
  position: inherit;
}

#calendar .fc-header-toolbar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  align-self: stretch;
}

#calendar .fc-toolbar-title {
  margin: 0px;
  width: 6rem;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.25rem;
}

#calendar td, #calendar th, #calendar .fc-scrollgrid {
  border: 0
}

#calendar .fc-highlight {
  background: none;
}

/*요일*/

#calendar .fc-col-header-cell {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

#calendar .fc-daygrid-day-frame {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#calendar .fc-daygrid-day-top {
  display: inline-flex;
  height: 1.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#calendar .fc-daygrid-day-number {
  display: flex;
  height: 18px;
  width: 18px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

#calendar .fc-day-today .fc-daygrid-day-number {
  border-radius: 0.5rem;
}

#calendar .fc-daygrid-event-harness {
  padding-left: 2px;
  padding-right: 2px;
}

#calendar.fc-event .fc-event-main {
  overflow: hidden;
}

#calendar .fc-event {
  border-radius: 0.25rem;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  background-color: transparent;
  border: 0;
}

#calendar .fc-event.ls_image {
  padding-top: 0px;
  padding-bottom: 0px;
}

#calendar .fc-event.\!ls_image {
  padding-top: 0px;
  padding-bottom: 0px;
}

#calendar .fc-event .fc-daygrid-event-dot {
  display: none;
}

#calendar .fc-event .fc-event-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 10px;
  line-height: 10px;
  text-overflow: ellipsis;
}

#calendar .fc-event.open .fc-event-title {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#calendar .fc-event.close .fc-event-title {
  font-weight: 400;
  color: rgb(0 0 0 / 0.3);
}

#calendar .fc-event.soon .fc-event-title {
  font-weight: 400;
  color: rgb(0 0 0 / 0.8);
}

#calendar .fc-daygrid-day-bottom {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

#calendar .fc-daygrid-more-link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

/*#calendar .fc-daygrid-more-link::after {
                content: '건';
            }*/

.swiper .custom-pagination {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  border-radius: 10px;
  background-color: rgb(0 0 0 / 0.5);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.swiper .custom-pagination.swiper-pagination-fraction {
  width: auto !important;
  /* 내용물에 맞게 */
  left: auto !important;
  /* 초기화 */
  top: auto !important;
  /* 초기화 */
}

.swiper .custom-pagination .swiper-pagination-current {
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.swiper .custom-pagination .divider {
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}

.swiper .custom-pagination .swiper-pagination-total {
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}

.skin_default {
}

.skin_default .profile_wrap {
  font-family: 'Pretendard';
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_default .profile_wrap .profile_page {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
}

.skin_default .profile_wrap .profile_nick {
  font-size: 12px;
  line-height: 150%;
}

.skin_default .profile_wrap .profile_id {
  font-size: 12px;
  line-height: 150%;
  color: rgb(0 0 0 / 0.6);
}

.skin_default .profile_wrap .profile_desc {
  justify-content: flex-start;
  align-self: stretch;
  font-size: 14px;
  line-height: 150%;
  line-height: 1.25rem;
}

.skin_default .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_default .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_default .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_default .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_default .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_default .video_module {
}

.skin_default .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_default .video_module.expose_type_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_default .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(0 0 0 / 0.2);
}

.skin_default .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(0 0 0 / 0.1);
}

.skin_default .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(0 0 0 / 0.2);
  outline-color: rgb(0 0 0 / 0.2);
}

.skin_default .link_map_wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_default .partial_image_wrap {
  position: relative;
  border-radius: 10px;
  background-color: rgb(184 194 186 / 0.25);
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.skin_default .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(0 0 0 / 0.2);
}

/*이전달 버튼*/

.skin_default #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: #fff url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_default #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: #fff url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_default #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_default #calendar .fc-scrollgrid .fc-day, .skin_default #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_default #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_default #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_default #calendar .fc-day-today {
  background: none;
}

.skin_default #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_default #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
}

.skin_default #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_default #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.skin_default #calendar .fc-event.close .fc-event-title {
  color: rgb(0 0 0 / 0.3);
}

/*이벤트 스타일 soon*/

.skin_default #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.skin_default #calendar .fc-event.soon .fc-event-title {
  color: rgb(0 0 0 / 0.8);
}

/*이벤트 +2*/

.skin_default #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 0.8;
}

.skin_spring {
  background: url('/fr/assets/skin/spring/bg_TR.png') right top no-repeat, url('/fr/assets/skin/spring/bg_BL.png') left bottom no-repeat, url('/fr/assets/skin/spring/bg_BR.png') right bottom no-repeat, #FFE0CB;
}

.skin_spring .profile_wrap {
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(79 50 38 / var(--tw-text-opacity, 1));
}

.skin_spring .profile_wrap .profile_page {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
}

.skin_spring .profile_wrap .profile_nick {
  font-size: 12px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(79 50 38 / var(--tw-text-opacity, 1));
}

.skin_spring .profile_wrap .profile_id {
  font-size: 12px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(210 126 119 / var(--tw-text-opacity, 1));
}

.skin_spring .profile_wrap .profile_desc {
  justify-content: flex-start;
  align-self: stretch;
  font-size: 14px;
  line-height: 150%;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.skin_spring .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_spring .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_spring .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_spring .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_spring .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_spring .video_module {
}

.skin_spring .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_spring .video_module.expose_type_1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 117 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_spring .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(0 0 0 / 0.2);
}

.skin_spring .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(0 0 0 / 0.1);
}

.skin_spring .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(0 0 0 / 0.2);
  outline-color: rgb(0 0 0 / 0.2);
}

.skin_spring .link_map_wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 117 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_spring .partial_image_wrap {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_spring .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(0 0 0 / 0.2);
}

.skin_spring #calendar {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/*이전달 버튼*/

.skin_spring #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_spring #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_spring #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_spring #calendar .fc-scrollgrid .fc-day, .skin_spring #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_spring #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_spring #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_spring #calendar .fc-day-today {
  background: none;
}

.skin_spring #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(255 118 83 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_spring #calendar .fc-event.open {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #FF7653;
}

.skin_spring #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 118 83 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_spring #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(228 183 179 / var(--tw-bg-opacity, 1));
}

.skin_spring #calendar .fc-event.close .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 soon*/

.skin_spring #calendar .fc-event.soon {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #855132;
}

.skin_spring #calendar .fc-event.soon .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(133 81 50 / var(--tw-text-opacity, 1));
}

/*이벤트 +2*/

.skin_spring #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 1;
  color: rgb(133 81 50 / var(--tw-text-opacity, 1));
}

.skin_summer {
  background: url('/fr/assets/skin/summer/bg_TR.png') right top no-repeat, url('/fr/assets/skin/summer/bg_BL.png') left bottom no-repeat, url('/fr/assets/skin/summer/bg_BR.png') right bottom no-repeat, #FFE3E2;
}

.skin_summer .profile_wrap {
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(79 50 38 / var(--tw-text-opacity, 1));
}

.skin_summer .profile_wrap .profile_page {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
}

.skin_summer .profile_wrap .profile_nick {
  font-size: 12px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(108 65 47 / var(--tw-text-opacity, 1));
}

.skin_summer .profile_wrap .profile_id {
  font-size: 12px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(210 126 119 / var(--tw-text-opacity, 1));
}

.skin_summer .profile_wrap .profile_desc {
  justify-content: flex-start;
  align-self: stretch;
  font-size: 14px;
  line-height: 150%;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.skin_summer .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_summer .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_summer .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_summer .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_summer .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_summer .link_box:not([data-boxtype="blank"]) {
  padding-bottom: 12px;
}

.skin_summer .link_box:not([data-boxtype="goods"]):not([data-boxtype="blank"]) {
  padding-right: 32px;
  padding-bottom: 12px;
}

.skin_summer .link_box[data-boxtype="goods"] > div {
  padding-right: 32px;
}

.skin_summer .video_module {
}

.skin_summer .video_module.expose_type_0 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 12px 12px 0px 0px rgba(246,182,194,1.00);
  --tw-shadow-colored: 12px 12px 0px 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-style: solid;
  outline-width: 3px;
  outline-offset: -3px;
  outline-color: #000;
}

.skin_summer .video_module.expose_type_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 12px 12px 0px 0px rgba(246,182,194,1.00);
  --tw-shadow-colored: 12px 12px 0px 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-style: solid;
  outline-width: 3px;
  outline-offset: -3px;
  outline-color: #000;
}

.skin_summer .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(0 0 0 / 0.2);
}

.skin_summer .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(0 0 0 / 0.1);
}

.skin_summer .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(0 0 0 / 0.2);
  outline-color: rgb(0 0 0 / 0.2);
}

.skin_summer .link_map_wrap {
  position: relative;
  margin-bottom: 12px;
  margin-top: 3px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 12px 12px 0px 0px rgba(246,182,194,1.00);
  --tw-shadow-colored: 12px 12px 0px 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-style: solid;
  outline-width: 3px;
  outline-color: #000;
}

.skin_summer .partial_image_wrap {
  position: relative;
  margin-top: 3px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 3px;
  --tw-shadow: 12px 12px 0px 0px rgba(246,182,194,1.00);
  --tw-shadow-colored: 12px 12px 0px 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-style: solid;
  outline-width: 3px;
  outline-offset: -3px;
  outline-color: #000;
}

.skin_summer .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(0 0 0 / 0.2);
}

.skin_summer #calendar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/*이전달 버튼*/

.skin_summer #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_summer #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_summer #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_summer #calendar .fc-scrollgrid .fc-day, .skin_summer #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_summer #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_summer #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_summer #calendar .fc-day-today {
  background: none;
}

.skin_summer #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(213 0 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_summer #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #D500EC;
}

.skin_summer #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(213 0 236 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_summer #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity, 1));
}

.skin_summer #calendar .fc-event.close .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 soon*/

.skin_summer #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #222222;
}

.skin_summer #calendar .fc-event.soon .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

/*이벤트 +2*/

.skin_summer #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 0.8;
}

.skin_autumn {
  background: url('/fr/assets/skin/autumn/bg_TL.png') left top no-repeat, url('/fr/assets/skin/autumn/bg_TR.png') right top no-repeat, url('/fr/assets/skin/autumn/bg_B.png') center bottom no-repeat, #CBBAA2;
}

.skin_autumn .profile_wrap {
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_autumn .profile_wrap .profile_page {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
}

.skin_autumn .profile_wrap .profile_nick {
  font-size: 12px;
  line-height: 150%;
}

.skin_autumn .profile_wrap .profile_id {
  font-size: 12px;
  line-height: 150%;
  color: rgb(0 0 0 / 0.6);
}

.skin_autumn .profile_wrap .profile_desc {
  justify-content: flex-start;
  align-self: stretch;
  font-size: 14px;
  line-height: 150%;
  line-height: 1.25rem;
}

.skin_autumn .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_autumn .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_autumn .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_autumn .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_autumn .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_autumn .video_module {
}

.skin_autumn .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_autumn .video_module.expose_type_1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 230 210 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_autumn .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(0 0 0 / 0.2);
}

.skin_autumn .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(0 0 0 / 0.1);
}

.skin_autumn .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(0 0 0 / 0.2);
  outline-color: rgb(0 0 0 / 0.2);
}

.skin_autumn .link_map_wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 230 210 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_autumn .partial_image_wrap {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_autumn .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(255 255 255 / 0.2);
}

/*이전달 버튼*/

.skin_autumn #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_autumn #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_autumn #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_autumn #calendar .fc-scrollgrid .fc-day, .skin_autumn #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_autumn #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_autumn #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_autumn #calendar .fc-day-today {
  background: none;
}

.skin_autumn #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_autumn #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
}

.skin_autumn #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_autumn #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_autumn #calendar .fc-event.close .fc-event-title {
  color: rgb(0 0 0 / 0.3);
}

/*이벤트 스타일 soon*/

.skin_autumn #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_autumn #calendar .fc-event.soon .fc-event-title {
  color: rgb(0 0 0 / 0.8);
}

/*이벤트 +2*/

.skin_autumn #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 0.8;
}

.skin_winter {
  background: url('/fr/assets/skin/winter/bg_T.png') left top no-repeat, url('/fr/assets/skin/winter/bg_B.png') center bottom no-repeat, #4F78B6;
}

.skin_winter .profile_wrap {
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .profile_wrap .profile_page {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
}

.skin_winter .profile_wrap .profile_nick {
  font-size: 12px;
  line-height: 150%;
}

.skin_winter .profile_wrap .profile_id {
  font-size: 12px;
  line-height: 150%;
  color: rgb(255 255 255 / 0.6);
}

.skin_winter .profile_wrap .profile_desc {
  justify-content: flex-start;
  align-self: stretch;
  font-size: 14px;
  line-height: 150%;
  line-height: 1.25rem;
}

.skin_winter .profile_page {
  font-family: 'Pretendard';
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .profile_nick {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .profile_id {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.6);
}

.skin_winter .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .video_module {
}

.skin_winter .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_winter .video_module.expose_type_1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(79 120 182 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #BDD8FF;
}

.skin_winter .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(255 255 255 / 0.2);
}

.skin_winter .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(255 255 255 / 0.1);
}

.skin_winter .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(255 255 255 / 0.2);
  outline-color: rgb(255 255 255 / 0.2);
}

.skin_winter .link_map_wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(79 120 182 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #BDD8FF;
}

.skin_winter .partial_link_wrap {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(79 120 182 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #BDD8FF;
}

.skin_winter .partial_image_wrap {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_winter .video_partition {
  outline-color: rgb(255 255 255 / 0.1);
}

.skin_winter .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(255 255 255 / 0.2);
}

/*이전달 버튼*/

.skin_winter #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_winter #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_winter #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_winter #calendar .fc-scrollgrid .fc-day, .skin_winter #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_winter #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_winter #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_winter #calendar .fc-day-today {
  background: none;
}

.skin_winter #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(0 143 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_winter #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(0 143 248 / var(--tw-bg-opacity, 1));
}

.skin_winter #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_winter #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.skin_winter #calendar .fc-event.close .fc-event-title {
  color: rgb(0 0 0 / 0.3);
}

/*이벤트 스타일 soon*/

.skin_winter #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.skin_winter #calendar .fc-event.soon .fc-event-title {
  color: rgb(0 0 0 / 0.8);
}

/*이벤트 +2*/

.skin_winter #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 0.8;
}

.skin_dark {
  background-color: #111111;
}

.skin_dark .profile_wrap .profile_page {
  font-family: 'Pretendard';
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .profile_wrap .profile_nick {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .profile_wrap .profile_id {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.6);
}

.skin_dark .profile_wrap .profile_desc {
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .video_module {
}

.skin_dark .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_dark .video_module.expose_type_1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(255 255 255 / 0.05);
}

.skin_dark .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(255 255 255 / 0.2);
}

.skin_dark .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(255 255 255 / 0.1);
}

.skin_dark .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(255 255 255 / 0.2);
  outline-color: rgb(255 255 255 / 0.2);
}

.skin_dark .partial_link_wrap {
  background-color: #333333;
}

.skin_dark .partial_link_wrap .link_name {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .partial_image_wrap {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(255 255 255 / 0.05);
}

.skin_dark .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(255 255 255 / 0.2);
}

.skin_dark .link_map_wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(255 255 255 / 0.05);
}

/*이전달 버튼*/

.skin_dark #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/skin/dark/arrow_left_gray.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_dark #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/skin/dark/arrow_right_gray.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_dark #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_dark #calendar .fc-scrollgrid .fc-day, .skin_dark #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

/*요일*/

.skin_dark #calendar .fc-col-header-cell a {
  color: rgb(255 255 255 / 0.3);
}

/*이번달 날짜*/

.skin_dark #calendar .fc-daygrid-day-number {
  color: rgb(255 255 255 / 0.8);
}

/*이전, 이후 월 날짜*/

.skin_dark #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_dark #calendar .fc-day-today {
  background: none;
}

.skin_dark #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_dark #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
}

.skin_dark #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_dark #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(67 68 71 / var(--tw-bg-opacity, 1));
}

.skin_dark #calendar .fc-event.close .fc-event-title {
  color: rgb(255 255 255 / 0.3);
}

/*이벤트 스타일 soon*/

.skin_dark #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(67 68 71 / var(--tw-bg-opacity, 1));
}

.skin_dark #calendar .fc-event.soon .fc-event-title {
  color: rgb(255 255 255 / 0.8);
}

/*이벤트 +2*/

.skin_dark #calendar .fc-daygrid-more-link {
  color: rgb(255 255 255 / 0.8);
}

.skin_vanilla {
  background: url('/fr/assets/skin/vanilla/bg.png') top left / cover;
}

.skin_vanilla .profile_wrap .profile_page {
  font-family: 'Pretendard';
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .profile_wrap .profile_nick {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .profile_wrap .profile_id {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.skin_vanilla .profile_wrap .profile_desc {
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .video_module {
}

.skin_vanilla .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 2px;
  outline-color: #444444;
}

.skin_vanilla .video_module.expose_type_1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 2px;
  outline-color: #444444;
}

.skin_vanilla .video_module.expose_type_1 .video-toggle-btn {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.skin_vanilla .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: #444444;
}

.skin_vanilla .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(0 0 0 / 0.2);
  outline-color: rgb(0 0 0 / 0.2);
}

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

.skin_vanilla .partial_link_wrap .link_name {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .partial_image_wrap {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 2px;
  outline-color: #404040;
}

.skin_vanilla .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(0 0 0 / 0.2);
}

.skin_vanilla .link_map_wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 2px;
  outline-color: #404040;
}

.skin_vanilla .map_address_name {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

/*이전달 버튼*/

.skin_vanilla #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_vanilla #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_vanilla #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_vanilla #calendar .fc-scrollgrid .fc-day, .skin_vanilla #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_vanilla #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_vanilla #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_vanilla #calendar .fc-day-today {
  background: none;
}

.skin_vanilla #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(146 198 239 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_vanilla #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(146 198 239 / var(--tw-bg-opacity, 1));
}

.skin_vanilla #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_vanilla #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_vanilla #calendar .fc-event.close .fc-event-title {
  color: rgb(0 0 0 / 0.3);
}

/*이벤트 스타일 soon*/

.skin_vanilla #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #92C6EF;
}

.skin_vanilla #calendar .fc-event.soon .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(146 198 239 / var(--tw-text-opacity, 1));
}

/*이벤트 +2*/

.skin_vanilla #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 0.8;
}

.skin_pink {
  background: url('/fr/assets/skin/pink/bg.png') top left / cover;
}

.skin_pink .profile_wrap .profile_page {
  font-family: 'Pretendard';
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .profile_wrap .profile_nick {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .profile_wrap .profile_id {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.skin_pink .profile_wrap .profile_desc {
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .video_module {
}

.skin_pink .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #F9C3CE;
}

.skin_pink .video_module.expose_type_1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 246 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #F9C3CE;
}

.skin_pink .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(0 0 0 / 0.2);
}

.skin_pink .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(0 0 0 / 0.1);
}

.skin_pink .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(0 0 0 / 0.2);
  outline-color: rgb(0 0 0 / 0.2);
}

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

.skin_pink .partial_link_wrap .link_name {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .partial_image_wrap {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #fecaca;
}

.skin_pink .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(0 0 0 / 0.2);
}

.skin_pink .link_map_wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 246 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #F9C3CE;
}

/*이전달 버튼*/

.skin_pink #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_pink #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_pink #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_pink #calendar .fc-scrollgrid .fc-day, .skin_pink #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_pink #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_pink #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_pink #calendar .fc-day-today {
  background: none;
}

.skin_pink #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(249 160 178 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_pink #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(249 160 178 / var(--tw-bg-opacity, 1));
}

.skin_pink #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_pink #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 225 / var(--tw-bg-opacity, 1));
}

.skin_pink #calendar .fc-event.close .fc-event-title {
  color: rgb(0 0 0 / 0.3);
}

/*이벤트 스타일 soon*/

.skin_pink #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #F9A0B2;
}

.skin_pink #calendar .fc-event.soon .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(249 160 178 / var(--tw-text-opacity, 1));
}

/*이벤트 +2*/

.skin_pink #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 0.8;
}

.skin_leaf {
  background: url('/fr/assets/skin/leaf/bg.jpg') top left / cover;
}

.skin_leaf .profile_wrap .profile_page {
  font-family: 'Pretendard';
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .profile_wrap .profile_nick {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .profile_wrap .profile_id {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.skin_leaf .profile_wrap .profile_desc {
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .video_module {
}

.skin_leaf .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgb(184 194 186 / 0.25);
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.skin_leaf .video_module.expose_type_1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgb(184 194 186 / 0.25);
  padding: 0.75rem;
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.skin_leaf .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(0 0 0 / 0.2);
}

.skin_leaf .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(0 0 0 / 0.1);
}

.skin_leaf .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(0 0 0 / 0.2);
  outline-color: rgb(0 0 0 / 0.2);
}

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

.skin_leaf .partial_link_wrap .link_name {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .partial_image_wrap {
  position: relative;
  border-radius: 10px;
  background-color: rgb(184 194 186 / 0.25);
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.skin_leaf .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(0 0 0 / 0.2);
}

.skin_leaf .link_map_wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgb(184 194 186 / 0.25);
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/*이전달 버튼*/

.skin_leaf #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_leaf #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_leaf #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_leaf #calendar .fc-scrollgrid .fc-day, .skin_leaf #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_leaf #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_leaf #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_leaf #calendar .fc-day-today {
  background: none;
}

.skin_leaf #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(164 192 180 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_leaf #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(164 192 180 / var(--tw-bg-opacity, 1));
}

.skin_leaf #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_leaf #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_leaf #calendar .fc-event.close .fc-event-title {
  color: rgb(0 0 0 / 0.3);
}

/*이벤트 스타일 soon*/

.skin_leaf #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_leaf #calendar .fc-event.soon .fc-event-title {
  color: rgb(0 0 0 / 0.8);
}

/*이벤트 +2*/

.skin_leaf #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 0.8;
}

.skin_gradation {
  background: url('/fr/assets/skin/gradation/bg.jpg') top left / cover;
}

.skin_gradation .profile_wrap .profile_page {
  font-family: 'Pretendard';
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .profile_wrap .profile_nick {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .profile_wrap .profile_id {
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.skin_gradation .profile_wrap .profile_desc {
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .common_text_12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .common_text_14 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .common_text_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .common_text_18 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .common_text_20 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .video_module {
}

.skin_gradation .video_module.expose_type_0 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgb(223 225 229 / 0.6);
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_gradation .video_module.expose_type_1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgb(223 225 229 / 0.6);
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_gradation .video_module.expose_type_1 .video-toggle-btn {
  color: rgb(0 0 0 / 0.2);
}

.skin_gradation .video_module.expose_type_1 .video_partition {
  height: 0px;
  align-self: stretch;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
  outline-color: rgb(0 0 0 / 0.1);
}

.skin_gradation .blank_module {
  height: 0px;
  align-self: stretch;
  border-color: rgb(0 0 0 / 0.2);
  outline-color: rgb(0 0 0 / 0.2);
}

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

.skin_gradation .partial_link_wrap .link_name {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .partial_image_wrap {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_gradation .footer_logo {
  height: 1rem;
  width: 7rem;
  color: rgb(0 0 0 / 0.2);
}

.skin_gradation .link_map_wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgb(223 225 229 / 0.6);
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

/*이전달 버튼*/

.skin_gradation #calendar .fc-prev-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_left.svg)no-repeat;
  background-size: contain;
  outline: none;
}

/*다음달 버튼*/

.skin_gradation #calendar .fc-next-button {
  height: 0.75rem;
  width: 0.75rem;
  border: 0;
  background: url(/fr/assets/arrow_right.svg)no-repeat;
  background-size: contain;
}

/*현재 월*/

.skin_gradation #calendar .fc-toolbar-title {
  --tw-text-opacity: 1;
}

/*달력 border*/

.skin_gradation #calendar .fc-scrollgrid .fc-day, .skin_gradation #calendar .fc-scrollgrid th.fc-day {
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/*요일*/

.skin_gradation #calendar .fc-col-header-cell {
  --tw-text-opacity: 0.3;
}

/*이전, 이후 월 날짜*/

.skin_gradation #calendar .fc-day.fc-day-other .fc-daygrid-day-number {
  --tw-text-opacity: 0.3;
}

/*오늘*/

.skin_gradation #calendar .fc-day-today {
  background: none;
}

.skin_gradation #calendar .fc-day-today .fc-daygrid-day-number {
  --tw-bg-opacity: 1;
  background-color: rgb(74 79 98 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 open*/

.skin_gradation #calendar .fc-event.open {
  --tw-bg-opacity: 1;
  background-color: rgb(74 79 98 / var(--tw-bg-opacity, 1));
}

.skin_gradation #calendar .fc-event.open .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*이벤트 스타일 close*/

.skin_gradation #calendar .fc-event.close {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_gradation #calendar .fc-event.close .fc-event-title {
  color: rgb(0 0 0 / 0.3);
}

/*이벤트 스타일 soon*/

.skin_gradation #calendar .fc-event.soon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_gradation #calendar .fc-event.soon .fc-event-title {
  color: rgb(0 0 0 / 0.8);
}

/*이벤트 +2*/

.skin_gradation #calendar .fc-daygrid-more-link {
  --tw-text-opacity: 0.8;
}

/*공통*/

.partial_link_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  padding: 0.75rem;
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.link_goods_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  justify-content: flex-start;
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.link_goods_num {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.8);
}

.link_goods_partition {
  height: 0.625rem;
  width: 0px;
  transform-origin: top left;
  color: rgb(0 0 0 / 0.1);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
}

/*광고*/

.ad_wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.ic_img {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background-size: 100% 100% !important;
}

.txt_over {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-content: center;
  text-align: left;
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}

.bl_btn {
  background: transparent;
  text-align: center;
  position: relative;
  display: flex;
  gap: 15px;
}

.ad_txt_outline {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 1rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: rgb(0 0 0 / 0.1);
}

.ad_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  color: rgb(0 0 0 / 0.3);
}

.transparent_ad_wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.875rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  padding: 0.75rem;
}

/*스킨별*/

.skin_default .partial_link_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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);
}

.skin_spring .partial_link_wrap, .skin_spring .ad_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 117 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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);
}

.skin_summer .partial_link_wrap, .skin_summer .ad_wrap {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 12px 12px 0px 0px rgba(246,182,194,1.00);
  --tw-shadow-colored: 12px 12px 0px 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-width: 3px;
  outline-offset: -3px;
  outline-color: #000;
}

.skin_autumn .partial_link_wrap, .skin_autumn .ad_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(239 230 210 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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);
}

.skin_winter .partial_link_wrapm, .skin_winter .ad_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(79 120 182 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-color: #BDD8FF;
}

.skin_winter .link_goods_text {
  color: rgb(255 255 255 / 0.6);
}

.skin_winter .link_goods_num {
  color: rgb(255 255 255 / 1);
}

.skin_winter .link_goods_partition {
  color: rgb(255 255 255 / 0.1);
}

.skin_winter .ad_txt_outline, .skin_dark .ad_txt_outline {
  outline-color: rgb(255 255 255 / 0.1);
}

.skin_winter .ad_txt, .skin_dark .ad_txt {
  color: rgb(255 255 255 / 0.3);
}

.skin_dark .partial_link_wrap, .skin_dark .ad_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-color: rgb(255 255 255 / 0.05);
}

.skin_dark .link_goods_text {
  color: rgb(255 255 255 / 0.6);
}

.skin_dark .link_goods_num {
  color: rgb(255 255 255 / 0.8);
}

.skin_dark .link_goods_partition {
  color: rgb(255 255 255 / 0.1);
}

.skin_vanilla .partial_link_wrap, .skin_vanilla .ad_wrap {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-width: 2px;
  outline-color: #444444;
}

.skin_pink .partial_link_wrap, .skin_pink .ad_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 246 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-color: #F9C3CE;
}

.skin_gradation .partial_link_wrap, .skin_gradation .ad_wrap {
  background-color: rgb(223 225 229 / 0.6);
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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);
}

.skin_leaf .partial_link_wrap, .skin_leaf .ad_wrap {
  background-color: rgb(184 194 186 / 0.25);
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/*공통*/

.goods_wrap {
  margin-top: 1px;
  margin-bottom: 1px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.goods_description_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: 'Pretendard';
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: rgb(0 0 0 / 0.3);
}

.goods_price_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.goods_percent_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
  color: rgb(153 57 198 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.goods_sub_info_num {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.8);
}

.goods_sub_info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: 'Pretendard';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.goods_partition {
  height: 0.625rem;
  width: 0px;
  transform-origin: top left;
  color: rgb(0 0 0 / 0.1);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -0.50px;
}

/*스킨별*/

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

.skin_spring .goods_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 117 / var(--tw-bg-opacity, 1));
}

.skin_summer .goods_wrap {
  margin-bottom: 12px;
  margin-top: 3px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 12px 12px 0px 0px rgba(246,182,194,1.00);
  --tw-shadow-colored: 12px 12px 0px 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-width: 3px;
  outline-offset: -3px;
  outline-color: #000;
}

.skin_autumn .goods_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(239 230 210 / var(--tw-bg-opacity, 1));
}

.skin_winter .goods_wrap {
  margin-top: 1px;
  margin-bottom: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(79 120 182 / var(--tw-bg-opacity, 1));
  outline-color: #BDD8FF;
}

.skin_winter .goods_description_text {
  color: rgb(255 255 255 / 0.3);
}

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

.skin_winter .goods_percent_text {
  --tw-text-opacity: 1;
  color: rgb(191 228 255 / var(--tw-text-opacity, 1));
}

.skin_winter .goods_sub_info_num {
  color: rgb(255 255 255 / 0.8);
}

.skin_winter .goods_sub_info {
  color: rgb(255 255 255 / 0.6);
}

.skin_winter .goods_partition {
  color: rgb(255 255 255 / 0.1);
}

.skin_dark .goods_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  outline-color: rgb(255 255 255 / 0.05);
}

.skin_dark .goods_description_text {
  color: rgb(255 255 255 / 0.3);
}

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

.skin_dark .goods_sub_info {
  color: rgb(255 255 255 / 0.6);
}

.skin_dark .goods_sub_info_num {
  color: rgb(255 255 255 / 0.8);
}

.skin_dark .goods_partition {
  color: rgb(255 255 255 / 0.1);
}

.skin_vanilla .goods_wrap {
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-width: 2px;
  outline-color: #444444;
}

.skin_pink .goods_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 246 / var(--tw-bg-opacity, 1));
  outline-color: #F9C3CE;
}

.skin_gradation .goods_wrap {
  background-color: rgb(223 225 229 / 0.6);
}

.skin_leaf .goods_wrap {
  background-color: rgb(184 194 186 / 0.25);
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.textLink_text {
  font-family: 'Pretendard';
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1.5rem;
}

.skin_winter .textLink_text, .skin_dark .textLink_text {
  color: white !important;
}

/*공통*/

.schedule_bg_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: visible;
}

.schedule_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  overflow: auto;
  padding-top: 1rem;
}

.schedule_name_wrap {
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  padding-left: 20px;
  position: relative;
}

.schedule_name_txt {
  display: flex;
  align-items: center;
}

.schedule_list_wrap {
  padding-left: 20px;
}

.schedule_list_wrap .schedule_icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.schedule_list_wrap .schedule_icon .schedule_icon_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  justify-content: flex-start;
  align-self: stretch;
  text-align: center;
  line-height: 10px;
}

.schedule_list_wrap .schedule_text .date_text {
  justify-content: flex-start;
  line-height: 1rem;
}

.schedule_list_wrap .schedule_text .name_text {
  justify-content: flex-start;
  align-self: stretch;
  line-height: 1.25rem;
}

.schedule_list_wrap .schedule_dot {
  position: relative;
}

.schedule_list_wrap .schedule_line {
  position: absolute;
  left: 50%;
  top: 5px;
  height: 3rem;
  width: 1px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/*기본 스킨*/

.skin_default .schedule_wrap {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_default .schedule_name_txt {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/*목록*/

.skin_default .schedule_list_wrap {
}

/*목록 공통*/

.skin_default .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_default .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_default .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_default .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_default .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_default .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_default .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_default .schedule_list_wrap .open .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
}

.skin_default .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_default .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
}

.skin_default .schedule_list_wrap .open .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_default .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_default .schedule_list_wrap .close {
  color: rgb(0 0 0 / 0.3);
}

.skin_default .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_default .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  color: rgb(0 0 0 / 0.3);
}

.skin_default .schedule_list_wrap .close .schedule_dot {
  background-color: rgb(0 0 0 / 0.3);
}

.skin_default .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_default .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_default .schedule_list_wrap .soon {
  color: rgb(0 0 0 / 0.8);
}

.skin_default .schedule_list_wrap .soon .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_default .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
}

.skin_default .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.skin_default .schedule_list_wrap .soon .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_default .schedule_list_wrap .soon .schedule_text .name_text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .schedule_wrap {
  border-radius: 10px;
  background-color: #B8C2BA40;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.skin_leaf .schedule_name_txt {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/*목록*/

.skin_leaf .schedule_list_wrap {
}

.skin_leaf .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_leaf .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_leaf .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_leaf .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_leaf .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_leaf .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_leaf .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .schedule_list_wrap .open .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(128 170 153 / var(--tw-bg-opacity, 1));
}

.skin_leaf .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_leaf .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(128 170 153 / var(--tw-bg-opacity, 1));
}

.skin_leaf .schedule_list_wrap .open .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_leaf .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_leaf .schedule_list_wrap .close {
  color: rgb(0 0 0 / 0.3);
}

.skin_leaf .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_leaf .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  color: rgb(0 0 0 / 0.3);
}

.skin_leaf .schedule_list_wrap .close .schedule_dot {
  background-color: rgb(0 0 0 / 0.3);
}

.skin_leaf .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_leaf .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_leaf .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_leaf .schedule_list_wrap .soon .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_leaf .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
  color: rgb(0 0 0 / 0.8);
}

.skin_leaf .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.skin_leaf .schedule_list_wrap .soon .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_leaf .schedule_list_wrap .soon .schedule_text .name_text {
}

.skin_gradation .schedule_wrap {
  border-radius: 10px;
  background-color: rgb(223 225 229 / 0.6);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_gradation .schedule_name_txt {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/*목록*/

.skin_gradation .schedule_list_wrap {
}

.skin_gradation .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_gradation .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_gradation .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_gradation .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_gradation .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_gradation .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_gradation .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .schedule_list_wrap .open .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(74 79 98 / var(--tw-bg-opacity, 1));
}

.skin_gradation .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_gradation .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(74 79 98 / var(--tw-bg-opacity, 1));
}

.skin_gradation .schedule_list_wrap .open .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_gradation .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_gradation .schedule_list_wrap .close {
  color: rgb(0 0 0 / 0.3);
}

.skin_gradation .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_gradation .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  color: rgb(0 0 0 / 0.3);
}

.skin_gradation .schedule_list_wrap .close .schedule_dot {
  background-color: rgb(0 0 0 / 0.3);
}

.skin_gradation .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_gradation .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_gradation .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_gradation .schedule_list_wrap .soon .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_gradation .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
  color: rgb(0 0 0 / 0.8);
}

.skin_gradation .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.skin_gradation .schedule_list_wrap .soon .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_gradation .schedule_list_wrap .soon .schedule_text .name_text {
}

.skin_pink .schedule_bg_container {
  position: relative;
  /* pseudo-element 기준 */
}

.skin_pink .schedule_bg_container::before {
  content: '';
  position: absolute;
  top: 0;
  /* wrap 위로 배치 */
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  /* 위로 12px 이동 */
  width: 54px;
  /* 필요에 따라 */
  height: 29px;
  /* 이미지 높이 */
  background: url('/fr/assets/skin/pink/schedule_wrap_bg.svg') no-repeat center top;
  background-size: contain;
  pointer-events: none;
  /* 클릭 방해 안 됨 */
  z-index: 999;
  /* wrap 뒤에 */
}

.skin_pink .schedule_wrap {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #F9C3CE;
}

.skin_pink .schedule_name_wrap {
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.skin_pink .schedule_name_wrap svg {
  display: none;
}

.skin_pink .schedule_name_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(249 160 178 / var(--tw-text-opacity, 1));
}

.skin_pink .schedule_name_txt::before, .skin_pink .schedule_name_txt::after {
  content: '';
  /* 필수 */
  display: inline-block;
  /* width/height 적용 가능 */
  width: 1rem;
  /* Tailwind w-4 */
  height: 1rem;
  /* Tailwind h-4 */
  background: url('/fr/assets/skin/pink/schedule_name_icon.svg') no-repeat center;
  background-size: contain;
  /* 이미지 비율 유지 */
}

/*목록*/

.skin_pink .schedule_list_wrap {
}

.skin_pink .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_pink .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_pink .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_pink .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_pink .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_pink .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_pink .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .schedule_list_wrap .open .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(249 160 178 / var(--tw-bg-opacity, 1));
}

.skin_pink .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_pink .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(249 160 178 / var(--tw-bg-opacity, 1));
}

.skin_pink .schedule_list_wrap .open .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_pink .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_pink .schedule_list_wrap .close {
  color: rgb(0 0 0 / 0.3);
}

.skin_pink .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(245 235 225 / var(--tw-bg-opacity, 1));
}

.skin_pink .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  color: rgb(0 0 0 / 0.3);
}

.skin_pink .schedule_list_wrap .close .schedule_dot {
  background-color: rgb(0 0 0 / 0.3);
}

.skin_pink .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_pink .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_pink .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_pink .schedule_list_wrap .soon .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #F9A0B2;
}

.skin_pink .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
  --tw-text-opacity: 1;
  color: rgb(249 160 178 / var(--tw-text-opacity, 1));
}

.skin_pink .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.skin_pink .schedule_list_wrap .soon .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_pink .schedule_list_wrap .soon .schedule_text .name_text {
}

.skin_vanilla .schedule_bg_container {
  position: relative;
  /* 기준 */
}

.skin_vanilla .schedule_bg_container::after {
  content: '';
  display: block;
  width: calc(100% - 12px);
  height: 8px;
  /* h-2 */
  margin: 0 6px;
  /* px-1.5 (6px) */
  background-color: #FFD970;
  border-top: 2px solid #404040;
  border-left: 2px solid #404040;
  /* neutral-700 */
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  box-sizing: border-box;
}

.skin_vanilla .schedule_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 2px;
  outline-color: #444444;
}

.skin_vanilla .schedule_name_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(146 198 239 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #444444;
}

.skin_vanilla .schedule_name_wrap svg {
  display: none;
}

.skin_vanilla .schedule_name_wrap::after {
  content: '';
  display: inline-block;
  width: 48px;
  /* 아이콘 3개 영역 */
  height: 12px;
  background: url('/fr/assets/skin/vanilla/schedule_name_button_01.svg') no-repeat left center, url('/fr/assets/skin/vanilla/schedule_name_button_01.svg') no-repeat center center, url('/fr/assets/skin/vanilla/schedule_name_button_02.svg') no-repeat right center;
  background-size: 12px 12px;
}

.skin_vanilla .schedule_name_txt {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
}

/*목록*/

.skin_vanilla .schedule_list_wrap {
}

.skin_vanilla .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_vanilla .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_vanilla .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_vanilla .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_vanilla .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_vanilla .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_vanilla .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .schedule_list_wrap .open .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(146 198 239 / var(--tw-bg-opacity, 1));
}

.skin_vanilla .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_vanilla .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(146 198 239 / var(--tw-bg-opacity, 1));
}

.skin_vanilla .schedule_list_wrap .open .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_vanilla .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_vanilla .schedule_list_wrap .close {
  color: rgb(0 0 0 / 0.3);
}

.skin_vanilla .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.skin_vanilla .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  color: rgb(0 0 0 / 0.3);
}

.skin_vanilla .schedule_list_wrap .close .schedule_dot {
  background-color: rgb(0 0 0 / 0.3);
}

.skin_vanilla .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_vanilla .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_vanilla .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_vanilla .schedule_list_wrap .soon .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #92C6EF;
}

.skin_vanilla .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
  --tw-text-opacity: 1;
  color: rgb(146 198 239 / var(--tw-text-opacity, 1));
}

.skin_vanilla .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.skin_vanilla .schedule_list_wrap .soon .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_vanilla .schedule_list_wrap .soon .schedule_text .name_text {
}

.skin_dark .schedule_wrap {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_dark .schedule_name_txt {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*목록*/

.skin_dark .schedule_list_wrap {
}

.skin_dark .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_dark .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_dark .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_dark .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_dark .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_dark .schedule_list_wrap .schedule_line {
  background-color: rgb(255 255 255 / 0.1);
}

/*open*/

.skin_dark .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .schedule_list_wrap .open .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
}

.skin_dark .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
}

.skin_dark .schedule_list_wrap .open .schedule_text .date_text {
  color: rgb(255 255 255 / 0.6);
}

.skin_dark .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_dark .schedule_list_wrap .close {
  color: rgb(255 255 255 / 0.3);
}

.skin_dark .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(67 68 71 / var(--tw-bg-opacity, 1));
}

.skin_dark .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
}

.skin_dark .schedule_list_wrap .close .schedule_dot {
  background-color: rgb(255 255 255 / 0.3);
}

.skin_dark .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_dark .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_dark .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .schedule_list_wrap .soon .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(67 68 71 / var(--tw-bg-opacity, 1));
}

.skin_dark .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_dark .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.skin_dark .schedule_list_wrap .soon .schedule_text .date_text {
  color: rgb(255 255 255 / 0.6);
}

.skin_dark .schedule_list_wrap .soon .schedule_text .name_text {
}

.skin_spring .schedule_bg_container {
  position: relative;
  padding-top: 29px;
  background: url('/fr/assets/skin/spring/schedule_TR.png') top right no-repeat;
  background-size: 43px 30px;
  background-position: right 6px top 0;
}

.skin_spring .schedule_wrap {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 6px;
  outline-offset: -6px;
  outline-color: #FF8E75;
}

.skin_spring .schedule_name_wrap {
  position: absolute;
  top: 17px;
  height: 2rem;
  width: 11rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 117 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  left: 50%;
  /* 부모 기준 왼쪽 50% 위치 */
  transform: translateX(-50%);
  /* 자신의 폭의 절반만큼 왼쪽으로 이동 */
}

.skin_spring .schedule_name_txt {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*목록*/

.skin_spring .schedule_list_wrap {
}

.skin_spring .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_spring .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_spring .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_spring .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_spring .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_spring .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_spring .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(133 81 50 / var(--tw-text-opacity, 1));
}

.skin_spring .schedule_list_wrap .open .schedule_icon {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #FF7653;
}

.skin_spring .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 118 83 / var(--tw-text-opacity, 1));
}

.skin_spring .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 118 83 / var(--tw-bg-opacity, 1));
}

.skin_spring .schedule_list_wrap .open .schedule_text .date_text {
}

.skin_spring .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_spring .schedule_list_wrap .close {
  --tw-text-opacity: 1;
  color: rgb(228 183 179 / var(--tw-text-opacity, 1));
}

.skin_spring .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(228 183 179 / var(--tw-bg-opacity, 1));
}

.skin_spring .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_spring .schedule_list_wrap .close .schedule_dot {
  background-color: rgb(0 0 0 / 0.3);
}

.skin_spring .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_spring .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_spring .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(133 81 50 / var(--tw-text-opacity, 1));
}

.skin_spring .schedule_list_wrap .soon .schedule_icon {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #855132;
}

.skin_spring .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
}

.skin_spring .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(133 81 50 / var(--tw-bg-opacity, 1));
}

.skin_spring .schedule_list_wrap .soon .schedule_text .date_text {
}

.skin_spring .schedule_list_wrap .soon .schedule_text .name_text {
}

.skin_summer .schedule_bg_container {
  /*@apply pr-3 pb-3;*/
  position: relative;
  /* 기준 */
}

.skin_summer .schedule_wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 12px 12px 0px 0px rgba(246,182,194,1.00);
  --tw-shadow-colored: 12px 12px 0px 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-style: solid;
  outline-width: 3px;
  outline-offset: -3px;
  outline-color: #000;
}

.skin_summer .schedule_name_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(244 119 154 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 3px;
  outline-color: #000;
}

.skin_summer .schedule_name_wrap::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  /* 텍스트 왼쪽 여유 */
  top: 50%;
  transform: translateY(-50%);
}

.skin_summer .schedule_name_wrap::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  /* 텍스트 왼쪽 여유 */
  top: 50%;
  transform: translateY(-50%);
}

.skin_summer .schedule_name_txt {
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
}

/*목록*/

.skin_summer .schedule_list_wrap {
}

.skin_summer .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_summer .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_summer .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_summer .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_summer .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_summer .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_summer .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.skin_summer .schedule_list_wrap .open .schedule_icon {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #D500EC;
}

.skin_summer .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(213 0 236 / var(--tw-text-opacity, 1));
}

.skin_summer .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(213 0 236 / var(--tw-bg-opacity, 1));
}

.skin_summer .schedule_list_wrap .open .schedule_text .date_text {
}

.skin_summer .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_summer .schedule_list_wrap .close {
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity, 1));
}

.skin_summer .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity, 1));
}

.skin_summer .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_summer .schedule_list_wrap .close .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity, 1));
}

.skin_summer .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_summer .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_summer .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.skin_summer .schedule_list_wrap .soon .schedule_icon {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #222222;
}

.skin_summer .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
}

.skin_summer .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.skin_summer .schedule_list_wrap .soon .schedule_text .date_text {
}

.skin_summer .schedule_list_wrap .soon .schedule_text .name_text {
}

.skin_autumn .schedule_bg_container {
  position: relative;
}

.skin_autumn .schedule_wrap {
}

.skin_autumn .schedule_type_1 .schedule_wrap {
  padding-left: 7px;
  padding-right: 7px;
}

.skin_autumn .schedule_name_wrap {
  position: absolute;
  height: 2rem;
  width: 8rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(97 48 23 / var(--tw-text-opacity, 1));
  background: url('/fr/assets/skin/autumn/schedule_name_bg.png') center / auto 100% no-repeat;
  left: 50%;
  /* 부모 기준 왼쪽 50% 위치 */
  transform: translateX(-50%);
  /* 자신의 폭의 절반만큼 왼쪽으로 이동 */
}

.skin_autumn .schedule_type_1 {
}

.skin_autumn .schedule_type_1 .schedule_bg_container {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_autumn .schedule_type_1 .schedule_wrap {
  border-radius: 0.5rem;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #D5BB9F;
}

.skin_autumn .schedule_type_1 .schedule_name_wrap {
  top: -10px;
}

.skin_autumn .schedule_type_1 .schedule_list_wrap {
  padding-left: 0px;
  padding-right: 0px;
}

.skin_autumn .schedule_type_2 {
}

.skin_autumn .schedule_type_2 .schedule_bg_container {
  padding-top: 10px;
}

.skin_autumn .schedule_type_2 .schedule_wrap {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: rgb(0 0 0 / 0.05);
}

.skin_autumn .schedule_type_2 .schedule_name_wrap {
  top: 0px;
}

.skin_autumn .schedule_name_txt {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
}

/*목록*/

.skin_autumn .schedule_list_wrap {
}

.skin_autumn .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_autumn .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_autumn .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_autumn .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_autumn .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_autumn .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_autumn .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_autumn .schedule_list_wrap .open .schedule_icon {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #FF6600;
}

.skin_autumn .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}

.skin_autumn .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
}

.skin_autumn .schedule_list_wrap .open .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_autumn .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_autumn .schedule_list_wrap .close {
  color: rgb(0 0 0 / 0.3);
}

.skin_autumn .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity, 1));
}

.skin_autumn .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_autumn .schedule_list_wrap .close .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity, 1));
}

.skin_autumn .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_autumn .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_autumn .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.skin_autumn .schedule_list_wrap .soon .schedule_icon {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #222222;
}

.skin_autumn .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
  color: rgb(34 34 34 / 0.8);
}

.skin_autumn .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.skin_autumn .schedule_list_wrap .soon .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_autumn .schedule_list_wrap .soon .schedule_text .name_text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_winter .schedule_bg_container {
  padding-top: 30px;
  position: relative;
  /* pseudo-element 기준 */
}

.skin_winter .schedule_wrap {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 239 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-style: solid;
  outline-width: 1px;
  outline-color: #E2E2E2;
  z-index: 1;
}

.skin_winter .schedule_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: url('/fr/assets/skin/winter/schedule_name_bg.png') no-repeat center top;
  background-size: 100% 55px;
  z-index: 5;
  /* wrap 위, name_wrap 아래 */
}

.skin_winter .schedule_name_wrap {
  position: absolute;
  top: 20px;
  height: 2rem;
  width: 8rem;
  align-items: center;
  align-self: stretch;
  padding-left: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  z-index: 20;
}

.skin_winter .schedule_name_txt {
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  line-height: 1rem;
}

/*목록*/

.skin_winter .schedule_list_wrap {
}

.skin_winter .schedule_list_wrap .schedule_icon {
  width: 3rem;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

.skin_winter .schedule_list_wrap .schedule_icon .schedule_icon_txt {
  font-size: 10px;
}

.skin_winter .schedule_list_wrap .schedule_text .date_text {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.skin_winter .schedule_list_wrap .schedule_text .name_text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.skin_winter .schedule_list_wrap .schedule_dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
}

.skin_winter .schedule_list_wrap .schedule_line {
  background-color: rgb(0 0 0 / 0.1);
}

/*open*/

.skin_winter .schedule_list_wrap .open {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_winter .schedule_list_wrap .open .schedule_icon {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #008FF8;
}

.skin_winter .schedule_list_wrap .open .schedule_icon .schedule_icon_txt {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 143 248 / var(--tw-text-opacity, 1));
}

.skin_winter .schedule_list_wrap .open .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(0 143 248 / var(--tw-bg-opacity, 1));
}

.skin_winter .schedule_list_wrap .open .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_winter .schedule_list_wrap .open .schedule_text .name_text {
}

/*close*/

.skin_winter .schedule_list_wrap .close {
  color: rgb(0 0 0 / 0.3);
}

.skin_winter .schedule_list_wrap .close .schedule_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity, 1));
}

.skin_winter .schedule_list_wrap .close .schedule_icon .schedule_icon_txt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.skin_winter .schedule_list_wrap .close .schedule_dot {
  background-color: rgb(0 0 0 / 0.3);
}

.skin_winter .schedule_list_wrap .close .schedule_text .date_text {
}

.skin_winter .schedule_list_wrap .close .schedule_text .name_text {
}

/*soon*/

.skin_winter .schedule_list_wrap .soon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.skin_winter .schedule_list_wrap .soon .schedule_icon {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #222222;
}

.skin_winter .schedule_list_wrap .soon .schedule_icon .schedule_icon_txt {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.skin_winter .schedule_list_wrap .soon .schedule_dot {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.skin_winter .schedule_list_wrap .soon .schedule_text .date_text {
  color: rgb(0 0 0 / 0.6);
}

.skin_winter .schedule_list_wrap .soon .schedule_text .name_text {
}

/* 📌 Typography styles ============================================================================ */

.typo-display-1 {
  font-family: Pretendard;
  font-size: 40px;
  line-height: 140%;
  font-weight: 400;
}

.typo-headline-1 {
  font-family: Pretendard;
  font-size: 22px;
  line-height: 140%;
  font-weight: 400;
}

.typo-headline-1-bold {
  font-family: Pretendard;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.typo-headline-2 {
  font-family: Pretendard;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
}

.typo-headline-2-bold {
  font-family: Pretendard;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-1 {
  font-family: Pretendard;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-1-bold {
  font-family: Pretendard;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-2 {
  font-family: Pretendard;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-2-bold {
  font-family: Pretendard;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-3 {
  font-family: Pretendard;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-3-bold {
  font-family: Pretendard;
  font-size: 15px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-4 {
  font-family: Pretendard;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-4-bold {
  font-family: Pretendard;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-5 {
  font-family: Pretendard;
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-6 {
  font-family: Pretendard;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
}

/* ============================================================================ 📌 Typography styles */

/* 📌 Contents components ============================================================================ */

.url-copy-container {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
}

.url-copy-button {
  display: flex;
  height: 30px;
  width: 71px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 26px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 19.6px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 219 219 / var(--tw-ring-opacity, 1));
}

/* ============================================================================ 📌 Contents components */

/* 📌 Button components ============================================================================ */

.btn-xl {
  display: inline-flex;
  height: 50px;
  width: 200px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  line-height: 25.20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-lg {
  display: inline-flex;
  height: 44px;
  width: 153px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 25.20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-sm {
  display: inline-flex;
  height: 34px;
  min-width: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  flex-shrink: 0;
}

.btn-xs {
  display: inline-flex;
  height: 30px;
  width: 66px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
  flex-shrink: 0;
}

.tab-btn {
  display: inline-flex;
  height: 45px;
  min-width: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  white-space: nowrap;
  border-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Pretendard;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 215 215 / var(--tw-ring-opacity, 1));
}

.tab-btn-active {
  display: inline-flex;
  height: 45px;
  min-width: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  white-space: nowrap;
  border-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 44 67 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Pretendard;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 215 215 / var(--tw-ring-opacity, 1));
}

/* ============================================================================ 📌 Button components */

/* 📌 Carousel(swiper) components ============================================================================ */

.carousel .swiper-pagination-bullet {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.carousel .swiper-pagination-bullet-active {
  height: 0.375rem;
  width: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

/* ============================================================================ 📌 Carousel(swiper) components */

/* header base */

.header-btn {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding-left: 10px;
  padding-right: 10px;
}

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

/* toggle switch size definition */

.toggle-switch {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.toggle-switch > input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* 트랙 스타일: 배경색 변경만 담당 */

.toggle-switch-track {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
  padding: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Knob (원) 스타일: 크기 변동/이동 로직은 아래에서 정의 */

.toggle-switch-knob {
  display: block;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.toggle-lg {
  height: 34px;
  width: 60px;
  /* Knob 크기만 정의 */
  & .toggle-switch-knob {
    height: 30px;
  }
  & .toggle-switch-knob {
    width: 30px;
  }
  /* :has와 CSS Nesting으로 상태 제어 */
  &:has(input:checked) {
    & .toggle-switch-track {
      --tw-bg-opacity: 1;
      background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
    }
    /* 2) 노브 이동 */
    & .toggle-switch-track .toggle-switch-knob {
      /* @apply 대신 직접 값 지정이 가장 안정적 */
      transform: translateX(26px);
    }
  }
}

.toggle-md {
  height: 24px;
  width: 40px;
  & .toggle-switch-knob {
    height: 20px;
  }
  & .toggle-switch-knob {
    width: 20px;
  }
  /* :has와 CSS Nesting으로 상태 제어 */
  &:has(input:checked) {
    & .toggle-switch-track {
      --tw-bg-opacity: 1;
      background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
    }
    & .toggle-switch-track .toggle-switch-knob {
      transform: translateX(16px);
    }
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-right-2 {
  right: -0.5rem;
}

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

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

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

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

.-top-5 {
  top: -1.25rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

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

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

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

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

.bottom-full {
  bottom: 100%;
}

.end-0 {
  inset-inline-end: 0px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-\[111\.91px\] {
  left: 111.91px;
}

.left-\[12\.05px\] {
  left: 12.05px;
}

.left-\[13\.67px\] {
  left: 13.67px;
}

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

.left-\[14\.42px\] {
  left: 14.42px;
}

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

.left-\[16\.57px\] {
  left: 16.57px;
}

.left-\[16\.77px\] {
  left: 16.77px;
}

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

.left-\[2\.78px\] {
  left: 2.78px;
}

.left-\[21\.48px\] {
  left: 21.48px;
}

.left-\[27\.30px\] {
  left: 27.30px;
}

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

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

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

.left-\[39\.31px\] {
  left: 39.31px;
}

.left-\[39\.68px\] {
  left: 39.68px;
}

.left-\[4\.31px\] {
  left: 4.31px;
}

.left-\[4\.91px\] {
  left: 4.91px;
}

.left-\[44\.68px\] {
  left: 44.68px;
}

.left-\[5\.38px\] {
  left: 5.38px;
}

.left-\[5\.57px\] {
  left: 5.57px;
}

.left-\[56\.93px\] {
  left: 56.93px;
}

.left-\[6\.50px\] {
  left: 6.50px;
}

.left-\[6\.73px\] {
  left: 6.73px;
}

.left-\[6\.75px\] {
  left: 6.75px;
}

.left-\[67\.28px\] {
  left: 67.28px;
}

.left-\[7\.99px\] {
  left: 7.99px;
}

.left-\[77\.89px\] {
  left: 77.89px;
}

.left-\[8\.36px\] {
  left: 8.36px;
}

.left-\[8\.75px\] {
  left: 8.75px;
}

.left-\[90\.25px\] {
  left: 90.25px;
}

.left-\[95\.25px\] {
  left: 95.25px;
}

.left-\[99\.58px\] {
  left: 99.58px;
}

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

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

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

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

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

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

.right-full {
  right: 100%;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-12 {
  top: 3rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

.top-\[0\.14px\] {
  top: 0.14px;
}

.top-\[1\.41px\] {
  top: 1.41px;
}

.top-\[1\.44px\] {
  top: 1.44px;
}

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

.top-\[12\.03px\] {
  top: 12.03px;
}

.top-\[17\.25px\] {
  top: 17.25px;
}

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

.top-\[18\.97px\] {
  top: 18.97px;
}

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

.top-\[2\.78px\] {
  top: 2.78px;
}

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

.top-\[3\.76px\] {
  top: 3.76px;
}

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

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

.top-\[4\.33px\] {
  top: 4.33px;
}

.top-\[4\.34px\] {
  top: 4.34px;
}

.top-\[4\.35px\] {
  top: 4.35px;
}

.top-\[4\.47px\] {
  top: 4.47px;
}

.top-\[4\.77px\] {
  top: 4.77px;
}

.top-\[4\.82px\] {
  top: 4.82px;
}

.top-\[4\.90px\] {
  top: 4.90px;
}

.top-\[5\.62px\] {
  top: 5.62px;
}

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

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

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

.top-\[6\.77px\] {
  top: 6.77px;
}

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

.top-\[7\.73px\] {
  top: 7.73px;
}

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-none {
  float: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

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

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

.mb-auto {
  margin-bottom: auto;
}

.me-0 {
  margin-inline-end: 0px;
}

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

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

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

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-auto {
  margin-inline-end: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

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

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

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

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

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

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

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

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

.hidden {
  display: none;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}

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

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-28 {
  width: 7rem;
  height: 7rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-52 {
  width: 13rem;
  height: 13rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-96 {
  width: 24rem;
  height: 24rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-45 {
  height: 45px;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 60px;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[11\.19px\] {
  height: 11.19px;
}

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

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

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

.h-\[11\.64px\] {
  height: 11.64px;
}

.h-\[11\.65px\] {
  height: 11.65px;
}

.h-\[11\.67px\] {
  height: 11.67px;
}

.h-\[12\.39px\] {
  height: 12.39px;
}

.h-\[12\.56px\] {
  height: 12.56px;
}

.h-\[12\.63px\] {
  height: 12.63px;
}

.h-\[13\.09px\] {
  height: 13.09px;
}

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

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

.h-\[14\.53px\] {
  height: 14.53px;
}

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

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

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

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

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

.h-\[16\.05px\] {
  height: 16.05px;
}

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

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

.h-\[17\.70px\] {
  height: 17.70px;
}

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

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

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

.h-\[2\.98px\] {
  height: 2.98px;
}

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

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

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

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

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

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

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

.h-\[30\.41px\] {
  height: 30.41px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[552\.89px\] {
  height: 552.89px;
}

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

.h-\[595\.56px\] {
  height: 595.56px;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-btn-lg-h {
  height: 44px;
}

.h-btn-sm-h {
  height: 34px;
}

.h-btn-xl-h {
  height: 50px;
}

.h-btn-xs-h {
  height: 30px;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.h-url-copy-h {
  height: 30px;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-\[80\%\] {
  max-height: 80%;
}

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

.min-h-0 {
  min-height: 0px;
}

.min-h-80 {
  min-height: 20rem;
}

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

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

.min-h-dvh {
  min-height: 100dvh;
}

.min-h-full {
  min-height: 100%;
}

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

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[0\.92px\] {
  width: 0.92px;
}

.w-\[10\.23px\] {
  width: 10.23px;
}

.w-\[10\.59px\] {
  width: 10.59px;
}

.w-\[10\.67px\] {
  width: 10.67px;
}

.w-\[10\.69px\] {
  width: 10.69px;
}

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

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

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

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

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

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

.w-\[14\.65px\] {
  width: 14.65px;
}

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

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

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

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

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

.w-\[16\.45px\] {
  width: 16.45px;
}

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

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

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

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

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

.w-\[2\.62px\] {
  width: 2.62px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[8\.09px\] {
  width: 8.09px;
}

.w-\[8\.54px\] {
  width: 8.54px;
}

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

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

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

.w-\[9\.55px\] {
  width: 9.55px;
}

.w-\[9\.77px\] {
  width: 9.77px;
}

.w-auto {
  width: auto;
}

.w-btn-lg-w {
  width: 153px;
}

.w-btn-xl-w {
  width: 200px;
}

.w-btn-xs-w {
  width: 66px;
}

.w-full {
  width: 100%;
}

.w-knob-lg {
  width: 30px;
}

.w-knob-md {
  width: 20px;
}

.w-px {
  width: 1px;
}

.w-toggle-lg-w {
  width: 60px;
}

.w-toggle-md-w {
  width: 40px;
}

.w-url-copy-w {
  width: 71px;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-80 {
  min-width: 20rem;
}

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

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

.min-w-btn-sm-w {
  min-width: 68px;
}

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

.max-w-48 {
  max-width: 12rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-96 {
  max-width: 24rem;
}

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.caption-top {
  caption-side: top;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-center {
  transform-origin: center;
}

.origin-top-left {
  transform-origin: top left;
}

.-translate-x-0 {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[15px\] {
  --tw-translate-x: -15px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.rotate-0 {
  --tw-rotate: 0deg;
  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));
}

.rotate-180 {
  --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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

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

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

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

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

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

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

.gap-btn-sm-gap {
  gap: 10px;
}

.gap-btn-xs-gap {
  gap: 4px;
}

.gap-px {
  gap: 1px;
}

.gap-url-copy-gap {
  gap: 10px;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

.overflow-y-visible {
  overflow-y: visible;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-btn-xl {
  border-radius: 80px;
}

.rounded-carousel {
  border-radius: 30px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

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

.rounded-url-copy {
  border-radius: 26px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-4 {
  border-width: 4px;
}

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

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

.border-r {
  border-right-width: 1px;
}

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

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

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

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

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

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

.border-\[\#e1e2e3\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 226 227 / var(--tw-border-opacity, 1));
}

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

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

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray1 {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}

.border-gray2 {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(124 32 176 / var(--tw-border-opacity, 1));
}

.border-primary-border {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-url-copy-border {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
}

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

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-b-primary-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-r-transparent {
  border-right-color: transparent;
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

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

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.bg-\[\#008FF8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 143 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#03c358\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 195 88 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0866ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 102 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#13bea4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 190 164 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#25f4ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 244 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#332c43\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 44 67 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#431a6d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 109 / var(--tw-bg-opacity, 1));
}

.bg-\[\#434447\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 68 71 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#4A4F62\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 79 98 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4F78B6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 120 182 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6a5cff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(106 92 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7c20b0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
}

.bg-\[\#808080\]\/40 {
  background-color: rgb(128 128 128 / 0.4);
}

.bg-\[\#80AA99\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 170 153 / var(--tw-bg-opacity, 1));
}

.bg-\[\#855132\] {
  --tw-bg-opacity: 1;
  background-color: rgb(133 81 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#92C6EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(146 198 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A4C0B4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 192 180 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B8C2BA40\] {
  background-color: #B8C2BA40;
}

.bg-\[\#B8C2BA\]\/25 {
  background-color: rgb(184 194 186 / 0.25);
}

.bg-\[\#B8C2BA\]\/50 {
  background-color: rgb(184 194 186 / 0.5);
}

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

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

.bg-\[\#D500EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 0 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DFE1E599\]\/60 {
  background-color: rgb(223 225 229 / 0.6);
}

.bg-\[\#DFE1E5\]\/60 {
  background-color: rgb(223 225 229 / 0.6);
}

.bg-\[\#E4B7B3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 183 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E4EFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 239 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EFE6D2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 230 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F4F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4779A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 119 154 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5EAE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 225 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5EBE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 235 225 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F7F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9A0B2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 160 178 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FEF9F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF6600\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF7653\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 118 83 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF8E75\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 117 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-\[\#f3e4ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 228 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f3f4f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#f73558\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 53 88 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#f9fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fbf6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fda212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 162 18 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fe2c55\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 44 85 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#fefeff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff0000\]\/0 {
  background-color: rgb(255 0 0 / 0);
}

.bg-\[\#ff0033\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffe7e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 231 / var(--tw-bg-opacity, 1));
}

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

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-carousel {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 249 / var(--tw-bg-opacity, 1));
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray1 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.bg-gray2 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.bg-gray4 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

.bg-gray5 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity, 1));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.bg-lnb-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(244 231 253 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.bg-preview {
  --tw-bg-opacity: 1;
  background-color: rgb(51 44 67 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
}

.bg-primary-border {
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

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

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

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

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

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-\[url\(\'\.\.\/fr\/assets\/ic_popup_close\.svg\'\)\] {
  background-image: url('../fr/assets/ic_popup_close.svg');
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#5c59a7\] {
  --tw-gradient-from: #5c59a7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(92 89 167 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300 {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500 {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#be2fb4\] {
  --tw-gradient-to: rgb(190 47 180 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be2fb4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-600 {
  --tw-gradient-to: rgb(192 38 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#ffda53\] {
  --tw-gradient-to: #ffda53 var(--tw-gradient-to-position);
}

.to-amber-300 {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.to-violet-500 {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

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

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

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

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

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

.fill-current {
  fill: currentColor;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[2px\] {
  padding: 2px;
}

.p-\[3px\] {
  padding: 3px;
}

.p-\[7px\] {
  padding: 7px;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

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

.px-btn-sm-px {
  padding-left: 20px;
  padding-right: 20px;
}

.px-url-copy-px {
  padding-left: 5px;
  padding-right: 5px;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.py-btn-sm-py {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-btn-xs-py {
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-url-copy-py {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

.pe-0 {
  padding-inline-end: 0px;
}

.pe-1 {
  padding-inline-end: 0.25rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.pe-4 {
  padding-inline-end: 1rem;
}

.pe-5 {
  padding-inline-end: 1.25rem;
}

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

.ps-0 {
  padding-inline-start: 0px;
}

.ps-1 {
  padding-inline-start: 0.25rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-\[\'Pretendard\'\] {
  font-family: 'Pretendard';
}

.font-pretendard {
  font-family: Pretendard;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

.text-base {
  font-size: 16px;
  line-height: 150%;
}

.text-contents-1 {
  font-size: 18px;
  line-height: 140%;
}

.text-contents-2 {
  font-size: 16px;
  line-height: 140%;
}

.text-contents-3 {
  font-size: 15px;
  line-height: 140%;
}

.text-contents-4 {
  font-size: 14px;
  line-height: 140%;
}

.text-contents-5 {
  font-size: 13px;
  line-height: 140%;
}

.text-contents-6 {
  font-size: 12px;
  line-height: 140%;
}

.text-display-1 {
  font-size: 40px;
  line-height: 140%;
}

.text-headline-1 {
  font-size: 22px;
  line-height: 140%;
}

.text-headline-1-lg {
  font-size: 22px;
  line-height: 32px;
}

.text-headline-2 {
  font-size: 20px;
  line-height: 140%;
}

.text-lg {
  font-size: 18px;
  line-height: 150%;
}

.text-sm {
  font-size: 14px;
  line-height: 150%;
}

.text-xl {
  font-size: 20px;
  line-height: 150%;
}

.text-xs {
  font-size: 12px;
  line-height: 150%;
}

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

.font-medium {
  font-weight: 500;
}

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

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

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

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

.leading-btn-xl {
  line-height: 25.20px;
}

.leading-none {
  line-height: 1;
}

.text-\[\#008FF8\] {
  --tw-text-opacity: 1;
  color: rgb(0 143 248 / var(--tw-text-opacity, 1));
}

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

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

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

.text-\[\#4F3226\] {
  --tw-text-opacity: 1;
  color: rgb(79 50 38 / var(--tw-text-opacity, 1));
}

.text-\[\#613017\] {
  --tw-text-opacity: 1;
  color: rgb(97 48 23 / var(--tw-text-opacity, 1));
}

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

.text-\[\#6C412F\] {
  --tw-text-opacity: 1;
  color: rgb(108 65 47 / var(--tw-text-opacity, 1));
}

.text-\[\#855132\] {
  --tw-text-opacity: 1;
  color: rgb(133 81 50 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#901ae1\] {
  --tw-text-opacity: 1;
  color: rgb(144 26 225 / var(--tw-text-opacity, 1));
}

.text-\[\#92C6EF\] {
  --tw-text-opacity: 1;
  color: rgb(146 198 239 / var(--tw-text-opacity, 1));
}

.text-\[\#9939C6\] {
  --tw-text-opacity: 1;
  color: rgb(153 57 198 / var(--tw-text-opacity, 1));
}

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

.text-\[\#BFE4FF\] {
  --tw-text-opacity: 1;
  color: rgb(191 228 255 / var(--tw-text-opacity, 1));
}

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

.text-\[\#D27E77\] {
  --tw-text-opacity: 1;
  color: rgb(210 126 119 / var(--tw-text-opacity, 1));
}

.text-\[\#D500EC\] {
  --tw-text-opacity: 1;
  color: rgb(213 0 236 / var(--tw-text-opacity, 1));
}

.text-\[\#E4B7B3\] {
  --tw-text-opacity: 1;
  color: rgb(228 183 179 / var(--tw-text-opacity, 1));
}

.text-\[\#F9A0B2\] {
  --tw-text-opacity: 1;
  color: rgb(249 160 178 / var(--tw-text-opacity, 1));
}

.text-\[\#FF6600\] {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FF7653\] {
  --tw-text-opacity: 1;
  color: rgb(255 118 83 / var(--tw-text-opacity, 1));
}

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

.text-\[\#dbb8ff\] {
  --tw-text-opacity: 1;
  color: rgb(219 184 255 / var(--tw-text-opacity, 1));
}

.text-\[\#ff4f4f\] {
  --tw-text-opacity: 1;
  color: rgb(255 79 79 / var(--tw-text-opacity, 1));
}

.text-accent2 {
  --tw-text-opacity: 1;
  color: rgb(219 184 255 / var(--tw-text-opacity, 1));
}

.text-background {
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity, 1));
}

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

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

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

.text-footer-base {
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray1 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-gray2 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-gray3 {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.text-gray4 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(124 32 176 / var(--tw-text-opacity, 1));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

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

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

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

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

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-\[\#d9d9d9\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

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

.accent-purple-800 {
  accent-color: #6b21a8;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.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);
}

.shadow-\[0px_0px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 0px 10px 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_0px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 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-\[12px_12px_0px_0px_rgba\(246\2c 182\2c 194\2c 1\.00\)\] {
  --tw-shadow: 12px 12px 0px 0px rgba(246,182,194,1.00);
  --tw-shadow-colored: 12px 12px 0px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-1 {
  outline-width: 1px;
}

.outline-2 {
  outline-width: 2px;
}

.outline-\[3px\] {
  outline-width: 3px;
}

.outline-\[6px\] {
  outline-width: 6px;
}

.outline-offset-\[-0\.50px\] {
  outline-offset: -0.50px;
}

.outline-offset-\[-1px\] {
  outline-offset: -1px;
}

.outline-offset-\[-2px\] {
  outline-offset: -2px;
}

.outline-offset-\[-3px\] {
  outline-offset: -3px;
}

.outline-offset-\[-6px\] {
  outline-offset: -6px;
}

.outline-\[\#008FF8\] {
  outline-color: #008FF8;
}

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

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

.outline-\[\#69686c\] {
  outline-color: #69686c;
}

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

.outline-\[\#92C6EF\] {
  outline-color: #92C6EF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-black {
  outline-color: #000;
}

.outline-black\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}

.outline-black\/20 {
  outline-color: rgb(0 0 0 / 0.2);
}

.outline-black\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}

.outline-blue-500 {
  outline-color: #3b82f6;
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.outline-gray2 {
  outline-color: #333333;
}

.outline-neutral-200 {
  outline-color: #e5e5e5;
}

.outline-neutral-400 {
  outline-color: #a3a3a3;
}

.outline-neutral-500 {
  outline-color: #737373;
}

.outline-neutral-700 {
  outline-color: #404040;
}

.outline-neutral-800 {
  outline-color: #262626;
}

.outline-primary {
  outline-color: #7C20B0;
}

.outline-primary-border {
  outline-color: #D7D7D7;
}

.outline-purple-500 {
  outline-color: #a855f7;
}

.outline-red-200 {
  outline-color: #fecaca;
}

.outline-red-300 {
  outline-color: #fca5a5;
}

.outline-stone-500 {
  outline-color: #78716c;
}

.outline-stone-950 {
  outline-color: #0c0a09;
}

.outline-url-copy-border {
  outline-color: #DBDBDB;
}

.outline-white {
  outline-color: #fff;
}

.outline-white\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}

.outline-white\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}

.outline-zinc-100 {
  outline-color: #f4f4f5;
}

.outline-zinc-300 {
  outline-color: #d4d4d8;
}

.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --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, 0 0 #0000);
}

.ring-2 {
  --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, 0 0 #0000);
}

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

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.ring-primary-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 215 215 / var(--tw-ring-opacity, 1));
}

.ring-url-copy-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 219 219 / var(--tw-ring-opacity, 1));
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.\!invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.\!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) !important;
}

.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);
}

.backdrop-blur-\[5px\] {
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  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;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.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);
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-28 {
  width: 7rem;
  height: 7rem;
}

.size-52 {
  width: 13rem;
  height: 13rem;
}

.size-96 {
  width: 24rem;
  height: 24rem;
}

@font-face {
  font-family: 'Pretendard';

  src: url('../font/pretendard/woff2/Pretendard-Regular.woff2') format('woff2'), url('../font/pretendard/woff2/Pretendard-Regular.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';

  src: url('../font/pretendard/woff2/Pretendard-Bold.woff2') format('woff2'), url('../font/pretendard/woff/Pretendard-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.focus-within\:outline-2:focus-within {
  outline-width: 2px;
}

.focus-within\:outline-offset-\[-2px\]:focus-within {
  outline-offset: -2px;
}

.focus-within\:outline-black:focus-within {
  outline-color: #000;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

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

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

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lnb-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 232 254 / var(--tw-bg-opacity, 1));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:outline-gray-300:hover {
  outline-color: #d1d5db;
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-1:focus {
  outline-width: 1px;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-offset-\[-2px\]:focus {
  outline-offset: -2px;
}

.focus\:outline-\[\#101010\]:focus {
  outline-color: #101010;
}

.focus\:outline-black:focus {
  outline-color: #000;
}

.focus\:outline-gray2:focus {
  outline-color: #333333;
}

.focus\:ring-0:focus {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

.peer:checked ~ .peer-checked\:z-10 {
  z-index: 10;
}

.peer:checked ~ .peer-checked\:flex {
  display: flex;
}

.peer:checked ~ .peer-checked\:bg-preview {
  --tw-bg-opacity: 1;
  background-color: rgb(51 44 67 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-\[url\(\'\.\.\/fr\/assets\/chkbox_on\.svg\'\)\] {
  background-image: url('../fr/assets/chkbox_on.svg');
}

.peer:checked ~ .peer-checked\:bg-cover {
  background-size: cover;
}

.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .peer-checked\:opacity-0 {
  opacity: 0;
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:checked ~ .peer-checked\:outline-\[\#101010\] {
  outline-color: #101010;
}

.peer:checked ~ .peer-checked\:ring-2 {
  --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, 0 0 #0000);
}

.peer:checked ~ .peer-checked\:ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.peer:checked ~ .peer-checked\:ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
  .sm\:min-h-\[470px\] {
    min-height: 470px;
  }

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

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

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

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

  .lg\:hidden {
    display: none;
  }
}