@charset "utf-8";

/* 內頁 */
#Center {
	max-width: 1440px;
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

/* 工具列 */
.ToolBar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #555;
	padding: 5px 0;
	box-sizing: border-box;
	position: relative;
}
.ToolBar a.sr-only { top:0; }

.ToolBar::after,
.ToolBar .colm_left::after,
.ToolBar dl.font_size::after,
.ToolBar dl.share::after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.ToolBar .colm_left a, .ToolBar .colm_right a {
	display: block;
	background-color: #fff;
	border: 1px solid #8fbef7;
	border-radius: 150px;
	text-decoration: none;
	position: relative;
}
.ToolBar .colm_left a:hover, .ToolBar .colm_right a:hover,
.ToolBar .colm_left a:focus, .ToolBar .colm_right a:focus {
	background-color: #0073ff;
}

.ToolBar .colm_left,
.ToolBar .colm_left a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ToolBar .colm_left {
	margin-right: 10px;
}
.ToolBar .colm_left a {
	height: 40px;
	color: #555;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 6px 16px;
	box-sizing: border-box;
}
.ToolBar .colm_left a:last-child {
	margin-right: 0;
}
.ToolBar .colm_left a span {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}
.ToolBar .colm_left a span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("../images/icon_toolbar.png") no-repeat;
	width: 24px;
	height: 24px;
	margin: -13px 0 0 -10px;
}
.ToolBar .colm_left a.return span::after {
	background-position: 0 0;
}
.ToolBar .colm_left a.return:hover span::after,
.ToolBar .colm_left a.return:focus span::after {
	background-position: -28px 0;
}
.ToolBar .colm_left a.print span::after {
	background-position: 0 -28px;
}
.ToolBar .colm_left a.print:hover span::after,
.ToolBar .colm_left a.print:focus span::after {
	background-position: -27px -28px;
}
.ToolBar .colm_left a.rss span::after {
	background-position: 0 -40px;
}
.ToolBar .colm_left a.rss:hover span::after,
.ToolBar .colm_left a.rss:focus span::after {
	background-position: -20px -40px;
}
.ToolBar .colm_left a:hover,
.ToolBar .colm_left a:focus {
	color: #fff;
}

.ToolBar .colm_right,
.ToolBar .colm_right dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ToolBar .colm_right dt,
.ToolBar .colm_right dd {
	margin-right: 8px;
	margin-bottom: 10px;
}
.ToolBar .colm_right dt {
	border-right: 1px solid #dfdfdf;
	margin-right: 10px;
	padding: 0 7px;
}
.ToolBar dl.font_size dd {
	position: relative;
}
.ToolBar dl.font_size dd:last-of-type {
	margin-right: 0;
}
.ToolBar dl.font_size a {
	display: flex;
	width: 38px;
	height: 38px;
	font-size: 0;
	text-indent: -10000px;
	justify-content: center;
	align-items: center;
}
.ToolBar dl.font_size dd > a::after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url("../images/icon_fonts.png") no-repeat;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.ToolBar dl.font_size dd.font_small a::after {
	background-position: 0 0;
}
.ToolBar dl.font_size dd.font_small a:hover::after,
.ToolBar dl.font_size dd.font_small a:focus::after {
	background-position: -24px 0;
}
.ToolBar dl.font_size dd.font_medium a::after {
	background-position: 0 -24px;
}
.ToolBar dl.font_size dd.font_medium a:hover::after,
.ToolBar dl.font_size dd.font_medium a:focus::after {
	background-position: -24px -24px;
}
.ToolBar dl.font_size dd.font_big a::after {
	background-position: 0 -48px;
}
.ToolBar dl.font_size dd.font_big a:hover::after,
.ToolBar dl.font_size dd.font_big a:focus::after {
	background-position: -24px -48px;
}

.ToolBar dl.share dd {
	position: relative;
}
.ToolBar dl.share dd:last-of-type {
	margin-right: 0;
}
.ToolBar dl.share a {
	width: 38px;
	height: 38px;
	font-size: 0;
	text-indent: -10000px;
	box-sizing: border-box;
}
.ToolBar dl.share .noscript a {
	font-size: 1rem;
}
.ToolBar dl.share dd > a::after {
	display: block;
	content: "";
	width: 28px;
	height: 28px;
	background: url("../images/icon_share.png") no-repeat;
	margin: -14px 0 0 -14px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.ToolBar dl.share dd.facebook a::after {
	background-position: 0 0;
}
.ToolBar dl.share dd.facebook a:hover::after,
.ToolBar dl.share dd.facebook a:focus::after {
	background-position: -27px 0;
}
.ToolBar dl.share dd.twitter a::after {
	background-position: 0 -28px;
}
.ToolBar dl.share dd.twitter a:hover::after,
.ToolBar dl.share dd.twitter a:focus::after {
	background-position: -26px -28px;
}
.ToolBar dl.share dd.line a::after {
	background-position: 0 -56px;
}
.ToolBar dl.share dd.line a:hover::after,
.ToolBar dl.share dd.line a:focus::after {
	background-position: -26px -56px;
}

.ToolBar dl.share .noscript a {
	display: inline;
	border-radius: 0;
}

.ToolBar .colm_left a,
.ToolBar dl.font_size a,
.ToolBar dl.share a {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ToolBar .colm_left a:hover,
.ToolBar dl.font_size a:hover,
.ToolBar dl.share a:hover,
.ToolBar .colm_left a:focus,
.ToolBar dl.font_size a:focus,
.ToolBar dl.share a:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* 導覽列(麵包屑) */
#Breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}
#Breadcrumbs ul li {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	color: #666;
	line-height: 1.25em;
}
#Breadcrumbs ul li a {
	color: #666;
	text-decoration: none;
}
#Breadcrumbs ul li:after {
	content: "/";
	color: #666;
	padding: 0 0.7em 0 0.5em;
}
#Breadcrumbs a:hover,
#Breadcrumbs a:focus {
	color: #0073ff;
}
#Breadcrumbs ul li:first-of-type a span {
	margin-right: 22px;
	position: relative;
}
#Breadcrumbs ul li:first-of-type a span::before {
	content: "";
	width: 18px;
	height: 14px;
	background-image: url(../images/icon_home.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}
#Breadcrumbs ul li:last-child:after {
	content: "";
}
#Breadcrumbs ul li:last-child,
#Breadcrumbs ul li:last-child a {
	color: #0069e8;
}
#Breadcrumbs ul li:last-child a:hover,
#Breadcrumbs ul li:last-child a:focus {
	color: #0069e8;
}

/* 共用元件 */
.pageRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.pageRow > div {
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.pageRow > div > div {
	background-color: #fff;
	box-shadow: #00000033 0 0 3px;
}
.pageRow .col_left {
	flex: 0 0 77.08333333333334%;
	width: 77.08333333333334%;
	max-width: 77.08333333333334%;
}
.pageRow .col_right {
	flex: 0 0 22.91666666666666%;
	width: 22.91666666666666%;
	max-width: 22.91666666666666%;
}
.cont_inner {
	padding: 50px;
}
.aside_right {
	margin-bottom: 30px;
	padding: 30px 35px;
}
/* 按鈕樣式 */
.BtnCommon button {
	border: none;
	border-radius: 3px;
	font-size: 1.125rem;
	color: #fff;
	letter-spacing: 1px;
	padding: 12px 20px;
	position: relative;
}
.BtnCommon button[type="submit"] {
	background-color: #0069e8;
}
.BtnCommon button[type="reset"] {
	background-color: #666;
}
.BtnCommon button[type="submit"]:hover,
.BtnCommon button[type="submit"]:focus {
	background-color: #e50012;
}
.BtnCommon button[type="reset"]:hover,
.BtnCommon button[type="reset"]:focus {
	background-color: #333;
}
.BtnCommon button span {
	margin-right: 30px;
	position: relative;
}
.BtnCommon button span::before {
	content: "";
	width: 21px;
	height: 21px;
	background-size: 21px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}
.BtnCommon button[type="submit"] span::before {
	background-image: url(../images/btn_form_search.svg);
}
.BtnCommon button[type="reset"] span::before {
	background-image: url(../images/btn_form_clear.svg);
}
/* 右側區塊 */
.aside_right h3 {
	font-size: 1.5rem;
	font-weight: 400;
	color: #282828;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 30px;
	position: relative;
}
.aside_right h3::after {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #0073ff;
	margin-left: -30px;
	position: absolute;
	bottom: -10px;
	left: 50%;
}
/* 右側 常用服務*/
ul.service_links li {
	margin-bottom: 30px;
}
ul.service_links li img {
	width: initial;
	height: auto;
	max-width: 100%;
}
ul.service_links li a {
	font-size: 1.125rem;
	color: #b3b3b3;
	letter-spacing: 2px;
	text-decoration: none;
}
ul.service_links li a:hover,
ul.service_links li a:focus {
	color: #0073ff;
}
ul.service_links li span {
	padding-right: 55px;
	position: relative;
}
ul.service_links li span::before {
	content: "";
	width: 40px;
	height: 34px;
	background-size: 40px 34px;
	position: absolute;
	top: -3px;
	left: 0;
}
ul.service_links li.web_counter span::before {
	background-image: url(../images/icon_service_01.svg);
}
ul.service_links li.electricity_price span::before {
	background-image: url(../images/icon_service_02.svg);
}
ul.service_links li.form_download span::before {
	background-image: url(../images/icon_service_03.svg);
}
ul.service_links li.power_announcement span::before {
	background-image: url(../images/icon_service_04.svg);
}
/* 右側 進階搜尋 */
.search_advL ul.search_guide {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-right: -10px;
	margin-left: -10px;
}
.search_advL ul.search_guide li {
	flex-grow: 1;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.search_advL ul.search_guide li a p {
	background-color: #666;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 10px;
}
.search_advL ul.search_guide li a:hover p,
.search_advL ul.search_guide li a:focus p {
	background-color: #0069e8;
}
.search_advL ul.search_guide li a.active p {
	background-color: #004fae;
}
.search_advL ul.search_guide li a p span {
	position: relative;
	margin-right: 12px;
}
.search_advL ul.search_guide li a p ::before {
	content: "";
	width: 7px;
	height: 9px;
	background-image: url(../images/btn_more_02.svg);
	background-size: 7px 9px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
}
/* 右側 電力小詞典*/
.aside_right .notice dl dt {
	font-size: 1.125rem;
	font-weight: 400;
	color: #333;
	padding-left: 30px;
	position: relative;
}
.aside_right .notice dl dt::after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #0073ff;
	border-radius: 2px;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 7px;
	left: 0;
}
.aside_right .notice dl dt:nth-of-type(1)::after {
	content: "1";
}
.aside_right .notice dl dt:nth-of-type(2)::after {
	content: "2";
}
.aside_right .notice dl dt:nth-of-type(3)::after {
	content: "3";
}
.aside_right .notice dl dd {
	padding-left: 30px;
}
.aside_right .notice dl dd p {
	margin-top: 0;
	margin-bottom: 0;
}
.aside_right .notice dl dd p span {
	padding-right: 30px;
	position: relative;
}
.aside_right .notice dl dd p span::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #0073ff;
	border-radius: 2px;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 4px;
	left: 0;
}
.aside_right .notice dl dd p:nth-of-type(1) span::before {
	content: "1";
}
.aside_right .notice dl dd p:nth-of-type(3) span::before {
	content: "2";
}
.aside_right .notice dl dd p:nth-of-type(2),
.aside_right .notice dl dd p:nth-of-type(4) {
	padding-left: 30px;
}

/* 標題 */
h3.articleTitle,
h3.Title {
	border-bottom: 1px solid #eee;
	font-size: 1.375rem;
	font-weight: 400;
	color: #0069e8;
	letter-spacing: 0.1em;
	line-height: 1.25em;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.post_info {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 0.875em;
	line-height: 1.5em;
	margin-top: 10px;
	padding-left: 10px;
}
.post_info span {
	color: #555;
	letter-spacing: 0.1em;
	margin-right: 20px;
	position: relative;
}
.post_info span::before {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url(../images/icon_clock.svg);
	background-size: 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}
.post_info span.date::before {
	top: 4px;
}
.post_info.below {
	justify-content: flex-end;
	position: relative;
}
.post_info.below span {
	background-color: #fff;
	padding-left: 17px;
}
.post_info.below span::before { display:none; }

/* 內頁顯示欄位 */
.content_info {
	color: #555;
	letter-spacing: 0.05em;
	line-height: 2em;
	padding-top: 10px;
}

/* youtbue list */
.youtube_list {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

/* 進階搜尋 */
.search_adv .FormTable {
	max-width: 675px;
	margin: auto;
}
.search_adv .FormTable .title,
.search_adv .FormTable .search_result label {
	border-left: 5px solid #0069e8;
	font-size: 1.125rem;
	color: #0069e8;
	text-align-last: left;
	margin-bottom: 20px;
	padding-left: 10px;
}
.search_adv .FormTable .search_result label {
	margin-bottom: 0;
}
.search_adv .FormTable .items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.search_adv .FormTable .items label {
	margin-right: 20px;
}
.search_adv .FormTable .items input,
.search_adv .FormTable .items select {
	flex-basis: 0;
	flex-grow: 1;
	width: 100%;
	max-width: 400px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.search_adv .FormTable .search_result label {
		margin-bottom: 20px;
	}
	.search_adv .FormTable .items {
		flex-direction: column;
		align-items: flex-start;
	}
	.search_adv .FormTable .items input,
	.search_adv .FormTable .items select {
		flex: 0 0 100%;
	}
}
/* 停電公告 */
.power_bulletin .editable_content {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}
.power_bulletin .bulletin {
	margin-top: 40px;
}
/* 日期 */
.power_bulletin .bulletin ul.bulletinDate {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	margin-right: -5px;
	margin-left: -5px;
}
.power_bulletin .bulletin ul.bulletinDate li {
	flex: 0 0 12.5%;
	width: 12.5%;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing: border-box;
}
.power_bulletin .bulletin ul.bulletinDate li a {
	text-decoration: none;
}
.power_bulletin .bulletin ul.bulletinDate li p {
	border: 1px solid #0069e8;
	text-align: center;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.power_bulletin .bulletin ul.bulletinDate li a:hover p,
.power_bulletin .bulletin ul.bulletinDate li a:focus p {
	background-color: #0073ff;
	border-color: #0073ff;
	color: #fff;
}
/* 公告 */
table.bulletin caption {
	font-size: 1.25rem;
	text-align: left;
	margin-bottom: 20px;
}
table.bulletin caption span {
	border-left: 5px solid #8fbef7;
	margin-right: 10px;
}
table.bulletin th,
table.bulletin td {
	border: 1px solid #ccc;
	padding: 15px;
	box-sizing: border-box;
}
table.bulletin th {
	font-weight: 400;
}
table.bulletin th.time,
table.bulletin td.time {
	width: 220px;
}
table.bulletin th.note,
table.bulletin td.note {
	width: 790px;
}

/* 列表前搜尋 */
.CatTitle {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.CatTitle h3 {
	border-left: 5px solid #8fbef7;
	font-weight: 400;
	padding-left: 10px;
}
.CatTitle .cat_select {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.CatTitle .cat_select > * {
	margin: 0 10px;
}
.CatTitle .cat_select > *:last-child {
	margin-right: 0;
}
.CatTitle .cat_select .label {
	font-weight: 400;
	margin: 0;
}
.CatTitle .cat_select select {
	border-radius: 3px;
	margin-bottom: 0;
}
.CatTitle .cat_select button {
	height: 38px;
	background-color: #0069e8;
	border-radius: 3px;
	font-size: 1em;
	color: #fff;
	line-height: 38px;
	letter-spacing: 0.2em;
	padding: 0 1.35em 0 1.55em;
	cursor: pointer;
}
.CatTitle .cat_select button:hover {
	background-color: #0073ff;
}
.CatTitle .cat_select button span {
	margin-right: 12px;
	position: relative;
}
.CatTitle .cat_select button span::before {
	content: "";
	width: 7px;
	height: 9px;
	background-image: url(../images/btn_more_02.svg);
	background-size: 7px 9px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
}
@media screen and (max-width: 1023px) {
	.CatTitle .cat_select button span::before {
		top: 3px;
	}
}
@media screen and (max-width: 477px) {
	.CatTitle .cat_select .label {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 10px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 392px) {
	.CatTitle .cat_select select,
	.CatTitle .cat_select button {
		flex: 0 0 100%;
		width: 100%;
		margin: 0 0 10px 0;
	}
}

/* 列表搜尋 */
.ListSearch {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}
/* .ListSearch:after { content:""; display:block; clear:both; } */
.ListSearch .title h3 {
	border-left: 5px solid #8fbef7;
	font-weight: 400;
	padding-left: 10px;
}
.ListSearch .Search {
	display: flex;
}
.ListSearch .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 8px 20px 8px 0;
}
.ListSearch .item .label {
	font-weight: 400;
	color: #3a597b;
	margin-right: 0.5em;
	padding: 5px 0;
}
.ListSearch .BtnCommon {
	margin: 8px 0;
}
.ListSearch .BtnCommon > div {
	margin: 0;
}
.ListSearch .BtnCommon.large button {
	height: 38px;
	background-color: #8fbef7;
	border-radius: 3px;
	font-size: 1em;
	line-height: 38px;
	letter-spacing: 0.2em;
	padding: 0 1.35em 0 1.55em;
}
.ListSearch .BtnCommon.large button span {
	margin-right: 12px;
	position: relative;
}
.ListSearch .BtnCommon.large button span::before {
	content: "";
	width: 7px;
	height: 9px;
	background-image: url(../images/btn_more_02.svg);
	background-size: 7px 9px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
}
.ListSearch .BtnCommon.large button:hover,
.ListSearch .BtnCommon.large button:focus {
	background-color: #0073ff;
}

.ListSearch.FormElmt input[type="text"],
.ListSearch.FormElmt select {
	height: 38px;
	border-radius: 3px;
	line-height: 38px;
	margin-bottom: 0;
}
.ListSearch.FormElmt input[type="text"] {
	width: 200px;
	font-size: 1em;
}
.ListSearch.FormElmt select {
	font-size: 1em;
}

/* 分類檢索 */
.col_left.cat_searchL {
	flex: 0 0 22.91666666666666%;
	width: 22.91666666666666%;
	max-width: 22.91666666666666%;
}
.col_right.cat_searchR {
	flex: 0 0 77.08333333333334%;
	width: 77.08333333333334%;
	max-width: 77.08333333333334%;
}
.pageRow > div > div.cat_search {
	background-color: transparent;
	box-shadow: initial;
	padding: 0;
}
.category_tree,
.category_list {
	margin-bottom: 20px;
}
.category_tree ul li {
	border-bottom: 1px solid #fff;
	font-size: 1.125rem;
	font-weight: 300;
	position: relative;
}
/* 第1層 */
.category_tree ul li a {
	display: block;
	background-color: #004fae;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}
.category_tree ul li a:hover,
.category_tree ul li a:focus {
	background-color: #0069e8;
}
.category_tree ul > li a::after {
	content: "";
	width: 9px;
	height: 5px;
	background-image: url(../images/icon_qa.svg);
	background-size: 9px 5px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 15px;
}
.category_tree ul > li a.slideDown::after {
	transform: rotate(-180deg);
}

/* 第2層 */
.category_tree > ul > li > ul {
	background-color: #eee;
}
.category_tree > ul > li > ul > li {
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
}
.category_tree > ul > li > ul > li a {
	background: none;
}
.category_tree > ul > li > ul > li {
	line-height: 130%;
	padding: 2px;
	overflow: hidden;
}
.category_tree > ul > li > ul > li > a {
	display: none;
}
.category_tree > ul > li > ul > li > a:first-child {
	display: block;
	color: #333;
	padding-left: 40px;
	float: left;
	position: relative;
}
.category_tree > ul > li > ul > li > a:first-child::before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_circle_dot.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 13px;
	left: 20px;
}
.category_tree > ul > li > ul > li > a:first-child::after {
	display: none;
}
.category_tree > ul > li > ul > li > a:first-child:hover,
.category_tree > ul > li > ul > li > a:first-child:focus {
	background-color: transparent;
	color: #0073ff;
}
.category_tree > ul > li > ul > li > a.arrow {
	display: block !important;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	position: relative;
	float: right;
}
.category_tree > ul > li > ul > li > a.arrow:hover,
.category_tree > ul > li > ul > li > a.arrow:focus {
	background-color: transparent;
}
.category_tree > ul > li > ul > li > a.arrow::after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_cat_tree.svg);
	background-size: 16px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	left: 12px;
}
.category_tree > ul > li > ul > li > a.arrow.slideDown::after {
	background-position: 50% -16px;
	transform: rotate(0);
}

/* 第3層 */
.category_tree > ul > li > ul > li > ul {
	margin-left: 14px;
	clear: both;
}
.category_tree > ul > li > ul > li > ul > li:first-child {
	border-top: 0;
}
.category_tree > ul > li > ul > li > ul > li {
	font-size: 1rem;
	line-height: 130%;
	padding: 2px;
	overflow: hidden;
}
.category_tree > ul > li > ul > li > ul > li > a {
	display: none;
}
.category_tree > ul > li > ul > li > ul > li > a:first-child {
	display: block;
	color: #333;
	padding-left: 40px;
	float: left;
	position: relative;
}
.category_tree > ul > li > ul > li > ul > li > a:first-child::before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_circle_dot.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 13px;
	left: 20px;
}
.category_tree > ul > li > ul > li > ul > li > a:first-child::after {
	display: none;
}
.category_tree > ul > li > ul > li > ul > li a:first-child:hover,
.category_tree > ul > li > ul > li > ul > li a:first-child:focus {
	background-color: transparent;
	color: #0073ff;
}
.category_tree > ul > li > ul > li > ul > li a.arrow {
	display: block !important;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	position: relative;
	float: right;
}
.category_tree > ul > li > ul > li > ul > li a.arrow:hover,
.category_tree > ul > li > ul > li > ul > li a.arrow:focus {
	background-color: transparent;
}
.category_tree > ul > li > ul > li > ul > li a.arrow::after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_cat_tree.svg);
	background-size: 16px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	left: 12px;
}
.category_tree > ul > li > ul > li > ul > li a.arrow.slideDown::after {
	background-position: 50% -16px;
	transform: rotate(0);
}

/* 第4層 */
.category_tree > ul ul ul ul {
	margin-left: 14px;
	clear: both;
}
.category_tree > ul ul ul ul > li:first-child {
	border-top: 0;
}
.category_tree > ul ul ul ul > li {
	font-size: 1rem;
	line-height: 130%;
	padding: 2px 2px 2px 15px;
	overflow: hidden;
}
.category_tree > ul ul ul ul > li > a {
	color: #333;
}
.category_tree ul ul ul ul > li > a::after {
	display: none;
}
.category_tree > ul > li > ul > li > ul > li a:first-child:hover,
.category_tree > ul > li > ul > li > ul > li a:first-child:focus {
	background-color: transparent;
	color: #0073ff;
}
.category_tree > ul > li > ul > li > ul > li a.arrow {
	display: block !important;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	position: relative;
	float: right;
}
.category_tree > ul > li > ul > li > ul > li a.arrow:hover,
.category_tree > ul > li > ul > li > ul > li a.arrow:focus {
	background-color: transparent;
}
.category_tree > ul > li > ul > li > ul > li a.arrow::after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_cat_tree.svg);
	background-size: 16px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	left: 12px;
}
.category_tree > ul > li > ul > li > ul > li a.arrow.slideDown::after {
	background-position: 50% -16px;
	transform: rotate(0);
}

.category_tree .ans ul li a span {
	margin-right: 20px;
	position: relative;
}
.category_tree .ans ul li a span::before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_circle_dot.svg);
	background-size: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	left: 0;
}
/* 頁碼 */
#Pagination {
	background: none;
	box-shadow: none;
	text-align: center;
	padding: 40px 0 20px;
	position: relative;
	clear: both;
}
#Pagination .pages {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#Pagination a {
	display: inline-block;
	width: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.875em;
	color: #555;
	text-decoration: none;
	line-height: 32px;
	margin: 0 5px;
}
#Pagination a:hover {
	background-color: #0073ff;
	color: #fff;
}
#Pagination a.focuz,
#Pagination a:focus {
	background-color: #0069e8;
	color: #fff;
}
#Pagination a.first,
#Pagination a.prev,
#Pagination a.next,
#Pagination a.last {
	width: 32px;
	padding: 0;
	position: relative;
	font-size: 0;
}
#Pagination a.first:hover,
#Pagination a.prev:hover,
#Pagination a.next:hover,
#Pagination a.last:hover {
	background-color: #0073ff;
	color: #fff;
}
#Pagination a.first:focus,
#Pagination a.prev:focus,
#Pagination a.next:focus,
#Pagination a.last:focus {
	background-color: #0073ff;
	color: #fff;
}

#Pagination a.first::before,
#Pagination a.first::after,
#Pagination a.prev::before,
#Pagination a.next::before,
#Pagination a.last::before,
#Pagination a.last::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	margin-top: -3px;
	position: absolute;
	top: 50%;
}
#Pagination a.first:focus::before,
#Pagination a.first:focus::after,
#Pagination a.prev:focus::before,
#Pagination a.next:focus::before,
#Pagination a.last:focus::before,
#Pagination a.last:focus::after,
#Pagination a.first:hover::before,
#Pagination a.first:hover::after,
#Pagination a.prev:hover::before,
#Pagination a.next:hover::before,
#Pagination a.last:hover::before,
#Pagination a.last:hover::after {
	border-color: #fff;
}

#Pagination a.first::before,
#Pagination a.first::after,
#Pagination a.prev::before {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-13deg);
	transform: rotate(-135deg);
}
#Pagination a.first::before {
	left: 18px;
}
#Pagination a.first::after {
	left: 10px;
}
#Pagination a.prev::before {
	left: 14px;
}
#Pagination a.next::before,
#Pagination a.last::before,
#Pagination a.last::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#Pagination a.next::before {
	right: 14px;
}
#Pagination a.last::before {
	right: 10px;
}
#Pagination a.last::after {
	right: 18px;
}

#Pagination .current {
	width: auto;
	background-color: transparent;
	cursor: default;
}
#Pagination .current:hover {
	background-color: transparent;
	color: #333;
}

#Pagination .setting {
	display: block;
	font-size: 0.875em;
	color: #555;
	line-height: 32px;
	letter-spacing: 0.15em;
	padding-top: 14px;
	clear: both;
}
#Pagination .setting select {
	height: 32px;
	font-size: 1em;
	vertical-align: top;
	padding: 5px 0 5px 4px;
}
#Pagination .setting input {
	vertical-align: top;
}
#Pagination .setting input[type="text"] {
	width: 20px;
	height: 30px;
	font-size: 1em;
	padding: 0 0.5em;
}
#Pagination .setting select,
#Pagination .setting input[type="text"] {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 1px solid #ccc;
}
#Pagination .setting select:focus,
#Pagination .setting input[type="text"]:focus {
	outline: 2px dashed #8fbef7;
}
#Pagination .setting input[type="button"] {
	height: 32px;
	background: #666;
	border-radius: 3px;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.05em;
	margin-left: 3px;
	padding: 0 1em;
}
#Pagination .setting input[type="button"]:hover,
#Pagination .setting input[type="button"]:focus {
	background: #0073ff;
}

#Pagination a,
#Pagination .setting select,
#Pagination .setting input[type="text"],
#Pagination .setting input[type="button"] {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* 內頁頁碼 */
.inPagination {
	display: none;
	font-size: 1em;
	text-align: center;
	margin-top: 30px;
	clear: both;
}
.inPagination .pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.inPagination a {
	display: inline-block;
	width: 35px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #555;
	text-decoration: none;
	line-height: 35px;
	margin: 0 4px 12px 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inPagination a:hover,
.inPagination a:focus {
	background-color: #ccdcff;
}
.inPagination a.focuz {
	background-color: #0069e8;
	color: #fff;
}

/* 檔案下載icon */
.file_ext {
	display: inline-block;
	position: relative;
}
.file_ext::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.file_csv::before {
	background-color: #589c00;
}
.file_doc::before {
	background-color: #2372ba;
}
.file_img::before {
	background-color: #5b2d8d;
}
.file_mov::before {
	background-color: #c51700;
}
.file_other::before {
	background-color: #919191;
}
.file_pdf::before {
	background-color: #ea4c3a;
}
.file_ppt::before {
	background-color: #dd5b26;
}
.file_txt::before {
	background-color: #919191;
}
.file_xls::before {
	background-color: #08743b;
}
.file_xml::before {
	background-color: #157efb;
}
.file_zip::before {
	background-color: #e67e22;
}
.file_odt::before {
	background-color: #2372ba;
}
.file_ods::before {
	background-color: #08743b;
}
.file_odp::before {
	background-color: #dd5b26;
}
.icon_lock::before {
	border: 1px solid #eee;
}
.file_ext::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	margin: -10px 0 0 -10px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.icon_lock {
	width: 23px;
	height: 23px;
	margin-left: 6px;
	font-size: 0;
	background: url(../images/icon_lock.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	transition: 0.3s;
	border: 1px solid #dedede;
	border-radius: 50%;
}
.file_csv::after {
	background-image: url("../images/file_ext/csv.png");
}
.file_doc::after {
	background-image: url("../images/file_ext/doc.png");
}
.file_img::after {
	background-image: url("../images/file_ext/img.png");
}
.file_mov::after {
	background-image: url("../images/file_ext/mov.png");
}
.file_other::after {
	background-image: url("../images/file_ext/other.png");
}
.file_pdf::after {
	background-image: url("../images/file_ext/pdf.png");
}
.file_ppt::after {
	background-image: url("../images/file_ext/ppt.png");
}
.file_txt::after {
	background-image: url("../images/file_ext/txt.png");
}
.file_xls::after {
	background-image: url("../images/file_ext/xls.png");
}
.file_xml::after {
	background-image: url("../images/file_ext/xml.png");
}
.file_zip::after {
	background-image: url("../images/file_ext/zip.png");
}
.file_odt::after {
	background-image: url("../images/file_ext/odt.png");
}
.file_ods::after {
	background-image: url("../images/file_ext/ods.png");
}
.file_odp::after {
	background-image: url("../images/file_ext/odp.png");
}

/* 文字列表 */
.ListTable {
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	position: relative;
}
.ListTable table {
	width: 100%;
}
.ListTable table tr {
	border-bottom: 1px solid #eee;
}
.ListTable td {
	color: #555;
}
.ListTable td.title {
	line-height: 150%;
	font-size: 1rem;
}
.ListTable td.title a {
	color: #000;
	text-decoration: none;
}
.ListTable td.title a:hover,
.ListTable td.title a:focus {
	color: #0069e8;
}
.ListTable td.title a.icon_lock {
	display: inline-block;
}
.ListTable td.title.with_arrow {
	padding-left: 1.75em;
	position: relative;
}
.ListTable td.title.with_arrow::before {
	content: "";
	display: block;
	background: url(../images/icon_menu_down.svg) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ListTable td.title.with_arrow:hover::before {
	left: 10px;
}
.ListTable td.date {
	color: #0069e8;
	font-family: "Montserrat", sans-serif;
	font-size:0.875rem;
}
.ListTable th.no {
	white-space: nowrap;
}
.ListTable td.no {
	color: #ccdcff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.ListTable td.link a {
	color: #004097;
}
.ListTable td.link a:hover,
.ListTable td.link a:focus {
	color: #8fbef7;
	text-decoration: none;
}
.ListTable td.value {
	word-wrap: break-word;
}
.ListTable td.download ul {
	display: flex;
	flex-wrap: wrap;
}
.ListTable td.download ul li {
	margin: 5px;
}
.ListTable td.download a {
	display: block;
	font-size: 0;
	text-indent: -10000px;
	width: 30px;
	height: 30px;
}
.ListTable td.download .file_ext::before {
	width: 100%;
	height: 100%;
}
.newsList .ListTable tr:first-child {
	position: absolute;
	left: -10000px;
	top: -10000px;
}
/* 圖文列表 - flex版 */
.ListPicText .item,
.ListPicText .item > div,
.ListPicText .img,
.ListPicText .img > div,
.ListPicText .cont,
.ListPicText .btn {
	box-sizing: border-box;
}
.ListPicText {
	margin-top: 10px;
}
.ListPicText > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ListPicText .item {
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 40px;
}
.ListPicText .item > div {
	overflow: hidden;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.ListPicText .imgBox {
	border: 2px solid #8fbef7;
	position: relative;
	overflow: hidden;
}
.ListPicText .img {
	padding-bottom: 70.5275%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ListPicText .title {
	margin-bottom: 6px;
}
.ListPicText .title a {
	display: block;
	position: relative;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	line-height: 1.5em;
}
.ListPicText .title a:hover,
.ListPicText .title a:focus {
	color: #0073ff;
}
.ListPicText .desc {
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 1.125em;
	max-height: 3em;
	-webkit-line-clamp: 2;
}
.ListPicText .btn {
	text-align: center;
	margin-top: 10px;
}
.ListPicText .btn a {
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	padding: 10px 1.125em;
	font-size: 1.125em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ListPicText .btn a:hover {
	background-color: #ccdcff;
}
/* list-view */
.ListPicText.list-view .imgBox {
	float: left;
	width: 360px;
	max-width: 50%;
	box-sizing: border-box;
}

/* 按鈕樣式 */
.btnBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btnBox.tr {
	justify-content: end;
}
.btnBox > div {
	margin: 7px;
}
.btnBox a {
	text-decoration: none;
	display: block;
}
.btnBox button {
	cursor: pointer;
}
.btnBox a,
.btnBox button {
	color: #fff;
	background-color: #ccdcff;
	border: 1px solid #ccdcff;
	font-size: 0.9375em;
	padding: 0.6835em 0.75em;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btnBox a:hover,
.btnBox a:focus,
.btnBox a.active,
.btnBox button:hover,
.btnBox a:focus,
.btnBox button:focus {
	background-color: #956600;
	border-color: #956600;
	box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
}
.btnBox a > span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btnBox a > span::before,
.btnBox button::before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../images/icon_event_btn.png) no-repeat;
	margin-right: 0.25em;
	vertical-align: sub;
}
.btnBox .del a,
.btnBox .edit a {
	color: #555;
	background-color: #fff;
	border-color: #e0e0e0;
}
.btnBox .del a:hover,
.btnBox .del a:focus,
.btnBox .edit a:hover,
.btnBox .edit a:focus {
	background-color: #956600;
	border-color: #956600;
	color: #fff;
}
.btnBox .del a:hover > span::before,
.btnBox .del a:focus > span::before,
.btnBox .edit a:hover > span::before,
.btnBox .edit a:focus > span::before {
	filter: saturate(0) contrast(100) invert(1);
}
.btnBox .del a > span::before {
	background-position: 0 -22px;
}
.btnBox .edit a > span::before {
	background-position: 0 -44px;
}
.btnBox .sign button::before {
	background-position: 0 -66px;
}
.btnBox .reset button::before {
	background-position: 0 -88px;
}
.btnBox .submit button::before {
	background-position: 0 -110px;
}
a.btn_style {
	text-decoration: none;
	color: #fff;
	background-color: #0071b2;
	padding: 6px 12px;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btn_style.gray_btn {
	background-color: #555;
}
a.btn_style:hover,
a.btn_style:focus {
	background-color: #fdc147;
	color: #004097;
}
.btnBox.for_research {
	margin-bottom: 20px;
	text-align: center;
}
.btnBox.for_research a,
.btnBox.for_research button {
	font-size: 1em;
	letter-spacing: 0.2em;
}
.btnBox + article {
	margin-top: 20px;
}

/* 搜尋結果 */
.SearchResult {
	margin-top: 10px;
	margin-bottom: 30px;
}
.SearchResult .header {
	padding: 20px 25px;
}
.SearchResult .header .title {
	display: inline-block;
	line-height: 2em;
	position: relative;
}
.SearchResult .header .title::after {
	content: "：";
}
.SearchResult .header .tags {
	display: inline-block;
	line-height: 2em;
}
.SearchResult .header .tags span {
	display: inline-block;
	background-color: #0069e8;
	padding: 0 8px;
	margin: 0 2px 10px;
	color: #fff;
}
.SearchResult .header .total {
	display: inline-block;
	margin-top: 10px;
	line-height: 2em;
}
.SearchResult .header .total span {
	color: #3a597b;
	font-weight: 400;
}

.results_list {
	border-top: 1px solid #e7e7e7;
}
.results_list .item {
	padding: 25px 0;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
.results_list .title a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 400;
}
.results_list .title a:hover,
.results_list .title a:focus {
	color: #0073ff;
}
.results_list .title span {
	color: #0069e8;
}
.results_list .date {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 1.75em;
	padding: 5px 5px 5px 0;
}
.results_list .desc {
	line-height: 1.75em;
	color: #555;
}
.results_list .desc span {
	color: #0069e8;
	padding: 0 2px;
}

/* 網站導覽 */
.siteMap {
	background-color: #fff;
	box-shadow: #00000033 0 0 3px;
	margin-bottom: 30px;
	padding: 0;
}
.sitemap_instr {
	margin-top: 20px;
	padding: 30px 50px;
}
.sitemap_instr .intro {
	line-height: 1.5em;
}
.sitemap_instr dl {
	margin-bottom: 20px;
}
.sitemap_instr dt {
	font-size: 1.25em;
	font-weight: 500;
	color: #0069e8;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.sitemap_instr dd {
	font-weight: 400;
	line-height: 1.5em;
	margin-left: 2.75em;
	padding: 0 0 10px 0;
	position: relative;
}
.sitemap_instr dd::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: -3px;
	position: absolute;
	top: 0.75em;
	left: -12px;
}

.sitemap_instr ul {
	margin-left: 1.1em;
	padding: 5px 0 5px 0;
}
.sitemap_instr ul li {
	position: relative;
}
.sitemap_instr ul li::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: -3px;
	position: absolute;
	top: 0.75em;
	left: -12px;
}
.sitemap_instr strong {
	color: #555;
}

ol.sitemap_list {
	list-style-type: decimal;
}
ul.sitemap_list {
	list-style-type: disc;
}
.sitemap_list ul {
	list-style-type: disc;
}
.sitemap_list li strong {
	font-size: 1.125em;
	color: #0073ff;
}
.sitemap_title {
	background: #0069e8;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
	padding: 12px 20px;
}
/* sitemap tree */
.sitemap_tree {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
ol.sitemap_tree {
	padding: 50px;
}
.sitemap_tree li {
	list-style: none;
}
.sitemap_tree li.home {
	border: 2px solid #0069e8;
	text-align: center;
	padding: 12px 0;
}
.sitemap_tree li.home a {
	border: 0;
	line-height: 150%;
	font-size: 1.125em;
	font-weight: 500;
	color: #0069e8;
	letter-spacing: 0.05em;
}
.sitemap_tree li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sitemap_tree li a {
	display: inline-block;
	text-decoration: none;
}
.sitemap_tree li a:hover,
.sitemap_tree li a:focus {
	text-decoration: underline;
}
.sitemap_tree > li li {
	line-height: 130%;
}
.sitemap_tree > li > ol > li a {
	padding: 0;
}
/* 第1層 */
.sitemap_tree > li {
	border-bottom: 1px dashed #ccc;
	font-size: 1.25rem;
	color: #8fbef7;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
}
.sitemap_tree > li:last-child {
	border-bottom: none;
}
.sitemap_tree > li > a {
	color: #0069e8;
	padding: 10px 0;
}
/* 第2層 */
.sitemap_tree > li > ol > li {
	font-size: 1rem;
	color: #000;
	line-height: 1.5em;
	padding-left: 14px;
}
.sitemap_tree > li > ol > li > a {
	color: #555;
}
/* 第3層 */
.sitemap_tree > li > ol > li > ol {
	margin-left: 30px;
}
.sitemap_tree > li > ol > li > ol > li {
	font-size: 0.9375rem;
	color: #555;
	line-height: 1.5em;
}
.sitemap_tree > li > ol > li > ol > li > a {
	color: #555;
}
/* 第4層 */
.sitemap_tree > li > ol > li > ol > li > ol {
	margin-left: 37px;
}
.sitemap_tree > li > ol > li > ol > li > ol > li {
	font-size: 0.875rem;
	color: #555;
	line-height: 1.5em;
}
.sitemap_tree > li > ol > li > ol > li > ol > li a {
	color: #555;
}
/* 第5層 */
.sitemap_tree > li > ol > li > ol > li > ol > li > ol {
	margin-left: 48px;
}
.sitemap_tree > li > ol > li > ol > li > ol > li > ol > li {
	font-size: 0.875rem;
	color: #555;
	line-height: 1.5em;
}
.sitemap_tree > li > ol > li > ol > li > ol > li > ol > li a {
	color: #555;
}

@media screen and (max-width: 999px) {
	.cont_inner {
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.cont_inner {
		padding: 30px 15px;
	}
}
@media screen and (max-width: 360px) {
	.sitemap_tree > li > ol > li > ol {
		margin-left: 15px;
	}
	.sitemap_tree > li > ol > li > ol > li > ol {
		margin-left: 15px;
	}
	.sitemap_tree > li > ol > li > ol > li > ol > li > ol {
		margin-left: 15px;
	}
}

/* 雜湊值驗證 */
h2.articleTitle {
	line-height: 1.25em;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	color: #0069e8;
	margin-bottom: 0.5em;
}
.file_value_wrap {
	max-width: 1290px;
	background-color: #fff !important;
	margin: auto;
}
.file_value_wrap header {
	padding: 15px 0;
}
.file_value_wrap .logo {
	width: 300px;
	max-width: 100%;
	margin-bottom: 1em;
}
.file_value_wrap .editable_content p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.file_value_wrap .ListTable {
	background-color: #fff;
	box-shadow: #00000033 0 0 3px;
	margin-top: 30px;
}
.file_value_wrap table th {
	font-weight: 400;
	color: #0069e8;
	padding: 20px;
}
.file_value_wrap table td.no {
	color: #555;
}

/* 問券調查 */
/* 列表 */
div.Questionnaire {
	margin-top: 40px;
	padding: 0;
}
table.questionnaire_list tr:hover {
	background-color: #faedd4;
}
table.questionnaire_list tr:first-child {
	background-color: transparent;
}
table.questionnaire_list th {
	padding-bottom: 10px;
}
table.questionnaire_list th,
table.questionnaire_list td {
	font-weight: 300;
	box-sizing: border-box;
}
table.questionnaire_list td {
	padding: 15px;
}
table.questionnaire_list td a {
	text-decoration: none;
}
table.questionnaire_list td:nth-child(2) {
	font-size: 1.025rem;
	font-weight: 400;
	text-align: left;
}
table.questionnaire_list td:nth-child(2) img.progress_tip {
	width: 83px;
	margin-left: 15px;
}

table.questionnaire_list th.date {
	width: 260px;
}
html.fs3 table.questionnaire_list th.date {
	width: 283px;
}
table.questionnaire_list th.title {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
table.questionnaire_list th.btn_result {
	width: 150px;
}
html.fs3 table.questionnaire_list th.btn_result {
	width: 160px;
}
table.questionnaire_list td a.btn_result {
	background-color: #0069e8;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
table.questionnaire_list td a.btn_result:hover,
table.questionnaire_list td a.btn_result:focus {
	background-color: #0073ff;
}
table.questionnaire_list td a.btn_result span {
	margin-right: 20px;
	position: relative;
}
table.questionnaire_list td a.btn_result span::before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/btn_form_search.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}
@media screen and (max-width: 1023px) {
	table.questionnaire_list td {
		padding: 0;
	}
	table.questionnaire_list td:nth-child(2) a {
		font-size: 1.125rem;
		font-weight: 700;
	}
}
@media screen and (max-width: 639px) {
	.ListTable table tr {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* 問題 */
.QUE_info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.QUE_info h3 {
	border-left: 5px solid #8fbef7;
	font-weight: 400;
	margin-bottom: 20px;
	padding-left: 10px;
}
.QUE_info .QUE_count p {
	margin-bottom: 0;
}
.QUE_info .QUE_count p span {
	margin-right: 23px;
	position: relative;
}
.QUE_info .QUE_count p span::before {
	content: "";
	width: 16px;
	height: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}
.QUE_info .QUE_count p.date span::before {
	background-image: url(../images/icon_QUE_01.svg);
}
.QUE_info .QUE_count p.people span::before {
	background-image: url(../images/icon_QUE_02.svg);
}

/* 問題 */
/* 標題 */
.QUE_item {
	margin: 30px 0;
}
.QUE_item .title {
	font-size: 1.125rem;
	color: #fff;
	line-height: 2.5;
	padding: 10px 0;
}
.QUE_item .title > span {
	background-color: #0069e8;
	padding: 10px 15px;
}
@media screen and (max-width: 1000px) {
	.QUE_item .title {
		background-color: #0069e8;
		line-height: 2;
		padding: 10px;
	}
}
/* 問題列表 */
.QUE_item ul {
	border: 1px solid #eee;
	padding: 20px;
}
.QUE_item ul li {
	padding: 10px 0;
}
.QUE_item .randomcode {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	border: 1px solid #eee;
	padding: 10px 0;
}
.QUE_item .randomcode > div {
	padding-right: 10px;
	padding-left: 10px;
}
.BtnCommon .randomcode button {
	border: none;
	border-radius: 3px;
	font-size: 1.125rem;
	color: #fff;
	letter-spacing: 1px;
	padding: 12px 20px;
	position: relative;
}

/* 結果 */
.QUE_item ul.result li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.QUE_item ul.result li > p {
	flex: 0 0 33.3333333%;
	width: 33.3333333%;
	margin-bottom: 0;
	padding-right: 15px;
	box-sizing: border-box;
}
.QUE_item ul.result li > p span {
	margin-right: 23px;
	position: relative;
}
.QUE_item ul.result li > p span::before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_QUE_list.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}

.QUE_item ul.result li .progress {
	display: flex;
	justify-content: end;
	align-items: center;
	flex: 0 0 66.666666%;
	width: 66.666666%;
	padding-left: 15px;
	box-sizing: border-box;
}
.QUE_item ul.result li .progress .progress_bar {
	width: 70%;
	flex: 0 0 70%;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 100px;
	box-shadow: #00000011 0 3px 2px inset;
	background: #ccc;
}
.QUE_item ul.result li .progress .progress_bar .bar {
	height: 20px;
	background: #f90;
	border-radius: 100px;
	box-shadow: #00000033 0 0 3px inset;
}
.QUE_item ul.result li .progress > p {
	width: 120px;
	flex: 0 0 120px;
	margin-bottom: 0;
	padding-left: 30px;
}
.QUE_item ul.result li .progress.PROone {
	color: #da0000;
}
.QUE_item ul.result li .progress.PROone .progress_bar .bar {
	background: #da0000;
}

@media screen and (max-width: 950px) {
	.QUE_item ul.result li > p {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 15px;
	}
	.QUE_item ul.result li .progress {
		flex: 0 0 100%;
		width: 100%;
		justify-content: flex-start;
		padding-left: 0;
	}
	.QUE_item ul.result li .progress .progress_bar {
		flex: 0 0 80%;
		width: 80%;
	}
}
@media screen and (max-width: 850px) {
	.QUE_item ul.result li .progress .progress_bar {
		flex: 0 0 75%;
		width: 75%;
	}
}
@media screen and (max-width: 850px) {
	.QUE_item ul.result li .progress {
		flex-direction: column;
		align-items: flex-start;
	}
	.QUE_item ul.result li .progress .progress_bar {
		flex: 0 0 100%;
		width: 100%;
	}
	.QUE_item ul.result li .progress > p {
		flex: 0 0 100%;
		width: 100%;
		padding-left: 0;
	}
}
/* youtube */
.YouTube_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
	margin-right: -10px;
	margin-left: -10px;
}
.YouTube_list .item {
	flex: 0 0 25%;
	width: 25%;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 991px) {
	.YouTube_list .item {
		flex: 0 0 33.333333%;
		width: 33.333333%;
	}
}
@media screen and (max-width: 667px) {
	.YouTube_list .item {
		flex: 0 0 50%;
		width: 50%;
	}
}
@media screen and (max-width: 349px) {
	.YouTube_list .item {
		flex: 0 0 100%;
		width: 100%;
	}
}
.YouTube_list .item div .imgBox {
	border: 2px solid #8fbef7;
	position: relative;
	overflow: hidden;
}
.YouTube_list .item div .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 70.5275%;
}
.YouTube_list .item div .cont {
	padding: 5px 10px;
}
/* hover action */
.YouTube_list .item a {
	text-decoration: none;
	color:#333;
	display:block;
}
.YouTube_list .item a:hover,
.YouTube_list .item a:focus {
	color: #0069e8;
}
.YouTube_list .item a:hover > div,
.YouTube_list .item a:focus > div {
	transform: translateY(-5px);
	transition: all 0.3s ease;
}
.YouTube_list .item a:hover .imgBox,
.YouTube_list .item a:focus .imgBox {
	border: 2px solid #0073ff;
}
.YouTube_list .item a:hover .img,
.YouTube_list .item a:focus .img {
	transform: scale(1.05);
	transition: all 0.3s ease;
}

/* RWD */
/* width_narrow */
@media screen and (max-width: 768px) {
	#Center {
		padding-right: 8px;
		padding-left: 8px;
	}
	#Content {
		padding-bottom: 1em;
	}
	.pageRow > div > div {
		padding: 30px 15px;
	}
	/* 標題 */
	.item_title h3 {
		font-weight: bold;
		font-size: 1.25em;
	}
	#MainBar {
		padding-top: 12px;
	}

	/* 麵包列 */
	#Breadcrumbs {
		display: none;
	}

	/* 工具列 */
	.ToolBar a.return,
	.ToolBar a.print {
		display: none;
	}
	.ToolBar .colm_left {
		flex: 0 auto;
		width: 100%;
	}
	.ToolBar .colm_right {
		flex: 1;
		justify-content: space-between;
	}
	.ToolBar .colm_right dt {
		display: none;
	}
	.ToolBar dl.share {
		padding-left: 12px;
	}

	/* 列表搜尋 */
	.ListSearch,
	.ListSearch .item {
		flex-direction: column;
		align-items: flex-start;
	}
	.ListSearch .item {
		flex: 0 auto;
		width: 100%;
		margin-right: 0;
	}
	.ListSearch .item > div {
		width: 100%;
	}
	.ListSearch.FormElmt input[type="text"] {
		width: 100%;
		max-width: 200px;
	}

	/* 頁碼 */
	#Pagination {
		margin-bottom: 10px;
	}
	#Pagination a {
		display: none;
	}
	#Pagination a.focuz {
		display: block;
	}
	#Pagination a.prev,
	#Pagination a.next,
	#Pagination .current {
		display: inline-block;
		margin: 0 5px;
	}
	#Pagination .setting {
		display: none;
	}
	.inPagination {
		font-size: 0.875em;
	}

	/* 文章列表 */
	.article_tag .title {
		float: none;
	}

	/* 文字列表 */
	.ListTable table,
	.ListTable tbody,
	.ListTable tr,
	.ListTable th,
	.ListTable td {
		display: block;
	}
	.ListTable tr:first-child {
		position: absolute;
		left: -10000px;
		top: -10000px;
	}
	.col_right.cat_searchR .ListTable tr:first-child {
		position: inherit;
	}
	.ListTable tr {
		border-bottom: 1px solid #e7e7e7;
	}

	.ListTable td {
		margin: 8px 0;
		text-align: left;
	}
	.ListTable td.no {
		background-color: #e1eef8;
		display: inline-block;
		margin: -10px 0 0 0;
		padding: 2px 8px;
	}
	.ListTable td:before {
		font-weight: bold;
		content: attr(data-th) "：";
	}
	.ListTable td.no:before,
	.ListTable td.title:before,
	.ListTable td.date:before,
	.ListTable td.link:before {
		display: none;
	}

	/* 圖文列表 */
	/* 639px~480px時 一律以圖上文下雙欄顯示,479以下時，一律以圖上文下單欄顯示 */
	.ListPicText > div {
		margin-left: -10px;
		margin-right: -10px;
	}
	.ListPicText .item {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 40px;
	}
	.ListPicText .title a {
		font-size: 1.25rem;
	}
	.ListPicText .date {
		font-size: 0.875rem;
		display: block;
	}
	.ListPicText .tag + .date {
		margin-left: 0;
	}
	.ListPicText .desc {
		font-size: 1rem;
		max-height: 8em;
		-webkit-line-clamp: 4;
	}
	.ListPicText.list-view .imgBox {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.ListPicText .item > div {
		max-width: 500px;
	}
	.ListPicText .btn a {
		font-size: 1em;
	}

	@media screen and (max-width: 479px) {
		.ListPicText .cont {
			padding: 15px 20px 20px;
		}
		.ListPicText .item {
			width: 100%;
			max-width: 400px;
			margin-left: auto;
			margin-right: auto;
		}
	}
	@media screen and (min-width: 480px) {
		.ListPicText .cont {
			padding: 15px;
		}
		.ListPicText .item {
			width: 50%;
		}
	}
	.que_item ul.result li {
		flex-direction: column;
	}
}

/* width_wide */
@media screen and (min-width: 640px) and (max-width: 1023px) {
	#Content {
		padding-bottom: 2em;
	}

	/* 標題 */
	.item_title h3 {
		font-weight: bold;
		font-size: 1.375em;
	}
	#MainBar {
		padding-top: 15px;
	}

	/* 麵包列 */
	#Breadcrumbs {
		display: none;
	}

	/* 工具列 */
	.ToolBar a.return,
	.ToolBar a.print {
		display: none;
	}
	.ToolBar .colm_right {
		flex: 1;
		justify-content: space-between;
	}
	.ToolBar .colm_right dt {
		display: none;
	}
	.ToolBar dl.share {
		padding-left: 12px;
	}

	/* 頁碼 */
	#Pagination {
		margin-bottom: 20px;
	}
	#Pagination a {
		display: none;
	}
	#Pagination a.focuz {
		display: block;
	}
	#Pagination a.first,
	#Pagination a.prev,
	#Pagination a.next,
	#Pagination a.last,
	#Pagination .current {
		display: inline-block;
		margin: 0 5px;
	}
	#Pagination .setting {
		display: none;
	}

	/* 文字列表 */
	.ListTable table,
	.ListTable tbody,
	.ListTable tr,
	.ListTable th,
	.ListTable td {
		display: block;
	}
	.ListTable tr:first-child {
		position: absolute;
		left: -10000px;
		top: -10000px;
	}
	.ListTable tr {
		padding: 10px 15px;
		border-bottom: 1px solid #e7e7e7;
	}

	.ListTable td {
		margin: 8px 0;
		text-align: left;
	}
	.ListTable td.no {
		background-color: #e1eef8;
		display: inline-block;
		margin: -10px 0 0 -15px;
		padding: 2px 8px;
	}
	.ListTable td:before {
		font-weight: bold;
		content: attr(data-th) "：";
	}
	.ListTable td.no:before,
	.ListTable td.title:before,
	.ListTable td.date:before,
	.ListTable td.link:before {
		display: none;
	}

	/* 圖文列表 */
	.ListPicText > div {
		margin-left: -15px;
		margin-right: -15px;
	}
	.ListPicText .item {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 35px;
	}

	/* 圖文列表 - list-view */
	.ListPicText.list-view .item > div {
		padding: 15px;
	}
	.ListPicText.list-view .imgBox {
		float: left;
		width: 360px;
		max-width: 48%;
		padding-right: 15px;
	}
	.ListPicText.list-view .btn {
		text-align: right;
	}

	/* 圖左文右交錯 */
	.ListPicText.list-view.single.staggered .item:nth-child(2n + 2) .imgBox {
		float: right;
		padding-right: 0;
		padding-left: 15px;
	}

	/* 圖上文下 - grid-view */
	.ListPicText.grid-view .cont {
		padding: 15px;
	}
}

@media screen and (max-width: 850px) {
	.pageRow {
		margin-right: 0;
		margin-left: 0;
	}
	.pageRow > div {
		padding-right: 0;
		padding-left: 0;
	}
	.search_advL ul.search_guide {
		justify-content: flex-start;
		margin-right: 0;
		margin-left: 0;
	}
	.search_advL ul.search_guide li {
		flex: 0 0 33.333333%;
		width: 33.333333%;
	}
}
@media screen and (max-width: 640px) {
	.search_advL ul.search_guide li {
		flex: 0 0 100%;
		width: 100%;
	}
}

@media screen and (min-width: 640px) and (max-width: 799px) {
	.ListPicText .title a {
		font-size: 1.25rem;
	}
	.ListPicText .desc {
		font-size: 1em;
	}

	/* list-view 一律以單欄顯示 */
	.ListPicText.list-view .title a {
		max-height: 4.5em;
		-webkit-line-clamp: 3;
	}

	/* grid-view 一律以兩欄顯示 */
	.ListPicText.grid-view .item {
		width: 50%;
	}
	.ListPicText.grid-view .title a {
		max-height: 4.5em;
		-webkit-line-clamp: 3;
	}
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
	.ListPicText .title a {
		font-size: 1.25rem;
	}
	.ListPicText .desc {
		font-size: 1em;
	}

	/* list-view 一律以單欄顯示 */
	.ListPicText.list-view .title a {
		max-height: 3em;
		-webkit-line-clamp: 2;
	}

	/* grid-view 一律以三欄顯示 */
	.ListPicText.grid-view .item {
		width: 33.3333%;
	}
	.ListPicText.grid-view .title a {
		max-height: 6em;
		-webkit-line-clamp: 4;
	}
}
@media screen and (max-width: 1023px) {
	/* 停電公告 */
	table.bulletin caption,
	table.bulletin th.time,
	table.bulletin td.time,
	table.bulletin th.note,
	table.bulletin td.note {
		width: 100%;
	}
	table.bulletin caption {
		display: block;
	}
}

/* width_desktop */
@media screen and (min-width: 1024px) {
	#Center {
		min-height: 645px;
	}

	/* 工具列 */
	.ToolBar {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.ToolBar .colm_right dt {
		padding-left: 12px;
	}
	.ToolBar dl.font_size + dl.share {
		margin-left: 5px;
	}
	.ToolBar .colm_left + .colm_right {
		margin-left: 5px;
	}

	/* 頁碼 */
	#Pagination .current {
		display: none;
	}
	.ListTable + #Pagination {
		padding-top: 20px;
	}

	/* 文章標籤 */
	.article_tag + .post_info {
		margin-top: -42px;
	}
	.post_info ~ .article_tag {
		padding-right: 390px;
	}

	/* 文字列表 */
	/* .ListTable {padding: 35px 50px;} */
	.ListTable td {
		padding: 25px 15px;
	}
	.ListTable tr {
		border-bottom: 1px solid #e7e7e7;
	}
	.ListTable tr:last-child {
		border-bottom: none;
	}

	.ListTable td.date {
		width: 7em;
	}
	.ListTable td.title,
	.ListTable td.link,
	.ListTable td.tl {
		text-align: left;
	}
	.ListTable td.title.with_arrow {
		padding-left: 3em;
	}
	.ListTable td.title.with_arrow::before {
		left: 12px;
	}
	.ListTable td.title.with_arrow:hover::before {
		left: 22px;
	}
	.ListTable td.download ul {
		justify-content: center;
	}
	.ListTable td.title span {
		margin-right: 26px;
		position: relative;
	}
	.ListTable td.title span::before {
		content: "";
		width: 16px;
		height: 16px;
		background-image: url(../images/icon_circle.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		position: absolute;
		top: 4px;
		left: 0;
	}

	/* 圖文列表 */
	.ListPicText {
		margin-top: 20px;
	}
	.ListPicText > div {
		margin-left: -15px;
		margin-right: -15px;
	}
	.ListPicText .item {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 35px;
	}

	/* 圖文列表 - list-view */
	.ListPicText.list-view .btn {
		text-align: right;
	}

	/* 圖文列表 - 單欄 */
	.ListPicText.list-view.single.staggered .item:nth-child(2n + 2) .imgBox {
		float: right;
	}
	.ListPicText.single .imgBox {
		padding: 20px;
	}
	.ListPicText.grid-view.single .imgBox {
		padding: 0;
	}
	.ListPicText.single .cont {
		padding: 20px;
	}
	.ListPicText.single .title {
		font-size: 1.25rem;
	}
	.ListPicText.single .desc {
		font-size: 1rem;
	}

	/* 圖文列表 - 兩欄 */
	.ListPicText.bisection .item {
		width: 50%;
	}
	.ListPicText.bisection .cont {
		padding: 20px;
	}
	.ListPicText.bisection .title {
		font-size: 1.25rem;
	}
	.ListPicText.bisection .desc {
		font-size: 0.9375rem;
	}
	.ListPicText.list-view.bisection .imgBox {
		padding: 20px;
	}
	.ListPicText.list-view.bisection .cont {
		padding: 20px;
	}

	/* 圖文列表 - 三欄 */
	.ListPicText.trisection .item {
		width: 33.3333%;
	}
	.ListPicText.trisection .cont {
		padding: 20px;
	}
	.ListPicText.trisection .title {
		font-size: 1.25rem;
	}
	.ListPicText.trisection .desc {
		font-size: 1em;
	}
	.ListPicText.list-view.trisection .imgBox {
		padding: 15px;
	}
	.ListPicText.list-view.trisection .cont {
		padding: 15px;
	}
	.ListPicText.list-view.trisection .desc {
		font-size: 0.875em;
	}

	/* 圖文列表 - 四欄 */
	.ListPicText.quarters .item {
		width: 25%;
	}
	.ListPicText.quarters .cont {
		padding: 12px 3px;
	}
	.ListPicText.quarters .date {
		padding: 0 15px;
	}
	.ListPicText.quarters .title {
		font-size: 1.125rem;
	}
	.ListPicText.quarters .desc {
		font-size: 0.875rem;
	}
	.ListPicText.list-view.quarters .imgBox {
		padding: 15px;
	}
	.ListPicText.list-view.quarters .cont {
		padding: 15px;
	}

	/* 圖文列表 - hover效果 */
	.ListPicText .item > div,
	.ListPicText .title a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.ListPicText .item:hover > div {
		transform: translateY(-5px);
		-moz-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
	}
	.ListPicText.grid-view .img {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.ListPicText.grid-view .item:hover .imgBox .img {
		transform: scale(1.05);
	}
}

/* orther */
@media screen and (max-width: 991px) {
	.power_bulletin .bulletin ul.bulletinDate li {
		flex: 0 0 20%;
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	.power_bulletin .bulletin ul.bulletinDate li {
		flex: 0 0 25%;
		width: 25%;
	}
}
@media screen and (max-width: 639px) {
	.power_bulletin .bulletin ul.bulletinDate li {
		flex: 0 0 50%;
		width: 50%;
	}
}
/* page row */
@media screen and (max-width: 1279px) {
	.pageRow .col_left {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pageRow .col_right {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.cat_search {
		flex-direction: row;
	}
	.cat_search .col_left {
		flex: 0 0 22.91666666666666%;
		width: 22.91666666666666%;
		max-width: 22.91666666666666%;
	}
	.cat_search .col_right {
		flex: 0 0 77.08333333333334%;
		width: 77.08333333333334%;
		max-width: 77.08333333333334%;
	}
	ul.service_links {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	ul.service_links li {
		flex: 0 0 auto;
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 875px) {
	.que_item ul.result li {
		flex-direction: column;
	}
	.que_item ul.result li > p,
	.que_item ul.result li .progress {
		flex: 0 0 100%;
		width: 100%;
	}
	.cat_search {
		flex-direction: column;
	}
	.cat_search .col_left {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.cat_search .col_right {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 848px) {
	ul.service_links li {
		flex: 0 0 25%;
		width: 25%;
		box-sizing: border-box;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	ul.service_links li {
		flex: 0 0 50%;
		width: 50%;
		box-sizing: border-box;
		padding: 0;
	}
}
@media screen and (max-width: 600px) {
	.que_item .title > span {
		line-height: 2.45;
	}
	.que_item ul.result li .progress {
		flex-direction: column;
	}
	.que_item ul.result li .progress .progress_bar {
		width: 100%;
	}
	.que_item ul.result li .progress > p {
		flex: 0 0 auto;
		width: auto;
	}
}
@media screen and (max-width: 450px) {
	ul.service_links li {
		flex: 0 0 100%;
		width: 100%;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ToolBar {
		padding-right: 15px;
		padding-left: 15px;
	}
	.pageRow {
		margin-right: 0;
		margin-left: 0;
	}
	table.questionnaire_list td:nth-child(2) img.progress_tip {
		height: 30px;
	}
}
#KeyVisual li {
	width: 100%;
	opacity: 1;
}
#KeyVisual li img {
	width: 100%;
}
