.main{
    background-color: #f5f5f5;
    padding-top: 45px;
    padding-bottom: 55px;
}

.desc{
    font-size: 14px;
}

.desc p{
    line-height: 26px;
    min-height: 14px;
}

h2.section-title{
    margin-bottom: 20px;
}

.main .desc{
    margin-bottom: 20px;
}

.type-filter-box{
    background-color: #fff;
    padding: 24px 4px 24px 16px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.type-filter-box .type{
    border-radius: 14px;
    line-height: 27px;
    padding: 0 14px;
    margin-right: 16px;
    margin-bottom: 14px;
    cursor: pointer;
}

.type-filter-box .type:hover{
    background-color: rgba(238, 79, 91, .2);
}

.type-filter-box .type.active{
    background-color: #ee4e5b;
    color: #fff;
}

.m-table{
    font-size: 14px;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-table th{
    background-color: #fff;
}

.m-table thead tr:last-of-type{
    border-bottom: 2px solid #ff0000;
}

.m-table th:nth-of-type(1),
.m-table td:nth-of-type(1),
.m-table th:nth-of-type(3),
.m-table td:nth-of-type(3),
.m-table th:nth-of-type(4),
.m-table td:nth-of-type(4){
    text-align: center;
}

.btn-box{
    display: flex;
    justify-content: space-between;
}

.btn-box .hint{
    justify-self: flex-start;
    margin-left: 20px;
    width: auto;
    margin-right: auto;
    align-self: center;
}

@media (max-width: 750px) {
    .btn-box{
        display: block;
    }

    .btn-box>*{
        margin-bottom: 10px;
    }

    .btn-box .hint{
        margin-left: 0;
    }
}
