﻿@charset "UTF-8";
@media screen and (min-width:961px) {
    .searchBlk .searchSet .selectList li:hover{
        background: #888888;
        color: #ffffff;
        -webkit-transition: all .6s ease-out;
        transition: all .6s ease-out;
    }
    .searchBlk .searchSet .selectList li.checked:hover::before{
        border-bottom: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }
}
