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