/* 
  ** ´Ü¸»±â : iPhone 6s
  ** iOS ¹öÀü : 15.8.3
  ** :has() ¹ÌÁö¿ø (iOS16+ Áö¿ø)
  ** for-a11y
*/

@import "./flatpickr.min.css";

/* =========================
  UTIL
========================= */

.is-hidden {
  display: none !important;
}

/* ========================================
  COMMON
======================================== */

/* accessibility */
.mode-page .sr-only,
.stepper-page .sr-only {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* flatpickr */
.mode-page .flatpickr-calendar:before,
.mode-page .flatpickr-calendar:after,
.stepper-page .flatpickr-calendar:before,
.stepper-page .flatpickr-calendar:after {
  display: none;
}

/* mode variables */
[data-mode="allday"] {
  --stepper-overlay:
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, var(--mode-color-600) 100%);
  --mode-card-gradient: linear-gradient(160deg, #8c8c91 0%, #b4b4b9 100%);

  --mode-today-step-image: url("/images/mymass/step_circle_today_allday.svg");
  --mode-check-step-image: url("/images/mymass/step_check_on_allday.svg");

  --mode-color-200: #ccecff;
  --mode-color-400: #ffffff;
  --mode-color-600: #d1d1cf;
  --mode-color-800: #111111;

  --mode-gradient-btn: linear-gradient(90deg, #727276 0%, #8c8c91 100%);
  --mode-gradient-card: linear-gradient(90deg, #8c8c91 0%, #b4b4b9 100%);
  --mode-gradient-bg-full: linear-gradient(180deg, #8c8c91 0%, #111111 70%);
  --mode-gradient-bg-cta: linear-gradient(
    to top,
    rgba(140, 140, 145, 0.5) 0%,
    transparent 100%
  );

  --mode-gradient-text: linear-gradient(180deg, #97fdf7 0%, #0fbfb6 100%);
}

[data-mode="online"] {
  --stepper-overlay:
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, var(--mode-color-600) 100%);
  --mode-card-gradient: linear-gradient(160deg, #1469e1 0%, #5fc3ff 100%);

  --mode-today-step-image: url("/images/mymass/step_circle_today_online.svg");
  --mode-check-step-image: url("/images/mymass/step_check_on_online.svg");

  --mode-color-200: #ccecff;
  --mode-color-400: #5fc3ff;
  --mode-color-600: #1469e1;
  --mode-color-800: #0e59d1;

  --mode-gradient-btn: linear-gradient(90deg, #1469e1 0%, #2b84ea 100%);
  --mode-gradient-card: linear-gradient(90deg, #1469e1 0%, #5fc3ff 100%);
  --mode-gradient-bg-full: linear-gradient(180deg, #1469e1 0%, #111111 70%);
  --mode-gradient-bg-cta: linear-gradient(
    to top,
    rgba(20, 105, 225, 0.5) 0%,
    transparent 100%
  );
  --mode-gradient-text: linear-gradient(
    184.29deg,
    #93d7ff 5.96%,
    #2d84ff 139.43%
  );
}

[data-mode="play"] {
  --stepper-overlay:
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, var(--mode-color-600) 100%);
  --mode-card-gradient: linear-gradient(160deg, #117d5d 0%, #30cf9c 100%);

  --mode-today-step-image: url("/images/mymass/step_circle_today_play.svg");
  --mode-check-step-image: url("/images/mymass/step_check_on_play.svg");

  --mode-color-200: #b8f4d7;
  --mode-color-400: #30cf9c;
  --mode-color-600: #117d5d;
  --mode-color-800: #036f4f;

  --mode-gradient-btn: linear-gradient(90deg, #117d5d 0%, #259171 100%);
  --mode-gradient-card: linear-gradient(90deg, #117d5d 0%, #30cf9c 100%);
  --mode-gradient-bg-full: linear-gradient(180deg, #30cf9c 0%, #111111 70%);
  --mode-gradient-bg-cta: linear-gradient(
    to top,
    rgba(48, 207, 156, 0.5) 0%,
    transparent 100%
  );
  --mode-gradient-text: linear-gradient(180deg, #99ffce 11.67%, #309565 100%);
}

[data-mode="life"] {
  --stepper-overlay:
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, var(--mode-color-600) 100%);
  --mode-card-gradient: linear-gradient(160deg, #5628cc 0%, #8e6bfd 100%);

  --mode-today-step-image: url("/images/mymass/step_circle_today_life.svg");
  --mode-check-step-image: url("/images/mymass/step_check_on_life.svg");

  --mode-color-200: #dccdfe;
  --mode-color-400: #8e6bfd;
  --mode-color-600: #5628cc;
  --mode-color-800: #481abf;

  --mode-gradient-btn: linear-gradient(90deg, #5628cc 0%, #7249e4 100%);
  --mode-gradient-card: linear-gradient(90deg, #5628cc 0%, #8e6bfd 100%);
  --mode-gradient-bg-full: linear-gradient(180deg, #8e6bfd 0%, #111111 70%);
  --mode-gradient-bg-cta: linear-gradient(
    to top,
    rgba(142, 107, 253, 0.5) 0%,
    transparent 100%
  );
  --mode-gradient-text: linear-gradient(
    184.29deg,
    #dbc1ff 5.96%,
    #863ce6 139.43%
  );
}

[data-mode="global"] {
  --stepper-overlay:
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, var(--mode-color-600) 100%);
  --mode-card-gradient: linear-gradient(160deg, #ed5f1a 0%, #ff7d00 100%);

  --mode-today-step-image: url("/images/mymass/step_circle_today_global.svg");
  --mode-check-step-image: url("/images/mymass/step_check_on_global.svg");

  --mode-color-200: #ffd9a9;
  --mode-color-400: #ff7d00;
  --mode-color-600: #ed5f1a;
  --mode-color-800: #e64900;

  --mode-gradient-btn: linear-gradient(90deg, #ed5f1a 0%, #fa6b07 100%);
  --mode-gradient-card: linear-gradient(90deg, #ed5f1a 0%, #ff7d00 100%);
  --mode-gradient-bg-full: linear-gradient(180deg, #f5590e 0%, #111111 70%);
  --mode-gradient-bg-cta: linear-gradient(
    to top,
    rgba(245, 89, 14, 0.5) 0%,
    transparent 100%
  );
  --mode-gradient-text: linear-gradient(
    186.58deg,
    #f6ceaa 8.83%,
    #ff7d00 124.11%
  );
}

.grad-txt {
  color: transparent;
  background-image: var(--mode-gradient-text);
  background-clip: text;
  -webkit-background-clip: text;
}

/* ========================================
  0. mode_popup.html
======================================== */
.mode-theme .ui-alert {
  border-radius: 32px;
}

.mode-theme .ui-alert-header {
  padding: 28px 20px 8px 20px;
}

.mode-theme .ui-alert__body-inner {
  padding: 0 20px 8px;
}

.mode-theme .ui-alert-header__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.mode-theme .ui-alert-message {
  font-weight: 500;
  color: #666;
  line-height: 1.5;
}

.mode-theme .ui-alert__foot {
  margin: 0;
  padding: 16px;
  border: none;
}
.mode-theme .ui-buttons-list {
  border-radius: 0 0 32px 32px;
}
.mode-theme .ui-buttons-item:not(:last-child) {
  margin-right: 6px;
}
.mode-theme .ui-regular-button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  border-radius: 32px;
  background-color: #eeeeee;
}
.mode-theme .ui-regular-button.type-primary {
  color: #fff;
  background-color: var(--mode-color-600);
}

[data-mode="allday"].mode-theme .ui-regular-button.type-primary {
  background-color: #4b4c4e;
}

.mode-theme .ui-alert__foot .ui-buttons-item + .ui-buttons-item::before {
  content: none;
}

/* ========================================
  1. mode_change.html
======================================== */

/* point color */
.mode-page .point {
  color: #fff;
}

.rolling-item[data-mode="allday"] .point,
.rolling-item[data-mode="online"] .point,
.rolling-item[data-mode="play"] .point,
.rolling-item[data-mode="life"] .point,
.rolling-item[data-mode="global"] .point {
  color: var(--mode-color-400);
}

/* conditional ui */
.mode-page .mode-benefit-note {
  display: none;
  margin-top: 12px;
  padding: 0 12px;
  height: 32px;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.12);
}

.mode-page[data-mode="online"] .mode-benefit-note,
.mode-page[data-mode="play"] .mode-benefit-note,
.mode-page[data-mode="life"] .mode-benefit-note {
  display: block;
}

/* ========================================
  HEADER
======================================== */

[data-page="benefit-statement"] .mymass-header header.header {
  background-color: #fff;
}

.mymass-header header.header {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  color: #fff;
  background-color: #242424;
}
.mymass-header .header-button.type-menu {
  width: 24px;
  height: 24px;
  background-image: url(/images/mymass/ic_header_menu_w.svg);
}

.mymass-header .header-button.type-menu {
  background-size: 24px auto;
}

[data-page="benefit-statement"] .mymass-header .header-button.type-menu {
  background-image: url(/images/mymass/ic_header_menu.svg);
}

.mymass-header .header-left {
  flex: inherit;
}
.mymass-header .mode-header-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.mymass-header .header-button.type-back {
  background-image: url(/images/mymass/ic-header-back-w.svg);
}

[data-page="benefit-statement"] .mymass-header .header-button.type-back {
  background-image: url(/images/mymass/ic-header-back.svg);
}

.mode-header .mode-header-content {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0%, calc(-50% - 24px));
  transition:
    opacity 300ms ease,
    transform 300ms cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 300ms ease,
    visibility 300ms;
  visibility: hidden;
  filter: blur(4px);
  pointer-events: none;
}
.is-sticky-tabs .mode-header-content {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
}
.mode-header-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

/* ========================================
  PAGE LAYOUT
======================================== */

.mode-page {
  display: flex;
  flex-direction: column;
  margin: -30px -24px -35px;
  width: calc(100% + 48px);
  transition:
    transform 260ms ease,
    opacity 260ms ease;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #242424;
}
.mode-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 0 40px;
  position: relative;
  background:
    radial-gradient(ellipse 140% 110% at 50% 3%, #242424 70%, transparent 110%),
    linear-gradient(
      to bottom,
      #242424 0%,
      #242424 45%,
      var(--mode-color-600) 100%
    );

  transition:
    background 500ms ease,
    transform 260ms ease,
    opacity 260ms ease;

  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.mode-section .mode-change-head {
  margin: 0 auto;
  min-height: 58px;
}

/* history button */
.mode-history-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px auto 0;
  min-width: 100px;
}
.mode-history-btn span {
  padding-right: 18px;
  width: 100%;
  position: relative;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  min-height: 20px;
}
.mode-history-btn span::after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/images/mymass/ic-mode-arrow.png) center no-repeat;
  background-size: 16px 16px;
  content: "";
}

/* more button */
.mode-more-btn {
  display: block;
  margin: 40px auto 0;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 10;
}

.mode-more-btn::before {
  position: absolute;
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
  pointer-events: auto;
  content: "";
}

.mode-more-btn::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/mymass/ic-mode-more.svg) center no-repeat;
  background-size: 48px 48px;
  pointer-events: none;
  content: "";
  animation: modeArrowMove 1000ms ease infinite;
}

/* ========================================
  layer-change-history
======================================== */

.layer-change-history .layer-container,
.mode-detail .layer-container {
  position: relative;
}

.layer-change-history .ui-layer {
  height: 340px;
}

.layer-change-history .ui-layer__body {
  /* overflow-y: auto; */
}

.layer-change-history .header__title {
  font-size: 2rem;
}

.layer-change-history .ui-tab-panel,
.moving-detail .ui-tab-panel {
  padding-top: 16px;
}

.layer-change-history .ui-layer__body::after,
.mode-detail .history-detail-list::after {
  width: 100%;
  height: 64px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  content: "";
  pointer-events: none;
}

.mode-detail .history-detail-list::after {
  border-radius: 0 0 32px 32px;
}
.layer-change-history.layer-wrap--slide .ui-layer__head .header,
.moving-detail.layer-wrap--slide .ui-layer__head .header {
  display: flex;
  align-items: center;
  height: 70px;
}
.layer-change-history .ui-layer__body-inner,
.moving-detail .ui-layer__body-inner {
  padding-top: 0;
}
.layer-change-history .ui-tab,
.moving-detail .ui-tab {
  margin-right: -24px;
  margin-bottom: 8px;
  margin-left: -24px;
  width: 100vw;
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: #fff;
}
.layer-change-history .ui-tab-list,
.moving-detail .ui-tab-list {
  padding: 0;
  padding: 0 16px;
  width: 100%;
  box-shadow: none;
  max-width: calc(100% - 32px);
}

.layer-change-history .ui-tab-link,
.moving-detail .ui-tab-link,
.benefit-history-sticky .ui-tab-link {
  padding: 8px 12px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #888;
  /* line-height: 20px; */
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 48px;
}
.layer-change-history .ui-tab-link.js-tabpanel-active::after,
.moving-detail .ui-tab-link.js-tabpanel-active::after,
.benefit-history-sticky .ui-tab-link.js-tabpanel-active::after {
  content: none;
}

.layer-change-history .ui-tab-link.js-tabpanel-active,
.moving-detail .ui-tab-link.js-tabpanel-active,
.benefit-history-sticky .ui-tab-link.js-tabpanel-active {
  color: #fff;
  background-color: #242424;
}

.layer-change-history .ui-tab-item + .ui-tab-item,
.moving-detail .ui-tab-item + .ui-tab-item,
.benefit-history-sticky .ui-tab-item + .ui-tab-item {
  margin-left: 8px;
}

/* ========================================
  HERO
======================================== */

.mode-hero {
  width: 100%;
  overflow: hidden;
}
.mode-hero-label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #a2a2a2;
}
.mode-hero-copy {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 143px;
  padding: 0 24px;
  z-index: 5;
  gap: 8px;
  min-height: 144px;
}
.mode-hero-copy .mode-benefit-title {
  margin-bottom: 0;
  padding: 0px;
  z-index: 5;
  font-size: 2.8rem;
  min-height: 112px;
}

/* orbit */
.mode-hero-orbit {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 3;
  pointer-events: none;
}
.orbit-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* satellite */
.satellite_wrap {
  width: 360px;
  height: 360px;
}
.satellite_box {
  margin: 0px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 130px;
  right: 0;
  transform-origin: center center;
  will-change: transform;
}
.satellite_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* orbit motion */
.satellite_box1 {
  animation: orbit1 15000ms linear infinite;
}

.satellite_box2 {
  animation: orbit2 15000ms linear infinite;
}

.satellite_box3 {
  animation: orbit3 15000ms linear infinite;
}

.satellite_box4 {
  animation: orbit4 15000ms linear infinite;
}

.satellite_box5 {
  animation: orbit5 15000ms linear infinite;
}

.satellite_box6 {
  animation: orbit6 15000ms linear infinite;
}

.satellite_box7 {
  animation: orbit7 15000ms linear infinite;
}

.satellite_box8 {
  animation: orbit8 15000ms linear infinite;
}

/* ========================================
  SWIPER
======================================== */

.mode-slide {
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-width: 100%;
}

.mode-swiper {
  padding: 30px 0 30px;
  overflow: visible;
}
.mode-swiper .swiper-wrapper {
  align-items: center;
}
.mode-swiper .swiper-slide {
  width: 220px;
  overflow: visible;
  transition:
    transform 400ms ease-in-out,
    opacity 400ms ease-in-out;
}

/* mode card frame */
.mode-card::before {
  width: 220px;
  height: 264px;
  position: absolute;
  top: -10px;
  left: -10px;
  border: 3px solid #fff;
  box-sizing: border-box;
  content: "";
  border-radius: 40px;
  pointer-events: none;
}

.mode-card.is-current::before {
  display: none;
}

/* mode card */
.mode-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 10px;
  padding: 16px;
  width: 200px;
  height: 244px;
  position: relative;
  overflow: visible;
  color: #fff;
  background: var(--mode-card-gradient);
  transition:
    transform 400ms ease,
    opacity 400ms ease,
    box-shadow 400ms ease;
  border-radius: 32px;
  box-sizing: border-box;
  transform-origin: center bottom;
}
.mode-card .mode-btn {
  min-height: 48px;
  border-radius: 32px;
  background-color: #fff;
}
.mode-card .mode-btn span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}
[data-mode="allday"] .mode-card .mode-btn.is-disabled {
  opacity: 0.2;
}
.mode-card .mode-btn.is-disabled {
  opacity: 0.5;
  background-color: var(--mode-color-800);
  pointer-events: none;
}
.mode-card .mode-btn.is-disabled span {
  color: #fff;
}
.mode-card .badge {
  width: 78px;
  height: 45px;
  position: absolute;
  top: -8px;
  right: -12px;
  background: url(/images/mymass/ic-badge-current-mode.png) top no-repeat;
  background-size: 78px 45px;
  animation: currentBadgeFade 260ms ease;
}

/* active state */
.swiper-slide-active {
  z-index: 30;
}
.swiper-slide-active .mode-card {
  transform: translateY(0) scale(1) rotate(0deg);
  opacity: 1;
}

/* inactive */
.mode-con-wrap,
.mode-btn,
.badge {
  transition:
    opacity 220ms ease,
    transform 420ms ease;
}

.mode-swiper .swiper-slide:not(.swiper-slide-active) .mode-con-wrap,
.mode-swiper .swiper-slide:not(.swiper-slide-active) .mode-btn,
.mode-swiper .swiper-slide:not(.swiper-slide-active) .badge,
.mode-swiper .swiper-slide:not(.swiper-slide-active) .mode-card::before {
  display: none;
  opacity: 0;
  transition-delay: 120ms;
}

.mode-con-wrap {
  padding: 8px 4px;
}
.mode-con-wrap,
.mode-btn,
.badge {
  transition: opacity 250ms ease;
}

.mode-title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.mode-desc {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}

/* ========================================
  ROLLING TEXT
======================================== */

.mode-benefit-summary {
  display: flex;
  justify-content: center;
  width: 100%;
}
.max-benefit-wrap,
.ai-benefit-wrap {
  width: 100%;
}
.max-benefit-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 110px;
}
.max-benefit-wrap p {
  height: 22px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.rolling-title {
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.rolling-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  height: 40px;
  overflow: hidden;
  color: #fff;
}

.title-rolling-wrap {
  height: 30px;
  position: relative;
  overflow: hidden;
}
.title-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.title-inner {
  display: flex;
  align-items: center;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.price-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  white-space: nowrap;
  pointer-events: none;
}
.price-track {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  transform: translateY(0);
  flex: 0 0 auto;
}
.rolling-track {
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.rolling-item {
  font-weight: 700;
  color: #fff;
}

.title-track {
  position: relative;
}
.title-track .rolling-item {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 30px;
  font-size: 2.4rem;
  font-weight: 800;
  white-space: nowrap;
}
.title-fixed {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.price-track .rolling-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 45px;
}
.price-track .rolling-item span {
  font-size: 3.4rem;
  font-weight: 700;
}

.price-fixed {
  display: flex;
  align-items: center;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.price-suffix {
  display: inline-block;
  height: 100%;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 45px;
  flex: 0 0 auto;
}

/* active text */
.mode-page
  .mode-swiper
  .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(
    .swiper-slide-next
  )
  .mode-card {
  opacity: 0;
}

/* .swiper-slide-prev .badge, */
.swiper-slide-prev .percent-list,
/* .swiper-slide-next .badge, */
.swiper-slide-next .percent-list {
  opacity: 0;
}

/* .swiper-slide-active .badge, */
.swiper-slide-active .title,
.swiper-slide-active .percent-list {
  opacity: 1;
}

/* .badge, */
.title,
.percent-list {
  transition: opacity 250ms ease;
}

/* ========================================
  AI BENEFIT
======================================== */

.ai-benefit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 16px;
  width: 100%;
  min-height: 180px;
  box-sizing: border-box;
}

.ai-benefit-compare__inner {
  padding: 0 24px 20px;
  height: 100%;
  background: #fff;
  max-width: 328px;
  box-sizing: border-box;
  border-radius: 28px;
}

.ai-benefit-head {
  display: flex;
  align-items: center;
  padding: 16px 22px 8px 0;
  position: relative;
}

.ai-benefit-head::before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: url("/images/mymass/ic-ai-benefit.png") no-repeat center / contain;
  background-size: 20px;
  content: "";
}

.ai-benefit-head__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 22px;
  font-size: 1.6rem;
  font-weight: 700;
  background: linear-gradient(90deg, #2e7cff 0%, #8d42ff 100%);
  min-height: 24px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-benefit-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  padding: 12px 24px;
  text-align: center;
  background: linear-gradient(-180deg, #1469e1 0%, #5fc3ff 100%);
  min-height: 48px;
  border-radius: 14px;
  box-sizing: border-box;
}

.ai-benefit-banner__amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.ai-benefit-banner__text {
  margin-left: 2px;
  font-size: 1.4rem;
  color: #fff;
}

.ai-benefit-compare {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  gap: 40px;
}

.ai-benefit-compare__item {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 124px;
}

.ai-benefit-compare__item:not(:last-of-type)::after {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background: url(/images/mymass/ic-cal-arrow.png) center no-repeat;
  background-size: 16px 16px;
  content: "";
  box-sizing: border-box;
}

.ai-benefit-compare__title {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  min-height: 20px;
}

.ai-benefit-compare__title span {
  padding-left: 2px;
  font-size: 1.2rem;
  color: #666;
}

.ai-benefit-compare__value {
  display: inline-flex;
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  min-height: 24px;
}

.ai-benefit-compare__value.is-point {
  color: #0e59d1;
}

/* ========================================
  DETAIL
======================================== */

.mode-detail-area {
  padding-top: 32px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 40px 40px 0 0;
  background-color: #242424;
}

.mode-detail-view {
  width: 100%;
  position: relative;
  background: transparent;
  min-height: calc(100vh - 102px);
}

.mode-detail-view::after {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--mode-color-600);
  opacity: 0.6;
  content: "";
}

.mode-detail-inner {
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: transparent;
  transition: border-radius 300ms ease background 300ms ease;
  isolation: isolate;
  min-height: calc(100vh - 182px);
  border-radius: 40px 40px 0 0;
}
.mode-detail-inner::before {
  position: absolute;
  z-index: -1;
  background: #242424;
  inset: 0;
  content: "";
}
.mode-page.is-sticky-tabs .mode-detail-area {
  border-radius: 0;
}

/* benefit section */
.mode-benefit-section {
  padding: 0 24px 120px;
}
.mode-benefit-group {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  overflow: hidden;
  gap: 12px;
}
.mode-benefit-group + .mode-benefit-group {
  margin-top: 80px;
}

.mode-benefit-title {
  margin-bottom: 16px;
  padding: 0 8px 4px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
[data-mode="allday"] .mode-benefit-title {
  color: #e5e5e5;
}

.benefit-title-accent {
  font-weight: 700;
  color: var(--mode-color-400);
}
.mode-benefit-headline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  min-height: 30px;
}

.mode-benefit-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* text */
.mode-benefit-label {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
[data-mode="allday"] .mode-benefit-label,
[data-mode="allday"] .mode-benefit-value {
  color: var(--mode-color-800);
}

[data-mode="allday"] .mode-benefit-card--sub .mode-benefit-label,
[data-mode="allday"] .mode-benefit-card--sub .mode-benefit-value {
  color: #fff;
}

[data-mode="allday"].mode-page .mode-benefit-card--sub .accr-btn {
  background-image: url(/images/mymass/ic-acc-arrow-allday.svg.svg);
  opacity: 0.7;
}

[data-mode="allday"].mode-page .accordion-item--sub .mode-benefit-detail-desc {
  color: #fff;
}
.mode-benefit-value {
  font-size: 2.4rem;
  font-weight: 700;
}

.mode-benefit-desc {
  font-weight: 500;
  color: #888;
  line-height: 1.5;
}
.mode-benefit-desc span {
  display: inline-block;
}

.mode-benefit-desc span + span {
  margin-top: 2px;
}

/* badge */
.mode-benefit-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  padding: 4px 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--mode-color-800);
  line-height: 1.8rem;
  box-sizing: border-box;
  min-width: 31px;
  min-height: 26px;
  background-color: #fff;
  border-radius: 40px;
}

[data-mode="allday"] .mode-benefit-badge {
  color: var(--mode-color-400);
  background-color: #4b4c4e;
}

/* ========================================
  BENEFIT CARD
======================================== */

.mode-benefit-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
.mode-benefit-copy {
  color: #fff;
}

.mode-benefit-card--default {
  padding: 24px 16px 52px 24px;
  background: #363636;
}
.mode-benefit-card--default.has-extra {
  padding-bottom: 20px;
}
.mode-benefit-card--neutral {
  background: #363636;
}
.mode-benefit-card--accordion {
  padding: 24px 20px 20px 24px;
}
.mode-benefit-card--info {
  padding: 16px 24px;
  background: #363636;
}
.mode-benefit-card--large {
  padding: 24px 24px 20px;
  background: #363636;
}
.mode-benefit-card--themed {
  padding: 24px 24px 20px;
  min-height: 138px;
  background-color: var(--mode-color-600);
}

/* brand */
.benefit-brand {
  font-size: 1.4rem;
  font-weight: 700;
  color: #888;
}
.benefit-text-group {
  margin-top: 8px;
}
.benefit-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.benefit-desc {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #e5e5e5;
  line-height: 1.5;
}

.benefit-desc .info-item::before {
  width: 5px;
  height: 5px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}

.benefit-desc .info-item + .info-item {
  margin-top: 6px;
}

/* info row */
.benefit-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.benefit-info-row .label {
  color: #a2a2a2;
}
.benefit-info-row .value {
  color: #fff;
}

/* ========================================
  ACCORDION
======================================== */

.mode-page .accordion-item {
  overflow: hidden;
  border-radius: 28px;
  background-color: #363636;
}
.mode-page .accordion-item .mode-benefit-detail-title {
  color: #a2a2a2;
}

.mode-page .accordion-item--themed {
  background: var(--mode-color-600);
}
.mode-page .accordion-item--themed .mode-benefit-desc,
.mode-benefit-card--themed .mode-benefit-desc {
  color: rgba(255, 255, 255, 0.7);
}
.mode-page .accordion-item--themed .mode-benefit-detail-list {
  background: var(--mode-color-800);
}

[data-mode="allday"].mode-page
  .accordion-item--themed
  .mode-benefit-detail-list {
  background: #c5c5c3;
}

.mode-page .accordion-item--themed .mode-benefit-detail-title {
  color: rgba(255, 255, 255, 0.6);
}

[data-mode="allday"].mode-page
  .accordion-item--themed
  .mode-benefit-detail-title,
[data-mode="allday"].mode-page .accordion-item--themed .mode-benefit-desc,
[data-mode="allday"] .mode-benefit-card--themed .mode-benefit-desc {
  color: rgba(0, 0, 0, 0.5);
}

.mode-page .accordion-contents {
  padding: 0 16px 16px;
}
.mode-benefit-detail-list {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
  border-radius: 20px;
  background-color: #444;
}
.mode-benefit-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.mode-benefit-detail-title {
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.mode-benefit-detail-desc {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  color: #fff;
  line-height: 1.5;
  max-width: 200px;
  flex: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.mode-benefit-extra {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.mode-benefit-extra .bullet-text {
  display: block;
  padding-left: 10px;
  position: relative;
}
.mode-benefit-extra .bullet-text::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "*";
}
.mode-benefit-extra span {
  display: inline-block;
  margin-top: 6px;
  font-weight: 500;
  color: #888;
  line-height: 1.5;
}
.mode-benefit-extra span + span {
  margin-top: 2px;
}
[data-mode="allday"] .mode-benefit-detail-desc {
  color: #000;
}

.mode-benefit-detail-list .mode-benefit-detail-item:last-of-type {
  padding-bottom: 0;
  border: none;
}

.mode-benefit-detail-item:not(:first-of-type) {
  margin-top: 20px;
}

.mode-page .accordion-opener {
  display: block;
  padding: 0;
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
}
.mode-page .accordion-opener::after,
.mode-page .accordion-opener::before {
  content: none;
}
.mode-page .js-ui-accordion__layer {
  overflow: hidden;
}
.mode-benefit-detail {
  padding: 0 24px 24px;
}
.mode-page .accr-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-image: url(/images/mymass/ic-acc-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.7;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease;
  border-radius: 50%;
}
[data-mode="allday"].mode-page .accr-btn {
  background-image: url(/images/mymass/ic-acc-arrow-allday.svg.svg);
  opacity: 1;
}
.mode-page .accordion-item.js-accordion-opened .accr-btn {
  transform: rotate(180deg);
}

/* ========================================
  TABS
======================================== */

.mode-tab-wrap {
  position: relative;
  transform: translateY(-12px);
  opacity: 0;
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 520ms;
  min-height: 52px;
  visibility: hidden;
  background-color: #242424;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.mode-tab-wrap::-webkit-scrollbar {
  display: none;
}

.mode-tabs {
  display: flex;
  padding: 8px 20px;
  width: max-content;
  width: max-content;
  overflow: visible;
  gap: 8px;
  min-width: 100%;
}

.mode-tab {
  flex-shrink: 0;
  padding: 8px 12px;
  transition:
    background-color 250ms ease,
    color 250ms ease;
  min-height: 36px;
  border-radius: 48px;
  background-color: #444;
}
.mode-tab span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #a2a2a2;
  transition: color 250ms ease;
  white-space: nowrap;
}

.is-sticky-tabs .mode-tab-wrap {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 80ms;
}

.mode-tab.is-active {
  background: #fff;
}
.mode-tab.is-active span {
  color: var(--mode-color-800);
}

/* ========================================
  BOTTOM FIXED
======================================== */

.mode-bottom-fixed {
  padding: 40px 20px;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  transform: translateY(40px);
  background: var(--mode-gradient-bg-cta);
  opacity: 0;
  transition:
    opacity 280ms ease,
    transform 280ms ease;
  box-sizing: border-box;
  pointer-events: none;
}
.mode-page .fix-top-wrap {
  transform: translateY(-12px);
  opacity: 0;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}
.mode-page .fix-top-wrap.is-sticky-tabs {
  transform: translateY(0);
  opacity: 1;
}

.mode-page.is-sticky-tabs .mode-bottom-fixed {
  z-index: 11;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mode-change-btn {
  padding: 17px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.04),
    inset 0 -14px 28px rgba(0, 0, 0, 0.3),
    inset 0 0 12px rgba(255, 255, 255, 0.04),
    0 10px 32px rgba(0, 0, 0, 0.18);
  border-radius: 32px;
  backdrop-filter: blur(6px) saturate(140%);
}

.mode-change-btn::before {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.08) 38%,
    transparent 100%
  );
  opacity: 0.7;
  inset: 0;
  pointer-events: none;
  content: "";
}

.mode-change-btn::after {
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: inherit;
  pointer-events: none;
  content: "";
}

/* hero fade */
.mode-slide,
.rolling-title,
.mode-history-btn,
.max-benefit-wrap {
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

/* ========================================
  2. Calendar_history.html
======================================== */

#calendar {
  display: none;
}
.calendar-card {
  padding: 0 12px;
  background-color: #242424;
  border-radius: 16px;
}
.calendar-header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  color: #fff;
  gap: 12px;
}
.month-title {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.calendar-header button.btn-prev,
.calendar-header button.btn-next,
.benefit-month__button.btn_prev,
.benefit-month__button.btn_next {
  width: 32px;
  height: 32px;
  border: none;
  background-image: url(/images/mymass/ic-cal-arrow-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

.calendar-header button.btn-next,
.benefit-month__button.btn_next {
  transform: rotate(180deg);
}
.calendar-header button.is-disabled,
.benefit-month button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.flatpickr-months {
  display: none;
}

.flatpickr-calendar,
.flatpickr-calendar * {
  box-sizing: border-box;
}

.flatpickr-calendar {
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 100% !important;
}
.flatpickr-calendar.inline {
  top: 0;
}

.flatpickr-innerContainer {
  margin: 0 -4px;
  overflow: visible;
  background-color: #242424;
}
.flatpickr-day.selected {
  background: transparent;
  background-color: transparent;
}
.flatpickr-rContainer,
.flatpickr-days,
.dayContainer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow: visible !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* weekday */
.flatpickr-weekdays {
  margin: 0 0 8px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
}
.flatpickr-weekdaycontainer {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
}
span.flatpickr-weekday {
  font-size: 1.3rem;
  font-weight: 400;
  color: #a2a2a2;
  line-height: 2rem;
}

/* day */
.dayContainer {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  row-gap: 16px !important;
  column-gap: 0 !important;
}
.flatpickr-day {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 64px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  border: none !important;
  max-width: 100% !important;
}

.hidden-outside {
  visibility: hidden;
}

/* ========================================
  DAY BASE
======================================== */

.calendar-card .flatpickr-day {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(100% / 7);
  height: 64px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: 0;
  background: none;
  box-sizing: border-box;
  max-width: none;
  border-radius: 0;
}

/* used */
.flatpickr-day.has-used::before {
  z-index: -20;
  background: #444;
}

/* benefit */
.flatpickr-day.has-benefit::before {
  z-index: -10;
  background: var(--mode-color-600);
}

/* today */
.flatpickr-day.is-today::after {
  border: 2px solid var(--mode-color-400);
}

.flatpickr-day.is-today {
  color: var(--mode-color-400);
}

.flatpickr-day.is-future {
  pointer-events: none;
}

/* »ç¿ëÀÚ°¡ ¼±ÅÃÇÑ ³¯Â¥ */
.flatpickr-day.user-selected::after {
  width: 40px;
  height: 40px;
  top: -1px;
  z-index: -10;
  background: #fff;
}

.flatpickr-day.user-selected {
  color: var(--mode-color-600);
}
.flatpickr-day.user-selected .day-subtext {
  color: #fff;
}

[data-mode="allday"] .flatpickr-day.user-selected,
[data-mode="allday"] .flatpickr-day.has-benefit {
  color: #111;
}

/* benefit + today */
.flatpickr-day.has-benefit.is-today::after {
  top: -2px;
  border-color: #fff;
}

/* future */
.flatpickr-day.is-future {
  opacity: 0.28;
}

/* outside */
.flatpickr-day.hidden-outside {
  visibility: hidden;
}

/* circle */
.flatpickr-day::before,
.flatpickr-day::after {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-radius: 50%;
}
.flatpickr-day::after {
  width: 38px;
  height: 38px;
}

/* ========================================
  BENEFIT RANGE
======================================== */

/* ½ÃÀÛ */
.flatpickr-day.benefit-start:not(.benefit-end)::before {
  width: calc(50% + 20px);
  height: 38px;
  right: 0;
  left: unset;
  transform: none;
  box-shadow: 0px 0px 0px 1px var(--mode-color-600);
  border-radius: 20px 0 0 20px;
}

/* ³¡ */
.flatpickr-day.benefit-end:not(.benefit-start)::before {
  width: calc(50% + 20px);
  height: 38px;
  left: 0;
  transform: none;
  box-shadow: 0px 0px 0px 1px var(--mode-color-600);
  border-radius: 0 20px 20px 0;
}

/* Áß°£ */
.flatpickr-day.benefit-continue-left.benefit-continue-right::before {
  width: 100%;
  height: 38px;
  box-shadow: 0px 0px 0px 1px var(--mode-color-600);
  border-radius: 0;
}

/* ========================================
  SUB TEXT
======================================== */

.day-subwrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  box-sizing: border-box;
}
.day-subtext {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 6px 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--mode-color-400);
  line-height: 12px;
  white-space: nowrap;
}

/* ========================================
  SUMMARY
======================================== */

.summary-box {
  margin-bottom: 32px;
  padding: 16px 24px;
  font-weight: 500;
  color: #c4c4c4;
  background: #363636;
  border-radius: 24px;
}
.summary-box .dot {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 8px 20px;
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
}
.summary-box .dot::before {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  border-radius: 50%;
}
.summary-box .dot.gray::before {
  background-color: #a2a2a2;
}
.summary-box .dot.mode-dot::before {
  background-color: var(--mode-color-400);
}
.summary-value {
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

/* ========================================
  TOOLTIP
======================================== */

.mode-calendar .ui-layer__body-inner {
  padding-top: 0;
}

.mode-calendar .header__button--close {
  width: 28px;
  height: 28px;
}
.mode-calendar .layer-wrap--slide .header__button--close::after,
.mode-calendar .header__button--close::after,
.provision-layer.layer-wrap--slide .header__button--close::after {
  width: 28px !important;
  height: 28px !important;
}
.mode-calendar .header__button--close::after,
.provision-layer .header__button--close::after {
  background: url(/images/mymass/ic-close-btn.png) no-repeat center;
  background-size: 28px 28px;
}

.mode-calendar .header__title {
  display: flex;
  align-items: center;
}

.mode-calendar .month-tooltip {
  position: relative;
}
.mode-calendar .month-tooltip-btn {
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: url("/images/mymass/ic-tooltip-off.png") center no-repeat;
  background-size: 24px 24px;
}
.mode-calendar .month-tooltip-btn.is-active {
  background: url("/images/mymass/ic-tooltip-on.png") center no-repeat;
  background-size: 24px 24px;
}
.mode-calendar .month-tooltip::after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/mymass/ic-tooltip-off.png) no-repeat center;
  background-size: 24px 24px;
  content: "";
}

.mode-calendar .month-tooltip-box {
  display: flex;
  align-items: flex-start;
  padding: 12px 12px 12px 20px;
  position: absolute;
  top: 62px;
  left: 20px;
  z-index: 10;
  background: #666;
  opacity: 0;
  transition:
    opacity 250ms ease,
    visibility 250ms ease;
  max-width: 280px;
  border-radius: 16px;
  visibility: hidden;
}
.mode-calendar .month-tooltip-box.is-active {
  opacity: 1;
  visibility: visible;
}
.mode-calendar .month-tooltip-box::before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -4px;
  left: 80px;
  transform: rotate(45deg);
  background: #666;
  content: "";
}

.mode-calendar .month-tooltip-box ul {
  flex: 1;
}
.mode-calendar .month-tooltip-box ul li {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
}
.mode-calendar .month-tooltip-box ul li:not(:last-child) {
  margin-bottom: 4px;
}
.mode-calendar .month-tooltip-box ul li::before {
  width: 3px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  border-radius: 50%;
  background-color: #fff;
}

.mode-calendar .month-tooltip-close {
  flex-shrink: 0;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url(/images/mymass/ic-tooltip-close.png) center no-repeat;
  background-size: contain;
}

/* month list */
.mode-calendar .month-select-list li {
  padding: 13px 0;
  font-size: 1.6rem;
  font-weight: 500;
}

/* radio */
.mode-calendar .month-radiowrap {
  display: flex;
  align-items: center;
  position: relative;
}
.mode-calendar .month-radiowrap .radio + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/images/mymass/ic-check-allday.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  cursor: pointer;
}
.mode-calendar .month-radiowrap .radio + label,
[data-mode="online"] .mode-calendar .month-radiowrap .radio + label,
[data-mode="online"].mode-calendar .month-radiowrap .radio + label {
  background-image: url("/images/mymass/ic-check-online.svg");
}
[data-mode="play"] .mode-calendar .month-radiowrap .radio + label,
[data-mode="play"].mode-calendar .month-radiowrap .radio + label {
  background-image: url("/images/mymass/ic-check-play.svg");
}
[data-mode="life"] .mode-calendar .month-radiowrap .radio + label,
[data-mode="life"].mode-calendar .month-radiowrap .radio + label {
  background-image: url("/images/mymass/ic-check-life.svg");
}
[data-mode="global"] .mode-calendar .month-radiowrap .radio + label,
[data-mode="global"].mode-calendar .month-radiowrap .radio + label {
  background-image: url("/images/mymass/ic-check-global.svg");
}

.mode-calendar .month-radiowrap .radio:checked + label {
  opacity: 1;
}
.mode-calendar .month-radiowrap .radio + label + label {
  padding-right: 70px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.mode-calendar .month-radiowrap .radio:checked + label + .month-label {
  font-weight: 700;
  color: #1469e1;
}

[data-mode="allday"]
  .mode-calendar
  .month-radiowrap
  .radio:checked
  + label
  + .month-label {
  color: #1469e1;
}
[data-mode="online"]
  .mode-calendar
  .month-radiowrap
  .radio:checked
  + label
  + .month-label {
  color: #1469e1;
}
[data-mode="play"]
  .mode-calendar
  .month-radiowrap
  .radio:checked
  + label
  + .month-label {
  color: #117d5d;
}
[data-mode="life"]
  .mode-calendar
  .month-radiowrap
  .radio:checked
  + label
  + .month-label {
  color: #5628cc;
}
[data-mode="global"]
  .mode-calendar
  .month-radiowrap
  .radio:checked
  + label
  + .month-label {
  color: #ed5f1a;
}

/* ========================================
  3. mymass.html
======================================== */

.stepper-page {
  margin: -30px -24px -35px;
  width: calc(100% + 48px);
  height: calc(100vh - 50px);
  position: relative;
  position: relative;
  background-color: #242424;
}

.stepper-page *,
.stepper-page *::before,
.stepper-page *::after {
  box-sizing: border-box;
}

.stepper-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ±âº» ¼û±è */
.stepper-pending {
  display: none;
  z-index: 101;
}

/* Áý°èÁß »óÅÂ */
.stepper-page.is-pending .stepper-wrap {
  position: relative;
  overflow: hidden;
}

/* stepper Å¬¸¯ ¸·±â */
.stepper-page.is-pending .stepper-wrap .flow-stepper {
  pointer-events: none;
  user-select: none;
}

.stepper-page.is-pending .stepper-wrap .stepper-pending {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}

.stepper-page.is-pending .stepper-tools,
.stepper-page.is-pending .flow-stepper {
  opacity: 0;
}

.stepper-pending__title {
  display: block;
  padding-top: 132px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.stepper-pending__title::before {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/mymass/ic-mymass-dim.png) no-repeat center;
  background-size: contain;
  content: "";
}

.stepper-pending__desc {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}

/* ========================================
  MODE SUMMARY
======================================== */

.mode-summary {
  margin: auto;
  padding: 8px 12px 0;
  width: 100%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.mode-summary::after {
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #242424 70%, rgba(36, 36, 36, 0) 100%);
  content: "";
}

/* ========================================
  SUMMARY SHORTCUT
======================================== */

.mode-summary__shortcut,
.mode-summary__history-button {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 32px;
}

/* shortcut */
.mode-summary__shortcut {
  justify-content: space-between;
  padding: 14px 16px;
  width: 100%;
  position: relative;
  background: var(--mode-gradient-btn);
  min-height: 52px;
}

.mode-summary__shortcut-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* arrow */
/* .mode-summary__shortcut::after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url(/images/mymass/ic-arrow-right.svg) no-repeat center center /
    16px;
  content: "";
} */
.mode-summary__shortcut::after {
  /* width: 16px; */
  height: 18px;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  transform: translateY(-50%);
  content: "¸ðµå º¯°æÇÏ±â";
}

/* mode name */
.mode-summary__mode-name {
  padding-left: 32px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.mode-summary__mode-name::before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/images/mymass/ic-summary-allday.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  content: "";
}
[data-mode="allday"] .mode-summary__mode-name::before {
  background-image: url(/images/mymass/ic-summary-allday.svg);
}
[data-mode="online"] .mode-summary__mode-name::before {
  background-image: url(/images/mymass/ic-summary-online.svg);
}
[data-mode="life"] .mode-summary__mode-name::before {
  background-image: url(/images/mymass/ic-summary-life.svg);
}
[data-mode="play"] .mode-summary__mode-name::before {
  background-image: url(/images/mymass/ic-summary-play.svg);
}
[data-mode="global"] .mode-summary__mode-name::before {
  background-image: url(/images/mymass/ic-summary-global.svg);
}

/* ========================================
  BENEFIT CARD
======================================== */

.mode-summary__benefit-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 24px 20px;
  min-height: 106px;
  background-color: #fff;
  border-radius: 28px;
}

.mode-summary__benefit-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mode-summary__benefit-head {
  display: flex;
  align-items: center;
  padding-left: 4px;
  min-height: 32px;
  gap: 2px;
}

.mode-summary__benefit-body {
  padding-left: 4px;
}

.mode-summary__benefit-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}

.mode-summary__benefit-price {
  font-size: 2.6rem;
  font-weight: 700;
  color: #111;
  min-height: 32px;
}

.form-detail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  padding: 12px 0 4px;
  border-top: 1px solid #e5e5e5;
  min-height: 20px;
}

.mode-summary-btn {
  display: flex;
  align-items: center;
  margin-top: 4px;
  position: relative;
  min-height: 20px;
}
.mode-summary-btn::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  pointer-events: auto;
  content: "";
}
.mode-summary-btn p {
  padding-right: 20px;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #888;
}
.mode-summary-btn p::after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/images/mymass/ic-arrow-right-gray.svg) no-repeat center
    center / 16px;
  content: "";
}

.mode-summary__history-button {
  flex-shrink: 0;
  padding: 10px 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #242424;
  border: 0;
  background: #eeeeee;
  min-width: 58px;
  min-height: 40px;
  border-radius: 32px;
}

/* ========================================
  MONTH BUTTON
======================================== */

.mode-summary .btn-month-prev,
.mode-summary .btn-month-next,
.benefit-history .btn-month-prev,
.benefit-history .btn-month-next {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(/images/mymass/ic-cal-arrow.png) no-repeat center center /
    20px;
  transition: opacity 200ms ease;
}

.benefit-history .btn-month-next {
  transform: rotate(-180deg);
}

.mode-summary .btn-month-next {
  transform: rotate(180deg);
}

.btn-month-prev.is-disabled,
.btn-month-next.is-disabled {
  opacity: 0.12;
  pointer-events: none;
}

/* ========================================
  STEPPER
======================================== */

.flow-stepper {
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  background-color: #242424;
}
.flow-stepper::-webkit-scrollbar {
  display: none;
}
.flow-stepper-scroll-lock {
  overflow: hidden !important;
  overscroll-behavior: none;
  touch-action: none;
}

/* step */
.flow-stepper .flow-stepper-inner {
  margin: 56vh auto 180px;
  width: 100%;
  position: relative;
  min-height: 100%;
}

.flow-stepper[data-with-event-image="true"] .flow-stepper-inner {
  margin: 56vh auto 240px;
}

.flow-stepper .step {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/images/mymass/step_circle.svg") no-repeat center center;
  opacity: 0;
  will-change: transform, opacity;
  animation: stepperFade 500ms forwards;
}
.flow-stepper .step.trigger {
  z-index: 9;
}
.flow-stepper .step .content {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.025em;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.flow-stepper .step[data-today="true"]::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--mode-today-step-image);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  animation: stepRotate 2000ms cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.flow-stepper .step[data-checked="true"] {
  background-image: var(--mode-check-step-image);
  background-position: center center;
  background-repeat: no-repeat;
}
.flow-stepper .step[data-checked="true"]:not([data-point*="double"]) .content {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.flow-stepper .step[data-checked="true"]::before {
  display: none;
}

.flow-stepper .step .bubble {
  padding: 12px;
  width: auto;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  z-index: 9;
  font-size: 14px;
  font-weight: var(--step-bubble-font-weight);
  text-align: center;
  color: var(--step-bubble-color);
  line-height: 18px;
  transform: translateX(-50%) translateY(16px) scale(0.8);
  background: var(--step-bubble-background);
  opacity: 0;
  border-radius: 52px;
  white-space: pre;
  animation: bubblePop 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.flow-stepper .step .bubble::after {
  width: 0;
  height: 0;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  z-index: -1;
  border-width: 14px 11px 0px 11px;
  border-color: var(--step-bubble-background) transparent transparent
    transparent;
  border-style: solid;
  transform: translateX(-50%);
  content: "";
}

.flow-stepper .step[data-left-pattern="1"] .bubble {
  bottom: calc(100% + 18px);
  /* left: calc(100% + 32px); */
  left: calc(100% + 40px);
}
.flow-stepper .step[data-left-pattern="1"] .bubble::after {
  left: 28px;
  border-width: 14px 14px 0px 0px;
}

.flow-stepper .step[data-left-pattern="2"] .bubble {
  bottom: calc(100% - 36px);
  left: calc(100% + 90px);
}
.flow-stepper .step[data-left-pattern="2"] .bubble::after {
  top: calc(100% - 20px);
  left: 16px;
  border-width: 0px 0px 20px 32px;
  border-color: transparent transparent var(--step-bubble-background)
    transparent;
}

.flow-stepper .step[data-left-pattern="4"] .bubble {
  bottom: calc(100% + 10px);
  left: calc(-100% + 35px);
}
.flow-stepper .step[data-left-pattern="4"] .bubble::after {
  left: calc(100% - 28px);
  border-width: 0px 14px 14px 0px;
  border-color: transparent var(--step-bubble-background) transparent
    transparent;
}

.flow-stepper .step[data-left-pattern="5"] .bubble {
  bottom: calc(100% - 36px);
  /* left: calc(-100% - 2px); */
  left: calc(-100% - 30px);
}
.flow-stepper .step[data-left-pattern="5"] .bubble::after {
  top: calc(100% - 20px);
  left: calc(100% - 16px);
  border-width: 20px 0px 0px 32px;
  border-color: transparent transparent transparent
    var(--step-bubble-background);
}

/* [S]: È­»ìÇ¥ - evnet image ÀÖ´Â °æ¿ì @TODO */
.flow-stepper .step[data-with-event-image="true"] .bubble {
  bottom: -100%;
}
.flow-stepper .step[data-with-event-image="true"] .bubble::after {
  top: -10px;
  border-width: 0px 11px 14px 11px;
  border-color: transparent transparent var(--step-bubble-background)
    transparent;
}
.flow-stepper
  .step[data-with-event-image="true"][data-left-pattern="1"]
  .bubble {
  bottom: calc(-100% - 4px);
}
.flow-stepper
  .step[data-with-event-image="true"][data-left-pattern="1"]
  .bubble::after {
  left: 28px;
  border-width: 14px 0px 0px 14px;
  border-color: transparent transparent transparent
    var(--step-bubble-background);
}
.flow-stepper
  .step[data-with-event-image="true"][data-left-pattern="2"]
  .bubble {
  bottom: calc(-100% + 24px);
}
.flow-stepper
  .step[data-with-event-image="true"][data-left-pattern="2"]
  .bubble::after {
  top: 0;
  border-width: 0px 32px 20px 0px;
  border-color: transparent var(--step-bubble-background) transparent
    transparent;
}
.flow-stepper
  .step[data-with-event-image="true"][data-left-pattern="4"]
  .bubble {
  bottom: calc(-100% + 4px);
}
.flow-stepper
  .step[data-with-event-image="true"][data-left-pattern="4"]
  .bubble::after {
  border-width: 14px 0px 0px 14px;
  border-color: transparent transparent transparent
    var(--step-bubble-background);
}
.flow-stepper
  .step[data-with-event-image="true"][data-left-pattern="5"]
  .bubble {
  bottom: calc(-100% + 16px);
}
.flow-stepper
  .step[data-with-event-image="true"][data-left-pattern="5"]
  .bubble::after {
  top: 0;
  border-width: 20px 32px 0px 0px;
  border-color: var(--step-bubble-background) transparent transparent
    transparent;
}
/* [E]: È­»ìÇ¥ - evnet image ÀÖ´Â °æ¿ì */

.flow-stepper .step[data-point*="double"]::before {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url("/images/mymass/step_capsule_off.svg") no-repeat center center;
  content: "";
  animation: doubleStepShake 3000ms ease-in-out infinite;
}

.flow-stepper .step[data-point*="double"][data-today="true"]::before {
  background-image: url("/images/mymass/step_capsule_off_light.svg");
}
.flow-stepper
  .step[data-point*="double"][data-today="true"]:not(
    [data-checked="true"]
  )::after {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(192, 253, 255, 0.9) 10%,
    rgba(192, 253, 255, 0.55) 24%,
    rgba(192, 253, 255, 0.22) 52%,
    rgba(192, 253, 255, 0) 78%
  );
  filter: blur(40px);
  content: "";
}
.flow-stepper .step[data-point*="double"]:not([data-checked="true"]) .double {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.flow-stepper .step[data-point*="double"][data-checked="true"] {
  background: transparent;
}
.flow-stepper .step[data-point*="double"][data-checked="true"]::before {
  display: block;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: auto;
  transform: translate(-50%, -50%);
  background: url("/images/mymass/step_capsule_on2.svg") no-repeat center center;
  background-size: cover;
  content: "";
  animation: none;
}
.flow-stepper .step[data-point*="double"][data-checked="true"] .content {
  top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  transform: translateX(-50%);
}
.flow-stepper .step[data-point*="double"][data-checked="true"] .double {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 18px;
  left: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 22px;
  transform: translateX(-50%);
  column-gap: 3px;
}
.flow-stepper .step[data-point*="double"][data-checked="true"] .double::before {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/images/mymass/step_capsule_plus.svg") no-repeat center
    center;
  background-size: cover;
  content: "";
}
.flow-stepper
  .step[data-point*="double"][data-point*="lineThrough"][data-checked="true"]
  .double {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 18px;
  left: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  transform: translateX(-50%);
  opacity: 0.4;
  column-gap: 3px;
  text-decoration-line: line-through;
  text-decoration-thickness: 1px;
}
.flow-stepper
  .step[data-point*="double"][data-point*="lineThrough"][data-checked="true"]
  .double::before {
  display: none;
  content: none;
}

.flow-stepper .event-image {
  width: 88px;
  height: 132px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("/images/mymass/step_gacha.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  will-change: transform, opacity;
  animation: eventImageFadeToLeft 500ms forwards 500ms;
}
.flow-stepper .event-image::after {
  width: 136px;
  height: 136px;
  position: absolute;
  bottom: -132px;
  left: 7px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("/images/mymass/step_gacha_ball.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  content: "";
  will-change: transform, opacity;
  animation: eventImageFadeToLeft 500ms forwards 750ms;
}

/* ¿ÞÂÊ µîÀå */
.flow-stepper .event-image[data-event-left-pattern="1"] {
  background-image: url("/images/mymass/step_gacha_left.svg");
  animation-name: eventImageFadeToRight;
}
.flow-stepper .event-image[data-event-left-pattern="1"]::after {
  right: -136px;
  left: auto;
  animation-name: eventImageFadeToRight;
}

/* ========= ===============================
TOOLS
======================================== */

.stepper-page .stepper-tools {
  padding: 0 20px 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.stepper-page .stepper-tools::after {
  width: 100%;
  /* height: 176px; */
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--stepper-overlay);
  background-size: contain;
  /* opacity: 0.6; */
  pointer-events: none;
  content: "";
}

.stepper-page .tools-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

/* ========================================
BUTTON
======================================== */

.stepper-page .tools-button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.stepper-page .button-history {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 18px;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  min-height: 20px;
}

.stepper-page .button-history::after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/images/mymass/ic-arrow-right.svg) no-repeat center center /
    16px;
  opacity: 0.8;
  content: "";
}

/* ========================================
GLASS
======================================== */
.stepper-page .tools-glass {
  padding: 8px;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.02);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    rgba(88, 115, 255, 0.12);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.08),
    0 8px 32px rgba(0, 0, 0, 0.02);
  max-width: 240px;
  border-radius: 48px;
  backdrop-filter: blur(4px);
}
.stepper-page .tools-glass::before {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  content: "";
}

/* ========================================
PROGRESS
======================================== */

.stepper-page .tools-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 12px);
  position: relative;
  min-height: 40px;
}

/* dots */
.stepper-page .progress-dots {
  width: 42px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.18) 0 3px,
    transparent 3px
  );
  background-repeat: repeat-x;
  background-size: 14px 6px;
}

.stepper-page .progress-dots.left {
  left: 40px;
}

.stepper-page .progress-dots.right {
  right: 40px;
}
/* active fill */
.stepper-page .tools-progress::after {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: -6px;
  background: var(--mode-color-400);
  transition: width 500ms ease;
  border-radius: 45px;
  content: "";
}
[data-mode="allday"] .stepper-page .tools-progress::after {
  background: #7bddff;
}

/* active */
.stepper-page .tools-progress[data-active-index="0"]::after {
  width: 0;
}

.stepper-page .tools-progress[data-active-index="1"]::after {
  width: 40px;
}

.stepper-page .tools-progress[data-active-index="2"]::after {
  width: calc((100% / 3 * 2) - 9px);
}

.stepper-page .tools-progress[data-active-index="3"]::after {
  width: calc(100% + 12px);
}

/* ========================================
  EVENT GLASS
======================================== */

.tools-event-glass {
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
  max-width: 164px;
  min-height: 56px;
}

.tools-event-glass .tools-event {
  display: flex;
  align-items: center;
  padding: 14px 12px;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.08) 100%
    ),
    rgba(255, 255, 255, 0.06);

  box-shadow:
    inset 5px 5px 10px rgba(255, 255, 255, 0.12),
    inset -5px -5px 10pxrgba (255, 255, 255, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  min-height: 56px;
  border-radius: 48px;
}

.tools-event-glass .event-text {
  padding-right: 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.tools-event-glass .event-text::after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/images/mymass/ic-arrow-right.svg) no-repeat center;
  content: "";
}

.tools-event-glass .event-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 6px;
  width: 36px;
  height: 28px;
  color: #fff;
  background: var(--mode-color-200);
  border-radius: 45px;
}
.tools-event-glass .event-badge::after {
  width: 100%;
  height: 100%;
  background-image: url(/images/mymass/ic-X2-allday.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}

[data-mode="online"] .tools-event-glass .event-badge::after {
  background-image: url(/images/mymass/ic-X2-online.svg);
}
[data-mode="play"] .tools-event-glass .event-badge::after {
  background-image: url(/images/mymass/ic-X2-play.svg);
}
[data-mode="life"] .tools-event-glass .event-badge::after {
  background-image: url(/images/mymass/ic-X2-life.svg);
}
[data-mode="global"] .tools-event-glass .event-badge::after {
  background-image: url(/images/mymass/ic-X2-global.svg);
}

/* ========================================
ITEM
======================================== */

.stepper-page .progress-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
  transition:
    background 300ms ease,
    color 300ms ease;
  border-radius: 50%;
}

.stepper-page .progress-item::before {
  content: attr(data-index);
}

/* active state */
.stepper-page
  .tools-progress[data-active-index="1"]
  .progress-item[data-index="1"],
.stepper-page
  .tools-progress[data-active-index="2"]
  .progress-item[data-index="1"],
.stepper-page
  .tools-progress[data-active-index="2"]
  .progress-item[data-index="2"],
.stepper-page .tools-progress[data-active-index="3"] .progress-item {
  color: var(--mode-color-800);
  background: #fff;
}

/* ========================================
EVENT
======================================== */

/* connector */
.stepper-page .step-connector-wrap {
  z-index: 0;
}
.stepper-page .step-path {
  opacity: 0;
  will-change: opacity;
  animation: connectorFade 500ms forwards;
}

/* ========================================
  benefit-history ¹ÙÅÒ½ÃÆ®
======================================== */

.benefit-history.layer-wrap--slide .ui-layer,
.layer-group-benefit-code.layer-wrap--slide .ui-layer,
.layer-change-history.layer-wrap--slide .ui-layer,
.moving-detail.layer-wrap--slide .ui-layer,
.mode-calendar.layer-wrap--slide .ui-layer,
.provision-layer.layer-wrap--slide .ui-layer {
  border-radius: 32px 32px 0 0;
}
.layer-group-benefit-code .ui-layer__head .header,
.mode-calendar.layer-wrap--slide .ui-layer__head .header,
.layer-change-history.layer-wrap--slide .ui-layer__head .header,
.provision-layer.layer-wrap--slide .ui-layer__head .header,
.moving-detail.layer-wrap--slide .ui-layer__head .header {
  padding: 20px 20px 16px;
}
.provision-layer.layer-wrap--slide .ui-layer__head .header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  min-height: 96px;
}
.provision-layer.layer-wrap--slide
  .ui-layer__head
  .header
  .benefit-history-summary__head {
  height: 100%;
}
.layer-group-benefit .layer-group-benefit-code .ui-layer__head .header,
.layer-group-benefit-code .ui-layer__head .header {
  display: flex;
  align-items: center;
  height: 70px;
}

.mode-detail.layer-wrap--slide .ui-layer {
  margin: 0 auto;
  width: calc(100% - 24px);
  bottom: 32px;
  min-height: 160px;
  max-height: 280px;
  border-radius: 32px;
}

.mode-detail .ui-layer__body {
  height: 100%;
}

.benefit-history-nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0;
  gap: 12px;
}

.benefit-history-nodata p {
  padding-top: 64px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  color: #c4c4c4;
}

.benefit-history-nodata p::before {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/mymass/ic-nodata.png) no-repeat center;
  background-size: contain;
  content: "";
}

.benefit-history-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-history .benefit-history-summary {
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.benefit-history .header__button--close::after,
.layer-group-benefit-code .header__button--close::after,
.layer-change-history .header__button--close::after,
.moving-detail .header__button--close::after {
  width: 28px;
  height: 28px;
  background: url(/images/mymass/ic-close-btn.png) no-repeat center;
  background-size: 28px;
}

.layer-group-benefit.benefit-history .header__button--close::after {
  background: url("../images/common/btn-close.png") no-repeat 50% 50% / auto
    16px;
}

.layer-group-benefit .ui-layer__head .header {
  padding: 12px 24px 0;
  height: 50px;
}

.layer-group-benefit .ui-layer__head .header .header__title {
  display: inline-flex;
  align-items: center;
}

.benefit-history-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.benefit-history-item__top {
  display: flex;
  align-items: center;
}

.benefit-history-item__info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.benefit-history-item__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}

.layer-change-history .benefit-history-item__title {
  font-size: 1.4rem;
  color: #111;
}

.benefit-history-item__month {
  position: relative;
}

.benefit-history-item__month::after {
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  content: "";
  border-radius: 50%;
  background-color: #000;
}

.benefit-history-item__mode {
  padding-left: 12px;
  position: relative;
}

.benefit-history-item__mode + .benefit-history-item__mode {
  padding-left: 20px;
}

.benefit-history-item__mode + .benefit-history-item__mode::before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(180deg) translateY(50%);
  background: url(/images/mymass/ic-cal-arrow.png) no-repeat center center /
    16px;
  content: "";
}

.benefit-history-change {
  margin: 2px 0 12px 44px;
  padding: 8px 12px;
  background: #f6f6f6;
  border-radius: 12px;
}

.benefit-history-change__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 28px;
}

.benefit-history-change__date {
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
}

.benefit-history-change__mode {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: right;
  color: #363636;
}

/* ========================================
  HEADER
======================================== */

.benefit-history .ui-layer__head {
  padding: 0;
  border: 0;
}

.benefit-history .header {
  position: relative;
}

.benefit-history.layer-wrap--slide .ui-layer__head .header {
  padding: 20px 20px 4px;
}

.benefit-history .header__button--close {
  width: 28px;
  height: 28px;
}

/* ========================================
  SUMMARY
======================================== */

.benefit-history-summary {
  padding: 20px 24px 16px;
  background-color: #fff;
}

.benefit-history-summary__head {
  display: flex;
  align-items: center;
  height: 32px;
  gap: 4px;
}

.benefit-history-summary__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
}

.benefit-history-summary__price {
  margin-bottom: 12px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
}

.benefit-history-summary__price span {
  font-weight: 800;
}

.benefit-history-summary__detail {
  /* margin-top: 16px; */
  padding: 16px;
  border-radius: 20px;
  background-color: #f5f5f5;
}

/* ========================================
  CLOSE
======================================== */

.benefit-history .header__right {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* ========================================
  BODY
======================================== */

.benefit-history .ui-layer__body-inner {
  padding: 0 16px 48px;
}

.benefit-history .form-detail.type-line {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 12px 16px;
  border: none;
  border-radius: 20px;
  background-color: #f6f6f6;
}
.benefit-history .form-detail-item {
  align-items: center;
  margin-top: 0;
  min-height: 32px;
}
.benefit-history .form-detail-item:not(:first-child):not(.type-default-margin) {
  margin-top: 0;
}
.benefit-history .form-detail-title {
  padding-right: 8px;
  font-weight: 500;
  color: #666;
}
.benefit-history .form-detail-group {
  font-weight: 700;
  font-weight: 1.6rem;
  color: #000;
}
/* ========================================
  BENEFIT HISTORY TABS
======================================== */
.benefit-history-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  width: 100%;
  height: 52px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #fff;
}

.benefit-history-tabs__inner {
  display: flex;
  align-items: center;
  margin: 0 -16px;
  padding: 0 16px;
  width: 100%;
  height: 52px;
  overflow-x: auto;
  overflow-y: hidden;
}

.benefit-history-tabs .tab-list {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 8px;
}

.benefit-history-tabs .tab-list-item {
  flex-shrink: 0;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 48px;
}

.benefit-history-tabs .tab-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;

  color: #888;

  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
  border-radius: 48px;

  white-space: nowrap;
}

.benefit-history-tabs .tab-list-item.is-active {
  border: none;
  background-color: #242424;
}

.benefit-history-tabs .tab-list-item.is-active .tab-list-link {
  color: #fff;
}

/* ========================================
  »ó¼¼³»¿ª ¹ÙÅÒ½ÃÆ®
======================================== */

.history-detail-date {
  padding: 14px 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  min-height: 48px;
  box-sizing: border-box;
}

.history-detail-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.history-detail-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
}

.history-detail-item__content {
  flex: 1;
  min-width: 0;
}
.history-detail-item__title,
.history-detail-item__info,
.history-detail-item__benefit,
.history-detail-item__price {
  line-height: 20px;
  min-height: 20px;
}

.history-detail-item__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.history-detail-item__info {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #888;
}

.history-detail-item__amount {
  flex-shrink: 0;
  text-align: right;
}

.history-detail-item__amount {
  font-size: 1.6rem;
  font-weight: 500;
  color: #242424;
}

.history-detail-item__benefit span {
  font-weight: 700;
  color: #0060cf;
}

.history-detail-item__price {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #888;
}

.history-detail-item.is-cancel .history-detail-item__benefit {
  font-weight: 500;
  color: #c4c4c4;
  text-decoration: line-through;
}

.history-detail-item.is-cancel .history-detail-item__benefit span {
  font-weight: 500;
  color: #c4c4c4;
}

.history-detail-item.is-cancel .history-detail-item__price {
  color: #888;
}

/* ========================================
  TAB COUNT
======================================== */

.benefit-history-tabs[data-tab-count="1"] .tab-list {
  justify-content: center;
}

.benefit-history-tabs[data-tab-count="2"] .tab-list {
  justify-content: center;
}

.benefit-history-tabs[data-tab-count="3"] .tab-list {
  justify-content: flex-start;
}

/* ========================================
SECTION
======================================== */
.benefit-history-section {
  padding: 0 0 40px;
}
.layer-group-benefit {
}
.layer-group-benefit .benefit-history-section {
  padding: 0;
}
.benefit-history-section .banner:not(:first-of-type) {
  margin: 12px auto 0;
}
.benefit-history-section:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.layer-group-benefit .benefit-history-section {
  border-bottom: 0;
}

.benefit-history-section + .benefit-history-section {
  margin-top: 32px;
}

.layer-group-benefit .benefit-history-section + .benefit-history-section {
  margin-top: 40px;
}

.benefit-history-section__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 4px;
}

.benefit-history-section__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

.benefit-history-section__date {
  font-size: 1.6rem;
  font-weight: 500;
  color: #888;
}

.benefit-history-list {
  display: flex;
  flex-direction: column;
  padding: 0 4px;
  gap: 20px;
}

.benefit-history-item {
  display: flex;
  flex-direction: column;
}

.layer-change-history .benefit-history-item + .benefit-history-item {
  margin-top: 20px;
}

.benefit-history-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefit-history-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
}

.benefit-history-item__icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.benefit-history-item__icon.is-overlap img {
  width: 32px;
  height: 32px;
  position: absolute;
  /* top: 0; */
}

.benefit-history-item__icon.is-overlap img:first-child {
  left: 0;
  z-index: 1;
}

.benefit-history-item__icon.is-overlap img:last-child {
  top: 4px;
  left: 4px;
  z-index: 2;
}

.benefit-history-item__price {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

/* ========================================
DETAIL
======================================== */

.benefit-history-detail {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  margin-bottom: 12px;
  margin-left: 44px;
  padding: 8px 12px;
  background: #f6f6f6;
  border-radius: 12px;
}

.benefit-history-detail__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 28px;
}

.benefit-history-detail__label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
}

.benefit-history-detail__value {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
}

/* ========================================
EMPTY SAFE
======================================== */

/* detail ¾øÀ¸¸é ÀÚµ¿ Á¤¸® */
.benefit-history-detail:empty {
  display: none;
}

/* title¸¸ ±æ¾îÁ®µµ ¾È±úÁü */
.benefit-history-item__title,
.benefit-history-detail__label,
.benefit-history-detail__value {
  min-width: 0;
}

/* ========================================
GROUP LIST
======================================== */

.benefit-group-list {
  display: flex;
  flex-direction: column;
  padding: 0 4px;
  gap: 12px;
}

.benefit-group-list + .banner.margin-bottom-none {
  margin-top: 24px;
}

/* ========================================
GROUP CARD
======================================== */

.benefit-group-card {
  padding: 20px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.benefit-group-card__content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 4px;
}

.benefit-group-card__eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #029c94;
  min-height: 20px;
}

.benefit-group-card__title {
  margin-top: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  min-height: 24px;
}

.benefit-group-card__date {
  display: block;
  margin-top: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #888;
  min-height: 20px;
}

/* ========================================
CODE
======================================== */
.benefit-history .benefit-group-code {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.benefit-history .benefit-group-code .benefit-group-card__expire-date {
  margin-top: 20px;
}

.benefit-group-code {
  margin: 16px 20px;
  padding: 16px;
  background: #f6f6f6;
  border-radius: 12px;
}

.benefit-group-code .benefit-group-card__expire-date {
  padding-bottom: 4px;
}

.benefit-group-code__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.benefit-group-code__item + .benefit-group-code__item {
  margin-top: 20px;
}

.benefit-group-code__label {
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #242424;
}

.benefit-group-code__right {
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 6px;
}

.benefit-group-code__value {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  word-break: break-all;
}

.benefit-group-code__copy {
  flex-shrink: 0;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #008882;
}

.benefit-group-card__expire-date {
  margin-top: 14px;
  padding: 0 4px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
  min-height: 20px;
}

/* ========================================
BANNER LIST
======================================== */

.benefit-group-banner-list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  padding: 0 4px;
  gap: 12px;
}

/* ========================================
layer-group-benefit
======================================== */

.hana-group-benefit .group-benefit-wrap {
  margin-top: 68px;
}
.hana-group-benefit .page-contents {
  padding: 0 16px 82px;
}
.hana-group-benefit .benefit-history-tabs {
  margin-bottom: 0;
}
.hana-group-benefit .benefit-history-tabs .tab-list {
  padding-left: 16px;
}
.hana-group-benefit .benefit-history-tabs {
  position: fixed;
  top: 50px;
}

.layer-group-benefit .benefit-history-tabs .tab-list {
  gap: 8px;
}

.layer-group-benefit .benefit-history-section__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #008882;
  line-height: 1.4;
  gap: 8px;
}

.layer-group-benefit .group-benefit-title__icon {
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
}

.layer-group-benefit .group-benefit-title__icon img {
  display: block;
  width: 100%;
}

.layer-group-benefit .banner {
  margin-top: 0;
}

.layer-group-benefit .group-benefit-card {
  margin-top: 12px;
  padding: 20px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}
.layer-group-benefit .group-benefit-block {
  padding: 0 4px;
}
.layer-group-benefit .group-benefit-block + .group-benefit-block {
  margin-top: 24px;
}

.layer-group-benefit .group-benefit-block__title {
  margin-bottom: 8px;
  padding: 0 -4px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

.layer-group-benefit .dot-list li {
  padding-left: 10px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.5;
}

.layer-group-benefit .dot-list li + li {
  margin-top: 4px;
}

.layer-group-benefit .dot-list li::before {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #242424;
  content: "";
  border-radius: 50%;
}

.layer-group-benefit .group-benefit-block__headline {
  font-size: 1.5rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.5;
}

.layer-group-benefit
  .group-benefit-block__headline
  + .group-benefit-block__point {
  margin-top: 0.2rem;
}

.layer-group-benefit .group-benefit-block__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.layer-group-benefit .group-benefit-block__point {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
}

.layer-group-benefit .benefit-condition-info {
  margin-top: 6px;
}

.layer-group-benefit .condition-notice {
  font-size: 1.3rem;
  color: #666;
}

.group-benefit-condition {
  margin: 6px 0 8px;
  counter-reset: benefit-condition;
}

.group-benefit-condition li {
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
  counter-increment: benefit-condition;
}

.group-benefit-condition li::before {
  position: absolute;
  left: 0;
}

.group-benefit-condition li:nth-child(1)::before {
  content: "¨ç";
}

.group-benefit-condition li:nth-child(2)::before {
  content: "¨è";
}

.group-benefit-condition li:nth-child(3)::before {
  content: "¨é";
}

.group-benefit-condition li:nth-child(4)::before {
  content: "¨ê";
}

.layer-group-benefit .group-benefit-block__notice {
  margin-top: 2px;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.5;
}

.layer-group-benefit .condition-note {
  margin-top: 6px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
  word-break: keep-all;
}

.layer-group-benefit .condition-desc {
  margin-top: 6px;
}

.layer-group-benefit .condition-desc__title,
.layer-group-benefit .condition-note {
  margin-top: 6px;
  padding-left: 16px;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
  word-break: keep-all;
}

.layer-group-benefit .condition-desc__title:first-child {
  margin-top: 0;
}

.layer-group-benefit .condition-desc__title::before,
.layer-group-benefit .condition-note::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "¡Ø";
}

.layer-group-benefit .condition-desc__text {
  margin-top: 4px;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.6;
  word-break: keep-all;
}
.layer-group-benefit .mode-benefit-extra {
  margin-top: 6px;
}
.layer-group-benefit .mode-benefit-extra span {
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #666;
}
.layer-group-benefit .mode-benefit-extra span + span {
  margin-top: 2px;
}

.layer-group-benefit .group-benefit-button,
.layer-group-benefit-code .group-benefit-button {
  margin-top: 16px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #008882;
  min-height: 56px;
  border-radius: 32px;
}

.layer-group-benefit .group-benefit-notice {
  margin: 40px -16px 0;
  padding: 35px 16px 0;
  border-top: 10px solid #f5f5f5;
}

.layer-group-benefit .group-benefit-notice__list li {
  padding-left: 7px;
  position: relative;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.4;
}
.layer-group-benefit .group-benefit-notice__list li strong + strong {
  margin-top: 8px;
}

.layer-group-benefit .group-benefit-notice__list li + li {
  margin-top: 12px;
}

.layer-group-benefit .group-benefit-notice__list li::before {
  width: 2px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #888;
  content: "";
}
.layer-group-benefit .group-benefit-notice__list li p {
  margin-top: 12px;
  padding-left: 10px;
  position: relative;
}
.layer-group-benefit .group-benefit-notice__list li p::before {
  width: 5px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background-color: #666;
}
.layer-group-benefit .group-benefit-notice__list li strong {
  color: #111;
}

.layer-group-benefit-code .benefit-group-card {
  padding: 0;
  border: none;
  border-radius: 0;
}
.layer-group-benefit-code .ui-layer__body-inner {
  padding: 16px 20px 0;
}
.layer-group-benefit-code .ui-layer__foot .ui-buttons {
  padding: 24px 16px 40px;
}

.layer-group-benefit-code .benefit-group-card__guide {
  margin-top: 4px;
  counter-reset: guide;
}

.layer-group-benefit-code .benefit-group-card__guide li {
  padding-left: 18px;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.5;
  counter-increment: guide;
}

.layer-group-benefit-code .benefit-group-card__guide li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  content: counter(guide) ".";
}

.layer-group-benefit-code .info-list {
  margin-top: 8px;
  color: #666;
}

.layer-group-benefit-code .info-item + .info-item {
  margin-top: 0;
}

.layer-group-benefit-code .info-item {
  line-height: 1.5;
}

.layer-group-benefit-code .benefit-group-code {
  margin-top: 20px;
}

/* ========================================
  4. mymass_benefit_history.html
======================================== */

.benefit-statement.page-contents {
  padding: 8px 16px 64px;
}

.benefit-statement .benefit-month {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
}

.benefit-statement .section-contents {
  padding-top: 8px;
}

.benefit-month__button {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.benefit-month__button.btn_prev,
.benefit-month__button.btn_next {
  width: 20px;
  height: 20px;
  background-image: url(/images/mymass/ic-cal-arrow.png);
}

.benefit-statement .btn_prev.is-disabled,
.benefit-statement .btn_next.is-disabled,
.benefit-month__button.btn_prev.is-disabled,
.benefit-month__button.btn_next.is-disabled {
  opacity: 0.18;
  pointer-events: none;
}

.benefit-month__title {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}

.benefit-month__title::after {
  height: 0.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  content: "";
}

.benefit-statement .page-tab-panel .ui-tab-panel {
  margin-top: 8px;
  padding-top: 0;
}
.benefit-statement .benefit-history-summary {
  padding: 0;
}

.benefit-statement .benefit-history-summary__detail {
  margin-bottom: 32px;
  padding: 16px 24px;
}

.benefit-statement .benefit-history-summary__head,
.benefit-statement .benefit-history-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
}
.benefit-statement
  .benefit-history-summary__head
  + .benefit-history-summary__wrap {
  margin-top: 2px;
}
.benefit-statement .benefit-history-summary__title {
  font-size: 1.8rem;
  font-weight: 500;
}

.benefit-statement .benefit-history-summary__amount {
  font-size: 2rem;
  font-weight: 700;
}

.benefit-statement .benefit-history-summary__wrap {
  padding-left: 20px;
  position: relative;
}

.benefit-statement .benefit-history-summary__wrap::before {
  width: 1px;
  height: 52px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background-color: #e5e5e5;
}

.benefit-statement .benefit-history-summary__row {
  font-size: 1.5rem;
  font-weight: 500;
  color: #888;
}

.benefit-statement .benefit-history-summary__row strong {
  font-size: 1.6rem;
}
.benefit-statement .benefit-list-group {
  padding: 0 8px 24px;
}
.benefit-statement .benefit-list-group:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.benefit-statement .benefit-list-group + .benefit-list-group {
  margin-top: 24px;
}

.benefit-statement .benefit-history-group__date {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #a2a2a2;
}

.benefit-history-sticky {
  position: sticky;
  top: 50px;
  z-index: 30;
  background: #fff;
}

.benefit-history-sticky .ui-tab {
  margin: 0 -24px;
  width: 100%;
  position: static;
  background: #fff;
  box-sizing: border-box;
}

.benefit-history-sticky .ui-tab-list {
  margin: 0;
  padding: 8px 16px;
  width: 100%;
  box-shadow: none;
  box-sizing: border-box;
}

.benefit-history-sticky .ui-tab-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  box-sizing: border-box;
}

.hana-group-benefit .group-benefit-notice__list li {
  color: #444;
}
.hana-group-benefit .group-benefit-notice__list li strong {
  font-size: 1.3rem;
  font-weight: 700;
  color: #444;
}
.hana-group-benefit .group-benefit-notice__list li strong + strong {
  margin-top: 6px;
}
.hana-group-benefit .group-benefit-notice__list li + li {
  margin-top: 8px;
}
/* ========================================
  5. mymass_card_apply.html
======================================== */
.moving-page-top {
  display: block;
  width: 36px;
  height: 36px;
  position: fixed;
  right: 24px;
  bottom: 86px;
  z-index: 100;
  background: url(../images/common/ic-top.svg) no-repeat 50% 50%
    rgba(17, 17, 17, 0.9);
  opacity: 1;
  transition: opacity 0.3s;
  visibility: hidden;
  border-radius: 100%;
}
.moving-page-top__button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.moving-page-top.is-show {
  opacity: 1;
  visibility: visible;
}

.page-contents[data-page="moving-apply"] {
  --moving-apply-section-height: calc(100vh - 50px);

  --liquid-glass-bg:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.06) 100%
    ),
    rgba(88, 115, 255, 0.01);

  --liquid-glass-border: rgba(255, 255, 255, 0.08);

  --liquid-glass-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    inset 0 -1px 2px rgba(255, 255, 255, 0.15), 0 8px 32px rgba(0, 0, 0, 0.02);

  --liquid-glass-highlight: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0) 100%
  );

  --liquid-glass-highlight-bottom: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );

  --liquid-glass-blur: 4px;
  margin-top: 50px;

  padding: 0;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}
.page-contents[data-page="moving-apply"],
.page-contents[data-page="moving-apply"] * {
  box-sizing: border-box;
}
.page-contents[data-page="moving-apply"] .page-contents-wrap {
  width: 100%;
}
.page-contents[data-page="moving-apply"] .page-contents-inner {
  width: 100%;
  background: linear-gradient(180deg, #0c193a 0%, #0c193a 32%, #000000 100%);
}
.page-contents[data-page="moving-apply"]
  .page-contents-inner::-webkit-scrollbar {
  display: none;
}
.page-contents[data-page="moving-apply"] .page-contents-inner > section {
  width: 100%;
  min-height: var(--moving-apply-section-height);
}
.page-contents[data-page="moving-apply"]
  .page-contents-inner
  > section.moving-faq {
  min-height: auto;
}
.page-contents[data-page="moving-apply"] .liquid-glass {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--liquid-glass-border);
  background: var(--liquid-glass-bg);
  box-shadow: var(--liquid-glass-shadow);
  backdrop-filter: blur(var(--liquid-glass-blur));
}
.page-contents[data-page="moving-apply"] .liquid-glass::before {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;

  background: var(--liquid-glass-highlight);
  content: "";
  pointer-events: none;
}

.page-contents[data-page="moving-apply"] .liquid-glass::after {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;

  background: var(--liquid-glass-highlight-bottom);
  content: "";
  pointer-events: none;
}
.hero-panel {
  position: relative;
}
.hero-panel #heroSwiper {
  height: 100%;
  min-height: inherit;
}
.hero-panel .swiper-wrapper,
.hero-panel .swiper-slide {
  min-height: inherit;
}
.hero-panel .slide-content {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: inherit;
}

.hero-panel .slide-content .hero-title {
  margin: auto;
  width: calc(100% - 80px);
  position: absolute;
  top: 53px;
  right: 0;
  left: 0;
  z-index: 101;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;

  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.hero-panel .slide-content .hero-title span {
  color: #7bddff;
}

.hero-panel .slide-content .hero-title img {
  margin-top: 4px;
  width: 100%;
  height: 44px;
  object-fit: contain;
}

.hero-panel .slide-content .hero-scene {
  width: 100%;
  height: var(--moving-apply-section-height);
  min-height: inherit;
}

.hero-scene,
.hero-card-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.hero-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.hero-swiper .swiper-slide {
  transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  will-change: transform;
}
.hero-panel .slide-content .card-wrap {
  height: 100vh;
}
.hero-panel .slide-content .hero-scene video {
  width: 100%;
  height: var(--moving-apply-section-height);
  object-fit: cover;
}

.hero-panel .scroll-btn {
  margin: auto;
  width: 100%;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 101;
  box-sizing: border-box;
}

.hero-panel .scroll-btn img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.hero-panel .scroll-btn.liquid-glass {
  position: absolute;
  border-radius: 50%;
}

.moving-service {
  padding: 50px 0;
}
.moving-service .service-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.moving-service .service-title .title-img {
  margin: 0 auto;
  width: 250px;
  height: 78px;
  text-align: center;
}
.moving-service .moving-service-title {
  margin-bottom: 60px;
}
.moving-service .moving-service-title .title-img {
  display: block;
}

.moving-card-fan {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  position: relative;
  overflow-x: hidden;
}

.moving-card {
  margin-left: -43px;
  width: 86px;
  position: absolute;
  top: 0;
  left: 50%;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);

  transform-origin: bottom center;
}

.card-1,
.card-2,
.card-3,
.card-4,
.card-5 {
  transform: translateX(0) translateY(0) rotate(0deg);
}
.moving-card-fan.is-active .card-1 {
  z-index: 1;
  transform: translateX(-124px) translateY(35px) rotate(-25deg);
}

.moving-card-fan.is-active .card-2 {
  z-index: 2;
  transform: translateX(-64px) translateY(15px) rotate(-12deg);
}

.moving-card-fan.is-active .card-3 {
  z-index: 3;
  transform: translateX(0) translateY(10px) rotate(0deg);
}

.moving-card-fan.is-active .card-4 {
  z-index: 4;
  transform: translateX(65px) translateY(15px) rotate(12deg);
}

.moving-card-fan.is-active .card-5 {
  z-index: 5;
  transform: translateX(124px) translateY(34px) rotate(25deg);
}
.moving-service .service-list {
  margin: 0;
  width: 100%;
  position: relative;
}
.moving-service .service-list .tabpanel-img {
  padding: 80px 24px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 16%,
    rgba(0, 0, 0, 1) 84%,
    rgba(0, 0, 0, 0) 100%
  );
}

.sl-cont {
  padding: 24px 24px 0;
}

.sl-cont.sl02 {
  padding-bottom: 31px;
  overflow: hidden;
}

.sl-video {
  margin: 24px -24px 0;
  width: calc(100% + 48px);
  height: 232px;
  position: relative;
}

.sl-video video {
  z-index: 1;
  display: block;
  width: 232px;
  height: 232px;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: contain;
}

.sl-video::before {
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  background: linear-gradient(180deg, #081a40 0%, rgba(8, 26, 64, 0) 100%);
  content: "";
}

.sl-cont.sl03 {
  padding-bottom: 80px;
  background: url(/images/mymass/card-apply/img-benefit-03.webp) no-repeat right
    24px bottom;
  background-size: 130px auto;
}

.sl-num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 10%;
  min-width: 39px;
  min-height: 28px;
  border-radius: 14px;
}

.sl-tit {
  margin-top: 16px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.sl-tit strong {
  font-weight: inherit;
  color: #7bddff;
}
.sl-tit strong.accent-secondary {
  color: #2cd8a8;
}

.sl-txt {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #e5e5e5;
  line-height: 1.5;
}

.sl-img {
  display: block;
  margin-top: 40px;
  width: 100%;
}

.sl-desc {
  margin-top: 12px;
  margin-bottom: 9px;
}

.sl-desc li {
  font-size: 1.3rem;
  font-weight: 500;
  color: #e5e5e5;
  line-height: 1.5;
}

.sl-img {
  display: block;
  margin-top: 20px;
  width: 100%;
}

.sl-img-table {
  display: block;
  margin-top: 20px;
  width: 100%;
}

.sl-table {
  margin-top: 24px;
  padding: 10px 16px 8px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.154) 100%
  );

  border-radius: 20px;

  backdrop-filter: blur(8px);
}

#movingSwiper {
  margin-top: 50px;
  overflow: visible;
}

#movingSwiper .card-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#movingSwiper .swiper-slide.swiper-slide-next,
#movingSwiper .swiper-slide.swiper-slide-prev {
  pointer-events: none;
}
#movingSwiper .swiper-slide {
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

#movingSwiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.72);
  opacity: 0.6;
}

#movingSwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
#movingSwiper .swiper-slide-active .card-tooltip {
  opacity: 1;
}

#movingSwiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: inherit;
}

#movingSwiper
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}

#movingSwiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #c4c4c4;
}
#movingSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 6px;
  border: none;
  border-radius: 17px;
  background-color: #7bddff;
}

#movingSwiper .card-tooltip {
  padding: 6px 10px;
  position: relative;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  max-width: 148px;
  border-radius: 23px;
}

#movingSwiper .card-tooltip::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  border-width: 6px 6px 0;
  border-style: solid;
  transform: translateX(-50%);
  content: "";
}

#movingSwiper .card-slide--allday .card-tooltip {
  background: linear-gradient(278.16deg, #1da39c 43.44%, #0fbfb6 71.93%);
}

#movingSwiper .card-slide--allday .card-tooltip::after {
  border-color: #1da39c transparent transparent;
}

#movingSwiper .card-slide--online .card-tooltip {
  background: linear-gradient(92.13deg, #64a5ff 12.59%, #0d5ec2 88.32%);
}

#movingSwiper .card-slide--online .card-tooltip::after {
  border-color: #367fde transparent transparent;
}

#movingSwiper .card-slide--play .card-tooltip {
  background: linear-gradient(184.29deg, #18cd9a 5.96%, #026e47 139.43%);
}

#movingSwiper .card-slide--play .card-tooltip::after {
  border-color: #0b9165 transparent transparent;
}

#movingSwiper .card-slide--life .card-tooltip {
  background: linear-gradient(90deg, #9565dd 36.71%, #6817d4 97.5%);
}

#movingSwiper .card-slide--life .card-tooltip::after {
  border-color: #8b53db transparent transparent;
}

#movingSwiper .card-slide--global .card-tooltip {
  background: linear-gradient(93.14deg, #ff9022 3.84%, #c65017 92.38%);
}

#movingSwiper .card-slide--global .card-tooltip::after {
  border-color: #e17828 transparent transparent;
}
#movingSwiper .card-flip {
  display: block;
  padding-top: 18px;
}

#movingSwiper .card-flip-inner {
  width: 180px;
  position: relative;
  transition: transform 0.6s;
  min-height: 272px;
  transform-style: preserve-3d;
}

#movingSwiper .card-flip.is-flipped .card-flip-inner {
  transform: rotateY(180deg);
}

#movingSwiper .card-front,
.card-back {
  backface-visibility: hidden;
}
#movingSwiper .swiper-slide-active .card-front,
.card-back {
  box-shadow: 8px 10px 24px 0px #e8e8e84d;
  border-radius: 8px;
}
#movingSwiper .card-front img,
.card-back img {
  width: 100%;
  height: inherit;
  object-fit: contain;
}

#movingSwiper .card-back {
  position: absolute;
  transform: rotateY(180deg);
  inset: 0;
}

#contentSwiper .mode-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
  text-align: center;
}

#contentSwiper .mode-hero .mode-hero-top {
  padding: 0 40px;
}

#contentSwiper .mode-hero__title {
  margin-bottom: 6px;
  min-height: 74px;
}

#contentSwiper .mode-hero__title img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}

#contentSwiper .mode-hero__desc {
  margin-bottom: 24px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
}

#contentSwiper .mode-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -12px 40px;
  max-width: 320px;
  gap: 8px;
}

#contentSwiper .mode-tags li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  height: 28px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #e5e5e5;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.1) 84.55%
  );
  border-radius: 23px;
  white-space: nowrap;
}

#contentSwiper .mode-detail__annual,
.mode-detail__benefit,
.cashback-card {
  padding: 18px 24px;
  border-radius: 20px;
}

#contentSwiper .mode-detail-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#contentSwiper .annual-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 24px;
}

#contentSwiper .annual-card__head strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

#contentSwiper .annual-card__head span {
  font-size: 1.8rem;
  font-weight: 700;
}

#contentSwiper .annual-card__body {
  margin-top: 8px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #c4c4c4;
  line-height: 1.5;
}

#contentSwiper .mode-detail__benefit {
  margin-top: 36px;
  min-height: 106px;
}

#contentSwiper .mode-detail__annual + .mode-detail__annual {
  margin-top: 16px;
}

#contentSwiper .cashback-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #228fd7 0%, #8cc6e8 65%, #d4e6f1 100%);
  min-height: 106px;
}

#contentSwiper .cashback-card__content {
  position: relative;
  z-index: 2;
}

#contentSwiper .cashback-card__content h4 {
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

#contentSwiper .cashback-card__content strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  min-height: 20px;
}

#contentSwiper .cashback-card__content p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #aae9ff;
  min-height: 20px;
}

#contentSwiper .cashback-card__thumb {
  position: absolute;
  right: 0;
  bottom: 0;
}

#contentSwiper .cashback-card__thumb img {
  display: flex;
  width: 112px;
}

#contentSwiper .benefit-card {
  padding: 28px 16px 24px;
  border-radius: 28px;
}

#contentSwiper .benefit-card .more-btn {
  padding-left: 8px;
}

#contentSwiper .benefit-card__head {
  padding: 0 8px;
  position: relative;
}

#contentSwiper .benefit-card__tit {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

#contentSwiper .benefit-card__desc {
  margin-top: 6px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #c4c4c4;
  line-height: 1.5;
}

#contentSwiper .benefit-card__icon {
  width: 62px;
  position: absolute;
  top: 0;
  right: 8px;
}

#contentSwiper .benefit-card__icon img {
  width: 100%;
}

#contentSwiper .benefit-card__list {
  margin: 16px 0 12px;
  padding: 20px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.moving-apply .more-btn {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.moving-apply .more-btn span {
  padding-right: 16px;
  position: relative;
  min-height: 17px;
}

.moving-apply .more-btn span::after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/images/mymass/ic-mode-arrow.png) no-repeat center;
  background-size: contain;
  content: "";
}
.moving-apply .faq-table {
  overflow-x: auto;
}
.moving-apply .exchange-rate-table {
  margin-top: 8px;
  padding-bottom: 12px;
  min-width: 320px;
  border-collapse: collapse;
  table-layout: fixed;
}
.moving-apply .exchange-rate-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.moving-apply .exchange-rate-table thead {
  height: 54px;
}

.moving-apply .exchange-rate-table th,
.moving-apply .exchange-rate-table td {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #dee2e6;
}

/* »ó´Ü */
.moving-apply .exchange-rate-table thead tr:first-child th {
  border-top: 0;
}

/* ÁÂÃø */
.moving-apply .exchange-rate-table tr > *:first-child {
  border-left: 0;
}

/* ¿ìÃø */
.moving-apply .exchange-rate-table tr > *:last-child {
  border-right: 0;
}

/* ÇÏ´Ü */
.moving-apply .exchange-rate-table tbody tr:last-child > * {
  border-bottom: 0;
}

.moving-apply .exchange-rate-table thead th {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  background: #425166;
}

.moving-apply .exchange-rate-table tbody th {
  height: 48px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #363636;
  background: #f6f6f6;
}

.moving-apply .exchange-rate-table tbody td {
  height: 48px;
  font-size: 1.1rem;
  color: #363636;
  background: #f6f6f6;
}

#contentSwiper .benefit-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#contentSwiper .benefit-item.type2 span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}

#contentSwiper .benefit-item.type2 p {
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 700;
}

#contentSwiper .benefit-item__txt {
  line-height: 1.5;
  max-width: 198px;
}

#contentSwiper .benefit-item + .benefit-item {
  margin-top: 2.8rem;
}

#contentSwiper .benefit-item__rate {
  font-size: 2.2rem;
  font-weight: 700;
  color: transparent;
  line-height: 1.2;
}

#contentSwiper .benefit-item__rate span {
  font-size: 1.2rem;
}

#contentSwiper .benefit-item__name {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #f6f6f6;
  min-height: 20px;
}

#contentSwiper .benefit-item__limit {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
  min-height: 18px;
}

#contentSwiper .benefit-item__rate + .benefit-item__limit {
  margin-top: 4px;
}

#contentSwiper .benefit-item__icon {
  flex-shrink: 0;
  width: 48px;
}

#contentSwiper .benefit-item__icon img {
  width: 100%;
  object-fit: contain;
}

#contentSwiper .installment-card {
  padding: 20px 24px;
  border-radius: 20px;
}
#contentSwiper .installment-card__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#contentSwiper .installment-card__content strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

#contentSwiper .installment-card__content p {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #c4c4c4;
  line-height: 1.5;
}

#contentSwiper .installment-card__icon {
  flex-shrink: 0;
  width: 6rem;
}

#contentSwiper .installment-card__icon img {
  width: 100%;
}

.moving-apply .mode-detail__action {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  padding: 0 20px;
}

.moving-apply .mode-detail__action .apply-btn {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  min-height: 56px;
  border-radius: 32px;
}

.moving-apply .mode-detail__floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 101;
  transform: translateY(24px);
  opacity: 0;
  transition:
    opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
  pointer-events: none;
}

.moving-apply .mode-detail__floating.is-show {
  display: block;
  transform: translateY(0);
  opacity: 1;
  transition:
    opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s;
  visibility: visible;
  pointer-events: auto;
}

.moving-apply .mode-detail__floating .apply-btn {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  min-height: 56px;
  border-radius: 32px;
}

.moving-apply .mode-detail__notice {
  margin-top: 50px;
  padding: 40px 12px 0;
  position: relative;
}

.moving-apply .mode-detail__notice::before {
  height: 10px;
  position: absolute;
  top: 0;
  right: -12px;
  left: -12px;
  content: "";
  background-color: #363636;
}

.moving-apply .mode-detail__notice .ui-notice {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #c4c4c4;
}

.moving-apply .mode-detail__notice .info-list {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #c4c4c4;
}

.moving-apply .mode-detail__notice .ui-notice::before {
  background: url("/images/mymass/ic-tooltip-off.png") no-repeat 50% 50% / 100%
    auto;
}

.card-visual {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  min-height: 61rem;
}

.card-visual__bg {
  position: absolute;
  background: url("/images/mymass/card-apply/img-benefit-bg.webp") no-repeat
    center center;
  background-size: 100% 100%;
  inset: 0;
}

.card-visual__cards {
  width: 30.6rem;
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 2;
}

.card-visual__cards img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
}

.card-visual__copy {
  width: min(40vw, 18rem);
  position: absolute;
  bottom: 8rem;
  left: 24px;
  z-index: 3;
}

.card-visual__copy img {
  display: block;
  width: 100%;
  height: auto;
}

.sl-cont.sl02-1 {
  padding: 0 12px;
}

.sl-cont.sl04 .sl-table {
  position: relative;
}

.sl-cont.sl04 .sl-table::before {
  width: 98px;
  height: 100px;
  position: absolute;
  top: -88px;
  right: 12px;
  background: url("/images/mymass/card-apply/img-benefit-04.webp") no-repeat
    center / contain;
  content: "";
}

.sl-row {
  display: flex;
  align-items: center;
  padding: 16px 0;
  gap: 8px;
}

.sl-row:last-child {
  align-items: center;
}

.sl-row + .sl-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sl-row strong {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #f6f6f6;
  flex: 0 0 1;
}

.sl-row span {
  font-size: 13px;
  text-align: right;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  flex: 1;
  word-break: keep-all;
}

.moving-service .service-list .list-img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.moving-service .service-list .moving-service-list-content {
  margin-top: 40px;
  width: 100%;
}
.moving-service .service-list + .service-list {
  margin-top: 50px;
}
.moving-service .moving-service-tab-list {
  justify-content: space-between;
  margin: 0;
  width: 100%;
  overflow: hidden;
  box-shadow: none;
  column-gap: 6px;
}
.moving-service .moving-service-tab-list .ui-tab-item {
  width: calc(20% - 4.8px);
  flex: 0 0 calc(20% - 4.8px);
}
.moving-service .moving-service-tab-list .ui-tab-item + .ui-tab-item {
  margin-left: 0;
}
.moving-service .moving-service-tab-list .ui-tab-link {
  padding: 0 0 100%;
  width: 100%;
  height: 0;
  opacity: 0.6;
}
.moving-service .moving-service-tab-list .ui-tab-link.js-tabpanel-active {
  opacity: 1;
}
.moving-service .moving-service-tab-list .ui-tab-link::after {
  display: none;
}
.moving-service
  .moving-service-tab-list
  .ui-tab-link[class*="ic_"]
  .link-text::before {
  display: block;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.moving-service
  .moving-service-tab-list
  .ui-tab-link.ic_allday
  .link-text::before {
  background-image: url("../images/mymass/card-apply/ic_allday.svg");
}
.moving-service
  .moving-service-tab-list
  .ui-tab-link.ic_global
  .link-text::before {
  background-image: url("../images/mymass/card-apply/ic_global.svg");
}
.moving-service
  .moving-service-tab-list
  .ui-tab-link.ic_life
  .link-text::before {
  background-image: url("../images/mymass/card-apply/ic_life.svg");
}
.moving-service
  .moving-service-tab-list
  .ui-tab-link.ic_online
  .link-text::before {
  background-image: url("../images/mymass/card-apply/ic_online.svg");
}
.moving-service
  .moving-service-tab-list
  .ui-tab-link.ic_play
  .link-text::before {
  background-image: url("../images/mymass/card-apply/ic_play.svg");
}
.moving-service .moving-service-tab-list .link-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.moving-service .mode-bottom-fixed {
  padding: 0 20px;
  transform: translateY(0);
  background: transparent;
  opacity: 1;
  pointer-events: inherit;
}

.moving-service-tab-list,
.ui-tab,
#movingServiceTabPanel {
  position: relative;
}

.moving-apply .mfaq-footer {
  padding: 30px 24px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.moving-apply .mfaq-footer .mfaq-list > li {
  color: #c4c4c4;
}

.moving-faq {
  padding: 40px 0 170px;
  color: #fff;
  background-color: #011531;
}

.moving-faq .txt-strong {
  font-weight: 700 !important;
  color: #eee !important;
}

.moving-faq h4 {
  display: block;
  padding: 10px 24px;
  font-size: 1.6rem;
  font-weight: 700;
}

.moving-faq-title {
  padding: 40px 24px 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.moving-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.moving-faq-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;

  width: 100%;
  text-align: left;

  color: #fff;
  min-height: 47px;
}

.moving-faq-button span {
  font-size: 1.4rem;
  font-weight: 700;
}

.moving-faq-button::after {
  width: 20px;
  height: 20px;
  background: url(/images/mymass/card-apply/ic-accr-arrow-w.svg) no-repeat 100%
    50% / 100% auto;
  background-size: 20px;
  content: "";
}

.moving-faq-item.is-active .moving-faq-button::after {
  transform: rotate(180deg);
}

.moving-faq-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.moving-faq-content-inner {
  padding: 0 24px 30px;
}
.moving-faq-item.is-active .moving-faq-content {
  display: block;
}

.mfaq-gray-txt {
  color: #b6b6b6;
}

/* 1depth */
.mfaq-list > li {
  padding-left: 10px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #e3e3e3;
  line-height: 1.5;
}

.mfaq-list > li strong {
  font-weight: 700;
}

.mfaq-list li + li {
  margin-top: 6px;
}
.mfaq-list li::before {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #b6b6b6;
}

/* 2depth */
.mfaq-sub-list {
  margin-top: 6px;
}
.mfaq-sub-list > li {
  padding-left: 10px;
  position: relative;
  color: #b6b6b6;
}
.mfaq-sub-list > li + li {
  margin-top: 4px;
}

.mfaq-title {
  padding: 6px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
}
ul + .mfaq-title {
  margin-top: 6px;
}
.mfaq-title + ul {
  margin-top: 6px;
}

.moving-detail .ui-layer__body:last-child .ui-layer__body-inner {
  height: 572px;
}
.moving-detail .ui-tab-panel {
  padding-bottom: 64px;
}

/* ========================================
  Tutorial
======================================== */
.mymass-tutorial *,
.mymass-terms * {
  box-sizing: border-box;
}

.mymass-tutorial .ui-layer__body-inner {
  padding: 32px 16px 17px;
}
.mymass-tutorial-swiper {
  width: 100%;
  min-height: 300px;
}

.mymass-tutorial-slide {
  width: 100%;
  height: 100%;
}

.mymass-tutorial-header {
  margin-bottom: 28px;
  text-align: center;
}
.mymass-tutorial-header .mymass-tutorial-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #008882;
  background-color: rgba(216, 243, 242, 0.6);
  border-radius: 72px;
  min-height: 36px;
}

.mymass-tutorial-header .mymass-tutorial-title {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
}

.mymass-tutorial-header .mymass-tutorial-desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
}

.mymass-tutorial-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mymass-tutorial-slide .tutorial-card {
  min-height: 320px;
}

.mymass-tutorial-slide .tutorial-step-dot {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 12px;
}

/* custom pagination */
.mymass-tutorial-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  height: 16px;
  gap: 6px;
}

.mymass-tutorial-dot {
  width: 6px;
  height: 6px;
  background: #e5e5e5;
  transition: all 0.2s;
  border-radius: 999px;
}

.mymass-tutorial-dot.is-active {
  width: 16px;
  background: #666;
}

.mymass-tutorial .ui-basic-button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #444;
  border: none;
  background-color: #eeeeee;
  border-radius: 12px;
}

.mymass-tutorial .ui-basic-button.type-primary {
  color: #fff;
  background-color: #008882;
}

.mymass-tutorial .ui-layer__foot .ui-buttons {
  padding: 16px 16px 24px;
}

/* ========================================
  ÀÌ¿ë¾à°ü
======================================== */

.mymass-terms .ui-checkbox-block .ui-checkbox-object {
  background: url(/images/mymass/ic-checkbox.svg) no-repeat 0 50%;
  background-size: 18px;
}

.mymass-terms .ui-checkbox-block.type-large .ui-checkbox-object {
  background-size: 24px;
}

.mymass-terms
  .ui-select-terms.type-card-apply
  .ui-checkbox-block.type-large
  .ui-checkbox-object {
  width: 24px;
  height: 24px;
}

.mymass-terms
  .ui-select-terms.type-card-apply
  .ui-checkbox-block
  .ui-checkbox-object {
  width: 18px;
  height: 18px;
}

.mymass-terms
  .ui-checkbox-block
  .ui-checkbox:checked
  + .ui-label
  .ui-checkbox-object {
  background: url(/images/mymass/ic-checkbox-c.svg) no-repeat 50% 50%;
}

.mymass-terms.layer-wrap--full .ui-layer__body-inner {
  padding: 12px 16px 30px;
}

.mymass-terms .ui-select-terms-list-group + .ui-select-terms-list-group {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f5f5f5;
}

.mymass-terms .layer-contents .paragraph.type-gray {
  margin-bottom: 36px;
  padding: 16px 20px;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  text-align: left;
  color: #444;
  line-height: 1.5;
  word-break: break-all;
  background-color: #f7f7f7;
  border-radius: 20px;
}

.mymass-terms .ui-select-terms-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.mymass-terms .ui-select-terms.type-card-apply .ui-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mymass-terms .ui-select-terms.type-card-apply .ui-badge.type-square {
  padding: 4px 8px;
  font-size: 1.2rem;
  min-width: 39px;
  min-height: 26px;
  border-radius: 32px;
}

.mymass-terms
  .ui-select-terms.type-card-apply
  .ui-select-terms-list
  > .ui-select-terms-item
  ~ .ui-select-terms-item {
  margin-top: 12px;
}
.mymass-terms
  .ui-select-terms.type-card-apply
  .ui-badge.type-square.ranking-05 {
  background-color: #ed5f1a;
}

.mymass-terms
  .ui-select-terms.type-card-apply
  .ui-badge.type-square.ranking-01 {
  background-color: #36aaef;
}
.mymass-terms .marketing-agree {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f5f5f5;
}
.mymass-terms .marketing-agree__section {
  margin-top: 16px;
  padding-left: 30px;
}
.mymass-terms .ui-checkbox-block + .marketing-agree__section {
  margin-top: 12px;
}

.mymass-terms .marketing-agree__grid {
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.mymass-terms .marketing-agree__item {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  background: #f2f2f2;
  box-sizing: border-box;
  min-height: 34px;
  border-radius: 8px;
}
.mymass-terms .marketing-agree__item .ui-label-text {
  font-size: 1.3rem;
  color: #666;
}
.mymass-terms
  .ui-select-terms.type-card-apply
  .ui-checkbox-block
  .ui-label-text {
  margin-top: 0;
}

.mymass-terms .marketing-agree__item .ui-checkbox-block {
  width: 100%;
}

.mymass-terms .ui-select-terms .ui-checkbox-block .ui-label {
  display: flex;
  align-items: center;
  min-height: auto;
}

.mymass-terms .terms-desc {
  margin: 4px 0 0 30px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
}

.mymass-terms .terms-notice {
  margin-top: 42px;
  padding: 30px 8px 0;
  position: relative;
}

.mymass-terms .terms-notice .info-item {
  font-size: 1.2rem;
  color: #666666;
}

.mymass-terms .terms-notice::before {
  margin: 0 -16px;
  width: calc(100% + 32px);
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  content: "";
  background-color: #f5f5f5;
}

.mymass-terms .info-item + .info-item {
  margin-top: 12px;
}

.mymass-terms
  .ui-select-terms.type-card-apply
  .ui-checkbox-block.type-large
  .ui-label-text {
  font-size: 1.4rem;
}

.mymass-terms .ui-basic-button.type-primary,
.provision-layer .ui-basic-button.type-primary {
  height: 56px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 32px;
}

.provision-layer .benefit-history-summary__title {
  font-size: 2rem;
  text-align: left;
  line-height: 1.5;
}

.provision-layer .terms-detail__item + .terms-detail__item {
  margin-top: 12px;
}

.provision-layer .terms-detail__title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #242424;
  min-height: 20px;
}

.provision-layer .terms-detail__text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
  word-break: keep-all;
}

.provision-layer .terms-detail__text > span {
  margin-top: 4px;
  padding-left: 4px;
  font-size: 1.3rem;
}

.provision-layer .terms-detail {
  padding-left: 0;
}

.provision-layer .terms-detail::before {
  content: none;
}

.provision-layer .info-item + .info-item {
  margin-top: 4px;
}

.popup-terms.mode-theme .ui-regular-button.type-primary {
  background-color: #029c94;
}

/* ¸ðµåº° ¹ÙÅÒ½ÃÆ® style */
.moving-detail .benefit-history-change {
  margin: 0;
  padding: 12px 24px;
  border-radius: 20px;
}
.moving-detail .benefit-history-change__date,
.moving-detail .benefit-history-change__mode {
  font-size: 1.4rem;
  font-weight: 700;
}
.moving-detail .accent-txt {
  color: #0060cf;
}
.moving-detail .benefit-history-section__head {
  align-items: flex-start;
  flex-direction: column;
}
.moving-detail .detail-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.moving-detail .detail-box + .detail-box {
  margin-top: 20px;
}
.moving-detail .benefit-history-section__head {
  margin-bottom: 0;
}
.moving-detail .sub-txt {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #444;
  line-height: 1.5;
}
.moving-detail .gray-box {
  margin-top: 8px;
  margin-left: -13px;
  padding: 12px 16px;
  font-size: 1.2rem;
  text-align: left;
  border-radius: 10px;
}
.moving-detail .benefit-history-section__title {
  color: #111;
  min-height: 24px;
}
.moving-detail .benefit-summary-card {
  margin-bottom: 24px;
  padding: 20px 24px;
  color: #fff;
  background: linear-gradient(270deg, #2b84ea 0%, #1469e1 100%);
  border-radius: 20px;
}
.benefit-limit {
  margin-top: -16px;
  margin-bottom: 24px;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: right;
  color: #666;
}
.benefit-limit span {
  font-weight: 700;
  color: #242424;
}
.moving-detail .benefit-summary-card.card-default {
  background:
    linear-gradient(180deg, #111111 0%, #8c8c91 100%),
    linear-gradient(0deg, rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7));
}

.moving-detail .benefit-summary-card__title {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}

.moving-detail .benefit-summary-card__title .accent-txt {
  color: #b1e2ff;
}

.moving-detail .benefit-summary-card__desc {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.moving-detail .benefit-summary-card__note {
  margin-top: 2px;
  font-size: 1.3rem;
  color: #e5e5e5;
  line-height: 1.5;
}

.moving-detail .mode-detail__notice {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

.moving-detail .mode-detail__notice::before {
  margin: 0 -24px;
  width: calc(100% + 48px);
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #f5f5f5;
}

.moving-detail .mode-detail__notice .info-list {
  font-size: 1.2rem;
  color: #363636;
}

.moving-detail .mode-detail__notice .info-list .info-list {
  color: #666;
}

.moving-detail .info-item + .info-item {
  margin-top: 8px;
}
.moving-detail .mode-benefit-detail-list {
  border-radius: 20px;
  background-color: #f6f6f6;
}

.moving-detail .mode-benefit-detail-title {
  font-weight: 700;
  color: #242424;
}
.moving-detail .mode-benefit-detail-desc {
  color: #666;
}
.moving-detail .mode-benefit-detail-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.travel-detail .benefit-group-card__title {
  font-size: 1.5rem;
  font-weight: 500;
}
.travel-detail .benefit-group-card__eyebrow + .info-list {
  margin-top: 12px;
}
.travel-detail .info-item {
  font-size: 1.2rem;
  color: #363636;
}
.travel-detail .info-item + .info-item {
  margin-top: 8px;
}
.travel-detail .benefit-group-card + .benefit-group-card {
  margin-top: 30px;
}
.travel-detail .travel-wrap {
  margin-top: 8px;
  width: 100%;
  height: 50px;
  background: url(/images/mymass/card-apply/img-travlog.webp) no-repeat center
    100%;
  background-size: contain;
}
.travel-detail .detail-table {
  margin-top: 8px;
  border-top: 2px solid #00857a;
}

.travel-detail .detail-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.travel-detail .detail-table thead {
  height: 52px;
}
.travel-detail .detail-table th,
.travel-detail .detail-table td {
  text-align: center;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  word-break: keep-all;
}
.travel-detail .detail-table th {
  padding: 8px;
}

.travel-detail .detail-table th {
  font-size: 1.3rem;
  font-weight: 500;
  color: #006662;
  line-height: 1.4;
  background: rgba(216, 243, 242, 0.6);
}

.travel-detail .detail-table td {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(7, 15, 22, 0.82);
  line-height: 1.4;
}
.travel-detail .info-list + .detail-table {
  margin-bottom: 8px;
}

/* .moving-detail .ui-layer__body-inner {
  height: 600px;
} */
/* ========================================
  ANIMATION
======================================== */

@keyframes stepperFade {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes stepRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bubblePop {
  0% {
    transform: translateX(-50%) translateY(16px) scale(0.8);
    opacity: 0;
  }

  60% {
    transform: translateX(-50%) translateY(-4px) scale(1);
    opacity: 0.6;
  }

  100% {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes doubleStepShake {
  0%,
  85%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  88% {
    transform: translate(-50%, -50%) rotate(-12deg);
  }

  91% {
    transform: translate(-50%, -50%) rotate(12deg);
  }

  94% {
    transform: translate(-50%, -50%) rotate(-8deg);
  }

  97% {
    transform: translate(-50%, -50%) rotate(8deg);
  }
}

@keyframes connectorFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes eventImageFadeToLeft {
  0% {
    transform: translateX(-40%) translateY(-50%);
    opacity: 0;
  }

  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

@keyframes eventImageFadeToRight {
  0% {
    transform: translateX(-60%) translateY(-50%);

    opacity: 0;
  }

  100% {
    transform: translateX(-50%) translateY(-50%);

    opacity: 1;
  }
}

@keyframes modeArrowMove {
  0% {
    transform: translateY(-4px);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes cardPendulum {
  0% {
    transform: rotate(0deg);
  }

  32% {
    transform: rotate(-1.4deg);
  }

  68% {
    transform: rotate(0.6deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes currentBadgeFade {
  from {
    transform: translateY(-2px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* orbit */

@keyframes orbit1 {
  from {
    transform: rotate(0deg) translateY(-140px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateY(-140px) rotate(-360deg);
  }
}

@keyframes orbit2 {
  from {
    transform: rotate(45deg) translateY(-140px) rotate(-45deg);
  }

  to {
    transform: rotate(405deg) translateY(-140px) rotate(-405deg);
  }
}

@keyframes orbit3 {
  from {
    transform: rotate(90deg) translateY(-140px) rotate(-90deg);
  }

  to {
    transform: rotate(450deg) translateY(-140px) rotate(-450deg);
  }
}

@keyframes orbit4 {
  from {
    transform: rotate(135deg) translateY(-140px) rotate(-135deg);
  }

  to {
    transform: rotate(495deg) translateY(-140px) rotate(-495deg);
  }
}

@keyframes orbit5 {
  from {
    transform: rotate(180deg) translateY(-140px) rotate(-180deg);
  }

  to {
    transform: rotate(540deg) translateY(-140px) rotate(-540deg);
  }
}

@keyframes orbit6 {
  from {
    transform: rotate(225deg) translateY(-140px) rotate(-225deg);
  }

  to {
    transform: rotate(585deg) translateY(-140px) rotate(-585deg);
  }
}

@keyframes orbit7 {
  from {
    transform: rotate(270deg) translateY(-140px) rotate(-270deg);
  }

  to {
    transform: rotate(630deg) translateY(-140px) rotate(-630deg);
  }
}

@keyframes orbit8 {
  from {
    transform: rotate(315deg) translateY(-140px) rotate(-315deg);
  }

  to {
    transform: rotate(675deg) translateY(-140px) rotate(-675deg);
  }
}

@keyframes floatingBtnIn {
  0% {
    transform: translateY(8px) scale(0.98);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
