.tab-class{
    height: 40px;
    background-color: #FCF9FC;
    @include flexRowSpaceBetween;
    &-list{
        width: 60px;
        &-text {
            text-align: center;
            font-size: 14px;
            font-weight: bold;
        }
        &-act{
            color: #F92E2C;
        }
    }
}