@charset "utf-8";

:root{
  --yellow:#ffd400;
  --yellow-deep:#ffb800;
  --ink:#111214;
  --ink-soft:#2b3240;
  --gray:#69718a;
  --line:#e3e7f0;
  --bg-soft:#f0f1f5;
  --purple:#5b53e0;
  --purple-deep:#4a42d4;
  --blue:#4a6cf7;
  --radius:16px;
  --shell:430px;
  --content:1200px;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;margin:0;padding:0;}
body{
  margin:0;
  font-family:"Pretendard","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  color:var(--ink);
  background:#c8cdd8;
  line-height:1.6;
  word-break:keep-all;
  overflow-x:hidden;
}
img{max-width:100%;display:block;border:0;vertical-align:top;}
a{color:inherit;text-decoration:none;}
button{font:inherit;color:inherit;cursor:pointer;border:0;background:none;}
ul,ol{margin:0;padding:0;list-style:none;}
h1,h2,h3,p{margin:0;}

.page,
.page--bottom{
  max-width:var(--shell);
  margin:0 auto;
  background:#fff;
  box-shadow:0 0 24px rgba(0,0,0,.08);
}
.page > section,
.page > footer,
.page--bottom > section,
.page--bottom > footer{display:block;}

.inner{padding:100px 16px;}

.sec-title{
  text-align:center;
  font-size:20px;
  font-weight:800;
  letter-spacing:-.02em;
  margin-bottom:20px;
}
.sec-title--dark{color:var(--ink);}
.sec-title--light{color:#fff;}

/* 1 · 6. 띠배너 */
.sec-ad[data-visible="false"]{display:none;}
.sec-ad{
  width:100%;
  margin:0;
  padding:0;
  line-height:0;
  font-size:0;
  background:#3d4ed8;
}
.sec-ad .ad-link{display:block;width:100%;margin:0;padding:0;}
.sec-ad .ad-banner{
  display:block;
  width:100%;
  height:auto;
  margin:0;
}
.sec-ad--top{background:#3d4ed8;}
.sec-ad--top .ad-banner{
  height:200px;
  object-fit:cover;
  object-position:center;
}
.sec-ad--middle{background:#eef1f8;}
.sec-ad--middle .ad-banner{
  aspect-ratio:1920 / 160;
  object-fit:cover;
  object-position:center;
}

/* 2. 메인 비주얼 */
.sec-hero{
  position:relative;
  background:var(--yellow);
  text-align:center;
  overflow:hidden;
}
.hero-auth{
  position:absolute;
  top:14px;
  right:14px;
  z-index:6;
  display:flex;
  align-items:center;
  gap:8px;
}
.hero-login,
.hero-register,
.hero-manage{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.02em;
  transition:transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.hero-login{
  background:var(--ink);
  color:#fff;
  box-shadow:0 4px 12px rgba(17,18,20,.16);
}
.hero-login:hover,
.hero-login:focus-visible{
  background:#000;
  transform:translateY(-1px);
}
.hero-register,
.hero-manage{
  background:#fff;
  color:var(--ink);
  border:1.5px solid rgba(17,18,20,.18);
  box-shadow:0 4px 12px rgba(17,18,20,.08);
}
.hero-register:hover,
.hero-register:focus-visible,
.hero-manage:hover,
.hero-manage:focus-visible{
  border-color:var(--ink);
  transform:translateY(-1px);
}
.hero-fx{
  position:absolute;
  bottom:80px;
  z-index:3;
  pointer-events:none;
  width:50.5%;
  height:auto;
  object-fit:contain;
}
.hero-fx--l{
  left:0;
}
.hero-fx--r{
  right:0;
  transform:translateY(4.8%);
}
.hero-inner{
  position:relative;
  z-index:2;
  max-width:var(--content);
  margin:0 auto;
  padding:100px 16px 40px;
}

.hero-content{position:relative;}
.hero-title__sub{
  font-size:20px;
  font-weight:700;
  color:var(--ink);
  margin-bottom:10px;
}
.hero-title-wrap{
  position:relative;
  display:inline-block;
  margin:0 auto 66px;
  padding:43px 43px 0;
  overflow:visible;
}
.hero-title__spark{
  position:absolute;
  top:50%;
  width:28px;
  height:28px;
  transform:translateY(-50%);
  animation:hero-spark 1.2s ease-in-out infinite;
}
.hero-title__spark--l{left:0;animation-delay:0s;}
.hero-title__spark--r{right:0;animation-delay:.6s;}
@keyframes hero-spark{
  0%,100%{transform:translateY(-50%) scale(1);opacity:1;}
  50%{transform:translateY(-58%) scale(1.15);opacity:.7;}
}

.hero-title__main{
  margin:0;
  font-family:"Black Han Sans","Pretendard",sans-serif;
  font-size:clamp(66px,18.72vw,119px);
  font-weight:400;
  line-height:.95;
  letter-spacing:-.01em;
}
.hero-title__text{
  display:inline-flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-end;
}
.hero-title__char{
  display:inline-block;
  animation:hero-char-bounce 1.6s ease-in-out infinite;
  animation-delay:calc(var(--i) * .14s);
  will-change:transform;
}
.hero-title__char-in{
  display:inline-block;
  color:#fff;
  -webkit-text-stroke:clamp(11px,3.74vw,22px) var(--ink);
  paint-order:stroke fill;
  filter:drop-shadow(clamp(6px,1.87vw,11px) clamp(8px,2.5vw,14px) 0 var(--ink));
}
.hero-title__space{
  display:inline-block;
  width:.3em;
}
@keyframes hero-char-bounce{
  0%,100%{transform:translateY(0);}
  18%{transform:translateY(-41px);}
  36%{transform:translateY(0);}
  48%{transform:translateY(-12px);}
  60%{transform:translateY(0);}
}

.hero-visual{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  min-height:340px;
  margin:0 auto;
  max-width:760px;
  overflow:visible;
}
.hero-visual__chars{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  width:100%;
  max-width:690px;
  padding-bottom:0;
  margin-bottom:-70px;
}
.hero-visual__char{
  display:block;
  width:50%;
  height:auto;
  object-fit:contain;
  will-change:transform;
}
.hero-visual__char--l{
  margin-right:6%;
  transform-origin:bottom center;
  animation:hero-highfive-l 1.8s ease-in-out infinite;
}
.hero-visual__char--r{
  margin-left:6%;
  transform-origin:bottom center;
  animation:hero-highfive-r 1.8s ease-in-out infinite;
}
.hero-visual__claps{
  position:absolute;
  left:50%;
  top:22%;
  z-index:5;
  width:0;
  height:0;
  pointer-events:none;
}
.hero-visual__clap{
  position:absolute;
  left:0;
  top:0;
  width:28px;
  height:28px;
  margin:-14px 0 0 -14px;
  opacity:0;
  background:url("../img/icon-spark-white.svg") center / contain no-repeat;
  animation:hero-clap 1.8s ease-in-out infinite;
}
.hero-visual__clap--1{--dx:0px;--dy:-28px;--s:1.45;animation-delay:0s;background-image:url("../img/icon-spark-white.svg");}
.hero-visual__clap--2{--dx:26px;--dy:-16px;--s:1.2;width:24px;height:24px;margin:-12px 0 0 -12px;background-image:url("../img/icon-spark-yellow.svg");}
.hero-visual__clap--3{--dx:-26px;--dy:-16px;--s:1.2;width:24px;height:24px;margin:-12px 0 0 -12px;background-image:url("../img/icon-spark-blue.svg");}
.hero-visual__clap--4{--dx:32px;--dy:10px;--s:1.05;width:20px;height:20px;margin:-10px 0 0 -10px;background-image:url("../img/icon-spark-green.svg");}
.hero-visual__clap--5{--dx:-32px;--dy:10px;--s:1.05;width:20px;height:20px;margin:-10px 0 0 -10px;background-image:url("../img/icon-spark-yellow.svg");}
.hero-visual__clap--6{--dx:0px;--dy:26px;--s:.95;width:18px;height:18px;margin:-9px 0 0 -9px;background-image:url("../img/icon-spark-blue.svg");}
@keyframes hero-highfive-l{
  0%,100%{transform:scale(1.15) translate(0,0) rotate(0deg);}
  12%{transform:scale(1.15) translate(0,-22px) rotate(0deg);}
  22%{transform:scale(1.16) translate(2px,-26px) rotate(1deg);}
  38%{transform:scale(1.17) translate(8px,-12px) rotate(4deg);}
  46%{transform:scale(1.18) translate(10px,-4px) rotate(5deg);}
  56%{transform:scale(1.15) translate(4px,2px) rotate(1deg);}
  68%{transform:scale(1.15) translate(0,0) rotate(0deg);}
}
@keyframes hero-highfive-r{
  0%,100%{transform:scale(.9) translate(0,0) rotate(0deg);}
  12%{transform:scale(.9) translate(0,-22px) rotate(0deg);}
  22%{transform:scale(.91) translate(-2px,-26px) rotate(-1deg);}
  38%{transform:scale(.92) translate(-8px,-12px) rotate(-4deg);}
  46%{transform:scale(.93) translate(-10px,-4px) rotate(-5deg);}
  56%{transform:scale(.9) translate(-4px,2px) rotate(-1deg);}
  68%{transform:scale(.9) translate(0,0) rotate(0deg);}
}
@keyframes hero-clap{
  0%,36%,100%{opacity:0;transform:translate(0,0) scale(.25) rotate(0deg);}
  44%{opacity:1;transform:translate(calc(var(--dx) * .55),calc(var(--dy) * .55)) scale(calc(var(--s) * 1.45)) rotate(20deg);}
  54%{opacity:.95;transform:translate(var(--dx),var(--dy)) scale(calc(var(--s) * 1.2)) rotate(40deg);}
  66%{opacity:0;transform:translate(calc(var(--dx) * 1.35),calc(var(--dy) * 1.35)) scale(var(--s)) rotate(70deg);}
}

.hero-mission{
  display:none;
  position:absolute;
  bottom:14px;
  left:50%;
  transform:translateX(-50%);
  z-index:4;
  align-items:center;
  gap:8px;
  padding:8px 10px 8px 16px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
  border:1.5px solid rgba(255,255,255,.2);
}
.hero-mission__arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;height:22px;
  border-radius:50%;
  background:#fff;
  color:var(--ink);
  font-size:13px;
  font-weight:900;
  line-height:1;
}

.hero-tabbar{
  position:relative;
  z-index:10;
  display:flex;
  max-width:400px;
  margin:-8px auto 70px;
  border:2.5px solid var(--ink);
  border-radius:999px;
  overflow:hidden;
  background:var(--yellow);
}
.hero-tabbar__btn{
  flex:1;
  padding:13px 10px;
  font-size:14px;
  font-weight:800;
  text-align:center;
}
.hero-tabbar__btn--white{background:#fff;}
.hero-tabbar__btn--yellow{
  background:var(--yellow);
  border-left:2.5px solid var(--ink);
}

.hero-zigzag{
  position:relative;
  z-index:4;
  display:block;
  width:100%;
  height:18px;
}

/* 3. 제품 게시 */
.sec-product{
  background:var(--purple-deep);
  color:#fff;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.sec-product::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.08) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 28%, rgba(255,255,255,.06) 0 1px, transparent 2px),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,.05) 0 1px, transparent 2px),
    linear-gradient(160deg, rgba(88,62,196,.35), transparent 45%);
  pointer-events:none;
}
.sec-product .inner{
  position:relative;
  z-index:1;
  padding:56px 10px 48px;
  max-width:720px;
  margin:0 auto;
  width:100%;
}
.sec-product__title{
  font-size:33px;
  font-weight:800;
  margin-bottom:10px;
  letter-spacing:-.03em;
  line-height:1.35;
  word-break:keep-all;
}
.sec-product__desc{
  font-size:13px;
  color:#e8e4ff;
  line-height:1.55;
  margin:0 auto 22px;
  max-width:none;
  width:100%;
  font-weight:600;
  letter-spacing:-.03em;
  word-break:keep-all;
  overflow-wrap:normal;
}
.product-card{
  position:relative;
  background:#fff;
  color:var(--ink);
  border-radius:18px;
  padding:24px 16px 20px;
}
.product-card__badge{
  position:absolute;top:-14px;right:10px;
  width:72px;height:72px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:var(--yellow);
  color:var(--ink);
  font-size:12px;font-weight:800;line-height:1.35;
  text-align:center;
  border:2px solid var(--ink);
}
.product-card__label{font-size:16px;font-weight:800;}
.product-card__note{font-size:11px;color:var(--gray);margin:0 0 14px;}
.product-card__img{
  position:relative;
  display:flex;
  justify-content:center;
  margin:8px auto 4px;
  width:min(336px,100%);
}
.product-card__img img{
  width:78%;
  height:auto;
}
.product-card__name{font-size:12px;color:var(--ink-soft);margin:6px 0 16px;}

/* 1·2·3등 상품 카드 — 시안: 테두리 박스 + 등수 좌상단 + 이미지 + 하단 문구 */
.product-card--tiers{
  width:100%;
  max-width:none;
  margin:0;
  padding:14px 12px;
  text-align:center;
  box-shadow:0 10px 28px rgba(20,12,60,.18);
}
.prize-tier{
  position:relative;
}
.prize-tier__frame{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  height:100%;
  padding:12px 10px 14px;
  border:1px solid #d8dde8;
  border-radius:14px;
  background:#fff;
  box-sizing:border-box;
}
.prize-tier__head{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  min-height:28px;
  margin-bottom:4px;
  padding-right:44px;
  text-align:left;
}
.prize-tier__rank{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
}
.prize-tier__badge{
  display:block;
  margin:0;
  padding:0;
  background:transparent;
  color:#1a1a1a;
  font-size:16px;
  font-weight:800;
  letter-spacing:-.02em;
  line-height:1.2;
}
.prize-tier__trophy{
  display:block;
  font-size:18px;
  line-height:1;
  margin-top:2px;
}
.prize-tier__new{
  position:absolute;
  top:8px;
  right:8px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  border-radius:50%;
  background:#2f6bff;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:-.02em;
  line-height:1;
  box-shadow:0 2px 8px rgba(47,107,255,.4);
  /* 시안처럼 톱니 느낌 */
  -webkit-clip-path: polygon(50% 0%,63% 12%,78% 6%,82% 22%,96% 28%,90% 42%,100% 50%,90% 58%,96% 72%,82% 78%,78% 94%,63% 88%,50% 100%,37% 88%,22% 94%,18% 78%,4% 72%,10% 58%,0% 50%,10% 42%,4% 28%,18% 22%,22% 6%,37% 12%);
  clip-path: polygon(50% 0%,63% 12%,78% 6%,82% 22%,96% 28%,90% 42%,100% 50%,90% 58%,96% 72%,82% 78%,78% 94%,63% 88%,50% 100%,37% 88%,22% 94%,18% 78%,4% 72%,10% 58%,0% 50%,10% 42%,4% 28%,18% 22%,22% 6%,37% 12%);
}
.prize-tier__remain{
  display:inline-flex;
  align-items:center;
  margin:0 0 8px 0;
  margin-left:auto;
  padding:4px 9px;
  border-radius:999px;
  background:#fff4e6;
  color:#c2410c;
  font-size:11px;
  font-weight:800;
  line-height:1.3;
  white-space:nowrap;
}
.prize-tier__remain.is-soldout{
  background:#f1f5f9;
  color:#64748b;
}
.prize-tier.is-soldout .prize-tier__frame{
  overflow:hidden;
}
.prize-tier.is-soldout .prize-tier__img{
  filter:grayscale(.35) brightness(.92);
}
.prize-tier__stamp{
  position:absolute;
  top:50%;
  left:50%;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
  width:132px;
  height:132px;
  margin:0;
  border:6px solid #dc2626;
  border-radius:50%;
  background:rgba(255,255,255,.88);
  color:#dc2626;
  font-size:42px;
  font-weight:900;
  letter-spacing:.06em;
  line-height:1;
  text-align:center;
  transform:translate(-50%,-50%) rotate(-18deg);
  box-shadow:0 0 0 4px rgba(220,38,38,.12), inset 0 0 0 3px rgba(220,38,38,.25);
  pointer-events:none;
  user-select:none;
}
.prize-tier--2 .prize-tier__stamp,
.prize-tier--3 .prize-tier__stamp{
  width:96px;
  height:96px;
  border-width:5px;
  font-size:30px;
}
.prize-tier--1 .prize-tier__head{
  flex-wrap:wrap;
  gap:6px 8px;
}
.prize-tier--2 .prize-tier__head,
.prize-tier--3 .prize-tier__head{
  align-items:center;
  justify-content:space-between;
  padding-right:0;
  flex-wrap:wrap;
  gap:6px;
}
.prize-tier__img{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin:4px auto 10px;
  overflow:hidden;
}
.prize-tier__img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.prize-tier__text{
  margin:0;
  padding:0 4px;
  font-size:12px;
  font-weight:700;
  color:#333;
  line-height:1.45;
  letter-spacing:-.02em;
  word-break:keep-all;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
}
.prize-tier__text-line{
  display:block;
  max-width:100%;
}
.prize-tier--1{
  margin-bottom:10px;
}
.prize-tier--1 .prize-tier__frame{
  padding:14px 12px 16px;
}
.prize-tier--1 .prize-tier__badge{
  font-size:18px;
}
.prize-tier--1 .prize-tier__img{
  min-height:200px;
  max-height:280px;
  aspect-ratio:1 / 1;
}
.prize-tier--1 .prize-tier__text{
  font-size:13px;
  color:#222;
}
.prize-tier-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  align-items:stretch;
}
.prize-tier--2 .prize-tier__badge,
.prize-tier--3 .prize-tier__badge{
  font-size:15px;
}
.prize-tier--2 .prize-tier__img,
.prize-tier--3 .prize-tier__img{
  min-height:110px;
  max-height:150px;
  aspect-ratio:1 / 1;
}
.prize-tier--2 .prize-tier__text,
.prize-tier--3 .prize-tier__text{
  font-size:11px;
}
.prize-tier--2 .prize-tier__frame,
.prize-tier--3 .prize-tier__frame{
  padding:10px 8px 12px;
}
.join-btn{
  display:inline-flex;align-items:center;gap:6px;
  padding:13px 28px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-size:14px;font-weight:700;
}
.join-btn--full{width:100%;justify-content:center;margin-top:8px;}
.join-btn--event{
  width:min(320px,100%);
  justify-content:center;
  margin:18px auto 0;
  padding:15px 28px;
  background:#111214;
  font-size:15px;
  box-shadow:0 6px 16px rgba(0,0,0,.22);
}
.join-btn.is-done{background:#9aa1b4;}

/* 이벤트 참여 안내 */
.event-guide{
  margin:48px auto 0;
  max-width:100%;
  width:100%;
  text-align:left;
  color:#fff;
}
.event-guide__title{
  display:flex;
  align-items:center;
  gap:6px;
  margin:0 0 16px;
  font-size:21px;
  font-weight:800;
  letter-spacing:-.02em;
}
.event-guide__list{
  margin:0;
  padding:0;
  list-style:none;
}
.event-guide__list li{
  margin:0 0 12px;
  font-size:16px;
  line-height:1.55;
  letter-spacing:-.02em;
  word-break:keep-all;
  color:#f0edff;
}
.event-guide__list strong{
  color:#fff;
  font-weight:800;
  margin-right:4px;
}
.event-guide__extra{
  color:#d9d4f5 !important;
}
.event-guide__footer{
  margin:16px 0 0;
  font-size:14px;
  line-height:1.5;
  color:#c8c2ea;
  letter-spacing:-.02em;
  word-break:keep-all;
}

/* 4. 카운트다운 */
.sec-countdown{
  background:#111218;
  color:#fff;
  text-align:center;
}
.sec-countdown .inner{padding:100px 16px;}
.countdown-eyebrow{font-size:28px;font-weight:800;color:#8b9cff;margin-bottom:12px;}
.countdown-title{
  position:relative;
  display:inline-block;
  font-size:60px;font-weight:900;letter-spacing:-.03em;
  color:var(--yellow);
  margin-bottom:40px;
}
.countdown-pot{position:absolute;top:-32px;right:-56px;width:56px;height:56px;}
.countdown-clock{display:flex;align-items:flex-start;justify-content:center;gap:8px;}
.clock-unit{
  min-width:156px;
  padding:16px 8px 20px;
  border-radius:24px;
  background:linear-gradient(180deg,#5c7fe0 0%,#3f5fc4 100%);
}
.clock-unit strong{display:block;font-size:72px;font-weight:900;color:#fff;line-height:1.1;}
.clock-unit span{font-size:22px;color:#dbe4ff;}
.clock-colon{font-size:56px;font-weight:900;color:#fff;line-height:1.9;font-style:normal;}
.countdown-end{margin-top:32px;font-size:30px;font-weight:700;color:var(--yellow);}

/* 5. 공유 */
.sec-share{
  position:relative;
  background:
    radial-gradient(circle at 8% 16%,rgba(255,255,255,.45) 0 5px,transparent 6px),
    radial-gradient(circle at 92% 18%,rgba(255,255,255,.32) 0 4px,transparent 5px),
    radial-gradient(circle at 14% 48%,rgba(255,140,60,.22) 0 3px,transparent 4px),
    radial-gradient(circle at 86% 52%,rgba(122,201,67,.28) 0 4px,transparent 5px),
    radial-gradient(circle at 6% 78%,rgba(255,255,255,.3) 0 6px,transparent 7px),
    radial-gradient(circle at 94% 82%,rgba(255,255,255,.28) 0 5px,transparent 6px),
    radial-gradient(circle at 22% 88%,rgba(255,140,60,.18) 0 3px,transparent 4px),
    radial-gradient(circle at 78% 10%,rgba(122,201,67,.2) 0 3px,transparent 4px),
    radial-gradient(circle at 48% 8%,rgba(255,255,255,.2) 0 3px,transparent 4px),
    radial-gradient(circle at 52% 92%,rgba(255,255,255,.18) 0 4px,transparent 5px),
    var(--yellow);
  padding:115px 14px 125px;
  text-align:center;
  overflow:hidden;
}
.share-deco{
  position:absolute;
  pointer-events:none;
  z-index:0;
  border:2.5px solid transparent;
  border-radius:40% 60%;
  opacity:.85;
}
.share-deco--1{
  left:5%;
  top:14%;
  width:38px;
  height:24px;
  border-color:#7ac943;
  transform:rotate(-28deg);
}
.share-deco--2{
  right:6%;
  top:16%;
  width:46px;
  height:22px;
  border-color:#ff8a3d;
  transform:rotate(22deg);
}
.share-deco--3{
  left:8%;
  bottom:14%;
  width:41px;
  height:19px;
  border-color:#ff8a3d;
  transform:rotate(18deg);
}
.share-deco--4{
  right:5%;
  bottom:16%;
  width:36px;
  height:22px;
  border-color:#7ac943;
  transform:rotate(-35deg);
}
.share-deco--5{
  left:3%;
  top:42%;
  width:30px;
  height:16px;
  border-color:#7ac943;
  transform:rotate(40deg);
  opacity:.7;
}
.share-deco--6{
  right:3%;
  top:44%;
  width:34px;
  height:18px;
  border-color:#ff8a3d;
  transform:rotate(-42deg);
  opacity:.7;
}
.share-deco--7{
  left:18%;
  top:8%;
  width:26px;
  height:14px;
  border-color:#ff8a3d;
  transform:rotate(-12deg);
  opacity:.65;
}
.share-deco--8{
  right:16%;
  bottom:8%;
  width:28px;
  height:15px;
  border-color:#7ac943;
  transform:rotate(28deg);
  opacity:.65;
}
.share-dot{
  position:absolute;
  z-index:0;
  pointer-events:none;
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.55);
}
.share-dot--1{left:12%;top:28%;width:6px;height:6px;}
.share-dot--2{right:10%;top:32%;width:9px;height:9px;background:rgba(255,140,60,.4);}
.share-dot--3{left:9%;bottom:34%;width:7px;height:7px;background:rgba(122,201,67,.45);}
.share-dot--4{right:12%;bottom:30%;width:5px;height:5px;}
.share-dot--5{left:28%;top:18%;width:4px;height:4px;background:rgba(255,255,255,.4);}
.share-dot--6{right:26%;bottom:22%;width:6px;height:6px;background:rgba(255,140,60,.35);}
.share-spark{
  position:absolute;
  z-index:0;
  pointer-events:none;
  width:26px;
  animation:share-spark 1.8s ease-in-out infinite;
}
.share-spark--a{left:10%;top:10%;width:22px;animation-delay:0s;}
.share-spark--b{right:9%;top:12%;width:29px;animation-delay:.35s;}
.share-spark--c{left:14%;bottom:10%;width:19px;animation-delay:.7s;}
.share-spark--d{right:14%;bottom:12%;width:20px;animation-delay:.2s;}
.share-spark--e{left:4%;top:58%;width:16px;animation-delay:1s;opacity:.8;}
.share-spark--f{right:4%;top:62%;width:18px;animation-delay:1.2s;opacity:.8;}
@keyframes share-spark{
  0%,100%{transform:scale(1) rotate(0deg);opacity:.75;}
  50%{transform:scale(1.18) rotate(10deg);opacity:1;}
}
.share-inner{
  position:relative;
  z-index:1;
  width:100%;
  max-width:593px;
  margin:0 auto;
}
.share-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-size:18px;
  font-weight:700;
  color:#5c4300;
  margin-bottom:14px;
}
.share-eyebrow::before,
.share-eyebrow::after{
  content:"";
  width:26px;
  height:1.5px;
  background:#8a6a1a;
  opacity:.55;
}
.share-title{
  font-size:53px;
  font-weight:900;
  letter-spacing:-.04em;
  color:var(--ink);
  margin-bottom:26px;
}
.share-reward{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:min(100%, 576px);
  margin:0 auto 31px;
  padding:16px 26px 16px 34px;
  border:2.5px solid #f0a020;
  border-radius:999px;
  background:#fff;
  box-shadow:0 2px 0 rgba(240,160,32,.25);
  box-sizing:border-box;
}
.share-reward__text{
  flex:0 1 auto;
  font-size:18px;
  font-weight:700;
  color:var(--ink);
  letter-spacing:-.02em;
  line-height:1.35;
  text-align:center;
  white-space:nowrap;
}
.share-reward__text em{
  font-style:normal;
  font-weight:900;
  color:#d97706;
  text-decoration:underline;
  text-underline-offset:2px;
}
.share-reward__gift{
  width:48px;
  height:48px;
  flex:0 0 auto;
}
.share-actions{
  display:flex;
  gap:14px;
  align-items:stretch;
  width:100%;
}
.share-action{
  flex:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:79px;
  padding:19px 17px;
  border-radius:999px;
  font-size:20px;
  font-weight:800;
  letter-spacing:-.02em;
  transition:transform .12s ease, box-shadow .12s ease;
}
.share-action:hover{transform:translateY(1px);}
.share-action:active{transform:translateY(2px);}
.share-action__mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  font-size:16px;
  font-weight:900;
}
.share-action__icon{
  width:26px;
  height:26px;
}
.share-action--kakao{
  background:var(--yellow);
  color:var(--ink);
  border:2.5px solid var(--ink);
  box-shadow:0 3px 0 var(--ink);
}
.share-action--kakao .share-action__mark{
  background:var(--ink);
  color:var(--yellow);
}
.share-action--kakao:hover{box-shadow:0 2px 0 var(--ink);}
.share-action--link{
  background:var(--ink);
  color:#fff;
  border:2.5px solid var(--ink);
  box-shadow:0 3px 0 #000;
}
.share-action--link:hover{box-shadow:0 2px 0 #000;}

/* 7. 꼭 확인해 주세요 */
.sec-notice{background:#17181d;}
.sec-notice .inner{padding:100px 16px;}
.sec-notice .sec-title{font-size:24px;margin-bottom:22px;}
.notice-list{display:grid;gap:10px;}
.notice-item{
  background:#24262e;
  border-radius:12px;
  padding:20px 16px;
  text-align:center;
}
.notice-item h3{font-size:17px;font-weight:800;color:var(--yellow);margin-bottom:8px;}
.notice-item p{font-size:14px;color:#c8ccd8;line-height:1.65;}
.notice-item b{color:#fff;}

/* 8. 참여 방법 */
.sec-steps{background:#eceef5;}
.sec-steps .inner{padding:100px 16px;}
.sec-steps .sec-title{
  color:#1f2a44;
  font-weight:900;
  letter-spacing:-.03em;
}
.step-box{
  border:1.5px solid #cfd3df;
  border-radius:22px;
  background:#fff;
  padding:28px 16px 22px;
  box-shadow:0 8px 24px rgba(40,48,72,.06);
}
.step-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  align-items:start;
}
.step-card{
  text-align:center;
  padding:4px 4px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.step-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#243356;
  color:#fff;
  font-size:14px;
  font-weight:800;
  margin-bottom:12px;
  box-shadow:0 2px 0 rgba(20,30,55,.18);
}
.step-card h3{
  font-size:14px;
  font-weight:800;
  color:#1f2a44;
  line-height:1.35;
  letter-spacing:-.03em;
  margin:0 0 6px;
  min-height:0;
}
.step-card__desc{
  margin:0 0 14px;
  font-size:12px;
  font-weight:500;
  color:#8b93a7;
  line-height:1.45;
  letter-spacing:-.02em;
  max-width:12em;
}
.step-card img{
  margin:0 auto;
  width:100%;
  max-width:148px;
  height:auto;
  display:block;
}
.step-tip{
  margin:16px auto 0;
  max-width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 18px;
  border:1.5px solid #e2e5ee;
  border-radius:999px;
  background:#fff;
  font-size:12px;
  font-weight:600;
  color:#5b6478;
  line-height:1.45;
  letter-spacing:-.02em;
  text-align:center;
}
.step-tip__icon{
  flex:0 0 auto;
  width:20px;
  height:20px;
  display:block;
}
.step-tip a,
.step-tip button{
  display:inline;
  padding:0;
  margin:0;
  border:0;
  background:none;
  color:#1f2a44;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  text-decoration:none;
}
.step-tip a:hover,
.step-tip button:hover{color:var(--purple-deep);}

/* 9. 진행 일정 */
.sec-schedule{background:#fff;}
.sec-schedule .inner{padding:100px 16px;}
.sec-schedule .sec-title{font-size:26px;margin-bottom:22px;}
.schedule-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.schedule-card{
  display:flex;
  flex-direction:column;
  border:1.5px solid #c9a57a;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 2px 0 rgba(166,120,60,.08);
  transition:transform .2s ease, box-shadow .2s ease;
}
.schedule-card.is-active{
  background:#fff6d6;
  border-color:#c48a45;
  box-shadow:0 4px 14px rgba(196,138,69,.16);
}
.schedule-card.is-end{
  background:#f7f7f8;
  border-color:#d5d8e0;
  box-shadow:none;
  opacity:.88;
}
.schedule-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:12px 12px 10px;
  border-bottom:1.5px solid #1a1a1a;
  background:transparent;
}
.schedule-card.is-active .schedule-card__head{
  background:transparent;
  border-bottom-color:#1a1a1a;
}
.schedule-card.is-end .schedule-card__head{
  border-bottom-color:#c5c9d4;
}
.schedule-card__label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:0;
}
.schedule-card__num{
  font-size:28px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.04em;
  color:#9a6430;
  font-variant-numeric:tabular-nums;
}
.schedule-card.is-end .schedule-card__num{color:#9aa0b0;}
.schedule-card__honey{
  width:26px;
  height:auto;
  flex:0 0 auto;
  display:block;
  filter:drop-shadow(0 1px 0 rgba(0,0,0,.06));
}
.schedule-card.is-end .schedule-card__honey{opacity:.45;filter:grayscale(.4);}
.schedule-card__state{
  flex:0 0 auto;
  padding:5px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.02em;
  border:0;
  background:#4d5160;
  color:#fff;
  line-height:1.2;
}
.schedule-card.is-active .schedule-card__state{
  background:#e53935;
  color:#fff;
  border:0;
  box-shadow:0 2px 0 rgba(180,40,36,.25);
}
.schedule-card.is-ready .schedule-card__state{
  background:#4d5160;
  color:#fff;
}
.schedule-card.is-end .schedule-card__state{
  background:#c5c9d4;
  color:#fff;
  box-shadow:none;
}
.schedule-card__body{
  padding:14px 14px 16px;
  flex:1;
}
.schedule-card__title{
  font-size:16px;
  font-weight:800;
  margin-bottom:8px;
  line-height:1.35;
  letter-spacing:-.03em;
  color:var(--ink);
}
.schedule-card__date{
  font-size:14px;
  color:#7a6550;
  margin-bottom:6px;
  font-weight:600;
}
.schedule-card__desc{
  font-size:13px;
  color:#8a7a68;
  line-height:1.45;
}
.schedule-card.is-end .schedule-card__title,
.schedule-card.is-end .schedule-card__date,
.schedule-card.is-end .schedule-card__desc{color:#8b93a7;}

/* 10. 유의사항 */
.sec-terms{background:#17181d;color:#9aa0b0;}
.sec-terms .inner{
  padding:100px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.terms-title{
  width:100%;
  max-width:680px;
  text-align:center;
  font-size:24px;
  font-weight:800;
  color:#fff;
  margin-bottom:28px;
  letter-spacing:-.02em;
}
.terms-body{
  width:100%;
  max-width:680px;
  text-align:left;
}
.terms-body h3{font-size:16px;font-weight:700;color:#dfe2ea;margin:20px 0 8px;}
.terms-body h3:first-child{margin-top:0;}
.terms-body ul{display:grid;gap:6px;}
.terms-body li{position:relative;padding-left:12px;font-size:14px;line-height:1.7;}
.terms-body li::before{content:"";position:absolute;left:0;top:10px;width:3px;height:3px;border-radius:50%;background:#6b7285;}

/* 11. 푸터 */
.sec-footer{background:#0f1014;color:#9aa0b0;}
.sec-footer .inner{padding:100px 16px;}
.footer-info{font-size:11px;line-height:1.85;text-align:center;}
.footer-info a{color:var(--yellow);text-decoration:underline;}
.footer-links{margin-top:10px;display:flex;justify-content:center;gap:10px;font-size:11px;}
.footer-links a{color:#dfe2ea;text-decoration:underline;}

/* 모달 */
.modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;}
.modal[hidden]{display:none;}
.modal__dim{position:absolute;inset:0;background:rgba(0,0,0,.6);}
.modal__panel{
  position:relative;
  width:100%;max-width:420px;max-height:84vh;
  overflow:auto;
  background:#fff;
  border-radius:18px;
  padding:28px 22px 24px;
  animation:pop .18s ease-out;
}
.modal__panel--sm{max-width:360px;}
@keyframes pop{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:none;}}
.modal__close{position:absolute;top:10px;right:14px;font-size:26px;line-height:1;color:var(--gray);}
.modal__title{font-size:19px;font-weight:800;text-align:center;margin-bottom:10px;}
.modal__desc{font-size:14px;color:var(--gray);text-align:center;}
.modal__body{margin-top:16px;font-size:14px;}
.modal__body--scroll{max-height:50vh;overflow:auto;color:var(--gray);}

.winner-list{display:grid;gap:8px;}
.winner-list li{
  display:flex;justify-content:space-between;gap:10px;
  padding:12px 14px;
  border-radius:10px;
  background:var(--bg-soft);
  font-size:14px;
}
.winner-list li b{font-weight:700;}
.winner-empty{text-align:center;color:var(--gray);font-size:14px;padding:20px 0;}
.winner-group + .winner-group{margin-top:18px;padding-top:16px;border-top:1px solid #e8ecf3;}
.winner-group__title{margin:0 0 4px;font-size:15px;font-weight:800;letter-spacing:-.02em;}
.winner-group__product{margin:0 0 10px;font-size:12px;color:var(--gray);}

/* 브랜드 퀴즈 시트 */
.modal--quiz{z-index:120;padding:12px;align-items:center;justify-content:center;}
.modal--quiz .modal__dim{background:rgba(18,16,40,.72);}
.quiz-sheet{
  position:relative;
  width:100%;
  max-width:400px;
  max-height:92vh;
  overflow:auto;
  margin:0 auto;
  background:#fff;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(40,30,90,.28);
  animation:pop .2s ease-out;
}
.quiz-sheet__close{
  position:absolute;top:10px;right:12px;z-index:2;
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.2);color:#fff;font-size:24px;line-height:1;
}
.quiz-sheet__head{
  padding:22px 22px 16px;
  background:linear-gradient(160deg,#6b63f0 0%,#5249d8 55%,#453cbc 100%);
  color:#fff;
  text-align:center;
}
.quiz-sheet__step{
  font-size:11px;font-weight:700;letter-spacing:.12em;opacity:.85;margin-bottom:6px;
}
.quiz-sheet__brand{
  font-size:20px;font-weight:800;letter-spacing:-.03em;line-height:1.3;
}
.quiz-sheet__banner{
  margin:0;background:#f3f1ff;
}
.quiz-sheet__banner img{
  width:100%;height:160px;object-fit:cover;
}
.quiz-sheet__body{padding:20px 22px 8px;}
.quiz-sheet__body--center{text-align:center;padding-top:28px;padding-bottom:20px;}
.quiz-sheet__qno{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  background:#efeaff;
  color:var(--purple-deep);
  font-size:12px;font-weight:800;
  margin-bottom:10px;
}
.quiz-sheet__question{
  font-size:17px;font-weight:800;letter-spacing:-.03em;line-height:1.45;color:var(--ink);
  margin-bottom:12px;
}
.quiz-sheet__stock{
  font-size:13px;font-weight:700;color:#d9480f;margin-bottom:8px;
}
.quiz-sheet__stock-list{
  display:grid;
  gap:6px;
  margin:0 0 12px;
  padding:0;
  list-style:none;
}
.quiz-sheet__stock-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 10px;
  border-radius:10px;
  background:#fff7ed;
  color:#9a3412;
  font-size:13px;
  font-weight:700;
}
.quiz-sheet__stock-item.is-soldout{
  background:#f1f5f9;
  color:#64748b;
  position:relative;
}
.quiz-sheet__stock-item.is-soldout .quiz-sheet__stock-left b::after{
  content:' 마감';
  display:inline-block;
  margin-left:6px;
  padding:2px 8px;
  border:2px solid #dc2626;
  border-radius:6px;
  color:#dc2626;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  transform:rotate(-8deg);
  vertical-align:middle;
}
.quiz-sheet__stock-rank{font-weight:800;}
.quiz-sheet__stock-left b{font-weight:900;}
.quiz-sheet__stock-left em{
  font-style:normal;
  font-weight:600;
  opacity:.75;
}
.quiz-sheet__reward{
  font-size:12px;color:var(--gray);line-height:1.5;
}
.quiz-sheet__actions{
  display:flex;gap:8px;
  padding:12px 18px 20px;
}
.quiz-btn{
  flex:1;
  min-height:48px;
  border-radius:12px;
  font-size:15px;font-weight:800;
  display:inline-flex;align-items:center;justify-content:center;
  text-align:center;
}
.quiz-btn--block{width:100%;}
.quiz-btn--ghost{
  background:#f1f0fb;color:var(--purple-deep);
}
.quiz-btn--primary{
  background:linear-gradient(180deg,#6b63f0,#5349d6);
  color:#fff;
  box-shadow:0 8px 16px rgba(83,73,214,.28);
}
.quiz-btn:disabled{opacity:.55;cursor:not-allowed;}

.quiz-hint__label{font-size:13px;color:var(--gray);margin-bottom:10px;}
.quiz-hint__value{
  font-size:42px;font-weight:900;letter-spacing:.18em;
  color:var(--purple-deep);line-height:1.2;margin-bottom:16px;
}
.quiz-hint__sub{font-size:13px;color:var(--gray);line-height:1.5;}

.quiz-answer__label{
  display:block;font-size:14px;font-weight:700;margin-bottom:10px;color:var(--ink-soft);
}
.quiz-answer__input{
  width:100%;box-sizing:border-box;
  min-height:52px;padding:0 14px;
  border:1.5px solid #d7d3f5;border-radius:12px;
  font-size:16px;font-weight:700;
  outline:none;
}
.quiz-answer__input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(91,83,224,.15);}

.quiz-draw__stage{
  position:relative;
  width:220px;height:220px;
  margin:0 auto 18px;
}
.quiz-draw__wheel{
  width:100%;height:100%;
  border-radius:50%;
  border:6px solid #5b53e0;
  background:
    conic-gradient(
      #6b63f0 0 60deg,
      #ffd400 60deg 120deg,
      #7a74f2 120deg 180deg,
      #ffd400 180deg 240deg,
      #5349d6 240deg 300deg,
      #ffd400 300deg 360deg
    );
  display:grid;
  grid-template-columns:1fr 1fr;
  place-items:center;
  color:transparent;
  box-shadow:inset 0 0 0 10px rgba(255,255,255,.25), 0 12px 28px rgba(83,73,214,.25);
}
.quiz-draw__wheel.is-spinning{
  animation:quiz-spin 1.1s cubic-bezier(.2,.7,.2,1) infinite;
}
.quiz-draw__pointer{
  position:absolute;top:-6px;left:50%;
  width:0;height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:16px solid #111214;
  transform:translateX(-50%);
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.2));
}
.quiz-draw__msg{font-size:15px;font-weight:800;color:var(--ink-soft);}
@keyframes quiz-spin{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}

.quiz-result__check{
  width:64px;height:64px;margin:0 auto 14px;
  border-radius:50%;
  background:linear-gradient(160deg,#6b63f0,#453cbc);
  color:#fff;font-size:32px;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 22px rgba(83,73,214,.3);
}
.quiz-result__rank{
  font-size:24px;font-weight:900;letter-spacing:-.03em;color:var(--purple-deep);
  margin-bottom:8px;
}
.quiz-result__prize{
  font-size:16px;font-weight:800;line-height:1.45;white-space:pre-line;
  margin-bottom:12px;
}
.quiz-result__sub{font-size:13px;color:var(--gray);}

.login-form{display:grid;gap:10px;margin-top:18px;}
.login-form__field input{
  width:100%;
  box-sizing:border-box;
  min-height:46px;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  color:var(--ink);
  background:#fff;
}
.login-form__field input:focus{
  outline:0;
  border-color:var(--purple);
  box-shadow:0 0 0 3px rgba(91,83,224,.12);
}
.login-form__auto{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:600;
  color:var(--ink-soft);
}
.login-form__auto input{width:16px;height:16px;accent-color:var(--purple);}
.login-form__submit{
  min-height:46px;
  border-radius:10px;
  background:var(--ink);
  color:#fff;
  font-size:15px;
  font-weight:800;
}
.login-form__submit:hover{background:#000;}
.login-form__links{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:12px;
  font-weight:700;
  color:var(--gray);
}
.login-form__links a:hover{color:var(--ink);text-decoration:underline;}
.login-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:18px 0 4px;
  color:var(--gray);
  font-size:12px;
  font-weight:700;
}
.login-divider::before,
.login-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:var(--line);
}

.social-btns{display:grid;gap:8px;margin-top:18px;}
.social-btn{padding:13px;border-radius:10px;font-size:14px;font-weight:700;}
.social-btn--kakao{background:#fee500;color:#3c1e1e;}
.social-btn--naver{background:#03c75a;color:#fff;}
.social-btn--google{background:#fff;color:#3c4043;border:1px solid var(--line);}

.agree-form{margin-top:18px;display:grid;gap:10px;}
.agree-row{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--ink-soft);cursor:pointer;}
.agree-row input{margin-top:4px;}
.agree-tag{
  display:inline-block;margin-right:4px;
  padding:1px 6px;border-radius:4px;
  background:var(--line);color:var(--gray);
  font-size:11px;font-weight:700;
}
.agree-tag--req{background:var(--ink);color:#fff;}

/* 토스트 */
.toast{
  position:fixed;
  left:50%;bottom:40px;
  transform:translate(-50%,20px);
  padding:12px 22px;
  border-radius:999px;
  background:rgba(17,18,20,.92);
  color:#fff;
  font-size:14px;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
  z-index:200;
  max-width:min(400px, calc(100vw - 32px));
  text-align:center;
  box-sizing:border-box;
}
.toast.is-on{opacity:1;transform:translate(-50%,0);}
.toast.toast--anchor{
  bottom:auto;
  transform:translate(-50%,-8px);
}
.toast.toast--anchor.is-on{
  transform:translate(-50%,0);
}

body.is-locked{overflow:hidden;}

/* PC 풀사이즈 */
@media (min-width:768px){
  body{background:#fff;}
  .page,
  .page--bottom{
    max-width:none;
    width:100%;
    box-shadow:none;
  }
  .inner,
  .hero-inner{padding:100px 40px;}
  .hero-auth{top:20px;right:24px;gap:10px;}
  .hero-login,
  .hero-register,
  .hero-manage{min-height:40px;padding:0 18px;font-size:14px;}
  .hero-title__sub{font-size:25px;}
  .hero-title__main{font-size:119px;}
  .hero-title__text .hero-title__char-in{
    -webkit-text-stroke:22px var(--ink);
    filter:drop-shadow(11px 14px 0 var(--ink));
  }
  .hero-title__char{animation-duration:1.8s;}
  .hero-title__spark{width:35px;height:35px;}
  .hero-visual{min-height:460px;max-width:980px;}
  .hero-visual__chars{max-width:840px;padding-bottom:0;margin-bottom:-95px;}
  .hero-mission{font-size:14px;padding:10px 12px 10px 20px;}
  .hero-mission__arrow{width:26px;height:26px;}
  .hero-tabbar{max-width:520px;}
  .hero-tabbar__btn{padding:16px;font-size:16px;}
  .hero-zigzag{height:24px;}

  .sec-product .inner,
  .sec-countdown .inner{padding-top:100px;padding-bottom:100px;}
  .sec-product .inner{padding-left:24px;padding-right:24px;max-width:760px;}
  .sec-product__title{font-size:42px;}
  .sec-product__desc{font-size:15px;max-width:none;}
  .product-card{
    max-width:none;
    margin:0 auto;
    padding:32px 28px 28px;
  }
  .product-card--tiers{
    padding:18px 16px;
  }
  .product-card__img{width:384px;}
  .product-card__badge{width:88px;height:88px;font-size:14px;}
  .prize-tier--1 .prize-tier__img{min-height:280px;max-height:340px;}
  .prize-tier--2 .prize-tier__img,
  .prize-tier--3 .prize-tier__img{min-height:150px;max-height:190px;}
  .prize-tier--1 .prize-tier__text{font-size:14px;}
  .prize-tier--2 .prize-tier__text,
  .prize-tier--3 .prize-tier__text{font-size:12px;}
  .prize-tier-row{gap:14px;}
  .countdown-title{font-size:88px;}
  .clock-unit{min-width:220px;padding:24px 16px 28px;}
  .clock-unit strong{font-size:104px;}

  .sec-share{padding:132px 29px;}
  .share-title{font-size:58px;}
  .share-reward{width:min(100%, 624px);padding:17px 29px 17px 38px;}
  .share-reward__text{font-size:19px;}
  .share-reward__gift{width:53px;height:53px;}
  .share-action{font-size:22px;min-height:86px;}
  .share-action__mark{width:36px;height:36px;font-size:17px;}
  .share-action__icon{width:29px;height:29px;}
  .share-inner{max-width:624px;}

  .sec-title{font-size:26px;margin-bottom:28px;}
  .sec-notice .sec-title{font-size:31px;margin-bottom:32px;}
  .notice-list{
    grid-template-columns:1fr;
    gap:16px;
    max-width:720px;
    margin:0 auto;
  }
  .notice-item{padding:28px 22px;}
  .notice-item h3{font-size:19px;margin-bottom:10px;}
  .notice-item p{font-size:17px;}

  .step-box{
    max-width:var(--content);
    margin:0 auto;
    padding:40px 36px 32px;
    border-radius:28px;
  }
  .step-list{gap:28px;}
  .step-num{width:38px;height:38px;font-size:17px;margin-bottom:16px;}
  .step-card h3{font-size:20px;margin-bottom:8px;}
  .step-card__desc{font-size:15px;margin-bottom:20px;max-width:16em;}
  .step-card img{max-width:220px;}
  .step-tip{
    max-width:720px;
    margin-top:20px;
    padding:14px 28px;
    font-size:15px;
    gap:10px;
  }
  .step-tip__icon{width:24px;height:24px;}

  .schedule-list{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    max-width:720px;
    margin:0 auto;
  }
  .sec-schedule .sec-title{font-size:34px;margin-bottom:32px;}
  .schedule-card{border-radius:18px;}
  .schedule-card__num{font-size:34px;}
  .schedule-card__honey{width:32px;}
  .schedule-card__state{font-size:14px;padding:6px 14px;}
  .schedule-card__title{font-size:20px;margin-bottom:10px;}
  .schedule-card__date{font-size:16px;}
  .schedule-card__desc{font-size:15px;}
  .schedule-card__body{padding:18px 18px 20px;}
  .schedule-card__head{padding:16px 16px 12px;}
  .schedule-card__label{gap:8px;}

  .sec-footer .inner{
    max-width:var(--content);
    margin-left:auto;
    margin-right:auto;
  }
  .terms-title{font-size:31px;margin-bottom:32px;}
  .terms-body{max-width:720px;}
  .terms-body h3{font-size:18px;}
  .terms-body li{font-size:17px;}

  .footer-info{font-size:13px;}
}

@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;}
  html{scroll-behavior:auto;}
  .hero-title__chunk{opacity:1;transform:none;}
  .hero-title__char{transform:none;animation:none;}
  .hero-title__spark{opacity:1;transform:translateY(-50%);}
  .hero-visual__char--l{transform:scale(1.15);animation:none;}
  .hero-visual__char--r{transform:scale(.9);animation:none;}
  .hero-visual__claps{display:none;}
  .quiz-draw__wheel.is-spinning{animation:none;}
}
