@charset "UTF-8";
/*! 
 * OverlayScrollbars
 * Version: 2.11.1
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}

.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}

.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}

.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}

.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}

.os-size-observer-listener:empty::before,
.os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}

.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}

.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * hide native scrollbars
 * changes to this styles need to be reflected in the environment styles to correctly detect scrollbar hiding
 */
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~=scrollbarHidden] {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly clip after initialization is done
 */
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars-body] {
  overflow: hidden;
}

html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}

/**
 * structure setup 
 */
[data-overlayscrollbars] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars],
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}

[data-overlayscrollbars~=noClipping],
[data-overlayscrollbars-padding~=noClipping] {
  overflow: visible !important;
}

[data-overlayscrollbars-viewport~=measuring] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-x: visible !important;
}

[data-overlayscrollbars-viewport~=overflowXHidden] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowXScroll] {
  overflow-x: scroll !important;
}

[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-y: visible !important;
}

[data-overlayscrollbars-viewport~=overflowYHidden] {
  overflow-y: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowYScroll] {
  overflow-y: scroll !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) {
  font-size: 0 !important;
  line-height: 0 !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::before,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::after,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) > * {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

[data-overlayscrollbars-viewport~=scrolling] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering during deferred initialization.
 */
[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

@property --os-scroll-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --os-viewport-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.os-scrollbar {
  --os-viewport-percent: 0;
  --os-scroll-percent: 0;
  --os-scroll-direction: 0;
  --os-scroll-percent-directional: calc(
    var(--os-scroll-percent) -
      (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) *
      var(--os-scroll-direction)
  );
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none !important;
}

.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateX(calc(var(--os-scroll-percent-directional) * -100%));
  width: calc(var(--os-viewport-percent) * 100%);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
  top: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
  height: calc(var(--os-viewport-percent) * 100%);
}

@supports (container-type: size) {
  .os-scrollbar-track {
    container-type: size;
  }
  .os-scrollbar-horizontal .os-scrollbar-handle {
    left: auto;
    transform: translateX(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-vertical .os-scrollbar-handle {
    top: auto;
    transform: translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
    right: auto;
    left: 0;
  }
}
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

@media print {
  .os-scrollbar {
    display: none;
  }
}
.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}

.os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}

.os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}

.os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}

.os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-track:before,
.os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}

.os-scrollbar-horizontal .os-scrollbar-track:before {
  top: calc(var(--os-padding-perpendicular) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}

.os-scrollbar-vertical .os-scrollbar-track:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars-viewport~=measuring] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}

/* reset */
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: content-box;
}

*:disabled,
*[disabled] {
  cursor: default;
  pointer-events: none;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 0;
  font-weight: 400;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
span,
small,
strong,
form,
fieldset,
legend,
select,
button,
input,
textarea,
figure,
figcaption {
  margin: 0;
  margin-block: 0;
  padding: 0;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  word-wrap: break-word;
  word-break: keep-all;
  border: 0 none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  box-shadow: none;
  outline: 0;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

a,
a:focus,
a:active,
a:hover {
  outline: none;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

select::-ms-expand {
  display: none;
}

input,
select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  outline: 0 none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
  object-fit: cover;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

textarea:not([rows]) {
  min-height: 10em;
}

input:focus,
input:active {
  border: 0 none;
  outline: none;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.app-page-wrap input:-internal-autofill-selected,
.app-page-wrap input,
.app-page-wrap input:-webkit-autofill,
.app-page-wrap input:autofill {
  background-color: transparent !important;
  appearance: none !important;
  padding-block: 0;
  padding-inline: 0;
}

a,
input,
label,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: transparent;
}

/* color-set */
:root {
  --theme-base: 148, 78, 252;
  --theme-font-base: 151, 78, 248;
  --theme-mgt: 230, 95, 155;
  --theme: rgba(var(--theme-base), 1);
  --theme-font: rgba(var(--theme-font-base), 1);
  --theme-font-60: rgba(var(--theme-font-base), 0.6);
  --theme-disabled: rgba(var(--theme-base), 0.3);
  --theme-press: rgba(var(--theme-base), 0.3);
  --theme-line: rgba(var(--theme-base), 0.5);
  --theme-bg: rgba(var(--theme-base), 0.1);
  --theme-bg-2: rgba(var(--theme-base), 0.2);
  --theme-bg-6: rgba(var(--theme-base), 0.6);
  --theme-bg-03: rgba(var(--theme-base), 0.03);
  --theme-bg-05: rgba(var(--theme-base), 0.05);
  --theme-btn-line: rgba(var(--theme-base), 0.2);
  --theme-list-stroke: rgba(var(--theme-base), 0.05);
  --warning: rgba(var(--theme-mgt), 1);
  --theme-chat-bubble: rgba(164, 132, 248, 1);
  --error: rgba(var(--theme-mgt), 1);
  --empty-bg: rgb(238, 238, 238);
  --empty-bg-02: rgba(0, 0, 0, 0.02);
  --container-bg: rgb(248, 248, 248);
  --white: rgb(255, 255, 255);
  --white-20: rgba(255, 255, 255, 0.2);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-dimmed: rgba(255, 255, 255, 0.7);
  --white-dimmed-02: rgba(255, 255, 255, 0.8);
  --white-press: rgba(255, 255, 255, 0.3);
  --black: rgba(0, 0, 0, 1);
  --main-font: rgba(0, 0, 0, 1);
  --sub-main-font: rgba(0, 0, 0, 0.7);
  --sub-main-font-02: rgba(0, 0, 0, 0.8);
  --sub-font: rgba(0, 0, 0, 0.5);
  --added-font: rgba(0, 0, 0, 0.3);
  --added-font-20: rgba(0, 0, 0, 0.2);
  --stit-font: rgba(0, 0, 0, 0.5);
  --divider-bar: rgba(0, 0, 0, 0.15);
  --disabled: rgba(0, 0, 0, 0.1);
  --disabled-15: rgba(0, 0, 0, 0.15);
  --dimed: rgba(0, 0, 0, 0.7);
  --dimed-5: rgba(0, 0, 0, 0.5);
  --coach-screen-dimed: rgba(0, 0, 0, 0.8);
  --error-dimed: rgba(0, 0, 0, 0.9);
  --visual-dim: rgba(0, 0, 0, 0.1);
  --visual-dim-20: rgba(0, 0, 0, 0.2);
  --input-icon: rgba(0, 0, 0, 0.2);
  --input-icon-30: rgba(0, 0, 0, 0.3);
  --input-press: rgba(250, 250, 250, 1);
  --input-press-02: rgba(0, 0, 0, 0.02);
  --input-disabled: rgba(0, 0, 0, 0.2);
  --search-input: rgba(245, 245, 245, 1);
  --input-bg: rgba(245, 245, 245, 1);
  --line: rgba(238, 238, 238, 1);
  --header-line: rgba(0, 0, 0, 0.05);
  --divider-line: rgba(0, 0, 0, 0.05);
  --content-box-bg: rgba(248, 248, 248, 1);
  --content-box-bg02: rgba(245, 245, 245, 1);
  --content-box-bg03: rgba(250, 250, 250, 1);
  --footer-box-bg: rgba(240, 240, 240, 1);
  --scroll-track: rgba(255, 255, 255, 0);
  --scroll-thumb: rgba(0, 0, 0, 0.2);
  --coin: rgba(255, 215, 0, 1);
  --coin-disabled: rgb(220, 220, 220);
  --list-stroke: rgba(0, 0, 0, 0.05);
  --list-stroke-10: rgba(0, 0, 0, 0.1);
  --list-glow: rgba(0, 0, 0, 0.05);
  --list-glow-02: rgba(0, 0, 0, 0.02);
  --list-glow-04: rgba(0, 0, 0, 0.04);
  --list-glow-10: rgba(0, 0, 0, 0.1);
  --bg-bubble: #fcf9ff;
  --ic-bubble: 148, 78, 252;
  --bg-bubble-live: #fef9fc;
  --ic-bubble-live: 225, 75, 145;
  --bg-bubble-font: #fafcff;
  --ic-bubble-font: 81, 149, 252;
  --bg-emoticon: #fbfdf8;
  --ic-emoticon: 115, 180, 40;
}

:root {
  color-scheme: only light;
  --res: 50px;
}
@media (max-width: 767px) {
  :root {
    --res: min(calc(var(--fs) * 100px), calc((5 / 36) * 100vw));
  }
}

body {
  opacity: 0;
}

.init body {
  opacity: 1;
}

html,
body {
  width: 100%;
  font-size: var(--res);
  max-height: 100%;
  overflow: hidden;
  line-height: normal;
}

html.keyboard-open {
  touch-action: none;
  overscroll-behavior: none;
}

* {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.resizing * {
  transition: none !important;
}

.page-body > * {
  flex: none;
}

.page-body {
  flex: auto 1 0;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.scroller .page-body {
  overflow: visible;
}

.page-body .inner-wrap {
  box-sizing: border-box;
  max-width: calc(var(--fs) * 1536px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-contents-wrap {
  flex: auto 1 0;
  display: flex;
  flex-direction: column;
  min-height: 8.4rem;
}
@media (min-width: 768px) {
  .page-contents-wrap {
    min-height: 14.4rem;
  }
}
@media (min-width: 768px) {
  .header:not(.through) + .scroller .page-contents-wrap {
    min-height: 12.4rem;
  }
}
.page-contents-wrap > div:last-child.empty-space {
  min-height: 1.2rem;
}

*[data-role=container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1279px) {
  *[data-role=container] {
    max-width: 14rem;
  }
}
@media (min-width: 1280px) {
  *[data-role=container] {
    max-width: 20.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  *[data-role=container] [data-role=container-full] {
    margin-left: calc((100vw - 14rem) / 2 * -1);
    margin-right: calc((100vw - 14rem) / 2 * -1);
  }
}
@media (min-width: 1280px) {
  *[data-role=container] [data-role=container-full] {
    margin-left: calc((100vw - 20.8rem) / 2 * -1);
    margin-right: calc((100vw - 20.8rem) / 2 * -1);
  }
}

strong {
  font-weight: 700;
}

input[type=radio],
input[type=checkbox] {
  font-size: 0 !important;
  line-height: 0 !important;
  appearance: none !important;
  border: 0 none;
  outline: none;
  position: absolute;
  opacity: 0;
}

input[type=password] {
  -moz-text-security: disc;
  -webkit-text-security: disc;
}

.align-l {
  text-align: left !important;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}
.align-c.list-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pre-wrap {
  white-space: pre-wrap;
}

.pdt-0 {
  padding-top: 0 !important;
}

.w-108 {
  width: 2.16rem !important;
}
.w-134 {
  width: 2.68rem !important;
}
.w-160 {
  width: 3.2rem !important;
}
.w-210 {
  width: 4.2rem !important;
}
.w-320 {
  width: 6.4rem !important;
}

.screen-out {
  position: absolute;
  display: block;
  right: 100%;
  bottom: 100%;
  width: 0.01rem;
  height: 0.01rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.scroller-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  touch-action: pan-y;
}

.scroller {
  flex: 1;
}
.scroller .os-scrollbar-wrap {
  flex: 1;
  overflow-y: auto;
  display: flex;
  scrollbar-width: none;
  flex-direction: column;
  overflow-x: hidden;
  z-index: auto;
}
.scroller .os-scrollbar-wrap > .page-body {
  flex: 1;
}
.scroller .my-scroll-theme.os-scrollbar {
  z-index: 10;
  --os-size: 0.06rem;
  --os-padding-axis: 0.06rem;
  --os-padding-perpendicular: 0.06rem;
  --os-handle-bg: var(--scroll-thumb);
  --os-handle-border-radius: calc(var(--os-size) * 0.5);
  --os-handle-bg-active: var(--scroll-thumb);
  --os-handle-bg-hover: var(--scroll-thumb);
}
@media (min-width: 768px) {
  .scroller .my-scroll-theme.os-scrollbar {
    --os-size: 0.12rem;
  }
}

@media (min-width: 768px) {
  button:focus-visible,
  a:focus-visible,
  [tabindex]:not(input):focus-visible {
    outline: 2px solid var(--added-font);
    outline-offset: -2px;
  }
}

.theme {
  color: var(--theme-font);
}

.divider {
  display: block;
  height: 0.01rem;
  position: relative;
  width: calc(100% - 0.8rem);
  margin: 0.055rem auto;
  border: 0 none;
}

.divider {
  background-color: var(--line);
}

.divider-box {
  background-color: var(--content-box-bg);
}

.flex-wrap {
  display: flex;
}

@media (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.f-theme {
  color: var(--theme) !important;
}

.empty-space {
  flex: 1;
  min-height: 0.8rem;
  padding: 0 !important;
}

.content-box + .empty-space {
  flex: none;
}

.empty-space.min {
  min-height: auto;
}

.top-visual {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.page-visual {
  margin: 0 auto;
  padding: 0.6rem 0 0.4rem;
}

.search-bar {
  padding: 0.22rem 0.4rem;
}

.search-bar > .frm-box.search {
  width: calc(100% - 0.48rem);
}

p.common + .btn-area {
  padding: 0.08rem 0 0.24rem;
}

/* elements */
/* scroller */
.scroller .group + .group-name:before {
  right: 0.22rem;
}

.scroller .group-name {
  padding-right: 0.22rem;
}

.scroller .option-btn {
  padding-right: 0.2rem;
}

.scroller .no-data-text {
  display: none;
  flex: 1;
}

.scroller.no-result {
  overflow: hidden;
}

.scroller.no-result > * {
  display: none;
}

.scroller.no-result > .no-data-text {
  display: table;
}

.inner-wrap .name a:before {
  background-color: var(--added-font);
}

.added-info {
  color: var(--added-font);
}

.frm-box .svg,
.frm-box .svg .cls-0 {
  fill: var(--input-icon);
}

.frm-box input[type=text] + button + button .cls-0 {
  fill: var(--theme-font);
}

.select .icon .cls-0 {
  fill: var(--black);
}

input + label .frm-icon .off .cls-0 {
  fill: var(--input-icon);
}

input + label .frm-icon .on .cls-0 {
  fill: var(--theme-font);
}

.list-item.menu .arrow .svg {
  color: var(--theme);
}

.list-item .arrow .svg {
  fill: var(--input-icon);
}

.content-title .arrow .svg {
  fill: var(--input-icon);
}

.full-container.page-body {
  height: 100% !important;
}
.full-container.page-body .page-contents-wrap {
  height: 100%;
}
.full-container.page-body .button-box {
  margin-top: 0;
}
.full-container.page-body .fade-edge:last-child {
  margin-bottom: 0.6rem;
}
.full-container .inner-wrap {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.full-container .content {
  padding: 0 0.6rem;
}
.full-container .content > * {
  word-break: break-all;
}
.full-container .content .common {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: var(--main-font);
}
.full-container > div:last-child.empty-space {
  min-height: 1.2rem;
  flex: none;
}
.full-container .sub {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: var(--main-font);
}
.full-container .scroller-wrap {
  position: relative;
}
.full-container .scroller-wrap > .empty-space:last-child {
  flex: none;
  min-height: 0.72rem;
}
.full-container .scroller-wrap .fade-edge {
  position: relative;
}
.full-container .scroller-wrap .fade-edge:before,
.full-container .scroller-wrap .fade-edge:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.full-container .scroller-wrap .fade-edge:before {
  top: -0.01rem;
  opacity: 0;
}
.full-container .scroller-wrap .fade-edge:after {
  top: 100%;
  margin-top: -1.6002rem;
}
.full-container .scroller-wrap .fade-edge.no-top:before {
  opacity: 1;
}
.full-container .scroller-wrap .fade-edge.is-btm:after {
  opacity: 0;
}
.full-container .scroller-wrap .fade-edge:before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}
.full-container .scroller-wrap .fade-edge:after {
  background: linear-gradient(to top, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}
.full-container .scroller-wrap .fade-edge {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.full-container .scroller-wrap .fade-edge > .scroller,
.full-container .scroller-wrap .fade-edge .os-scrollbar-wrap {
  height: 100%;
  display: block;
}
.full-container .button-box .txt-link {
  padding-top: 0.24rem;
}

@media (max-width: 767px) {
  .pc-border > .empty-space:last-of-type {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .pc-border {
    position: relative;
    width: 100%;
    max-width: 13.2rem;
    margin: 0 auto;
    padding: 0.4rem 0.4rem;
    box-sizing: border-box;
  }
  .pc-border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0.02rem solid var(--list-stroke);
    border-radius: 0.4rem;
    box-sizing: border-box;
    pointer-events: none;
  }
  .pc-border > .tab-nav {
    padding: 0 0.4rem;
    margin: 0 -0.4rem;
  }
  .pc-border .btn,
  .pc-border .btn-outline {
    max-width: 6.4rem;
  }
}

body {
  color: var(--text);
}

.app-page-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}

.app-page-wrap {
  background: var(--white);
}

.app-page-wrap *[data-role=container].bg,
.app-page-wrap .page-body.bg {
  background: var(--container-bg);
}

.app-page-wrap > .scroller {
  background: var(--white);
}

.header,
.footer {
  flex: none;
  position: relative;
  width: 100%;
}

.header {
  z-index: 10;
}

.header.through {
  margin-bottom: -2rem;
}
@media (max-width: 767px) {
  .header.through {
    margin-bottom: -1.36rem;
  }
}

.header .top-ui {
  display: flex;
  height: 1.12rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header .top-ui.is-scrolled {
  background-color: var(--white) !important;
  box-shadow: 0 0.08rem 0.08rem var(--list-glow);
  transition: opacity 0.15s ease-out;
}
.header.through .top-ui.titleHidden.is-scrolled {
  box-shadow: unset;
  background-color: unset !important;
  transition: opacity 0.15s ease-out;
}
.header.through .top-ui.visualHeaderOn {
  background-color: unset !important;
  transition: opacity 0.15s ease-out;
}

.top-ui {
  transition: background-color 0.25s ease-out;
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
}
@media (max-width: 767px) {
  .top-ui {
    padding-top: 0.24rem;
    padding-bottom: 0;
  }
}

.top-ui > .button-box {
  width: auto;
  padding: 0 0.16rem;
  min-width: 1.76rem;
  box-sizing: content-box;
  gap: 0.08rem;
}
.top-ui > .button-box:first-child {
  justify-content: flex-start;
}
.top-ui > .button-box:last-child {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .top-ui > .button-box {
    padding: 0 0.4rem;
  }
}

.top-ui .ui-btn {
  width: 0.84rem;
  height: 0.84rem;
}

.header .cls-0 {
  stroke-width: 0.5px;
  stroke: currentColor;
}

.top-ui .page-name {
  text-align: center;
  flex: 1;
  line-height: 1.5;
  font-size: 0.36rem;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.15s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top-ui .page-name {
    font-weight: 800;
    font-size: 0.4rem;
  }
}

.top-ui.titleHidden .page-name {
  opacity: 0;
}

.through .top-ui {
  background-color: transparent !important;
  text-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.25);
}
.through .top-ui[data-rgb="0, 0, 0"] .cls-0 {
  filter: none !important;
}

.through .top-ui.filled {
  background-color: var(--white) !important;
  color: var(--main-font) !important;
  text-shadow: none;
}

.header:not(.through) .top-ui .cls-0 {
  filter: none;
}

.through .top-ui.filled .cls-0 {
  fill: var(--main-font) !important;
  filter: none !important;
}

.footer-box {
  position: relative;
  flex: none;
  padding: 0.6rem 0.4rem;
  box-sizing: border-box;
}

.footer {
  background: var(--footer-box-bg);
}

.footer .btn {
  border-radius: 0 1.5em 0 0;
}

.footer-box .links {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem 0;
  row-gap: 0.2rem;
  color: var(--added-font);
  position: relative;
}
.footer-box .links::before {
  content: "";
  display: block;
  width: 0.26rem;
  height: calc(100% + 0.08rem);
  position: absolute;
  top: -0.04rem;
  left: -0.26rem;
  background: var(--footer-box-bg);
  z-index: 1;
}

.footer-box .ci {
  width: 1.04rem;
  height: auto;
  margin-bottom: 0.6rem;
}

.footer-box .links a,
.footer-box .links .select-box {
  font-size: 0.22rem;
  line-height: 0.28rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0.26rem;
  margin-left: -0.26rem;
  padding-left: 0.26rem;
  text-indent: 0;
}
.footer-box .links a::before,
.footer-box .links .select-box::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.12rem);
  left: 0.13rem;
  height: 0.24rem;
  width: 0.02rem;
  background-color: var(--divider-bar);
}

.footer-box .ui-btn {
  display: block;
  border-radius: 100%;
  width: 0.56rem;
  height: 0.56rem;
  margin: 0.92rem auto 0.12rem;
}

.footer-box .ui-btn[name=ui-top] .svg {
  transform: rotate(-90deg);
}

.footer-box p {
  color: var(--added-font);
}

.footer-box .ui-btn {
  background-color: var(--white);
  box-shadow: 0 0.02rem 0.06rem var(--input-icon);
}

.footer-box .ui-btn:active {
  opacity: 0.5;
}

.footer-box .accordion-ui {
  padding: 0.24rem 0;
}
.footer-box .accordion-ui .controls {
  padding: 0;
  font-size: 0.24rem;
  font-weight: bold;
}
.footer-box .accordion-ui .controls p {
  color: var(--sub-font);
}
.footer-box .accordion-ui .content.view {
  font-size: 0.22rem;
}
.footer-box .accordion-ui.opened .content.view {
  padding-top: 0;
  padding-bottom: 0.24rem;
}
.footer-box .business-info {
  color: var(--added-font);
}
.footer-box .business-info li {
  margin-top: 0.2rem;
  line-height: 0.28rem;
  text-decoration: none;
}
.footer-box .business-info strong {
  padding-right: 0.4em;
}
.footer-box .business-info .sub {
  margin-top: 0.12rem;
}
@media (min-width: 1280px) {
  .footer-box .select-group {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
  }
  .footer-box .accordion-ui .controls {
    pointer-events: none;
  }
  .footer-box .accordion-ui .arrow {
    display: none;
  }
  .footer-box .accordion-ui .content.view {
    opacity: 1;
    max-height: max-content;
    height: max-content;
    transform: translateY(0);
    transform: translateY(0) scaleY(100%);
  }
  .footer-box .business-info {
    display: inline-grid;
    column-gap: 0.6rem;
    grid-template-columns: repeat(3, minmax(4.8rem, auto));
    grid-template-areas: "order1 order4 order7" "order2 order5 order7" "order3 order6 order7";
    grid-template-rows: repeat(2, auto) 1fr;
  }
  .footer-box .business-info li:nth-child(1) {
    grid-area: order1;
  }
  .footer-box .business-info li:nth-child(2) {
    grid-area: order2;
  }
  .footer-box .business-info li:nth-child(3) {
    grid-area: order3;
  }
  .footer-box .business-info li:nth-child(4) {
    grid-area: order4;
  }
  .footer-box .business-info li:nth-child(5) {
    grid-area: order5;
  }
  .footer-box .business-info li:nth-child(6) {
    grid-area: order6;
  }
  .footer-box .business-info li:nth-child(7) {
    grid-area: order7;
  }
  .footer-box .ui-btn {
    margin-right: 0;
  }
}

.loading-wrap {
  position: relative;
}
.loading-wrap .loading.isOverlay {
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 99;
}

.loading {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
  display: none;
}
.loading.visible {
  display: flex;
  z-index: 99;
  pointer-events: all !important;
}
.loading.dimmed {
  background-color: var(--white-dimmed);
}
.app-page-wrap > .loading {
  position: fixed;
  inset: 0;
  z-index: 99;
}

/* Loader Spinner */
.loader-spinner .indicator-setter {
  width: 0.72rem;
  height: 0.72rem;
  transform: translateX(0.32rem);
}
.loader-spinner .segment {
  position: absolute;
  height: 12px;
  width: 5px;
  background-color: var(--theme-line);
  border-radius: 10px;
  -webkit-transform-origin-y: 146%;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: throbber;
}
.loader-spinner .segment:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: 0ms;
}
.loader-spinner .segment:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: 100ms;
}
.loader-spinner .segment:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: 200ms;
}
.loader-spinner .segment:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: 300ms;
}
.loader-spinner .segment:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: 400ms;
}
.loader-spinner .segment:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: 500ms;
}
.loader-spinner .segment:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: 600ms;
}
.loader-spinner .segment:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 700ms;
}
@keyframes throbber {
  0% {
    background-color: var(--theme);
  }
  50% {
    background-color: var(--theme-line);
  }
}

/* Circular Loader */
.loader-circular {
  position: relative;
  margin: 0 auto;
  width: 0.84rem;
  height: 0.84rem;
}
.loader-circular:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.loader-circular .circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.loader-circular .circular-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
/* ###Daftlab 241106 START */
/* loading */
.contents-container {
  padding: 0.24rem 0;
}

p.dot {
  position: relative;
  padding-left: 0.16rem;
  line-height: 0.28rem;
}
p.dot + .dot {
  margin-top: 0.12rem;
}

p.dot:before {
  background-color: var(--added-font);
}

p.dot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2rem;
  transform: translateY(-50%);
  width: 0.02rem;
  height: 0.02rem;
  border-radius: 100%;
}

p.common {
  flex: none;
  display: block;
  font-weight: 400;
  height: auto;
}

.no-data-text {
  display: table;
}

.no-data-text > .aligner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 0.28rem;
  line-height: 0.32rem;
}

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

.button-box {
  flex: none;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 0.32rem;
  width: 100%;
  box-sizing: border-box;
}
.button-box.column {
  flex-direction: column;
  align-items: center;
}
.button-box.column button {
  width: 100%;
}

.page-body .button-box {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  margin-top: 0.8rem;
}
.page-body .button-box.py-12 {
  padding-top: 0.24rem !important;
  padding-bottom: 0.24rem !important;
  margin-top: 0 !important;
}
.page-body .button-box.py-12.column {
  column-gap: 0.48rem;
}
.page-body .button-box.py-15 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  margin-top: 0 !important;
}
.page-body .button-box.mb-30 {
  margin-bottom: 0.6rem !important;
}
.page-body .button-box.full-sized {
  padding: 0 !important;
}
.page-body .button-box.full-sized .btn.round-r {
  border-radius: 0 0.36rem 0 0;
}
.page-body .qna-filled-wrap .button-box {
  margin-top: 0.6rem;
}

.btn,
.btn-outline {
  text-align: center;
  flex: 1;
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 1.5em;
  padding: 0.2rem 0;
  min-height: 0.92rem;
  box-sizing: border-box;
}
.btn.small,
.btn-outline.small {
  font-size: 0.24rem;
  height: 0.56rem;
  font-weight: 700;
  border-radius: 0.28rem;
  padding: 0 0.28rem;
  min-width: 1.2rem;
  min-height: unset;
}
.btn.xs,
.btn-outline.xs {
  font-size: 0.22rem;
  height: 0.52rem;
  font-weight: 700;
  border-radius: 0.26rem;
  padding: 0 0.3rem;
  min-width: 1.2rem;
  min-height: unset;
}

.btn {
  color: var(--white);
  background-color: var(--theme-font);
}

@media (min-width: 768px) and (hover: hover) {
  .btn:hover {
    color: var(--white-press);
  }
}
.btn:active {
  color: var(--white-press);
}

.btn[disabled],
.btn:disabled {
  background-color: var(--theme-disabled);
}

.btn-outline {
  color: var(--sub-main-font);
  border: 0.02rem solid var(--list-stroke);
}
@media (min-width: 768px) and (hover: hover) {
  .btn-outline:hover {
    color: var(--added-font);
  }
}
.btn-outline:active {
  color: var(--added-font);
}
.btn-outline.theme {
  color: var(--theme);
  border-color: var(--theme-btn-line);
}
@media (min-width: 768px) and (hover: hover) {
  .btn-outline.theme:not(.small):hover {
    color: var(--theme-press);
  }
}
.btn-outline.theme:not(.small):active {
  color: var(--theme-press);
}
.btn-outline.theme.small:active {
  color: var(--theme-press);
}

.btn-round {
  width: auto;
  height: 0.56rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
  border-radius: 0.28rem;
  font-size: 0.24rem;
  font-weight: 700;
  color: var(--white);
  background: var(--white-20);
}

.ui-btn {
  font-size: 0;
  line-height: 0;
  flex: none;
}
.ui-btn[name=ui-trans].is-active svg {
  color: var(--theme);
}

.exlink {
  display: inline-block;
  position: relative;
}

.exlink:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

.exlink,
.exlink:visited,
.exlink:hover {
  color: var(--theme);
}

.exlink:before {
  background-color: var(--theme);
}

.exlink:active {
  color: var(--theme-press);
}

.exlink:active:before {
  background-color: var(--theme-press);
}

.txt-link p {
  text-decoration: underline;
  text-underline-offset: 0.06rem;
  text-align: center;
}

.purchase-btn {
  display: block;
  text-align: center;
  border-radius: 0.3rem;
  min-width: 1.48rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: 700;
  padding: 0.12rem 0.28rem 0.14rem;
  box-sizing: border-box;
}

.purchase-btn.add,
.purchase-btn.del {
  width: 1.2rem;
  border-width: 0.02rem;
  border-style: solid;
}

.purchase-btn.del {
  font-weight: 400;
}

.purchase-btn {
  background-color: var(--theme);
  color: var(--white);
}

.purchase-btn.add {
  background-color: var(--white);
  color: var(--theme);
  border-color: var(--theme-btn-line);
}

.purchase-btn.del {
  background-color: var(--white);
  color: var(--stit-font);
  border-color: var(--list-stroke);
}

.purchase-btn:active {
  color: var(--white-press);
}

.purchase-btn.add:active {
  color: var(--theme-press);
}

.purchase-btn.del:active {
  color: var(--added-font);
}

.purchase-btn:disabled,
.purchase-btn[disabled] {
  background-color: var(--disabled);
  color: var(--white);
}

.purchase-btn.reverse {
  background-color: var(--theme-bg);
  color: var(--theme);
}

.purchase-btn.reverse:disabled,
.purchase-btn.reverse[disabled],
.purchase-btn.reverse:active {
  background-color: var(--theme-bg);
  color: var(--theme-disabled);
}

.more-btn {
  display: block;
  font-size: 0.24rem;
  line-height: 0.28rem;
  box-sizing: border-box;
  border-radius: 0.4rem;
  padding: 0.24rem;
  text-align: center;
  max-width: 100%;
  width: 6.4rem;
  margin: 0 auto;
  border-width: 0.02rem;
  border-style: solid;
}

.more-btn {
  color: var(--sub-font);
  background-color: var(--white);
  border-color: var(--list-stroke);
}

.more-btn:active {
  color: var(--added-font);
}

.retry-btn {
  display: block;
  font-size: 0.24rem;
  line-height: 0.32rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 0.12rem 0.32rem;
  text-align: center;
  border-width: 0.02rem;
  border-style: solid;
  margin: 0 auto;
}

.retry-btn {
  background-color: var(--white);
  color: var(--theme);
  border-color: var(--theme);
}

.retry-btn:active {
  color: var(--theme-disabled);
  border-color: var(--theme-disabled);
}

.retore-btn-area {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 1.88rem;
}

.retore-btn-area:before,
.retore-btn-area:after {
  content: "";
  display: block;
  flex: 1;
}

.retore-btn-area > a {
  flex: none;
  text-align: center;
  width: calc(100% - 2.4rem);
  margin: 0 auto;
  display: block;
  font-size: 0;
  line-height: 0;
}

.retore-btn-area a > span {
  font-size: 0.26rem;
  line-height: 0.32rem;
  display: inline-block;
  position: relative;
}

.retore-btn-area a > span:before,
.retore-btn-area a > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

.retore-btn-area a > span:before {
  background-color: var(--main-font);
}

.retore-btn-area a:active > span {
  color: var(--added-font);
}

.retore-btn-area a:active > span:before {
  background-color: var(--added-font);
}

.option-btn {
  display: flex;
  padding: 0.22rem 0;
  height: auto;
  min-height: 0.52rem;
  gap: 0.12rem;
  width: 100%;
  box-sizing: border-box;
}

.option-btn > .name {
  flex: 1;
  font-size: 0.3rem;
  line-height: 0.45rem;
  text-align: left;
  letter-spacing: -0.025em;
}

.option-btn > .no {
  flex: none;
  font-size: 0.28rem;
  line-height: 0.45rem;
  text-align: right;
  width: auto;
  min-width: 0.72rem;
}

.option-btn:active {
  background-color: var(--input-press);
}

.option-btn > .no {
  color: var(--theme-font);
}

.edit-btn {
  font-size: 0.24rem;
  line-height: 0.32rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 0.11rem 0.22rem;
  text-align: center;
  border-width: 0.02rem;
  border-style: solid;
  margin: 0 auto;
  display: inline-block;
  font-weight: 400;
}

.edit-btn {
  color: var(--sub-font);
  background-color: var(--white);
  border-color: var(--list-stroke);
}

.edit-btn:active {
  color: var(--added-font);
}

.link-btn {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.28rem 0.2rem 0.28rem 0.4rem;
  background: var(--white);
  border: 0.01rem solid var(--list-stroke-10);
  border-radius: 0.2rem;
}
.link-btn .common {
  flex: 1;
  color: var(--sub-font);
  font-size: 0.28rem;
  line-height: 0.32rem;
  font-weight: 700;
}
.link-btn .arrow {
  width: 0.6rem;
  height: 0.6rem;
}
.link-btn .arrow .svg {
  fill: var(--input-icon);
}

.arrow-btn {
  display: flex;
  gap: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  align-items: center;
}

.ic.coin {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 0.16rem 0.08rem;
}

.ic.coin {
  background-color: var(--coin);
}

.ic.coin.off {
  background-color: var(--coin-disabled);
}

/* svg objects */
.svg.input,
.svg.input .cls-0 {
  fill: var(--theme);
}

.svg.close,
.svg.back,
.svg.store {
  fill: var(--black);
}

.ic.top.svg {
  fill: var(--input-icon);
}

.ui-btn.is-active .send .cls-0 {
  stroke: var(--theme);
}
.ui-btn.is-active .send .cls-1 {
  fill: var(--theme);
}

.icon--lg {
  width: 0.84rem;
  height: 0.84rem;
}
.icon--md {
  width: 0.68rem;
  height: 0.68rem;
}
.icon .error {
  color: var(--error);
}

.ui-btn .svg .default {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}
.ui-btn .svg .active {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  opacity: 0;
}
.ui-btn.is-active .svg .default {
  opacity: 0;
}
.ui-btn.is-active .svg .active {
  opacity: 1;
}

.list-view {
  padding: 0.24rem 0.4rem;
}
.list-view .list-group {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-body:not(.bg) .list-view .list-group:first-of-type {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .list-view .list-section:first-of-type,
  .list-view .banner-wrap:first-of-type {
    padding-top: 0;
  }
}

.list-group {
  padding: 0.24rem 0;
}
.my-menu .list-group,
.menu-list .list-group {
  padding: 0.12rem 0;
}

.list-group.live-history {
  padding: 0 0.4rem 0.24rem;
}

.list-section {
  padding: 0.24rem 0;
}
.list-section + .list-group {
  padding-top: 0.16rem;
}

/* result-view (search-result, home) */
.result-view > .list-view + .empty-space {
  flex: none;
}

.list-more {
  padding: 0.24rem 0;
}

.result-view .list-view {
  padding-top: 0.24rem;
  padding-bottom: 0;
}

.result-view .list-view .list-title {
  margin: 0;
}

.result-view .list-view .list-group {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}

.result-view .list-view .swiper-container {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: auto;
}

.result-view .list-view .swiper-container.emoticon {
  padding-left: 0;
  padding-right: 0;
}

.result-view .list-view .list-item.artist {
  width: 4.2rem;
}

.result-view .list-view .list-item.font {
  width: 5.8rem;
}

.result-view .list-view .list-item.emoticon {
  width: 5.52rem;
}

.list-group.w-fix .list-item.live {
  width: 6.4rem;
  max-width: 100%;
}

.result-view .list-item.live .item-content > p {
  height: 1.12rem;
}

.result-view,
.list-view,
.empty-view {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.result-view > *:not(.empty-space),
.list-view > *:not(.empty-space),
.empty-view > *:not(.empty-space) {
  flex: none;
}
.result-view > p,
.list-view > p,
.empty-view > p {
  color: var(--added-font);
}
.result-view > p,
.list-view > p,
.empty-view > p {
  font-size: 0.28rem;
  line-height: 0.44rem;
  text-align: center;
  padding: 0.24rem 0.4rem;
}

@media (min-width: 768px) {
  .list-view .list-group {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.2rem));
    grid-gap: 0.4rem;
  }
  .list-view .list-group.w-fix {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .list-view .list-group .list-item + .list-item {
    margin-top: 0;
  }
  .list-group.w-fix .list-item.live {
    width: 6.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .list-view .list-group.w-fix .list-item:first-of-type {
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .list-view .list-group.w-fix .list-item.ticket:first-of-type, .list-view .list-group.w-fix .list-item.artist:first-of-type, .list-view .list-group.w-fix .list-item.font:first-of-type {
    margin-left: auto;
  }
  .list-view .list-group.w-fix .list-item.ticket:last-of-type, .list-view .list-group.w-fix .list-item.artist:last-of-type, .list-view .list-group.w-fix .list-item.font:last-of-type {
    margin-right: auto;
  }
}
/* country-list */
.country-list .group-name {
  font-size: 0.24rem;
  line-height: 1.5;
  padding: 0.06rem 0.4rem;
  text-align: left;
  margin-top: 0.24rem;
  position: relative;
}

.country-list .group + .group-name:before {
  content: "";
  display: block;
  height: 0.01rem;
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: -0.24rem;
}

.country-list .option-btn {
  padding: 0.22rem 0.38rem;
}

.country-list .group-name {
  color: var(--added-font);
}

.country-list .group + .group-name:before {
  background-color: var(--divider-line);
}

.section-type-list .list-item .content, .section-type-list .name, .section-type-list .content {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: var(--main-font);
  font-weight: 400;
  word-break: break-all;
}
.section-type-list .main {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: var(--sub-font);
  word-break: break-all;
}
.section-type-list .txt-link {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: var(--sub-font);
}
.section-type-list .list-title-wrap {
  display: flex;
  padding: 0 0.4rem;
  gap: 1.2rem;
}
.section-type-list .list-title-wrap .list-title {
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}
.section-type-list .list-title-wrap .icon {
  width: 0.6rem;
  height: 0.6rem;
  flex: none;
  margin-right: -0.2rem;
}
.section-type-list .list-title-wrap .icon .cls-0 {
  fill: var(--input-icon);
}
.section-type-list .list-title {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.36rem;
  color: var(--main-font);
  padding: 0.12rem 0.4rem;
}
.section-type-list .list-item-wrap {
  padding: 0.4rem;
}
.section-type-list .list-item-wrap .name {
  margin-bottom: 0.12rem;
  line-height: 0.34rem;
}
.section-type-list .list-item-wrap .main {
  line-height: 0.34rem;
}
.section-type-list .list-item-wrap.align-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-type-list .list-item-wrap.pc-bg {
    background: var(--content-box-bg02);
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-top: 0.24rem;
  }
  .section-type-list .list-item-wrap.pc-bg {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.section-type-list .list-item-wrap + .button-box {
  margin-top: 0.24rem;
}
.section-type-list .list-item {
  padding: 0.32rem 0.4rem;
  justify-content: space-between;
  align-items: center;
  gap: 0.24rem;
  min-height: 1rem;
  align-items: flex-start;
}
.section-type-list .list-item > *:not(button) {
  flex: unset;
}
.section-type-list .list-item .main {
  align-self: flex-start;
  max-height: 70%;
  word-break: keep-all;
  flex: 1;
}
.section-type-list .list-item .content {
  text-align: right;
}
.section-type-list .list-item .main + .content {
  word-break: keep-all;
  width: calc((100% - 0.24rem) * 0.6);
}
.section-type-list .list-item .btn-outline {
  margin: -0.1rem 0;
}
.section-type-list .list-item input[type=radio]:checked + label .name {
  font-weight: 400;
}
.section-type-list .list-item.menu {
  padding: 0.36rem 0.4rem;
  height: unset;
  min-height: 1.2rem;
}
.section-type-list .list-item.menu .name {
  font-size: 0.28rem;
  line-height: 0.44rem;
}

.menu-list .list-item.menu .content {
  max-width: 4.4rem;
}
.menu-list .list-item.menu .content:last-child {
  max-width: unset;
}
.menu-list .list-item.menu .check-box:last-child,
.menu-list .list-item.menu .arrow-btn:last-child {
  margin-right: -0.08rem;
}

body.popup-view {
  overflow: hidden;
}

body.popup-view .app-page-wrap {
  overflow: hidden;
}

.popup-view .layer.visible {
  z-index: 15;
  display: block;
}

.layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: -5;
  display: none;
  pointer-events: none;
}

.layer .dim {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: fill;
}

.layer .dim {
  background-color: var(--dimed);
}

.layer-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
  display: table;
  table-layout: fixed;
  max-width: 7.2rem;
}

.layer-aligner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.7rem;
}

.layer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: calc(var(--lh) * 100 - 2rem);
  pointer-events: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0.36rem;
  padding-top: 0.36rem;
}
.layer-container.py-12 {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.layer-container.py-12 .content {
  padding-bottom: 0;
}
.layer-container.py-12 .scroller {
  background-color: transparent !important;
}

.keyboard-open .layer .scroller {
  overscroll-behavior: none;
}

.keyboard-open .layer-wrapper {
  height: calc(var(--lh) * 100);
}

.keyboard-open .layer-container {
  max-height: calc(var(--lh) * 100 - 1.6rem);
  margin-top: 0.2rem;
}

.full-sized .layer-container {
  height: calc(var(--lh) * 100 - 2rem);
}

.keyboard-open .full-sized .layer-container {
  height: calc(var(--lh) * 100 - 1.6rem);
}

.layer-container > .header {
  flex: none;
}

.layer-container > .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  font-size: 0;
  line-height: 0;
  padding-bottom: 0.36rem;
}

.layer-container .content {
  font-size: 0.3rem;
}

.layer .visual {
  position: relative;
  width: 100%;
}

/* layer elements */
.layer .title {
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.36rem;
  padding: 0.19rem 0.8rem 0.18rem;
}

.layer .blank {
  display: block;
  height: 0.36rem;
}

.layer .scroller {
  overflow-y: auto;
}

.layer .content .frm-box {
  flex: none;
}

.layer .button-box {
  gap: 0;
}

.layer .button-box .btn {
  border-radius: 0;
  background: none;
  line-height: 1.5;
  font-size: 0.28rem;
  padding: 0.25rem 0.4rem;
}

.layer .btn {
  color: var(--theme);
}

.layer .btn:active {
  color: var(--theme-press);
}

.layer .btn.theme {
  color: var(--white);
  background-color: var(--theme-font);
}

.layer .btn.theme:active {
  color: var(--white-press);
}

.layer .btn.theme[disabled],
.layer .btn.theme:disabled {
  background-color: var(--theme-disabled);
}

.layer .frm-box.search {
  margin: 0.24rem auto;
}

.layer p.common {
  text-align: center;
  letter-spacing: -0.015em;
  font-size: 0.3rem;
  line-height: 0.48rem;
  padding: 0.18rem 0.8rem;
}

.layer p.common.added-info {
  font-size: 0.28rem;
}

.layer .terms-detail {
  height: auto;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  flex: none;
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding: 0 0.8rem;
}

.layer .terms-detail strong {
  display: block;
  font-weight: inherit;
}

.layer .terms-detail p + p {
  margin-top: 0.12rem;
}

.layer .terms-detail.visible {
  max-height: max-content;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}

.terms-detail {
  color: var(--added-font);
}

.terms-detail strong {
  color: var(--main-font);
}

.layer .common .exlink {
  font-size: 0.28rem;
  line-height: 0.32rem;
  margin: 0.06rem 0 0.05rem;
}

.layer .check-box .inner-wrap {
  justify-content: center;
  gap: 0.12rem;
  padding: 0.25rem 0 0.24rem;
}

.layer .check-box .inner-wrap .name {
  flex: none;
  font-weight: 400;
  line-height: 1.25;
  font-size: 0.28rem;
  padding: 0.07rem 0 0.065rem;
}

.layer-container > .content.date-picker {
  flex: none;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
}

.layer-container,
.layer .content {
  background-color: var(--white);
}

.layer .no-data-text {
  color: var(--added-font);
}

.layer.welcome .layer-container {
  border-radius: 0;
  padding-top: 0;
  overflow: visible;
  background: none;
}

.layer.welcome .content {
  overflow: visible;
  border-radius: 0.48rem 0.48rem 0 0;
}

.layer.welcome .common {
  font-size: 0.28rem;
}

.layer.welcome .button-box {
  overflow: hidden;
  border-radius: 0 0 0.48rem 0.48rem;
}

.layer.welcome .visual {
  height: auto;
}

.layer.welcome .visual:before {
  content: "";
  display: block;
  padding-top: 41.38%;
}

.layer.welcome .visual > img {
  max-width: 110%;
  width: 6.4rem;
}

.layer.welcome .button-box .btn {
  padding: 0.19rem 0;
}

/* coach-screen */
.layer.coach-screen .layer-wrapper {
  max-width: calc(var(--fs) * 1536px);
  position: relative;
  display: block;
  box-sizing: border-box;
}

.layer.coach-screen .dim {
  background-color: var(--coach-screen-dimed);
}

.layer.coach-screen p {
  color: var(--white);
}

.coach-screen .layer-wrapper * {
  background: transparent;
  pointer-events: auto;
}

.coach-screen .layer-wrapper .content-group:before {
  display: none;
}

.coach-screen .content-title {
  font-size: 0.48rem;
  position: relative;
}

.coach-screen .content-title .guide-dc {
  position: absolute;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.32rem;
  opacity: 0.5;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 0 0.4rem;
  box-sizing: border-box;
}

.coach-screen .guide-btn {
  position: absolute;
  right: 0.4rem;
  top: 0;
}

.coach-screen .guide-btn .btn {
  display: block;
  width: 0.8rem;
  border-radius: 100%;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: 700;
  pointer-events: none;
  padding: 0.24rem 0;
}

.coach-screen .guide-btn .eff-wave {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.coach-screen .guide-btn .eff-wave > i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0;
  animation: btn-wave-effect 2.5s linear infinite;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(1) {
  animation-delay: -2s;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(2) {
  animation-delay: -1.5s;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(3) {
  animation-delay: -1s;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(4) {
  animation-delay: -0.5s;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(5) {
  animation-delay: 0s;
}

@keyframes btn-wave-effect {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.75;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.25);
    opacity: 0;
  }
}
.coach-screen .guide-btn .btn {
  background: var(--white);
  color: var(--black);
}

.coach-screen .guide-btn .eff-wave > i {
  background: var(--white);
}

@media (min-width: 768px) {
  .fade-edge {
    position: relative;
  }
  .fade-edge:before,
  .fade-edge:after {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.15s ease-out;
  }
  .fade-edge:before {
    top: -0.01rem;
    opacity: 0;
  }
  .fade-edge:after {
    top: 100%;
    margin-top: -1.0002rem;
  }
  .fade-edge.no-top:before {
    opacity: 1;
  }
  .fade-edge.is-btm:after {
    opacity: 0;
  }
  .fade-edge:before {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  }
  .fade-edge:after {
    background: linear-gradient(to top, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  }
  .cover-sized .layer-aligner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .cover-sized .layer-container {
    height: 10.8rem;
    border-radius: 0.36rem;
  }
  .keyboard-open .cover-sized .layer-container {
    max-height: calc(var(--lh) * 100 - 1.6rem);
  }
  .cover-sized .cover-ui {
    display: none;
  }
  .cover-sized .consent-frm {
    padding-top: 0.36rem;
  }
  .frm-guide {
    font-size: 0.24rem;
    line-height: 0.39rem;
  }
  .frm-empty-space {
    height: 0;
  }
  .frm-group {
    padding-top: 0.36rem;
  }
  .layer .content-group {
    margin: 0.72rem 0 0;
  }
}
@media (max-width: 767px) {
  .cover-sized .layer-wrapper {
    max-width: 100%;
  }
  .cover-sized .layer-aligner {
    padding: 0;
  }
  .cover-sized .layer-container {
    height: calc(var(--lh) * 100);
    max-height: calc(var(--lh) * 100);
    border-radius: 0;
    padding-top: 0;
  }
  .keyboard-open .cover-sized .layer-container {
    padding-top: 0;
    height: calc(var(--lh) * 100);
    margin-top: 0;
  }
  .cover-sized .pop-ui {
    display: none;
  }
  .cover-sized .consent-frm {
    padding-top: 0.6rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .cover-sized .consent-frm > * {
    flex: none;
  }
  .cover-sized .consent-frm > .late-appear {
    flex: 1;
  }
  .cover-sized .consent-frm .v-aligner {
    display: flex;
    height: 100%;
    flex-direction: column;
    height: 100%;
  }
  .cover-sized .consent-frm .v-aligner > * {
    flex: none;
  }
  .cover-sized .consent-frm .empty-space {
    min-height: none;
    display: block;
    flex: 1;
  }
  .frm-guide {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .frm-empty-space {
    height: 0.4rem;
  }
  .frm-group {
    padding-top: 0.4rem;
  }
  .consent-frm .late-appear .frm-group {
    padding-top: 0;
  }
  .layer .content-group {
    margin: 0.96rem 0 0;
  }
}
.layer .content-group.bg,
.layer .content-group.bg:before,
.layer .button-box.bg {
  background-color: var(--search-input);
}

.layer .content-group .select-list label:not(.all-check) .name {
  color: var(--added-font);
}

.layer .content-group .select-list label:active {
  background: transparent;
}

.fade-edge:before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}

.fade-edge:after {
  background: linear-gradient(to top, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}

.layer--notice .layer-aligner {
  padding: 0 0.6rem;
}
.layer--notice .layer-container {
  width: 100%;
  max-width: calc((var(--lh) * 100 - 2.84rem) * 0.6);
  max-height: calc(var(--lh) * 100 - 1.16rem);
  margin: 0 auto;
  padding-top: 0;
  background: none;
  overflow: unset;
  border-radius: initial;
}
.layer--notice .layer-header {
  display: flex;
  align-items: center;
  margin: 0 -0.1rem;
  width: calc(100% + 0.2rem);
}
.layer--notice .layer-header .btn-round {
  margin-left: 0.2rem;
}
.layer--notice .layer-header .ui-btn {
  width: 0.84rem;
  height: 0.84rem;
}
.layer--notice .layer-header .ui-btn svg {
  fill: var(--white);
}
@media (min-width: 768px) and (hover: hover) {
  .layer--notice .layer-header .ui-btn:hover svg {
    fill: var(--white-press);
  }
}
.layer--notice .layer-header .ui-btn:active svg {
  fill: var(--white-press);
}
.layer--notice .layer-header .ui-btn[name=ui-close] {
  margin-left: auto;
}
.layer--notice .banner-wrap {
  position: relative;
  padding: 0;
  padding-top: min(166.66666667% + 0.84rem, var(--lh) * 100 - 2rem);
}
.layer--notice .banner-wrap.click-effect {
  animation: clickShrink 0.3s ease forwards;
}
@keyframes clickShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.layer--notice .banner-wrap .banner-item {
  height: 100%;
  position: absolute;
  inset: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.layer--notice .banner-wrap .banner-item.slide-out {
  transform: translateX(100%);
  opacity: 0;
}
.layer--notice .banner-wrap .banner-item .visual {
  width: 100%;
  padding-top: min(166.66666667%, var(--lh) * 100 - 2.84rem);
  border-radius: 0.48rem;
  background: var(--empty-bg);
  overflow: hidden;
}
.layer--notice .banner-wrap .banner-item img {
  width: calc(100% + 0.04rem);
  height: calc(100% + 0.04rem);
  object-fit: cover;
  margin: -0.02rem;
}
.layer--notice .banner-wrap .banner-item .check-box {
  display: none;
}
.layer--notice .banner-wrap .banner-item .check-box .inner-wrap {
  padding: 0.18rem 0;
}
.layer--notice .banner-wrap .banner-item .check-box .inner-wrap .name {
  padding: 0.06rem 0;
  line-height: 0.36rem;
}
.layer--notice .banner-wrap .banner-item .check-box label .frm-icon .off .cls-0 {
  fill: var(--white);
}
.layer--notice .banner-wrap .banner-item .check-box input + label .name {
  color: var(--white);
}
.layer--notice .banner-wrap .banner-item .check-box input:checked + label .name {
  color: var(--white);
}
.layer--notice .banner-wrap .banner-item .check-box input:checked + .frm-icon .off {
  display: none;
}

.layer--basic {
  position: absolute;
  padding: 0.24rem 0.16rem;
  background: var(--white);
  border-radius: 0.24rem;
  border: 0.01rem solid var(--list-stroke-10);
  box-shadow: 0px 5px 10px var(--list-glow-10);
  z-index: 10;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  height: 0;
}
.layer--basic.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.layer--basic .layer-wrapper {
  display: block;
  width: auto;
  height: auto;
  pointer-events: unset;
  max-height: calc(var(--lh) * 100 - 2rem);
}
.layer--basic.more-menu {
  width: 4.2rem;
  right: 1.76rem;
  top: 0.78rem;
}
.layer--basic .btn-layer-list {
  display: flex;
  flex-direction: column;
}
.layer--basic .btn-layer-list .btn-layer {
  height: 0.96rem;
  text-align: left;
  padding: 0.24rem;
  box-sizing: border-box;
  font-size: 0.3rem;
  border-radius: 0.12rem;
}
@media (min-width: 768px) and (hover: hover) {
  .layer--basic .btn-layer-list .btn-layer:hover {
    background: var(--input-press-02);
  }
}
.layer--basic .btn-layer-list .btn-layer:active {
  background: var(--input-press-02);
}
.layer-mo-dimmed {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  height: 0;
}
.layer-mo-dimmed.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.layer-mo-dimmed .layer--basic {
  position: static;
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (max-width: 767px) {
  .layer-mo-dimmed {
    display: none;
  }
  .layer-mo-dimmed.visible {
    display: block;
    position: fixed;
    inset: 0 !important;
  }
  .layer-mo-dimmed.visible .dim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dimed);
    z-index: -1;
  }
  .layer-mo-dimmed.visible .layer--basic {
    width: 100%;
    max-width: 6.4rem;
    max-height: calc(var(--vh, 1vh) * 80);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.layer.full-container .header,
.layer.cover-sized .header {
  display: flex;
  gap: 0.32rem;
  box-sizing: border-box;
  padding: 0 0.16rem;
  align-items: center;
}
.layer.full-container .header .ui-btn,
.layer.cover-sized .header .ui-btn {
  width: 0.84rem;
  height: 0.84rem;
}
.layer.full-container .header .ui-btn .cls-0,
.layer.cover-sized .header .ui-btn .cls-0 {
  filter: none;
}
.layer.full-container .header .title,
.layer.full-container .header .page-name,
.layer.cover-sized .header .title,
.layer.cover-sized .header .page-name {
  width: calc(100% - 2.32rem);
  padding: 0;
}
.layer.full-container .header .page-name,
.layer.cover-sized .header .page-name {
  text-align: center;
  font-weight: 700;
  line-height: 0.4rem;
  font-size: 0.36rem;
  padding: 0;
}
@media (max-width: 767px) {
  .layer.full-container .header,
  .layer.cover-sized .header {
    padding: 0.14rem 0.16rem;
    padding-top: 0.38rem;
  }
}

.layer.full-container .layer-wrapper {
  max-width: 7.6rem;
}
.layer.full-container .layer-container {
  height: calc(var(--lh) * 100 - 2rem);
}
@media (min-width: 768px) {
  .layer.full-container .layer-container {
    height: 10.8rem;
    max-height: calc(var(--lh) * 100 - 2rem);
  }
  .layer.full-container .layer-container.auto-height {
    height: auto;
  }
}
.layer.full-container .layer-container,
.layer.full-container .content {
  background-color: var(--white);
}
.layer.full-container .content .common {
  text-align: left;
  padding: 0;
  word-break: break-all;
}
.layer.full-container .bg {
  background-color: var(--content-box-bg02);
}
.layer.full-container .button-box .txt-link {
  padding: 0.24rem 0.6rem 0;
}
@media (min-width: 768px) {
  .layer.full-container .scroller-wrap > .empty-space:last-child {
    height: 0.36rem;
    min-height: unset;
  }
  .layer.full-container .fade-edge {
    padding-top: 0.36rem;
    padding-bottom: 0.36rem;
  }
  .layer.full-container .button-box .txt-link {
    padding: 0.24rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .layer.full-container .dim {
    display: none;
  }
  .layer.full-container .layer-wrapper,
  .layer.full-container .layer-aligner {
    height: 100%;
    display: block;
  }
  .layer.full-container .layer-wrapper {
    max-width: unset;
  }
  .layer.full-container .layer-aligner {
    padding: 0;
  }
  .layer.full-container .layer-container {
    padding-top: 0;
    max-height: unset;
    height: 100%;
    border-radius: 0;
  }
}

/* guardian-info */
.cover-sized .layer-container,
.cover-sized .content {
  background-color: var(--white);
}

.cover-sized .content {
  padding-bottom: 0;
}

.cover-sized .content-group {
  padding-bottom: 0.36rem;
}

.cover-sized .scroller .select-list.agreement {
  padding-bottom: 0.36rem;
}

.layer-container .ui-btn .cls-0 {
  filter: none !important;
}

@media (min-width: 768px) {
  .layer.cover-sized .button-box .btn.round-r {
    border-radius: 0 0 0 0;
  }
  .cover-sized .button-box .btn {
    line-height: 0.4rem;
    padding: 0.2rem 0.4rem;
  }
}
.consent-frm .frm-info {
  margin: 0 auto;
  font-size: 0.22rem;
  line-height: 0.36rem;
  min-height: 0.36rem;
  padding: 0.12rem 0;
}

.consent-frm .frm-box:not(.type-line) {
  height: 1rem;
}

.consent-frm.step-2 .verify-btn {
  display: none;
}

.consent-frm.step-2 .txt-btn {
  display: block;
}

.layer .content-group {
  margin: 0.96rem 0 0;
}

.layer .content-group:before {
  height: 0.36rem;
}

.layer .content-group .select-list {
  padding: 0;
}

.layer .scroller {
  box-sizing: border-box;
}

.layer.dim-overlay .dim {
  background-color: var(--error-dimed);
}
@media (max-width: 767px) {
  .layer.dim-overlay .dim {
    background-color: var(--coach-screen-dimed);
  }
}
.layer.dim-overlay .layer-wrapper {
  max-width: 14rem;
  margin: 0 auto;
}
.layer.dim-overlay .layer-aligner {
  padding: 0 0.4rem;
}
.layer.dim-overlay .layer-container {
  background: none;
  max-height: calc(var(--lh) * 100);
  color: var(--white);
}
.layer.dim-overlay .page-visual {
  padding: 0 0 0.8rem;
}
.layer.dim-overlay .warning {
  color: var(--white);
  width: 1.2rem;
  height: 1.2rem;
}
.layer.dim-overlay .button-box.column {
  gap: 0.24rem;
  margin-top: 0.8rem;
}
.layer.dim-overlay .btn {
  font-weight: 700;
  width: auto;
  height: 0.56rem;
  min-height: unset;
  line-height: 0.56rem;
  padding: 0 0.12rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  position: relative;
  flex: none;
  background: linear-gradient(var(--theme-bg-6), var(--theme-bg-6)) white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) and (hover: hover) {
  .layer.dim-overlay .btn:hover {
    color: transparent;
    background: linear-gradient(var(--theme-press), var(--theme-press)) white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.layer.dim-overlay .btn:active {
  color: transparent;
  background: linear-gradient(var(--theme-press), var(--theme-press)) white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.layer.dim-overlay .btn::after {
  content: attr(data-text);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  color: var(--white);
  z-index: -1;
}
.layer.dim-overlay .btn-round {
  position: relative;
  min-width: 1.64rem;
  background: linear-gradient(var(--theme-bg-6), var(--theme-bg-6)) white;
  width: auto;
}
@media (min-width: 768px) and (hover: hover) {
  .layer.dim-overlay .btn-round:hover {
    background: linear-gradient(var(--theme-press), var(--theme-press)) white;
  }
}
.layer.dim-overlay .btn-round:active {
  background: linear-gradient(var(--theme-press), var(--theme-press)) white;
}
.layer.dim-overlay .title {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 0.48rem;
  padding: 0;
}
.layer.dim-overlay .common {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: var(--white-50);
  margin-top: 0.48rem;
  padding: 0;
}
.layer.dim-overlay .main {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.32rem;
  margin-top: 0.48rem;
}

.toast {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0.4rem auto;
  padding: 0.2rem 0.4rem;
  box-sizing: border-box;
  background-color: var(--dimed);
  color: var(--white);
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: calc(100% - 1.2rem);
  max-width: 13.2rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .toast {
    width: auto;
    width: fit-content;
    margin: 1.2rem auto;
  }
}
.toast.above {
  bottom: 0.92rem;
}
.toast.visible {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  pointer-events: auto;
  transition-duration: 0.25s;
}
.toast.two-lines {
  border-radius: 0.24rem;
}
.toast .toast-msg {
  text-align: center;
  height: auto;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.toast .toast-msg.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-box {
  position: relative;
  flex: none;
  padding-top: 0.48rem;
  padding-bottom: 0.24rem;
  background: var(--content-box-bg);
}
.content-box + .empty-space {
  background: var(--content-box-bg);
}
.content-box + .content-box {
  padding-top: 0.24rem;
}
.content-box .content {
  padding: 0.16rem 0.4rem;
  background: none;
  font-size: 0.24rem;
  color: var(--added-font);
  line-height: 0.4rem;
  box-sizing: border-box;
}
.content-box .content .paragraph + .paragraph {
  margin-top: 0.24rem;
}
.content-box .content [style*="#919196"] {
  color: var(--added-font) !important;
}
.content-box .content [style*="#ddd"] {
  color: var(--sub-main-font) !important;
}
.content-box .content [style*="#fff"] {
  color: var(--sub-main-font) !important;
}
.content-box.page-top {
  padding-top: 0.24rem;
}
.content-box.page-top p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  word-break: break-all;
}
.content-box.page-top .common-title {
  font-size: 0.36rem;
  line-height: 0.52rem;
  color: var(--main-font);
}
.content-box.page-top .sub {
  color: var(--sub-font);
}
.content-box.page-top .common-title + .sub {
  padding-top: 0.32rem;
}
.content-box a {
  display: inline-block;
  position: relative;
}
.content-box a:before {
  content: "";
  position: absolute;
  display: block;
  height: 0.01rem;
  top: 1.4em;
  left: 0;
  width: 100%;
}
.content-box .tit {
  color: var(--main-font);
}
.content-box .stit, .content-box .accordion-ui .controls {
  padding: 0.14rem 0.4rem;
}
.content-box .stit, .content-box .accordion-ui .controls p {
  color: var(--stit-font);
  font-size: 0.24rem;
  font-weight: 700;
}
.content-box.has-deco-box {
  padding: 0.32rem 0.2rem 0.68rem;
  position: relative;
}
.content-box.has-deco-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.36rem;
  width: 100%;
  border-radius: 0.36rem 0 0 0;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .cover-sized .content-box.has-deco-box {
    padding: 0.6rem 0.2rem 0.96rem;
  }
}

.page-body > .content-box + div:last-child.empty-space {
  min-height: 0.8rem;
}

.content-box a {
  color: var(--sub-font);
}

.content-box a:before {
  background-color: var(--sub-font);
}

.content-box a:active {
  color: var(--added-font);
}

.content-box a:active:before {
  background-color: var(--added-font);
}

.content-group {
  position: relative;
  z-index: 1;
  margin-bottom: -0.36rem;
  padding-bottom: 0.36rem;
  height: auto;
  min-height: 1.2rem;
}

.content-group + .content-group {
  margin-top: 0.36rem;
}

.content-group:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0;
  height: 0.38rem;
  border-top-left-radius: 0.36rem;
  bottom: calc(100% - 0.02rem);
}

.content-group.round-r:before {
  border-top-left-radius: 0;
  border-top-right-radius: 0.36rem;
}

.content-group.no-round:before {
  display: none;
}

.above-top {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}

.above-top:before {
  content: "";
  position: absolute;
  height: 0.36rem;
  left: 0;
  width: 100%;
  border-radius: 0;
  border-top-left-radius: 0.36rem;
  bottom: 100%;
}

.above-top.round-r:before {
  border-top-left-radius: 0;
  border-top-right-radius: 0.36rem;
}

.above-top,
.above-top:before {
  background: var(--white);
}

.content-group-top {
  padding-bottom: 0.24rem;
}
@media (min-width: 768px) {
  .content-group-top {
    padding-top: 0.24rem;
  }
}

.artist-title {
  font-size: 0.44rem;
  font-weight: 800;
  line-height: 0.48rem;
  padding: 0.16rem 0.4rem;
}

.content-title {
  position: relative;
  font-weight: 800;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.44rem;
  line-height: 0.48rem;
  padding: 0.16rem 0.4rem;
}

button.content-title {
  display: block;
  width: 100%;
}

.content-title .arrow {
  position: absolute;
  right: 0.2rem;
  width: 0.6rem;
  top: 50%;
  margin-top: -0.3rem;
}

.content-title .edit-btn {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.content-group .stit {
  display: block;
  padding: 0.16rem 0.4rem 0;
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: var(--added-font);
}

.content-group .common-title {
  display: block;
  padding: 0.12rem 0.4rem 0;
  text-align: left;
  font-size: 0.36rem;
  line-height: 0.56rem;
  font-weight: 700;
}

.content-group,
.content-group:before {
  background: var(--white);
}

.content-group.bg,
.content-group.bg:before {
  background: var(--content-box-bg);
}

.divider + .content-title {
  margin-top: 0.36rem;
}

.description {
  padding: 0.24rem 0.4rem;
}

.dc-block {
  padding: 0.24rem 0.4rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: var(--added-font);
}
.dc-block.accent {
  color: var(--main-font);
}
.dc-block .title {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
}
.dc-block .desc {
  line-height: 0.4rem;
}

.description > .dc-block {
  padding-left: 0;
  padding-right: 0;
}

.content-group-top .dc-block {
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}

.dot-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.32rem;
}
.dot-list-wrap {
  overflow: hidden;
}

.dot-list > * {
  display: flex;
  align-items: center;
}
.dot-list > *::before {
  content: "・";
  display: block;
  width: 0.32rem;
  text-align: center;
}

.content-group .list-item.charge + .list-item {
  margin-top: 0;
}

.content-group .list-item.charge {
  height: 0.8rem;
}

.content-group .list-group .list-item.charge {
  height: 1.8rem;
}

.content-group .list-item.charge > .content,
.content-group .list-item.charge > .name {
  flex: 1;
}

.content-group .list-item.charge .coin {
  margin-left: 0;
}

.content-group .list-group .list-item.charge .name small {
  display: block;
  font-size: 0.24rem;
  line-height: 0.28rem;
  padding-top: 0.16rem;
}

.content-group .list-item.charge small {
  color: var(--sub-font);
}

.content-top {
  padding: 0.32rem 0.4rem;
}
.content-top .desc {
  font-size: 0.24rem;
  color: var(--added-font);
  line-height: 0.32rem;
}

/* form */
input::placeholder {
  text-indent: 0;
  font-weight: 400;
}

input + label .frm-icon {
  flex: none;
  width: 0.48rem;
  height: 0.48rem;
  position: relative;
}

input + label .frm-icon .off,
input + label .frm-icon .on {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

input + label .frm-icon .on {
  display: none;
}
input + label .frm-icon .off {
  display: block;
}
input:checked + label .frm-icon .on {
  display: block;
}
input:checked + label .frm-icon .off {
  display: none;
}
input[type=radio]:checked + label .name {
  font-weight: 700;
}

input,
textarea {
  caret-color: var(--theme);
  background-color: transparent;
}

.caret-box + input {
  caret-color: transparent;
}

input::placeholder {
  color: var(--input-icon);
}

input[type=checkbox] + label:active,
input[type=radio] + label:active {
  background-color: var(--input-press);
}

.frm-title {
  font-size: 0.36rem;
  line-height: 0.52rem;
  padding: 0.2rem 0;
}

.frm-name {
  line-height: 1.5;
  flex: none;
  display: block;
  text-align: left;
  margin: 0 auto;
  font-size: 0.24rem;
  width: calc(100% - 1.2rem);
  padding: 0.25em 0;
}

.frm-name.top {
  margin-top: 0.24rem;
}

.frm-subject {
  font-size: 0.24rem;
  line-height: 1.5;
  width: calc(100% - 1.2rem);
  flex: none;
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 0.25em 0;
}

.frm-name:before {
  content: "";
  display: block;
  height: 0.24rem;
}

.frm-info {
  font-size: 0.2rem;
  line-height: 1.2;
  width: calc(100% - 1.2rem);
  flex: none;
  display: block;
  text-align: left;
  padding: 0.6em 0;
  margin: 0 auto 0.24rem;
  min-height: 1.2em;
  position: relative;
}

.frm-info .err {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.6em;
  text-align: left;
}

.frm-box {
  display: flex;
  flex-direction: row;
  height: 0.92rem;
  width: calc(100% - 1.2rem);
  margin: 0 auto;
  gap: 0.16rem;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.frm-box + .frm-box {
  margin-top: 0.4rem;
}

.frm-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.03rem;
}

.frm-box.warning + .frm-info {
  color: transparent;
  pointer-events: none;
}

.frm-box.warning + .frm-info .err {
  display: block;
  pointer-events: auto;
}

.frm-box.search:after {
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  left: -0.32rem;
  right: -0.32rem;
  border-radius: 0.34rem;
}

.frm-box.search {
  width: calc(100% - 1.44rem);
  height: 0.68rem;
}

.frm-box.search input {
  min-width: auto;
}

.frm-box.is-disabled::after {
  background-color: var(--empty-bg);
}
.frm-box.is-disabled > input::placeholder,
.frm-box.is-disabled .count {
  color: var(--input-disabled);
}
.frm-box > input:disabled::placeholder,
.frm-box > input[disabled]::placeholder {
  color: var(--input-disabled);
}
.frm-box > input:disabled ~ .count,
.frm-box > input[disabled] ~ .count {
  color: var(--input-disabled);
}

.radio-inp .inner-wrap {
  display: flex;
  gap: 0.2rem;
}
.radio-inp .name {
  padding-top: 0.06rem;
  font-size: 0.28rem;
}

.radio-btn {
  flex: 1;
  font-size: 0;
  line-height: 0;
}

.radio-btn > label {
  display: block;
  text-align: center;
  font-size: 0.26rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 4rem;
  padding: 0.19rem 0 0.18rem;
  box-sizing: border-box;
  border-width: 0.02rem;
  border-style: solid;
  cursor: pointer;
}

.radio-btn input:checked + label,
.radio-btn input[checked] + label {
  font-weight: 700;
}

.radio-btn-box:before {
  display: none;
}

.radio-btn-box {
  gap: 0.32rem;
  height: 0.8rem;
}

.frm-name + .radio-btn-box {
  margin-top: 0.24rem;
}

.radio-btn > label {
  border-color: var(--disabled);
  color: var(--added-font);
}

.frm-box .radio-btn label:active,
.radio-btn label:active {
  background-color: transparent;
}

.radio-btn > input:checked + label {
  border-color: var(--theme-line);
  color: var(--theme-font);
}

.frm-box.select .value,
.frm-box > input[type=search],
.frm-box > input[type=password],
.frm-box > input[type=text] {
  flex: 1;
  width: 100%;
  font-size: 0.3rem;
  border: 0 none;
  overflow: hidden;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.frm-box.select .value {
  font-weight: 400;
}

.frm-box.select[value] .value {
  font-weight: 700;
}

.frm-box > .count {
  flex: none;
  min-width: 0.6rem;
  font-size: 0.24rem;
  margin-left: -0.04rem;
  line-height: 1.5;
  text-align: right;
}

.frm-box .icon {
  flex: none;
  width: 0.6rem;
  height: 0.6rem;
}

.frm-box.search > input {
  font-size: 0.28rem;
  font-weight: 400;
}

.frm-box input + button,
.frm-box input + button + button {
  display: none;
  opacity: 0;
}

.frm-box input:valid + button,
.frm-box input:valid + button + button {
  display: block;
}

.frm-box.focused input:valid + button,
.frm-box.focused input:valid + button + button {
  opacity: 1;
}

label .inner-wrap .name a {
  display: inline-block;
  position: relative;
}

label .inner-wrap .name .added-info {
  display: block;
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.6666666667;
  padding: 0.18rem 0 0.06rem;
}

label .name a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: max(0.015rem, 1px);
}

.check-box .inner-wrap {
  display: flex;
  box-sizing: border-box;
  min-height: 0.48rem;
  height: auto;
  gap: 0.16rem;
  align-items: flex-start;
  cursor: pointer;
}

.check-box .inner-wrap .name {
  flex: 1;
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.3333333333;
  padding: 0.08rem 0;
}

.list-group + .check-box-md {
  padding: 0.24rem 0.4rem;
}
.list-group + .check-box-md .inner-wrap {
  padding: 0.06rem 0 0.1rem;
}
.list-group + .check-box-md .inner-wrap .name {
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding: 0.04rem 0;
}
.list-group + .check-box-md input:checked + label .name {
  color: var(--main-font);
}

.frm-box:after {
  background-color: var(--line);
}

.frm-box.focused:after {
  background-color: var(--theme);
}

.frm-box.warning:after,
.frm-box.warning .caret i:after {
  background-color: var(--warning);
}

.frm-box.warning .count,
.frm-box.focused.warning .count,
.frm-box + .frm-info .err {
  color: var(--warning);
}

.frm-box.search:after,
.frm-box.focused.search:after {
  background-color: var(--search-input);
}

.frm-box > .count {
  color: var(--added-font);
}

.frm-box.focused > .count {
  color: var(--theme-font);
}

.caret-box i:before {
  background-color: var(--theme);
}

.frm-box.select .value {
  color: var(--input-icon);
}

.frm-box.select[value] .value {
  color: var(--main-font);
}

.frm-subject {
  color: var(--theme-font);
}

.frm-info {
  color: var(--added-font);
}

.check-box .name {
  color: var(--added-font);
}

.check-box input:checked + label .name {
  color: var(--theme-font);
}

.check-box label:active {
  background-color: transparent;
}

/* form 추가 */
.verify-block {
  display: flex;
  flex-direction: row;
  height: auto;
  width: calc(100% - 1.2rem);
  margin: 0 auto;
  gap: 0.32rem;
  align-items: start;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.verify-block > * {
  flex: none;
}

.verify-block > .input-area {
  flex: 1;
  width: auto;
  min-width: 0;
  align-self: stretch;
}

.verify-block > .input-area .frm-info .err {
  width: calc(100% + 1.5rem);
}

.verify-block .frm-box {
  width: 100%;
  align-self: stretch;
}

.verify-block .frm-info {
  width: 100%;
}

.frm-guide {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.frm-empty-space {
  display: block;
}

.verify-block > .verify-btn {
  width: 1.2rem;
  height: 0.8rem;
  font-size: 0.24rem;
  text-align: center;
  border-radius: 0.4rem;
  margin-top: 0.2rem;
}

.verify-block > .txt-btn {
  width: auto;
  margin-top: 0.12rem;
  display: none;
  font-size: 0.26rem;
  line-height: 0.4rem;
  padding: 0.2rem 0;
  position: relative;
}

.verify-block > .txt-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 0.16rem;
  height: 0.015rem;
  left: 0;
  width: 100%;
}

.frm-group.read-only .frm-info .err {
  display: none;
}

.read-only .verify-block .frm-box:after {
  display: none;
}

.read-only .verify-block .frm-box input,
.read-only .verify-block .frm-box .custom-input {
  font-size: 0.4rem;
  pointer-events: none;
}

.late-appear {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  height: 0;
  transition: opacity 0.25s ease-in-out, clip-path 0.4s ease-in-out;
}

.late-appear.visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  pointer-events: fill;
  overflow: visible;
  height: auto;
}

.layer .button-box .btn.round-r {
  border-radius: 0 0.18rem 0 0;
}

.frm-box input.has-value + button,
.frm-box input.has-value + button + button {
  display: block;
}

.frm-box.focused input.has-value + button,
.frm-box.focused input.has-value + button + button {
  opacity: 1;
}

.frm-box.type-line {
  min-height: 1rem;
  height: auto;
}

.frm-box.type-line:before,
.frm-box.focused.type-line:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 0.02rem;
}

.frm-box.type-line .custom-input:before {
  font-weight: 400;
}

.frm-box > .custom-input,
.frm-box > input[type=email],
.frm-box > input[type=number] {
  flex: 1;
  width: 100%;
  font-size: 0.3rem;
  border: 0 none;
  overflow: hidden;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  min-width: 0;
}

.frm-box > .custom-input:not(.multi-line) {
  height: 1.3em;
}

.custom-input {
  padding: 0.3rem 0;
  white-space: nowrap;
}

.custom-input.multi-line {
  white-space: pre-wrap;
}

.frm-box .custom-input + button,
.frm-box .custom-input + button + button {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0s 0.2s;
  margin-left: -0.6rem;
  opacity: 0;
}

.frm-box input:valid + button,
.frm-box input:valid + button + button,
.frm-box.has-value.focused .custom-input + button,
.frm-box.has-value.focused .custom-input + button + button {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition-delay: 0s;
  margin-left: 0;
  display: block;
}

.frm-box.focused input:valid + button,
.frm-box.focused input:valid + button + button,
.frm-box.focused.has-value .custom-input + button,
.frm-box.focused.has-value .custom-input + button + button {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition-delay: 0s;
  margin-left: 0;
  opacity: 1;
}

.frm-box .custom-input::after {
  content: attr(data-placeholder);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-weight: 400;
  transform: translateY(-50%);
}

.frm-box.has-value .custom-input::after {
  opacity: 0;
  pointer-events: none;
}

.frm-box::before {
  content: "···";
  white-space: nowrap;
  width: auto;
  font: inherit;
  z-index: 1;
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: right;
  width: auto;
  display: none;
  flex: none;
  position: static;
}

.frm-box.text-overflow .custom-input {
  overflow: hidden;
  text-align: right;
}

.frm-box.text-overflow:not(.focused) .custom-input {
  direction: rtl;
}

.frm-box.text-overflow::before {
  display: block;
  margin-right: -0.25em;
}

/* ###Daftlab 241106 START */
/* form 추가 */
.frm-guide {
  color: var(--added-font);
}

.frm-box .custom-input,
.frm-box:not(.warning) .custom-input {
  caret-color: var(--theme-font);
}

.frm-box.warning .custom-input,
.frm-box.warning input {
  caret-color: var(--warning);
}

.frm-box .custom-input:after,
input::placeholder {
  color: var(--input-icon);
}

.txt-btn {
  color: var(--theme);
}

.txt-btn:active {
  color: var(--theme-press);
}

.txt-btn:before {
  background-color: var(--theme);
}

.txt-btn:active:before {
  background-color: var(--theme-press);
}

.verify-btn {
  color: var(--white);
  background-color: var(--theme-font);
}

.verify-btn:active {
  color: var(--white-press);
}

.verify-btn[disabled],
.verify-btn:disabled {
  background-color: var(--theme-disabled);
}

.read-only .frm-box:after {
  background-color: var(--line) !important;
}

/* ###Daftlab 241106 END */
.select-group {
  display: flex;
  gap: 0.16rem;
  align-items: center;
}

.select-box-list .list-group {
  padding: 0;
}
.select-box-list .list-group:not(:first-child) {
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .select-box-list .list-group:not(:first-child) {
    margin-top: 0.6rem;
  }
}
.select-box-list .list-item-wrap {
  padding: 0 0.4rem;
}

.select-box {
  width: auto;
  position: relative;
}
.select-box .select-button {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  font-size: 0.3rem;
}
.select-box .select-button .icon {
  width: 0.6rem;
  height: 0.6rem;
  flex: none;
}
.select-box .select-button .selected-option {
  text-align: left;
}
.select-box .select-button .arrow,
.select-box .select-button .add {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: auto;
  transform: scaleY(1);
  flex: none;
}
.select-box .select-button[aria-expanded=true] .arrow {
  transform: scaleY(-1);
}
.select-box .option-list {
  position: absolute;
  top: 100%;
  right: 0.4rem;
  z-index: 3;
  overflow: auto;
  overscroll-behavior: none;
  padding: 0 0.16rem;
  border: solid var(--white);
  border-width: 0.24rem 0rem;
  outline: 0.02rem solid var(--list-stroke);
  border-radius: 0.24rem;
  background-color: var(--white);
  box-shadow: 0 0.1rem 0.2rem var(--list-glow-10);
  width: 100%;
  box-sizing: border-box;
  font-size: 0.3rem;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.select-box .option-list .os-scrollbar-wrap {
  max-height: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.select-box .option-list.visible {
  opacity: 1;
}
.select-box .option-list.visible .os-scrollbar-wrap {
  transition: opacity 0.3s ease;
  max-height: min(8rem, 60vh);
}
.select-box .option-list li {
  cursor: pointer;
  user-select: none;
  padding: 0.32rem 0.24rem;
  border-radius: 0.16rem;
  line-height: 0.32rem;
  opacity: 0;
  color: transparent;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(-5px);
  transition: color 0.3s linear, opacity 0.3s linear, transform 0.05s ease-in;
}
.select-box .option-list li.visible {
  color: var(--main-font);
  opacity: 1;
  transform: translateY(0);
}
.select-box .option-list li[aria-selected=true] {
  background-color: var(--input-press-02);
}
.select-box .option-list li label {
  display: block;
  margin: -0.32rem -0.24rem;
  padding: 0.32rem 0.24rem;
}
@media (min-width: 768px) and (hover: hover) {
  .select-box .option-list li:hover {
    background-color: var(--input-press-02);
  }
}
.select-box .option-list li:active {
  background-color: var(--input-press-02);
}
.select-box[data-direction=up] .option-list {
  top: auto !important;
  bottom: 100%;
}
.select-box.type-block {
  padding: 0 0.32rem 0 0.28rem;
}
.select-box.type-block .select-button {
  padding: 0.3rem 0;
}
@media (min-width: 768px) {
  .select-box.type-block {
    padding: 0 0.4rem;
  }
}
.select-box.type-txt {
  display: inline-block;
  padding: 0;
}
.select-box.type-txt .select-button {
  gap: 0.12rem;
  padding: 0;
  font-size: 0.22rem;
}
.select-box.type-txt .select-button .arrow {
  width: 0.24rem;
  height: 0.24rem;
  transform: scaleY(-1);
}
.select-box.type-txt .select-button[aria-expanded=true] .arrow {
  transform: scaleY(1);
}
.select-box:not(.type-block, .type-txt) {
  display: inline-block;
}
.select-box:not(.type-block, .type-txt) .select-button {
  height: 0.64rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-color: var(--white-50);
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: var(--sub-font);
  background-clip: padding-box;
  border: 0.02rem solid var(--list-stroke);
  border-radius: 0.32rem;
}
.select-box:not(.type-block, .type-txt) .select-button .arrow {
  width: 0.28rem;
  height: 0.28rem;
  transform: scaleY(-1);
}
.select-box:not(.type-block, .type-txt) .select-button .arrow .cls-0 {
  stroke: var(--input-icon-30);
}
@media (min-width: 768px) and (hover: hover) {
  .select-box:not(.type-block, .type-txt) .select-button:hover {
    background-color: var(--white);
  }
}
.select-box:not(.type-block, .type-txt) .select-button:active {
  background-color: var(--white);
}
.select-box:not(.type-block, .type-txt) .select-button[aria-expanded=true] {
  background-color: var(--white);
}
.select-box:not(.type-block, .type-txt) .select-button[aria-expanded=true] .arrow {
  transform: scaleY(1);
}
.select-box:not(.type-block) .option-list {
  top: calc(100% + 0.12rem);
  right: 0;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: var(--sub-font);
  max-height: min(6.2rem, 60vh);
  box-shadow: none;
}
.select-box:not(.type-block) .option-list li {
  padding: 0.14rem 0.24rem;
  border-radius: 0.08rem;
}
.select-box:not(.type-block) .option-list li + li {
  margin-top: 0.08rem;
}
.select-box:not(.type-block)[data-direction=up] .option-list {
  bottom: calc(100% + 0.12rem);
}

.textarea-box {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.36rem;
  background: var(--input-bg);
  border-radius: 0.28rem;
  box-sizing: border-box;
  overflow: hidden;
}
.textarea-box textarea {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.3rem;
  line-height: 0.44rem;
  min-height: 2.48rem;
  border: none;
  box-sizing: border-box;
  resize: vertical;
}
.textarea-box textarea::-webkit-resizer {
  opacity: 0;
}
.textarea-box textarea::placeholder {
  color: var(--added-font);
}
@media (min-width: 768px) {
  .textarea-box textarea {
    min-height: 4.08rem;
  }
}

/* visual area */
.page-visual.signin, .page-visual.notice {
  width: 3.84rem;
  height: 2.64rem;
}

.page-visual.coupon-code {
  width: 1.52rem;
  height: 1.52rem;
}

.layer .visual > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.top-visual {
  background-color: var(--empty-bg);
}

.top-visual .swiper-container,
.top-visual .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-visual .thumbnail {
  background: none;
}

.top-visual[data-align=contain] .thumbnail:before,
.top-visual[data-align=contain--h200] .thumbnail:before {
  display: none;
}
.top-visual[data-align=contain] .thumbnail > img,
.top-visual[data-align=contain--h200] .thumbnail > img {
  max-height: 100%;
  object-fit: contain;
  width: auto;
}
@media (max-width: 767px) {
  .top-visual[data-align=contain] .thumbnail > img,
  .top-visual[data-align=contain--h200] .thumbnail > img {
    width: 100%;
    height: auto;
    min-height: unset;
    max-height: unset;
    object-fit: unset;
  }
}
.top-visual[data-align=contain] .h-support,
.top-visual[data-align=contain--h200] .h-support {
  display: block;
  background-repeat: no-repeat;
  background-size: auto 106%;
  background-position: center;
  filter: blur(1.4rem);
}

.top-visual[data-align=contain] .h-support {
  padding-top: 8.8rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-visual[data-align=contain] .h-support {
    padding-top: 10.36rem;
  }
}
@media (min-width: 1280px) {
  .top-visual[data-align=contain] .h-support {
    padding-top: 10.8rem;
  }
}

@media (min-width: 768px) {
  .top-visual[data-align=contain--h200] .thumbnail > img {
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgb(0, 0, 0) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to left, rgb(0, 0, 0) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgb(0, 0, 0) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
  }
}
.top-visual[data-align=contain--h200] .h-support {
  padding-top: min(100%, 4rem);
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-visual[data-align=contain--h200] .h-support {
    padding-top: min(100%, 6.4rem);
  }
}
@media (min-width: 1280px) {
  .top-visual[data-align=contain--h200] .h-support {
    padding-top: min(100%, 7.2rem);
  }
}

.top-visual div[data-type=top-banner] .thumbnail:after {
  background-color: var(--visual-dim);
}

.top-visual div[data-type=top-banner] {
  color: var(--white);
}

.top-visual .inner-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: unset;
}

.top-visual .inner-wrap:before,
.top-visual .inner-wrap:after {
  content: "";
  display: block;
}

.top-visual .inner-wrap:before {
  flex: 1;
}

.top-visual .inner-wrap:after {
  flex: none;
  height: 0.96rem;
}

.top-visual .inner-wrap > * {
  flex: none;
  text-align: left;
}

.top-visual .inner-wrap .tit {
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.68rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.top-visual .inner-wrap .desc {
  font-weight: 400;
  opacity: 0.5;
  font-size: 0.28rem;
  line-height: 0.36rem;
  margin-top: 0.26rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.top-visual .swiper-pagination-fraction {
  position: absolute;
  left: auto;
  top: auto;
  width: auto;
  opacity: 0.5;
  font-weight: 700;
  text-align: center;
  right: 0.4rem;
  bottom: 0.96rem;
  min-width: 0.48rem;
  font-size: 0.28rem;
  line-height: 0.36rem;
}

@media (min-width: 768px) {
  .top-visual .thumbnail:before {
    padding-top: min(75%, 8rem);
  }
}
@media (max-width: 767px) {
  .top-visual .thumbnail:before {
    padding-top: min(75%, 8rem);
  }
}
.done-wrap .page-visual.done {
  width: 1.2rem;
  height: 1.68rem;
  padding: 0;
  box-sizing: border-box;
}
.done-wrap .page-visual.done .svg {
  width: 100%;
  height: 100%;
}
.done-wrap .svg .cls-0 {
  fill: var(--theme);
}
.done-wrap .svg .cls-1 {
  stroke: var(--theme);
}
.done-wrap .common-title {
  font-size: 0.36rem;
  padding: 0.24rem 0.8rem;
  line-height: 0.4rem;
}
.done-wrap .common.added-info {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: var(--added-font);
  padding: 0.24rem 0.8rem;
}
@media (min-width: 768px) {
  .done-wrap {
    padding-top: 0.4rem;
  }
}

/* accordion-ui 하단 content-box 아코디언 */
.accordion-ui + .accordion-ui {
  margin-top: 0.4rem;
}

.accordion-ui .controls {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.6rem;
}

.accordion-ui .controls > p {
  flex: 1;
  text-align: left;
}

.accordion-ui .arrow {
  flex: none;
  width: 0.32rem;
  height: 0.32rem;
  transform: scaleY(-1);
  transition: transform 0.1s ease-out;
  color: var(--added-font);
}

.accordion-ui .content.view {
  overflow: hidden;
  height: 0;
  opacity: 0;
  max-height: 0;
  transform: translateY(-50%) scaleY(0);
  transition: opacity 0.1s ease-out, height 0.1s ease-out, transform 0.05s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-ui.opened .arrow {
  transform: scaleY(1);
}

.accordion-ui.opened .content.view {
  opacity: 1;
  max-height: max-content;
  height: max-content;
  transform: translateY(0);
  transform: translateY(0) scaleY(100%);
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}

.js-accordionList .accordion-button .arrow {
  transform: scaleY(-1);
}
.js-accordionList .accordion-button[aria-expanded=true] .arrow {
  transform: scaleY(1);
}

/* select-list */
.select-list > li {
  font-size: 0;
  line-height: 0;
}
.select-list label {
  display: block;
}
.select-list .inner-wrap {
  padding: 0 0.32rem;
  display: flex;
  box-sizing: border-box;
  min-height: 0.96rem;
}

.select-list.text .inner-wrap {
  min-height: 0.96rem;
  padding: 0 0.4rem;
  align-items: center;
}
.select-list.text .name {
  flex: 1;
  text-align: left;
  font-size: 0.3rem;
  line-height: 1.5;
  margin-right: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-list.text > .content {
  padding-bottom: 0;
}

.select-list.artist {
  padding: 0.12rem 0;
}
.select-list.artist li > label {
  padding: 0.3rem 0;
}
.select-list.artist .inner-wrap {
  min-height: 1rem;
  height: auto;
  padding: 0 0.32rem;
  gap: 0.28rem;
  align-items: center;
  margin: unset;
}
.select-list.artist .inner-wrap .item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.select-list.artist .thumbnail {
  flex: none;
  width: 2rem;
  border-radius: 0.16rem;
  margin-left: 0.08rem;
}
.select-list.artist .thumbnail:before {
  padding-top: 60%;
}
.select-list.artist .thumbnail:after {
  border-radius: 0.16rem;
  border-width: 0.01rem;
  border-style: solid;
}
.select-list.artist .name {
  flex: 1;
  text-align: left;
  font-size: 0.3rem;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-list.artist .sub {
  font-size: 0.24rem;
  line-height: 0.28rem;
}
.select-list.artist .sub + .common {
  margin-top: 0.12rem;
}
.select-list.artist .added-info {
  color: var(--added-font);
}
.select-list.artist .common {
  font-size: 0.32rem;
  line-height: 1.125;
}

.select-list.agreement {
  padding-top: 0.12rem;
}

.scroller > .select-list.agreement {
  padding-top: 0;
}

.select-list.agreement .inner-wrap {
  min-height: 0.48rem;
  height: auto;
  padding: 0 0.48rem;
  gap: 0.2rem;
}

.select-list.agreement li > label {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}

.select-list.agreement label.all-check {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}

.select-list.agreement .name {
  flex: 1;
  text-align: left;
  font-size: 0.26rem;
  line-height: 0.4rem;
  padding: 0.04rem 0;
}
.select-list.agreement .name a {
  text-decoration: underline;
  text-decoration-color: var(--added-font);
  text-underline-offset: 0.06rem;
}
.select-list.agreement .name a:before {
  display: none;
}

.select-list.agreement .all-check .name {
  font-size: 0.32rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 0 0.1em;
}

.notice-wrap {
  width: 7.2rem;
  min-height: max-content;
  margin: auto;
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notice-wrap .page-visual.notice {
  padding: 0;
}
.notice-wrap .content {
  margin-top: 0.6rem;
}
.notice-wrap .common-title {
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 0.56rem;
}
.notice-wrap .common {
  font-size: 0.28rem;
  line-height: 0.44rem;
  margin-top: 0.34rem;
}
.notice-wrap .notice-date {
  color: var(--theme-font);
  margin-top: 0.8rem;
}
.notice-wrap .notice-date .common-title {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.36rem;
  display: flex;
  gap: 0.3rem;
  padding: 0 0.4rem;
  align-items: center;
  text-align: center;
}
.notice-wrap .notice-date .common-title::before, .notice-wrap .notice-date .common-title::after {
  display: block;
  width: 100%;
  height: 0.01rem;
  background: var(--theme-font);
  content: "";
}
.notice-wrap .notice-date .date-wrap {
  margin-top: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.notice-wrap .notice-date .date-wrap .common {
  font-size: 0.3rem;
  line-height: 0.36rem;
}
.notice-wrap .notice-date .date-wrap .common + .common {
  margin-top: 0.12rem;
}

.root-box {
  padding: 0 0.4rem;
  margin: 1.2rem auto;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 767px) {
  .root-box {
    margin: 0.24rem auto 1.2rem;
  }
}
.root-box.pc-border {
  width: 100%;
  max-width: 10rem;
  margin: 1.2rem auto;
  box-sizing: border-box;
  flex: 1;
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  padding: 1.6rem 0.4rem;
}
@media (min-width: 768px) {
  .root-box.pc-border::after {
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
  }
}
.root-box.pc-border .content {
  margin: 0;
  padding: 0;
}
.root-box.pc-border .page-visual {
  padding: 0;
}
.root-box.pc-border .page-visual + .content {
  margin-top: 0.6rem;
}
.root-box.pc-border .button-box {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .root-box.pc-border {
    padding: 1.2rem 1.8rem;
  }
  .root-box.pc-border .button-box {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.root-box .content {
  margin: 0.36rem 0 0.48rem;
  padding: 0.3rem 0.8rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .root-box .content {
    margin: 0 0 0.48rem;
    padding: 0.6rem 0.32rem;
  }
}
.root-box .content .common-title {
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.root-box .content .common {
  font-size: 0.28rem;
  line-height: 0.32rem;
}
.root-box .content .common-title + .common {
  margin-top: 0.4rem;
}
.root-box .thumbnail {
  display: block;
  border: solid 0.01rem var(--list-stroke);
  border-radius: 0.36rem;
  width: 1.48rem;
  height: 1.48rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.16rem var(--list-glow-04);
}
.root-box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.root-box .list-launcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.58rem;
  padding: 0.24rem 0.4rem;
  width: 6.4rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.root-box .list-launcher .list-item.launcher {
  width: 1.48rem;
}
.root-box .list-launcher .list-item.launcher .link-launcher {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.root-box .list-launcher .list-item.launcher .link-launcher .title {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: var(--stit-font);
  text-align: center;
  margin-top: 0.16rem;
}
@media (min-width: 768px) {
  .root-box .list-launcher {
    gap: 0.4rem;
    padding: 0.24rem 0.8rem;
    width: 100%;
    max-width: 13.2rem;
  }
  .root-box .list-launcher .list-item.launcher {
    --theme-bg-2: rgba(var(--theme-base), 0.2);
    --theme-bg-03: rgba(var(--theme-base), 0.03);
    width: 3.6rem;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0.32rem;
    border: solid 0.01rem var(--list-stroke);
    box-shadow: 0 0.02rem 0.16rem var(--list-glow-02);
    background: var(--white);
    background-clip: padding-box;
    transition-property: background;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
    position: relative;
  }
  .root-box .list-launcher .list-item.launcher .link-launcher {
    flex-direction: column;
    padding: 0.32rem;
    align-items: flex-start;
    transition-property: background;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
  }
  .root-box .list-launcher .list-item.launcher .link-launcher .title {
    line-height: 0.36rem;
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: var(--main-font);
  }
  .root-box .list-launcher .list-item.launcher .link-launcher .title span {
    font-weight: 700;
  }
  .root-box .list-launcher .list-item.launcher .link-launcher .title::after {
    content: "";
    display: block;
    width: 0;
    height: 0.12rem;
    background: var(--theme-bg-2);
    transition-property: width;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
    position: absolute;
    bottom: 0;
    border-radius: 0.06rem;
    z-index: 5;
  }
  .root-box .list-launcher .list-item.launcher .link-launcher .thumbnail {
    width: 0.88rem;
    height: 0.88rem;
    margin-top: 0.2rem;
    margin-left: auto;
    border-radius: 0.2rem;
    z-index: 2;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (hover: hover) {
  .root-box .list-launcher .list-item.launcher:hover .link-launcher {
    background: var(--theme-bg-03);
  }
  .root-box .list-launcher .list-item.launcher:hover .title::after {
    width: 100%;
  }
  .root-box .list-launcher .list-item.launcher:hover .thumbnail {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .root-box .list-launcher .list-item.launcher:active .link-launcher {
    background: var(--theme-bg-03);
  }
  .root-box .list-launcher .list-item.launcher:active .title::after {
    width: 100%;
  }
  .root-box .list-launcher .list-item.launcher:active .thumbnail {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=shared.css.map */