@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,body input:focus,body button:focus,body select:focus{
    outline: 3px #56ad08 dotted !important;
    overflow: hidden;
}

body input:focus,body select:focus {
    background-color: #efff00;
}
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.big {
	font-size: 105%
}
body .into a {
	color: rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	z-index: 999;
}
body .into a:focus{
	color: #ffffff;

}
body .center {
	max-width: 1200px;
	position: relative;
	margin: auto;
	padding: 0 15px;
	width: 100%;
}
/*首頁banner+條列式訊息*/
body .center .area01_box {
	padding: 5px;
	margin: 15px 0;
}
body.in .area01_box .news_list .title {
	border-bottom: 1px #555 solid;
	position: relative;
}
body.in .area01_box .news_list .title h3 {
	background: #6b6558;
	/*background: -moz-linear-gradient(left, #3b3c6e 0%, #8a774b 100%);
	background: -webkit-linear-gradient(left, #3b3c6e 0%, #8a774b 100%);
	background: linear-gradient(to right, #3b3c6e 0%, #8a774b 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3c6e', endColorstr='#8a774b', GradientType=1 );*/
	color: #fff;
	padding: 5px 40px 5px 15px;
	position: relative;
	display: inline-block;
	font-size: 130%;
	font-weight: bold;
}
body.in .area01_box .news_list .title a {
	color: #a22222;
	position: absolute;
	right: 0;
	bottom: 5px;
}
body.in .area01_box .news_list .title a:hover {
	color: #d6aa4b;
}
body.in .area01_box .news_list .title h3::after {
	content: "";
	background-image: url(../images/index/news_triangle.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 33px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
body.in .area01_box .news_list ul li .date {
	color: #736449;
	font-size: 80%;
	display: inline-block;
	margin-right: 5px;
}
body.in .area01_box .news_list ul li .unit{
    display: inline-block;
    font-size: 90%;
    color: #E50606;
}
body.in .area01_box .news_list ul li .txt_title {
	color: #4e4e4e;
	padding: 0;
	line-height: 137%;
}
body.in .area01_box .news_list ul li a {
	padding: 11px;
	display: block;
}
body.in .area01_box .news_list ul li:nth-child(2n+2) a {
	background-color: #ffeded;
}
body.in .area01_box .news_list ul li a:hover {
	background-color: #ffcbcb;
	text-decoration: none;
}
/*首頁banner+條列式訊息end*/
body .container {
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
}
body.home .container {
    margin-top: 30px;
}
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;
}
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: 35px;
	left: 5px;
}
body .top h1 img {
	width: 100%;
	max-width: 297px;
}
body .top {
	position: relative;
	height: 135px;
	z-index: 9;
	top: 0;
	background-image: url(../images/all/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(255, 255, 255, 0.4);
	-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);
}
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: 30px;
	padding: 4px 10px 5px 20px;
}
body .top .top_search {
	right: 30px;
	top: 55px;
	width: 440px;
}
body .top .top_search input {
	border: 0;
	padding: 5px 5px 5px 30px;
	width: 370px;
	background-image: url(../images/all/icon_search.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-color: #dbdbdb;
	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: #911c1c;
	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: #ca370b;
	position: absolute;
	width: auto;
	padding: 0;
	right: 0;
	top: 8px;
	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: #747474;
	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 {
    position: relative;
}
body .top .top_search .ad_search .hot a {
	color: #747474;
}
body .top .top_search .ad_search .hot span {
	color: #a70c0c;
}
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: #eb0505;
}
body .top .top_search p {
	color: #fff;
	position: absolute;
	left: 0;
	top: 2px;
}
body .top .toplink a, body .top .toplink {
	color: #fff;
	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;
}
body .menu-container .menu {
	border: none;
	margin: 0 0 -5px 0;
}
body.home .menu {
	border-top: 2px #dedede solid;
}
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;
	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-color: #fdf7f7;
}
body .menu.smaller .menu-container {
	background-image: none;
}
/*------跑馬燈--------*/
body .run {
	margin-top: 10px;
	background-image: url(../images/index/run_bg.png);
	background-position: 1px 0;
}
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 66px;
  overflow: hidden;
}
body .marquee_box .marquee div {
	max-width: 1000px;
	margin: auto;
	height: 22px;
}
body .marquee_box .marquee .js-marquee a {
	color: #b8021c;
	font-size: 105%;
	white-space: nowrap;
}
body .marquee_box .marquee .js-marquee a:hover{
    text-decoration: underline;
    color: #212698;
}
/*------------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 {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	font-size: 100%;
	background-color: #555;
	border-radius: 50px;
}
/*--------------------天氣資訊---------------------*/
body.in .life_info {
	padding: 30px 0;
}
body.in .life_box {padding: 20px;border-right: 1px #ccc solid;text-align: center;}
body.in .life_box:nth-child(4) {
    border: none;
    padding:  0 20px;
}
body.in .life_info .icon {
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}
body.in .calendar_box, body.in .pm_box, body.in .weather_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---------------------*/
/*icon_box*/
body.in .icon_box {
    background-color: #fc6262;
    padding: 15px 0;
}
body.in .icon_box li {padding:  5px;}
body.in .icon_box li a{
    display: block;
}
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;
}
body.in .container .area .title{
    position:  relative;
    text-align: center;
    font-size: 220%;
    font-weight:  bold;
    line-height: 205px;
}
body.in .container .area .title h2 {
    font-weight: bold;
}
body.in .container .area .box {height: 265px;padding: 0 25px;}
body.in .container .area .more {
    text-align: center;
    line-height: 130px;
}
body.in .container .area .more a {
	color: #ffffff;
	padding: 10px 62px 10px 43px;
	border-radius: 50px;
	font-weight:  bold;
	font-size: 105%;
	text-decoration:  none;
	background-color: #cc4a3a;
	position: relative;
}

body.in .container .area .more a::before {content: "";position: absolute;display: block;width: 10px;height: 10px;border-top: solid 3px #ffffff;border-right: solid 3px #ffffff;-webkit-transform: rotate(45deg);transform: rotate(45deg);right: 15px;top: 38%;}
body.in .container .area .more a:hover{
    background-color: #842318;
}
body.in .box .slick-prev:before,body.in .box .slick-next:before {
    font-family: cursive;
    font-size: 300%;
    font-weight: bold;
    color: #555;
    position:  absolute;
    top: 15px;
}
body.in .box .slick-prev, body.in .box .slick-next {
    z-index: 9;
    width: 30px;
    height: 47px;
}
body.in .box .slick-next{
    right: 15px;
}
body.in .box .slick-prev{
    left: 15px;
    z-index: 9;
}
body.in .box .slick-prev:before {
    content: '<';
}
body.in .box .slick-next:before {
    content: '>';
    right: 0;
}
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: auto;
    height: 100%;
    margin: auto;
    max-width: 100%;
    max-height: 185px;
}
body .area .deck {
    z-index: -1;
}
/*首頁共用設定區塊end*/
/*訊息列表2*/
body.in .area.news .box ul li:nth-child(2n+1) a {
    background-color: rgba(255, 255, 255, 0.5);
}
body.in .area.news .box ul li a {border-radius: 100px;padding: 10px 30px;color: #000;}
body.in .area.news .box ul li .date {
    color: #c01d38;
    font-size: 90%;
}
body.in .area.news .box ul li a:hover {
    background-color: rgba(247, 216, 75, 0.5);
}
/*活動花絮*/
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) {
    margin-top: 20px;
}


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: #555;
    text-align:  center;
    color: #fff;
    min-height: 60px;
    padding: 10px 0 0 0;
}

/*活動花絮end*/
/*主題活動*/
body .area .deck.d05 {
    top: 41px;
    right: 30%;
}
body.in .activity .txt {
    color: #5a5a5a;
    font-size: 100%;
    background-color: #e5ded4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 145%;
    height: 85px;
    padding:  0 5px 5px 5px;
}
body.in .activity .txt p {
    color: #784c0f;
    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: 279px;
    text-align: center;
    background-color: #ccc0ac;
    overflow: hidden;
    display: flex;
    align-items:  center;
}
body.in .videolist .txt {padding: 15px 0;text-align: center;}
body.in .area.video .video-container {

position: relative;

padding-bottom: 56.25%;

padding-top: 30px;

height: 0;

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 {
    padding: 0 30px;
    margin-bottom: 50px;
    clear:  both;
}
body.in .ad.box .slick-prev:before, body.in .ad.box .slick-next:before {
    font-size: 130%;
}
body.in .box a img {
    margin: auto;
}
/*廣告連結end*/
/*下方連結*/
body.in .link {
	background-image: url(../images/index/link_bg.gif);
	background-repeat: repeat;
	background-position: center center;
	height: 64px;
	clear:  both;
}
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 15px 15px;
	font-size: 95%;
	letter-spacing: 0;
	/* text-shadow: 1px 0 white, 0 1px white, -1px 0 white, 0 -1px white; */
	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-top: 35px;
	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: #826f4f;
}
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: #000000;
	font-size: 120%;
}
body.home .content.big .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: #6b6b6b;
}
body.home .content .plug .s a {
	background-color: #737373;
	font-size: 90%;
}
body.home .content {
	padding: 0;
	min-height: 300px;
}
body.home .content h2 {
	color: #ebe6de;
	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 0;
	background-color: #714343;
	border-radius: 50px;
	clear: both;
}
/*main*/
body.home .main.tree .list a {
    padding: 10px 5px;
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
    border-radius: 10px;
    color: #000;
    text-decoration:  none;
	min-height: 65px;
}
body.home .main.tree .list a:hover {
    background-color: #906868 !important;
    color: #eae5dc;
}
body.home .main.tree .list:nth-child(2n+1) a {
    background-color: #ffe4e4;
}
body.home .main.tree .list:nth-child(2n+2) a {
    background-color: #ffe4e4;
}
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: #707070;
	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;
	list-style: none;
}
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 #home_content .page ul, body.home .content #home_content .page ul li {
	display: inline-block;
	margin-left: 0 !important;
	padding: 0;
}
body.home .content #home_content .page li a {
	background-color: #b31111;
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
}
body.home .content #home_content .page li a:hover {
	background-color: #714343 !important;
}
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 .title::before {
	width: 42px;
	height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
	margin-right: 8px;
}
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: #714343;
/*	height: 100%; */
	border-bottom: 1px #de9696 solid;
}
body .footer_box .gotop {
	position: fixed;
	right: 5px;
	bottom: 130px;
	z-index: 9999;
	text-align: center;
}
body .footer_box {
	padding: 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-header:focus {outline: 3px #9dff00 dotted;}
body .fat_box .ui-accordion .ui-accordion-header {
	margin: 40px auto 25px auto;
	padding: 0;
	width: 145px;
	height: 45px;
	border: none;
	text-align: center;
	background: rgba(228, 224, 224, 0.2196078431372549);
	border-radius: 50px;
	position: relative;
	/* color: #000; */
	transition: all 200ms ease-out;
}
body .fat_box .ui-accordion .ui-accordion-header::before {
	content: "點選收合 -";
	color: #fff;
	position: relative;
	top: 13px;
}
body .fat_box .ui-accordion .ui-accordion-header::before {
}
body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all {
	position: absolute;
	left: 44%;
	margin: 0 auto 0 auto;
	border-top-left-radius:  0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all::before {
	content: "點選展開 +";
	color: #fff;
	position: relative;
	top: 12px;
}
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 10px;
	margin: 30px 0;
}
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 10px 3px !important;
	text-align: left;
}
body .fat_box ul li.title {
	border-color: #ffcbcb;
}
body .fat_box ul li.title a {
	color: #fff;
}
body .fat_box ul:nth-child(2n+2) li.title {
	border-color: #ffcbcb;
}

body .fat_box ul li.title::before {
	display: none;
}
body .fat_box ul li.title a {
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
}
body .fat_box ul li a {
	color: #ececec;
}
body .fat_box ul li a:hover {
	color: #fff;
}
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: #ffcbcb;
	font-size: 85%;
}
body .fat_box ul li.title a:hover {
	color: #000000;
}
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: 30px 0;
	color: #ffffff;
}
body .footer_box .txt_link .link {
	position: absolute;
	right: 229px;
	top: -10px;
}
body .footer_box .foot {
	padding: 50px 0 25px 0;
	position: relative;
	background-color: #714343;
	/* border-top: 1px #555 solid; */
}
body .footer_box .center {
	background-color: transparent !important;
	padding: 0 15px !important;
}
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 ul {
    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;
	font-size: 105%;
}
body .footer_box .txt_link a:hover {
	color: #ccab00;
}
/*頁籤*/
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:hover, 
.tabs .nav-tabs > li.active > a:focus{
    border: none;
    background: #ffeded;
    /*background: -moz-linear-gradient(270deg, rgba(139,119,75,1) 0%, rgba(59,60,110,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(139,119,75,1) 0%, rgba(59,60,110,1) 100%);
    background: linear-gradient(270deg, rgba(139,119,75,1) 0%, rgba(59,60,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8b774b",endColorstr="#3b3c6e",GradientType=1);*/
    color: #555;
}
.tabs .news_list .more{text-align: center;margin: 18px 0;}
.tabs .news_list .more a {
    color: #ffffff;
    padding: 8px 60px 8px 41px;
    border-radius: 50px;
    font-size: 100%;
    text-decoration: none;
    background-color: #cc4a3a;
    position: relative;
}

.tabs .news_list .more a::before {content: "";position: absolute;display: block;width: 10px;height: 10px;border-top: solid 3px #ffffff;border-right: solid 3px #ffffff;-webkit-transform: rotate(45deg);transform: rotate(45deg);right: 15px;top: 35%;}
.tabs .news_list .more a:hover{
    background-color: #842318;
}
.tabs .nav-tabs{
    border-bottom: 1px solid #ffeded;
}
.tabs .nav-tabs li{
    margin-bottom: -2px;
}
.tabs .nav-tabs > li > a{
    color: #fff;
    font-size: 110%;
    font-weight: bold;
	background: #cc4a3a;
}
.tabs .nav-tabs > li > a:hover {
    background-color: #842318;
}


/*首頁-快速連結*/
body .Quick_link {
    margin-bottom: 50px;
}

body .main.tree .list a {
    padding: 10px 5px;
    display: block;
    margin: 10px 0 4px 0;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    min-height: 65px;
}
body .main.tree .list a:hover {
    background-color: #000000 !important;
    color: #ffffff;
}
body .main.tree .list:nth-child(2n+1) a {
    background-color: #911c1c;
}
body .main.tree .list:nth-child(2n+2) a {
    background-color: #911c1c;
}




/*災害*/
body .center .disaster{
    /*right: 10px;
    top: 75px;
    left: 10px;*/
	margin-bottom: 15px;
	height: 150px;
    overflow: hidden;
}

body .center .disaster .alertCAP_banner02 .alertCAP_titleicon {
    float: left;
    width: 15%;
    height: 30px;
    text-align: center;
    padding: 0;
}
body .center .disaster .alertCAP_banner02.bannerYellow .alertCAP_title {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 28px;
    height: 30px;
}
body .center .disaster .alertCAP_banner02{
    height: 106px;
    width: 100%;
}
body .center .disaster .alertCAP_banner02 .alertCAP_con {
    width: 100%;
    top: 30px;
    padding: 0 10px 0 55px;
    overflow: hidden;
    height: 100%;
}
body .center .alertCAP_banner02 .alertCAP_logo {
    float: left;
    position: relative;
    width: auto;
    padding-left: 5px;
}
body .center .disaster .alertCAP_banner02 .alertCAP_con a {
    position: absolute;
    top: 0;
    right: 0;
}
.alertCAP_banner02 .alertCAP_time {
    text-align: left;
}

/*災害-20201130 高度*/
body .center .disaster .innerfade {
    height: 105px !important;
}

/*fb*/
body.in .fb{
	overflow: hidden;
	text-align: center;
	padding: 0 15px 15px 15px;
	}
body .center .area01_box .fb {
    /*display:table;
	margin: 0 auto;*/
	text-align: center;
}




/*長方形好幾排區塊-字形置中 20201221*/
body .main .list .level1 a{
	display: flex !important;
    align-items: center;
    justify-content: center;
}
body.home .main .list .level1 a{
	display: flex !important;
    align-items: center;
    justify-content: center;
}