@charset "utf-8";
/* CSS Document */

/*滾動視差動態效果*/
.serving-bg2, .serving-item, .serving-box .title, .quick-link, .activity-banner, .tabs-info, .bg-left, .bg-right, .season-event .title, .event-tabs, .card-map, .statistics .title, .small-banner, .fat-footer {
    flex: 1 1 auto;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
	position: relative;
}

/****** 災防警示 ******/
.ncdr {
    width: 100%;
	padding: 15px;
    background: #7290d0 url(../images/ncdr-bg.jpg) no-repeat center bottom;
    max-height: 280px;
}
.ncdr-info {
    text-align: center;
	font-size:1.5em;
    font-weight: bold;
	line-height: 40px;
    color: #fff;
    margin: 40px auto;
    max-width: 370px;
}
.ncdr-button {
	margin: 15px 0;
}
.ncdr-button a {
	background: #ff7d3d;
	padding: 7px 30px;
	border-radius: 25px;
	/*font-size: 1.375em;*/
	color: #fff;
}
.ncdr-button a img {
	margin: 0 0 0 6px;
	vertical-align:baseline;
}

/****** 災防警示浮動標籤 ******/
#capInfo {
    position: fixed;
    top: 102px;
    width: 230px;
    right: -180px;
    z-index: 1;
    cursor: pointer;
}
#capInfo:hover {
    right: 0px;
}
#capInfo_tab {
    background: #FF7D3D;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    padding: 3px 8px;
    float: left;
	font-size: 0.78em;
    position: relative;
    box-shadow: -3.94px 3.078px 10px 0px rgba(0,0,0,0.4);
}
#capInfo_tab img {
    width: 30px;
    height: 30px;
}
#capInfo_tab .capInfoFont {
    /*font-size: 0.75em;*/
    color: #fff;
}



/****** 浮動定位標籤 ******/
.dots {
    position: fixed;
    right: 0;
    top: 50%;
    list-style-type: none;
    padding: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.dots li a {
    display: block;
    margin: 0;
    position: relative;
    transition: all 0.2s;
	width: 50px;
    height: 50px;
	cursor: pointer;
}
.dots li a img {
    width: 50px;
    height: 50px;
    transition: all 0.2s;
    transform: scale3d(1, 1, 1);
}
.dots li a:hover img {
    transform: scale3d(0.8, 0.8, 1);
}
.dots.at-top a .label {
    background: none;
    right: 30px;
    opacity: 1;
    pointer-events: all;
	display: none;
}
.dots li a:hover .label {
    background: rgba(22, 22, 22, 0.9);
    opacity: 1;
    right: 50px;
	display: inline-block;
}
.dots li a .label {
    border-radius: 10px;
	font-size: 0.9375em;
    font-weight: normal;
    position: absolute;
    white-space: nowrap;
    padding: 5px 10px;
    right: 30px;
    opacity: 0;
    pointer-events: none;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    transition-property: all;
    transition-duration: 0.2s;
}
.dots li:last-child {
    display: none;
}


/****** 形象區 ******/
.bodyBg{
    height: 80vh;
    width: 100%;
    float: left;
    z-index: -1;
}
.bodyBg a > span {
    display: none;
}
.bodyBg a {
    display: block;
    height: 100%;
}
.img-banner {
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 90vh;
    position: fixed;
    top: 35px;
    left: 0;
    z-index: -1;
}

/****** 氣象資訊 ******/
.weather {
    position: relative;
    top: 170px;
    left: 4%;
    text-align: center;
    float: left;
}
.weather img {
    max-width: 100%;
}
.weather-info {
    color: #fff;
	font-size: 1em;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
}
.info-temp {
	font-size: 1.87em;
}
.pm25 {
    background: #c54f61;
    border-radius: 5px;
    padding: 5px 10px;
    width: 75px;
    margin: 5px auto;
    text-shadow: none;
    color: #fff;
}
.pm25 a {
    color: #fff;
}

/****** 市民服務-首頁 ******/
.serving-bg {
	background: url(../images/bg-serving-01.jpg) bottom center repeat-x;
	float: left;
	width: 100%;
}
.serving-bg2 {
	float: left;
	width: 100%;
	background: url(../images/bg-serving-04.png) top left repeat-x;
	transition: all 0.5s;
    transition-timing-function: cubic-bezier(.28,1.13,.73,.83);
}
.serving-box {
	float: left;
	width: 100%;
	min-height: 600px;
	background: url(../images/bg-serving-03.png) bottom center repeat-x;
	animation: slide 150s linear infinite;
}

.serving-box .title {
    text-align: center;
    margin: 40px 0;
}

.serving-box .title h2 {
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.serving-box .more {
	display: inline-block;
	font-size:0.9375em;
}
.serving-box .more a {
	color: #517d88;
}
.serving-item {
    border: 2px #8ac1c9 solid;
    padding: 20px 20px 20px 70px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
	display: flex;
}
.serving-item:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 15px;
    bottom: -15px;
	left: 50%;
	background: url(../images/img-bottom.png) no-repeat;
}
.serving-item ul li {
    width: calc(100% / 2);
    float: left;
    color: #517d88;
    line-height: 35px;
	font-size: 1.375em;
    font-weight: bold;
}
.serving-item ul li:before {
    content: '·';
    position: absolute;
	font-size: 1.375em;
}
.serving-item ul li a {
	color: #517d88;
	padding: 0 0 0 15px;
}

.serving-item ul li a:hover {
	color: #c54f61;
	text-decoration: none;
}


/****** 市民服務-內頁 ******/
.citizen_clear{
	clear: both;
}

.citizen_area{
	padding: 20px;
	margin: 20px 0;
}
.citizen_bg-gray{
	background: #ebebeb;
	float: left;
	width: 100%;
}
.citizen_title{
	font-size: 1.25em;
}
.citizen_title span:before,.citizen_title span:after{
	content: "";
    width: 40px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-50%);
    margin: 0 15px;
}
.citizen_title-pink:before,.citizen_title-pink:after{
	background: #f05f78;
}
.citizen_title-blue:before,.citizen_title-blue:after{
	background: #517d88;
}
.citizen_title-green:before,.citizen_title-green:after{
	background: #43bc71;
}
.citizen_title-red:before,.citizen_title-red:after{
	background: #bc4343;
}
.citizen_title-orange:before,.citizen_title-orange:after{
	background: #bc8b43;
}
.citizen_title-gray:before,.citizen_title-gray:after{
	background: #474747;
}
.citizen_title-yellow:before,.citizen_title-yellow:after{
	background: #e4df6a;
}
.citizen_title-purple:before,.citizen_title-purple:after{
	background: #c177bc;
}
.citizen_item-content{
	border-top:1px solid #c9c9c9;
}
.citizen_item-content li a {
	display: block;
	color: #414141;
	background: url(../images/icon-arrow.png)no-repeat left center;
	padding-left: 15px;
	margin-bottom: 5px;
}
.citizen_item-content li a:hover {
	color: #f05f78;
	text-decoration: none;
}
.citizen_box{
	margin: 20px 0;
}
.citizen_box > .citizen_box-item{
	background: #fff;
    width: 32%;
    float: left;
    margin: 0 0.5% 12px;
}
.citizen_box div.active .citizen_item-content {
	display: block;
    padding-bottom: 25px;
    padding: 10px 15px;
}
.citizen_box div.active{
  	box-shadow: 0px 0px 9px 1px rgba(38, 149, 143, 0.6);
}
.citizen_box .citizen_item-content {
    color: #090909;
	font-size: 1em;
    line-height: 24px;
	display: none;
}
.citizen_box .plus-minus-toggle {
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 20px;
    right: 12px;
    top: 50%;
}
.citizen_box .plus-minus-toggle:before, .citizen_box .plus-minus-toggle:after {
  	background: #b4b4b4;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    transition: transform 500ms ease;
}
.citizen_box .plus-minus-toggle:after {
    transform-origin: center;
}
.citizen_box .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}
.citizen_box .plus-minus-toggle.collapsed:before {
  	transform: rotate(180deg);
}
.citizen_box .citizen_item-title h4 {
    margin: 3px 0;
}
.citizen_box .citizen_item-title {
  	color: #090909;
	font-size: 1em;
    position: relative;
    cursor: pointer;
    padding: 12px 30px 12px 12px;
    transition: color 0.5s ease;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
h3.citizen_title {
    margin: 0;
}
.citizen_clearfix-middle{
	clear: both;
}



/****** 活動看板 ******/
.activity-banner {
    float: left;
    width: 100%;
	margin: 0 0 30px 0;
}
.activity-banner .carousel-indicators {
    bottom: -35px;
	left: 0;
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
    z-index: 1;
    width: 100%;
}
.activity-banner .carousel-indicators li {
    width: 14px;
    height: 14px;
    background: #aaa;
    border-radius: 15px;
    border: none;
	margin: 3px;
}
.activity-banner .carousel-indicators li.active {
    background: #f05f78;
	width: 14px;
    height: 14px;
    margin: 1px;
	margin: 3px;
}
.activity-banner .carousel-indicators li a {
    display: block;
    width: 100%;
    height: 100%;
}
.activity-banner .carousel-indicators li a span {
    display: none;
}
.activity-banner .carousel-inner .item a {
    display: block;
}
.activity-banner .carousel-inner .item a img {
    width: 100%;
}
.activity-banner .carousel-control:focus {
    outline: 5px auto -webkit-focus-ring-color;
    border: 1px dotted #000000;
}

.activity-banner .text {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
	font-size: 1.125em;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.activity-banner .text:hover {
	color: #f05f78;
}




/****** 標題接內文式頁籤-首頁 ******/
.tabs-info {
    float: left;
    width: 100%;
	margin: 0 0 30px 0;
}
.panel-tabs {
	display: flex;
	flex-wrap: wrap; 
}
.panel-tabs label {
    order: 1;
    display: block;
    cursor: pointer;
    transition: background ease 0.2s;
    background-color: #dcdcdc;
	font-size:1.25em;
    margin-bottom: 0;
    color: #414141;
    padding: 10px 15px;
    font-weight: normal;
    border-right: 2px #fff solid;
    width: calc(100%/3);
    text-align: center;
}
.panel-tabs .tab-item {
  order: 99; 
  /*flex-grow: 1;*/
  width: calc(100% - 2px);
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px #ddd solid;
}
.panel-tabs .tab-item ul {
    min-height: 280px;
}
.panel-tabs .tab-item ul li {
	font-size:1.1875em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.panel-tabs .tab-item ul li a {
    color: #414141;
	 line-height: 45px;
}
.panel-tabs .tab-item ul li a:hover, .panel-tabs .tab-item ul li a:focus {
    text-decoration: none;
    color:#c54f61;
}
.panel-tabs .tab-item ul li span {
	font-size:0.7895em;
    margin-right: 15px;
    background: #c54f61;
    border-radius: 30px;
    padding: 5px 12px;
    color: #fff;
}
.panel-tabs .tab-item .more {
    text-align: right;
	font-size:0.9375em;
    color: #517d88;
}
.panel-tabs .tab-item .more a {
    color: #517d88;
}

.panel-tabs input[type="radio"] {
	display: none;
}
.panel-tabs input[type="radio"]:checked + label, .panel-tabs input[type="radio"]:hover + label {
    color: #fff;
    font-weight: bold;
    background-color: #517d88;
}
.panel-tabs input[type="radio"]:checked + label:last-child {
	margin-right: 0;
}
.panel-tabs input[type="radio"]:checked + label + .tab-item {
	display: block;
}



/****** 觀光行事曆-首頁 ******/
.season-event {
    background: url(../images/bg-season-event.png) repeat-x center bottom;
    min-height: 510px;
    float: left;
    width: 100%;
	animation: slide2 35s linear infinite;
}
.bg-left {
    background: url(../images/bg-season-event-left.png) no-repeat left bottom;
    float: left;
    width: 100%;
    min-height: 510px;
}
.bg-right {
    background: url(../images/bg-season-event-right.png) no-repeat right bottom;
    float: left;
    width: 100%;
    min-height: 510px;
}
.season-event .title {
    text-align: center;
    margin: 40px 0 20px 0;
}
.season-event .title h2 {
    font-weight: bold;
    display: inline-block;
    margin: 0;
}
.season-event .more {
    display: inline-block;
	font-size:0.9375em;
	margin: 0 0 0 10px;
}
.season-event .more a {
    color: #517d88;
}
.event-tabs {
    padding: 0 0 30px 0;
}
.event-tabs .nav-tabs {
	border-bottom: 0;
	margin: 0 0 20px 0;
}
.event-tabs .nav-tabs:before {
    position: relative;
    content: "";
    border-bottom: 8px #92b7c2 solid;
    width: 80%;
    top: 32px;
    text-align: center;
    left: 65px;
}
.event-tabs .nav-tabs li {
	width: calc(100%/4);
	text-align: center;
	padding: 0 50px;
}
.event-tabs .nav-tabs li a {
	font-size:1.375em;
    border-radius: 30px;
    background: #fff;
    color: #517d88;
    border: 4px #92b7c2 solid;
    padding: 7px 15px;
	transition: background ease 0.2s;
}
.event-tabs .nav-tabs>li.active>a, .event-tabs .nav-tabs>li.active>a:focus, .event-tabs .nav-tabs>li.active>a:hover, .event-tabs .nav-tabs li a:hover {
    color: #fff;
    font-weight: bold;
    background-color: #c54f61;
    border: 4px solid #fff;
}
.btn-last-season, .btn-next-season{
	display: none;
}
.event-link .slick-list {
    margin: 0 50px;
}
.event-link .link-text ul {
    line-height: 45px;
	font-size:1.375em;
	font-weight: bold;
}
.event-link .link-text ul li {
    float: left;
    width: calc(100%/2 - 20px);
    color: #37535c;
    padding: 0 0 0 15px;
	margin: 0 10px 0 0;
    background: url(../images/icon-arrow.png) 0 18px no-repeat;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.event-link .link-text ul li a {
	color: #37535c;
}
.event-link .link-text ul li a:hover, .event-link .link-text ul li a:focus {
	color: #c54f61;
	text-decoration: none;
}
.event-link .slick-prev,.event-link .slick-prev:hover,.event-link .slick-prev:focus{
	background: url(../images/icon-prev.png)no-repeat center left!important;
    height: 42px;
	z-index: 1;
	opacity: 0.8;
	left: 0;
}
.event-link .slick-next,.event-link .slick-next:hover,.event-link .slick-next:focus{
	background: url(../images/icon-next.png)no-repeat center left!important;
    height: 42px;
	z-index: 1;
	opacity: 0.8;
	right: 0;
}


/****** 桃園市民卡優惠資訊 ******/
.card-map {
    background: url(../images/bg-map.jpg)no-repeat;
    background-size: cover;
    padding: 40px 0 50px 0;
    float: left;
    width: 100%;
	display:none;
}
.card-map .title {
	text-align: center;
}
.card-map .title h2 {
    font-weight: bold;
    display: inline-block;
    margin: 0 0 25px 0;
    color: #fff;
}
.card-map .title h2 a {
	color: #fff;
}
.card-map .title h2 a:hover {
	color: #f05f78;
	text-decoration: none;
}

/****** 1204 首頁統計圖像資訊 start******/
.statistics {
	background: url(../images/bg-statistics.jpg)repeat-x center bottom;
    padding: 40px 0 50px 0;
	min-height: 750px;
    float: left;
    width: 100%;
	animation: slide 150s linear infinite;
}
.statistics .title {
	text-align: center;
}
.statistics .title h2 {
    font-weight: bold;
    display: inline-block;
    margin: 0;
    color: #000;
}
.statistics .more {
    display: inline-block;
    font-size: 0.9375em;
    margin: 0 0 0 10px;
}
.statistics .more a {
    color: #517d88;
}
.chart-box {
	margin: 25px 0 0;
}
/****** 1204 首頁統計圖像資訊 end******/

/****** 小廣告 ******/
.small-banner {
    float: left;
    width: 100%;
    margin: 45px 0;
}
.small-banner > .carousel-control {
    width: 19px;
    height: 30px;
    text-shadow: none;
    opacity: 1;
}
.small-banner > .carousel-control.left {
    background: url(../images/icon-prev.png) no-repeat;
    filter: none;
    top: calc(50% - 33px);
}
.small-banner > .carousel-control.right {
    background: url(../images/icon-next.png) no-repeat;
    filter: none;
    top: calc(50% - 33px);
}
.small-banner > .carousel-inner {
    width: 95%;
    margin: 0 auto;
}
.small-banner > .carousel-inner > .active.left, .small-banner > .carousel-inner > .prev {
    left: -16.6667%;
}
.small-banner > .carousel-inner > .active.right, .small-banner > .carousel-inner > .next {
    left: 16.6667%;
}
.small-banner > .carousel-inner > .left, .small-banner > .carousel-inner > .prev.right, .small-banner > .carousel-inner > .active {
    left: 0;
}
.small-banner > .carousel-inner > .item > .col-md-2 a {
    display: block;
    height: 50px;
    margin: 0 auto;
}
.small-banner > .carousel-inner > .item > .col-md-2 a img {
    width: 100%;
    height: 100%;
    border: 1px solid #cfcfcf;
}
.small-banner > .more a {
    float: right;
    margin-top: 15px;
    color: #517d88;
}


/****** Fat-Footer ******/
.fat-footer {
    float: left;
    width: 100%;
    background:#f5f4f4;
    position: relative;
	margin-top: -1px;
}
.fat-footer a[data-toggle=collapse] {
    position: absolute;
    top: -20px;
    background-color: #c54f61;
    left: 47%;
    color: #fff;
	font-size:0.9375em;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 30px;
}
#fat-footer-info {
    float: left;
    width: 100%;
}
#fat-footer-info > li {
    float: left;
    color: #323232;
	font-size:1.25em;
    font-weight: bold;
    text-align: left;
    width: calc(99% / 6);
    margin: 30px 0;
}
#fat-footer-info > li:last-child {
    margin-right: 0;
}
#fat-footer-info > li > a {
    color: #323232;
    line-height: 50px;
}
#fat-footer-info > li > ul > li {
	font-size:0.9em;
    font-weight: normal;
    padding: 6px 0;
}
#fat-footer-info > li > ul > li > a {
    color: #323232;
}
#fat-footer-info > li > a:hover, #fat-footer-info > li > ul > li > a:hover {
    color: #C54F61;
    text-decoration: none;
}


/****** 最新消息列表 ******/
.news-list ul li {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    float: left;
    width: 100%;
}
.news-list ul li:last-child {
	margin: 0;
}
.news-list ul li a {
	color: #000;
}
.news-list ul li a > img {
    margin: 0 0 0 5px;
    vertical-align: baseline;
}
.news-list ul li a:hover, .news-list ul li a:focus {
	color: #c54f61;
	text-decoration: none;
}
.news-list ul li .date {
    background: #c54f61;
    float: left;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin: 0 20px 0 0;
}
.news-list ul li .post-title {
	font-size:1.25em;
    font-weight: bold;
	line-height: 30px;
    float: left;
    width: calc(100% - 110px);
}
.news-list ul li .post-title span, .smallbn-title span {
	color: #517d88;
}
.arrow:before {
    content: '►';
    position: absolute;
	font-size: 0.8125em;
    line-height: 30px;
    left: 52px;
    color: #5a8896;
}

/****** 小廣告列表頁 ******/
ul.smallbn li {
    width: calc(100%/3 - 10px);
    margin: 0 5px 10px 5px;
	text-align: center;
}
ul.smallbn li:last-child {
    margin: 0 5px 10px 5px;
}
.smallbn img {
    max-width: 100%;
}
.smallbn-title {
	font-size: 1.25em;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/****** 市政新聞列表樣式 ******/
.municipal_block {
    background: #e6e6e6;
    padding: 15px;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.municipal_block >ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}
.municipal_block ul li {
    background-color: #FFF;
    padding: 15px;
    margin: 10px;
    width: calc( 100% / 2 - 20px );
    box-sizing: border-box;
    float: left;
    min-height: 400px; /*1104更新*/
}
.municipal_block ul li img {
	object-fit: cover;
	object-position: center;
}
.policy li > img {
    object-fit: initial !important;
}
.municipal_block img {
	width: 100%;
}
.municipal_block ul li .date {
    background: #c54f61;
    float: left;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin: 15px 20px 0 0;
}
.municipal_block .post-title {
	font-size: 1.25em;
    font-weight: bold;
    line-height: 30px;
    float: left;
    width: calc(100% - 117px); /*1104更新*/
	margin: 15px 0;
}
.municipal_block ul li .post-title span {
    color: #517d88;
}
.municipal_block ul li a {
    color: #000;
}
.municipal_block ul li a:hover, .municipal_block ul li a:focus {
    color: #f05f78;
    text-decoration: none;
}

.custom-object-fit {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}
.img-container {
	width: 100%;
}
a.img-container {
	display: block;
	width: 100%;
}
.custom-object-fit img {
	opacity: 0;
}


/****** 重大政策列表樣式 ******/
ul.policy li {
	min-height: 330px;
}


/****** 最新消息、市政新聞內容頁 ******/
.news-content h3 {
	color: #c54f61;
	font-size: 1.375em;
	line-height: 30px;
	font-weight: bold;
}
.news-content .release {
	font-size:1.125em;
    color: #517d88;
    margin: 10px 0 30px 0;
	float: left;
    width: 100%;
}
.news-content .release ul li{
    margin: 0 20px 0 0;
	float: left;
}
.news-info {
    margin: 0 0 30px 0;
	line-height: 25px;
}
.news-photo {
	text-align: center;
	margin: 0 0 30px 0;
}
.news-photo img {
	max-width: 80%;
}


/****** 相關圖片輪播 ******/
.list-pages {
    margin: 20px 0 30px 0;
    text-align: left;
}
.list-pages .pages-text {
	/*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
	margin: 10px 0;
}
.list-pages img {
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}
.list-pages .slick-slide{
    padding: 0 10px;
}

.list-pages .slick-prev,.list-pages .slick-prev:hover,.list-pages .slick-prev:focus{
	background: url(../images/carousel-prev01.jpg)no-repeat center left!important;
    width: 35px;
    height: 42px;
	z-index: 1;
	opacity: 0.8;
	left: 0;
    top: 45%;
}
.list-pages .slick-next,.list-pages .slick-next:hover,.list-pages .slick-next:focus{
	background: url(../images/carousel-next01.jpg)no-repeat center left!important;
    width: 35px;
    height: 42px;
	z-index: 1;
	opacity: 0.8;
	right: 0;
    top: 45%;
}
.list-pages .slick-prev:before,.list-pages .slick-next:before {
	display: none;
}


/****** 首頁快速連結輪播 ******/
.quick-link {
	margin: 35px 0;
    text-align: left;
	float: left;
	width: 100%;
}
.quick-link {
	flex: 1 1 auto;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    position: relative;
}
.quick-link .slick-list {
    margin: 0 30px;
}
.quick-link img {
    display: inline-block !important;
    /*width: 60px;
    height: 60px;*/
	transform: scale(1,1);
    transition: all 0.1s ease-out;
}
.quick-link img:hover {
    transform: scale(0.9,0.9);
}
.quick-link .link-text {
	font-size: 1em;
    vertical-align: middle;
    max-width: 55%;
    margin: 0 0 0 10px;
    display: inline-block;
    text-align: left;
    font-weight: bold;
}
.quick-link .slick-prev,.quick-link .slick-prev:hover,.quick-link .slick-prev:focus{
	background: url(../images/icon-prev.png)no-repeat center left!important;
    height: 42px;
	z-index: 1;
	opacity: 0.8;
	left: 0;
}
.quick-link .slick-next,.quick-link .slick-next:hover,.quick-link .slick-next:focus{
	background: url(../images/icon-next.png)no-repeat center left!important;
    height: 42px;
	z-index: 1;
	opacity: 0.8;
	right: 0;
}
.quick-link .item {
	text-align: center;
}
.quick-link .item a {
	color: #000;
	display: block;
}
.quick-link .item a:hover, .quick-link .item a:focus {
	color:#c54f61;
	opacity: 0.85;
	text-decoration: none;
}

/****** 內容頁表格樣式 ******/
.div_table {
	margin: 20px auto;
	float: left;
    width: 100%;
	min-height: 230px;
}
.content_list {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.css_hd, .css_td {
    display: table-cell;
	vertical-align: top; /*0513調整*/
	padding: 10px;
	font-weight: bold;
}
.css_tr {
    display: table-row;
    width: 100%;
    table-layout: fixed;
}
.list_head {
    color: #fff;
    text-align: center;
    background: #424242;
    font-weight: bold;
	font-size:1.0625em;
	padding: 10px;
}
.list_date {
    width: 130px;
    text-align: center;
}
.css_td.list_date {
    color: #517d88;
}
.list_title {
    width: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list_title a {
	color: #333;
}
.list_title a:hover, .list_title a:focus, .list_result a:hover, .list_result a:focus {
	color: #f05f78;
	text-decoration: none;
}
.bilingual .list_title, .epaper .list_title {
    white-space: normal;
	text-align: center;
}
.list_dept {
    width: 175px;
    text-align: center;
}
.list_result {
    width: 120px;
    text-align: center;
}
.list_sort, .list_project, .list_select, .epaper .list_date {
    width: inherit;
	padding: 10px;
    text-align: center;
}
.max250 {
	width: 250px;
}

.content_list .list_list:nth-child(2n) {
    background-color: #f6f6f6;
}
.content_list .list_list:nth-child(2n+1) {
    background-color: #fff;
}


/****** 樓層簡介樣式 ******/
.floor {
    float: left;
    width: 100%;
    margin: 15px 0;
}
.floor .nav-tabs>li.active>a, 
.floor .nav-tabs>li.active>a:focus, 
.floor .nav-tabs>li.active>a:hover, 
.floor .nav-tabs > li > a:hover, 
.floor .nav-tabs > li > a:focus {
	color: #fff;
	font-weight: bold;
    background-color: #517d88;
	border: 0;
}
.floor .nav-tabs > li {
	font-size:1.1765em;
    margin: 2px 0 0 0;
}
.floor .nav-tabs > li > a {
	margin-right: 2px;
	border-radius: 0;
	background: #dcdcdc;
	color: #414141;
	border: 0;
}

.floor .nav-tabs > li > a > h3 {
	font-size: 1em;
	margin: 0;
    padding: 3px 0;
	font-weight: inherit;
}
/*1027新增*/
.floor .nav-tabs > li h3 {
    margin: 0;
    display: flex;
}

.floor .nav-tabs > li h3 a {
    margin-right: 2px;
    background: #dcdcdc;
    color: #414141;
    padding: 13px 15px;
    width: 100%;
}

.floor .nav-tabs>li.active>h3 a, 
.floor .nav-tabs>li.active>h3 a:focus, 
.floor .nav-tabs>li.active>h3 a:hover, 
.floor .nav-tabs > li > h3 a:hover, 
.floor .nav-tabs > li > h3 a:focus
{
    color: #fff;
    font-weight: bold;
    background-color: #517d88;
    text-decoration: none;
}
/*1027新增*/
.floor .nav-tabs {
	border-bottom: 2px solid #517d88;
}
.add-info {
    margin: 20px 0;
    line-height: 30px;
	font-size:1.125em;
    font-weight: bold;
}
.floor_block {
	background-color: #ebebeb;
    padding: 15px;
    float: left;
    width: 100%;
}
.floor_block ul {
	list-style: none;
	padding: 0;
}
.floor_block ul li {
	background-color: #FFF;
    padding: 10px 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size:1.125em;
}
.floor_block ul li span {
    padding: 10px 15px;
    text-align: center;
	border-radius: 8px;
    color: #fff;
    display: inline-block;
    margin: 0 20px;
	font-size:0.9444em;
    font-weight: bold;
    min-width: 70px;
}
.floor_block ul li .post-title {
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: middle;
}
.block_title {
	font-size:1.25em;
    text-align: center;
    margin: 0 0px 15px;
    font-weight: bold;
}

.block_title > h4 {
	font-size: 1em;
    margin: 0;
    font-weight: bold;
}

.pink_tag {
    background:#c54f61;
}
.blue_tag {
	background: #517d88;
}



/****** 業務聯絡資訊樣式 ******/
.directory {
    background-color: #ebebeb;
    padding: 20px;
    float: left;
    width: 100%;
}
.directory_content {
	background-color: #ebebeb;
    padding: 20px;
	margin: 15px 0;
    float: left;
    width: 100%;
}
.contact_button {
	clear: both;
    float: left;
    width: 100%;
    margin: 15px 0 25px 0;
}
.contact_button a {
	text-decoration: none;
	color: #517d88;
	font-weight: bold;
	border: 2px solid #517d88;
    padding: 10px 30px;
	font-size:1.125em;
	margin: 0 auto;
    display: table;
    border-radius: 30px;
    text-align: center;
}
.contact_button a:hover {
    color: #c54f61;
}
.contact_button img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.contact_blocktitle {
	font-size:1.25em;
	text-align: center;
	padding: 12px;
	font-weight: bold;
}
.contact_blocktitle > h3 {
    font-size: 1em;
    margin: 0;
    font-weight: bold;
}
.contact_blocktitle~ul {
    width: 100%;
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 15px;
}
.contact_blocktitle~ul li {
	width: calc( 100% / 4 - 10px);
	float: left;
    line-height: 25px;
    margin: 0 10px 20px 0;
	font-size:1.0625em;
    border: 1px #ededed solid;
    padding: 10px;
}
.contact_blocktitle~ul li a {
	color: #000;
}
.contact_blocktitle~ul li img {
	margin: 0 0 0 5px;
}
.contact_blocktitle~ul li a:hover {
	color:#c54f61;
    text-decoration: none;
}
.contact_blocktitle > .btn.btn-link:focus, .contact_blocktitle > .btn.btn-link:hover {
    text-decoration: none;
    color: #fff;
	background: #7FACBA;
}
.contact_blocktitle > .btn-link.collapsed {
	background-color: #666;
}
.gray_blue {
	background-color: #80acb9;
	color: #fff;
}
.btn-link {
	color: inherit;
}
.contact_blocktitle.gray_blue> button {
    width: 100%;
	font-size:0.85em;
    padding: 12px;
}
.card-body {
    padding: 15px;
    background: #fff;
	font-size:1.0625em;
    float: left;
    width: 100%;
}
.card-body ul li {
    line-height: 25px;
	margin: 0 0 15px 0;
}
.card-body ul li a:hover {
	color: #f35d79;
}
.card-body ul li .title {
	float: left;
    color: #4d7581;
	font-weight: bold;
}
.card-body p {
	line-height: 30px;
	clear: both;
}
.contact_blocktitle.gray_blue {
	padding: 0px;
	margin-top: 2px;
}
.director_info {
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 1px #999 solid;
    padding: 15px 0 10px 0;
}
.director_info:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.content_left {
    float: left;
    color: #4d7581;
    font-weight: bold;
	clear: both;
}
.content_left, .content_right {
    margin-bottom: 10px;
    line-height: 26px;
}
.content_right {
    width: calc( 100% - 90px);
    float: left;
}
.freecall {
    background: #f35d79;
    margin: 0 10px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}
.freecall a, .freecall a:hover {
	color: #fff !important;
}
.freecall img {
	margin-left: 5px;
	margin-top: -3px;
}
.solid_line {
	clear: both;
	border-bottom: solid 1px #ababab;
	height: 2px;
	margin: 5px 0px;
}

.org_pic {
	text-align: center;
}
.org_pic img {
	max-width: 730px;
	width: 100%;
}
.uni_chief_img {
    width: 240px;
	margin: 0 20px 20px 0;
	text-align: center;
	float: left;
}
.uni_chief_img img {
	max-width: 240px;
}
.uni_chief {
    width: calc( 100% - 260px );
    float: left;
}
.unijob_block {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
h4.card-header {
    margin: 0;
}


/****** 影音列表樣式 ******/
.video_block {
    background-color: #ebebeb;
    padding: 15px 10px;
    margin: 20px 0;
	float: left;
	width: 100%;
}
.video_block >ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}
.video_block ul li {
    background-color: #FFF;
    padding: 15px;
    width: calc( 100% / 3 - 13px);
    box-sizing: border-box;
    margin: 0 5px 20px 5px;
    display: inline-block;
	vertical-align: top;
}
.video_block ul li img {
	object-fit: cover;
	object-position: center;
}

.video_block img {
	width: 100%;
}
.video_title {
	float: left;
	width: calc( 100% - 98px );
	margin-top: 10px;
	font-size:1.25em;
    font-weight: bold;
    line-height: 30px;
}
.video_tag {
	padding: 8px;
	text-align: center;
	min-width: 67px;
	background-color: #c54f61;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin: 15px 10px 10px 0px;
}
.post_bu {
	color: #517d88;
	clear: both;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video_title .post_title {
	color: #000;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
}
.video_title .post_title a {
	color: #000;
}
.video_title .post_title a:hover, .video_title .post_title a:focus {
    color: #f05f78;
    text-decoration: none;
}
.post_content {
    clear: both;
    color: #5b5b5b;
    min-height: 55px;
    float: left;
    width: 100%;
}
.viewer {
    float: right;
    color: #517d88;
    padding: 5px 0px 0px 0px;
    font-weight: bold;
	font-size:0.9375em;
}


/****** 影音、資訊內容樣式 ******/
.video_content h3 {
    color: #c54f61;
	font-size:1.375em;
    line-height: 30px;
    font-weight: bold;
}
.video_frame {
	width: 100%;
	padding: 20px 10%;
}
.video_description {
	color: #333;
	line-height: 28px;
	padding-bottom: 50px;
}


/****** 社群網路樣式 ******/
.social_block {
	width: calc( 100% / 2 - 20px);
	background: #fff;
	position: relative;
	padding: 30px 20px;
	float: left;
    margin: 10px;
	min-height: 210px;
}
.social_tag {
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size:1em;
	padding: 2px 7px;
	box-sizing: border-box;
}
.social_iconimg {
	width: 30%;
	float: left;
	overflow: hidden;
	border-radius: 20px;
	border: 2px solid #ccc;
}
.social_iconimg img {
	width: 100%;
	object-fit: fill;
    object-position: center;
}
.social_dc {
	height: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}
.city_dc {
   overflow: hidden;
   text-overflow: ellipsis;
   word-break: break-word;
}
.social_text {
    width:70%;
	float: left;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	line-height: 28px;
}
.color_fb {
	background-color: #48659f;
}
.color_ytb {
	background-color: #ff0000;
}
.social_title {
	color: #517d88;
	font-size:1.25em;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.social_title a {
    color: #517d88;
}
.social_title a > img {
    vertical-align: inherit;
}
.social_title a:hover, .social_title a:focus {
    color: #c54f61;
	text-decoration: none;
}
.social_manage {
	font-size:1em;
	font-weight: bold;
}



/****** APP列表樣式 ******/
.app_block {
    width: calc( 100% / 5 - 20px);
    background: #fff;
    position: relative;
    padding: 20px 10px;
    float: left;
    margin: 10px;
	min-height: 260px;
}

.app_iconimg {
	width: 139px;
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
	margin: 0 auto;
}
.app_iconimg img {
	text-align: center;
	width: 100%;
	max-width: 120px;
}
.app_title {
    color: #414141;
	font-size:1.125em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.os_type {
    text-align: center;
    display: inline-block;
}
.os_type >span > img {
	width: inherit;
	margin-top: -3px;
}
.os_type >span >a img {
	width: inherit;
	margin-top: -3px;
}
.adr_green {
	background-color: #8ac349;
	padding: 5px 20px;
	border-radius: 30px;
	float: left;
	margin: 0 2px;
}
.ios_gray {
	background-color: #848484;
	padding: 5px 20px;
	border-radius: 30px;
	float: left;
	margin: 0 2px;
}
a span.adr_green >img, a span.ios_gray >img {
	width: inherit;
	margin-top: -3px;
}


/****** 熱門活動內容頁 ******/
.event-detail {
	background: #edeff0;
	padding: 15px 20px;
	line-height: 25px;
    margin: 0 0 30px 0;
	float: left;
    width: 100%;
}
.event-detail .content_left {
    color: #333;
}
.event-detail .content_left, .event-detail .content_right {
    margin-bottom: 0;
    line-height: 26px;
}

/****** 熱門活動-時間軸 ******/
.switch-icon {
    float: right;
    display: inline;
}
.switch-icon img {
    margin-left: 5px;
	width: 40px;
}
.event-titmeline {
    margin: 20px 0;
	border-left: 5px #dbdbdb solid;
    padding: 0 0 0 45px;
	float: left;
    width: 100%;
}
.select-date {
	text-align: center;
	margin: 10px 0 0;
}
.select-date h3 {
	color: #c54f61;
	font-size:1.375em;
	font-weight: bold;
	line-height: 30px;
	margin: 30px 0;
	display: inline-block;
	vertical-align: middle;
}
.select-date .prev, .select-date .next {
	width: 50px;
    height: 35px;
	color: transparent;
	vertical-align: middle;
    display: inline-block;
	font: 0/0 a;
}
.select-date .prev {
    background: url(../images/timeline-prev.jpg) no-repeat;
    background-size: 35px;
}
.select-date .next {
    background: url(../images/timeline-next.jpg) no-repeat 15px 0;
    background-size: 35px;
}
.event-right {
    background: #f1f0f0;
    margin: -15px 0 55px 0;
    box-shadow: 0px 5px 7.6px 0.4px rgba(0,0,0,0.35);
    float: left;
    width: 100%;
}
.event-right:before {
    position: absolute;
    content: "";
    border: 5px solid #5aaec8;
    width: 25px;
    height: 25px;
    left: 5px;
    background: #fff;
    border-radius: 30px;
    margin-top: 10px;
}
.event-date {
	background: #517d88;
	padding: 13px 20px;
	font-weight: bold;
	color: #fff;
	float: left;
	border-bottom-right-radius: 30px;
}

.event-date:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px;
    border-color: transparent #517d88 transparent transparent;
    left: 17px;
    margin-top: -13px;
}


.event-titmeline .event-today {
	background: #c54f61;
}

.event-titmeline .event-today:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px;
    border-color: transparent #c54f61 transparent transparent;
    left: 17px;
    margin-top: -13px;
}

.event-right ul {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 20px 20px;
	font-size:1.125em;
    line-height: 30px;
	font-weight: bold;
}

.event-right ul li {
    border-bottom: 1px #fff solid;
    padding: 10px 0 0 15px;
    background: url(../images/icon-arrow.png) 0 20px no-repeat;
}  
.event-right ul li span {
	color: #517D88;
}

.event-right ul li a {
	color: #333;
    display: inline-block;
	width: calc(100% - 350px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-right ul li a:hover, .event-right ul li a:focus {
	color: #f05f78;
	text-decoration: none;
}

.event-right ul li .right-box {
    padding: 0 20px 0 0;
	float: right;
}
.chosen-container {
	width: 70% !important;
}


/***** 熱門活動-行事曆 ****/
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableHead {
	display: table-cell;
	font-weight: bold;
	font-size:1.125em;
	padding: 10px;
}
.divTableCell {
    display: table-cell;
    padding: 15px;
    font-weight: bold;
	font-size:1.0625em;
}
.divTableCell a {
	color: #333;
}
.divTableCell a:hover, .divTableCell a:focus {
	color: #f05f78;
	text-decoration: none;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableRow:first-child {
	background-color: #424242;
}

.cal_ck{
	border-bottom: none!important;
}
.ca_th{
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.cal_ck:first-child{
	background-color: #f05f78;
}
.cal_ck:last-child{
	background-color: #44bdb0;
}

.divTable.cal {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
	width: 100%;
}
.divTable.cal >.divTableBody >.divTableRow >.divTableCell {
	width: calc( 100% / 7 );
    border: #d9d9d9 1px solid;
	padding: 10px;
	height: 150px;
}
.divTable.cal >.divTableRow:nth-child(odd) {
    background-color: transparent;
}
.divTable.cal >.divTableBody >.divTableRow:nth-child(odd) {
    background-color: #fff;
}
.divTable.cal >.divTableBody >.divTableRow:first-child {
    background-color: #424242;
}
.prv_net{
	background-color: #e0e0e0;
}
.cal_date{
	font-size:1.125em;
	text-align: right;
	font-weight: bold;
}
.cal_ol{
    margin: 0;
    padding: 0;
}
ol.cal_ol li {
	list-style: none;
	background-image: url(../images/icon-arrow.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.btn_cal a {
	background-color: #517d88;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
	float: left;
    width: 100%;
}
.btn_cal a:hover, .btn_cal a:focus {
	background: #f05f78;
	color: #fff;
}
.today {
	background-color: #fef9e0;
}
li.cal_ol a {
    color: #333;
}
/****行事曆END****/



/**** 問卷調查 ****/
.quest_list {
	float: left;
	width: 100%;
    padding: 20px;
	/*border: 1px #ddd solid;*/	
	background: #edeff0;
	margin: 0 0 30px 0;
}
.quest_list .form-horizontal .control-label {
    margin-bottom:5px;
    text-align: left;
}

.quest_list label.checkbox-inline {
    float: left;
}
.result_info {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.result_info h4 {
	font-weight: bold;
}
.result_info ul li {
	line-height: 30px;
	word-break: break-all;
	clear: both;
}
.result_info ul li .content_left {
	width: 200px;
}
.result_info ul li .content_right {
    width: calc( 100% - 200px);
	font-size:0.9375em;
    line-height: initial;
}

.bar_graph {
    float: left;
	height: 20px;
    width: inherit;
}

/**** 各區簡介地圖 ****/
.map_show {
    display: block;
}
.map_hide {
    display: none;
}




@media (max-width: 1199px) {
.video_block ul li {
    width: calc( 100% / 2 - 13px);
}
.contact_blocktitle~ul li {
	width: calc( 100% / 3 - 10px);
}
}

@media all and (transform-3d), all and (-webkit-transform-3d) {
.small-banner > .carousel-inner > .item.active.left, .small-banner > .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.6667%, 0, 0);
    transform: translate3d(-16.6667%, 0, 0);
    left: 0;
}
.small-banner > .carousel-inner > .item.active.right, .small-banner > .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.6667%, 0, 0);
    transform: translate3d(16.6667%, 0, 0);
    left: 0;
}
.small-banner > .carousel-inner > .item.left, .small-banner > .carousel-inner > .item.prev.right, .small-banner > .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
}
}

/***20200526 html5***/
.vrss_tb{
	    padding-left: 30px;
		width: 100%;
		border-spacing: 0px;
		margin: 0 auto;
}
iframe{
	border: 0
}
iframe.vJmap {
    width: 100%;
    height: 300px;
	border: 0
}
.vpd_L10{
	padding-left: 10px;
}
.vpd_L50{
	padding-left: 50px;
}
.vpd_L37{
	padding-left: 37px;
}
.post-titleV {    
	width: calc(100% - 130px);    
	display: inline-block;    
	vertical-align: middle;
}

.vJlocation_pic{
text-align: center;
padding-top: 15px;
}

.vJlocation_pic img{
width: 100%;
}


/*** 美工網頁 - 桃園導覽 > 土地 ***/
table.vJmap {
    width: 183px;
    height: 562px;
    float: left;
    border-spacing: 0px;
}
table.vJmap tr th {
    background-color: #83A7B1;
}
table.vJmap tr td {
    padding: 10px;
}
.vJmapbg{
background-color: #CDE2E8;
}
.vJweb_title {
    color: #4d7581;
    font-weight: bold;
    font-size: 1.125em;
}
.vJclear {
    clear: both;
}
.vJmappic{
	width: 55%;
    padding: 3px;
    float: left;
}
.vJpdl36{
   padding-left: 36px;
}
.contact_Vjli { 
	display: inline-block; 
	margin: 10px 10px 0 0;
}
.vJbt_clear{
    display: block!important;
}
.vJpdl20{
   padding: 20px;
}
.vJw100m0{
    margin: 0px;
    width: 100%;
}
.vJsocial_block {    
border: none; 
min-height: 210px;}

.vJnobd {
    border: 0px;
}
.vJnobdImg{
	width: 100%;
}

/*** 美工網頁 - 表格樣式 ***/
.rwd-table {
	background: #fff;
	overflow: hidden;
	border: 2px #c2c2c2 solid;
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
}	
.rwd-table th, .rwd-table td {
    border: 1px #c2c2c2 solid;
}	
.rwd-table th:nth-child(1) {
	width: 6%;
}
.rwd-table th:nth-child(2) {
	width: 50%;
}
.rwd-table th:nth-child(3) {
	width: 26%;
}
.rwd-table th:nth-child(4) {
	width: 18%;
}
.rwd-table td:nth-child(1) {
	text-align: center;
}


/***20200526 sitemap網站導覽頁 ***/
.sitemap_c {
    width: 100%;
    max-width: 700px;
    margin: 10px auto;
    padding: 0 15px;
	clear: both;
}
.sitemap_img {
    text-align: center;
}
.sitemap_img img {
	max-width: 100%;
}
.xml-div a {
	float: right;
    background-color: #767676;
    font-weight: bold;
    padding: 2px 8px;
    color: #fff;
}
.sitemap-font {
	width: 80%;
    margin: 0 auto;
}
.site-name {
	padding-left: 50px;
}
ul#tree {
    padding-left: 70px;
}