.hero-wrap-04 .hero-copy{
    justify-content:center;
    padding:210px 18px 18px;
}

.hero-wrap-04 .hero-copy-inner{
    max-width:760px;
}

.hero-wrap-04 .hero-top{
    display:none;
}

.hero-wrap-04 .hero-main{
    margin:0;
    font-family:"Nanum Myeongjo","Noto Serif KR",serif;
    font-size:32px;
    line-height:1.24;
    font-weight:700;
    letter-spacing:-0.03em;
    color:#f3d898;
    text-shadow:
      0 2px 8px rgba(0,0,0,.46),
      0 4px 16px rgba(0,0,0,.36);
    word-break:keep-all;
}

.hero-wrap-04 .hero-desc{
    display:none;
}

@media (min-width:769px){
    .hero-wrap-04 .hero-copy{
        justify-content:center;
        padding:250px 26px 26px;
    }

    .hero-wrap-04 .hero-main{
        font-size:54px;
        line-height:1.22;
        font-weight:700;
        letter-spacing:-0.04em;
    }
}

@media (max-width:768px){
    .hero-wrap-04 .hero-copy{
        justify-content:center;
        padding:210px 18px 18px;
    }

    .hero-wrap-04 .hero-main{
        font-size:32px;
        line-height:1.24;
        font-weight:700;
        letter-spacing:-0.03em;
    }
}