@charset "UTF-8";
/*----------------------------------------------------------------------*/
/* 整體共用 */
h1,
h2,
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 20px;
	padding-left: 20px;
}
h3 {
	font-size: 2.125em;
	line-height: 1.2;
	margin-bottom: 20px;
}
h3 > .subtitle {
	font-size: 0.625em;
	color: #6a6a6a;
	line-height: 26px;
	display: block;
	padding-top: 5px;
}
h4 {
	margin-bottom: 5px;
	font-size: 1.25em;
}
h4.title {
	font-size: 1.5em;
	margin-bottom: 10px;
}
h4.title_st1 {
	color: #000000 !important;
	padding-left: 5px;
	margin-bottom: 10px;
	border-left: 8px solid #777;
}
h4.title_st2 {
	color: #000000 !important;
	padding: 10px 0 5px 0;
	font-size: 1.375em;
	margin-bottom: 15px;
	line-height: 130%;
	color: #222;
	border-bottom: 1px solid #ccc;
	position: relative;
}
h4.title_st2::before {
	content: "";
	width: 50px;
	height: 5px;
	background-color: #777;
	position: absolute;
	top: 0;
	left: 0;
}
h5 {
	font-size: 1.188rem;
}
.color_black {
	color: #000000 !important;
}
p.comment {
	font-size: 0.875em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}
p {
	line-height: 1.6;
}
span.fontBold {
	font-weight: bold;
}
sup {
	font-size: 0.7rem;
}
/* 上方區塊 */
#Header .logo a {
	background: url(../images/logo_content.jpg) no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 500px;
	height: 70px;
	background-position: center left;
	text-indent: -9999px;
	display: block;
}
#Header .subscribe {
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	line-height: 20px;
	text-decoration: none;
	color: #333;
	background: url(../images/icon_subscribe.png) no-repeat;
	padding-left: 20px;
	font-size: 0.8125em;
}
#Header .subscribe:hover {
	color: #999;
}

#Header .topName {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 5px;
}
.color_1 #Header .topName {
	border-bottom-color: #00b1ad;
}
.color_2 #Header .topName {
	border-bottom-color: #15bff0;
}

#Header .topName::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 62%;
	height: 5px;
	background-color: #ddd;
}
.color_1 #Header .topName::after {
	background-color: #00b1ad;
}
.color_2 #Header .topName::after {
	background-color: #15bff0;
}

#Header .topName .logo {
	padding-left: 1px;
} /*為了讓無障礙使用tab鍵時,顯示的外框線顯示出來*/
.topMenu {
	padding-right: 0;
}

/* Footer */
#Footer {
	background-color: #eee;
}

.guide_title#main_content {
	position: inherit;
}

/*----------------------------------------------------------------------*/
/* 目錄頁 catalogList */
.catalogTitle {
	padding-top: 20px;
}
.catalogTitle h2 {
	color: #555;
	background: url(../images/bg_h1.png) no-repeat;
}
.catalogList {
	width: 100%;
	box-sizing: border-box;
	margin: auto;
}
.catalogList .item {
	clear: both;
}
.catalogList .item::after {
	content: "";
	clear: both;
	display: block;
}
.catalogList .item > div {
	width: 50%;
}
.catalogList .item:nth-child(odd) > div {
	float: left;
}
.catalogList .item:nth-child(even) > div {
	float: right;
}

.catalogList .item .img {
	width: 140px;
	height: 140px;
}
.catalogList .item .img img {
	width: 100%;
	height: auto;
}
.catalogList .item:nth-child(odd) .img {
	margin-left: 17.1875rem;
}
.catalogList .item:nth-child(even) .img {
	margin-right: 17.1875rem;
}

.catalogList .item .cont {
	box-sizing: border-box;
}
.catalogList .item:nth-child(odd) .cont {
	text-align: left;
	padding: 10px 0 10px 15px;
}
.catalogList .item:nth-child(even) .cont {
	text-align: right;
	padding: 10px 15px 10px 0px;
}

.catalogList .item .title {
	font-size: 1.375em;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 30px;
	color: #100964;
	text-transform: uppercase;
	margin-bottom: 0;
}
.catalogList ul.list li {
	line-height: 20px;
}
.catalogList ul.list li a {
	font-size: 0.938em;
	color: #000;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
.catalogList ul.list li span {
	font-weight: bold;
}

.color_1 .catalogList ul.list li span {
	color: #198381;
}
.color_2 .catalogList ul.list li span {
	color: #0084bd;
}
.color_1 .catalogList ul.list li a:hover {
	color: #00b1ad;
}
.color_2 .catalogList ul.list li a:hover {
	color: #15bff0;
}

/*----------------------------------------------------------------------*/
/* 中間內容 */
.Content {
	font-family: "Georgia", Arial, Helvetica, serif;
	line-height: 25px;
	color: #000;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.district {
	padding: 20px 0;
	overflow: hidden;
}
.Content p {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 1.125em;
}
.borderArea {
	border: 5px solid;
	padding: 15px;
}
.borderArea h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-bottom: 5px;
}
.floatArea {
	position: relative;
	float: left;
	word-wrap: break-word;
	word-break: normal;
}

/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* 文章內容樣式 */
/* 單元樣式 */
.Content .cont_box {
	width: 70%;
	margin: auto;
}
.articleBox {
	position: relative;
}

/*---------------------------------*/
/*---------------------------------*/
/* 下方h2小圖示,如未來小圖示有不同資料夾, 可以在往下新增樣式*/

/* article_st01 */
.article_st01 h2 {
	color: #868f0b;
	background: url(../images/unit_01/bg_h1.png) no-repeat;
}
.article_st01 h3 {
	color: #868f0a;
}

/* article_st02 */
.article_st02 h2 {
	color: #d08100;
	background: url(../images/unit_02/bg_h1.png) no-repeat;
}
.article_st02 h3 {
	color: #d07e18;
}

/* article_st03 */
/* .article_st03 h2 {
	color: #ca5f65;
	background: url(../images/unit_02/bg_h1.png) no-repeat;
}
.article_st03 h3 {
	color: #db5e66;
} */

.article_st03 h2 {
	color: #ff669b;
	background: url(../images/unit_03/bg_h1.png) no-repeat;
}
.article_st03 h3 {
	color: #ff5a94;
}

/* article_st04 */
.article_st04 h2 {
	color: #0075c2;
	background: url(../images/unit_04/bg_h1.png) no-repeat;
}
.article_st04 h3 {
	color: #3a80d3;
}

/* article_st05 */
.article_st05 h2 {
	color: #90528e;
	background: url(../images/unit_05/bg_h1.png) no-repeat;
}
.article_st05 h3 {
	color: #b175b0;
}

/*-----------------------*/
.article_st01 h4.title_st1 {
	border-color: #a8b30f;
}
.article_st02 h4.title_st1 {
	border-color: #d08100;
}
.article_st03 h4.title_st1 {
	border-color: #ec6d74;
}
.article_st04 h4.title_st1 {
	border-color: #70a7cb;
}
.article_st05 h4.title_st1 {
	border-color: #b175b0;
}

.article_st01 h4.title_st2::before {
	background-color: #a8b30f;
}
.article_st02 h4.title_st2::before {
	background-color: #d08100;
}
.article_st03 h4.title_st2::before {
	background-color: #ec6d74;
}
.article_st04 h4.title_st2::before {
	background-color: #70a7cb;
}
.article_st05 h4.title_st2::before {
	background-color: #b175b0;
}

.article_st01 h4 {
	color: #868f0a;
}
.article_st02 h4 {
	color: #d07e18;
}
.article_st03 h4 {
	color: #db5e66;
}
.article_st04 h4 {
	color: #3a80d3;
}
.article_st05 h4 {
	color: #90528e;
}

.article_st01 h5 {
	color: #868f0a;
}
.article_st02 h5 {
	color: #d07e18;
}
.article_st03 h5 {
	color: #db5e66;
}
.article_st04 h5 {
	color: #3a80d3;
}
.article_st05 h5 {
	color: #90528e;
}

/*----------------------------------------------------------------------*/
/* 說明方框區塊 */
.blockArea {
	background-color: #ebf0f1;
	padding: 25px 30px;
	margin-bottom: 8px;
	overflow: hidden;
}
.blockArea p:last-child {
	margin-bottom: 0;
}
.blockArea h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-bottom: 5px;
}
.blockArea .title {
	display: inline-block;
	height: 46px;
	margin-bottom: 10px;
	padding-left: 58px;
	padding-right: 30px;
	line-height: 46px;
	color: #fff;
	font-weight: 400;
	font-size: 1.375em;
	position: relative;
	background-color: #64767a;
	/*    background: rgb(173,188,196);
    background: -moz-linear-gradient(left, rgba(173,188,196,1) 0%, rgba(206,216,221,1) 100%);
    background: -webkit-linear-gradient(left, rgba(173,188,196,1) 0%,rgba(206,216,221,1) 100%);
    background: linear-gradient(to right, rgba(173,188,196,1) 0%,rgba(206,216,221,1) 100%); */
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.blockArea .title::after {
	content: "";
	clear: both;
	display: block;
}
.blockArea .title .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 2px solid #bfcbd1;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.blockArea .title .icon span {
	z-index: 99;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* 預設為放大鏡icon圖片 */
.blockArea .title .icon span {
	background-image: url(../images/title_icon.png);
	background-size: contain;
	width: 25px;
	height: 25px;
	left: 50%;
	top: 50%;
	margin-top: -13px;
	margin-left: -13px;
}

/* 獎盃圖片 */
.blockArea .title .icon.icon_award span {
	background-image: url(../images/title_icon2.png);
	background-size: contain;
}

/* 說明方框裡的表格 */
.blockArea table {
	margin-top: 15px;
	border-top: 1px solid #c6cbcc;
	border-left: 1px solid #c6cbcc;
	width: 100%;
	display: block;
	overflow-x: auto;
	font-size: 1.125em;
}
.blockArea table tr {
	border-bottom: 1px solid #c6cbcc;
}
.blockArea table tr:last-child {
	border-bottom: 0;
}
.blockArea table th {
	font-weight: bold;
	width: 200px;
	border-right: 1px solid #c6cbcc;
}
.blockArea table td {
	border-right: 1px solid #c6cbcc;
}
.blockArea table td::last-child {
	border-right: 0;
}
.blockArea table th,
.blockArea table td {
	padding: 8px 12px;
	vertical-align: top;
	box-sizing: border-box;
}

/*----------------------------------------------------------------------*/
/* 表格table */
table caption {
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
	font-size: 1.125em;
}
table {
	width: 100%;
	border: 0;
}
.table th {
	background-color: #ced8dd;
	padding: 5px;
	vertical-align: middle;
}
.table td {
	padding: 5px;
}
.tableWrap {
	margin-bottom: 25px;
}
.tableWrap {
	overflow-x: auto;
	width: 100%;
}

.table1,
.table2 {
	width: 100%;
	max-width: 100%;
}
.table1 th,
.table1 td {
	padding: 10px 15px;
	border-right: 5px #fff solid;
	border-bottom: 5px #fff solid;
	vertical-align: middle;
}
.table1 th {
	background-color: #b8e3f6;
}
.table1 td {
	background-color: #f2f2f2;
}
.tabletext {
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}
.tabletext p {
	font-size: 0.875em;
}

.table2 {
	border-collapse: collapse;
}
.table2 tbody {
	border: 1px solid #ccc;
}
.table2 tr th,
.table2 tr td {
	padding: 15px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table2 tr th {
	background-color: #f5f5f5;
}
.table2 tr td.text-left {
	text-align: left;
}

table img {
	width: 100%;
	height: auto;
}

/* 顏色樣式 */
.article_st01 .table1 th {
	background-color: #d6e2bd;
}
.article_st02 .table1 th {
	background-color: #f1e2c9;
}
.article_st03 .table1 th {
	background-color: #f3e4e5;
}
.article_st04 .table1 th {
	background-color: #d5e3ec;
}
.article_st05 .table1 th {
	background-color: #e4dae4;
}

/*----------------------------------------------------------------------*/
/* 文繞圖設定 */
.img_bg {
	margin-bottom: 35px;
}
.img_bg > a {
	display: block;
}
.img_bg p {
	font-size: 0.875em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}
p.left {
	text-align: left;
}
.imgleft {
	float: left;
	margin: 0 15px 5px 0;
}
.imgright {
	float: right;
	margin: 0 0 5px 15px;
}
.imgcenter {
	clear: both;
	text-align: center;
	padding: 0 !important;
	margin-bottom: 20px;
}
.imgcenter::after {
	content: "";
	display: block;
	clear: both;
}
.imgcenter p {
	text-align: left;
	margin: 0 auto;
}
.imgleft img,
.imgright img {
	max-width: 100%;
}
.imgcenter img {
	max-width: 100%;
	margin-bottom: 5px;
}

/* 圖像牆 */
.image_wall {
	margin-bottom: 20px;
}
.image_wall.img-3pic #colorbox_thum a {
	width: 175px;
	height: 175px;
	margin-left: 8px;
	margin-right: 8px;
}
.image_wall.img-4pic #colorbox_thum a {
	width: 130px;
	height: 130px;
}
.image_wall.img-5pic #colorbox_thum a {
	width: 100px;
	height: 100px;
}
.image_wall a:focus {
	padding: 4px;
	box-sizing: border-box;
}

/* 文字區塊繞文 */
.textBox {
	border-top: 4px solid #00b1ad;
	border-bottom: 4px solid #00b1ad;
	padding: 20px 10px;
	margin-top: 10px;
}
.textBox .tt {
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: 5px;
	line-height: 1.6;
}
.textBox span {
	margin-bottom: 0;
	font-size: 0.938em;
	text-align: right;
	color: #666;
}
.textBox span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #ccc;
	vertical-align: middle;
	margin-right: 5px;
}
.textBox.imgcenter {
	padding: 15px 0 !important;
}

/* 顏色樣式 */
.article_st01 .textBox {
	border-color: #a8b30f;
}
.article_st02 .textBox {
	border-color: #d08100;
}
.article_st03 .textBox {
	border-color: #ec6d74;
}
.article_st04 .textBox {
	border-color: #70a7cb;
}
.article_st05 .textBox {
	border-color: #b175b0;
}

/* 兩張圖排列 */
.img_bg .img_half {
	width: 50%;
	float: left;
	font-size: 1.125em;
}
.img_bg .img_half img {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------*/
/* 圖文列表 */
.picList {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.picList .item {
	flex: 0 1 auto;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.picList .item .img {
	width: 100%;
	margin-bottom: 5px;
}
.picList .item .img img {
	width: 100%;
	height: auto;
}
.picList .item .title {
	text-align: center;
}
.picList .item .desc {
	text-align: center;
	font-size: 0.875rem;
	color: #777;
	line-height: 130%;
}

.picList.pic-2-row .item {
	width: 50%;
}
.picList.pic-3-row .item {
	width: 33.33333%;
}
.picList.pic-4-row .item {
	width: 25%;
}

/*----------------------------------------------------------------------*/
/* youtube影片(圖片樣式) */
.imgcenter .media_box {
	margin-bottom: 5px;
}
.imgcenter.media_box img {
	max-width: 100%;
	margin-bottom: 0;
}
.media_box a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 3px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.media_box a::before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -25px;
	margin-left: -25px;
	background: url(../images/icon_play.png) no-repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.media_box a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}
.media_box a:hover,
.media_box a:focus {
	opacity: 0.85;
}
.media_box a:hover::before {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

.media_box a:focus {
	padding: 4px;
	box-sizing: border-box;
}
.media_box a:focus::after {
	background-color: rgba(255, 255, 255, 0.15);
}

/*----------------------------------------------------------------------*/
/* 演講者 */
.SpeakBlock {
	margin-bottom: 30px;
}
.SpeakBlock .item {
	width: 100%;
	border-bottom: 4px solid #00b0f0;
	padding: 20px 15px;
	box-sizing: border-box;
}
.SpeakBlock .item:first-child {
	border-top: 4px solid #00b0f0;
}
.SpeakBlock .item .cont {
	background-color: #f0f0f0;
	padding: 40px 30px;
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.SpeakBlock .item .cont::before,
.SpeakBlock .item .cont::after {
	display: block;
	position: absolute;
	font-size: 3.125em;
	color: #999;
	font-weight: bold;
}
.SpeakBlock .item .cont > div::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #f0f0f0 transparent transparent transparent;
}
.SpeakBlock .item .cont p {
	margin-bottom: 0;
}
.SpeakBlock .item .cont::before {
	content: "“";
	top: 20px;
	left: 10px;
}
.SpeakBlock .item .cont::after {
	content: "”";
	bottom: 0px;
	right: 10px;
}
.SpeakBlock .item .img {
	max-width: 150px;
	float: left;
	margin-right: 20px;
}
.SpeakBlock .item .img img {
	width: 100%;
	height: auto;
}

.SpeakBlock .item .name,
.SpeakBlock .item .tt {
	text-align: right;
	font-size: 0.875em;
	line-height: 140%;
}

/*----------------------------------------------------------------------*/
/* 清單樣式 */
/* 條列清單1 */
.list_simple_1 {
	margin-bottom: 20px;
}
.list_simple_1 li {
	list-style: disc;
	margin-left: 20px;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

/* 條列清單2 */
.list_simple_2 {
	margin-bottom: 20px;
	margin-left: 20px;
}
.list_simple_2 li {
	list-style: decimal;
	font-size: 1.125em;
	line-height: 1.6;
	margin-bottom: 15px;
}

/* 條列清單3 (清單數字也可以粗體)*/
.list_simple_3 {
	padding-left: 20px;
	margin-bottom: 20px;
	counter-reset: item;
}
.list_simple_3 li {
	line-height: 1.6;
	margin-bottom: 15px;
	padding-left: 5px;
	position: relative;
	counter-increment: item;
}
.list_simple_3 li .tt {
	font-weight: bold;
	display: block;
	font-size: 1.125em;
}
.list_simple_3 li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 0;
	left: -20px;
	content: counter(item) ".";
}

/* 條列清單4 */
.list_simple_4 {
	margin-bottom: 30px;
	margin-left: 20px;
}
.list_simple_4 li {
	list-style: decimal;
	font-size: 1.125em;
	line-height: 24px;
	margin-bottom: 5px;
}

/*----------------------------------------------------------------------*/
/* 清單區塊樣式 */
.list_box {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
.list_box .item {
	border-bottom: 1px solid #ddd;
	padding: 20px 25px 10px 25px;
}
.list_box .item:nth-child(2n) {
	background-color: #fff;
}
.list_box .item:last-child {
	border-bottom: 0;
}
.list_box .item .tt {
	vertical-align: middle;
	line-height: 140%;
	position: relative;
	font-size: 1.125em;
	border-bottom: 1px dotted #999;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.list_box .item p {
	margin-bottom: 15px;
}

/*----------------------------------------------------------------------*/
/* pic_list 圖片清單 */
.pic_list {
	padding-top: 15px;
}
.pic_list .item {
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
}

/*----------------------------------------------------------------------*/
/* 字級變換及工具列 */
.toolbar {
	font-size: 0.938em;
	padding-top: 10px; /* position: absolute; top: 10px; right: 0; z-index: 99; */
}
.toolbar > div {
	float: right;
}
.toolbar .toolbar_left {
	float: left;
	overflow: hidden;
}
.toolbar .toolbar_right {
	float: left;
}
.toolbar {
	line-height: 23px;
	color: #9b9b9b;
}
.toolbar a {
	display: block;
	background: url("../images/icon_toolbar.png") no-repeat;
}

.toolbar .toolbar_left span {
	display: block;
	float: left;
	border-left: 1px solid #dadada;
	padding-left: 12px;
	margin-left: 12px;
}
.toolbar .toolbar_left span:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
.toolbar .toolbar_left span a {
	color: #9b9b9b;
	padding-left: 20px;
}
.toolbar .toolbar_left span.return a {
	background-position: 0 0;
}
.toolbar .toolbar_left span.print a {
	background-position: 0 -23px;
}
.toolbar .toolbar_left span.mail a {
	background-position: 0 -46px;
}

.toolbar .toolbar_right dl {
	float: left;
	padding: 2px 0 2px 12px;
	box-sizing: border-box;
	margin-left: 12px;
}
.toolbar .toolbar_right dl dt,
.toolbar .toolbar_right dl dd {
	float: left;
}
.toolbar .toolbar_right a {
	text-indent: -10000px;
}

/* 字級 */
.fontsize {
	overflow: hidden;
	line-height: 23px;
	margin-bottom: 20px;
}
.fontsize dl {
	float: right;
	overflow: hidden;
}
.fontsize dt {
	float: left;
}
.fontsize dd {
	float: left;
	margin-left: 3px;
}
.fontsize dl a {
	width: 17px;
	display: block;
	text-indent: -10000px;
	background: url("../../images/tw/icon_toolbar.png") no-repeat;
}
.fontsize dl .font_small a {
	background-position: 0 -69px;
}
.fontsize dl .font_medium a {
	background-position: 0 -92px;
}
.fontsize dl .font_big a {
	background-position: 0 -115px;
}
.fontsize .noscript {
	clear: both;
	display: block;
	text-align: right;
}

.toolbar .toolbar_right dl.share dd {
	margin-left: 4px;
}
.toolbar .toolbar_right dl.share a {
	width: 20px;
}
.toolbar .toolbar_right dl.share .twitter a {
	background-position: center -138px;
}
.toolbar .toolbar_right dl.share .plurk a {
	background-position: center -161px;
}
.toolbar .toolbar_right dl.share .facebook a {
	background-position: center -184px;
}
.toolbar .toolbar_right dl.share .google_plus a {
	background-position: center -207px;
}

.toolbar .toolbar_right a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* focus */
.toolbar .toolbar_right a:focus {
	padding-left: 2px;
	padding-right: 2px;
}

/*----------------------------------------------------------------------*/
/* 網站地圖 */
.sitemapCont {
	padding-top: 20px;
}
.sitemapCont h2 {
	color: #555;
	background: url(../images/bg_h1.png) no-repeat;
}
.sitemapCont h3 {
	line-height: inherit;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase;
}
.sitemapCont h3 a {
	color: #000;
	text-decoration: none;
}
.sitemapCont h3 a:hover {
	color: #0075c2;
}

.sitemapCont .explanation {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.sitemapCont .explanation h3 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
}
.sitemapCont .explanation .text {
	font-size: 0.875em;
	line-height: 1.6;
}
.sitemapCont .sitemap_list {
	font-size: 0.938em;
	list-style: disc;
	margin-left: 20px;
}
.sitemapCont .sitemap_list.st01 {
	list-style: none;
	padding-left: 0;
	font-size: 0.875em;
	line-height: 1.6;
	margin-left: 0px;
}
.sitemapCont .sitemap_list.st01 li {
	margin-bottom: 5px;
}

.sitemapCont .stMap > ul {
	list-style: none;
}
.sitemapCont .stMap > ul > li {
	margin-top: 20px;
	color: #000;
	font-family: "Georgia", Arial, Helvetica, serif;
	line-height: inherit;
}
.sitemapCont .stMap > ul > li > a {
	line-height: 150%;
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
	font-size: 1.25em;
}
.sitemapCont .stMap > ul > li a {
	text-decoration: none;
}
.sitemapCont .stMap > ul > li > ul {
	list-style: disc;
	padding-left: 20px;
}
.sitemapCont .stMap > ul > li > ul a {
	color: #000;
	text-decoration: none;
	font-size: 1em;
}
.sitemapCont .stMap > ul > li > ul a:hover {
	color: #0075c2;
}

/*----------------------------------------------------------------------*/
/* about us輪播 */
.LinkBlock {
	padding-top: 20px;
}
.LinkBlock .title {
	margin: auto;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.125em;
	position: relative;
	padding: 4px 0 4px 35px;
}
.LinkBlock .title span::before {
	content: "";
	display: block;
	background: url(../images/about/icon_link.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.LinkList .item {
	border: 1px solid #ddd;
}
.LinkList .item a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.LinkList .img {
	height: 60px;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 10px;
}
.LinkList .img span {
	max-width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.LinkList .img img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.LinkList .owl-nav.disabled {
	opacity: 0;
}
.LinkList .owl-nav button {
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.LinkList.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.LinkList .owl-prev {
	background-position: 18px 14px;
}
.LinkList .owl-next {
	background-position: 18px -26px;
}

.LinkList .owl-dots {
	text-align: center;
	margin-top: 15px;
}
.LinkList .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	background-color: #cccccc;
	margin: 4px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.LinkList .owl-dots .owl-dot.active {
	width: 12px;
	height: 12px;
	background-color: #5f5f5f;
}

/* hover & focus 設定 */
.LinkList .item a:hover,
.LinkList .item a:focus {
	outline: 0;
}
.LinkList .item a:hover img {
	opacity: 0.8;
}
.LinkList .item a:hover .title {
	color: #005c9b;
}
.LinkList .item a:focus .img {
	outline: 2px solid #ff7e00;
}
.LinkList .owl-prev:hover {
	opacity: 0.7;
}
.LinkList .owl-next:hover {
	opacity: 0.7;
}

/*----------------------------------------------------------------------*/
/* copyright */
.copyrightCont {
	padding-top: 20px;
}
.copyrightCont h2 {
	background: url(../images/bg_h1.png) no-repeat;
	color: #555;
}

.copyrightCont .info_box {
	margin-bottom: 15px;
}
.copyrightCont .info_box::after {
	content: "";
	display: block;
	clear: both;
}
.copyrightCont .info_box > div {
	box-sizing: border-box;
}
.copyrightCont .info_box .col-left {
	float: left;
	width: 45%;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
.copyrightCont .info_box .col-right {
	float: right;
	padding-left: 15px;
	width: 55%;
}
.copyrightCont .detail {
	font-size: 1.125em;
}
.copyrightCont .detail li {
	line-height: 1.6;
}
.copyrightCont .detail .tt {
	font-weight: bold;
	margin-right: 4px;
}
.copyrightCont .detail .tt::after {
	content: ":";
}
.copyrightCont .detail a {
	color: #0075c2;
	word-break: break-word;
}
.copyrightCont .detail a:hover {
	color: #004878;
}

.copyrightCont .blockArea h3 {
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.copyrightCont .blockArea ul {
	line-height: 1.6;
	font-size: 0.938em;
}
.copyrightCont .blockArea > ul > li {
	margin-bottom: 15px;
}
.copyrightCont .blockArea .tt {
	font-weight: bold;
}

/*============================================================================*/
/*----------------------------------------------------------------------------*/
/* RWD設定 */
/*----------------------------------------------------------------------------*/
/*============================================================================*/
/* 寬1023px以下*/
@media screen and (max-width: 1023px) {
	/* 共用區塊 */
	h2 {
		font-size: 1.375em;
	}
	h3 {
		font-size: 1.75em;
	}
	h4 {
		font-size: 1.063em;
	}
	h4.title_st2 {
		font-size: 1.125em;
	}
	.Content p {
		font-size: 1em;
	}

	/* Header */
	#Header {
		padding-left: 10px;
		padding-right: 10px;
	}
	#Header .subscribe {
		right: inherit;
		bottom: inherit;
		top: 5px;
		left: 25px;
		z-index: 99;
	}
	#Header a.guide_title {
		left: 10px;
	}
	#Header .topName {
		border-bottom: 4px solid #00b2b3;
	}
	#Header .topName::after {
		display: none;
	}

	/* 中間區塊 */
	#Center {
		padding-left: 10px;
		padding-right: 10px;
	}
	.Content .cont_box {
		width: 90%;
	}
	.Content h2 {
		background-position: 0 -5px;
	}

	/* 文繞圖設定 */
	.img_bg p {
		font-size: 0.875em;
		line-height: 20px;
	}

	/*圖像牆(圖片輯)*/
	.image_wall.img-3pic #colorbox_thum a {
		width: 120px;
		height: 120px;
	}
	.image_wall.img-4pic #colorbox_thum a {
		width: 120px;
		height: 120px;
	}
	.image_wall.img-5pic #colorbox_thum a {
		width: 100px;
		height: 100px;
	}
	.image_wall #colorbox_thum a {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	/* toolbar */
	.toolbar .toolbar_right dl.share dd {
		margin-right: 4px;
	}
	.toolbar .toolbar_right dl.share dd:last-child {
		margin-right: 0;
	}
	.toolbar .toolbar_right dl.share a {
		width: 26px;
	}

	/* page select */
	.Content .pageSelect {
		text-align: center;
		margin-top: 20px;
	}
	.Content .pageSelect a.previous,
	.Content .pageSelect a.next {
		text-indent: 0;
		position: relative;
		display: inline-block;
		left: inherit;
		right: inherit;
		width: auto;
		height: auto;
		background-color: #00b2b3;
		text-decoration: none;
		font-family: Arial, sans-serif;
		color: #fff;
		line-height: 40px;
		letter-spacing: 0.02em;
		margin: 0 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.Content .pageSelect a:hover {
		opacity: 0.8;
	}
	.Content .pageSelect a::before {
		content: "";
		border-color: rgba(255, 255, 255, 0.65);
	}
	.Content .pageSelect a.previous {
		padding: 0 20px 0 35px;
	}
	.Content .pageSelect a.previous::before {
		left: 15px;
	}
	.Content .pageSelect a.next {
		padding: 0 35px 0 20px;
	}
	.Content .pageSelect a.next::before {
		right: 15px;
	}

	/* 文字區塊繞文 */
	.textBox {
		width: 250px !important;
	}
	.textBox .tt {
		font-size: 1em;
	}
	.textBox span {
		font-size: 0.875em;
	}

	/* 兩張圖排列 */
	.img_bg .img_half {
		font-size: 1.063em;
	}

	/*表格*/
	table caption {
		font-size: 1em;
	}
	.table1 th,
	.table1 td,
	.table2 th,
	.table2 td {
		padding: 5px 10px;
	}

	/* 底部有底色區塊 */
	.blockArea .title {
		height: auto;
		width: 100%;
		padding: 10px 10px 10px 3.125rem;
		box-sizing: border-box;
		line-height: 30px;
		font-size: 1.25em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.blockArea .title .icon {
		top: 4px;
		left: 5px;
		width: 36px;
		height: 36px;
	}
	.blockArea .title .icon::after {
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -10px;
	}
	.blockArea table {
		font-size: 1em;
	}

	/* 清單樣式 */
	.list_simple_1 li,
	.list_simple_2 li,
	.list_simple_3 li {
		font-size: 1em;
	}
	.list_simple_3 li {
		padding-left: 0;
	}
	.list_simple_3 li .tt {
		font-size: 1em;
	}

	/* 單元主頁連結次單元清單 */
	.ctMenu {
		padding-bottom: 20px;
	}
	.ctMenu li {
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px dotted #ccc;
	}


	.ctMenu li:first-child {
		border-top: 1px dotted #ccc;
	}
	.ctMenu li a {
		text-decoration: none;
		color: #000;
		display: block;
		position: relative;
		border-left: 8px solid #999;
		padding-left: 15px;
		padding-right: 30px;
	}

	.ctMenu li a::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -4px;
		border-left: 4px solid #777;
		border-top: 4px solid #777;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.article_st01 .ctMenu li a {
		border-color: #90c320;
	}
	.article_st02 .ctMenu li a {
		border-color: #ea9214;
	}
	.article_st03 .ctMenu li a {
		border-color: #f19099;
	}
	.article_st04 .ctMenu li a {
		border-color: #0075c2;
	}
	.article_st05 .ctMenu li a {
		border-color: #773e85;
	}

	/* about us 輪播 */
	.LinkBlock {
		width: 90%;
		margin: auto;
		padding-bottom: 10px;
	}
	.LinkBlock .title {
		padding: 4px 0 4px 50px;
	}
	.LinkBlock .title span::before {
		left: 10px;
	}
	.LinkList.owl-carousel {
		width: calc(100% - 1px);
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.LinkList .owl-prev {
		left: -25px;
	}
	.LinkList .owl-next {
		right: -25px;
	}
}

/*============================================================================*/
/* 手機板(寬320px~639px) */
@media screen and (max-width: 639px) {
	/* Header */
	#Header .logo a {
		height: 60px;
	}
	#Header .subscribe {
		bottom: inherit;
	}
	#Header .topName {
		padding-bottom: 0;
	}

	/* catalogList */
	.catalogList {
		width: 90%;
		padding-top: 0;
	}

	/* 文繞圖 */
	.img_bg.imgleft,
	.img_bg.imgright {
		width: 100% !important;
	}

	/* 圖像牆(圖片輯) */
	#colorbox_thum {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#colorbox_thum > div {
		text-align: center;
	}
	#colorbox_thum a {
		float: none;
		display: inline-block;
	}
	.image_wall.img-3pic #colorbox_thum a,
	.image_wall.img-4pic #colorbox_thum a,
	.image_wall.img-5pic #colorbox_thum a {
		width: 90px;
		height: 90px;
	}

	/* 文字區塊繞文 */
	.textBox {
		width: 100% !important;
		box-sizing: border-box;
	}
	.textBox.imgleft,
	.textBox.imgright {
		float: none;
		margin: 0 0 10px 0;
	}

	/* 兩張圖排列 */
	.img_bg .img_half {
		width: 80%;
		float: none;
		margin: auto;
		margin-bottom: 10px;
	}

	/* 底部有底色區塊 */
	.blockArea {
		padding: 15px 20px;
	}

	/* 表格 */
	.tableWrap {
		min-width: 300px;
	}

	/* copyright */
	.copyrightCont .info_box .col-left,
	.copyrightCont .info_box .col-right {
		width: 100%;
		float: none;
	}
	.copyrightCont .info_box .col-left {
		border-right: 0;
		padding-right: 0;
		border-bottom: 1px solid #ddd;
	}
	.copyrightCont .info_box .col-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.copyrightCont .detail {
		font-size: 1em;
	}
	.copyrightCont .blockArea h4 {
		font-size: 1.188em;
		margin-bottom: 10px;
	}

	/* 網站地圖 */
	.sitemapCont .stMap ul > li > ul li {
		margin-bottom: 5px;
	}

	/* pic_list 圖片清單 */
	.pic_list .item .img_bg.imgleft {
		width: 40% !important;
	}
	.pic_list .item .img_bg.imgright {
		width: 40% !important;
	}
}
@media screen and (min-width: 480px) and (max-width: 639px) {
	/* catalogList */
	.catalogList .item {
		border-bottom: 1px dotted #ddd;
		padding: 10px 5px;
	}
	.catalogList .item > div {
		width: auto;
	}
	.catalogList .item .cont {
		box-sizing: border-box;
	}
	.catalogList .item:nth-child(odd) .img {
		margin-left: 0;
	}
	.catalogList .item:nth-child(even) .img {
		margin-right: 0;
	}
	.catalogList .item:nth-child(odd) .cont,
	.catalogList .item:nth-child(even) .cont {
		padding-top: 3px;
		padding-bottom: 0;
	}
	.catalogList .item .title {
		font-size: 1.125em;
		line-height: 22px;
	}
	.catalogList .item .cont {
		width: 70%;
	}
	.catalogList .item .img {
		width: 115px;
		height: 115px;
	}
	.catalogList .item .title {
		margin-bottom: 5px;
	}
	.catalogList ul.list li {
		margin-bottom: 10px;
	}
	.catalogList ul.list li::last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 479px) {
	/* catalogList */
	.catalogList .item {
		border-bottom: 1px dotted #ddd;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.catalogList .item > div {
		width: auto;
		float: none;
		width: 100%;
	}
	.catalogList .item:nth-child(odd) > div,
	.catalogList .item:nth-child(even) > div {
		float: none;
	}
	.catalogList .item:nth-child(odd) .img,
	.catalogList .item:nth-child(even) .img {
		margin-left: auto;
		margin-right: auto;
	}
	.catalogList .item .cont {
		width: 100%;
	}
	.catalogList .item:nth-child(odd) .cont,
	.catalogList .item:nth-child(even) .cont {
		text-align: center;
	}
	.catalogList .item .title {
		margin-bottom: 5px;
		font-size: 1.125em;
		line-height: 22px;
	}
	.catalogList ul.list li {
		margin-bottom: 10px;
	}
	.catalogList ul.list li:last-child {
		margin-bottom: 0;
	}
	.catalogList .item:nth-child(odd) .cont,
	.catalogList .item:nth-child(even) .cont {
		padding: 10px 0 0 0;
	}

	/* 兩張圖排列 */
	.img_bg .img_half {
		width: 100%;
	}

	/*演講者樣式*/
	.SpeakBlock .item {
		padding: 20px 0;
	}
	.SpeakBlock .item .cont {
		padding: 30px 25px;
	}
	.SpeakBlock .item .img {
		float: none;
		margin: auto;
		margin-bottom: 10px;
		max-width: 130px;
	}
}

/*============================================================================*/
/* 平板(寬640px~1023px) */
@media screen and (min-width: 640px) and (max-width: 1023px) {
	/* catalogList */
	.catalogList {
		width: 90%;
		padding-top: 0;
	}
	.catalogList .item {
		border-bottom: 1px dotted #ddd;
		padding: 10px 5px;
	}
	.catalogList .item > div {
		width: auto;
	}
	.catalogList .item:nth-child(odd) .img {
		margin-left: 0;
	}
	.catalogList .item:nth-child(even) .img {
		margin-right: 0;
	}
	.catalogList .item .cont {
		width: 75%;
	}
	.catalogList .item .img {
		width: 125px;
		height: 125px;
	}
	.catalogList .item .title {
		margin-bottom: 5px;
	}
	.catalogList ul.list li {
		margin-bottom: 10px;
	}
	.catalogList ul.list li::last-child {
		margin-bottom: 0;
	}

	/* copyright */
	.copyrightCont .detail {
		font-size: 1em;
	}
	.copyrightCont .blockArea h4 {
		font-size: 1.188em;
		margin-bottom: 10px;
	}
	.copyrightCont .info_box .col-left {
		border-right: 0;
	}
	.copyrightCont .info_box .col-right {
		border-left: 1px solid #ddd;
	}

	/* 表格 */
	.tableWrap {
		min-width: 500px;
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	/* catalogList */
	.catalogList {
		width: 100%;
	}
	.catalogList .item .cont {
		width: 70%;
	}

	.Content .cont_box {
		width: 100%;
	}

	/* 文繞圖 */
	.img_bg.imgleft,
	.img_bg.imgright {
		width: 240px !important;
	}

	/* 圖文列表 */
	.picList.pic-2-row .item {
		width: 50%;
	}
	.picList.pic-3-row .item {
		width: 50%;
	}
	.picList.pic-4-row .item {
		width: 50%;
	}

	/* copyright */
	.copyrightCont .info_box .col-left,
	.copyrightCont .info_box .col-right {
		width: 100%;
		float: none;
	}
	.copyrightCont .info_box .col-left {
		border-right: 0;
		padding-right: 0;
		border-bottom: 1px solid #ddd;
	}
	.copyrightCont .info_box .col-right {
		padding-left: 0;
		padding-top: 20px;
		border-left: 0;
	}
	.copyrightCont .detail {
		font-size: 1em;
	}
	.copyrightCont .blockArea h4 {
		font-size: 1.188em;
		margin-bottom: 10px;
	}
}

/*============================================================================*/
/* 桌機板(寬1024px~1920px) */
@media screen and (min-width: 1024px) {
	/* 單元主頁連結次單元清單 */
	.ctMenu li {
		line-height: 30px;
		margin-bottom: 10px;
	}

	.ctMenu li.revers {
		text-align: right;
	}
	.ctMenu li a {
		display: block;
		padding: 10px;
		text-decoration: none;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.875em;
		padding-left: 50px;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		text-overflow: ellipsis;
		box-sizing: border-box;
	}
	/*---------------------------------*/
	/*---------------------------------*/
	/* 下方ctMenu區塊, 如未來圖片有不同資料夾, 可以在往下新增樣式*/

	/* article_st01 */
	.article_st01 .ctMenu li {
		background: url(../images/unit_01/bg_ctMenuli.jpg) no-repeat;
	}
	.article_st01 .ctMenu li:hover a,
	.article_st01 .ctMenu li:hover {
		background: url(../images/unit_01/bg_ctMenulia.jpg) no-repeat;
	}
	.article_st01 .ctMenu li a span {
		color: #8fc41e;
		font-weight: bold;
	}
	.article_st01 .ctMenu li:hover a span {
		color: #fff;
		font-weight: normal;
	}

	/*---------------------------------*/
	/* article_st02*/
	.article_st02 .ctMenu li {
		background: url(../images/unit_02/bg_ctMenuli.jpg) no-repeat;
	}

	.article_st02 .ctMenu li.revers {
		background: url(../images/unit_02/bg_ctMenuli_revers.jpg) no-repeat;
		background-position: right;
	}

	.article_st02 .ctMenu li:hover a,
	.article_st02 .ctMenu li:hover {
		background: url(../images/unit_02/bg_ctMenulia_.jpg) no-repeat;
	}

	.article_st02 .ctMenu li.revers:hover a,
	.article_st02 .ctMenu li.revers:hover {
		background: url(../images/unit_02/bg_ctMenulia_revers.jpg) no-repeat;
	}

	.article_st02 .ctMenu li a span {
		color: #f39700;
		font-weight: bold;
	}
	.article_st02 .ctMenu li:hover a span {
		color: #fff;
		font-weight: normal;
	}

	/*---------------------------------*/
	/* article_st03 */
	.article_st03 .ctMenu {
		margin-bottom: 20px;
	}
	.article_st03 .ctMenu li {
		background: url(../images/unit_03/bg_ctMenuli.jpg) no-repeat;
	}
	.article_st03 .ctMenu li:hover a,
	.article_st03 .ctMenu li:hover {
		background: url(../images/unit_03/bg_ctMenulia.jpg) no-repeat;
	}
	.article_st03 .ctMenu li a span {
		color: #ff959b;
		font-weight: bold;
	}
	.article_st03 .ctMenu li:hover a span {
		color: #fff;
		font-weight: normal;
	}

	/*---------------------------------*/
	/* article_st04 */
	.article_st04 .ctMenu li {
		background: url(../images/unit_04/bg_ctMenuli.jpg) no-repeat;
	}
	.article_st04 .ctMenu li:hover a,
	.article_st04 .ctMenu li:hover {
		background: url(../images/unit_04/bg_ctMenulia.jpg) no-repeat;
	}
	.article_st04 .ctMenu li a span {
		color: #0075c2;
		font-weight: bold;
	}
	.article_st04 .ctMenu li:hover a span {
		color: #fff;
		font-weight: normal;
	}

	/*---------------------------------*/
	/* article_st05 */
	.article_st05 .ctMenu li {
		background: url(../images/unit_05/bg_ctMenuli.jpg) no-repeat;
	}
	.article_st05 .ctMenu li:hover a,
	.article_st04 .ctMenu li:hover {
		background: url(../images/unit_05/bg_ctMenulia.jpg) no-repeat;
	}
	.article_st05 .ctMenu li a span {
		color: #90528e;
		font-weight: bold;
	}
	.article_st05 .ctMenu li:hover a span {
		color: #fff;
		font-weight: normal;
	}

	/*---------------------------------*/
	/* 表格 */
	.tableWrap {
		min-width: 500px;
	}

	/*----------------------------------------------------------------------*/
	/* about us輪播 */
	.LinkBlock {
		width: 70%;
		margin: auto;
	}
	.LinkBlock .title {
		padding: 4px 0 4px 35px;
	}
	.LinkBlock .title span::before {
		left: 0;
	}
	.LinkList.owl-carousel {
		width: calc(100% - 1px);
	}
	.LinkList .owl-prev {
		left: -48px;
	}
	.LinkList .owl-next {
		right: -48px;
	}
}
