.sc-table-faq .table-wrap {
    position: relative;
}
.sc-table-faq .table-wrap.-inlb {display: inline-block;}

.sc-table-faq .table-wrap .table-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    text-align: center;
    padding: 70px 20px;
    cursor: pointer;
}

.sc-table-faq .table-wrap .table-overlay .desc {
    font-size: 20px;
    text-shadow: -1px 1px 2px #000;
    line-height: 0.8;
    color: #fff;
    margin-bottom: 10px;
}

.sc-table-faq .table-wrap .table-overlay .icon {
    width: 216px;
    margin: 0 auto;
}

.sc-table-faq .table-wrap.scroller .table-responsive {
    overflow: hidden;
}

.sc-table-faq .table-wrap.scroller .table-overlay {
    display: block;
}

.sc-table-faq .table {
    border-spacing: 0px;
}

.sc-table-faq .table tr.v-top{vertical-align: top;}
.sc-table-faq .table th,
.table td {
    position: relative;
    border-right: 1px solid rgba(230, 230, 230, 0.7);
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}

.sc-table-faq .table tr td:first-child {
    border-left: solid 1px #E6E6E6;
}

.sc-table-faq .table tr td:first-child {
    border-left: solid 1px #E6E6E6;
}

.sc-table-faq .table {
    min-width: 450px;
    border-collapse: separate;
    border-radius: 15px;
    padding-bottom: 15px;
}

.sc-table-faq .table tbody tr:not(:last-child) td {
    border-bottom: solid 1px #E6E6E6;
}

.sc-table-faq .table tr th,
.sc-table-faq .table tr td {
    padding: 15px;
    text-align: center;
}
.sc-table-faq .table tr th.a-left,
.sc-table-faq .table tr td.a-left { text-align: left;}

.sc-table-faq .table tr th {font-family: 'sukhumvittadmai-bold';
    background: #00A94F;
    color: white;
}

.sc-table-faq .table tr td {
    background: #F8F8F8;
}

.sc-table-faq .table tr:first-child th:first-child {
    border-top-left-radius: 15px;
}

.sc-table-faq .table tr:first-child th:last-child {
    border-top-right-radius: 15px;
}

.sc-table-faq .table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.sc-table-faq .table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.sc-table-faq .table.table-2 tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
}

.sc-table-faq .table.table-2 tr td:first-child {
    border-left: solid 0px #E6E6E6;
}

.sc-table-faq .table.table-2 tr:first-child td:first-child {
    border-left: solid 1px #E6E6E6;
}

.sc-table-faq .table.table-2 tr:nth-last-child(2) td:first-child {
    border-left: solid 1px #E6E6E6;
}

.sc-table-faq .table.table-2 {
    min-width: 940px;
}

.sc-table-faq .table.table-2 .td-border {
    border-bottom-left-radius: 15px;
}

.sc-table-faq .table.table-3 {
    min-width: 1140px;
}

.sc-table-faq .table.table-1 {
    min-width: 550px;
}

.sc-table-faq .table.table-750 {min-width: 750px !important;}

.show-w360 {
    display: none;
}

@media screen and (max-width: 991px) {
    .sc-table-faq .table-wrap.-inlb{display: block;}
}

@media screen and (min-width: 360px) and (max-width: 374px) {
    .show-w360 {
        display: block;
    }
}