/* table */
.table-wrap {
    color: #5e5e5e;
}
.table-wrap table {
    border-bottom: 1px solid #ececec;
    width: 100%;
}
.table-wrap table .bd-t th {
    border-top: 2px solid #eb5451;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}

.table-wrap table .bd-t-2 th {
    border-top: 2px solid #eb5451;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}
.table-wrap table .bd-t-3 th {
    border-top: 1px solid #ececec;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}
.table-wrap table .bd-t-4 th {
    border-top: 2px solid #eb5451;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}
.table-wrap .understand-1 tr.bd-t-5  th:first-child {
    border-top: 2px solid #eb5451;
    text-align: center;
    box-sizing: border-box;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
}
.table-wrap .understand-1 tr.bd-t-5  td {
    border-top: 2px solid #eb5451;
}
.table-wrap table .icon th,
.table-wrap table .icon td {
    padding : 5px 0;
    text-align: center;
}
.table-wrap .understand-1 th {
    border-top : 1px solid #ececec;
}
.table-wrap .understand-1 tr.icon td {
    border-left: none;
}

.table-wrap table .bd-t-3 th:first-child {
    border-left : 1px solid #ececec;
}

.table-wrap table th {
    padding: 10px 0;
    border-left: 1px solid #ececec;
    font-size: 15px;
    vert-align: middle;
}
.table-wrap table .bd-t-4 th,
.table-wrap table .bd-t-3 th{
    padding: 10px 0 !important;
    border-left: 1px solid #ececec;
    font-size: 16px;
    vert-align: middle;
}
.table-wrap table th:first-child {
    border-left: none;
}
.table-wrap table td {
    padding: 10px 10px;
    border-left: 1px solid #ececec;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #ececec;
    letter-spacing: -0.7px;
}
.table-wrap table td > ul,
.table-wrap table td > ol{
    padding: 0;
}
.table-wrap table td > ul >li,
.table-wrap table td > ol >li{
    margin-left: 15px;
}

.table-wrap table td:first-child {
    border-left: none;
}
.table-wrap .active {
    background: #f5f5f5;
}
.table-wrap .info {
    background: #5e5e5e;
    opacity: 0.6;
}
.table-wrap .info-2 {
    background: #7e7e7e;
    opacity: 0.6;
}
.table-wrap .blit-txt { margin: 0; padding: 0; }
.table-wrap .blit-txt li { position: relative; padding-left: 15px; margin : 0; }
.table-wrap .blit-txt li span.pd-1 { position: absolute; left: 0;  }
.table-wrap .l-two li { padding-left: 54px !important; }

.table-wrap .understand-1 .col01 { width : 14%; }
.table-wrap .understand-1 .col02 { width : 28%; }
.table-wrap .understand-1 .col03 {  }
.table-wrap .understand-1 .col04 { width : 28%; }
.table-wrap .understand-1 .col05 { width : 15%; }
.table-wrap .understand-1 .col06 { width : 20%; }
.table-wrap .understand-1 .col07 { width : 25%; }
.table-wrap .understand-1 .col08 { width : 25%; }
.table-wrap .understand-1 .col09 { width : 15%; }
.table-wrap .understand-1 .col10 { width : 85%; }

.table-wrap .bg-rocklist { background:linear-gradient(to right, #373b44, #4286f4); color: #fff; text-align: center; }
.table-wrap .bg-rocklist > th { text-align: center; }
.table-wrap tr > th { text-align: center; }
