/** biome-ignore-all lint/suspicious/noDuplicateProperties: <explanation> */
/* 
@deprecated: 
최신 폰트 text-* 을 사용하세요.
예시: text-xxl700, text-xxl400, text-xl700, text-xl400, text-l700, text-l400, text-m700 등
*/
.xxxxl700 {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 42px !important;
}
.xxxl700 {
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 36px !important;
}
.xxl700 {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}
.xl700 {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 26px !important;
}
.m700 {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.m400 {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.s700 {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.s400 {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.xs700 {
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 17px !important;
}
.xs400 {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 17px !important;
}
.xxs400 {
  font-weight: 400 !important;
  font-size: 10px !important;
  line-height: 14px !important;
}
.xxs400_footer {
  font-weight: 400 !important;
  font-size: 10px !important;
  line-height: 18px !important;
}
:root {
  --colors-gray-white: #ffffffff;
  --colors-vigloomint-200: #00ffddff;
  --colors-red-50: #ffeae9ff;
  --colors-vigloomint-100: #9affebff;
  --colors-lime-50: #f3fad6ff;
  --colors-lime-100: #e7f5aeff;
  --colors-lime-200: #cfeb5dff;
  --colors-magenta-200: #ff375fff;
  --colors-magenta-100: #ff9bafff;
  --colors-magenta-50: #ffcdd7ff;
  --colors-blue-50: #ebf1ffff;
  --colors-green-50: #ecfae7ff;
  --colors-green-100: #c5f0b6ff;
  --colors-green-200: #a9e992ff;
  --colors-green-300: #82e061ff;
  --colors-green-400: #69d942ff;
  --colors-green-500: #44d013ff;
  --colors-green-600: #3ebd11ff;
  --colors-green-700: #30940dff;
  --colors-green-800: #25720aff;
  --colors-green-900: #1d5708ff;
  --colors-blue-100: #c1d5ffff;
  --colors-blue-200: #a2c0ffff;
  --colors-blue-300: #7aa4ffff;
  --colors-blue-400: #6092ffff;
  --colors-blue-500: #3877ffff;
  --colors-blue-600: #336ce8ff;
  --colors-blue-700: #2854b5ff;
  --colors-blue-800: #1f418cff;
  --colors-blue-900: #18326bff;
  --colors-blue-facebook: #0866ff;
  --colors-red-100: #ffbebaff;
  --colors-red-200: #ff9f99ff;
  --colors-red-300: #ff736aff;
  --colors-red-400: #ff584dff;
  --colors-red-500: #ff2e21ff;
  --colors-red-600: #e82a1eff;
  --colors-red-700: #b52117ff;
  --colors-red-800: #8c1912ff;
  --colors-red-900: #6b130eff;
  --colors-vigloomint-50: #d8fff8ff;
  --colors-vigloomint-opacity10: #00ffdd1a;
  --colors-gray-30: #f7f7f7ff;
  --colors-gray-50: #f2f2f2ff;
  --colors-gray-100: #e6e6e6ff;
  --colors-gray-200: #d9d9d9ff;
  --colors-gray-300: #b3b3b3ff;
  --colors-gray-400: #999999ff;
  --colors-gray-500: #808080ff;
  --colors-gray-600: #666666ff;
  --colors-gray-700: #4d4d4dff;
  --colors-gray-800: #262626ff;
  --colors-gray-900: #1a1a1aff;
  --colors-gray-black: #000000ff;
  --colors-yellow-50: #fffce6ff;
  --colors-yellow-100: #fff5b0ff;
  --colors-yellow-200: #fff18aff;
  --colors-yellow-300: #ffea54ff;
  --colors-yellow-400: #ffe633ff;
  --colors-yellow-500: #ffe000ff;
  --colors-yellow-600: #e8cc00ff;
  --colors-yellow-700: #b59f00ff;
  --colors-yellow-800: #8c7b00ff;
  --colors-yellow-900: #6b5e00ff;
  --colors-gray-white_opacity10: #ffffff1a;
  --colors-gray-white_opacity30: #ffffff4d;
  --colors-gray-white_opacity50: #ffffff80;
  --colors-gray-black_opacity30: #0000004d;
  --colors-gray-black_opacity50: #00000080;
  --colors-gray-black_opacity80: #000000cc;

  /* Size Tokens - 8px 기준 100 */
  --size-25: 2px;
  --size-50: 4px;
  --size-75: 6px;
  --size-100: 8px;
  --size-125: 10px;
  --size-150: 12px;
  --size-200: 16px;
  --size-250: 20px;
  --size-300: 24px;
  --size-350: 28px;
  --size-400: 32px;
  --size-450: 36px;
  --size-500: 40px;
  --size-550: 44px;
  --size-600: 48px;
  --size-big: 999px;

  /* Spacing Tokens - size tokens 기반 */
  --spacing-xxxs: var(--size-25);
  --spacing-xxs: var(--size-50);
  --spacing-xs: var(--size-75);
  --spacing-s: var(--size-100);
  --spacing-ms: var(--size-125);
  --spacing-m: var(--size-150);
  --spacing-l: var(--size-200);
  --spacing-xl: var(--size-250);
  --spacing-xxl: var(--size-300);
  --spacing-xxxl: var(--size-350);

  /* Radius Tokens - size tokens 기반 */
  --radius-xs: var(--size-75);
  --radius-s: var(--size-100);
  --radius-ms: var(--size-125);
  --radius-m: var(--size-150);
  --radius-l: var(--size-200);
  --radius-circle: var(--size-big);

  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}
.banner-gradient-mask {
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 35%,
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 35%,
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 35%,
    rgba(0, 0, 0, 0)
  );
  background-blend-mode: multiply;
}
.swiper-pagination-bullet {
  background-color: #333333 !important;
  opacity: 1 !important;
  width: 6px !important;
  height: 6px !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 6px !important;
  height: 6px !important;
}
.swiper-pagination-horizontal {
  margin-bottom: 0px !important;
}
.swiper-pagination {
  width: 100% !important;
  z-index: 1000 !important;
  height: 6px !important;
  display: flex !important;
  justify-content: center;
}
.swiper-button-prev {
  color: #ffffffcc !important;
  padding-left: 24px !important;
  display: none !important;
}
.swiper-button-next {
  color: #ffffffcc !important;
  padding-right: 24px !important;
  display: none !important;
}
.swiper-video-list {
  padding-left: 24px !important;
}
.swiper-video-list > .swiper-button-prev {
  color: #ffffffcc !important;
  margin-left: -12px !important;
  background-color: #121212;
  position: absolute !important;
  top: 0;
  opacity: 0.5 !important;
  height: 100%;
  width: 56px;
  padding-right: 18px;
}
.swiper-video-list > .swiper-button-next {
  color: #ffffffcc !important;
  margin-right: -12px !important;
  background-color: #121212;
  position: absolute !important;
  top: 0;
  opacity: 0.5 !important;
  height: 100%;
  width: 56px;
  padding-left: 18px;
}
.shaka-video-container {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
}
.shaka-video-container .material-icons-round {
  font-family: 'Material Icons Round';
  font-size: 24px;
}
.shaka-video-container:fullscreen {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.shaka-video-container:fullscreen .shaka-text-container {
  font-size: 4.4vmin;
}
.shaka-video-container:-webkit-full-screen {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.shaka-video-container:-webkit-full-screen .shaka-text-container {
  font-size: 4.4vmin;
}
.shaka-video-container:-moz-full-screen {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.shaka-video-container:-moz-full-screen .shaka-text-container {
  font-size: 4.4vmin;
}
.shaka-video-container:-ms-fullscreen {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.shaka-video-container:-ms-fullscreen .shaka-text-container {
  font-size: 4.4vmin;
}
.shaka-controls-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.shaka-video-container:not([shaka-controls='true']) .shaka-controls-container {
  display: none;
}
.shaka-controls-container * {
  flex-shrink: 0;
}
.shaka-controls-container[casting='true'] .shaka-fullscreen-button {
  display: none;
}
.shaka-bottom-controls {
  width: 96%;
  padding: 0;
  padding-bottom: 2.5%;
  z-index: 1;
}
.shaka-play-button-container {
  margin: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shaka-statistics-container {
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 300px;
  color: #fff;
  background-color: rgba(35 35 35 / 90%);
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
}
.shaka-controls-container[casting='true'] .shaka-statistics-container,
.shaka-controls-container[shown='true'] .shaka-statistics-container {
  opacity: 1;
}
.shaka-statistics-container div {
  display: flex;
  justify-content: space-between;
}
.shaka-statistics-container span {
  color: #969696;
}
.shaka-context-menu {
  background-color: rgba(35 35 35 / 90%);
  border-radius: 2px;
  position: absolute;
  z-index: 3;
}
.shaka-context-menu button {
  padding: 5px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background: 0 0;
  border: 0;
  cursor: pointer;
}
.shaka-context-menu button:hover {
  background-color: rgba(50 50 50 / 90%);
}
.shaka-context-menu label {
  padding: 0 20px;
  align-items: flex-start;
  color: #fff;
  cursor: pointer;
}
.shaka-context-menu .shaka-current-selection-span {
  align-items: flex-start;
  color: #fff;
  cursor: pointer;
}
.shaka-scrim-container {
  margin: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
  /* pc 환경에서 배경색 변경 */
}
@media screen and (min-width: 767px) {
.shaka-scrim-container {
    background: linear-gradient(to top, #000000 0%, transparent 15%);
}
  }
.shaka-controls-container[casting='true'] .shaka-scrim-container,
.shaka-controls-container[shown='true'] .shaka-scrim-container {
  opacity: 1;
}
.shaka-text-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  min-width: 48px;
  transition: bottom cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  transition-delay: 0.5s;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
.shaka-text-container span.shaka-text-wrapper {
  display: inline;
  background: 0 0;
}
.shaka-controls-container[shown='true'] ~ .shaka-text-container {
  bottom: 15%;
  transition-delay: 0s;
}
.shaka-spinner-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shaka-video-container:not([shaka-controls='true']) .shaka-spinner-container {
  display: none;
}
.shaka-spinner {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  padding: calc(15.6% / 2);
  width: 0;
  height: 0;
  filter: drop-shadow(0 0 2px rgba(255 255 255 / 50%));
}
.shaka-play-button {
  box-sizing: border-box;
  padding: calc(15% / 2);
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 50%;
  box-shadow: rgba(0 0 0 / 10%) 0 0 20px 0;
  border: none;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255 255 255 / 90%);
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
}
.shaka-controls-container[casting='true'] .shaka-play-button,
.shaka-controls-container[shown='true'] .shaka-play-button {
  opacity: 1;
}
.shaka-play-button[icon='play'] {
  background-image: url('data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8%205v14l11-7z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E');
}
.shaka-play-button[icon='pause'] {
  background-image: url('data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%2019h4V5H6v14zm8-14v14h4V5h-4z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E');
}
.shaka-current-time {
  display: none;
}
.shaka-controls-container button:focus,
.shaka-controls-container input:focus {
  outline: 1px solid Highlight;
}
.shaka-controls-container button:-moz-focus-inner,
.shaka-controls-container input:-moz-focus-outer {
  outline: 0;
  border: 0;
}
.shaka-controls-container:not(.shaka-keyboard-navigation) button:focus,
.shaka-controls-container:not(.shaka-keyboard-navigation) input:focus {
  outline: 0;
}
.shaka-range-container {
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 20px 0px 20px !important;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}
.shaka-range-container.touching,
.shaka-range-container:active {
  height: 8px;
}
.shaka-volume-bar-container {
  width: 100px;
  padding: 0;
}
.shaka-range-element {
  -webkit-appearance: none;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  top: -10px;
  transition:
    opacity 0.3s ease,
    height 0.3s ease;
  opacity: 0;
}
.shaka-range-container.touching .shaka-range-element,
.shaka-range-container:active .shaka-range-element {
  opacity: 1;
  top: -4px;
}
.shaka-range-element::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  height: 12px;
  background: 0 0;
  color: transparent;
  border: none;
}
.shaka-range-element::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 8px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.shaka-range-element::-moz-range-track {
  width: 100%;
  cursor: pointer;
  height: 12px;
  background: 0 0;
  color: transparent;
  border: none;
}
.shaka-range-element::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  width: 8px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.shaka-seek-bar-container {
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
}
.shaka-controls-container[casting='true'] .shaka-seek-bar-container,
.shaka-controls-container[shown='true'] .shaka-seek-bar-container {
  direction: ltr;
  opacity: 1;
}
.shaka-ad-markers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.shaka-spinner-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.shaka-spinner-path {
  stroke: #202124;
  stroke-dasharray: 20, 200;
  stroke-dashoffset: 0;
  animation: dash 1s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.shaka-spacer {
  cursor: default;
  flex-shrink: 1;
  flex-grow: 1;
  margin: 0;
}
.shaka-overflow-menu,
.shaka-settings-menu {
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0 1px 9px 0 rgba(0 0 0 / 40%);
  border-radius: 2px;
  max-width: 240px !important;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-width: 180px;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.shaka-controls-container[casting='true'] .shaka-overflow-menu,
.shaka-controls-container[casting='true'] .shaka-settings-menu,
.shaka-controls-container[shown='true'] .shaka-overflow-menu,
.shaka-controls-container[shown='true'] .shaka-settings-menu {
  opacity: 1;
}
.shaka-overflow-menu button,
.shaka-settings-menu button {
  font-size: 14px;
  background: 0 0;
  color: #000;
  border: none;
  min-height: 30px;
  padding: 3.5px 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.shaka-overflow-menu button:hover,
.shaka-settings-menu button:hover {
  background: #e0e0e0;
}
.shaka-overflow-menu button label,
.shaka-settings-menu button label {
  cursor: pointer;
}
.shaka-keyboard-navigation .shaka-overflow-menu button:focus,
.shaka-keyboard-navigation .shaka-settings-menu button:focus {
  background: #e0e0e0;
}
.shaka-overflow-menu i,
.shaka-settings-menu i {
  padding-left: 10px;
  padding-right: 10px;
}
.shaka-overflow-menu.shaka-low-position,
.shaka-settings-menu.shaka-low-position {
  bottom: 15px;
}
.shaka-overflow-menu span {
  text-align: left;
}
.shaka-overflow-button-label {
  position: relative;
  display: flex;
  flex-direction: column;
}
.shaka-current-selection-span {
  color: rgba(0 0 0 / 54%);
}
.shaka-settings-menu span {
  margin-left: 54px;
}
.shaka-back-to-overflow-button span {
  margin-left: 0;
}
.shaka-back-to-overflow-button i {
  padding-right: 20px;
}
.shaka-auto-span {
  left: 17px;
}
.shaka-controls-container[ad-active='true'] {
  pointer-events: none;
}
.shaka-controls-container[ad-active='true'] .shaka-bottom-controls {
  pointer-events: auto;
}
.shaka-client-side-ad-container,
.shaka-server-side-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.shaka-video-container[shaka-controls='true']
  .shaka-client-side-ad-container
  iframe,
.shaka-video-container[shaka-controls='true']
  .shaka-server-side-ad-container
  iframe {
  height: 90%;
}
.shaka-server-side-ad-container {
  width: 100%;
  height: 100%;
  flex-shrink: 1;
}
.shaka-server-side-ad-container:not([ad-active='true']) {
  pointer-events: none;
}
.shaka-ad-controls {
  display: flex;
  flex-direction: row;
  z-index: 1;
  padding-bottom: 1%;
}
.shaka-video-container:not([shaka-controls='true']) .shaka-ad-controls {
  display: none;
}
.shaka-ad-controls button,
.shaka-ad-controls div {
  color: #fff;
  font-size: initial;
}
.shaka-ad-controls div:not(.shaka-skip-ad-counter) {
  margin: 1px;
}
.shaka-ad-counter,
.shaka-ad-position {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-shadow: 1px 1px 4px #000;
}
.shaka-ad-controls .shaka-ad-position:not(.shaka-hidden) + .shaka-ad-counter {
  margin-left: 0.75em;
}
.shaka-skip-ad-container {
  /* position: relative;
  right: calc((100% - 96%) / 2 * -1);
  display: flex;
  flex-direction: row;
  margin: 0; */
  display: none;
}
.shaka-skip-ad-button {
  /* padding: 5px 15px;
  background: rgba(0 0 0 / 70%);
  border: none;
  cursor: pointer; */
  display: none;
}
.shaka-skip-ad-button:disabled {
  background: rgba(0 0 0 / 30%);
}
.shaka-skip-ad-counter {
  padding: 5px;
  background: rgba(0 0 0 / 70%);
  margin: 0;
}
.shaka-tooltips-on {
  overflow: visible;
}
.shaka-tooltips-on > [class*='shaka-tooltip'] {
  position: relative;
}
.shaka-tooltips-on > [class*='shaka-tooltip']:active:after,
.shaka-tooltips-on > [class*='shaka-tooltip']:focus-visible:after,
.shaka-tooltips-on > [class*='shaka-tooltip']:hover:after {
  content: attr(aria-label);
  font-family: Roboto-Regular, Roboto, sans-serif;
  line-height: calc(32px / 2);
  white-space: nowrap;
  font-size: 13px;
  background: rgba(35 35 35 / 90%);
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  position: absolute;
  bottom: calc(32px + 5px);
  left: calc(32px / 2);
  transform: translateX(-50%);
}
.shaka-tooltips-on > .shaka-tooltip-status:active:after,
.shaka-tooltips-on > .shaka-tooltip-status:focus-visible:after,
.shaka-tooltips-on > .shaka-tooltip-status:hover:after {
  content: attr(aria-label) ' (' attr(shaka-status) ')';
}
.shaka-tooltips-on button:first-child:active:after,
.shaka-tooltips-on button:first-child:focus-visible:after,
.shaka-tooltips-on button:first-child:hover:after {
  left: 0;
  transform: translateX(0);
}
.shaka-tooltips-on button:last-child:active:after,
.shaka-tooltips-on button:last-child:focus-visible:after,
.shaka-tooltips-on button:last-child:hover:after {
  left: 32px;
  transform: translateX(-100%);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf)
    format('truetype');
}
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmM.otf)
    format('opentype');
}
.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.caption-shadow {
  font-feature-settings:
    'clig' off,
    'liga' off;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--gray-black, #000);
}
.hidden {
  display: none !important;
}
video::cue {
  opacity: 0 !important;
  font-size: 0px;
  line-height: 0px !important;
}
video::-webkit-media-text-track-container {
  overflow: visible !important;
  opacity: 0 !important;
  transform: translateY(20%) !important;
  position: absolute;
}
video::-webkit-media-text-track-display-backdrop {
  background-color: black !important;
  opacity: 0 !important;
  overflow: visible !important;
}
video::-webkit-media-text-track-display {
  overflow: visible !important;
  opacity: 0 !important;
}
.shaka-bottom-controls {
  width: 100%;
  padding: 0;
  padding-bottom: 0;
  z-index: 1;
  /* 모바일 환경에서 적용될 스타일 */
}
@media screen and (max-width: 767px) {
.shaka-bottom-controls {
    position: absolute;
    min-height: 128px; /* 최소 높이 설정 */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 컨텐츠를 하단에 정렬 */
}
  }
.shaka-bottom-controls {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .shaka-bottom-controls {
    max-width: 660px;
  }
}
.shaka-small-play-button {
  display: none !important;
}
.shaka-fast-foward-container {
  display: none !important;
}
.shaka-rewind-container {
  display: none !important;
}
.shaka-spinner-container {
  display: none !important;
}
.shaka-play-button {
  width: 80px !important;
  height: 80px !important;
  border-radius: 80px !important;
  background-size: 45% !important;
  padding: 0px !important;
}
@media screen and (min-width: 768px) {
  .shaka-play-button {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px !important;
  }
}
.shaka-play-button[icon='play'] {
  background-image: url('/assets/play.png') !important;
}
.shaka-play-button[icon='pause'] {
  display: none !important;
}
.shaka-play-button-container {
  display: none !important;
}
.shaka-text-container {
  display: none !important;
}
.range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%; /* Full-width */
  outline: none;
  height: 4px;
  background-color: #ffffff4d;
}
.range-input::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 4px;
  height: 4px;
  cursor: pointer;
  border-radius: 8px;
}
.range-input::-moz-range-thumb {
  width: 4px;
  height: 4px;
  cursor: pointer;
  border-radius: 8px;
}
.shaka-settings-menu {
  background-color: #1a1a1a !important;
  border-radius: 8px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 1100 !important;
}
.shaka-settings-menu button {
  color: #fff !important;
  height: 44px !important;
  z-index: 1000 !important;
}
.shaka-back-to-overflow-button {
  display: none !important;
}
.shaka-settings-menu button:hover {
  background-color: #2f2f2f !important;
}
.custom-caption {
  position: absolute;
  bottom: 23%;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.custom-caption-span {
  color: #fff;
  font-size: 24px;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
  word-break: keep-all;
  padding-left: 16px;
  padding-right: 16px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.custom-container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 480px;
  -o-object-position: center;
     object-position: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #000000;
}
.custom-video {
  width: 100%;
  max-height: 100vh;
}
/* 하단 재생바에 호버하면 표시되는 시간 정보 숨김 */
#shaka-player-ui-time-container {
  visibility: hidden !important;
}
*, ::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.19 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {
  .\!container {
    max-width: 320px !important;
  }
  .container {
    max-width: 320px;
  }
}
@media (min-width: 335px) {
  .\!container {
    max-width: 335px !important;
  }
  .container {
    max-width: 335px;
  }
}
@media (min-width: 350px) {
  .\!container {
    max-width: 350px !important;
  }
  .container {
    max-width: 350px;
  }
}
@media (min-width: 375px) {
  .\!container {
    max-width: 375px !important;
  }
  .container {
    max-width: 375px;
  }
}
@media (min-width: 400px) {
  .\!container {
    max-width: 400px !important;
  }
  .container {
    max-width: 400px;
  }
}
@media (min-width: 430px) {
  .\!container {
    max-width: 430px !important;
  }
  .container {
    max-width: 430px;
  }
}
@media (min-width: 460px) {
  .\!container {
    max-width: 460px !important;
  }
  .container {
    max-width: 460px;
  }
}
@media (min-width: 495px) {
  .\!container {
    max-width: 495px !important;
  }
  .container {
    max-width: 495px;
  }
}
@media (min-width: 534px) {
  .\!container {
    max-width: 534px !important;
  }
  .container {
    max-width: 534px;
  }
}
@media (min-width: 576px) {
  .\!container {
    max-width: 576px !important;
  }
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .\!container {
    max-width: 992px !important;
  }
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1080px) {
  .\!container {
    max-width: 1080px !important;
  }
  .container {
    max-width: 1080px;
  }
}
@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;
  }
}
@media (min-width: 1980px) {
  .\!container {
    max-width: 1980px !important;
  }
  .container {
    max-width: 1980px;
  }
}
/* 이미지 높이 고정. tailwind base 레이어의 height auto를 오버라이드하는 설정  */
.fixed-height-img {
    height: var(--img-height);
    width: auto;
  }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[1\.6px\] {
  inset: 1.6px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-33px\] {
  bottom: -33px;
}
.bottom-\[-60px\] {
  bottom: -60px;
}
.bottom-\[112px\] {
  bottom: 112px;
}
.bottom-\[11px\] {
  bottom: 11px;
}
.bottom-\[124px\] {
  bottom: 124px;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[17\%\] {
  bottom: 17%;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[23\%\] {
  bottom: 23%;
}
.bottom-\[26px\] {
  bottom: 26px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.bottom-\[35\%\] {
  bottom: 35%;
}
.bottom-\[38px\] {
  bottom: 38px;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.bottom-\[50\%\] {
  bottom: 50%;
}
.bottom-\[58px\] {
  bottom: 58px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.bottom-\[69px\] {
  bottom: 69px;
}
.bottom-\[70px\] {
  bottom: 70px;
}
.bottom-\[80px\] {
  bottom: 80px;
}
.bottom-\[95px\] {
  bottom: 95px;
}
.bottom-\[calc\(env\(safe-area-inset-bottom\)\)\] {
  bottom: calc(env(safe-area-inset-bottom));
}
.bottom-\[calc\(var\(--mobile-video-status-bar-height\)\+env\(safe-area-inset-bottom\)\)\] {
  bottom: calc(var(--mobile-video-status-bar-height) + env(safe-area-inset-bottom));
}
.bottom-\[calc\(var\(--mobile-video-status-bar-height\)\+env\(safe-area-inset-bottom\)\+6px\)\] {
  bottom: calc(var(--mobile-video-status-bar-height) + env(safe-area-inset-bottom) + 6px);
}
.bottom-\[calc\(var\(--mobile-video-status-bar-height\)\+var\(--mobile-video-membership-footer-height\)\+env\(safe-area-inset-bottom\)\+40px\)\] {
  bottom: calc(var(--mobile-video-status-bar-height) + var(--mobile-video-membership-footer-height) + env(safe-area-inset-bottom) + 40px);
}
.bottom-full {
  bottom: 100%;
}
.end-\[-28px\] {
  inset-inline-end: -28px;
}
.end-\[18px\] {
  inset-inline-end: 18px;
}
.end-\[30px\] {
  inset-inline-end: 30px;
}
.end-\[3px\] {
  inset-inline-end: 3px;
}
.end-\[452px\] {
  inset-inline-end: 452px;
}
.end-\[4px\] {
  inset-inline-end: 4px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[12px\] {
  left: 12px;
}
.left-\[16px\] {
  left: 16px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[22px\] {
  right: 22px;
}
.start-\[30px\] {
  inset-inline-start: 30px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[-12px\] {
  top: -12px;
}
.top-\[-24px\] {
  top: -24px;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[106px\] {
  top: 106px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[51px\] {
  top: 51px;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[6px\] {
  top: 6px;
}
.top-\[8px\] {
  top: 8px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[1001\] {
  z-index: 1001;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1010\] {
  z-index: 1010;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[11000\] {
  z-index: 11000;
}
.z-\[1100\] {
  z-index: 1100;
}
.z-\[1200\] {
  z-index: 1200;
}
.z-\[1500\] {
  z-index: 1500;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2000\] {
  z-index: 2000;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[2100\] {
  z-index: 2100;
}
.z-\[2200\] {
  z-index: 2200;
}
.z-\[2700\] {
  z-index: 2700;
}
.z-\[3000\] {
  z-index: 3000;
}
.z-\[3500\] {
  z-index: 3500;
}
.z-\[5000\] {
  z-index: 5000;
}
.z-\[9000\] {
  z-index: 9000;
}
.z-\[9999\] {
  z-index: 9999;
}
.mx-\[-16px\] {
  margin-left: -16px;
  margin-right: -16px;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-spacing-xl {
  margin-left: var(--spacing-xl);
  margin-right: var(--spacing-xl);
}
.my-\[0px\] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-\[14px\] {
  margin-top: 14px;
  margin-bottom: 14px;
}
.my-\[44px\] {
  margin-top: 44px;
  margin-bottom: 44px;
}
.my-\[54px\] {
  margin-top: 54px;
  margin-bottom: 54px;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-spacing-xl {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-\[8px\] {
  margin-top: 8px !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[-1px\] {
  margin-bottom: -1px;
}
.mb-\[-4px\] {
  margin-bottom: -4px;
}
.mb-\[-88px\] {
  margin-bottom: -88px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[102px\] {
  margin-bottom: 102px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[148px\] {
  margin-bottom: 148px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[54px\] {
  margin-bottom: 54px;
}
.mb-\[65px\] {
  margin-bottom: 65px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-spacing-l {
  margin-bottom: var(--spacing-l);
}
.mb-spacing-xxl {
  margin-bottom: var(--spacing-xxl);
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[-2px\] {
  margin-left: -2px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[22px\] {
  margin-left: 22px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.ml-spacing-xl {
  margin-left: var(--spacing-xl);
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-spacing-l {
  margin-right: var(--spacing-l);
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[-4px\] {
  margin-top: -4px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[37px\] {
  margin-top: 37px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[42px\] {
  margin-top: 42px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[54px\] {
  margin-top: 54px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-spacing-s {
  margin-top: var(--spacing-s);
}
.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-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.h-0 {
  height: 0px;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[123px\] {
  height: 123px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[138px\] {
  height: 138px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[156px\] {
  height: 156px;
}
.h-\[159px\] {
  height: 159px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[182px\] {
  height: 182px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20\%\] {
  height: 20%;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[206px\] {
  height: 206px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[33\%\] {
  height: 33%;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[386px\] {
  height: 386px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46\%\] {
  height: 46%;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[521px\] {
  height: 521px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[676px\] {
  height: 676px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[72\.22\%\] {
  height: 72.22%;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85dvh\] {
  height: 85dvh;
}
.h-\[93px\] {
  height: 93px;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[calc\(100\%-178px\)\] {
  height: calc(100% - 178px);
}
.h-\[calc\(100dvh-110px\)\] {
  height: calc(100dvh - 110px);
}
.h-\[var\(--item-height\)\] {
  height: var(--item-height);
}
.h-\[var\(--mobile-video-membership-footer-height\)\] {
  height: var(--mobile-video-membership-footer-height);
}
.h-\[var\(--size\)\] {
  height: var(--size);
}
.h-\[var\(--video-end-thumbnail-height\)\] {
  height: var(--video-end-thumbnail-height);
}
.h-\[var\(--video-height\)\] {
  height: var(--video-height);
}
.h-\[var\(--video-viewport-height\)\] {
  height: var(--video-viewport-height);
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-size-400 {
  height: var(--size-400);
}
.h-size-500 {
  height: var(--size-500);
}
.h-size-600 {
  height: var(--size-600);
}
.max-h-\[100dvh\] {
  max-height: 100dvh;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[39px\] {
  max-height: 39px;
}
.max-h-\[52px\] {
  max-height: 52px;
}
.max-h-\[90\%\] {
  max-height: 90%;
}
.max-h-\[calc\(80vh-160px\)\] {
  max-height: calc(80vh - 160px);
}
.max-h-\[calc\(var\(--vh\2c 1vh\)\*100\)\] {
  max-height: calc(var(--vh,1vh) * 100);
}
.max-h-\[var\(--item-height\)\] {
  max-height: var(--item-height);
}
.\!min-h-\[calc\(100dvh-110px\)\] {
  min-height: calc(100dvh - 110px) !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[112px\] {
  min-height: 112px;
}
.min-h-\[128px\] {
  min-height: 128px;
}
.min-h-\[158px\] {
  min-height: 158px;
}
.min-h-\[159px\] {
  min-height: 159px;
}
.min-h-\[163px\] {
  min-height: 163px;
}
.min-h-\[178px\] {
  min-height: 178px;
}
.min-h-\[1px\] {
  min-height: 1px;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[356px\] {
  min-height: 356px;
}
.min-h-\[3px\] {
  min-height: 3px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[458px\] {
  min-height: 458px;
}
.min-h-\[459px\] {
  min-height: 459px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[68px\] {
  min-height: 68px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-\[92px\] {
  min-height: 92px;
}
.min-h-\[94px\] {
  min-height: 94px;
}
.min-h-\[calc\(100dvh-133px\)\] {
  min-height: calc(100dvh - 133px);
}
.min-h-\[calc\(100dvh-60px\)\] {
  min-height: calc(100dvh - 60px);
}
.min-h-\[var\(--item-height\)\] {
  min-height: var(--item-height);
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[118px\] {
  width: 118px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[151px\] {
  width: 151px;
}
.w-\[154px\] {
  width: 154px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[216px\] {
  width: 216px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[281px\] {
  width: 281px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[295px\] {
  width: 295px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[323px\] {
  width: 323px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[333px\] {
  width: 333px;
}
.w-\[345px\] {
  width: 345px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[430px\] {
  width: 430px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[476px\] {
  width: 476px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[486px\] {
  width: 486px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72\.22\%\] {
  width: 72.22%;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[calc\(\(100vw-48px\)\/3\)\] {
  width: calc((100vw - 48px) / 3);
}
.w-\[calc\(100\%-50px\)\] {
  width: calc(100% - 50px);
}
.w-\[var\(--item-width\)\] {
  width: var(--item-width);
}
.w-\[var\(--progress-width\)\] {
  width: var(--progress-width);
}
.w-\[var\(--size\)\] {
  width: var(--size);
}
.w-\[var\(--video-end-thumbnail-width\)\] {
  width: var(--video-end-thumbnail-width);
}
.w-\[var\(--video-viewport-width\)\] {
  width: var(--video-viewport-width);
}
.w-\[var\(--video-width\)\] {
  width: var(--video-width);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[12px\] {
  min-width: 12px;
}
.min-w-\[133px\] {
  min-width: 133px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[275px\] {
  min-width: 275px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[330px\] {
  min-width: 330px;
}
.min-w-\[333px\] {
  min-width: 333px;
}
.min-w-\[345px\] {
  min-width: 345px;
}
.min-w-\[346px\] {
  min-width: 346px;
}
.min-w-\[35px\] {
  min-width: 35px;
}
.min-w-\[375px\] {
  min-width: 375px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[431px\] {
  min-width: 431px;
}
.min-w-\[476px\] {
  min-width: 476px;
}
.min-w-\[486px\] {
  min-width: 486px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[57px\] {
  min-width: 57px;
}
.min-w-\[58px\] {
  min-width: 58px;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[72px\] {
  min-width: 72px;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.min-w-\[76px\] {
  min-width: 76px;
}
.min-w-\[var\(--item-width\)\] {
  min-width: var(--item-width);
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-none {
  max-width: none !important;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[375px\] {
  max-width: 375px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[576px\] {
  max-width: 576px;
}
.max-w-\[933px\] {
  max-width: 933px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[var\(--item-width\)\] {
  max-width: var(--item-width);
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-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-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-x-\[-50\%\] {
  --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-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));
}
.translate-y-\[-50\%\] {
  --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-\[50\%\] {
  --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-full {
  --tw-translate-y: 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));
}
.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));
}
.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));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
@keyframes ctaEmphasis {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(96, 255, 216, 0.7);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 20px 10px rgba(96, 255, 216, 0.4);
  }
}
.animate-cta-emphasis {
  animation: ctaEmphasis 1s ease-in-out infinite;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in 0.4s ease-out;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fade-out {
  animation: fade-out 0.4s ease-in forwards;
}
@keyframes fadeEffect {
  0%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}
.animate-fadeEffect {
  animation: fadeEffect 2s ease-in-out forwards;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.place-items-baseline {
  place-items: baseline;
}
.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;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-spacing-l {
  gap: var(--spacing-l);
}
.gap-spacing-m {
  gap: var(--spacing-m);
}
.gap-spacing-ms {
  gap: var(--spacing-ms);
}
.gap-spacing-s {
  gap: var(--spacing-s);
}
.gap-spacing-xl {
  gap: var(--spacing-xl);
}
.gap-spacing-xs {
  gap: var(--spacing-xs);
}
.gap-spacing-xxl {
  gap: var(--spacing-xxl);
}
.gap-spacing-xxs {
  gap: var(--spacing-xxs);
}
.gap-spacing-xxxs {
  gap: var(--spacing-xxxs);
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-y-\[8px\] {
  row-gap: 8px;
}
.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.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-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.break-keep {
  word-break: keep-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10\.4px\] {
  border-radius: 10.4px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8\.4px\] {
  border-radius: 8.4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[4px\] {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.6px\] {
  border-width: 1.6px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-l-\[5px\] {
  border-left-width: 5px;
}
.border-r-\[5px\] {
  border-right-width: 5px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[6px\] {
  border-top-width: 6px;
}
.border-none {
  border-style: none;
}
.border-BLACK_OP_30 {
  border-color: #0000004d;
}
.border-BORDER_100 {
  border-color: #FFFFFF1A;
}
.border-GRAY_900 {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}
.border-VIGMINT_200 {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 221 / var(--tw-border-opacity, 1));
}
.border-WHITE_OP_10 {
  border-color: #ffffff1a;
}
.border-WHITE_OP_30 {
  border-color: #ffffff4d;
}
.border-WHITE_OP_50 {
  border-color: #ffffff80;
}
.border-gray-600 {
  border-color: var(--colors-gray-600);
}
.border-gray-900 {
  border-color: var(--colors-gray-900);
}
.border-gray-white_opacity10 {
  border-color: var(--colors-gray-white_opacity10);
}
.border-gray-white_opacity50 {
  border-color: var(--colors-gray-white_opacity50);
}
.border-b-WHITE {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-magenta-200 {
  border-top-color: var(--colors-magenta-200);
}
.\!bg-\[\#ffffff26\] {
  background-color: #ffffff26 !important;
}
.\!bg-blue-facebook {
  background-color: var(--colors-blue-facebook) !important;
}
.bg-ALERT_RED_300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 122 / var(--tw-bg-opacity, 1));
}
.bg-BG_100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-BG_200 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-BG_DIM_200 {
  background-color: #00000080;
}
.bg-BG_ELV_100 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-BG_ELV_200 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-BG_SCRIM {
  background-color: #0000004D;
}
.bg-BLACK {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-BLACK_OP_50 {
  background-color: #00000080;
}
.bg-GRAY_500 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
}
.bg-GRAY_700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}
.bg-GRAY_800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-GRAY_900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-NEON_GREEN_500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 255 0 / var(--tw-bg-opacity, 1));
}
.bg-VIGMINT_200 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 221 / var(--tw-bg-opacity, 1));
}
.bg-WHITE {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-WHITE\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-WHITE_OP_10 {
  background-color: #ffffff1a;
}
.bg-WHITE_OP_30 {
  background-color: #ffffff4d;
}
.bg-\[\#0093D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 214 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00ffdd19\] {
  background-color: #00ffdd19;
}
.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1A1A1AB2\] {
  background-color: #1A1A1AB2;
}
.bg-\[\#1A1A1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#262626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF33\] {
  background-color: #FFFFFF33;
}
.bg-\[\#ffffff26\] {
  background-color: #ffffff26;
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.05\)\] {
  background-color: rgba(255,255,255,0.05);
}
.bg-gray-700 {
  background-color: var(--colors-gray-700);
}
.bg-gray-800 {
  background-color: var(--colors-gray-800);
}
.bg-gray-900 {
  background-color: var(--colors-gray-900);
}
.bg-gray-black {
  background-color: var(--colors-gray-black);
}
.bg-gray-black_opacity50 {
  background-color: var(--colors-gray-black_opacity50);
}
.bg-gray-white {
  background-color: var(--colors-gray-white);
}
.bg-gray-white_opacity10 {
  background-color: var(--colors-gray-white_opacity10);
}
.bg-gray-white_opacity30 {
  background-color: var(--colors-gray-white_opacity30);
}
.bg-green-300 {
  background-color: var(--colors-green-300);
}
.bg-magenta-200 {
  background-color: var(--colors-magenta-200);
}
.bg-vigloomint-100 {
  background-color: var(--colors-vigloomint-100);
}
.bg-vigloomint-200 {
  background-color: var(--colors-vigloomint-200);
}
.bg-yellow-300 {
  background-color: var(--colors-yellow-300);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#00FFDD\]\/0 {
  --tw-gradient-from: rgb(0 255 221 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 255 221 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#7AA4FF\] {
  --tw-gradient-from: #7AA4FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(122 164 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#82E061\] {
  --tw-gradient-from: #82E061 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 224 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFC3E8\] {
  --tw-gradient-from: #FFC3E8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 195 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFF0FE\] {
  --tw-gradient-from: #FFF0FE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 240 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-gradient-from: rgba(0,0,0,0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#00FFDD\] {
  --tw-gradient-to: #00FFDD var(--tw-gradient-to-position);
}
.to-\[\#00FFDD\]\/15 {
  --tw-gradient-to: rgb(0 255 221 / 0.15) var(--tw-gradient-to-position);
}
.to-\[\#2478B1\] {
  --tw-gradient-to: #2478B1 var(--tw-gradient-to-position);
}
.to-\[\#FFEA54\] {
  --tw-gradient-to: #FFEA54 var(--tw-gradient-to-position);
}
.to-\[\#FFFDEC\] {
  --tw-gradient-to: #FFFDEC var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-spacing-s {
  padding: var(--spacing-s);
}
.p-spacing-xl {
  padding: var(--spacing-xl);
}
.p-spacing-xxxl {
  padding: var(--spacing-xxxl);
}
.\!py-spacing-s {
  padding-top: var(--spacing-s) !important;
  padding-bottom: var(--spacing-s) !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-spacing-l {
  padding-left: var(--spacing-l);
  padding-right: var(--spacing-l);
}
.px-spacing-m {
  padding-left: var(--spacing-m);
  padding-right: var(--spacing-m);
}
.px-spacing-ms {
  padding-left: var(--spacing-ms);
  padding-right: var(--spacing-ms);
}
.px-spacing-s {
  padding-left: var(--spacing-s);
  padding-right: var(--spacing-s);
}
.px-spacing-xl {
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-spacing-l {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
.py-spacing-m {
  padding-top: var(--spacing-m);
  padding-bottom: var(--spacing-m);
}
.py-spacing-ms {
  padding-top: var(--spacing-ms);
  padding-bottom: var(--spacing-ms);
}
.py-spacing-s {
  padding-top: var(--spacing-s);
  padding-bottom: var(--spacing-s);
}
.py-spacing-xl {
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
.py-spacing-xs {
  padding-top: var(--spacing-xs);
  padding-bottom: var(--spacing-xs);
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[116px\] {
  padding-bottom: 116px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[1px\] {
  padding-bottom: 1px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[54px\] {
  padding-bottom: 54px;
}
.pb-\[79px\] {
  padding-bottom: 79px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[env\(safe-area-inset-bottom\)\] {
  padding-bottom: env(safe-area-inset-bottom);
}
.pb-spacing-m {
  padding-bottom: var(--spacing-m);
}
.pb-spacing-xxl {
  padding-bottom: var(--spacing-xxl);
}
.pe-\[60px\] {
  padding-inline-end: 60px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[2px\] {
  padding-left: 2px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-\[14px\] {
  padding-right: 14px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[44px\] {
  padding-right: 44px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pr-\[90px\] {
  padding-right: 90px;
}
.ps-spacing-xl {
  padding-inline-start: var(--spacing-xl);
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-spacing-l {
  padding-top: var(--spacing-l);
}
.pt-spacing-m {
  padding-top: var(--spacing-m);
}
.pt-spacing-ms {
  padding-top: var(--spacing-ms);
}
.pt-spacing-s {
  padding-top: var(--spacing-s);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.font-pretendard {
  font-family: var(--font-pretendard-kr), var(--font-pretendard-jp), system-ui, -apple-system, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1px\] {
  font-size: 1px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.\!text-gray-white {
  color: var(--colors-gray-white) !important;
}
.text-ALERT_PRIMARY {
  --tw-text-opacity: 1;
  color: rgb(255 88 77 / var(--tw-text-opacity, 1));
}
.text-BLACK {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-GRAY_100 {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.text-GRAY_200 {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.text-GRAY_300 {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}
.text-GRAY_400 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-GRAY_500 {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-GRAY_700 {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.text-VIGMINT_100 {
  --tw-text-opacity: 1;
  color: rgb(154 255 235 / var(--tw-text-opacity, 1));
}
.text-VIGMINT_200 {
  --tw-text-opacity: 1;
  color: rgb(0 255 221 / var(--tw-text-opacity, 1));
}
.text-WHITE {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#00000000\] {
  color: #00000000;
}
.text-\[\#141414\] {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity, 1));
}
.text-\[\#4d4d4d\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.text-\[\#FF584D\] {
  --tw-text-opacity: 1;
  color: rgb(255 88 77 / var(--tw-text-opacity, 1));
}
.text-\[\#FF8A80\] {
  --tw-text-opacity: 1;
  color: rgb(255 138 128 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  color: var(--colors-gray-100);
}
.text-gray-200 {
  color: var(--colors-gray-200);
}
.text-gray-300 {
  color: var(--colors-gray-300);
}
.text-gray-400 {
  color: var(--colors-gray-400);
}
.text-gray-500 {
  color: var(--colors-gray-500);
}
.text-gray-600 {
  color: var(--colors-gray-600);
}
.text-gray-900 {
  color: var(--colors-gray-900);
}
.text-gray-black {
  color: var(--colors-gray-black);
}
.text-gray-white {
  color: var(--colors-gray-white);
}
.text-gray-white_opacity50 {
  color: var(--colors-gray-white_opacity50);
}
.text-vigloomint-200 {
  color: var(--colors-vigloomint-200);
}
.text-yellow-100 {
  color: var(--colors-yellow-100);
}
.text-yellow-200 {
  color: var(--colors-yellow-200);
}
.text-yellow-300 {
  color: var(--colors-yellow-300);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-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-GRAY_500 {
  outline-color: #808080;
}
.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-0 {
  --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);
}
.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);
}
.blur-\[100px\] {
  --tw-blur: blur(100px);
  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);
}
.blur-\[30px\] {
  --tw-blur: blur(30px);
  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);
}
.saturate-200 {
  --tw-saturate: saturate(2);
  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);
}
.backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  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-xl {
  --tw-backdrop-blur: blur(24px);
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.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);
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.fade-in {
  --tw-enter-opacity: 0;
}
.duration-0 {
  animation-duration: 0s;
}
.duration-100 {
  animation-duration: 100ms;
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.duration-75 {
  animation-duration: 75ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}
.paused {
  animation-play-state: paused;
}
.background-100 {
    background: var(--colors-gray-black);
  }
.background-200 {
    background: var(--colors-gray-900);
  }
.background-dim100 {
    background: var(--colors-gray-black_opacity30);
  }
.background-dim300 {
    background: var(--colors-gray-black_opacity80);
  }
.background-elevation-100 {
    background: var(--colors-gray-900);
  }
.background-elevation-200 {
    background: var(--colors-gray-800);
  }
.icon-disabled {
    color: var(--colors-gray-700);
  }
.text-primary {
    color: var(--colors-gray-white);
  }
.border-primary {
    border-color: var(--colors-gray-white_opacity10);
  }
.text-xl700 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.text-l700 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.text-m700 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.text-m400 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.text-ms700 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.text-ms400 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.text-s700 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.text-s400 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.text-xs700 {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.text-xs400 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.text-xxs700 {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}
.text-xxs400 {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
/* 한국어: Pretendard KR 폰트 설정 */
html:lang(ko) .text-xxl700,
  html:lang(ko) .text-xxl400,
  html:lang(ko) .text-xl700,
  html:lang(ko) .text-xl400,
  html:lang(ko) .text-l700,
  html:lang(ko) .text-l400,
  html:lang(ko) .text-m700,
  html:lang(ko) .text-m400,
  html:lang(ko) .text-ms700,
  html:lang(ko) .text-ms400,
  html:lang(ko) .text-s700,
  html:lang(ko) .text-s400,
  html:lang(ko) .text-xs700,
  html:lang(ko) .text-xs400,
  html:lang(ko) .text-xxs700,
  html:lang(ko) .text-xxs400 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
/* 일본어: Pretendard JP 폰트 설정 */
html:lang(ja) .text-xxl700,
  html:lang(ja) .text-xxl400,
  html:lang(ja) .text-xl700,
  html:lang(ja) .text-xl400,
  html:lang(ja) .text-l700,
  html:lang(ja) .text-l400,
  html:lang(ja) .text-m700,
  html:lang(ja) .text-m400,
  html:lang(ja) .text-ms700,
  html:lang(ja) .text-ms400,
  html:lang(ja) .text-s700,
  html:lang(ja) .text-s400,
  html:lang(ja) .text-xs700,
  html:lang(ja) .text-xs400,
  html:lang(ja) .text-xxs700,
  html:lang(ja) .text-xxs400 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
/* Radius Classes */
.radius-xs {
    border-radius: var(--radius-xs);
  }
.radius-s {
    border-radius: var(--radius-s);
  }
.radius-ms {
    border-radius: var(--radius-ms);
  }
.radius-m {
    border-radius: var(--radius-m);
  }
.radius-circle {
    border-radius: var(--radius-circle);
  }
.rtl .padding-custom {
    padding-right: var(--spacing-xl);
    padding-left: 60px;
  }
.\[background-image\:linear-gradient\(to_bottom\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 1\)_80\%\)\] {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
}
:root {
  --mobile-video-status-bar-height: 12px;
  --desktop-video-status-bar-height: 24px;
  --font-pretendard-kr: 'Pretendard-Regular', system-ui, sans-serif;
  --font-pretendard-jp: 'PretendardJP-Regular', system-ui, sans-serif;
}
:focus {
  outline: none;
}
html {
  width: 100%;
  height: 100%;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* 기본: 브라우저 폰트 사용 */
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    sans-serif;
}
/* 한국어 */
html:lang(ko),
html:lang(ko) body {
  font-family:
    '__local__PretendardKR',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
}
/* 일본어 */
html:lang(ja),
html:lang(ja) body {
  font-family:
    '__local__PretendardJP',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
}
body {
  min-height: -webkit-fill-available;
  /* 기본: 브라우저 폰트 사용 */
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    sans-serif;
  -ms-overflow-style: none !important; /* IE and Edge */
  scrollbar-width: none !important; /* Firefox */
  overflow-x: hidden;
  /* pc에서 브라우저 스크롤바 숨김 */
}
@media (min-width: 992px) {
body {
    overflow-y: hidden;
}
  }
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-scrollbar-thumb {
  background-color: #353535 !important;
  border-radius: 4px !important;
}
::-webkit-scrollbar {
  width: 8px !important;
  background-color: #171717 !important;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none !important;
}
.header-gradient {
  background: linear-gradient(#000000, #00000000);
}
.contents-warning-gradient {
  background: linear-gradient(#0000007f, #00000000);
}
.banner-gradient {
  background: linear-gradient(#00000000, #000000);
}
.modal-banner-gradient {
  background: linear-gradient(#1a1a1a00, #1a1a1a);
}
.button-gradient {
  background: linear-gradient(#0000001a, #000000);
}
.banner-item {
  width: 100%;
  height: calc(width * 0.94);
}
.banner-image {
  width: 100vw;
  height: calc(100vw / 5 * 4);
}
.banner-title {
  width: calc(100% - 100px);
  min-height: 80px;
  aspect-ratio: 55 / 14;
  z-index: 1000 !important;
}
@media screen and (min-width: 576px) {
  .banner-image {
    width: 576px;
    height: calc(576px / 5 * 4);
    max-height: 460px;
  }
}
@media screen and (min-width: 992px) {
  .banner-image {
    width: 100%;
    height: 344px;
  }

  .banner-title {
    height: 90px;
    aspect-ratio: 55 / 14;
  }
}
.content-title {
  width: calc(100% - 100px);
  min-height: 80px;
  aspect-ratio: 55 / 14;
}
@media screen and (min-width: 576px) {
  .content-title {
    width: 100%;
    height: 122px;
  }
}
.static_html p {
  font-size: 12px;
  color: #cfcfcf;
}
.static_html h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.static_html ul {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.static_html li {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #cfcfcf;
  list-style: inside;
}
.safari-h {
  height: 100vh; /* old browsers */
  height: 100dvh; /* new browsers */
  max-height: -webkit-fill-available;
}
.hidden-no-important {
  display: none;
}
.nav-gradient-l {
  width: 40px;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.nav-gradient-r {
  width: 40px;
  background: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.shaka-play-button[icon='play'] {
  background-image: url('/assets/play.png') !important;
}
.shaka-play-button[icon='pause'] {
  display: none !important;
}
.shaka-play-button-container {
  display: none !important;
}
.shaka-text-container {
  display: none !important;
}
.shaka-caption-button {
  margin-right: 4px;
}
/* 중복 방지: .hidden은 한 번만 정의 */
.hidden {
  display: none !important;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls {
  display: none !important;
}
.video-content {
  height: 100%;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #fff;
}
#inihubIframe {
  display: block !important;
}
#inihubIframe.closed {
    display: none !important;
  }
input {
  caret-color: #00ffdd;
}
@keyframes fadeEffect {
  0%,
  100% {
    opacity: 0;
    display: none;
  }
  25%,
  75% {
    opacity: 1;
    display: flex;
  }
}
.animate-fadeEffect {
  animation: fadeEffect 4s ease-in-out forwards;
}
/* 기본 배너 설정 (Desktop) */
.banner-wrapper {
  width: 100%;
  max-width: 430px;
  display: flex;
  justify-content: center;
}
.banner-container {
  width: 430px;
  height: 408px;

  max-width: 576px;
  max-height: 570px;
}
/* 📌 Tablet (768px ~ 991px) */
@media (max-width: 991px) {
  .banner-wrapper {
    max-width: 768px;
  }

  .banner-container {
    width: 768px;
    height: 570px;
  }
}
/* 📌 Mobile (767px 이하) */
@media (max-width: 767px) {
  .banner-wrapper {
    width: 100%;
    max-width: 576px; /* 기존 width 조정 */
  }

  .banner-container {
    width: 100%;
    max-width: 576px;
    min-height: 358px;
    height: calc(85vw); /* 95vw에서 조정 */
    max-height: 570px;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes rotate-gradient {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-rotate-gradient {
  animation: rotate-gradient 1.5s linear infinite;
}
/* 각도 애니메이션을 위한 등록 */
@property --border-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
@keyframes rotate-conic {
  to {
    --border-angle: 360deg;
  }
}
/* 회전하는 그라디언트 보더 레이어 */
.conic-border {
  position: absolute;
  inset: 0;
  padding: 1.6px; /* 보더 두께 */
  border-radius: 12px;
  pointer-events: none;

  /* 그라디언트는 각도 변수만 변경 */
  background: conic-gradient(
    from var(--border-angle),
    #ffea54 0%,
    #c0e55b 25%,
    #3fec42 50%,
    #c0e55b 75%,
    #ffea54 100%
  );
  animation: rotate-conic 1.5s linear infinite;

  /* "보더만 보이게" 하는 마스크 (고정) */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
/* 파란색 버전의 회전하는 그라디언트 보더 레이어 */
.conic-border-blue {
  position: absolute;
  inset: 0;
  padding: 1.6px; /* 보더 두께 */
  border-radius: 12px;
  pointer-events: none;

  /* 파란색 그라디언트는 각도 변수만 변경 */
  background: conic-gradient(
    from var(--border-angle),
    #5a8eff 0%,
    #35d7ec 25%,
    #00ffdd 50%,
    #35d7ec 75%,
    #5a8eff 100%
  );
  animation: rotate-conic 1.5s linear infinite;

  /* "보더만 보이게" 하는 마스크 (고정) */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.light-sweep {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 12px;
  z-index: 10;
}
.light-sweep::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -40%;
  width: 40%; /* Sweep 폭 - 박스 width의 40% */
  height: 140%;

  /* 거의 흰색 + 살짝 노란빛 */
  background: linear-gradient(
    120deg,
    rgba(255, 234, 84, 0) 0%,
    rgba(255, 234, 84, 0.05) 35%,
    rgba(255, 234, 84, 0.35) 50%,
    rgba(255, 234, 84, 0.05) 65%,
    rgba(255, 234, 84, 0) 100%
  );

  filter: blur(10px); /* 경계 부드럽게 */
  opacity: 0;
  transform: translateX(-40%) skewX(-18deg);
  mix-blend-mode: screen; /* 배경 색과 자연스럽게 섞이도록 */

  animation: light-sweep 4.65s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
/* Sweep 1.4s (30.1%) + Pause 3.25s (69.9%) = 전체 4.65s */
@keyframes light-sweep {
  0% {
    transform: translateX(-40%) skewX(-18deg);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30.1% {
    transform: translateX(350%) skewX(-18deg);
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    transform: translateX(350%) skewX(-18deg);
    opacity: 0;
  }
}
/* Button Light Sweep 애니메이션 (White, 직선 형태) */
.light-sweep-button {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
  z-index: 10;
}
.light-sweep-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -25%;
  width: 25%; /* 버튼 width의 25% */
  height: 100%;

  /* White gradient */
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );

  filter: blur(4px);
  opacity: 0;
  transform: translateX(-40%);

  animation: light-sweep-button 4.65s cubic-bezier(0.4, 0, 0.2, 1) 0.5s infinite;
  /* 0.5s 초기 지연으로 light-sweep과 다른 타이밍 */
}
@keyframes light-sweep-button {
  0% {
    transform: translateX(-40%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30.1% {
    transform: translateX(400%);
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    transform: translateX(400%);
    opacity: 0;
  }
}
.ab-iam-root {
  bottom: 0 !important;
  z-index: 99999 !important;
}
.placeholder\:px-\[2px\]::-moz-placeholder {
  padding-left: 2px;
  padding-right: 2px;
}
.placeholder\:px-\[2px\]::placeholder {
  padding-left: 2px;
  padding-right: 2px;
}
.placeholder\:text-GRAY_600::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.placeholder\:text-GRAY_600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.placeholder\:text-GRAY_700::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.placeholder\:text-GRAY_700::placeholder {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:left-\[-12px\]::before {
  content: var(--tw-content);
  left: -12px;
}
.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-\[-32px\]::before {
  content: var(--tw-content);
  top: -32px;
}
.before\:h-\[32px\]::before {
  content: var(--tw-content);
  height: 32px;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-\[12px\]::before {
  content: var(--tw-content);
  width: 12px;
}
.before\:bg-\[linear-gradient\(90deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c \#000000_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(90deg,rgba(0,0,0,0) 0%,#000000 100%);
}
.before\:bg-\[linear-gradient\(to_top\2c var\(--gradient-start-color\)_0\%\2c var\(--gradient-end-color\)_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top,var(--gradient-start-color) 0%,var(--gradient-end-color) 100%);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-GRAY_700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#ffffff5a\]:hover {
  background-color: #ffffff5a;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --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);
}
.focus-visible\:ring-WHITE:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-WHITE_OP_50:focus-visible {
  --tw-ring-color: #ffffff80;
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-gray-700:disabled {
  border-color: var(--colors-gray-700);
}
.disabled\:bg-gray-800:disabled {
  background-color: var(--colors-gray-800);
}
.disabled\:text-gray-700:disabled {
  color: var(--colors-gray-700);
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.data-\[state\=checked\]\:translate-x-\[22px\][data-state="checked"] {
  --tw-translate-x: 22px;
  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));
}
.data-\[state\=unchecked\]\:translate-x-\[2px\][data-state="unchecked"] {
  --tw-translate-x: 2px;
  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));
}
.data-\[state\=checked\]\:border-VIGMINT_200[data-state="checked"] {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 221 / var(--tw-border-opacity, 1));
}
.data-\[state\=unchecked\]\:border-\[\#E0E0E0\][data-state="unchecked"] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:bg-VIGMINT_200[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 221 / var(--tw-bg-opacity, 1));
}
.data-\[state\=unchecked\]\:bg-\[\#E0E0E0\][data-state="unchecked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:text-BLACK[data-state="checked"] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (max-width: 1190px) {
  .max-\[1190px\]\:hidden {
    display: none;
  }
}
@media not all and (min-width: 992px) {
  .max-lg\:hidden {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }
}
@media not all and (min-width: 576px) {
  .max-sm\:hidden {
    display: none;
  }
}
@media (min-width: 320px) {

  .sub_xxs\:text-m700 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  
  html:lang(ko) .sub_xxs\:text-m700 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .sub_xxs\:text-m700 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
}
@media (min-width: 335px) {
  .sub_xs\:text-\[20px\] {
    font-size: 20px;
  }
  .sub_xs\:leading-\[26px\] {
    line-height: 26px;
  }
}
@media (min-width: 350px) {
  .sub_s\:text-\[22px\] {
    font-size: 22px;
  }
  .sub_s\:leading-\[29px\] {
    line-height: 29px;
  }
}
@media (min-width: 375px) {
  .sub_m\:text-\[24px\] {
    font-size: 24px;
  }
  .sub_m\:leading-\[32px\] {
    line-height: 32px;
  }
}
@media (min-width: 400px) {
  .sub_l\:text-\[25px\] {
    font-size: 25px;
  }
  .sub_l\:leading-\[33px\] {
    line-height: 33px;
  }
}
@media (min-width: 430px) {
  .sub_xl\:text-\[26px\] {
    font-size: 26px;
  }
  .sub_xl\:leading-\[34px\] {
    line-height: 34px;
  }
}
@media (min-width: 460px) {
  .sub_xxl\:text-\[27px\] {
    font-size: 27px;
  }
  .sub_xxl\:leading-\[35px\] {
    line-height: 35px;
  }
}
@media (min-width: 495px) {
  .sub_xxxl\:text-\[28px\] {
    font-size: 28px;
  }
  .sub_xxxl\:leading-\[36px\] {
    line-height: 36px;
  }
}
@media (min-width: 534px) {
  .sub_xxxxl\:text-\[29px\] {
    font-size: 29px;
  }
  .sub_xxxxl\:leading-\[38px\] {
    line-height: 38px;
  }
}
@media (min-width: 576px) {
  .sm\:bottom-\[19\%\] {
    bottom: 19%;
  }
  .sm\:bottom-\[25px\] {
    bottom: 25px;
  }
  .sm\:bottom-\[40px\] {
    bottom: 40px;
  }
  .sm\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .sm\:mb-\[80px\] {
    margin-bottom: 80px;
  }
  .sm\:mr-\[6px\] {
    margin-right: 6px;
  }
  .sm\:mt-\[16px\] {
    margin-top: 16px;
  }
  .sm\:mt-\[32px\] {
    margin-top: 32px;
  }
  .sm\:mt-\[36px\] {
    margin-top: 36px;
  }
  .sm\:mt-\[4px\] {
    margin-top: 4px;
  }
  .sm\:mt-\[6px\] {
    margin-top: 6px;
  }
  .sm\:mt-\[8px\] {
    margin-top: 8px;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[144px\] {
    height: 144px;
  }
  .sm\:h-\[145px\] {
    height: 145px;
  }
  .sm\:h-\[168px\] {
    height: 168px;
  }
  .sm\:h-\[16px\] {
    height: 16px;
  }
  .sm\:h-\[173px\] {
    height: 173px;
  }
  .sm\:h-\[189px\] {
    height: 189px;
  }
  .sm\:h-\[20px\] {
    height: 20px;
  }
  .sm\:h-\[21px\] {
    height: 21px;
  }
  .sm\:h-\[24px\] {
    height: 24px;
  }
  .sm\:h-\[26px\] {
    height: 26px;
  }
  .sm\:h-\[30px\] {
    height: 30px;
  }
  .sm\:h-\[32px\] {
    height: 32px;
  }
  .sm\:h-\[63px\] {
    height: 63px;
  }
  .sm\:h-\[80px\] {
    height: 80px;
  }
  .sm\:max-h-\[570px\] {
    max-height: 570px;
  }
  .sm\:min-h-\[189px\] {
    min-height: 189px;
  }
  .sm\:w-\[115px\] {
    width: 115px;
  }
  .sm\:w-\[116px\] {
    width: 116px;
  }
  .sm\:w-\[120px\] {
    width: 120px;
  }
  .sm\:w-\[150px\] {
    width: 150px;
  }
  .sm\:w-\[20px\] {
    width: 20px;
  }
  .sm\:w-\[220px\] {
    width: 220px;
  }
  .sm\:w-\[30px\] {
    width: 30px;
  }
  .sm\:w-\[32px\] {
    width: 32px;
  }
  .sm\:min-w-\[115px\] {
    min-width: 115px;
  }
  .sm\:gap-\[10px\] {
    gap: 10px;
  }
  .sm\:gap-\[16px\] {
    gap: 16px;
  }
  .sm\:gap-\[6px\] {
    gap: 6px;
  }
  .sm\:rounded-\[12px\] {
    border-radius: 12px;
  }
  .sm\:rounded-\[15px\] {
    border-radius: 15px;
  }
  .sm\:rounded-\[16px\] {
    border-radius: 16px;
  }
  .sm\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }
  .sm\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sm\:py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sm\:py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .sm\:pb-0 {
    padding-bottom: 0px;
  }
  .sm\:pt-\[90px\] {
    padding-top: 90px;
  }
  .sm\:text-\[12px\] {
    font-size: 12px;
  }
  .sm\:text-\[14px\] {
    font-size: 14px;
  }
  .sm\:text-\[16px\] {
    font-size: 16px;
  }
  .sm\:text-\[20px\] {
    font-size: 20px;
  }
  .sm\:text-\[21px\] {
    font-size: 21px;
  }
  .sm\:text-\[24px\] {
    font-size: 24px;
  }
  .sm\:text-\[32px\] {
    font-size: 32px;
  }
  .sm\:font-bold {
    font-weight: 700;
  }
  .sm\:leading-\[17px\] {
    line-height: 17px;
  }
  .sm\:leading-\[20px\] {
    line-height: 20px;
  }
  .sm\:leading-\[26px\] {
    line-height: 26px;
  }
  .sm\:leading-\[30px\] {
    line-height: 30px;
  }
  .sm\:leading-\[32px\] {
    line-height: 32px;
  }
  .sm\:leading-\[33px\] {
    line-height: 33px;
  }
  .sm\:leading-\[40px\] {
    line-height: 40px;
  }
  .sm\:leading-\[42px\] {
    line-height: 42px;
  }
  .sm\:duration-700 {
    transition-duration: 700ms;
    animation-duration: 700ms;
  }

  .sm\:text-m700 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  .sm\:text-ms700 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .sm\:text-ms400 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .sm\:text-s400 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  
  html:lang(ko) .sm\:text-m700 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ko) .sm\:text-ms700 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ko) .sm\:text-ms400 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ko) .sm\:text-s400 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .sm\:text-m700 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .sm\:text-ms700 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .sm\:text-ms400 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .sm\:text-s400 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
}
@media (min-width: 768px) {
  .md\:bottom-0 {
    bottom: 0px;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .lg\:visible {
    visibility: visible;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:bottom-\[16px\] {
    bottom: 16px;
  }
  .lg\:bottom-\[calc\(var\(--desktop-video-status-bar-height\)\+env\(safe-area-inset-bottom\)\+40px\)\] {
    bottom: calc(var(--desktop-video-status-bar-height) + env(safe-area-inset-bottom) + 40px);
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:left-\[50\%\] {
    left: 50%;
  }
  .lg\:left-\[calc\(\(100\%-480px\)\/2\)\] {
    left: calc((100% - 480px) / 2);
  }
  .lg\:left-\[calc\(50\%\+20px\)\] {
    left: calc(50% + 20px);
  }
  .lg\:left-\[calc\(50vw\+20px\)\] {
    left: calc(50vw + 20px);
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-\[102px\] {
    margin-bottom: 102px;
  }
  .lg\:mb-\[12px\] {
    margin-bottom: 12px;
  }
  .lg\:ml-\[16px\] {
    margin-left: 16px;
  }
  .lg\:mr-\[4px\] {
    margin-right: 4px;
  }
  .lg\:mt-\[10px\] {
    margin-top: 10px;
  }
  .lg\:mt-\[2px\] {
    margin-top: 2px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-0 {
    height: 0px;
  }
  .lg\:h-\[100px\] {
    height: 100px;
  }
  .lg\:h-\[112px\] {
    height: 112px;
  }
  .lg\:h-\[128px\] {
    height: 128px;
  }
  .lg\:h-\[14px\] {
    height: 14px;
  }
  .lg\:h-\[16px\] {
    height: 16px;
  }
  .lg\:h-\[17px\] {
    height: 17px;
  }
  .lg\:h-\[18px\] {
    height: 18px;
  }
  .lg\:h-\[20px\] {
    height: 20px;
  }
  .lg\:h-\[22px\] {
    height: 22px;
  }
  .lg\:h-\[280px\] {
    height: 280px;
  }
  .lg\:h-\[28px\] {
    height: 28px;
  }
  .lg\:h-\[300px\] {
    height: 300px;
  }
  .lg\:h-\[40px\] {
    height: 40px;
  }
  .lg\:h-\[50px\] {
    height: 50px;
  }
  .lg\:h-\[85dvh\] {
    height: 85dvh;
  }
  .lg\:h-\[94px\] {
    height: 94px;
  }
  .lg\:max-h-\[90\%\] {
    max-height: 90%;
  }
  .lg\:min-h-\[128px\] {
    min-height: 128px;
  }
  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }
  .lg\:min-h-\[408px\] {
    min-height: 408px;
  }
  .lg\:w-\[100px\] {
    width: 100px;
  }
  .lg\:w-\[102px\] {
    width: 102px;
  }
  .lg\:w-\[118px\] {
    width: 118px;
  }
  .lg\:w-\[127px\] {
    width: 127px;
  }
  .lg\:w-\[165px\] {
    width: 165px;
  }
  .lg\:w-\[16px\] {
    width: 16px;
  }
  .lg\:w-\[20px\] {
    width: 20px;
  }
  .lg\:w-\[430px\] {
    width: 430px;
  }
  .lg\:w-\[470px\] {
    width: 470px;
  }
  .lg\:w-\[50px\] {
    width: 50px;
  }
  .lg\:w-\[65px\] {
    width: 65px;
  }
  .lg\:w-\[70px\] {
    width: 70px;
  }
  .lg\:w-\[75px\] {
    width: 75px;
  }
  .lg\:w-\[78px\] {
    width: 78px;
  }
  .lg\:w-\[800px\] {
    width: 800px;
  }
  .lg\:w-\[90px\] {
    width: 90px;
  }
  .lg\:w-\[var\(--desktop-video-width\)\] {
    width: var(--desktop-video-width);
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[75px\] {
    min-width: 75px;
  }
  .lg\:max-w-\[40dvw\] {
    max-width: 40dvw;
  }
  .lg\:max-w-\[430px\] {
    max-width: 430px;
  }
  .lg\:max-w-\[460px\] {
    max-width: 460px;
  }
  .lg\:max-w-\[570px\] {
    max-width: 570px;
  }
  .lg\:max-w-\[calc\(100\%-480px\)\] {
    max-width: calc(100% - 480px);
  }
  .lg\:max-w-\[calc\(100vw-480px\)\] {
    max-width: calc(100vw - 480px);
  }
  .lg\:-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));
  }
  .lg\:gap-\[12px\] {
    gap: 12px;
  }
  .lg\:gap-\[6px\] {
    gap: 6px;
  }
  .lg\:gap-\[8px\] {
    gap: 8px;
  }
  .lg\:rounded-\[8px\] {
    border-radius: 8px;
  }
  .lg\:rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }
  .lg\:rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }
  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lg\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .lg\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg\:py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .lg\:py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .lg\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg\:text-\[12px\] {
    font-size: 12px;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-ms700 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .lg\:text-ms400 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .lg\:text-s700 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .lg\:text-s400 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .lg\:text-xs400 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  
  html:lang(ko) .lg\:text-ms700 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ko) .lg\:text-ms400 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ko) .lg\:text-s700 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ko) .lg\:text-s400 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ko) .lg\:text-xs400 {
    font-family:
      var(--font-pretendard-kr),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .lg\:text-ms700 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .lg\:text-ms400 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .lg\:text-s700 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .lg\:text-s400 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
  
  html:lang(ja) .lg\:text-xs400 {
    font-family:
      var(--font-pretendard-jp),
      system-ui,
      -apple-system,
      sans-serif;
  }
  .lg\:before\:content-none::before {
    --tw-content: none;
    content: var(--tw-content);
  }
  .sub_992\:text-\[24px\] {
    font-size: 24px;
  }
  .sub_992\:leading-\[29px\] {
    line-height: 29px;
  }
}
@media (min-width: 1080px) {
  .sub_1080\:text-\[24px\] {
    font-size: 24px;
  }
  .sub_1080\:leading-\[29px\] {
    line-height: 29px;
  }
}
@media (min-width: 1280px) {
  .sub_1280\:text-\[28px\] {
    font-size: 28px;
  }
  .sub_1280\:leading-\[30px\] {
    line-height: 30px;
  }
}
@media (min-width: 1980px) {
  .sub_1980\:text-\[30px\] {
    font-size: 30px;
  }
  .sub_1980\:leading-\[36px\] {
    line-height: 36px;
  }
}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0px;
}
.ltr\:left-\[0px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 0px;
}
.ltr\:left-\[1\.6px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 1.6px;
}
.ltr\:left-\[16px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 16px;
}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}
.ltr\:right-\[12px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: 12px;
}
.ltr\:right-\[6px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: 6px;
}
.ltr\:rounded-bl-\[6px\]:where([dir="ltr"], [dir="ltr"] *) {
  border-bottom-left-radius: 6px;
}
.ltr\:rounded-bl-none:where([dir="ltr"], [dir="ltr"] *) {
  border-bottom-left-radius: 0px;
}
.ltr\:pr-\[100px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 100px;
}
.ltr\:pr-\[64px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 64px;
}
.ltr\:pr-\[80px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 80px;
}
.ltr\:pr-\[8px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 8px;
}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}
.rtl\:left-\[10px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 10px;
}
.rtl\:left-\[12px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 12px;
}
.rtl\:left-\[6px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 6px;
}
.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
}
.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}
.rtl\:right-\[0px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}
.rtl\:right-\[1\.6px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 1.6px;
}
.rtl\:right-\[16px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 16px;
}
.rtl\:right-\[unset\]:where([dir="rtl"], [dir="rtl"] *) {
  right: unset;
}
.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *) {
  right: auto;
}
.rtl\:mb-\[8px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-bottom: 8px;
}
.rtl\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0px;
}
.rtl\:ml-\[10px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 10px;
}
.rtl\:ml-\[4px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 4px;
}
.rtl\:ml-spacing-l:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--spacing-l);
}
.rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0px;
}
.rtl\:mr-\[12px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 12px;
}
.rtl\:mr-\[16px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 16px;
}
.rtl\:mr-\[22px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 22px;
}
.rtl\:mr-\[30px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 30px;
}
.rtl\:mr-\[40px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 40px;
}
.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: auto;
}
.rtl\:mr-spacing-l:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: var(--spacing-l);
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}
.rtl\:flex-col:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: column;
}
.rtl\:place-items-start:where([dir="rtl"], [dir="rtl"] *) {
  place-items: start;
}
.rtl\:rounded-br-\[6px\]:where([dir="rtl"], [dir="rtl"] *) {
  border-bottom-right-radius: 6px;
}
.rtl\:rounded-br-none:where([dir="rtl"], [dir="rtl"] *) {
  border-bottom-right-radius: 0px;
}
.rtl\:pl-0:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0px;
}
.rtl\:pl-\[100px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 100px;
}
.rtl\:pl-\[16px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 16px;
}
.rtl\:pl-\[20px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 20px;
}
.rtl\:pl-\[44px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 44px;
}
.rtl\:pl-\[64px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 64px;
}
.rtl\:pl-\[80px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 80px;
}
.rtl\:pl-\[8px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 8px;
}
.rtl\:pl-\[90px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 90px;
}
.rtl\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0px;
}
.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.25rem;
}
.rtl\:pr-\[16px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 16px;
}
.rtl\:pr-\[20px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 20px;
}
.rtl\:pr-\[6px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 6px;
}
.rtl\:pr-\[8px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 8px;
}
.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *) {
  text-align: left;
}
.rtl\:before\:left-auto:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  left: auto;
}
.rtl\:before\:right-\[-12px\]:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  right: -12px;
}
.rtl\:before\:bg-\[linear-gradient\(270deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c \#000000_100\%\)\]:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  background-image: linear-gradient(270deg,rgba(0,0,0,0) 0%,#000000 100%);
}
.rtl\:data-\[state\=checked\]\:translate-x-\[-2px\][data-state="checked"]:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: -2px;
  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));
}
.rtl\:data-\[state\=unchecked\]\:translate-x-\[-22px\][data-state="unchecked"]:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: -22px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 992px) {
  .lg\:rtl\:right-\[calc\(50\%\+20px\)\]:where([dir="rtl"], [dir="rtl"] *) {
    right: calc(50% + 20px);
  }
  .rtl\:lg\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
    left: auto;
  }
  .rtl\:lg\:right-\[calc\(50vw\+20px\)\]:where([dir="rtl"], [dir="rtl"] *) {
    right: calc(50vw + 20px);
  }
}


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