/* =========================================
   ¹è¿ò 5¿ù LEVEL UP ÀÌº¥Æ®
   µðÀÚÀÎ ÅäÅ«
   ========================================= */
.baeoom-promo {
  position: relative;
  isolation: isolate;
  /* »ö»ó */
  --color-bg: #ffffff;
  --color-text: #333333;
  --color-text-sub: #4d4d4d;
  --color-text-mute: #666666;
  --color-text-light: #9f9f9f;
  --color-text-444: #444444;

  --color-purple: #6a5cff;
  --color-purple-dark: #5950bd;
  --color-purple-light: #b5aef3;
  --color-purple-pale: #f4e9fd;

  --color-blue: #5c72ff;
  --color-blue-pale: #c2edff;

  --color-red: #f95157;
  --color-red-dark: #f84047;

  --color-yellow: #ffeba6;
  --color-orange-pale: #ffe7de;
  --color-orange-light: #ffdcb4;

  --color-brown: #cea597;

  --color-pink-pale: #f4e8f4;
  --color-cream: #fff2e0;
  --color-blue-pale-bg: #e0e1ff;

  /* ÆäÀÌÁö Æø */
  --page-max-width: 2200px;
  --container-width: 1080px;

  /* ÆùÆ® */
  --font-paperlogy: "Paperlogy", "Pretendard Variable", sans-serif;
  --font-pretendard: "Pretendard Variable", "Pretendard", sans-serif;
  --font-cafe24: "Cafe24 PRO UP", "Ä«Æä24 ÇÁ·Î¾÷", "Cafe24 Proup", "Paperlogy", sans-serif;
}

/* =========================================
   Reset (include/embed: .baeoom-promo ¡¤ .page ½ºÄÚÇÁ)
   ========================================= */
.baeoom-promo *,
.baeoom-promo *::before,
.baeoom-promo *::after {
  box-sizing: border-box;
}

.baeoom-promo .page {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: var(--page-max-width);
  overflow-x: hidden;
  font-family: var(--font-pretendard);
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}



/* landing/css/landing_base_margin.css Àü¿ª .event / .event div a / .notice ¿Í Ãæµ¹ ¹æÁö */
.baeoom-promo .page > .event {
  position: relative;
  z-index: 2;
}
.baeoom-promo .event div a {
  width: auto;
  max-width: none;
}
/* landing_base_margin.css .event div a{display:inline-block;width:49%} ? .event div a(Æ¯ÀÌµµ)º¸´Ù ³ô¿© flex ·¹ÀÌ¾Æ¿ô¡¤gap Àû¿ë */
.baeoom-promo .event a.coursecard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.baeoom-promo .event a.class-row__btn,
.baeoom-promo .event a.btn-primary,
.baeoom-promo .event a.pickcard__btn {
  display: inline-flex !important;
  width: auto !important;
}



.baeoom-promo img {
  max-width: 100%;
  display: block;
}

.baeoom-promo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.baeoom-promo a {
  color: inherit;
  text-decoration: none;
}

.baeoom-promo p {
  margin: 0;
}

/* =========================================
   Layout: .baeoom-promo .page (with Reset block)
   ========================================= */

/* =========================================
   Hero: PM_2605, scoped under .baeoom-promo only
   ========================================= */
.baeoom-promo .hero {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 960px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 70px 8px 162px;
  background: url("../assets_202605/hero_image.png") center top / cover no-repeat;
}

.baeoom-promo .hero__inner {
  position: relative;
  width: 100%;
  max-width: 1082px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.baeoom-promo .hero__top {
  width: 813px;
  max-width: 100%;
}

.baeoom-promo .hero__top picture,
.baeoom-promo .hero__top picture img {
  display: block;
  width: 100%;
  height: auto;
}

.baeoom-promo .hero__top-img {
  width: 100%;
  height: auto;
}

.baeoom-promo .hero__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.baeoom-promo .hero__bottom-img--lg {
  width: 710px;
  height: auto;
}

.baeoom-promo .hero__bottom-img--sm {
  width: 353px;
  height: auto;
}

/* =========================================
   °øÅë ÀÌº¥Æ® ¼½¼Ç
   ========================================= */
.baeoom-promo .event {
  /* landing_base_margin.css Àü¿ª .event { height:80vw; max-height:900px } ¹«È¿È­ */
  height: auto !important;
  max-height: none !important;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 160px 8px;
  overflow: hidden;
}

.baeoom-promo .event__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.baeoom-promo .event__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.baeoom-promo .event__content--narrow {
  max-width: 870px;
  gap: 40px;
}

.baeoom-promo .event__content--wide {
  max-width: 1078px;
  gap: 30px;
}

.baeoom-promo .event__content--friend {
  max-width: 1078px;
  gap: 10px;
}

.baeoom-promo .event__content--04 {
  gap: 70px;
}

.baeoom-promo .event__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.baeoom-promo .event__stitle {
  width: 354px;
  height: auto;
  object-fit: contain;
}

.baeoom-promo .event__bigtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  width: 100%;
}

.baeoom-promo .event__subtitle {
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.64px;
  color: var(--color-text);
  white-space: nowrap;
}

.baeoom-promo .event__subtitle--semibold {
  font-weight: 600;
}

.baeoom-promo .event__maintitle {
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: -4.8px;
  color: #000;
  white-space: nowrap;
}

.baeoom-promo .event__description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.72px;
  color: #000;
  white-space: pre-line;
  margin-top: 6px;
}

/* =========================================
   ¹è°æ: Event 05 (ÇÎÅ© ±×¶óµ¥ÀÌ¼Ç)
   ========================================= */
.baeoom-promo .event--05 {
  background: linear-gradient(
    to bottom,
    var(--color-pink-pale) 0%,
    #ffffff 25.481%,
    var(--color-cream) 100%
  );
}

/* Event 03 - ºí·ç/ÇÎÅ© ¿ìÁÖ Åæ ¹è°æ ÀÌ¹ÌÁö */
.baeoom-promo .event--03 {
  background: url("../assets_202605/event03_bg.jpg") center/cover no-repeat,
    linear-gradient(180deg, #d6ecff 0%, #f4e3ff 50%, #fff2e0 100%);
}

/* Event 01 - Ä£±¸ÃßÃµ (ºí·ç¡æÈò¡æÅ©¸²) */
.baeoom-promo .event--01 {
  background: linear-gradient(
    to bottom,
    #d1edff 0%,
    #ffffff 25.481%,
    var(--color-cream) 100%
  );
}

/* Event 02 - ´Ù¸¥ ±×¶óµ¥ÀÌ¼Ç */
.baeoom-promo .event--02 {
  background: linear-gradient(
    180deg,
    var(--color-blue-pale-bg) 0%,
    #ffffff 17.308%,
    #f6f6f6 75.481%,
    var(--color-cream) 100%
  );
}

/* =========================================
   CARD_ver (Ä«µåÇü ÇÒÀÎ ¹Ú½º)
   ========================================= */
.card-ver {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-ver--3 {
  height: 575px;
  max-width: 870px;
  padding: 133px 40px 236px;
}

.card-ver--new {
  max-width: 870px;
  aspect-ratio: 870 / 557;
  padding: 0;
  justify-content: center;
}

.card-ver--new .card-ver__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* °ÔÀÓ±â È­¸é(Èò»ö ¹Ú½º) ¿µ¿ª ¾È¿¡ ÅØ½ºÆ® ¹èÄ¡ */
.card-ver--new .card-ver__details {
  position: absolute;
  left: 50%;
  /* Èò»ö È­¸é ¼¼·Î Áß½É(¾à 42%) ±âÁØ */
  top: 42%;
  transform: translate(-50%, -50%);
  gap: 6px;
  width: 76%;
  max-width: 640px;
  padding: 0 4%;
}

.card-ver--new .card-ver__label {
  font-size: 32px;
  line-height: 1.5;
}

.card-ver--new .card-ver__discount {
  font-size: 78px;
  line-height: 1.1;
  white-space: nowrap;
}

.card-ver--new .card-ver__expire {
  font-size: 18px;
  line-height: 1.4;
}

.card-ver--2 {
  max-width: 850px;
  aspect-ratio: 850 / 551;
}

.card-ver--2 .card-ver__bg {
  position: static;
  height: auto;
  object-fit: contain;
}

.card-ver__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}

.card-ver__details {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  width: 100%;
  max-width: 437px;
}

.card-ver--3 .card-ver__details,
.card-ver--new .card-ver__details {
  gap: 10px;
}

.card-ver__label {
  font-family: var(--font-cafe24);
  font-size: 32px;
  line-height: 1.5;
  color: var(--color-red);
  text-align: center;
}

.card-ver__discount {
  font-family: var(--font-cafe24);
  font-size: 78px;
  line-height: 1.1;
  color: var(--color-blue);
  text-align: center;
}

.card-ver__expire {
  font-family: var(--font-paperlogy);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9;
  color: var(--color-text-444);
  text-align: center;
}

.card-ver__price {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 32px;
  white-space: nowrap;
}

.card-ver__price-old {
  color: var(--color-text-light);
  font-family: var(--font-cafe24);
  line-height: 1.5;
}

.card-ver__price-new {
  color: var(--color-red);
  font-family: var(--font-cafe24);
  line-height: 1.5;
}

.card-ver__btn {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

/* =========================================
   °øÅë ¹öÆ°
   ========================================= */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 70px;
  width: 330px;
  padding: 20px 100px;
  background: var(--color-red);
  border-radius: 5px;
  color: #fff;
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
  box-shadow: 0 6px 14px rgba(249, 81, 87, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(249, 81, 87, 0.35);
}

.btn-primary:active {
  transform: translateY(0);
  opacity: 0.9;
}

.btn-primary__icon {
  width: 10px;
  height: 17px;
  flex-shrink: 0;
}

/* =========================================
   Notice (À¯ÀÇ»çÇ×)
   ========================================= */
.baeoom-promo .notice {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
  white-space: nowrap;
}

.baeoom-promo .notice__title {
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #000;
}

.baeoom-promo .notice__list {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.64px;
  color: var(--color-text-sub);
  list-style: disc;
  padding-left: 24px;
}

.baeoom-promo .notice__list li {
  margin-left: 0;
  list-style: disc !important;
}

/* landing_base_margin.css .notice li:before ? Àü¿ª »ç°¢Çü °¡Â¥ ±Û¸®ÇÁ Á¦°Å, list-style disc¸¸ Ç¥½Ã */
.baeoom-promo .notice__list > li::before,
.baeoom-promo .notice__list > li:before {
  content: none;
  display: none;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  width: 0;
  height: 0;
  background: transparent;
  vertical-align: unset;
}

/* =========================================
   Event 03 - ÄíÆù Çì´õ (15% / 5% ±×·ì Çì´õ)
   ========================================= */
.couponhead__row {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.couponhead__item {
  position: relative;
  width: 369px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}

.couponhead__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.couponhead__label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -1.32px;
  color: #32325e;
  white-space: nowrap;
}

.couponhead__label-num {
  font-weight: 800;
}

/* =========================================
   Event 03 - °úÁ¤º° Ä«µå ±×¸®µå + È£¹ö
   ========================================= */
.coursecard__grid {
  display: grid;
  grid-template-columns: repeat(4, 256px);
  gap: 15px;
  justify-content: center;
}

.coursecard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 256px;
  min-height: 270px;
  padding: 23px 13px 19px;
  background: #fff;
  border-radius: 30px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease,
    background-color 0.28s ease, color 0.28s ease;
}

.coursecard__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-family: var(--font-paperlogy);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: background-color 0.28s ease, color 0.28s ease;
}

.coursecard--15 .coursecard__badge {
  background: #fff0ee;
  color: var(--color-red-dark);
}

.coursecard--5 .coursecard__badge {
  background: #ecf5ff;
  color: var(--color-blue);
}

.coursecard__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.coursecard__name {
  margin: 0;
  font-family: var(--font-paperlogy);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -1.52px;
  color: var(--color-text);
  text-align: center;
  transition: color 0.28s ease;
}

.coursecard__name--multi {
  font-size: 28px;
  letter-spacing: -1.12px;
}

.coursecard__base {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-pretendard);
  font-size: 16px;
  color: var(--color-text-mute);
  white-space: nowrap;
  transition: color 0.28s ease;
}

.coursecard__base s {
  text-decoration: line-through;
}

.coursecard__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  padding: 16px 20px;
  background: #ececec;
  border-radius: 999px;
  font-family: var(--font-paperlogy);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.28s ease, color 0.28s ease,
    transform 0.28s ease;
}

.coursecard--15 .coursecard__price {
  color: var(--color-red);
}

.coursecard--5 .coursecard__price {
  color: var(--color-blue);
}

@media (hover: hover) {
  .coursecard:is(:hover, :focus-visible) {
    transform: translateY(-12px);
  }
  .coursecard--15:is(:hover, :focus-visible) {
    background: var(--color-red);
    box-shadow: 0 28px 48px rgba(249, 81, 87, 0.32);
  }
  .coursecard--15:is(:hover, :focus-visible) .coursecard__name,
  .coursecard--15:is(:hover, :focus-visible) .coursecard__base {
    color: #fff;
  }
  .coursecard--15:is(:hover, :focus-visible) .coursecard__base s {
    color: rgba(255, 255, 255, 0.75);
  }
  .coursecard--15:is(:hover, :focus-visible) .coursecard__badge {
    background: #fff;
    color: var(--color-red);
  }
  .coursecard--15:is(:hover, :focus-visible) .coursecard__price {
    background: #fff;
    color: var(--color-red);
    transform: scale(1.03);
  }

  .coursecard--5:is(:hover, :focus-visible) {
    background: var(--color-purple);
    box-shadow: 0 28px 48px rgba(106, 92, 255, 0.32);
  }
  .coursecard--5:is(:hover, :focus-visible) .coursecard__name,
  .coursecard--5:is(:hover, :focus-visible) .coursecard__base {
    color: #fff;
  }
  .coursecard--5:is(:hover, :focus-visible) .coursecard__base s {
    color: rgba(255, 255, 255, 0.75);
  }
  .coursecard--5:is(:hover, :focus-visible) .coursecard__badge {
    background: #fff;
    color: var(--color-purple);
  }
  .coursecard--5:is(:hover, :focus-visible) .coursecard__price {
    background: #fff;
    color: var(--color-purple);
    transform: scale(1.03);
  }
}

.coursecard:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 4px;
}

/* =========================================
   Event 03 - »çÈ¸º¹Áö»ç 0¿ø ¸»Ç³¼±
   ========================================= */
.zerocallout {
  position: relative;
  width: 256px;
  padding: 16px 24px 14px;
  align-self: flex-start;
  margin-top: -16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #131f6c;
  border-radius: 999px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.zerocallout::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #131f6c;
}

.zerocallout__text,
.zerocallout__note {
  position: relative;
  margin: 0;
  white-space: nowrap;
}

.zerocallout__text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: #ff6368;
}

.zerocallout__text strong {
  font-weight: 700;
}

.zerocallout__note {
  font-family: var(--font-pretendard);
  font-size: 13px;
  letter-spacing: -0.39px;
  color: #cfd2ee;
}

/* =========================================
   Event 01 - Ä£±¸ÃßÃµ
   ========================================= */
.baeoom-promo .event__maintitle--bold {
  font-weight: 700;
  letter-spacing: -3.2px;
}

.baeoom-promo .event__description--friend {
  white-space: normal;
  margin-top: 8px;
}

.t-red-bold {
  color: var(--color-red-dark);
  font-weight: 700;
}

.recommd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.recommd__card {
  width: 529px;
  max-width: 100%;
  height: auto;
  display: block;
}

.talk {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 1078px;
  padding: 30px 0;
}

.talk__row {
  display: flex;
  width: 100%;
}

.talk__row--right {
  justify-content: flex-end;
  padding-left: 240px;
}

.talk__row--left {
  justify-content: flex-start;
  padding-right: 180px;
}

.talk__bubble {
  background: #fff;
  border-radius: 60px;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.17));
}

.talk__quote {
  width: 58px;
  height: 69px;
  object-fit: contain;
  opacity: 0.5;
  flex-shrink: 0;
  align-self: center;
}

.talk__quote--right {
  transform: rotate(180deg);
}

/* µÎ ¹øÂ° ¸»Ç³¼±(Ä£±¸ 3¸í ÃßÃµ...) ? µû¿ÈÇ¥ ºí·ç ÅæÀ¸·Î */
.talk__row--left .talk__quote {
  filter: hue-rotate(200deg) saturate(0.9);
}

.talk__text {
  flex: 1;
  font-family: "NanumMyeongjo", "Noto Serif KR", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.66px;
  color: #32325e;
  text-align: center;
}

/* =========================================
   Event 02 - ÄíÆùÆÑ
   ========================================= */
.couponpack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
}

.couponpack__header {
  position: relative;
  width: 100%;
  aspect-ratio: 1080 / 182;
}

.couponpack__header-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

/* ÄíÆùÆÑ º»¹® */
.couponpack__body {
  width: 100%;
  border-radius: 70px;
  padding: 70px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.couponpack__body--orange {
  background: var(--color-orange-pale);
  min-height: 598px;
  gap: 30px;
  justify-content: space-between;
}

.couponpack__body--purple {
  background: var(--color-purple-pale);
  gap: 4px;
}

/* class-row */
.class-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 879px;
}

.class-row__main {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
  padding: 20px 60px;
  width: 790px;
  flex-shrink: 0;
}

.class-row__line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.couponpack__body--orange .class-row__main > .class-row__line,
.class-row__main > .class-row__line {
  display: contents;
}

.class-row__main > * {
  width: 100%;
}

/* ÆòÅºÈ­: name°ú price¸¦ ÇÑ ÁÙ¿¡ */
.class-row__main {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px 20px;
}

.class-row__notice {
  grid-column: 1 / -1;
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -1.2px;
  color: #000;
  line-height: 0.9;
  white-space: nowrap;
}

.class-row__notice-red {
  color: var(--color-red-dark);
  text-decoration: underline;
}

.class-row__notice-under {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.class-row__notice-bold {
  font-family: var(--font-paperlogy);
  font-weight: 700;
}

.class-row__name {
  font-family: var(--font-paperlogy);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: var(--color-blue);
  white-space: nowrap;
  text-align: center;
  justify-self: center;
}

.class-row__name--multi {
  white-space: normal;
  letter-spacing: -1.2px;
}

.class-row__name--multi > span {
  display: block;
  line-height: 1.1;
  text-align: center;
}

.class-row__name-lg {
  font-size: 40px;
}

.class-row__name-sm {
  font-size: 26px;
}

.class-row__price {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
}

.class-row__original {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 39px;
}

.class-row__per,
.class-row__strike {
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: 22px;
  color: var(--color-text-mute);
  white-space: nowrap;
}

.class-row__strike {
  text-decoration: line-through;
}

.class-row__arrow {
  width: 40px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.class-row__final {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.class-row__final-label {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 15px;
  color: var(--color-text);
  text-align: right;
}

.class-row__final-price {
  font-family: var(--font-paperlogy);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: var(--color-red);
  white-space: nowrap;
}

.class-row__final-price strong {
  font-family: var(--font-paperlogy);
  font-weight: 600;
}

.class-row__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 89px;
  padding: 20px 30px;
  color: #fff;
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: filter 0.18s ease, transform 0.18s ease;
  flex-shrink: 0;
  align-self: stretch;
}

.class-row__btn:hover {
  filter: brightness(1.05);
  transform: translateX(2px);
}

.class-row__btn--brown {
  background: var(--color-brown);
}

.class-row__btn--lilac {
  background: var(--color-purple-light);
}

.class-row__btn-icon {
  width: 10px;
  height: 17px;
  flex-shrink: 0;
}

/* =========================================
   Event 04 - º¸À°±³»ç Æ¯º° Âù½º
   ========================================= */
.baeoom-promo .event--04 {
  background: linear-gradient(
    180deg,
    var(--color-pink-pale) 0%,
    #ffffff 25.481%,
    var(--color-cream) 100%
  );
}

.baeoom-promo .event__content--04 {
  max-width: 850px;
  gap: 60px;
  width: 100%;
}

/* µÎ °³ÀÇ Ä«µå ºí·Ï °øÅë */
.dealblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.dealblock + .dealblock {
  margin-top: 60px;
}

.baeoom-promo .dealblock .notice {
  margin-top: 40px;
}

.dealblock__header {
  position: relative;
  width: 100%;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

.dealblock__header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}

.dealblock__header-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.dealblock__header-title {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  font-family: var(--font-paperlogy);
  font-size: 50px;
  line-height: 1.2;
  white-space: nowrap;
}

.dealblock__header-light {
  font-weight: 200;
  color: var(--color-red);
  letter-spacing: -1px;
}

.dealblock__header-bold {
  font-weight: 600;
  color: var(--color-purple);
  letter-spacing: -3px;
}

.dealblock__header-desc {
  margin: 0;
  font-family: var(--font-pretendard);
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.66px;
  color: #000;
}

/* Ä«µå ver --practice: card_ver3.png À§ ÅØ½ºÆ® + CTA */
.card-ver--practice {
  max-width: 850px;
  aspect-ratio: 870 / 557;
  padding: 17% 40px 25% 40px;
  justify-content: center;
  margin-top: 0;
}

.card-ver--practice .card-ver__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-ver--practice .card-ver__details {
  gap: 6px;
}

.card-ver--practice .card-ver__price {
  font-size: 28px;
  font-family: var(--font-cafe24);
  line-height: 1.5;
  margin-top: 2px;
}

.card-ver--practice .card-ver__price-old {
  color: var(--color-text-light);
}

.card-ver--practice .card-ver__price-new {
  color: var(--color-red);
}

.card-ver--practice .card-ver__btn {
  margin-top: 10px;
  height: 56px;
  width: 260px;
  padding: 14px 40px;
  font-size: 18px;
}

/* °ú¸ñÇÈ Ä«µå ? pick_frame.png À§¿¡ ÅØ½ºÆ® ¿À¹ö·¹ÀÌ */
.pickcard {
  position: relative;
  width: 100%;
  aspect-ratio: 870 / 661;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0;
}

.pickcard__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}

.pickcard__inner {
  position: relative;
  z-index: 1;
  display: grid;
  /* Èò»ö ¹Ú½º(¾à 13~77%) + ³ë¶õ»ö ¹Ú½º(¾à 78~95%) ºñÀ²¿¡ ¸ÂÃá ¿µ¿ª */
  grid-template-rows: 13% 64% 1% 17% 5%;
  align-items: center;
  justify-items: center;
  padding: 0 60px;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

/* Èò»ö ¹Ú½º ¿µ¿ª: badge + price + title Áß¾Ó Á¤·Ä */
.pickcard__text {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 100%;
}

.pickcard__badge {
  background: var(--color-purple);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-paperlogy);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.pickcard__price {
  margin: 0;
  font-family: var(--font-cafe24);
  font-size: 74px;
  line-height: 1.1;
  color: var(--color-purple);
  text-align: center;
  white-space: nowrap;
}

.pickcard__price-accent {
  color: var(--color-red-dark);
}

.pickcard__title {
  margin: 0;
  font-family: var(--font-paperlogy);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  color: #3f1467;
  text-align: center;
}

.pickcard__btn {
  grid-row: 4;
  margin-top: 0;
  height: 56px;
  width: 260px;
  padding: 14px 40px;
  font-size: 18px;
}

/* =========================================
   Event 05 - Ä³¸¯ÅÍ
   ========================================= */
.characters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.character {
  position: relative;
  width: 160px;
  height: 160px;
  display: inline-block;
}

.character__bg {
  position: absolute;
  top: 14.55px;
  left: 0;
  width: 145.455px;
  height: 145.455px;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe1c2 0%, #ffd0a3 60%, #ffb87a 100%);
  box-shadow: 0 6px 18px rgba(255, 175, 110, 0.35);
}

.character__bg--shift {
  left: 14.55px;
  background: radial-gradient(circle, #ffe4f2 0%, #ffc2dc 60%, #ff9bbf 100%);
  box-shadow: 0 6px 18px rgba(255, 155, 191, 0.35);
}

.character__img {
  position: absolute;
  inset: 0;
  width: 160px;
  height: 160px;
  object-fit: contain;
  z-index: 1;
}

/* =========================================
   Consulting - ¹®ÀÇ / ºü¸¥»ó´ã
   ========================================= */
.consulting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 90px 49px;
  background: #ffffff;
  text-align: center;
}

.consulting__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.consulting__title {
  margin: 0;
  font-family: var(--font-paperlogy);
  font-weight: 600;
  font-size: 46px;
  line-height: 1.38;
  letter-spacing: -0.92px;
  color: #000;
}

.consulting__subtitle {
  margin: 0;
  font-family: var(--font-paperlogy);
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.34px;
  color: #585858;
}

.consulting__contacts {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.consulting__card {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 26px 99px;
  background: #eee;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
  font-family: var(--font-paperlogy);
}

.consulting__card-label {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.consulting__card-value {
  margin: 0;
  font-weight: 300;
  font-size: 27px;
  line-height: 26px;
  letter-spacing: -0.54px;
}

.consulting__card-arrow {
  width: 13px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0);
}

.only-mobile {
  display: none;
}

/* =========================================
   ¹ÝÀÀÇü
   ========================================= */
@media (max-width: 1100px) {
  .baeoom-promo .event__maintitle {
    font-size: 56px;
    letter-spacing: -2.4px;
  }
  .baeoom-promo .event--03 .event__content {
    max-width: 760px;
  }
  .couponhead__row {
    width: 100%;
  }
  .couponhead__item {
    width: min(369px, calc((100vw - 48px) / 2));
  }
  .couponhead__label {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .coursecard__grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 256px));
  }
  .coursecard {
    width: 100%;
    min-width: 0;
  }
  .coursecard__badge,
  .coursecard__base,
  .coursecard__price {
    max-width: 100%;
  }
  .zerocallout {
    margin-left: calc((100% - 527px) / 2);
  }
  .class-row__main {
    width: 100%;
    padding: 20px 30px;
  }
  .class-row__notice {
    font-size: 16px;
    letter-spacing: -0.6px;
    line-height: 1.3;
    white-space: normal;
    word-break: keep-all;
  }
  .baeoom-promo .event__content--04 {
    max-width: 850px;
    padding-inline: 16px;
  }
  .dealblock__header-title {
    font-size: clamp(34px, 5vw, 50px);
  }
  .dealblock__header-desc {
    font-size: clamp(16px, 2.2vw, 22px);
    padding-inline: 24px;
    word-break: keep-all;
  }
  .card-ver--practice .card-ver__price {
    font-size: clamp(20px, 3vw, 28px);
  }
  .pickcard__badge {
    font-size: clamp(20px, 3vw, 28px);
  }
  .pickcard__price {
    font-size: clamp(48px, 7vw, 74px);
  }
  .pickcard__title {
    font-size: clamp(22px, 3.3vw, 32px);
  }
  .consulting__contacts {
    flex-direction: column;
    max-width: 636px;
  }
  .consulting__card {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero__top picture,
.hero__top picture img {
 padding-top:20px;
}


  .baeoom-promo .event {
    padding: 80px 16px;
  }
  .baeoom-promo .event__stitle {
    width: 240px;
  }
  .baeoom-promo .event__subtitle {
    font-size: 22px;
  }
  .baeoom-promo .event__maintitle {
    font-size: 40px;
    letter-spacing: -1.6px;
    white-space: normal;
  }
  .baeoom-promo .event__description {
    font-size: 16px;
    white-space: normal;
  }
  .btn-primary {
    width: 280px;
    padding: 18px 40px;
    font-size: 20px;
    height: auto;
  }
  .card-ver--2,
  .card-ver--3 {
    height: auto;
    padding: 80px 20px 60px;
  }
  .card-ver--new {
    aspect-ratio: 870 / 557;
    height: auto;
    padding: 0;
  }
  .card-ver--new .card-ver__bg {
    object-fit: contain;
  }
  /* ¸ð¹ÙÀÏ: °ÔÀÓ±â È­¸é ¾È¿¡ ¸Âµµ·Ï Æø Ãà¼Ò + ÆùÆ® ´Ù¿î */
  .card-ver--new .card-ver__details {
    width: 70%;
    gap: 2px;
    top: 42%;
    padding: 0;
  }
  .card-ver--new .card-ver__label {
    font-size: 16px;
  }
  .card-ver--new .card-ver__discount {
    font-size: 32px;
  }
  .card-ver--new .card-ver__expire {
    font-size: 11px;
    line-height: 1.3;
  }
  .card-ver__bg {
    object-fit: contain;
  }
  .card-ver__label {
    font-size: 22px;
  }
  .card-ver__discount {
    font-size: 50px;
  }
  .couponpack__body--orange,
  .couponpack__body--purple {
    padding: 30px 12px;
    border-radius: 30px;
  }
  .class-row {
    flex-direction: column;
  }
  .class-row__main {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 16px;
    gap: 8px;
  }
  .class-row__name {
    font-size: 26px;
  }
  .class-row__notice {
    font-size: 12px;
    letter-spacing: -0.4px;
    line-height: 1.4;
    white-space: normal;
    word-break: keep-all;
    text-align: center;
  }
  .class-row__final-price {
    font-size: 28px;
  }
  .class-row__btn {
    width: 100%;
    align-self: auto;
  }
  /* Event 04 ¸ð¹ÙÀÏ ? PC ·¹ÀÌ¾Æ¿ô°ú µ¿ÀÏÇÏ°Ô(ÆùÆ®/ÆÐµù¸¸ ºñ·Ê Ãà¼Ò).
     µ¥½ºÅ©Å¾ ±âº»°ª(margin-top 0/-28px, aspect-ratio, % padding)À» ±×´ë·Î À¯ÁöÇÏ±â À§ÇØ
     º°µµ override ¾øÀÌ ÆùÆ®¸¸ ´Ù¿î½ºÄÉÀÏÇÑ´Ù. */
  .pickcard {
    margin-top: 0;
  }
  /* µÎ ¹øÂ° dealblock(°ú¸ñÇÈ) ? desc ÇÑ ÁÙ·Î */
  .baeoom-promo .event--04 .dealblock:has(.pickcard) .dealblock__header-desc {
    font-size: 10px;
    letter-spacing: -0.3px;
    white-space: nowrap;
    padding: 0 8px;
  }
  .pickcard__inner {
    padding: 0 36px;
    grid-template-rows: 13% 64% 1% 17% 5%;
  }
  .pickcard__text {
    gap: 4px;
  }
  .pickcard__badge {
    font-size: 14px;
    padding: 5px 16px;
  }
  .pickcard__price {
    font-size: 34px;
    white-space: nowrap;
  }
  .pickcard__title {
    font-size: 14px;
    letter-spacing: -0.4px;
    white-space: normal;
    word-break: keep-all;
  }
  .pickcard__btn {
    width: auto;
    max-width: 200px;
    font-size: 12px;
    height: 30px;
    padding: 4px 14px;
    margin-top: 0;
  }
  /* Event 04 - dealblock Çì´õ + Ä«µå (PC¿Í µ¿ÀÏ Çü»ó À¯Áö) */
  .baeoom-promo .event__content--04 {
    gap: 24px;
  }
  .dealblock + .dealblock {
    margin-top: 40px;
  }
  .baeoom-promo .dealblock .notice {
    margin-top: 12px;
  }
  .baeoom-promo .dealblock:has(.pickcard) .notice {
    margin-top: 40px;
  }
  .dealblock__header {
    height: auto;
    aspect-ratio: 1024 / 180;
  }
  .dealblock__header-text {
    gap: 4px;
  }
  .dealblock__header-title {
    font-size: 24px;
    gap: 6px;
  }
  .dealblock__header-light {
    letter-spacing: -0.5px;
  }
  .dealblock__header-bold {
    letter-spacing: -1.4px;
  }
  .dealblock__header-desc {
    font-size: 13px;
    letter-spacing: -0.3px;
    white-space: normal;
    word-break: keep-all;
    padding: 0 12px;
    line-height: 1.25;
  }
  .card-ver--practice {
    margin-top: -8%;
    padding: 19% 30px 28% 30px;
  }
  .card-ver--practice .card-ver__details {
    gap: 2px;
  }
  .card-ver--practice .card-ver__label {
    font-size: 16px;
    line-height: 1.25;
  }
  .card-ver--practice .card-ver__discount {
    font-size: 36px;
    line-height: 1.05;
    white-space: nowrap;
  }
  .card-ver--practice .card-ver__btn {
    width: auto;
    max-width: 200px;
    font-size: 12px;
    height: 30px;
    padding: 4px 14px;
    margin-top: 2px;
  }
  .card-ver--practice .card-ver__price {
    font-size: 13px;
    margin-top: 0;
    gap: 4px;
  }
  .baeoom-promo .notice {
    white-space: normal;
  }
  .baeoom-promo .notice__list {
    font-size: 14px;
    word-break: keep-all;
  }
  .baeoom-promo .notice__list li {
    white-space: normal;
  }
  .recommd {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .baeoom-promo .event--01 .notice {
    margin-top: 14px;
  }
  .recommd__card {
    width: 100%;
    max-width: none;
  }
  .talk {
    padding: 1px 0;
    gap: 8px;
  }
  .talk__row--right,
  .talk__row--left {
    padding-left: 0;
    padding-right: 0;
  }
  .talk__bubble {
    padding: 16px 20px;
    gap: 8px;
    border-radius: 30px;
  }
  .talk__quote {
    width: 36px;
    height: 43px;
  }
  .talk__text {
    font-size: 16px;
    word-break: keep-all;
  }
  br.only-mobile {
    display: inline;
  }
  .baeoom-promo .event__maintitle--bold {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
  .baeoom-promo .hero {
    min-height: 0;
    padding: 60px 8px 80px;
    background-image: url("../assets_202605/hero_image_mobile.png");
    background-position: top center;
    background-size: cover;
  }
  .baeoom-promo .hero__inner {
    gap: 20px;
  }
  .baeoom-promo .hero__top {
    width: 100%;
    max-width: 515px;
  }
  .baeoom-promo .hero__bottom {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    max-width: 523px;
  }
  .baeoom-promo .hero__bottom-img--sm,
  .baeoom-promo .hero__bottom-img--lg {
    width: 100%;
    height: auto;
  }

  /* Event 03 ¸ð¹ÙÀÏ ? Çì´õ¿Í Ä«µå¸¦ »ö±òº°·Î ±×·ìÇÎ: ÁÖÈ²Çì´õ ¡æ 15% Ä«µå ¡æ ÆÄ¶õÇì´õ ¡æ 5% Ä«µå */
  .baeoom-promo .event--03 .couponhead__row,
  .baeoom-promo .event--03 .coursecard__grid {
    display: contents;
  }
  .baeoom-promo .event--03 .event__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
    align-items: start;
    justify-items: center;
  }
  .baeoom-promo .event--03 .event__title-wrap {
    grid-column: 1 / -1;
    width: 100%;
  }
  .couponhead__item {
    width: 100%;
    max-width: 320px;
    height: 54px;
    grid-column: 1 / -1;
    justify-self: center;
    margin: 16px 0 14px;
  }
  .couponhead__item--blue {
    margin: 48px 0 14px;
    order: 5;
  }
  .couponhead__label {
    font-size: 18px;
    letter-spacing: -1px;
  }
  .baeoom-promo .event--03 .coursecard--15 {
    order: 2;
  }
  .baeoom-promo .event--03 .coursecard--5 {
    order: 6;
  }
  .baeoom-promo .event--03 .coursecard {
    width: 100%;
  }
  .baeoom-promo .event--03 .zerocallout {
    grid-column: 1 / -1;
    order: 5;
    justify-self: start;
    margin: 12px 0 14px;
  }
  .coursecard {
    width: auto;
    min-height: 220px;
    padding: 18px 10px 16px;
    gap: 14px;
    border-radius: 20px;
  }
  .coursecard__badge {
    padding: 8px 10px;
    font-size: 11px;
    white-space: nowrap;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .coursecard__name {
    font-size: 26px;
    letter-spacing: -1.4px;
    white-space: nowrap;
  }
  .coursecard__name--multi {
    font-size: 18px;
    letter-spacing: -0.7px;
    white-space: normal;
  }
  .coursecard__base {
    font-size: 14px;
  }
  .coursecard__price {
    width: 100%;
    max-width: 200px;
    padding: 12px 16px;
    font-size: 22px;
  }
  .zerocallout {
    width: fit-content;
    max-width: none;
    padding: 10px 22px 8px;
    margin-top: 0;
    border-radius: 999px;
    grid-column: 1 / -1;
    justify-self: start;
    gap: 0;
  }
  .zerocallout__text {
    line-height: 1.2;
  }
  .zerocallout__note {
    line-height: 1.2;
    margin-top: 2px;
  }
  .zerocallout::before {
    left: 30px;
    top: auto;
    bottom: -9px;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 10px solid #131f6c;
    border-bottom: 0;
  }
  .zerocallout__text {
    font-size: 16px;
    letter-spacing: -0.6px;
    gap: 5px;
  }
  .zerocallout__note {
    font-size: 11px;
    letter-spacing: -0.33px;
  }

  /* Consulting ¸ð¹ÙÀÏ */
  .consulting {
    padding: 60px 20px;
    gap: 18px;
  }
  .consulting__title {
    font-size: 26px;
    letter-spacing: -0.5px;
    line-height: 1.3;
    word-break: keep-all;
  }
  .consulting__subtitle {
    font-size: 13px;
    letter-spacing: -0.26px;
    word-break: keep-all;
    padding: 0 8px;
  }
  .consulting__contacts {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 360px;
  }
  .consulting__card {
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
  }
  .consulting__card-label {
    font-size: 18px;
  }
  .consulting__card-value {
    font-size: 20px;
  }
}

/* =========================================
   ÁøÀÔ ¾Ö´Ï¸ÞÀÌ¼Ç
   ========================================= */
@media (prefers-reduced-motion: no-preference) {
  .baeoom-promo .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
  }
  .baeoom-promo .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* EVENT 04 ÀüÃ¼¸¦ ÇÑ ¹ø¿¡ ºÎµå·´°Ô µîÀå (Çì´õ+Ä«µå+Å¸ÀÌÆ²+°øÁö ¸ðµÎ µ¿½Ã) */
  .baeoom-promo .event__content--04.reveal {
    transform: translateY(32px);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
      transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .baeoom-promo .event__content--04.reveal.is-visible {
    transform: translateY(0);
  }
}
