.revival-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 17px;
}
.revival-table th,
.revival-table td {
    border: 1px solid #E7E7E7;
    padding: 18px 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    word-break: break-word;
}
.revival-table th {
    background: #D0E4E9;
    color: #202020;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 240px;
    vertical-align: middle; 
    text-align: center;
    padding: 0; 
}
.revival-table th span{
    display: block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap;
    margin: 0 auto;
    min-height: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.revival-table th.type {
    -webkit-writing-mode: unset;
    writing-mode: unset ;
}
.revival-table td {
    color: #666666;
}
.revival-table td.vertical {
    vertical-align: middle; 
    color: #202020;
    font-weight: 500;
    text-align: center;
}
.revival-table td.vertical span{
    display: block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap;
    margin: 0 auto;
}
.revival-table tr:nth-child(odd) td {
    background: #F0F0F0;
}
.revival-table tr:nth-child(even) td {
    background: #F9F9F9;
}
.revival-table th.type,
.revival-table td:first-child {
    width: 10%;
}
.revival-table th:nth-child(2),
.revival-table td:nth-child(2) {
    width: 10%;
}
.revival-table th:nth-child(3),
.revival-table td:nth-child(3) {
    width: 8%;
}
.revival-table .dot{
    background-image: url(../../images/common/dot-icon.svg);
    width: 29px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.table-top-line {
    height: 1px;
    width: 100%;
    background: #DDDDDD;
    margin-bottom: 50px;
    margin-top: 50px;
}
@media (max-width: 1000px) {
    .revival-table th,
    .revival-table td {
        font-size: 15px;
        padding: 10px 6px;
        line-height: 15px;
    }
    .revival-table th {
        line-height: 1.8;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: unset;
    }
    .revival-table th span{
        min-height: unset;
    }
    .revival-table th.type {
        line-height: 1.5;
    }
    .revival-table .dot{
        width: 16px;
        height: 16px;
    }
    .table-top-line {
        margin-bottom: 25px;
        margin-top: 25px;
    }
}