<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*body .menu li:nth-child(6) ul {
    display: block !important;
}*/
html, body {
}

body {
	letter-spacing: 1px;
	padding: 0 !important;
	font-size: 1em;
	color: #4a4949 !important;
	font-family: "微軟正黑體" !important;
	position: relative;
}

body a {
	transition: all 200ms ease-out;
	color: #337ab7;
}

body a:focus {
    outline: 3px #f00 dotted;
}

body .bg {
	background-image: url(../images/all/bg_pattern.png);
	background-repeat: no-repeat;
	background-position: center top;
}

@media print {
	a[href]:after {
		content: none !important;
	}
}

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

body h2 {
	margin: 0;
}

label {
	margin: 0;
	font-weight: normal;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a.accesskey {
	position: absolute;
}

body.home .content.small {
	font-size: 95%;
}

body.home .content.medium {
	font-size: 100%
}

body.home .content.large {
	font-size: 105%
}

body .into a {
	color: rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	z-index: 999;
}

body .into a:focus {
    color: #000;
}

body .center {
	max-width: 1200px;
	position: relative;
	margin: auto;
	padding: 0 15px;
	width: 100%;
}
/*首頁banner*/
body .center .area01_box {
	padding: 5px;
	margin: 15px 0;
}
/*首頁banner*/
/*條列式訊息*/
body.in .area.news_list li a {
	display: block;
	border-radius: 100px;
	text-align: left;
	text-decoration: none;
	padding: 20px 35px;
}

body.in .area.news_list li a:hover {
	background-color: #fff !important;
}

body.in .area.news_list li .date {
	float: left;
	margin-right: 20px;
	color: #d24835;
	font-weight: bold;
	letter-spacing: 0;
}

body.in .area.news_list li .txt_title {
	color: #555;
	text-decoration: none;
}

body.in .area.news_list li:nth-child(2n+2) a {
	background-color: rgba(210, 179, 53, 0.15);
}
/*條列式訊息end*/
body .container {
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
	background-image: url(../images/all/container_bg.jpg);
}

body .container .wave {
	background-image: url(../images/all/wave.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 55px 0 0 0;
}

body.home .container {
	margin-top: 70px;
}

body.home .container .center {
}

body.home .content {
	padding: 0 0 35px 0;
}

body.home .left_menu a.accesskey {
	left: 0;
}

body.home .container .row {
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: -95px;
}

body .container .row {
}

body.in .container .row {
	margin: 0;
}
/*-------左邊滑動選單------------*/
body .fast_menu button#showBottom, body .cbp-spmenu-bottom {
	display: none;
}

body .fast_menu .cbp-spmenu-left {
	left: 0;
	width: 45px;
	height: auto;
	background: transparent;
	margin-top: 15%;
}

body .fast_menu .cbp-spmenu-left a {
	padding: 0;
	border: none;
}

body .fast_menu .cbp-spmenu-left a.top-click {
	display: none;
}

body .fast_menu .cbp-spmenu-left img {
	width: 100%;
}

body .fast_menu .cbp-spmenu-left a:hover {
	padding: 1px;
	background-color: #fff;
}
/*-------左邊滑動選單-end-----------*/
/*-------TOP----------*/

body .top h1 {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 10px;
}

body .top .p400 {
    position: absolute;
    left: 385px;
    top: 32px;
    border: 1px #e5dfd4 solid;
}

body .top h1 img {
	width: 100%;
	max-width: 370px;
}

body .top {
	position: relative;
	height: 200px;
	z-index: 9;
	top: 0;
	background-position: top center;
	background-image: url(../images/all/top_bg.jpg);
}

body.home .top {
}

body .top.smaller {
	position: fixed;
	width: 100%;
}

body .top .toplink, body .top .top_search {
	position: absolute;
}

body .top .toplink {
	top: 0;
	right: 10px;
	padding: 4px 10px 5px 20px;
}

body .top .top_search {
	right: 30px;
	top: 45px;
	width: 440px;
}

body .top .top_search input {
	border: 0;
	padding: 5px 5px 5px 34px;
	width: 370px;
	background-image: url(../images/all/icon_search.png);
	background-repeat: no-repeat;
	background-position: 9px 6px;
	background-color: #ffffff;
	border-radius: 50px;
}

body .top .top_search input:focus {
	background-color: #fbe36b;
}

body .top .top_search input[type=button] {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ca7213;
	width: auto;
	position: absolute;
	right: 0;
	background-image: none;
	top: 0;
	float: right;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
}

body .top .ad_search input[type=submit], body .top .top_search .adv a {
	color: #ca7213;
	position: absolute;
	width: auto;
	padding: 0;
	right: 0;
	top: 40px;
	background-image: none;
	background-color: transparent;
	border: none;
	font-size: 95%;
	text-decoration: underline;
}

body .top .top_search .ad_search .hot {
	position: relative;
	top: 9px;
	color: #458eda;
	font-size: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 55px 0 0;
	letter-spacing: 0;
	left: 5px;
}

body .top .top_search .ad_search .hot a {
	color: #2f77b9;
}

body .top .top_search .ad_search .hot span {
	color: #000000;
}

body .top .top_search input[type=submit]:hover, body .top .top_search .adv a:hover {
	color: #d09d2c;
}

body .top .top_search input[type=button]:hover {
	background-color: #3a3c6e;
}

body .top .top_search p {
	color: #fff;
	position: absolute;
	left: 0;
	top: 2px;
}

body .top .toplink a, body .top .toplink {
	color: #000;
	font: inherit;
	font-size: 95%;
}

body .top .toplink a {
	padding: 0 5px;
	letter-spacing: 0;
	white-space: nowrap;
}

body .top .toplink a.newtaipei {
	padding: 0 40px;
}

body .top .toplink a.accesskey {
	top: 3px;
	position: absolute;
	width: auto;
	left: 0px;
}
/*-----選單----*/

body .menu {
	position: relative;
	z-index: 999;
	padding: 0;
	margin-top: -42px;
}

body .menu-container .menu {
	border: none;
	margin: 0 0 -5px 0;
}

body .menu.smaller .menu-container .menu {
	margin-top: 0;
	top: 48px;
}

body.home .menu.smaller .menu-container .menu {
	top: 50px;
}

body.home .menu {
	/* border-top: 2px #dedede solid; */
	margin-top: -40px;
}

body.home .menu-container .menu {
	border-top: none;
}

body .menu.center {
}

body .center.menu a.accesskey {
	position: absolute !important;
	width: auto;
}

body .menu.smaller {
	top: 0;
	height: 90px;
	margin-top: 0;
	position: fixed;
	width: 100%;
	max-width: inherit;
	bottom: inherit;
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,0.10);
	box-shadow: 0 0px 10px rgba(0,0,0,0.10);
	z-index: 999;
	background-image: url(../images/all/top_bg.jpg);
	background-position: top;
}

body .menu.smaller .menu-container {
}
/*------跑馬燈--------*/
body .run {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ab262e+0,ec7704+100 */
	-moz-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.30980392156862746);
	-webkit-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.30980392156862746);
	box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.30980392156862746);
	background: rgb(171,38,46);
 /* Old browsers */
	background: -moz-linear-gradient(left, rgba(171,38,46,1) 0%, rgba(236,119,4,1) 100%);
 /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(171,38,46,1) 0%,rgba(236,119,4,1) 100%);
 /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(171,38,46,1) 0%,rgba(236,119,4,1) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab262e', endColorstr='#ec7704',GradientType=1 );
 /* IE6-9 */
}

body .marquee_box {
	font-size: 115%;
	padding: 40px 10px 17px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1150px;
}

body .marquee_box .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 66px;
}

body .marquee_box .bg, body .marquee_box .marquee {
	font-size: 100%;
	margin: -27px 5px 5px 5px;
}

body .marquee_box .marquee div {
	max-width: 1000px;
	margin: auto;
	height: 22px;
}

body .marquee_box .marquee .js-marquee a {
	color: #f3dfcd;
	font-size: 105%;
	white-space: nowrap;
}

body .marquee_box .marquee .js-marquee a:hover {
	text-decoration: underline;
	color: #ffffff;
}
/*------------banner-------------*/
body .shadow {
	position: absolute;
	z-index: 9;
	padding: 0 15px 0 0;
	opacity: 0.3;
}

body .shadow img {
	width: 100%;
	border-radius: 10px;
}

body .banner {
	overflow: hidden;
}

body .banner .slick-list {
}

body .banner.slider {
	margin: 0 0 0 0;
	padding: 0;
}

body .banner.slider img {
	width: 100%;
	z-index: 0;
	position: relative;
}

body .banner.slider .txt {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.57);
	bottom: 0;
	width: 100%;
	z-index: 9;
	padding: 15px;
	color: #fff;
}

body .banner.slider .txt .title {
	font-size: 130%;
}

body .banner.slider .txt p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

body .banner.slider img::before {
	content: ""
}

body .banner.slider img:before {
	content: ""
}

body .banner.slider .slick-dots {
	bottom: 10px;
	z-index: 99;
	text-align: center;
	right: 20px;
}

body .banner.slider .slick-dots li button:before {
	width: 30px;
	height: 30px;
	font-size: 100%;
}
/*--------------------天氣資訊---------------------*/
body.in .life_info .center {
	padding: 0;
}

body.in .life_info {
	padding: 5px;
	margin: 15px 0;
}

body.in .life_box {
	padding: 5px;
/* border-right: 1px #ccc solid; */
	text-align: center;
}

body.in .life_info .icon {
	float: left;
	margin: 1px 5px 0 0;
	text-align: center;
}

body.in .pm_box {
	background-color: #c0f0d6;
}

body.in .china_box {
	background-color: #95e6df;
}

body.in .calendar_box, body.in .pm_box, body.in .weather_box, body.in .china_box {
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	padding: 21px 10px;
}

body.in .calendar_box {
	background-color: #d6f5d8;
}

body.in .weather_box {
	background-color: #a5eada;
	text-align: center;
}

body.in .life_box .box {
	display: inline-block;
}

body.in .calendar_box .txt {
	position: relative;
	top: 3px;
	font-weight: bold;
}

body.in .life_info .txt {
	float: left;
}

body.in .calendar_box .txt p {
	text-align: left;
}

body.in .pm_box .num {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

body.in .pm_box p {
	font-size: 85%;
	text-align: center;
}

body.in .weather_box p {
	font-size: 85%;
	text-align: center;
}

body.in .weather_box .tem {
	font-size: 130%;
	font-weight: bold;
}

body.in .china_box .txt {
	font-size: 85%;
	padding: 3px 0;
	clear: both;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: none;
}

body.in .china_box .green,body.in .china_box .red {
	border-radius: 50px;
	color: #fff;
	padding: 0 2px 2px 2px;
	margin-right: 5px;
}

body.in .china_box .green {
	background-color: #38ad3a;
}

body.in .china_box .red {
	background-color: #c71616;
}

body.in .china_box .date {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding: 3px 0;
}
/*--------------------天氣資訊end---------------------*/
/*首頁共用*/
body.in h2 {
	background-color: #ca7213;
	display: inline-block;
	border-radius: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin: 0;
	top: -25px;
}

body.in h2::after {
	content: "";
	background-image: url(../images/index/title_dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 16px;
	height: 32px;
	position: absolute;
	top: 46px;
	left: 45%;
}
/*icon_box*/
body.in .icon_box ul,body.in .area ul {
	height: 370px;
}

body.in .area ul {
	height: auto;
}

body.in .icon_box {
	padding: 20px 15px;
	text-align: center;
}

body.in .icon_box:nth-child(1) {
	border-right: 1px solid #c1bba0;
}

body.in .icon_box li {
	padding: 5px;
}

body.in .icon_box li a {
	display: block;
}

body.in .icon_box .more {
	clear: both;
	margin: 45px 0;
}

body.in .icon_box .more a {
	background-color: #ca7213;
	color: #fff;
	border-radius: 100px;
	font-size: 80%;
	text-decoration: none;
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
}

body.in .icon_box .more a:hover,body.in .container .area .more a:hover {
	background-color: #e4a408 !important;
}

body.in .icon_box li a:hover {
	opacity: 0.8;
	padding: 5px;
}

body.in .icon_box li img {
	width: 100%
}
/*icon_box end*/
/*首頁共用設定區塊*/
body.in .area {
	position: relative;
	text-align: center;
	margin: 45px 0;
	background-color: rgba(255, 255, 255, 0.28);
	border-radius: 30px;
	padding: 0;
}

body.in .area.news_list {
	background-color: rgba(255, 255, 255, 0.4);
}

body.in .container .area .title {
	position: relative;
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	line-height: 205px;
}

body.in .container .area .title h3 {
	font-weight: bold;
}

body.in .container .area .box {
	height: 280px;
	padding: 15px 20px 0 20px;
}

body.in .container .area .more {
	text-align: center;
    /* line-height: 250px; */
	padding: 0;
	position: relative;
	bottom: -30px;
}

body.in .container .area .more a {
	color: #ede6d4;
	border-radius: 50px;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #d2b335 !important;
}

body.in .container .area .more a:hover {
	opacity: 0.7;
}

body.in .box .slick-prev:before,body.in .box .slick-next:before {
	font-family: cursive;
	font-size: 210%;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	background-color: #555;
	padding: 5px 10px;
}

body.in .box .slick-prev, body.in .box .slick-next {
	z-index: 9;
	width: 37px;
	height: 43px;
}

body.in .box button.slick-prev.slick-arrow:focus, body.in .box button.slick-next.slick-arrow:focus {
    border: 2px #a0bff1 solid;
}

body.in .box .slick-next {
	right: 0;
}

body.in .box .slick-prev {
	left: 0;
	z-index: 9;
}

body.in .box .slick-prev:before {
	content: '&lt;';
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

body.in .box .slick-next:before {
	content: '&gt;';
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

body.in .box a {
	display: block;
	padding: 10px;
	text-decoration: none;
}

body.in .box a:hover {
	opacity: 0.7;
}

body.in .box .pic img {
	width: 100%;
    /* height: 100%; */
	margin: auto;
	max-width: 100%;
    /* max-height: 185px; */
}

body .area .deck {
	z-index: -1;
}
/*首頁共用設定區塊end*/
/*活動花絮*/
body .area .deck {
	position: absolute;
	line-height: 0;
}

body .area .deck.d01 {
	top: 60px;
	left: 29%;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}

body .area .deck.d02 {
	top: 103px;
	left: 34%;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
}

body .area .deck.d03 {
	top: 59px;
	right: 36%;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}

body .area .deck.d04 {
	top: 103px;
	right: 32%;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

body.in .albumlist .slick-slide:nth-child(2n+2) .txt {
	background-color: #c99e6f;
}

body.in .albumlist .pic {
	height: 185px;
	text-align: center;
	background-color: #ccc0ac;
	overflow: hidden;
	display: flex;
	align-items: center;
}

body.in .albumlist .txt {
	background-color: #b88752;
	text-align: center;
	color: #fff;
	min-height: 60px;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 115%;
}

/*活動花絮end*/
/*主題活動*/
body .area .deck.d05 {
	top: 41px;
	right: 30%;
}

body.in .activity .txt {
	color: rgba(255, 255, 255, 0.57);
	font-size: 100%;
    /* background-color: #e5ded4; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 145%;
	height: 85px;
	font-weight: normal;
	padding: 0 5px 5px 5px;
}

body.in .activity .txt p {
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 200%;
}
/*主題活動end*/
/*影音專區*/
body .area.video .deck.d02 {
	left: inherit;
	right: 30%;
}

body .area.video .deck.d01 {
	top: 30px;
	left: 32%;
}

body .area.video .deck.d04 {
	right: inherit;
	left: 29%;
	top: 27px;
}

body.in .area.video .deck.d03 {
	right: 28%;
	top: 110px;
}

body.in .video .item {
	padding: 10px;
}

body.in .videolist .pic {
	height: 185px;
	text-align: center;
	background-color: #ccc0ac;
	overflow: hidden;
	display: flex;
	align-items: center;
}

body.in .videolist .txt {
	background-color: #b88752;
	text-align: center;
	color: #fff;
	min-height: 60px;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 115%;
}

body.in .area.video .video-container {
	position: relative;
	/* padding-bottom: 47.25%;*/
	/*padding-top: 30px;*/
	min-height: 185px;
	overflow: hidden;
}

body.in .area.video .video-container iframe,body.in .area.video .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*影音專區end*/
/*廣告連結*/
body.in .ad {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 30px;
	margin: 55px 0 30px 0;
	float: left;
	width: 100%;
	border-radius: 17px;
}

body.in .ad.box .slick-prev:before, body.in .ad.box .slick-next:before {
	font-size: 130%;
	background-color: transparent;
	color: #555;
	top: 18%;
}

body.in .box a img {
	margin: auto;
	width: auto;
	height: 184px;
}
/*廣告連結end*/
/*下方連結*/
body.in .link {
	background-image: url(../images/index/link_bg.gif);
	background-repeat: repeat;
	background-position: center center;
	height: 64px;
}

body.in .link img {
	width: 100%;
}

body.in .link .center,body.in .link li {
	padding: 0;
}

body.in .link li a:hover {
	opacity: 0.5;
}
/*下方連結end*/
/*--------home----------------------*/
/*--------形象區------------------*/
body.home .carousel {
	height: 239px;
}

body.home .bread {
	padding: 0 10px 0 15px;
	font-size: 95%;
	letter-spacing: 0;
	margin: 0 0 0 15px;
	position: relative;
}

body.home .bread .center {
	padding: 0 40px;
}

body.home .bread a {
	color: #000;
}

body.home .bread a.accesskey {
	left: 0;
}

body.home .bread .this {
	color: #b74624;
	font-weight: bold;
}

body.home .bread i {
	font-size: 125%;
	position: relative;
	margin: 0 3px 0 0;
	top: 1px;
	color: #000;
}
/*--------右內容-------------*/

body.home .content .plus ul {
	margin: 0 0 0 10px;
	display: inline-block;
	position: relative;
}
/*-----------分享-----------*/
body.home .content .plug {
	margin: 50px 0 20px 0;
	float: right;
}

body.home .content .plug .group {
	display: inline-block;
	position: relative;
	float: left;
}

body.home .content .plug .set.group {
	margin-left: 5px;
	float: left;
}

body.home .content .plug li {
	float: left;
	font-size: 100%;
	color: #000000;
	margin-right: 3px;
	font-weight: normal;
	letter-spacing: 0;
}

body.home .content .plug li a {
	background-image: url(../images/home/icon_plug.png);
	text-indent: -9999px;
	width: 29px;
	height: 29px;
	display: block;
	border-radius: 50px;
}

body.home .content .plug .set li a {
	background-image: none;
	text-indent: 0;
	color: #fff;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
}

body.home .content .plug .set li a:hover {
	/*background-color: #dc2b75;*/
}

body.home .content .plug a:hover {
	background-position-y: 30px !important;
}

body.home .content .plug .skip a {
	background: none;
	text-indent: inherit;
	width: auto;
	height: auto;
	line-height: 40px;
}

body.home .content .plug .fb a {
	background-position-x: 0;
	background-color: #3b5998;
}

body.home .content .plug .twitter a {
	background-position-x: -30px;
	background-color: #55acee;
}

body.home .content .plug .line a {
	background-position-x: -88px;
	background-color: #4dac2c;
}

body.home .content .plug .google a {
	background-position-x: -59px;
	background-color: #db402c;
}

body.home .content .plug .print a {
	background-position: -117px 0;
	background-color: #4aacc7;
}

body.home .content .plug .l a {
	background-color: #a0a0a0;
	font-size: 120%;
}

body.home .content.large .plug .l a, body.home .content.small .plug .s a, body.home .content.medium .plug .m a {
	background-color: #dc2b75;
}

body.home .content .plug .m a {
	background-color: #a0a0a0;
}

body.home .content .plug .s a {
	background-color: #a0a0a0;
	font-size: 90%;
}

body.home .content {
	padding: 0;
	min-height: 300px;
}

body.home .content .ap {
	padding: 10px 0 0 10px;
}

body.home .content h2 {
	color: #000;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 2px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0 7px 20px;
	margin: 0 0 10px 35px;
	background-color: #e4a408;
	border-radius: 50px;
	clear: both;
	position: relative;
}
/*main*/
body.home .main.tree .list a {
	padding: 10px 15px;
	display: block;
	margin: 10px 0 0 0;
    /* text-align: center; */
	border-radius: 35px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.26);
	border-bottom: 1px rgba(144, 122, 61, 0.39) solid;
	border-right: 1px rgba(144, 122, 61, 0.39) solid;
}

body.home .main.tree .list a:hover {
	background-color: rgba(255, 255, 255, 0.47);
    /* color: #eae5dc; */
}

body.home .main.tree .list a::before {
    /* background-color: rgba(160, 134, 64, 0.19); */
}

body.home .main.tree .list a::before {
    /* background-color: rgba(64, 108, 160, 0.19); */
    /*content: "";*/
	margin-right: 5px;
}

body.home .content .detail .title {
	background-image: none;
	text-align: center;
	color: #000;
	font-size: 120%;
	font-weight: normal;
	padding: 10px 0;
}

body.home .content .detail .pic img {
	width: 100%;
}

body.home .content .detail a {
	display: block;
	text-decoration: none;
}

body.home .content .detail .area01 a:hover {
	transform: scale(0.95, 0.95);
}

body.home .content .detail .title::before {
	display: none;
}

body.home .content .area01 li a {
	display: block;
	font-size: 120%;
	color: #000;
	line-height: 50px;
	background-color: #fff;
	text-align: center;
	border: 1px #bdbdbd solid;
	box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	white-space: nowrap;
}

body.home .content .area01 li a:hover {
	background-color: #ffc427;
}

body.home .content .area01 li a span {
	margin: 0 7px 0 0;
}

body.home .content .area01 li {
	padding: 6px 5px;
}

body.home .content .detail .search_box {
	background-color: #eceade;
	border-radius: 10px;
	padding: 10px;
}

body.home .content .detail .news_list .title_bar {
	background-color: #d4461a;
	border-radius: 5px;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 120%;
	position: relative;
	height: 45px;
	line-height: 45px;
}

body.home .content .detail .news_list .list {
	padding: 0 5px;
}

body.home .content .page {
	text-align: center;
	border-top: 1px #a2a2a2 solid;
	padding: 30px 0 0 0;
}

body.home .content .note {
	text-align: right;
	color: #848484;
	padding: 10px 0;
	margin: 20px 0 0 0;
	font-size: 95%;
	clear: both;
}

body.home .content .note ul {
	float: right;
}

body.home .content .note ul li {
	float: left;
	margin-left: 10px;
	padding: 0 0 5px 0;
}

body.home .content .note span {
	color: #000;
	font-weight: bold;
}

body.home .content .page_info div {
	display: inline-block;
}

body.home .content .page_info {
	text-align: center;
}

body.home .content .page_info .red {
	color: #b90000;
	margin: 0 2px;
}

body.home .content .page ul, body.home .content .page ul li {
	display: inline-block;
}

body.home .content .page li a {
	background-color: #d2b335;
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
}

body.home .content .page li a:hover {
	background-color: #e4a408 !important;
}
/*body.home .content .page ul li:nth-child(2n+1) a:hover {
    background-color: rgba(183, 221, 232) !important;
}*/
body.home .news_list .page .buttom ul li:nth-child(2n+1) a {
	background-color: #32c6d9;
}

body.home .content .page li:nth-child(1) a {
	background-position: 10px center;
}

body.home .content .page .back a {
	text-indent: unset;
	color: #fff;
	width: auto;
	background-image: none;
	padding: 5px 10px;
	height: auto;
	text-decoration: none;
	border-radius: 50px;
}

body.home .content .page li:nth-child(2) a {
	background-position: -31px center;
}

body.home .content .page li:nth-child(3) a {
	background-position: -74px center;
}

body.home .content .page li:nth-child(4) a {
}

body.home .content .detail .list li {
	border-bottom: 1px #d4d3ce solid;
}

body.home .content .detail .news_list .list .icon {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	font-size: 110%;
	left: 14px;
	top: 12px;
}

body.home .content .detail .news_list .list .txt {
	display: inline-block;
	color: #000;
	font-size: 115%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	padding: 0 90px 0 60px;
}

body.home .content .detail .news_list .list .date {
	position: absolute;
	color: #000;
	letter-spacing: 0;
	right: 8px;
	top: 18px;
}

body.home .content .detail .news_list .list .icon.a {
	background-color: #cb003b;
}

body.home .content .detail .news_list .list .icon.b {
	background-color: #FF5722;
}

body.home .content .detail .news_list .list .icon.c {
	background-color: #dcb01c;
}

body.home .content .detail .news_list .list .icon.d {
	background-color: #7ba716;
}

body.home .content .detail .news_list .list .icon.e {
	background-color: #4da8c7;
}

body.home .content .detail .news_list .list .icon.f {
	background-color: #3b5a98;
}

body.home .content .detail .news_list .list .icon.g {
	background-color: #7b3ca7;
}

body.home .content .detail .news_list .list li a {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
}

body.home .content .detail .news_list .list li a:hover {
	background-color: rgba(255, 221, 0, 0.4);
}

body.home .content .detail .news_list .list li:nth-child(2n+2) {
	background-color: rgba(233, 226, 182, 0.3);
}

body.home .content .detail .news_list .title_bar .t2 {
	text-align: center;
}

body.home .content .detail .news_list .title_bar .t3 {
	text-align: right;
}

body.home .content .detail .search_box div {
	position: relative;
	padding: 3px 5px 3px 5px;
}

body.home .content .detail .search_box .keyin input[type=button] {
	width: 90px;
	position: absolute;
	color: #fff;
	top: 3px;
}

body.home .content .detail .search_box .keyin input[type=button]:hover {
	background-color: #000000;
}

body.home .content .detail .search_box .keyin input.ok {
	right: 95px;
	background-color: #e68f1d;
}

body.home .content .detail .search_box .keyin input.clean {
	right: 0;
	background-color: #d4461a;
}

body.home .content .detail .search_box .start, body.home .content .detail .search_box .end {
	padding: 5px 45px 5px 5px;
}

body.home .content .detail .search_box .keyin {
	padding: 3px 190px 3px 5px;
}

body.home .content .detail .search_box label {
	margin: 0;
	font-weight: normal;
	display: inherit;
}

body.home .content .detail .search_box .end a.icon {
	right: 12px;
}

body.home .content .detail .search_box a.icon {
	display: block;
	position: absolute;
	right: 0;
	top: 9px;
	color: #000;
	text-decoration: none;
}

body.home .content .detail .search_box input, body.home .content .detail .search_box select {
	width: 100%;
	font-size: 115%;
	padding: 5px;
	border-radius: 5px;
	border: none;
}

body.home .content h2::before {
	content: "●";
	position: absolute;
	left: -30px;
	color: #e4a408;
}

body.home .content .plus ul li {
	float: left;
}

body.home .content .plus ul li a {
	background-image: url(../images/home/plus.png);
	display: block;
	width: 31px;
	height: 30px;
	text-indent: -9999px;
	text-align: center;
	opacity: 1;
	margin: 0 2px;
}

body.home .content .plus ul li:nth-child(1) a {
	background-position: 0 0;
}

body.home .content .plus ul li:nth-child(2) a {
	background-position: -34px 0;
}

body.home .content .plus ul li:nth-child(3) a {
	background-position: -68px 0;
}

body.home .content .plus ul li:nth-child(4) a {
	background-position: -101px 0;
}

body.home .content .plus ul li:nth-child(5) a {
	background-position: -137px 0;
}

body.home .content .plus ul li:nth-child(6) a {
	background-position: -171px 0;
}

body.home .content .plus ul li:nth-child(7) a {
	background-position: -206px 0;
}

body.home .content .plus ul.size li:nth-child(2) a {
	background-color: #94c128;
	font-size: 150%;
}

body.home .content .plus ul.size li:nth-child(3) a {
	background-color: #28c194;
	font-size: 140%;
}

body.home .content .plus ul.size li:nth-child(4) a {
	background-color: #54b5d1;
	font-size: 120%;
}

body.home .content .plus ul li a:hover {
	opacity: 0.7;
}
/*-------內頁調整-----------*/

body #wrapper {
	border: none;
	background: transparent;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
}

body #wrapper .btn {
	left: 0;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/home/open.png);
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	top: 30px;
	z-index: 9999;
	border: 0;
	border-radius: 0px 5px 5px 0px;
}

body #wrapper.toggled .btn {
	background-image: url(../images/home/close.png);
}

body #sidebar-wrapper .side01 {
	padding: 10px 15px;
	position: relative;
}

body #sidebar-wrapper .side01 .welcome {
	position: relative;
	margin: 15px 0 10px 0;
	padding: 0 5px;
}

body #sidebar-wrapper .lmenu.set {
	background-image: url(../images/home/lmenu_bg.gif);
	border-radius: 5px;
	box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.25);
	margin: 10px 0 0 0;
}

body #sidebar-wrapper .lmenu.set .box {
	padding: 5px;
}

body #sidebar-wrapper .lmenu.set .title {
	background-image: url(../images/home/bt_bg01.png);
	display: block;
	border-radius: 5px;
	background-color: #099fd8;
	white-space: nowrap;
	padding: 12px 10px;
	margin: 3px 0 0 0;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

body #sidebar-wrapper .lmenu.set .title i {
	font-size: 120%;
}

body #sidebar-wrapper .side01 .logout a {
	display: block;
	background-image: url(../images/home/logout_icon.png);
	width: 69px;
	height: 76px;
	position: absolute;
	line-height: 72px;
	text-align: center;
	font-size: 125%;
	color: #fff;
	text-decoration: none;
	right: 0;
	top: 0;
}

body #sidebar-wrapper .side01 .logout a:hover {
	background-position: 0 76px;
}

body #sidebar-wrapper .side01 .lmenu ul li a {
	background-image: url(../images/home/bt_bg01.png);
	display: block;
	border-radius: 5px;
	background-color: #d24109;
	white-space: nowrap;
	padding: 12px 10px;
	margin: 3px 0 0 0;
	color: #f6f3d8;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px #b7b7b7 solid;
	border-radius: 5px;
}

body #sidebar-wrapper .side01 .lmenu ul li:nth-child(1) a {
	border: none;
}

body #sidebar-wrapper .side01 .lmenu.set ul li a {
	background-image: none;
	background-color: transparent;
	color: #000;
	font-size: 105%;
	font-weight: normal;
	padding: 8px 10px;
	margin: 0;
	border-radius: 0;
}

body #sidebar-wrapper .side01 .lmenu.set ul li a:hover {
	background-color: rgba(255, 255, 255, 0.42);
}

body #sidebar-wrapper .side01 .lmenu.set ul li i {
	color: #8a8a8a;
}

body #sidebar-wrapper .side01 .lmenu i {
	margin-right: 5px;
}

body #sidebar-wrapper .side01 .lmenu ul li a i {
	font-size: 120%;
	box-shadow: 0 0 black;
}

body #sidebar-wrapper .side01 .lmenu i span {
	text-indent: -9999px;
	float: left;
}

body #sidebar-wrapper .side01 .lmenu ul li a:hover {
	background-color: #ffb203;
}

body #sidebar-wrapper .side01 .welcome .name {
	font-size: 110%;
	color: #2faccb;
	padding: 0 73px 0 0;
	word-break: break-all;
}

body .fat_box {
	padding: 0;
	position: relative;
	z-index: 99;
	background-color: #ffffff;
	height: 100%;
	letter-spacing: 0;
}

body .footer_box .gotop {
	position: fixed;
	right: 5px;
	bottom: 130px;
	z-index: 9999;
	text-align: center;
}

body .footer_box {
	padding: 0;
}

body .footer_box .txt_link {
	background-color: #000;
	text-align: right;
	padding: 10px 0 0 0;
}

body .footer_box .gotop a {
	width: 70px;
	height: 70px;
	background-color: #000;
	display: block;
	opacity: 0.2;
	color: #fff;
	line-height: 70px;
	text-decoration: none;
	border-radius: 50px;
}

body .footer_box .gotop a:hover {
	opacity: 0.5;
}

body .fat_box .center {
	text-align: center;
	background-color: transparent !important;
	top: 0 !important;
}

body .fat_box .ui-accordion .ui-accordion-icons {
}

body .fat_box .ui-accordion .ui-accordion-header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 130px;
	height: 65px;
	border: none;
	text-align: center;
	background: #d2b335;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	transition: all 200ms ease-out;
}

body .fat_box .ui-accordion .ui-accordion-header:focus {
    outline: 3px #f00 dotted;
}

body .fat_box .ui-accordion .ui-accordion-header::before {
	content: "-";
	color: #fff;
	position: absolute;
	top: 8px;
	left: 44%;
	font-weight: bold;
	font-size: 200%;
	line-height: 0;
}

body .fat_box .ui-accordion .ui-accordion-header::after {
	content: "點選收合";
	color: #fff;
	position: relative;
	top: 25px;
}

body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all::after {
	content: "點選展開";
	left: -4%;
}

body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all {
	position: absolute;
	left: 44.444444%;
	margin: 0 auto 0 auto;
	top: 0px;
}

body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all::before {
	content: "+";
	color: #fff;
	position: relative;
	left: 28%;
	font-size: 115%;
	top: 0;
}

body .fat_box .fat {
	text-align: center;
	font-family: "微軟正黑體";
}

body .fat_box .ui-accordion .ui-accordion-content {
	border: 0;
	overflow: visible;
	padding: 30px 0 50px 0;
	margin: 0 0 0 0;
	background: transparent;
}

body .fat_box ul {
	text-align: center;
	padding: 0 8px;
	margin: 30px auto;
}

body .fat_box ul li.title {
	/* border-bottom: 1px #ffb00a solid; */
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 10px 0 !important;
	padding: 0 0 0px 0px !important;
	text-align: left;
}

body .fat_box ul li.title {
	border-color: #00a1e9;
}

body .fat_box ul li.title a {
	color: #fff;
}

body .fat_box ul:nth-child(2n+2) li.title {
	border-color: #cda344;
}

body .fat_box ul li.title::before {
	display: none;
}

body .fat_box ul li.title a {
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
}

body .fat_box ul li a {
	color: #565656;
}

body .fat_box ul li a:hover {
	color: #ca7213;
}

body .fat_box ul li {
	padding: 7px 0 !important;
	font-size: 95%;
	text-align: left;
	display: flex;
}

body .fat_box ul li::before {
	/* content: ""; */
	float: left;
	margin: 0 3px 0 5px;
	color: #000000;
	font-size: 85%;
}

body .fat_box ul li.title a:hover {
	color: #109fb0;
}

body .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: relative;
	left: inherit;
	top: inherit;
	margin: 0;
}

body .fat_box .ui-state-active .ui-icon {
	left: inherit;
	top: inherit;
	margin: auto;
	background-position: 0 0;
}

body .fat_box .ui-state-active .ui-icon.ui-icon-triangle-1-s {
	display: none;
}

body .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-e {
	background-image: url(../images/all/fat_open.gif);
	background-position: 0 0;
	position: relative;
	margin: auto;
	top: 5px;
	display: none;
}

body .fat_box .close {
	float: none;
	top: 5px;
	position: relative;
	font-size: 95%;
	text-shadow: none;
	font-weight: 100;
	color: #fff;
	opacity: 1;
	display: none;
}

body .footer_box .txt_link {
	background-color: #000000;
	padding: 20px 0;
	color: #ffffff;
}

body .footer_box .txt_link .link {
	position: absolute;
	right: 229px;
	top: -10px;
}

body .footer_box .foot {
	padding: 30px 0 25px 0;
	position: relative;
	background-color: #d8d8d8;
	color: #000;
}

body .footer_box .center {
	background-color: transparent !important;
	padding: 0 15px !important;
}

body .footer_box .center ul {
	display: inline-block;
}

body .footer_box .center ul li {
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 35px;
}

body .footer_box .center ul li a {
	color: #fff;
}

body .footer_box .foot .left, body .footer_box .foot .right {
	width: 50%;
}

body .footer_box .foot .left {
	float: left;
}

body .footer_box .foot .right {
	float: right;
}

body .footer_box .logo img {
	max-width: 250px;
	width: 100%;
}

body .footer_box .foot .left ul {
	margin: 10px 0 0 0;
	position: relative;
	left: 59px;
}

body .footer_box .foot .left ul li:before {
	margin-right: 5px;
}

body .footer_box .foot .icon {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	margin: 20px 0 0 0;
	border-top: 1px #555 solid;
	float: left;
	width: 100%;
}

body .footer_box .foot .icon ul {
	display: inline-block;
	text-align: center;
}

body .footer_box .foot .icon ul li {
	margin: 5px 5px;
	display: inline-block;
}

body .footer_box .foot .right .link {
	padding: 0 0 4px 0;
}

body .footer_box .foot .right .link a {
	display: inline-block;
	margin: 0 5px 0 0;
	background-color: #f59000;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}

body .footer_box .foot .right .link a:hover {
	background-color: #1e80cc;
}

body .footer_box .foot .right {
	text-align: right;
}

body .footer_box .foot .right li {
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 5px 7px 0 0;
	display: inline-block;
}

body .footer_box .foot .left li a {
	display: block;
	text-align: center;
	margin: 0 0 0 00;
	text-decoration: none;
	padding: 0;
}

body .footer_box .foot .left li a:hover {
	moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

body .footer_box .foot p {
	/* color: #ffffff; */
	padding: 5px 0;
	letter-spacing: 0;
	font-size: 95%;
	line-height: 120%;
}

body .footer_box .foot p.title {
	color: #29d1ea;
	border-bottom: 1px rgba(41, 209, 234, 0.47) solid;
	padding: 5px 10px 5px 0;
	width: max-content;
	margin: 0 0 10px 0;
	font-size: 110%;
}

body .footer_box .foot .right p a {
	color: #00ffde;
}

body .footer_box .foot .left ul li {
	color: #fff;
	font-size: 90%;
	letter-spacing: 0;
	line-height: 150%;
}

body .footer_box .foot .left ul li a {
	display: block;
}

body .footer_box .foot .left ul li p {
	margin: 6px 0 0 0;
	font-size: 90%;
	font-weight: bold;
}

body .footer_box .txt_link a, body .footer_box .txt_link span {
	color: #ffffff;
	margin: 0 5px;
	/* font-weight: bold; */
}

body .footer_box .txt_link a:hover {
	color: #ccab00;
}

#home_content .side .edit ol, #home_content .side .edit ul, #home_content .side .edit li {
	list-style: inherit;
	margin-left: 15px;
}

body .banner.slider.slick-initialized .slick-slide a {
    display: block;
}

body .banner.slider.slick-initialized .slick-slide a:focus {
    border: 2px #a0bff1 solid;
}</pre></body></html>