/* ===== newyear_02 최종본 / 위 문구 없음 / 아래 큰 글만 ===== */

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

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

.hero-wrap-02 .hero-copy,
.hero-wrap-02 .hero-copy-inner,
.hero-wrap-02 .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-02::before{
  content:"" !important;
  display:none !important;
}

.hero-wrap-02 .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-02::after{
  content:"사주는 거짓말을 하지 않습니다\A 당신의 운명은 이미 정해져 있습니다";
  white-space:pre-line !important;
  position:absolute !important;
  left:50% !important;
  bottom:6.2% !important;
  transform:translateX(-50%) !important;
  width:88% !important;
  z-index:30 !important;

  text-align:center !important;
  font-family:Georgia,"Times New Roman","Noto Serif KR",serif !important;
  font-size:38px !important;
  font-weight:900 !important;
  line-height:1.12 !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-02::after{
    font-size:29px !important;
    bottom:5.8% !important;
    width:86% !important;
    line-height:1.14 !important;
  }
}

@media (max-width:560px){
  .hero-wrap-02::after{
    font-size:25px !important;
    bottom:5.5% !important;
    width:84% !important;
    line-height:1.16 !important;
  }
}