td, th{ text-align:center; font-weight: 600; word-break: break-all;}
h2{ margin-bottom:60px;}

/*分區*/
.table{border: none;}
.table>tbody>tr>td{
	text-align:left;
	color:#000;
	padding: 24px 20px;
	border: none;
	border-bottom: solid 1px #ddd;
	border-right: solid 5px #fff;
}
.table td:nth-of-type(1){text-align:right;}
.table td:nth-of-type(2){font-weight: normal;}

/*背景色*/
.bg1,.bg10{background:#f7a81b;}
.bg2,.bg11{background:#00a3e1;}
.bg3{background:#00adbb;}
.bg4{background:#f47621;}
.bg5{background:#90278f;}
.bg6{background:#d61a69;}
.bg7{background:#8b8c8e;}
.bg8{background:#006ab6;}
.bg9{background:#e32526;}

/*分區總覽*/
#table_style td a { 
	font-weight:bold;
	color: #009688;
    background: inherit;
    padding: 0;
    font-size: 16px;
    display: inline-block;
}
#table_style td a:hover {
    background-color: #fbb03b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fbb03b), color-stop(80%, #ed1e79));
    background: -webkit-linear-gradient(top, #fbb03b 20%, #ed1e79 80%);
    background: linear-gradient(135deg, #fbb03b 0%, #ed1e79 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.table_display {display: table-cell;}

@media (max-width: 991px){
.table_display {display: none!important;}
.table>tbody>tr>td {padding: 17px 10px;}
.main {padding: 40px 15px;}
}