.no-data-wrap {
    width: 100%;
    height: 300px; /* 필요시 조정 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-data {
    font-size: 16px;
    color: #888;
    text-align: center;
}
