a{
    text-decoration: none !important;
}
.search-page-nav-packet{
    position: absolute;
    width: 100%;
    height: 4vw;
    z-index: 10;
    background: #fff;
}
.search-page-nav-packet-shadow{
    box-shadow: 0px 4px 4px 0px rgba(36, 36, 36, 0.1);
}
.search-page-nav{
    width: 94.6vw;
    height: 4vw;
    margin: 0px auto;
    line-height: 4vw;
}
.search-page-nav-item{
    font-size: 1.1vw;
    padding: .5vw 1vw;
    color: #555555;
    border-radius: .7vw;
    margin-right: .5vw;
    font-weight: 500;
    text-decoration: none;
}
.search-page-nav-item:hover{
    background: #37C9B3;
    color: #fff;
    text-decoration: none;
}
.search-page-nav-item-active{
    background: #37C9B3;
    color: #fff;
}
.search-page-list{
    position: relative;
    width: 94.6vw;
    height: auto;
    margin: 0 auto;
    padding-bottom: 3vw;
    top: 4vw;
}
.search-detail-l{
    margin-left: calc(1.5vw - 7.5px);
}
