/* ================================
   사업운 전용 금색 문구 - 통째교체용
   기존 흰 글자 강제 덮어쓰기
   ================================ */

/* 이미지 박스 */
.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;
}

/* 혹시 span/p/em/strong 등으로 흰 글자가 살아있으면 전부 제거 */
.hero-wrap-01 .hero-copy *,
.hero-wrap-01 .hero-copy-inner *,
.hero-wrap-01 .hero-main *,
.hero-wrap-01 span,
.hero-wrap-01 p,
.hero-wrap-01 strong,
.hero-wrap-01 em{
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  text-shadow:none !important;
}

/* 하단 그라데이션 */
.hero-wrap-01::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:42% !important;
  background:linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.00)) !important;
  z-index:2 !important;
  pointer-events:none !important;
}

/* 사업운 금색 문구 */
.hero-wrap-01::after{
  content:"돈과 기회가 들어오는 시기\A 지금 흐름을 먼저 확인하세요" !important;
  white-space:pre-line !important;

  position:absolute !important;
  left:50% !important;
  bottom:8% !important;
  transform:translateX(-50%) !important;

  width:88% !important;
  text-align:center !important;
  z-index:3 !important;

  font-weight:800 !important;
  font-size:30px !important;
  line-height:1.35 !important;
  letter-spacing:-0.8px !important;

  background:linear-gradient(180deg, #fff8cc 0%, #ffe27a 28%, #f4c84f 55%, #d89b1d 78%, #fff1a8 100%) !important;
  -webkit-background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  background-clip:text !important;
  color:transparent !important;

  text-shadow:
    0 2px 6px rgba(0,0,0,0.55),
    0 0 10px rgba(255,215,120,0.18) !important;

  pointer-events:none !important;
}

/* 모바일 */
@media (max-width:768px){
  .hero-wrap-01::after{
    width:90% !important;
    bottom:9% !important;
    font-size:22px !important;
    line-height:1.38 !important;
    letter-spacing:-0.6px !important;
  }

  .hero-wrap-01::before{
    height:44% !important;
  }
}