/* ===== ¸®¼Â & ±âº» ¼³Á¤ ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900;
}
@font-face {
  font-family: 'Jalnan';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'LotteMartHappy';
  src: url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyBold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyBold.woff') format('woff');
  font-weight: bold;
}

body {
  font-family: 'Paperlogy', 'Pretendard', sans-serif;
  background: #fff;
  overflow-x: hidden;
  color: #000;
}

a { text-decoration: none; color: inherit; }
ul { list-style: disc; }
img { display: block; max-width: 100%; }

/* ===== È÷¾î·Î ¼½¼Ç ===== */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../assets_2603/PM2603_pc1bg.jpg) no-repeat top center/cover;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
.hero-main {
  position: relative;
  width: 1080px;
  height: 780px;
  margin: 0 auto;
  object-fit: cover;
  z-index: 1;
}
.hero-shadow {
  position: absolute;
  inset: 0;
  box-shadow: inset 0px 10px 25px 0px rgba(0,0,0,0.15);
  pointer-events: none;
  z-index: 2;
}

/* ===== °øÅë ¼½¼Ç ===== */
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  z-index: 1;
}
.section-shadow {
  position: absolute;
  inset: 0;
  box-shadow: inset 0px 10px 25px 0px rgba(0,0,0,0.15);
  pointer-events: none;
  z-index: 2;
}
.section-01 { background: rgba(242,255,217,0.4); }
.section-02 { background: #fff2f6; }
.section-03 { background: #fff6cc; }

/* ===== ÀÌº¥Æ® Å¸ÀÌÆ² ===== */
.event-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;

}
.stitle-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 235px;
  padding: 47px 40px 10px;
}
.stitle-badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stitle-text {
  position: relative;
  font-family: 'LotteMartHappy', sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.title-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.title-main {
  font-family: 'Jalnan', sans-serif;
  line-height: 1.2;
}
.title-highlight { font-size: 48px; }
.title-highlight.blue_event { color: #1fa3cd; }
.title-highlight.green_event { color: #29a629; }
.title-big { font-size: 65px; color: #000; }
.title-desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.coupon-card-wrap{
  position: relative;
  width: 810px;
  height: 480px;
  margin:auto;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.30));
}
.coupon-mask{
  position: absolute;
  width: 810px;
  height: 480px;
  background:url(../assets_2603/couponbg.png) no-repeat center center;
  z-index: 5;
  pointer-events: none;
}
.coupon-card {
  width: 720px;
  height: 420px;
  margin:40px auto 0;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(180deg, #7ecde6 0%, #1FA1CC 100%);
  -webkit-mask: 
  radial-gradient(circle 20px at left center, transparent 98%, black 100%),
  radial-gradient(circle 20px at right center, transparent 98%, black 100%),
  linear-gradient(black, black);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

/* ¼½¼Ç03ÀÇ ÄíÆù Ä«µå (wrapÀÌ ¾ø´Â °æ¿ì)¿¡¸¸ ±×¸²ÀÚ Àû¿ë */
.section-03 .coupon-card {
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.30));
}

/* ¹Ý¿ø ÄÆ¾Æ¿ô 
.coupon-cutout {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
}
.coupon-cutout-left {
  left: -20px;
}
.coupon-cutout-right {
  right: -20px;
}*/
/* ¼½¼Ç01 ¹è°æ»ö (¹ÝÅõ¸í ¿¬µÎ + Èò ¹è°æ ÇÕ¼º °á°ú) */
.section-01 .coupon-cutout { background: #f5ffe3; }
/* ¼½¼Ç03 ¹è°æ»ö »ó¼Ó */
.section-03 .coupon-cutout { background: #fff6cc; }

.coupon-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
}
.coupon-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin:20px auto;
  gap: 25px;
  padding: 30px 125px 55px;
  
}
.coupon-label {
  font-weight: 200;
  font-size: 24px;
  color: #fff;
  letter-spacing: 12px;
  text-align: center;
  line-height: 26px;
}
.coupon-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 5px 8px rgba(0,0,0,0.25);
  padding: 30px 50px;
  width: 560px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 230px;
}
.coupon-box-sub {
  font-weight: 500;
  font-size: 34px;
  color: #1f991f;
}
.coupon-box-main {
  font-size: 70px;
  line-height: 80px;
  color: #2d2020;
}
.coupon-package { font-weight: 500; }
.coupon-percent { font-weight: 900; }
.coupon-percent-sign { font-weight: 500; }
.red { color: #f25749; }
.coupon-divider {
  width: 540px;
  height: 0;
  border-top: 2px dashed rgba(255,255,255,0.6);
}
.coupon-note {
  font-weight: 400;
  font-size: 21px;
  color: #0b5073;
  text-align: center;
  letter-spacing: -0.63px;
}

/* ===== ÄíÆù Ä«µå - º¸À°½Ç½À ===== */
.coupon-content-practice {
  padding: 30px 125px;
  justify-content: center;
}
.coupon-practice-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 5px 8px rgba(0,0,0,0.25);
  padding: 30px 50px;
  width: 560px;
  text-align: center;
}
.coupon-practice-sub {
  font-weight: 500;
  font-size: 34px;
  color: #1f991f;
  line-height: 70px;
}
.coupon-practice-main {
  font-weight: 600;
  font-size: 50px;
  color: #000;
  line-height: 70px;
}
.coupon-practice-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
}
.price-original {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  
}
.price-strike {
  font-weight: 400;
  font-size: 32px;
  text-decoration: line-through;
  line-height: 30px;
  letter-spacing: -0.96px;
  color: #fff;
}
.price-arrow {
  font-weight: 300;
  font-size: 52px;
  line-height: 40px;
  color: #fff;
}
.price-final {
  font-weight: 900;
  font-size: 56px;
  color: #fff04d;
}

/* ===== À¯ÀÇ»çÇ× ===== */
.notice-event {
  width: 100%;
  max-width: 999px;
  margin-top: 20px;
}
.notice-title {
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  line-height: 29px;
  letter-spacing: -0.44px;
  margin-bottom: 12px;
}
.notice-list {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 27px;
  letter-spacing: -0.64px;
  padding-left: 24px;
}

.notice-list li::before {
  content: "¡¤";
  position: absolute;
  font-weight: 900;
  margin-left: -10px;
}

/*
.notice-list li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
*/
/* ===== °¡°Ý Å×ÀÌºí ===== */
.price-table {
  position: relative;
  width: 940px;
  padding:20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-mask: 
  radial-gradient(circle 20px at left bottom, transparent 98%, black 100%),
  radial-gradient(circle 20px at right bottom, transparent 98%, black 100%),
  linear-gradient(black, black);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

/* Å×ÀÌºí Çì´õ (ÄíÆùÆÑ ¿µ¿ª) - CSS ±×¶óµ¥ÀÌ¼ÇÀ¸·Î ¹è°æ */
.table-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius:20px 20px 0 0;
  padding: 30px 170px;
  overflow: hidden;
  -webkit-mask: 
  radial-gradient(circle 20px at left bottom, transparent 98%, black 100%),
  radial-gradient(circle 20px at right bottom, transparent 98%, black 100%),
  linear-gradient(black, black);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.green-header {
  background: linear-gradient(180deg, #2ecc2e 0%, #1fa31f 100%);
}
.blue-header {
  background: linear-gradient(180deg, #3abde8 0%, #1a8abf 100%);
}
.table-header-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin:auto;
}
.table-header-title {
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
}
.table-header-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 30px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  position: relative;
}
.table-header-badge strong { font-weight: 600; }
.green-badge { background: #66eb23; }
.blue-badge { background: #61cef2; }
.badge-plus {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.green-plus { background: #29a629; }
.blue-plus { background: #3987bf; }


/* ´õºí ÇýÅÃ º° ¸ð¾ç */
.double-benefit {
  position: absolute;
  width: 115px;
  height: 115px;
  top: 10px;
  left:150px;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 22px 15px 10px;
  filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.25));
}
.star-bg {
  position: absolute;
  inset: 0;
  width: 115px;
  height: 115px;
}
.double-x2 {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 34px;
  height: 34px;
  background: #d92616;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}
.double-x2 span:first-child { font-weight: 600; font-size: 15px; color: #fff;}
.x2-num { font-weight: 800; font-size: 20px; color: #fff;}
.double-text {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}

/* Å×ÀÌºí º»¹® */
.table-body {
  position: relative;
  padding: 50px 40px;
  background: #f9f9f7;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  -webkit-mask: 
  radial-gradient(circle 20px at left top, transparent 98%, black 100%),
  radial-gradient(circle 20px at right top, transparent 98%, black 100%),
  linear-gradient(black, black);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.table-rows {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 820px;
}
.table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  min-height: 48px;
}
.row-name {
  font-weight: 600;
  font-size: 28px;
  color: #1f991f;
  line-height: 30px;
  white-space: nowrap;
  min-width: 170px;
}
.row-name-multi {
  display: flex;
  flex-direction: column;
  min-width: 170px;
}
.row-price-area {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  justify-content: space-between;
  margin:0 40px 0 60px;
}
.row-condition {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.row-per-subject {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.per-subject-badge {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.original-price {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
  text-decoration: line-through;
  line-height: 28px;
}
.discount-price {
  font-weight: 700;
  font-size: 36px;
  color: #d92616;
  text-align: right;
  white-space: nowrap;
}
.btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 42px;
  background: #666;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.btn-detail:hover { background: #555; }
.table-row-divider {
  width: 100%;
  height: 0;
  border-top: 2px dashed #d9d9d9;
}

/* Æ¯¼ö Çà (ONLY! Á¶°Ç) */
.table-row-special {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.special-tag {
  display: flex;
  align-items: center;
  gap: 15px;
}
.special-tag-border {
  position: relative;
  border: 1px solid #17b2e5;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.special-tag-border::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #17b2e5;
}
.only-text { font-weight: 700; color: #d92616; }
.special-free {
  font-weight: 700;
  font-size: 22px;
  color: #d92616;
}

/* ===== ÄíÆù È®ÀÎ ¹öÆ° ===== */
.btn-coupon-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  background: #000;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  margin-top: 10px;
}
.btn-coupon-check:hover { background: #222; }

/* ===== ½ºÅ©·Ñ ¾Ö´Ï¸ÞÀÌ¼Ç ===== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== ¹ÝÀÀÇü (ÅÂºí¸´) ===== */
@media (max-width: 1080px) {
  .hero { height: auto; aspect-ratio: 1080/780; }
  .hero-bg { width: 200%; height: 100%; }
  .hero-main { width: 100%; height: auto; }

  .section-inner { padding: 60px 15px; gap: 20px; }

  .event-title { width: 100%; gap: 25px; }
  .title-main { line-height: 1.2; }
  .title-highlight { font-size: clamp(28px,5vw,48px); }
  .title-big { font-size: clamp(32px,6.5vw,65px); }
  .title-desc { font-size: clamp(14px,2.2vw,22px); line-height: 1.5; }

  .coupon-card-wrap {width: 100%; max-width: 810px; height: auto; aspect-ratio: 810/480; margin: auto; }
  .coupon-mask { width: 100%; height: 480px;  background-size: contain;}
  .coupon-card { width:100%;max-width: 720px; height: auto; aspect-ratio: 720/420; }
  .coupon-content { padding: 20px 10% 40px; gap: 25px; }
  .coupon-label { font-size: clamp(14px,2.5vw,24px); letter-spacing: 8px; }
  .coupon-box { width: 100%; height: auto; padding: 30px 20px; gap: 10px; }
  .coupon-box-sub { font-size: clamp(18px,3.5vw,34px); }
  .coupon-box-main { font-size: clamp(36px,7vw,66px); line-height: 1.2; }
  .coupon-divider { width: 90%; }
  .coupon-note { font-size: clamp(12px,2vw,21px); }

  .coupon-practice-box { width: 100%; }
  .coupon-practice-sub { font-size: clamp(18px,3.5vw,34px); line-height: 1.5; }
  .coupon-practice-main { font-size: clamp(26px,5vw,50px); line-height: 1.5; }
  .coupon-practice-price { gap: 10px; flex-wrap: wrap; }
  .price-strike { font-size: clamp(16px,3vw,32px); }
  .price-arrow { font-size: clamp(26px,5vw,52px); }
  .price-final { font-size: clamp(30px,6vw,60px); }
  .double-benefit{left:100px;}

  .notice-event { width: 100%; margin-top: 15px; }
  .notice-title { font-size: 18px; }
  .notice-list { font-size: 14px; line-height: 24px; }

  .price-table { width: 100%; max-width: 900px; }
  .table-header { padding:30px 10px;}
  .table-header-title { font-size: clamp(24px,4.5vw,45px); line-height: 1.2; }
  .table-header-badge { font-size: clamp(14px,2.2vw,22px); padding: 4px 15px; flex-wrap: wrap; justify-content: center; }

  .table-body { padding: 30px; }
  .table-rows { width: 100%; gap: 20px; }
  .row-name { font-size: clamp(18px,2.8vw,28px); min-width:120px;}
  .row-condition { font-size: clamp(12px,1.8vw,18px); }
  .row-price-area {gap: 10px;}
  .discount-price { font-size: clamp(22px,3.6vw,32px); }
  .btn-detail { width: 110px; height: 36px; font-size: 15px; }

  .special-tag { flex-wrap: wrap; gap: 8px; }
  .special-tag-border { font-size: clamp(13px,1.8vw,18px); }
  .special-free { font-size: clamp(16px,2.2vw,22px); }

  .btn-coupon-check { width: 90%; max-width: 450px; font-size: clamp(22px,3.2vw,32px); padding: 15px 0; line-height: 40px; }
  .stitle-badge { height: 82px; padding: 42px 30px 8px; }
  .stitle-text { font-size: 24px; }
}

/* ===== ¹ÝÀÀÇü (¸ð¹ÙÀÏ 640px) ===== */
@media (max-width: 640px) {
  /* È÷¾î·Î: ¸ð¹ÙÀÏ Àü¿ë ÀÌ¹ÌÁö (640x1256, ¼¼·Î·Î ±ä ºñÀ²) */
  .hero { height: auto; aspect-ratio: 640/1256; }
  .hero-bg { display: none; }
  .hero-main { width: 100%; height: 100%; object-fit: cover; }

  /* °øÅë ¼½¼Ç */
  .section-inner { padding: 60px 10px; gap: 30px; }

  /* ÀÌº¥Æ® Å¸ÀÌÆ² */
  .event-title { width: 100%; gap: 30px; }
  .title-main { line-height: 1.2; }
  .title-highlight { font-size: 34px; }
  .title-big { font-size: 42px; }
  .title-desc { font-size: 18px; line-height: 1.5; }
  .stitle-badge { height: 60px; width: 170px; padding: 30px 25px 8px; }
  .stitle-text { font-size: 16px; }

  /* ÄíÆù Ä«µå - ¼½¼Ç 01 */
  .coupon-card-wrap { position: relative; width: 100%; max-width: 640px; height: auto; aspect-ratio: 640/480; margin: auto; }
  .coupon-mask {display: none;}
  .coupon-card { width: 100%; margin:0 auto; aspect-ratio: auto; }
  .coupon-content { padding: 30px 50px; gap: 18px; }
  .coupon-label { font-size: 18px; letter-spacing: 8px; line-height: 1.2; }
  .coupon-box { height: auto; padding: 30px 20px; gap: 10px; width: 100%; max-width: 520px; }
  .coupon-box-sub { font-size: 28px; }
  .coupon-box-main { font-size: 46px; line-height: 1.2; }
  .coupon-divider { width: 85%; max-width: 500px; }
  .coupon-note { font-size: 16px; }

  /* ÄíÆù Ä«µå - ¼½¼Ç 03 (º¸À°½Ç½À) */
  .section-03 .coupon-card-wrap { aspect-ratio: 640/520; }
  .section-03 .coupon-card { aspect-ratio: auto; }
  .coupon-content-practice { padding: 20px 60px; justify-content: center; }
  .coupon-practice-box { width: 100%; max-width: 520px; padding: 20px; }
  .coupon-practice-sub { font-size: 30px; line-height: 1.3; }
  .coupon-practice-main { font-size: 45px; line-height: 1.3; }
  /* °¡°Ý: ¼¼·Î ¹èÄ¡ (¿ø°¡+È­»ìÇ¥ À§, ÇÒÀÎ°¡ ¾Æ·¡) */
  .coupon-practice-price {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .price-original {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .price-strike { font-size: 26px; }
  .price-arrow { font-size: 36px;}
  .price-final { font-size: 45px; white-space: nowrap; }

  /* À¯ÀÇ»çÇ× */
  .notice-event { width: 100%; margin-top: 10px; padding: 0 10px; }
  .notice-title { font-size: 16px; }
  .notice-list { font-size: 13px; line-height: 22px; }

  /* ===== °¡°Ý Å×ÀÌºí (¸ð¹ÙÀÏ) ===== */
  .price-table { width: 100%; max-width: 600px; padding:10px;filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.25));}

  /* Å×ÀÌºí Çì´õ: ´õºíÇýÅÃ ¹èÁö ¼û±è, ¼¼·Î ¹èÄ¡ */
  .table-header {
    height: auto;
    padding: 25px 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  /* ´õºíÇýÅÃ(star) ¹èÁö ¸ð¹ÙÀÏ: ¿ÞÂÊ »ó´Ü ¹èÄ¡ */
  .double-benefit {
    left: 0px;
    top: -0;
    z-index: 2;
    width: 85px;
    height: 85px;
    padding: 18px 16px 10px 7px;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
  }
  .star-bg { width: 85px; height: 85px; }
  .double-x2 { width: 30px; height: 30px; right: 9px; top: 17px; }
  .double-x2 span:first-child { font-size: 12px; }
  .x2-num { font-size: 16px; }
  .double-text { font-size: 18px; line-height: 1.2; }

  .table-header-content {width: 65%; gap: 12px; }
  .table-header-title { font-size: 32px; line-height: 1.2; }
  .table-header-badge {
    font-size: 18px;
    padding: 5px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Å×ÀÌºí º»¹® */
  .table-body { padding: 25px 15px; }
  .table-rows { width: 100%; gap: 20px; }

  /* Å×ÀÌºí Çà: ¼¼·Î ·¹ÀÌ¾Æ¿ô */
  .table-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    gap: 4px;
  }
  /* °ú¸ñ¸í */
  .row-name {
    font-size: 32px;
    text-align: center;
    min-width: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .row-name-multi {
    align-items: center;
    min-width: auto;
  }
  /* °¡°Ý Á¤º¸: ÇÑ ÁÙ °¡·Î ¹èÄ¡ */
  .row-price-area {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
  .row-condition { font-size: 17px; }
  .per-subject-badge { font-size: 12px; padding: 2px 14px; }
  .original-price { font-size: 15px; }
  .discount-price { font-size: 28px; text-align: center; }

  /* ¹öÆ°: Áß¾Ó Á¤·Ä, ÄÄÆÑÆ® »çÀÌÁî */
  .btn-detail {
    width: 400px;
    max-width: 85%;
    height: 42px;
    font-size: 18px;
    border-radius: 30px;
    margin-top: 4px;
  }

  /* ±¸ºÐ¼± */
  .table-row-divider { width: 500px; max-width: 90%; margin: 0 auto; }

  /* Æ¯¼öÇà (ONLY!) */
  .table-row-special {
    align-items: center;
    text-align: center;
    gap: 4px;
  }
  .special-tag {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .special-tag-border { font-size: 16px; padding: 3px 10px; }
  .special-free { font-size: 20px; }

  /* ÄíÆù È®ÀÎ ¹öÆ° */
  .btn-coupon-check {
    width: 450px;
    max-width: 90%;
    height: 60px;
    font-size: 22px;
    padding: 0;
    line-height: 60px;
  }
}

@media (max-width: 768px) {
.row-name {
      font-size: 24px;
  }
}