@charset "utf-8";

/* 2026 메가위크 사전이벤트(pre) 페이지 CSS - MO. 기초는 common.css 참조 */
#container{padding-bottom: 0;}
/* 01. Key Visual :: S */
.megaweek__kv {
  height: calc(210 * var(--vw-400));
  overflow: hidden;
}
.megaweek__kv img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 01. Key Visual :: E */

/* 02. 수신 동의 :: S */
.megaweek__agree {
  background: #F5F5F5;
  padding: calc(60 * var(--vw-400)) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(40 * var(--vw-400));
}
.agree__info { text-align: center; }
.agree__subtitle {
  display: block;
  font-family: "ProximaNova", sans-serif;
  font-size: calc(18 * var(--vw-400));
  font-weight: 700;
  color: #FA149E;
  line-height: calc(26 * var(--vw-400));
  margin-bottom: calc(6 * var(--vw-400));
}
.agree__subtitle .ko {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(16 * var(--vw-400));
  letter-spacing: -0.05em;
}
.agree__title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(26 * var(--vw-400));
  font-weight: 900;
  color: #151415;
  line-height: 1.4;
  letter-spacing: -0.05em;
  margin: 0;
}
.agree__title .en {
  font-family: "ProximaNova", sans-serif;
  font-weight: 800;
  font-size: calc(30 * var(--vw-400));
  letter-spacing: 0;
}
.agree__period {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(18 * var(--vw-400));
  font-weight: 700;
  color: #151415;
  line-height: calc(28 * var(--vw-400));
  letter-spacing: -0.05em;
  margin-top: calc(18 * var(--vw-400));
}
.agree__period .en {
  font-family: "ProximaNova", sans-serif;
  font-size: calc(20 * var(--vw-400));
  font-weight: 700;
  letter-spacing: 0;
}
.agree__desc {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(16 * var(--vw-400));
  font-weight: 400;
  color: #151415;
  margin-top: calc(18 * var(--vw-400));
  letter-spacing: -0.05em;
  line-height: calc(26 * var(--vw-400));
}
.agree__desc .en {
  font-family: "ProximaNova", sans-serif;
  font-size: calc(18 * var(--vw-400));
  font-weight: 700;
  letter-spacing: 0;
}
.agree__desc b { font-weight: 700; }

/* 쿠폰 (CSS 구현) */
.agree__coupon {
  position: relative;
  width: calc(368 * var(--vw-400));
  height: calc(168 * var(--vw-400));
  border-radius: calc(6.7 * var(--vw-400));
  overflow: hidden;
  background: linear-gradient(245.78deg, #3AFBCC 0%, #EEEEEE 95.3%);
}
.agree__coupon::before,
.agree__coupon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(18 * var(--vw-400));
  height: calc(18 * var(--vw-400));
  background: #F5F5F5;
  border-radius: 50%;
}
.agree__coupon::before { left: calc(-9 * var(--vw-400)); }
.agree__coupon::after { right: calc(-9 * var(--vw-400)); }
.coupon__logo {
  position: absolute;
  top: calc(18 * var(--vw-400));
  left: calc(25 * var(--vw-400));
  width: calc(116 * var(--vw-400));
}
.coupon__logo img { width: 100%; display: block; }
.coupon__percent {
  position: absolute;
  right: calc(24 * var(--vw-400));
  bottom: calc(20 * var(--vw-400));
  font-family: "ProximaNova", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: calc(98 * var(--vw-400));
}
.coupon__percent .pct { font-size: calc(60 * var(--vw-400)); }
.coupon__with {
  position: absolute;
  left: calc(25 * var(--vw-400));
  bottom: calc(28 * var(--vw-400));
  font-family: "ITC Avant Garde Gothic Std", "ProximaNova", sans-serif;
  font-weight: 600;
  font-size: calc(11 * var(--vw-400));
  color: #000;
  letter-spacing: -0.01em;
}

/* 수신 동의하기 */
.agree__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(30 * var(--vw-400));
  width: calc(368 * var(--vw-400));
}
.agree__btnWrap {
  display: flex;
  flex-direction: column;
  gap: calc(10 * var(--vw-400));
  width: 100%;
}
.agree__btnWrap [class*='btnWrap__btn'] {
  width: 100%;
  height: calc(48 * var(--vw-400));
  border-radius: calc(5 * var(--vw-400));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(6 * var(--vw-400));
  background: #151415;
  cursor: pointer;
  border: 0;
  text-decoration: none;
}
.agree__btnWrap [class*='btnWrap__btn'] > img {
  width: auto!important;
  height: calc(18 * var(--vw-400));
}
.agree__btnWrap [class*='btnWrap__btn'] > span {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(17 * var(--vw-400));
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1;
}
.agree__btnWrap [class*='btnWrap__btn'] > span .en {
  font-family: "ProximaNova", sans-serif;
  font-size: calc(19 * var(--vw-400));
  letter-spacing: normal;
}
.agree__btnWrap [class*='btnWrap__btn'] > span b { font-weight: 700; }
.agree__note {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(15 * var(--vw-400));
  font-weight: 400;
  color: #151415;
  line-height: calc(22 * var(--vw-400));
  letter-spacing: -0.05em;
  text-align: center;
}
/* 02. 수신 동의 :: E */

/* 03. 수신 동의 방법 :: S */
.megaweek__method {
  background: #fff;
  padding: calc(60 * var(--vw-400)) 0 calc(40 * var(--vw-400));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(30 * var(--vw-400));
}
.method__head { text-align: center; }
.method__subtitle {
  display: block;
  font-family: "ProximaNova", sans-serif;
  font-size: calc(18 * var(--vw-400));
  line-height: calc(26 * var(--vw-400));
  font-weight: 700;
  color: #FA149E;
  margin-bottom: calc(6 * var(--vw-400));
}
.method__title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(26 * var(--vw-400));
  font-weight: 900;
  color: #151415;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.05em;
}
.method__cards {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--vw-400));
}
.method__card {
  width: calc(368 * var(--vw-400));
  height: calc(368 * var(--vw-400));
  background: #F5F5F5;
  border-radius: calc(18 * var(--vw-400));
  padding-top: calc(36 * var(--vw-400));
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.method__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100 * var(--vw-400));
  padding: calc(5 * var(--vw-400)) 0;
  background: #FA149E;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(12 * var(--vw-400));
  font-weight: 900;
  line-height: calc(15 * var(--vw-400));
  border-radius: calc(13 * var(--vw-400));
  letter-spacing: -0.05em;
}
.method__tag .num {
  font-family: "ProximaNova", sans-serif;
  font-weight: 800;
  font-size: calc(14 * var(--vw-400));
  margin-left: calc(3 * var(--vw-400));
  letter-spacing: 0;
}
.method__cardTitle {
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(22 * var(--vw-400));
  font-weight: 700;
  color: #151415;
  line-height: 1.4;
  margin-top: calc(12 * var(--vw-400));
  letter-spacing: -0.05em;
}
.method__cardTitle .en {
  font-family: "ProximaNova", sans-serif;
  font-size: calc(24 * var(--vw-400));
  letter-spacing: 0;
}
.method__cardDesc {
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(15 * var(--vw-400));
  font-weight: 400;
  color: #151415;
  line-height: calc(22 * var(--vw-400));
  margin-top: calc(12 * var(--vw-400));
  letter-spacing: -0.05em;
}
.method__cardDesc .en {
  font-family: "ProximaNova", sans-serif;
  font-size: calc(16 * var(--vw-400));
  letter-spacing: 0;
}
.method__cardImg {
  width: calc(240 * var(--vw-400));
  height: calc(242 * var(--vw-400));
  margin-top: calc(24 * var(--vw-400));
  border-radius: calc(24 * var(--vw-400)) calc(24 * var(--vw-400)) 0 0;
  overflow: hidden;
}
.method__cardImg img { width: 100%; display: block; }
/* 03. 수신 동의 방법 :: E */

/* 04. 지급 대상 정보 :: S */
.megaweek__info { background: #fff; }
.info__inner {
  width: calc(368 * var(--vw-400));
  margin: 0 auto;
  padding: 0 0 calc(60 * var(--vw-400));
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--vw-400));
}
.info__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.info__th {
  flex: 0 0 calc(120 * var(--vw-400));
  width: calc(120 * var(--vw-400));
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(15 * var(--vw-400));
  font-weight: 900;
  color: #151415;
  line-height: calc(22 * var(--vw-400));
  letter-spacing: -0.05em;
}
.info__td {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(15 * var(--vw-400));
  font-weight: 400;
  color: #151415;
  line-height: calc(22 * var(--vw-400));
  letter-spacing: -0.05em;
}
.info__td .en {
  font-family: "ProximaNova", sans-serif;
  font-size: calc(16 * var(--vw-400));
  letter-spacing: 0;
}
/* 04. 지급 대상 정보 :: E */

/* 05. 유의사항 :: S */
.megaweek__notice {
  background: #F5F5F5;
  padding: calc(60 * var(--vw-400)) calc(16 * var(--vw-400));
}
.notice__title {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(16 * var(--vw-400));
  line-height: calc(26 * var(--vw-400));
  font-weight: 700;
  color: #151415;
  margin-bottom: calc(20 * var(--vw-400));
}
.notice__list { list-style: none; padding: 0; margin: 0; }
.notice__list li {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(13 * var(--vw-400));
  font-weight: 400;
  color: #737273;
  line-height: calc(24 * var(--vw-400));
  padding-left: calc(7 * var(--vw-400));
  letter-spacing: -0.06em;
  position: relative;
}
.notice__list li .en {
  font-family: "ProximaNova", sans-serif;
  font-size: calc(14 * var(--vw-400));
  letter-spacing: 0;
}
.notice__list li::before { content: "-"; position: absolute; left: 0; }
/* 05. 유의사항 :: E */

/* Footer :: S */
.megaweek__footer {
  height: calc(180 * var(--vw-400));
  margin-top: calc(60 * var(--vw-400));
  background: linear-gradient(180deg, #fff 0%, #3AFBCC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.megaweek__footer img { width: calc(350 * var(--vw-400))!important; display: block; }
/* Footer :: E */

/* ===== 카플친(카카오채널) 전용 - NB2024-12776 (마수동 공용 pre.css에 추가) ===== */
/* 쿠폰 색: 시안(187:167) 핑크. 정확 구성(검정프레임+핑크+benefit 이미지)은 슬라이스 수급 시 보정 */
.agree__btnWrap a[class*='btnWrap__btn'] { text-decoration: none; }
.coupon__point {
  position: absolute;
  right: calc(24 * var(--vw-400));
  bottom: calc(20 * var(--vw-400));
  font-family: "ProximaNova", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: calc(58 * var(--vw-400));
}
.megaweek--plusfriend .method__tag{
  width: calc(110 * var(--vw-400));
  padding: calc(5 * var(--vw-400)) 0;
}
.megaweek--plusfriend .method__cardImg{
  margin-top: calc(24 * var(--vw-400));
}