@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
  background-color: #f7f7f7;
  color: #333333;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial;
  font-size: 1.125rem;
  letter-spacing: 0.07rem;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #30446E;
}

p {
  margin: 0;
  line-height: 1.5;
}

ul {
  padding-top: inherit;
}

button {
  border: 0px solid transparent;
}

.text_primary {
  color: #054FB9;
}

/*-- 頁碼樣式 --*/
.page-btn-box {
  position: relative;
  margin: 30px 0;
  z-index: 1;
}
.page-btn-box span {
  margin: 20px 0;
  display: inline-block;
}

#MainContent_DataPager1 > .aspNetDisabled {
  display: none;
}
#MainContent_DataPager1 > a {
  display: inline-block;
  cursor: pointer;
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  border: none;
  border-radius: 20px;
  background-color: #f1f1f1;
  text-decoration: none;
  font-size: 1rem;
}
#MainContent_DataPager1 > a:hover {
  background: #30446E;
  color: #fff;
}
#MainContent_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #30446E;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
}

.table {
  vertical-align: middle;
}
.table th {
  font-weight: normal;
}

/* width */
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

/* 無障礙設定 */
/*-- keyboard-focus -- */
a:active, a:hover {
  text-decoration: none;
  outline: 0;
  transition: all linear 300ms;
}

a:visited, a:focus, a:focus-visible {
  outline: dashed 4px #fcb25f;
  transition: all linear 300ms;
}

button:active, button:focus, button:focus-visible {
  outline: dashed 4px #fcb25f !important;
  transition: all linear 300ms;
}

.eventBox button:focus-visible {
  outline: dashed 4px #faf172 !important;
  transition: all linear 300ms;
}

/*-- 視覺隱藏 */
.u-focus-only {
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-110%);
  z-index: 9999;
  transition: all linear 300ms;
}
.u-focus-only:focus {
  width: auto;
  height: auto;
  visibility: visible;
  transform: translateY(0);
  transition: all linear 300ms;
}

/*-- 導盲磚 */
.aplus-box {
  height: 20px;
  line-height: 18px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10;
}

/*-- 導盲磚 */
.c, .u, .b {
  color: transparent !important;
  position: absolute;
  z-index: 1000;
  opacity: 0;
}
.c:focus-visible, .u:focus-visible, .b:focus-visible {
  opacity: 1;
  color: #535456 !important;
}

.c, .u {
  position: relative;
}

.b:focus-visible {
  color: #cacaca !important;
}

.btn-block {
  display: inline-block;
  padding: 5px 12px;
  background-color: #30446E;
  border: 1px solid #30446E;
  border-radius: 30px;
  color: #FFF;
  transition: all 0.3s;
  width: 110px;
}
.btn-block:hover {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #FFF !important;
  transition: all 0.3s;
}
.btn-block:focus {
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn-block:active {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861) !important;
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #fff !important;
}
.btn-block:focus-visible {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #FFF;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

.btn-block-outline {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #30446E;
  border-radius: 30px;
  color: #30446E;
  background: #fff;
  transition: all 0.3s;
  width: 110px;
}
.btn-block-outline:hover {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #fff;
  transition: all 0.3s;
}
.btn-block-outline:focus {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
  color: #fff;
}
.btn-block-outline:active {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861) !important;
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #fff !important;
}
.btn-block-outline:focus-visible {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #30446E;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

/*-- BTN --*/
.btn_outline_primary {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #30446E;
  border-radius: 30px;
  color: #30446E;
  background: #fff;
  transition: all 0.3s;
}
.btn_outline_primary:hover {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #fff;
  transition: all 0.3s;
}
.btn_outline_primary:focus {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
  color: #fff;
}
.btn_outline_primary:active {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861) !important;
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #fff !important;
}
.btn_outline_primary:focus-visible {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #30446E;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

.btn_primary {
  display: inline-block;
  padding: 5px 12px;
  background-color: #30446E;
  border: 1px solid #30446E;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
}
.btn_primary:hover {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #fff !important;
  transition: all 0.3s;
}
.btn_primary:focus {
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn_primary:active {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861) !important;
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #fff !important;
}
.btn_primary:focus-visible {
  background-color: rgb(32.5063291139, 46.0506329114, 74.4936708861);
  border: 1px solid rgb(32.5063291139, 46.0506329114, 74.4936708861);
  color: #fff;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

.btn_outline_secondary {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #6c757d;
  border-radius: 30px;
  color: #6c757d;
  background: #fff;
  transition: all 0.3s;
}
.btn_outline_secondary:hover {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff;
  transition: all 0.3s;
}
.btn_outline_secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
  color: #fff;
}
.btn_outline_secondary:active {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff !important;
}
.btn_outline_secondary:focus-visible {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #6c757d;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

.btn_secondary {
  display: inline-block;
  padding: 5px 12px;
  background-color: #6c757d;
  border: 1px solid #6c757d;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
}
.btn_secondary:hover {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff !important;
  transition: all 0.3s;
}
.btn_secondary:focus {
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn_secondary:active {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff !important;
}
.btn_secondary:focus-visible {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

.btn_outline_danger {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #b51963;
  border-radius: 30px;
  color: #b51963;
  background: #fff;
  transition: all 0.3s;
}
.btn_outline_danger:hover {
  background-color: rgb(136.1893203883, 18.8106796117, 74.4902912621);
  color: #fff;
  transition: all 0.3s;
}
.btn_outline_danger:focus {
  background-color: rgb(136.1893203883, 18.8106796117, 74.4902912621);
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
  color: #fff;
}
.btn_outline_danger:active {
  background-color: rgb(136.1893203883, 18.8106796117, 74.4902912621) !important;
  border: 1px solid rgb(136.1893203883, 18.8106796117, 74.4902912621);
  color: #fff !important;
}
.btn_outline_danger:focus-visible {
  background-color: rgb(136.1893203883, 18.8106796117, 74.4902912621);
  border: 1px solid rgb(136.1893203883, 18.8106796117, 74.4902912621);
  color: #b51963;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

.btn_danger {
  display: inline-block;
  padding: 5px 12px;
  background-color: #b51963;
  border: 1px solid #b51963;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
}
.btn_danger:hover {
  background-color: rgb(136.1893203883, 18.8106796117, 74.4902912621);
  border: 1px solid rgb(136.1893203883, 18.8106796117, 74.4902912621);
  color: #fff !important;
  transition: all 0.3s;
}
.btn_danger:focus {
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn_danger:active {
  background-color: rgb(136.1893203883, 18.8106796117, 74.4902912621) !important;
  border: 1px solid rgb(136.1893203883, 18.8106796117, 74.4902912621);
  color: #fff !important;
}
.btn_danger:focus-visible {
  background-color: rgb(136.1893203883, 18.8106796117, 74.4902912621);
  border: 1px solid rgb(136.1893203883, 18.8106796117, 74.4902912621);
  color: #fff;
  outline: dashed 4px #fcb25f !important;
  color: #fff;
}

input::file-selector-button {
  color: #30446E;
  padding: 4px 14px;
  background-color: #ffffff;
  border: 1px solid #30446E;
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
  margin: 10px 20px 10px 0;
}
input::file-selector-button:hover {
  color: #ffffff;
  background-color: #30446E;
}

.logo {
  margin-bottom: 0;
  width: 183.3px;
  height: 41.6px;
}
@media (min-width: 768px) {
  .logo {
    width: 282px;
    height: 64px;
  }
}
.logo .logo-link {
  display: block;
  background: url("../images/logo.svg") no-repeat;
  margin: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-size: cover;
}
@media (min-width: 768px) {
  .logo .logo-link {
    height: 64px;
  }
}

aside .logo {
  width: 211.5px !important;
  height: 48px !important;
  margin: 30px !important;
}
aside .logo-link {
  width: 211.5px !important;
  height: 48px !important;
}

html::-webkit-scrollbar, .main::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track, .main::-webkit-scrollbar-track {
  background-color: #ffffff;
}
html::-webkit-scrollbar-thumb, .main::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #8ebbfc;
}

.left_area .list-group::-webkit-scrollbar {
  width: 0px;
}
.left_area .list-group::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.left_area .list-group::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #054FB9;
}

#overview_area .deg1 {
  background-color: #71DCC2;
}
#overview_area .deg2 {
  background-color: #F7DE6D;
}
#overview_area .deg3 {
  background-color: #FFC057;
}
#overview_area .deg4 {
  background-color: #FFB9A7;
}
#overview_area .deg5 {
  background-color: #F6BAEC;
}
#overview_area .deg6 {
  background-color: #F6BEB4;
}
#overview_area .deg7 {
  background-color: #e9e9e9;
}
#overview_area .border1 {
  border-color: #4EB99F;
}
#overview_area .border2 {
  border-color: #E3CA59;
}
#overview_area .border3 {
  border-color: #D6891F;
}
#overview_area .border4 {
  border-color: #BA554C;
}
#overview_area .border5 {
  border-color: #8D5383;
}
#overview_area .border6 {
  border-color: #925D57;
}
#overview_area .border7 {
  border-color: #8b8b8b;
}

.map_all {
  position: relative;
  margin-top: 20px;
}
.map_all .cls-1 {
  display: none;
}
.map_all .map_station {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map_all .region {
  background-color: transparent;
}
.map_all .region:nth-child(1) {
  position: absolute;
  top: 15%;
  left: 38%;
}
@media (min-width: 576px) {
  .map_all .region:nth-child(1) {
    top: 18%;
  }
}
@media (min-width: 992px) {
  .map_all .region:nth-child(1) {
    top: 20%;
  }
}
.map_all .region:nth-child(2) {
  position: absolute;
  top: 48%;
  left: 40%;
}
@media (min-width: 576px) {
  .map_all .region:nth-child(2) {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .map_all .region:nth-child(2) {
    top: 50%;
  }
}
.map_all .region:nth-child(3) {
  position: absolute;
  top: 65%;
  left: 18%;
}
@media (min-width: 576px) {
  .map_all .region:nth-child(3) {
    top: 65%;
  }
}
@media (min-width: 992px) {
  .map_all .region:nth-child(3) {
    top: 65%;
  }
}
.map_all .region:nth-child(4) {
  position: absolute;
  top: 76%;
  left: 30%;
}
@media (min-width: 576px) {
  .map_all .region:nth-child(4) {
    top: 78%;
  }
}
@media (min-width: 992px) {
  .map_all .region:nth-child(4) {
    top: 80%;
  }
}

.dot_info {
  margin: 60px 0;
}
@media (min-width: 1200px) {
  .dot_info {
    margin: 30px 0 0 0;
  }
}
.dot_info .dot_item {
  display: inline-block;
  margin-right: 15px;
  line-height: 40px;
}
.dot_info .dot_icon {
  width: 20px;
  height: 20px;
  margin: -3px 10px 0 0;
}

.header {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  height: 80px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
  }
}
.header .top_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 80px;
}
@media (min-width: 768px) {
  .header .top_wrap {
    height: 100px;
  }
}

/*上方左側區塊 */
.topbox {
  width: calc(100% - 282px);
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .topbox {
    display: block;
  }
}

/*-- 上方連結 --*/
.topLinkBox {
  display: none;
}
@media (min-width: 1200px) {
  .topLinkBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.topLinkBox > a {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin-top: 16px;
  color: #333333;
  padding-right: 15px;
}
.topLinkBox > a:first-child {
  padding-right: 15px;
}
.topLinkBox > a:hover {
  color: #30446E;
}
.topLinkBox .searchBtn {
  border-left: 1px solid #333333;
  padding-left: 15px;
}

/*-- 隱藏Google搜尋列 --*/
.search-box {
  width: 100%;
  height: 300px;
  padding: 120px 0;
  background-color: rgba(228, 228, 228, 0.9725490196);
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 30;
  overflow: auto;
  opacity: 0;
  transition: all 0.8s;
}
.search-box.open {
  top: 90px;
  opacity: 1;
  transition: all 0.8s;
}

/*  搜尋 closeBtn */
.closeBox {
  margin: 0 25px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.closeBox .closeBtn {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #333333 !important;
  margin: 20px 0;
  transition: all 0.3s;
}
.closeBox .closeBtn::before {
  content: "CLOSE";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #333333;
}
.closeBox .closeBtn:hover {
  background-color: #30446E;
}
.closeBox .closeBtn:hover svg {
  color: #fff;
}

.form-inline {
  display: flex;
  justify-content: center;
  align-items: center;
}

form.gsc-search-box {
  width: 800px !important;
  margin-bottom: 0;
}

/*-- 搜尋列 --*/
.gsc-input-box {
  border-radius: 20px 0 0 20px;
  padding: 0;
}

.gsc-input {
  padding-right: 0 !important;
  letter-spacing: 1px;
}

table.gsc-search-box {
  padding: 2px;
}
table.gsc-search-box td.gsc-input {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
table.gsc-search-box td.gsc-input .gsib_a {
  width: 90%;
  height: 40px;
}

.gsc-input {
  padding: 3px;
  height: 100%;
}

#___gcse_1 {
  width: 100%;
}

.gsc-search-button-v2 svg {
  fill: #ffffff !important;
  font-size: 1.15rem;
}

.search-box input[type=search] {
  padding-right: 90px;
  border: 1px solid #666666;
}
.search-box input[type=search]::-webkit-input-placeholder {
  color: rgb(77, 77, 77);
}
.search-box input[type=search]::-moz-placeholder {
  color: rgb(77, 77, 77);
  opacity: 1;
}
.search-box button {
  height: 40px;
  width: 40px;
  padding: 6px;
  background: #30446E;
  border-radius: 0 20px 20px 0;
  border: none;
  margin: 0;
}
.search-box button a.gsst_a {
  padding: 0 4px;
}

.mobileMenuBtn {
  display: inline-block;
  position: relative;
  right: 10px;
  padding: 0;
  width: 30px;
  height: 24px;
  background-color: #FFF;
}
@media (min-width: 1200px) {
  .mobileMenuBtn {
    display: none;
  }
}
.mobileMenuBtn span.mid {
  font-size: 0;
  text-indent: -9999;
}
.mobileMenuBtn span.mid::before, .mobileMenuBtn span.mid::after {
  content: "";
  position: absolute;
  width: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobileMenuBtn span.mid::before {
  height: 2px;
  background-color: #30446E;
}
.mobileMenuBtn span.mid::after {
  height: 16px;
  border-top: 2px solid #30446E;
  border-bottom: 2px solid #30446E;
}

.menu-box {
  position: relative;
  z-index: 20;
  display: none;
}
@media (min-width: 1200px) {
  .menu-box {
    display: flex;
    justify-content: flex-end;
  }
}
.menu-box ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.menu-box ul li.menu-Level1 {
  position: relative;
  text-align: start;
}
.menu-box ul li.menu-Level1 a.menu-link {
  display: block;
  padding: 15px 20px;
  color: #333333;
}

#navmenu-v {
  align-items: center;
}
#navmenu-v > li.menu-Level1 > a.menu-link {
  padding: 8px 15px 12px;
}
#navmenu-v > li.menu-Level1 > a.menu-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #30446E;
}
#navmenu-v > li.menu-Level1 > a.menu-link:hover {
  color: #30446E;
}
#navmenu-v > li.menu-Level1 > a.menu-link:hover::after {
  width: 100%;
}

#navmenu-v li.menu-Level1 ul.WebMenuList2 {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 180px;
  z-index: 99;
  width: 180px;
}
#navmenu-v li.menu-Level1:hover ul.WebMenuList2 {
  display: block;
}

ul#navmenu-v ul.WebMenuList2 li.menu-Level1 ul.WebMenuList3 {
  display: none;
  width: 180px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
}
ul#navmenu-v ul.WebMenuList2 li.menu-Level1:hover ul.WebMenuList3 {
  display: block;
}

#navmenu-v ul a {
  background-color: #e6e6e6;
  border-bottom: dashed 1px #ccc;
}
#navmenu-v ul a:hover {
  background-color: #8ebbfc;
}
#navmenu-v ul li:last-child a.menu-link {
  border: none;
}

.mobileMenu {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #30446E;
  padding: 15px 20px 15px 40px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  text-align: right;
}
@media (min-width: 992px) {
  .mobileMenu {
    width: 50%;
  }
}
.mobileMenu a.off {
  font-size: 1.5rem;
  transition: color 0.3s;
}
.mobileMenu svg {
  color: #fff;
}
.mobileMenu span {
  font-size: 0;
  text-indent: -999px;
}
.mobileMenu ul {
  list-style: none;
  padding-left: 0;
}

.topBtn {
  display: blovk;
  margin-top: 20px;
}
.topBtn li {
  width: 100%;
  margin-bottom: 8px;
}
.topBtn a {
  display: block;
  width: 100%;
  padding: 6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 20px;
  border: 1px solid #fff;
}

ul#navmenu-v2 {
  width: 100%;
  margin: 0;
}
ul#navmenu-v2 li {
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 40px;
  border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
}
ul#navmenu-v2 li.child::after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  top: 10px;
  right: 26px;
  border: solid 3px #fff;
  border-width: 0px 3px 3px 0;
  padding: 5px;
  transform: rotate(45deg);
}
ul#navmenu-v2 li:last-child {
  border-bottom: none;
}
ul#navmenu-v2 li a {
  padding: 0 10px;
  display: block;
  text-align: left;
  color: #fff;
}
ul#navmenu-v2 ul {
  display: none;
  background-color: rgb(55.746835443, 78.9746835443, 127.753164557);
}
ul#navmenu-v2 ul li {
  border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
}
ul#navmenu-v2 ul li a {
  margin-left: 1rem;
}
ul#navmenu-v2 ul ul {
  background-color: rgba(86, 104, 74, 0.8392156863);
}
ul#navmenu-v2 ul ul li {
  border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
}
ul#navmenu-v2 ul ul li a {
  margin-left: 2rem;
}

.bottom-menu {
  background: #30446E;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.bottom-menu .collapse_btn {
  padding: 10px 0;
}
.bottom-menu .btn-sm {
  padding: 5px 0;
  padding: 5px 12px;
  color: #e6e6e6;
}
.bottom-menu .btn-sm:hover {
  color: #8ebbfc;
}

#collapse_wrap {
  background-color: #30446E;
  padding-top: 20px;
}
#collapse_wrap ul {
  padding-left: 0;
  padding-top: 0;
  list-style: none;
}

.is-hidden {
  display: none;
}

.bottom-menu--list {
  display: flex;
  flex-wrap: wrap;
  padding: 3em 0;
}
.bottom-menu--list > li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .bottom-menu--list > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .bottom-menu--list > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .bottom-menu--list > li {
    width: 25%;
  }
}
.bottom-menu--list > li > a {
  display: block;
  border-bottom: 1px solid;
  letter-spacing: 1px;
  padding: 10px 8px 10px 0;
  margin-bottom: 0.5rem;
  color: #fff;
}
.bottom-menu--list > li > a:hover {
  color: #8ebbfc;
}
.bottom-menu--list > li a {
  color: #fff;
}
.bottom-menu--list > li a:hover {
  color: #8ebbfc;
}
.bottom-menu--list > li ul {
  list-style: none;
  padding-left: 0;
}
.bottom-menu--list > li ul ul {
  padding-left: 16px;
}

.footer {
  background: #30446E;
  position: relative;
}
.footer a {
  color: #e6e6e6;
}
.footer a:hover {
  color: #8ebbfc;
}
.footer .footer-box {
  color: #ffffff;
  position: relative;
  padding: 60px 0 16px;
  line-height: 1.7;
}
.footer .footer-inf {
  text-align: left;
}
.footer .browse {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .footer .browse {
    padding-bottom: 0;
  }
}
.footer .footer-aa {
  display: block;
  width: 150px;
  height: 53px;
  margin: 12px 0;
}
.footer .footer-aa img {
  width: 100%;
}
.footer .copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .footer .copyright {
    margin-top: 200px;
  }
}

.forecast_area, .station_card, #overview_area {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.linkBox h2, .measureBox h2, .forecast_area h2, #overview_area h2 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  position: relative;
  color: #555555;
}
@media (min-width: 768px) {
  .linkBox h2, .measureBox h2, .forecast_area h2, #overview_area h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.linkBox h2::before, .measureBox h2::before, .forecast_area h2::before, #overview_area h2::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #054FB9;
}

.measureBox div .read_more, .forecast_area .read_more {
  padding: 10px 25px;
  background-color: #30446E;
  color: #ffffff;
  border-radius: 500px;
  transition: 0.25s ease-in-out;
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .measureBox div .read_more, .forecast_area .read_more {
    padding: 8px 15px;
  }
}
.measureBox div .read_more:hover, .forecast_area .read_more:hover {
  color: #8ebbfc;
}
.measureBox div .read_more img, .forecast_area .read_more img {
  margin: -3px 0 0 40px;
  filter: brightness(100);
  width: 12px;
  height: 12px;
}

.main {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .main {
    padding: 30px 0 100px 0;
  }
}
.main .body-content {
  position: relative;
}

.bannerBox {
  position: relative;
}
.bannerBox img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .bannerBox img {
    border-radius: 20px;
  }
}
.bannerBox a {
  display: block;
}
.bannerBox .banner_title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .bannerBox .banner_title {
    font-size: 1.875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.bannerBox .banner_btn {
  display: none;
  position: absolute;
  right: 24px;
  bottom: -24px;
}
@media (min-width: 768px) {
  .bannerBox .banner_btn {
    display: block;
  }
}
@media (min-width: 992px) {
  .bannerBox .banner_btn {
    bottom: 3px;
  }
}
.bannerBox .banner_btn img {
  width: 24px;
  height: 24px;
  border: none;
}
.bannerBox .banner_btn .btn {
  border: none;
  padding: 0 10px 0 0;
}
@media (min-width: 992px) {
  .bannerBox .banner_btn .btn {
    padding: 0 15px 0 0;
  }
}

.news_area {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .news_area {
    margin-top: 0;
  }
}
.news_area .news_content {
  display: block;
}
.news_area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news_area h2 {
  display: block;
  padding: 15px 30px;
  border-radius: 0 10px 0 10px;
  background-color: #30446E;
  font-size: 1.875rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .news_area h2 {
    border-radius: 20px 0 20px 0;
    left: auto;
    right: 0;
    text-align: right;
  }
}
.news_area .news_img {
  position: relative;
  width: 100%;
  height: initial;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .news_area .news_img {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .news_area .news_img {
    height: 300px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .news_area .news_img {
    height: 360px;
  }
}
@media (min-width: 1400px) {
  .news_area .news_img {
    height: 420px;
  }
}
.news_area .news_time {
  color: #054FB9;
  margin-top: 20px;
}
.news_area .news_title {
  font-size: 1.5rem;
  margin-top: 5px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .news_area .news_title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .news_area .forecast_info {
    overflow: hidden;
    max-height: 120px;
  }
}
.news_area .forecast_title {
  font-size: 1.125rem;
  margin-top: 5px;
  letter-spacing: 1px;
}

.aqi_item .item_state {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

#overview_area {
  margin-top: 80px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  #overview_area {
    padding: 40px 60px;
  }
}
#overview_area h2::before {
  top: 4.5rem;
}
@media (min-width: 768px) {
  #overview_area h2::before {
    top: 6rem;
  }
}
#overview_area h2 span {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  #overview_area h2 span {
    font-size: 1.44rem;
  }
}

.sensor_link {
  padding: 10px 20px;
  border: 1px solid;
  color: #30446E;
  border-radius: 500px;
  font-size: 1rem;
  margin: 0 0 60px 0;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .sensor_link {
    margin: 20px 0 0 0;
    text-align: left;
    display: inline-block;
  }
}
.sensor_link:hover {
  color: #054FB9;
}
.sensor_link img {
  width: 12px;
  height: 12px;
  margin: -3px 0 0 25px;
}

.overview_time {
  font-size: 0.875rem;
  color: #555555;
  margin: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .overview_time {
    text-align: right;
    margin-top: 0;
    color: #054FB9;
    font-size: 1rem;
  }
}

.overview_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .overview_top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.overview_top .station_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .overview_top .station_info {
    flex-direction: row;
    align-items: flex-end;
  }
}
.overview_top .station_info p {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .overview_top .station_info p {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
}
.overview_top .station {
  font-size: 1.125rem;
  padding: 5px 20px;
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  .overview_top .station {
    margin: 0 0 0 25px;
    background-color: #e6e6e6;
    border-radius: 500px;
    font-size: 1rem;
  }
}
.overview_top .state_info {
  font-size: 1rem;
  margin-top: 25px;
}
.overview_top .state {
  padding: 5px 20px;
  border-radius: 500px;
  margin-right: 10px;
}
.overview_top .aqi_text {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  width: 260px;
  height: 260px;
  border: 10px solid;
  border-radius: 50%;
  background-color: none;
}
@media (min-width: 768px) {
  .overview_top .aqi_text {
    margin: 0;
    flex-direction: row;
    align-items: flex-end;
    width: initial;
    height: initial;
    border: none;
    padding: 0;
    margin: 0;
  }
}
.overview_top .aqi_text p {
  font-size: 1rem;
  line-height: 1.125rem;
}
@media (min-width: 1400px) {
  .overview_top .aqi_text p {
    font-size: 1.125rem;
  }
}
.overview_top .aqi_num {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .overview_top .aqi_num {
    margin-left: 10px;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .overview_top .aqi_num {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.overview_top .aqi_state {
  font-size: 1rem;
  font-weight: normal;
}

.aqi_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.aqi_item .item_name {
  font-size: 0.875rem;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .aqi_item .item_name {
    font-size: 1.75rem;
    padding: 0;
    background-color: #ffffff !important;
  }
}
.aqi_item .item_name span {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .aqi_item .item_name span {
    font-size: 1rem;
  }
}
.aqi_item .item_state {
  display: none;
}
@media (min-width: 576px) {
  .aqi_item .item_state {
    display: block;
    margin-right: 15px;
  }
}
.aqi_item .item_num {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .aqi_item .item_num {
    justify-content: flex-start;
  }
}
.aqi_item .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
  font-size: 0.75rem;
  color: #555555;
  font-weight: normal;
}
@media (min-width: 768px) {
  .aqi_item .num {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .aqi_item .num {
    margin-left: 40px;
  }
}
.aqi_item .num span {
  font-size: 1.875rem;
  font-weight: 500;
}

.time_btn {
  margin-top: 30px;
  text-align: center;
}
.time_btn img {
  width: 15px;
  height: 15px;
  margin-top: -3px;
}
.time_btn .time_prev, .time_btn .time_load, .time_btn .time_next {
  padding: 10px 20px;
  border-radius: 500px;
  border: 1px solid;
  color: #054FB9;
  background-color: transparent;
  display: inline-block;
  margin: 0 5px;
  transition: 0.25s ease-on-out;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .time_btn .time_prev, .time_btn .time_load, .time_btn .time_next {
    font-size: 1rem;
    margin: 0 20px;
  }
}
.time_btn .time_prev:hover, .time_btn .time_load:hover, .time_btn .time_next:hover {
  color: #30446E;
}
.time_btn .time_prev, .time_btn .time_next {
  max-height: 40px;
}
.time_btn .time_prev img {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .time_btn .time_prev img {
    margin-right: 25px;
  }
}
.time_btn .time_next img {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .time_btn .time_next img {
    margin-left: 25px;
  }
}

.station_card {
  background-color: #ffffff;
  padding: 0 20px 30px 20px;
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
}
.station_card p {
  color: #555555;
}
.station_card .card_type {
  background-color: #e6e6e6;
  font-size: 0.875rem;
  padding: 5px 15px;
  border-radius: 0 0 10px 10px;
  right: 15px;
  position: absolute;
}
.station_card .card_title {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
}
@media (min-width: 1400px) {
  .station_card .card_title {
    font-size: 2.375rem;
  }
}
.station_card .card_state {
  font-size: 1rem;
}
.station_card .card_img {
  margin: 3px 5px 0 0;
}
.station_card .card_num {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (min-width: 1400px) {
  .station_card .card_num {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

.forecast_area {
  margin-top: 80px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .forecast_area {
    padding: 0;
  }
}
.forecast_area h2 {
  order: 2;
}
@media (min-width: 768px) {
  .forecast_area h2 {
    order: 1;
  }
}
.forecast_area h2::before {
  top: 2.5rem;
}
@media (min-width: 768px) {
  .forecast_area h2::before {
    top: 3.5rem;
  }
}
.forecast_area .forecast_content {
  padding: 20px;
}
@media (min-width: 576px) {
  .forecast_area .forecast_content {
    padding: 45px 30px;
  }
}
@media (min-width: 1200px) {
  .forecast_area .forecast_content {
    padding: 25px 30px;
  }
}
@media (min-width: 1400px) {
  .forecast_area .forecast_content {
    padding: 50px 30px;
  }
}
.forecast_area .forecast_img {
  width: 100%;
  height: initial;
  overflow: hidden;
}
.forecast_area .forecast_top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .forecast_area .forecast_top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.forecast_area .forecast_time {
  color: #054FB9;
  margin-bottom: 15px;
  order: 1;
}
@media (min-width: 768px) {
  .forecast_area .forecast_time {
    margin-bottom: 0;
    order: 2;
  }
}
.forecast_area .forecast_title {
  font-size: 1.5rem;
  margin-top: 30px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .forecast_area .forecast_title {
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .forecast_area .forecast_title {
    font-size: 1.875rem;
  }
}
.forecast_area .forecast_info {
  letter-spacing: 1px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (min-width: 768px) {
  .forecast_area .forecast_info {
    -webkit-line-clamp: 3;
  }
}
.measureBox {
  position: relative;
  margin-bottom: 50px;
}
.measureBox h2 {
  position: relative;
  text-align: center;
}
.measureBox h2::before {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.measure-list {
  margin: 50px 0 0;
}

.measure-item a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.measure-item .photo {
  position: relative;
  height: 202px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .measure-item .photo {
    max-height: 170px;
  }
}
@media (min-width: 1400px) {
  .measure-item .photo {
    max-height: 250px;
  }
}
.measure-item .photo img {
  min-height: 100%;
  transition: all 0.3s;
}
.measure-item .measure-info {
  padding: 0 16px 16px;
  transition: all 0.3s;
}
.measure-item .measure-info .date {
  font-size: 1rem;
  color: rgb(71.2405063291, 100.9240506329, 163.2594936709);
}
.measure-item .measure-info .item-title {
  font-size: 1.125rem;
  color: #333;
  height: 55px;
  overflow: hidden;
}

.measure-list .measure-item:hover .photo img {
  transform: scale(1.1, 1.1);
}

.linkBox {
  position: relative;
  padding: 80px 0;
}
.linkBox h2 {
  position: relative;
  text-align: center;
}
.linkBox h2::before {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.link-list {
  margin-top: 50px;
}
.link-list .link-item {
  margin-bottom: 10px;
}
.link-list a.link {
  border: solid 1px rgb(98.7025316456, 127.1202531646, 186.7974683544);
  display: block;
  border-radius: 27px;
  padding: 10px 8px;
  text-align: center;
  color: rgb(98.7025316456, 127.1202531646, 186.7974683544);
  transition: all 0.3s;
}
.link-list a.link:hover {
  background-color: #30446E;
  color: #fff;
  transition: all 0.3s;
}

/*------------- 內頁 -------------*/
.main-layout {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .main-layout {
    padding: 40px 0;
  }
}
.main-layout .body-content {
  position: relative;
  min-height: 650px;
  margin-bottom: 3rem;
}

/* 路徑 麵包屑 */
.page-path {
  font-size: 1rem;
  font-weight: normal;
  padding: 5px 0;
  position: relative;
}
.page-path .breadcrumb {
  margin-bottom: 0;
}
.page-path .breadcrumb a {
  color: #666;
  text-decoration: none;
}
.page-path .breadcrumb a:hover {
  color: rgb(55.746835443, 78.9746835443, 127.753164557);
}

/*-- 內頁 標題 日期 分享按鈕 --*/
.page-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5rem 0 1rem;
}

h2.pageTitle {
  font-size: 2.75rem;
  line-height: 50px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #333;
}

.pageDate {
  font-size: 1rem;
  padding-bottom: 0.75rem;
}

/*-- 按鈕 --*/
.web-function-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  margin-bottom: 1.5rem;
}

/* 分享按鈕 */
.web-share-btn {
  display: inline-block;
  margin: 2px 0 2px;
}
.web-share-btn > a.share {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  margin: 0;
  color: #666;
  position: relative;
}
.web-share-btn > a.share:hover {
  background-color: #d0d0d0;
}

ul.share-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 48px;
  height: 150px;
  z-index: 15;
  position: absolute;
  top: 30px;
}
ul.share-list li {
  padding-top: 2px;
}
ul.share-list li a {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.5rem;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
ul.share-list li a.icon-facebook {
  background-color: #4378ec;
  background-image: url(../images/facebook.svg);
}
ul.share-list li a.icon-line {
  background-color: rgb(52, 212, 132);
  background-image: url(../images/line.svg);
}
ul.share-list li a.icon-plurk {
  background-color: rgb(224, 102, 54);
  background-image: url(../images/plurk.svg);
}
ul.share-list li a.icon-x {
  background-color: rgb(46, 46, 46);
  background-image: url(../images/x.svg);
}
ul.share-list li a:hover {
  background-color: #000;
}

/*分享按鈕 隱藏次選單*/
.share-list {
  display: none;
  transition: all 0.3s;
}

/* 滑鼠滑入展開次選單*/
.web-share-btn:hover > ul.share-list {
  display: block;
  transition: all 0.5s;
}

/* 字級大小btn */
.web-font-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: end;
}
.web-font-btn > a {
  width: 34px;
  height: 34px;
  background-color: #e8e8e8;
  border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 3px 8px;
  margin: 2px;
  color: #666;
}
.web-font-btn > a.now {
  background-color: #30446E;
  color: #fff;
}

.en-main .web-font-btn > a {
  text-align: center;
  padding: 4px 12px;
}

/* 內文Box */
.page-box #DataContent {
  margin-bottom: 40px;
  word-break: break-word;
}
.page-box #DataContent .table-bordered {
  border: 1px #a0a0a0 solid;
}
.page-box #DataContent table.list-title th {
  background-color: #054FB9;
  color: #fff;
}
.page-box #DataContent a {
  color: #0d6efd;
}
.page-box #DataContent a:hover {
  color: rgb(88.8729508197, 155.4610655738, 253.6270491803);
}
.page-box #DataContent iframe {
  width: 100%;
  height: 56.25vw;
}

/*sitemap----------*/
ul.sitemap {
  list-style: none;
  padding-left: 0;
}
ul.sitemap li.sitemap-box {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1% 1%;
}
ul.sitemap li.sitemap-box > a {
  display: block;
  background-color: #30446E;
  text-align: center;
  padding: 10px;
  color: #fff;
}
ul.sitemap li.sitemap-box > ul {
  padding: 0.5rem 1rem;
  border: 1px solid #d8d8d8;
  margin-bottom: 1.5rem;
}
ul.sitemap li.sitemap-box ul {
  list-style: none;
  padding-left: 1rem;
}
ul.sitemap li.sitemap-box ul li {
  line-height: 35px;
}

/*後台登入login----------*/
.manager-login-box {
  margin: 40px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  overflow: hidden;
}
.manager-login-box .login-img {
  background: url(../images/login.jpg) no-repeat center;
  background-size: cover;
}
.manager-login-box .login-resource {
  background: url(../images/resourcelogin.jpg) no-repeat bottom;
  background-size: cover;
}
.manager-login-box .login-form {
  margin: 30px 60px;
  padding: 50px;
}
@media (max-width: 992px) {
  .manager-login-box .login-form {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .manager-login-box .login-form {
    margin: 30px;
  }
}
.manager-login-box .login-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manager-login-box .title-icon {
  width: 80px;
  height: 80px;
  background-color: #30446E;
  border-radius: 50%;
  padding: 17px 0;
  text-align: center;
}
.manager-login-box .mini-title {
  font-size: 1.25rem;
  margin: 30px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.manager-login-box .form-label {
  font-weight: 600;
}
.manager-login-box .form-control {
  border-radius: 15px;
}
.manager-login-box .btn_primary, .manager-login-box .btn_danger {
  width: 49%;
}

/*模組-共用----------*/
.page-content .search-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .page-content .search-bar {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.page-content .search-bar .searchBox {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .page-content .search-bar .searchBox {
    max-width: 285px;
    margin-left: 10px;
    margin-left: 0;
  }
}
.page-content .search-bar .btnBox {
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 576px) {
  .page-content .search-bar .btnBox {
    margin-left: 8px;
    width: 90px;
  }
}
.page-content .search-bar .btnBox input.btn {
  width: 100%;
}
.page-content .search-bar .form-control, .page-content .search-bar .form-select {
  border-radius: 30px;
}

.body-content .page-download {
  border-top: solid 1px #F1F1F1;
  border-bottom: solid 1px #F1F1F1;
  margin-bottom: 30px;
  padding: 20px 10px;
}
.body-content .page-download ul {
  list-style: none;
  padding-left: 0;
}

/*解除編輯器 bs5清除table線條border樣式 --*/
.page-box #DataContent table tbody, .page-box #DataContent table td, .page-box #DataContent table tfoot, .page-box #DataContent table th, .page-box #DataContent table thead, .page-box #DataContent table tr {
  border: inherit;
}

.list_item {
  position: relative;
  margin-bottom: 50px;
  display: block;
}
.list_item:hover img {
  height: 100%;
}
.list_item img {
  height: 120%;
  width: auto;
  transition: 0.5s ease-in-out;
}
.list_item .list_cover {
  position: relative;
  height: 320px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .list_item .list_cover {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .list_item .list_cover {
    height: 320px;
  }
}
.list_item .list_info {
  margin-top: 20px;
}
.list_item .list_title {
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  line-height: 1.75rem;
  color: #555555;
}
@media (min-width: 992px) {
  .list_item .list_title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.list_item .list_sub {
  font-size: 1rem;
  color: #30446E;
}
.list_item .list_sort {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  background-color: #30446E;
  color: #f7f7f7;
  margin: 20px;
  display: inline-block;
  border-radius: 50px;
  font-size: 1rem;
}

.scienceHead {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.scienceHead .mineTitle {
  margin-bottom: 20px;
}

.scienceList .list-item {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px dashed #CCC;
  margin: 16px 0;
  transition: all 0.3s;
}
.scienceList .list-item:hover {
  background-color: #fff;
}
.scienceList .list-item:hover .item-title {
  color: #054FB9;
}
.scienceList .list-item .item-sort span:first-child {
  margin-right: 4px;
}
.scienceList .list-item .item-sort span:last-child {
  margin-right: 16px;
}
.scienceList .list-item .item-kind {
  color: #205fbb;
}
.scienceList .list-item .item-title {
  color: #555555;
}

.introList .list-item {
  display: block;
  padding: 16px;
  border-bottom: 1px dashed #CCC;
  margin: 16px 0;
  transition: all 0.3s;
}
.introList .list-item:hover {
  background-color: #fff;
  color: #054FB9;
}
.introList .list-item .item-sort span:first-child {
  margin-right: 4px;
}
.introList .list-item .item-sort span:last-child {
  margin-right: 16px;
}

#DataContent table {
  width: 100%;
}
@media (min-width: 768px) {
  #DataContent table {
    display: table;
  }
}
#DataContent table tbody, #DataContent table td, #DataContent table tfoot, #DataContent table th, #DataContent table thead, #DataContent table tr {
  border-color: #e6e6e6;
}
#DataContent caption {
  text-align: center !important;
  margin-top: 20px !important;
  caption-side: top;
}
#DataContent tbody {
  display: block;
}
@media (min-width: 768px) {
  #DataContent tbody {
    display: table-row-group;
  }
}
#DataContent tr {
  display: block;
  border-bottom: 10px solid;
}
#DataContent tr:nth-last-child(1) {
  border: none;
}
@media (min-width: 768px) {
  #DataContent tr {
    display: table-row;
    vertical-align: inherit;
    border: 1px solid;
  }
  #DataContent tr:nth-last-child(1) {
    border: 1px solid #e6e6e6;
  }
}
#DataContent th {
  background-color: #8ebbfc;
  padding: 10px;
  text-align: center;
  color: #e6e6e6;
  font-weight: 500;
  display: none;
}
@media (min-width: 768px) {
  #DataContent th {
    display: table-cell;
  }
}
#DataContent td {
  display: flex;
  padding: 5px 1rem 5px 2rem;
  border-bottom: 1px solid;
}
#DataContent td::before {
  content: attr(data-th);
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: #30446E;
  min-width: 150px;
  max-width: 150px;
}
@media (min-width: 768px) {
  #DataContent td {
    display: table-cell;
    padding: 15px;
    text-align: center;
  }
  #DataContent td::before {
    display: none;
  }
}

.bannerBox .owl-prev, .bannerBox .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
  background-size: cover !important;
}
.bannerBox .owl-prev:hover, .bannerBox .owl-next:hover {
  opacity: 1;
}
.bannerBox .owl-prev {
  left: 20px;
  background: url(../images/arrow.png) no-repeat !important;
  background-position: right !important;
}
.bannerBox .owl-next {
  right: 20px;
  background: url(../images/arrow.png) no-repeat !important;
  background-position: left !important;
}
.bannerBox .owl-dots {
  text-align: start;
  position: absolute;
  width: 80%;
  bottom: -30px;
}
.bannerBox .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  transition: 0.25s ease-in-out;
}
.bannerBox .owl-dots .owl-dot.active {
  background-color: #cccccc;
  width: 26px;
  border-radius: 50px;
}
.bannerBox .owl-dots .owl-dot span {
  font-size: 0;
}

.measureBox .owl-dots {
  display: none;
}

.measureBox .owl-nav, .linkBox .owl-nav {
  display: none;
}

.linkBox .owl-dots {
  text-align: center;
}
.linkBox .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
  border: solid 2px #9f9f9f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin: 5px;
}
.linkBox .owl-dots .owl-dot.active {
  background: #9f9f9f;
  border: solid 2px #9f9f9f;
}/*# sourceMappingURL=main.css.map */