.search_top {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
    margin-bottom: var(--space-48);
    padding-bottom: var(--space-24);
    border-bottom: 1px solid var(--color-border);
}
.search_word {
    font-size: var(--font-size-heading-lg);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-1);
    color: var(--primary-700);
}
.search_total {
    font-size: var(--font-size-body-lg);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-4);
    color: var(--gray-700);
}
.search_total_num {
    color: var(--gray-800);
    font-weight: var(--font-weight-bold);
}

@media screen and (max-width: 1024px) {

}