.empty_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.empty_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 217px;
    height: 131px;
    margin-bottom: 18px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.empty_desc {
    font-family: Pretendard, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--color-text);
    white-space: pre-wrap;
    text-align: center;
}