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: #00408e;
    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;}

/*分區內頁*/
.partition_title{
	color:#00408e;
	text-align: center;
    border-bottom: solid 1px #00408e;
    border-top: solid 1px #00408e;
    padding: 15px 0;
    background: rgb(0 0 0 / 5%);
}
.partition_title2{
	font-size: 20px;
    color: #00408e;
    border: solid 1px #00408e!important;
    border-left: none!important;
    border-right: none!important;
    padding: 12px 0;
    background: rgb(0 0 0 / 5%);
}
/*圖版1*/
.img_style{
	position: relative;
	/*text-align: right;*/
}
/*.img_style::after {
    content: " ";
    position: absolute;
    top: 24px;
    right: 20px;
    border-style: solid;
    border-width: 0 0 300px 109px;
    border-color: transparent transparent #fff transparent;
}*/
.img_style img{
	height: 300px;
}
/*圖版2*/
/*.img_style.s2::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 240px 87.35px;
    border-color: transparent transparent #fff transparent;
}*/
.img_style.s2 img{
	height: 240px;
}
/*職稱*/
.partition_jobtitle{
	position: absolute;
    top: 40px;
    right: -10px;
    font-size: 21px;
    color: #fff;
    background: rgb(20 149 190 / 70%);
    height: 40px;
    padding: 5px 35px;
    line-height: normal;
    z-index: 1;
}
.partition_jobtitle::before{
	content: "";
    border-style: solid;
    border-width: 0 0 40px 14.56px;
    border-color: transparent transparent rgb(20 149 190 / 70%) transparent;
    position: absolute;
    top: 0;
    right: 100%;
}

@media (max-width: 991px){
.table_display {display: none!important;}
.table>tbody>tr>td {padding: 17px 10px;}
.main {padding: 40px 15px;}
.img_style img, .img_style.s2 img {height: auto;}
.img_style::after, .img_style.s2::after {display: none;}
}