.reyhoon-live-search {
    position: relative;
}

.reyhoon-live-search svg {
    position: absolute;
    color: var(--reyhoon-gray-dark);
    top: 7px;
    right: 12px;
}

.reyhoon-live-search input#search-box {
    display: block;
    width: 100%;
    margin-top: 16px;
    height: 40px;
    padding-right: 12px;
    border: 1px solid var(--reyhoon-stroke);
    border-radius: 8px;
    text-indent: 32px;
    font-family: inherit;
}

.reyhoon-main__group.searching {
    margin-top: 16px;
    margin-bottom: 0;
}

.reyhoon-live-search svg.search-clear-btn {
    right: auto;
    left: 12px;
}

#search_no_result {
    text-align: center;
}

#search_no_result p {
    margin-top: 20px;
}