.tab{
    border-bottom: 3px solid #b2b2b2;
    display: flex;
    justify-content: space-around;
    padding:0;
    margin-bottom: 25px;
}
                    
.tab_menu{
    width:calc(100%/2);
    color: #333;
    list-style: none;
    text-align: center;
    padding:15px 0;
    border-right: 1px solid #eee;
    cursor: pointer;
    transition: .3s;
    font-size:1.5vw;
}

.tab_detail_wrap{
    display: none;
}

.tab_menu.active{
    display: block;
    color: #fff;
    background-color: #b2b2b2;
    cursor: pointer;
}

.tab_detail_wrap.show{
    display: block;
}
.uss_table th{
    width: calc(100% /12);
    background-color: #fbdcc1;
}
.uss_table_2{
    background-color: #ffe7e8;
}
.uss_table {
    width: calc(100% - 40px);
}
span{
    font-size: 10px;
}