
* {
    box-sizing: border-box;
    font: 1em/1.71429 "Noto Sans TC", arial, "Microsoft JhengHei", "MS Gothic", "Malgun Gothic", SimHei, "Microsoft YaHei", sans-serif;
}

.custom_table {
    --gotrip-table-color: #54C7E6;
    --kiss-table-color: #EE8C98;
    --more-table-color: #F1A7AF;
    --nm-table-color: #052243;
    --os-table-color: #40abeb;
    --ssw-table-color: #13433C;
    --ww-table-color: #ED8422;
    --ed-table-color: #203698;
}

.tablepress_scroll_div.custom_table {
    overflow: auto;
    touch-action: auto;
    overflow-anchor: none;
    color: #444;
    word-wrap: break-word;
    line-height: 1.51;
    font-family: "Noto Sans TC", arial, "Microsoft JhengHei", "MS Gothic", "Malgun Gothic", SimHei, "Microsoft YaHei" !important;
}

.tablepress_scroll_div.custom_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 1.71429rem;
}
@media only screen and (max-width: 768px){
    .tablepress_scroll_div.custom_table table {
        margin-bottom: .75rem;
    }
}
.tablepress_scroll_div.custom_table th,
.tablepress_scroll_div.custom_table td {
    padding: 6px;
    padding: 0.42857rem;
    text-align: left;
    max-width: 6.2rem;
}

.tablepress_scroll_div.custom_table table,
.tablepress_scroll_div.custom_table th,
.tablepress_scroll_div.custom_table td,
.tablepress_scroll_div.custom_table ul,
.tablepress_scroll_div.custom_table li,
.tablepress_scroll_div.custom_table * {
    font-family: "Noto Sans TC", arial, "Microsoft JhengHei", "MS Gothic", "Malgun Gothic", SimHei, "Microsoft YaHei" !important;
}

@media screen and (min-width: 480px) {

    .tablepress_scroll_div.custom_table th,
    .tablepress_scroll_div.custom_table td {
        padding: 12px;
        padding: 0.85714rem;
        min-width: 5.6rem;
    }
}

.tablepress_scroll_div.custom_table tbody td,.tablepress_scroll_div.custom_table thead td {
    font-size: 16px !important;
}

.tablepress_scroll_div.custom_table ul,
.tablepress_scroll_div.custom_table li{
    font-size: 16px !important;
}

.tablepress_scroll_div.custom_table tbody td a,.tablepress_scroll_div.custom_table thead td a {
    font-size: 16px !important;
}

.tablepress_scroll_div.custom_table thead td strong{
   font-weight: bold;
}

.tablepress_scroll_div.custom_table table tbody tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}

.tablepress_scroll_div.custom_table table tr {
    border-top: 1px dotted #b2b2b2;
}

.tablepress_scroll_div.custom_table table td {
    border: 0;
}

.tablepress_scroll_div.custom_table.gotrip_table thead {
    background-color: var(--gotrip-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.ed_table thead {
    background-color: var(--ed-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.kiss_table thead {
    background-color: var(--kiss-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.more_table thead {
    background-color: var(--more-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.nm_table thead {
    background-color: var(--nm-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.ssw_table thead {
    background-color: var(--ssw-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.os_table thead {
    background-color: var(--os-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.ww_table thead {
    background-color: var(--ww-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.gotrip_table thead a,
.tablepress_scroll_div.custom_table.ed_table thead a,
.tablepress_scroll_div.custom_table.kiss_table thead a,
.tablepress_scroll_div.custom_table.more_table thead a,
.tablepress_scroll_div.custom_table.nm_table thead a,
.tablepress_scroll_div.custom_table.ssw_table thead a,
.tablepress_scroll_div.custom_table.os_table thead a,
.tablepress_scroll_div.custom_table.ww_table thead a{
color:#fff;
}

.tablepress_scroll_div.custom_table td[data-text="出發地"] {
    width: 100px;
    max-width: 100px !important;
}
@media (max-width: 480px){
.tablepress_scroll_div.custom_table td[data-text="出發地"] {
    width: 85px !important;
    max-width: 85px !important ;
}
}

td figure {
    max-width: 100%;
    margin: 0;
}
td figure img {
    max-width: 100%;
    margin: 0;
}