.reyhoon-live-search {
    position: relative;
    margin-top: 4px;
}

.reyhoon-live-search svg {
    position: absolute;
    color: var(--reyhoon-gray-dark);
    top: 12px;
    left: 12px;
}

.reyhoon-live-search input#search-box {
    display: block;
    width: 100%;
    height: 48px;
    padding-right: 12px;
    border: 0;
    border-radius: 12px;
    text-indent: 8px;
    font-family: inherit;
    font-size: 13px;
    background-color: var(--reyhoon-gray-light);
    font-weight: 500;
}

.reyhoon-main__group.searching {
    margin-top: 16px;
    margin-bottom: 0;
}

.reyhoon-live-search svg.search-clear-btn {
    right: auto;
    left: 42px;
    padding-left: 8px;
    border-left: 1px solid var(--reyhoon-stroke);
    margin-left: 8px;
    box-sizing: content-box;
}

#search_no_result {
    text-align: center;
}

#search_no_result p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.reyhoon-main--sections-tabs_tab .reyhoon-main__group.searching {
    display: block;
}
