#search-box {
    background-color: #fff;
}


#search-category {
    background-color: transparent;
    /* width: 90px;
    height: 60px; */
}

#search-category select {
    background-color: transparent;
}

#search-input {
    background-color: transparent;
    /* width: 760px;
    height: 60px; */
}

#search-input input {
    background-color: transparent;
}

.vl {
    width: 1px;
    height: 1rem;
    border-left: 1px solid #C5C5C5;
    background-color: #F6F6F6;
}