/* 主CSS */
@charset "utf-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", "Segoe UI", "Helvetica Neue", Times New Roman, serif;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}
a {
  color: #00779E;
  text-decoration: none;
}
a:hover {
  color: #00856F;
  text-decoration: none;
}
a:active {
  color: #00856F;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
/* 還原全域 focus 的定位與層級，避免破壞側欄選單與卡片 */
a:focus, a:focus-visible, .views-list a:focus, .views-list a:focus-visible, button:focus, button:focus-visible, select:focus, select:focus-visible {
  outline: 3px solid red !important;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
main {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
}
.ss-hidden {
  display: block;
}
.ll-hidden {
  display: none;
}
#main-navbar h1 {
  font-size: 2.25rem;
  margin-top: unset;
  margin-bottom: unset;
}
/*無障礙通過標籤，先隱藏*/
#index-bottom-btn {
  display: none;
}
/*無障礙頁首標示*/
#AA-icon {
  
}
a.sr-only {
  font-size: 1.125rem;
  padding: 0.5rem;
  background-color: #247A75;
  color: #fff;
  position: absolute;
  top: -3rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 1031 !important;
}
a.sr-only:focus {
  position: absolute;
  left: 0;
  top: 0;
  outline-color: transparent;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  background: #247A75;
  color: #fff;
  font-weight: 700
}
.aa-logo {
  text-align: right;
}
#Accesskey_U {
  position: absolute;
  font-size: 1em;
  text-decoration: none !important;
  line-height: 100%;
  color: #ccc;
}
#Accesskey_C, Accesskey_Z {
  position: absolute;
  margin: 0;
  font-size: 1em;
  text-decoration: none !important;
  line-height: 100%;
  color: #999898;
  z-index: 5;
}
#Accesskey_C {
  top: 0;
  left: 0;
}
/*開啟新視窗共用*/
/* 若站上已有 .sr-only 就不用重複貼 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* 視覺提示（可選）：會開新視窗的連結後方顯示字樣，不影響讀屏（讀屏靠 aria-describedby） */
a[onclick*="window.open"]::after {
  content: "（新視窗）";
  font-size: 0.875em;
  margin-left: .25em;
}
.container-wider {
  padding: 10px 15px;
  max-width: 1170px;
}
.headerTop {
  background-color: #40d6a8;
}
.headerTop-container {
  margin: 0px auto;
  width: 100%;
  height: 50px;
  position: relative;
  max-width: 1400px;
}
nav {
  background-color: #88f2cf;
}
nav.scrolled {
  left: 0px;
  top: 0px;
  width: 100%;
  position: fixed;
  z-index: 10;
}
#main-navbar.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 3px 15px;
  font-size: 1.125rem;
  line-height: 1;
}
.navbar-brand img {
  width: 210px;
  transition: all .5s;
}
.navbar-brand img:hover {
  transform: scale(1.05);
}
.navMenu-list {
  margin: 0px auto;
  font-size: 0;
  text-align: center;
}
.navMenu-item.mobileshow {
  display: none;
}
.navMenu-item { /*選單底部範圍區塊*/
  position: relative;
  width: fit-content;
  padding: 0 25px;
  min-width: 175px;
  font-weight: 600;
  text-decoration: none;
  border-right: 1px solid #FFFFFF20;
  display: inline-block;
  transition: all .4s ease;
}
.navMenu-item.start {
  border-left: 1px solid #FFFFFF20;
}
.navMenu-item:hover {
  border-right: 1px solid #FFFFFF;
  background-color: #40d6a8;
}
.navMenu-item.start:hover {
  border-right: 1px solid #FFFFFF;
}
.navMenu-link { /*選單文字*/
  font-size: 1.25rem;
  color: #333;
  padding: 1rem 0px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  display: block;
}
.navMenu-link:before { /*選單文字*/
  content: "";
  display: inline-block;
  background-image: url(../images/icons/icon_nav-tree.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 19px;
  height: 22px;
  margin-right: 0.5rem;
}
.navMenu-item:hover .navMenu-link {
  color: #000;
  text-shadow: 1px 1px 1px #FFF;
}
/*手機版選單*/
.headerTop {
  display: none;
}
/*右下方按鈕*/
.right-bottom-icon {
  width: 65px;
  float: right;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 20;
}
.right-bottom-icon img {
  transition: all .5s;
}
.right-bottom-icon img:hover {
  transform: scale(1.1);
}
/*手機版的網站標題*/
.main-Logo {
  display: none;
}
/*內頁上方banner*/
.header-area h1 {
  font-size: 2.25rem;
  margin-top: unset;
  margin-bottom: unset;
  display: flex;
  justify-content: center;
}
/*******************暫時關閉幾處行政區********************/
#z223, #z226, #z232, #z233 {
  display: none;
}
/*頁尾Footer處*/
footer {
  border-top: 8px solid #40d6a8;
  padding: 20px 0px 50px;
  color: #333;
  background-color: #ccffcc;
}
.footer-info {}
.footer-info p {
  margin: 5px 0px;
  font-size: 100%;
}
.footer-info .footerLogo {
  padding: 0px 15px;
  float: left;
}
.footer-info .countNoses span {
  color: rgb(255, 255, 0);
}
.overlay {
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.active {
  display: block;
}
/*麵包屑位置列 pageFn、breadCrumb*/
.pageFn {
  margin: 0;
  width: 100%;
  position: relative;
  background-color: rgb(247, 247, 247);
}
.breadCrumb {
  padding: 0px 0px;
  font-size: 1rem;
  float: left;
  font-weight: 500;
  color: #555;
}
.breadCrumb:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(../images/icons/home.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: text-bottom;
  margin-right: 0.25rem;
}
.breadCrumb li {
  line-height: 1.5;
  font-size: 1.125rem;
  display: inline;
}
.breadCrumb li::after {
  margin: 0px 5px 0 10px;
  color: #006B59;
  display: inline-block;
  content: " >";
}
.breadCrumb li:last-child::after {
  display: none;
}
.breadCrumb li .icon-home {
  top: -2px;
  color: #006B59;
  font-size: 150%;
  vertical-align: middle;
  position: relative;
}
.breadCrumb li a {
  color: #006B59;
}
.breadCrumb li a:hover {
  color: #006BB3;
}
/*首頁自訂 */
.header-area {
  background-image: url(../images/index/header-bg.jpg);
}
.head-bgimg {
  background-color: #40d6a8;
}
/*首頁輪播區*/
.index-banner-area {
  position: relative;
  z-index: 2;
}
.index-banner-area img {
  width: 100%;
}
.banner-autoplay-controller {
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 2;
}
.banner-autoplay-controller > img {
  width: 60px;
}
.index-park-belt {
  position: relative;
  z-index: 3;
  margin-top: -17%;
  width: 100%;
}
.index-map-area {
  padding: 15px 0;
}
.list-title {
  padding: 15px 0 0;
}
h1.list-title {
  font-size: 1rem;
}
h2.zipmenu {
  font-size: 1.125rem;
  text-align: left;
  font-weight: 600;
  color: #333;
}
.mainTitle_pink {
  font-size: 1.625rem;
  font-weight: 600;
  color: #27827D;
  margin: 0;
}
.mainTitle_pink:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/icon-sukura.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 25px;
  height: 24px;
  margin-right: 0.25rem;
  vertical-align: baseline;
}
.subTitle_cray {
  font-size: 1.375rem;
  font-weight: 600;
  color: #27827D;
}
.subTitle_cray::before {
  content: "";
  display: inline-block;
  background: url("../images/icons/icon-leave.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: middle;
}
/*首頁新北地圖選單*/
.parks-map-area {
  background-image: url(../images/index/photo-mid-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
}
.embed-responsive-pc {
  padding-bottom: 95.31%;
}
/*首頁地圖區塊重製1028******************************/
.parks-map-block {
  max-width: 970px;
  width: 100%;
  margin: auto;
  position: relative;
}
.map-tag {
  position: absolute;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.map-tag:hover {
  color: #0033cc;
}
.map-tag.no-link {
  color: #666;
}
.map-tag:hover.no-link, .map-tag:focus-visible.no-link {
  transform: translate(-10px, -10px);
}
.map-tag.no-link:after {
  display: none;
  content: "(建置中)";
  font-size: 1rem;
}
.map-tag:hover.no-link:after, .map-tag:focus-visible.no-link:after {
  display: block;
  content: "(建置中)";
  font-size: 1rem;
}
/* 你提供的錨點（固定不動） */
#v253 {
  top: 6%;
  left: 39%;
} /* 石門 */
#v207 {
  top: 19%;
  left: 48%;
} /* 萬里 */
#v228 {
  top: 46%;
  left: 86%;
} /* 貢寮 */
#v233 {
  top: 79%;
  left: 33%;
} /* 烏來 */
#v239 {
  top: 53%;
  left: 8.3%;
} /* 鶯歌 */
#v237 {
  top: 64%;
  left: 17%;
} /* 三峽 */
/* 北海岸 */
#v252 {
  top: 10.5%;
  left: 32%;
} /* 三芝 */
#v251 {
  top: 17%;
  left: 23.5%;
} /* 淡水 */
#v208 {
  top: 12%;
  left: 44%;
} /* 金山 */
/* 北部內陸與西北 */
#v249 {
  top: 24.5%;
  left: 17.5%;
} /* 八里 */
#v248 {
  top: 31%;
  left: 20%;
} /* 五股 */
#v247 {
  top: 33%;
  left: 24.7%;
} /* 蘆洲 */
#v244 {
  top: 30.5%;
  left: 9%;
} /* 林口 */
#v243 {
  top: 38.5%;
  left: 18%;
} /* 泰山 */
#v242 {
  top: 41%;
  left: 21%;
} /* 新莊 */
#v241 {
  top: 37%;
  left: 27%;
} /* 三重 */
/* 北東部與山區 */
#v224 {
  top: 32%;
  left: 72%;
} /* 瑞芳 */
#v221 {
  top: 37%;
  left: 51%;
} /* 汐止 */
#v222 {
  top: 47%;
  left: 45%;
} /* 深坑 */
#v223 {
  top: 55%;
  left: 47%;
} /* 石碇 */
#v226 {
  top: 43%;
  left: 63%;
} /* 平溪 */
#v227 {
  top: 46%;
  left: 74%;
} /* 雙溪 */
#v232 {
  top: 60%;
  left: 60%;
} /* 坪林 */
/* 中央與新店板橋群 */
#v220 {
  top: 44.5%;
  left: 23%;
} /* 板橋 */
#v234 {
  top: 45%;
  left: 33%;
} /* 永和 */
#v235 {
  top: 48.3%;
  left: 28.3%;
} /* 中和 */
#v236 {
  top: 52%;
  left: 22%;
} /* 土城 */
#v238 {
  top: 50%;
  left: 15.5%;
} /* 樹林 */
#v231 {
  top: 57%;
  left: 34%;
} /* 新店 */
/*首頁三按鈕曲*/
.parks-bottom-area {
  background-image: url("../images/index/photo-bottom-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  padding-bottom: 300px;
}
/*下方按鈕新增*/
.index-main-icon {
  position: relative;
  width: 100%;
  padding-bottom: 135%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  transition: all .4s ease;
  background-size: 95%;
  border: 0;
  margin: 0;
}
.index-main-icon:hover {
  transform: translateY(-15px);
}
#micon01 {
  background-image: url("../images/index/icon-parks01-2023.png");
}
#micon02 {
  background-image: url("../images/index/icon-parks02-2023.png");
}
#micon03 {
  background-image: url("../images/index/icon-parks03-2023.png");
}
#micon01:hover {
  background-image: url("../images/index/icon-parks01-2023-over.png");
}
#micon02:hover {
  background-image: url("../images/index/icon-parks02-2023-over.png");
}
#micon03:hover {
  background-image: url("../images/index/icon-parks03-2023-over.png");
}
/*******************************************************************************************************/
/*
/*                                                   內頁樣式
/*
/*
/*******************************************************************************************************/
/*內頁上方banner*/
.inside-banner {
  display: flex;
  justify-content: center;
}
/*列表頁面*/
.views-list {
  padding: 0;
  border-top: 1px solid #eee;
}
.views-list.allage {
  border-top: 0;
  margin-top: -60px;
}
.views-list li {
  display: block;
  text-align: center;
  padding: 10px !important;
}
.views-list li img {
  border: 2px solid #FFF;
  box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.50);
  transition: all .5s;
}
.views-list li img:hover {
  border: 2px solid #88f2cf;
  box-shadow: 0px 0px 15px #88f2cf;
}
.view-zipmenu {
  background-color: #EEE;
  text-align: center;
  padding: 15px;
}
.views-content {
  color: #FFF;
  padding: 15px;
  line-height: 120%;
  text-align: left;
  position: absolute;
  bottom: 42px;
  left: 2px;
  right: auto;
  max-width: 85%;
  background-color: rgba(13, 113, 115, 0.9);
  transition: all .5s;
}
.views-list li:hover .views-content {
  background-color: rgba(0, 102, 153, 0.95);
}
.views-content h3.title {
  padding: 0;
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 600;
}
.views-list li:hover .views-content h3.title {
  color: #ffff99;
}
.views-content p.location {
  margin-bottom: 0;
}
.views-list li:hover .views-content p.location {
  color: #ffff99;
}
.page-list {
  padding: 0 15px 20px;
}
.views-mainPhoto {
  margin: -30px 0px 5px 0px !important;
  padding: 5px;
}
.views-mainPhoto img {
  border: 2px solid rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.50);
}
.TV-block {
  padding: 0 0 50px;
}
.container-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
  width: 100%;
}
.views-TV > div {
  border: 3px solid rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.50);
  margin: 15px 0;
}
.views-photo {
  z-index: 1;
  margin: 8px 0px;
  padding: 0px !important;
  border: 5px solid rgba(255, 255, 255, 1.00);
}
.click-words {
  position: absolute;
  color: #FFF;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  text-shadow: 1px 1px 3px #00000030;
  left: 0;
  bottom: 16%;
  animation: words-shake 5s ease-out infinite;
  opacity: 1;
}
@keyframes words-shake {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
/*內頁主要區域*/
.inside-content-area {
  margin: 0 auto;
  padding: 0;
  font-size: 1rem;
}
/*FB活動內頁區域*/
.inside-fb-content-area {
  margin: auto;
  padding: 0 20;
  font-size: 1rem;
  background-image: url(../images/activity/bg-image.jpg);
}
/*公園內頁標題區*/
.views-title-group {
  margin: 0 15px;
  padding: 10px 0 4.5rem;
  border-bottom: 1px solid #EEE;
}
.views-title {
  padding: 0;
}
.weather-statues {
  font-size: 1.375rem;
  color: rgb(150, 150, 150);
}
#w-info {
  margin-left: 0.5rem;
}
.views-article {
  font-size: 120%;
  line-height: 1;
  display: flex;
  align-items: center;
}
.views-article .subTitle_cray:before {
  background-image: url(../images/icons/icon-weather.png);
  width: 30px;
  height: 33px;
}
.views-article-traffic {
  margin-top: 2px;
  padding-left: 2px;
  font-size: 120%;
  line-height: 150%;
  text-align: left;
}
.fb-activity-title {
  font-size: 135%;
  line-height: 250%;
  font-weight: 600;
  text-align: center;
  color: rgb(255, 56, 120);
}
.fb-activity-content {
  font-size: 18px;
  line-height: 200%;
}
.activity-item {
  background-color: white;
  margin: 0 -10px;
  padding: 15px;
  line-height: 250%;
  border: 12px solid rgba(255, 173, 198, 1.00);
  border-radius: 30px
}
/*相關活動內文*/
.activity-box {
  padding: 1rem 0 4rem;
  border-bottom: 1px solid #EEE;
}
.activity-box img {
  border-radius: 15px;
  border: 2px solid #FFF;
  box-shadow: 2px 2px 10px 0 #00000030;
}
.activity-content {
  font-size: 1.25rem;
  line-height: 2;
  padding: 2rem;
}
.siemap-content {
  font-size: 1.125rem;
  line-height: 1.75;
  padding: 1rem 1.5rem;
}
/*活動內頁圓角圖片*/
.activity-img-radius {
  border-radius: 30px;
}
.traffic-note {
  font-size: 125%;
  color: blueviolet;
}
.activity-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: rgb(255, 56, 120);
  text-align: center;
}
.activity-circle-photo {
  padding: 15px;
  text-align: center;
}
.activity-hr {
  background-image: url(../images/activity/activity-title-hr.jpg);
  height: 28px;
  border-top: 0;
  margin: 0px;
}
.activity-sub-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: rgb(255, 56, 120);
}
#photo1 {
  position: absolute;
  text-align: right;
}
#photo2 {
  margin-top: 170px;
  padding-right: 80px;
  position: absolute;
  text-align: right;
}
#photo3 {
  margin-top: 170px;
  padding-right: 80px;
  position: absolute;
  text-align: right;
}
.vote-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(255, 56, 120);
}
/*公園介紹內容*/
.info-box {
  display: flex;
  font-size: 1.2rem;
  color: #333;
  flex-wrap: wrap;
}
.info-box.line {
  flex-wrap: nowrap;
}
.info-box .stitle {
  flex: 1 1 100%;
}
.info-box.line .stitle {
  flex: 1 1 auto;
  white-space: nowrap;
}
.info-box .content {
  flex: 1 1 100%;
  padding: 0 0 0 1.5rem;
  line-height: 1.75;
  text-align: justify;
}
.info-box.line .content {
  flex: 1 1 80%;
  padding: 0 0 0 0.75rem;
}
/************************************* 

麵包屑導覽列home

*************************************/
.icon-home::before {
  background-position: 0px 3px;
  width: 25px;
  height: 27px;
  display: inline-block;
  content: "";
  background-image: url("../images/icons/home.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
/* 查詢區 */
/* Prevent text and blocks selection */
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}
/* Hide original checkboxes. They are ugly! */
input.labelauty {
  display: none !important;
}
/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label {
  display: table;
  font-size: 0.938rem;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #1b1b1b;
  cursor: pointer;
  width: 100px;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* Stylish text inside label */
input.labelauty + label > span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked {
  display: inline-block;
  line-height: 22px;
  vertical-align: bottom;
}
/* Stylish icons inside label */
input.labelauty + label > span.labelauty-unchecked-image, input.labelauty + label > span.labelauty-checked-image {
  /* display: inline-block; */
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear;
}
/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
  margin: 0px;
}
/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #ffff99;
  color: #1b1b1b;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none;
}
input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none;
}
/* When Checked */
input.labelauty:checked + label {
  background-color: #40d6a8;
  color: #FFFFFF;
}
input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #40d6a8;
}
input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none;
}
input.labelauty:checked + label > span.labelauty-unchecked {
  display: none;
}
input.labelauty:checked + label > span.labelauty-checked {
  display: inline-block;
}
input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block;
}
/* When Disabled */
input.labelauty[disabled] + label {
  opacity: 0.5;
}
/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image {
  background-image: url(../images/input-unchecked.png );
}
input.labelauty + label > span.labelauty-checked-image {
  background-image: url(../images/input-checked.png );
}
.pagebtn {
  padding: 3px;
  margin: 3px;
  border: 1px solid #e4e4e4;
  border-radius: 3px 3px 3px 3px;
  background-color: cyan;
}
/*行政區按鈕重寫*/
#zipmenu {}
#zipmenu ul li {
  display: inline;
}
#zipmenu .checked-btn {
  color: #FFF;
  background-color: #27827D;
}
#zipmenu .checked-btn:hover {
  background-color: #27827D;
}
#zipmenu button {
  width: 100px;
  height: 40px;
  margin: 4px;
  font-weight: bold;
  font-size: 1rem;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #555;
  text-align: center;
  border-radius: 3px;
}
#zipmenu button:hover {
  color: #FFF;
  background-color: #27827D;
}
/*網站導覽*/
.sitemap-box {
  border-radius: 20px;
  overflow: hidden;
  margin: 1.5rem;
  font-weight: 400;
  font-family: poppins;
}
.sitemap-box .title {
  padding: 10px 1.5rem;
  font-size: 1.375rem;
  color: #FFF;
  background-color: #156F4F;
  letter-spacing: 1px;
}
.sitemap-box .content {
  padding: 10px 10px 25px;
  color: #555;
  background-color: #F4F4F4;
  line-height: 1.5;
  letter-spacing: 2px;
}
.sitemap-box .title a {
  color: #FFF;
  border-bottom: 1px solid #EEE;
  font-weight: 600;
}
.sitemap-box .title a:hover {
  color: #ffff66;
  border-bottom: 0;
}
.sitemap-box .content a {
  color: #156F4F;
  border-bottom: 1px solid #156F4F;
  font-weight: 600;
  font-size: 1.125rem;
}
.sitemap-box .content a:hover {
  color: #555;
  border-bottom: 0;
}
.sitemap-box > .content > .item {
  padding: 10px 1.5rem;
}
.sitemap-box .content .main-unit {
  font-size: 1rem;
}
.sitemap-box > .content > .list-item {
  display: flex;
  padding: 1rem;
}
.sitemap-box .content .list-item div {
  flex: 1 1 33%;
  text-align: center;
}
.sitemap-box > .content > .list-item:nth-child(odd) {
  background-color: transparent;
}
.sitemap-box > .content > .list-item:nth-child(even) {
  background-color: #FFF;
}
@media only screen and (max-width: 1400px) {
  /*主選單間距調整 1400*/
  .navMenu-item {
    padding: 0 20px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  /*主選單間距/字級調整 1400*/
  .navMenu-item {
    padding: 0 10px;
    min-width: auto;
  }
  .navMenu-link {
    font-size: 1.125rem;
  }
}
@media screen and (max-width:992px) {
  header {
    top: 0px;
    width: 100%;
    height: 72px;
    position: fixed;
    z-index: 1000;
  }
  .header-area {
    display: none;
  }
  .pageFn {
    margin-top: 70px;
  }
  .page-list {
    padding: 20px 0;
  }
  /*手機板選單*/
  .headerTop {
    display: block;
    border-bottom-color: #40d6a8;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .headerTop-container {
    height: 70px;
  }
  nav {
    transition: 0.3s;
    left: -300px;
    top: 0px;
    width: 300px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    background-image: none;
    background-color: #40d6a8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  }
  nav.nav-breadCrumb {
    position: relative;
    left: 0;
    box-shadow: none;
    height: unset;
    background-color: #f7f7f7;
    width: 100%;
  }
  .navMenu-item {
    width: 100%;
    border-bottom-color: rgb(235, 254, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
  }
  /*首頁地圖文字*/
  .map-tag {
    font-size: 1.125rem;
  }
  .navMenu-item.mobileshow {
    display: block;
  }
  .navMenu-list {
    padding-top: 70px;
    width: 100%;
    height: 100%;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
    background-color: #88f2cf;
  }
  /*手機版的網站標題 992*/
  .main-Logo {
    display: block;
    z-index: 1030 !important;
    left: 7px;
    top: 2px;
    position: fixed;
  }
  .main-Logo h1 {
    font-size: 2.25rem;
    margin-top: unset;
    margin-bottom: unset;
  }
  .main-Logo img {
    height: 60px;
    margin-top: 5px;
  }
  /*手機板-選單連結 992*/
  .navMenu-link {
    padding: 20px 30px;
    text-align: left;
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
  .navMenu-link:hover {
    border: currentColor;
    border-image: none;
  }
  .click-words {
    font-size: 1rem;
    bottom: 14.5%;
  }
  /*公園內頁標題區 992*/
  .views-title-group {
    margin: 0 15px;
    padding: 10px 0 1.5rem;
    border-bottom: 1px solid #EEE;
  }
  .views-title {
    padding: 0;
  }
  .views-article {
    padding: 25px 0 10px;
  }
}
@media (max-width:768px) {
  .parks-map-block {
    display: none;
  }
}
@media (max-width:576px) {
  .ss-hidden {
    display: none;
  }
  .ll-hidden {
    display: block;
  }
  .container-wider {
    padding: 10px;
  }
  .breadCrumb {
    padding: 5px 0px;
    font-size: 100% !important;
  }
  .right-bottom-icon {
    display: none;
  }
  .footer-info {
    text-align: center;
    font-size: 110%;
  }
  .footer-info .footerLogo {
    display: none;
  }
  .m-hide {
    display: none;
  }
  /*首頁Banner暫停鈕 576*/
  .banner-autoplay-controller {
    top: 80px;
    left: 25px;
  }
  .banner-autoplay-controller img {
    width: 40px;
  }
  /*換行政區按鈕寬度*/
  button.labelauty + label {
    width: 75px;
  }
  #zipmenu button {
    width: 75px;
  }
  .index-park-belt {
    z-index: 22;
    margin-top: -25%;
    position: absolute;
    width: 100%;
  }
  .parks-map-area {
    margin-top: 80px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100%;
  }
  .parks-bottom-area {
    background-image: url("../images/index/photo-bottom-bg-s.jpg");
    padding-bottom: 200px;
  }
  .page-list > .text-right {
    text-align: center;
  }
  .views-list.allage {
    margin-top: -45px;
  }
  .views-list li {
    padding: 15px !important;
    text-align: center;
  }
  .views-mainPhoto {
    margin: -35px -15px 10px -15px !important;
    padding: 0;
  }
  .views-photo {
    margin: 10px -15px 10px -15px !important;
    border: 2px solid rgba(255, 255, 255, 1.00);
    box-shadow: 0px 0px 4px rgba(118, 118, 118, 0.50);
  }
  /*公園內頁標題區 576*/
  .views-title-group {
    margin: 0;
    padding: 10px 0 1.5rem;
    border-bottom: 1px solid #EEE;
  }
  /* 內頁公園標題字變小 576*/
  .mainTitle_pink {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .subTitle_cray {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .fb-activity-item {
    margin-left: -50px !important;
    margin-right: -50px !important;
    padding: 5px;
  }
  .ph-says {
    margin: -30px -15px 0px;
    padding-top: 75px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 20px;
    background-image: url(../images/views/words-phone.png);
    background-size: 100% 100%;
  }
  .activity-item {
    background-color: white;
    margin-left: -50px !important;
    margin-right: -50px !important;
    padding: 5px;
    line-height: 250%;
    border: 6px solid rgba(255, 173, 198, 1.00);
    border-radius: 20px
  }
  .index-main-icon {
    background-size: 100%;
  }
  .activity-content {
    font-size: 1.125rem;
    line-height: 1.75;
    padding: 1rem 1.5rem;
  }
  /*網站導覽 576*/
  .sitemap-box {
    border-radius: 10px;
    margin: 1rem 0;
    font-weight: 500;
    font-family: poppins;
  }
  .sitemap-box > .content > .list-item {
    padding: 1rem 0.5rem;
  }
}
/* 1) 讓卡片的 <a> 一直是定位容器，避免 focus 當下才變定位造成位移 */
.views-list a.views-List {
  display: block;
  position: relative; /* 固定為定位容器 */
}
/* 2) 卡片的焦點用自製外框（疊在最上層），不要用預設 outline 以免被覆蓋 */
.views-list a.views-List:focus, .views-list a.views-List:focus-visible {
  outline: none !important; /* 避免雙框 */
}
.views-list a.views-List::after {
  content: "";
  position: absolute;
  inset: -4px; /* 往外擴 4px，比較醒目 */
  border: 3px solid transparent;
  pointer-events: none;
  z-index: 2; /* 疊在卡片內容上方 */
  border-radius: 4px;
}
.views-list a.views-List:focus::after, .views-list a.views-List:focus-visible::after {
  border-color: red;
}
/* 3) 確保卡片上的文字層在下方，讓上面的 ::after 能蓋得過去 */
.views-list .views-content {
  z-index: 1;
}
/* 右下角浮動兩顆連結：讓 <a> 有自己的盒子，焦點畫在圖片上最保險 */
.right-bottom-icon a {
  display: inline-block; /* 讓 <a> 包住圖片的尺寸 */
  position: relative; /* 之後若要用 ::after 畫框也OK */
}
/* === Focus Ring: 內頁圖片（views-mainPhoto／views-photo） === */
/* 讓包住圖片的 <a> 變成定位容器，自己畫一個 ::after 的紅框 */
.views-mainPhoto a, .views-photo a {
  position: relative;
  display: inline-block; /* 確保外框能包住圖片尺寸 */
  outline: none !important; /* 避免與全域 a:focus 紅框重疊 */
}
.views-mainPhoto a::after, .views-photo a::after {
  content: "";
  position: absolute;
  inset: -4px; /* 往外擴一點比較醒目 */
  border: 3px solid transparent;
  border-radius: 4px;
  pointer-events: none;
  z-index: 2; /* 壓在最上層 */
}
.views-mainPhoto a:focus-visible::after, .views-mainPhoto a:focus::after, .views-photo a:focus-visible::after, .views-photo a:focus::after {
  border-color: red;
}
/* === Focus Ring: 內嵌地圖 iframe 也給紅框（鍵盤可見）=== */
iframe:focus, iframe:focus-visible {
  outline: 3px solid red !important;
}
/* === Focus Ring：首頁底部三顆主功能按鈕（.parks-bottom-area）=== */
/* 讓外層 <a> 變成定位容器，自己畫一個 ::after 的紅框 */
.parks-bottom-area a.index-bottom-btn {
  position: relative;
  display: block; /* 讓 <a> 承接裡面卡片的尺寸 */
  outline: none !important; /* 避免和全域 a:focus 雙框疊加 */
}
/* 先放一個透明外框，聚焦時再顯示紅色 */
.parks-bottom-area a.index-bottom-btn::after {
  content: "";
  position: absolute;
  inset: -4px; /* 往外擴一點比較醒目 */
  border: 3px solid transparent;
  border-radius: 4px;
  pointer-events: none;
  z-index: 2; /* 壓在卡片最上層 */
}
/* 鍵盤聚焦時出現紅框 */
.parks-bottom-area a.index-bottom-btn:focus::after, .parks-bottom-area a.index-bottom-btn:focus-visible::after {
  border-color: red;
}
/* 讓卡片上的文字層在下方，確保紅框蓋得過去（與你既有寫法一致） */
a.index-bottom-btn {
  position: relative;
  z-index: 1;
}
/* 修正：恢復 Bootstrap 的 sr-only-focusable 功能 */
.sr-only-focusable:not(:focus):not(:active) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}