/*2020 검색 */
.header_search_result_list{
    display:none;
    font-size:14px;
    line-height:1.2;
    position:absolute;
    z-index:1;
    top:100%;
    left:0;
    width:100%;
    border:1px solid #c2c2c2;
    padding:15px 0;
    background:#fff;
    box-shadow:0 4px 5px rgba(0,0,0,0.3);
}
.header_search_result_list.active{
    display:block;
    z-index:10;
}
.header_search_result_item{
    padding:5px 10px;
    background:#fff;
}
.header_search_result_item:hover{
    text-decoration: underline;
}
.header_search_result_item:not(:last-child){
    margin-bottom:5px;
}
.search_text{color:#ff4f4f;font-weight:bold}