.box-wrap {
    min-height: 164px;
}
.box-wrap .wrp_container_sm {
    max-width: 1170px;
}
.box-wrap .wrp_container {
    margin: 0;
    padding: 0;
}
.box-wrap .hdg_lv4 {
    font-size: 16px;
    line-height: 23px;
}
.box-wrap .hdg_lv4 span {
    font-weight: 400;
}
.box-wrap #msg_no_recent {
    font-size: 14px;
}
.box-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.box-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a4002c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    width: 370px;
    border-radius: 1px;
}
.box-button button:hover {
    opacity: 0.8;
}
.box-button button span {
    padding-left: 5px;
}
@media screen and (max-width: 767px) {
    .box-wrap {
        margin-bottom: 80px;
    }
    .box-wrap .wrp_container_sm {
        margin-left: 10px;
        margin-right: 10px;
    }
    .box-wrap .hdg_lv4 {
        text-align: center !important;
    }
    .box-wrap #msg_no_recent {
        text-align: center !important;
    }
    .box-button a {
        width: 100%;
    }
    .box-button a button {
        width: 100%;
    }
}
