/* ===== newyear_01 최종본 / 금색 통일 / 위 문구 없음 ===== */

.hero-wrap-01{
  position:relative !important;
  overflow:hidden !important;
  border-radius:18px !important;
  background:#000 !important;
}

.hero-wrap-01 img{
  display:block !important;
  width:100% !important;
  height:auto !important;
}

/* product.php 기본 텍스트 숨김 */
.hero-wrap-01 .hero-copy,
.hero-wrap-01 .hero-copy-inner,
.hero-wrap-01 .hero-main{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:1 !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  text-shadow:none !important;
  overflow:hidden !important;
  display:block !important;
}

/* 위 문구 완전 제거 */
.hero-wrap-01::before{
  content:"" !important;
  display:none !important;
}

/* 아래 어두운 배경 */
.hero-wrap-01 .hero-copy::before{
  content:"";
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:38% !important;
  z-index:19 !important;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.96) 0%,
    rgba(0,0,0,.68) 42%,
    rgba(0,0,0,.22) 72%,
    rgba(0,0,0,0) 100%
  ) !important;
}

/* 아래 큰 글 */
.hero-wrap-01::after{
  content:"당신의 사주에는\A 이미 답이 있습니다";
  white-space:pre-line !important;

  position:absolute !important;
  left:50% !important;
  bottom:6.2% !important;
  transform:translateX(-50%) !important;
  width:86% !important;
  z-index:30 !important;

  text-align:center !important;
  font-family:Georgia,"Times New Roman","Noto Serif KR",serif !important;
  font-size:42px !important;
  font-weight:900 !important;
  line-height:1.10 !important;
  letter-spacing:-0.055em !important;
  word-break:keep-all !important;

  color:#ffe7a8 !important;
  text-shadow:
    0 4px 16px rgba(0,0,0,.82),
    0 0 18px rgba(255,195,90,.30),
    0 0 28px rgba(255,225,160,.18) !important;
}

/* 태블릿 */
@media (max-width:768px){
  .hero-wrap-01::after{
    font-size:31px !important;
    bottom:5.8% !important;
    width:84% !important;
    line-height:1.14 !important;
  }
}

/* 모바일 */
@media (max-width:560px){
  .hero-wrap-01::after{
    font-size:28px !important;
    bottom:5.5% !important;
    width:82% !important;
    line-height:1.16 !important;
  }
}