/* 인사말 박스 높이 수정 */
.greeting .box {padding:1.5rem 2rem;}


@media (max-width:768px){
    /* 인사말 */
    .greeting .box { padding:1rem 1.5rem; }