body {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  position: relative;
}

/* 無障礙FOCUS外框框 */

a[href]:focus, select:focus, input:focus, button:focus, btn:focus, textarea:focus, .accordion-button:focus, .accordion-item:focus, .dropdown-toggle:focus .form-control:focus {
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: #008aa0 !important;
  box-shadow: none !important;
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #008aa0;
  transition: none;
}

.quick-nav-entry:hover {
  transform: scale(1.05);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  color: #139bac;
}

#covid-area .btn {
  color: #139bac;
  background-color: #ffffff;
  border-color: #139bac;
  border-radius: 6px;
  border-width: 1px;
  font-weight: 500;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#covid-area .btn:hover {
  box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
}

.quicknav-icon {
  background: linear-gradient(to bottom, #2BE597 0%, #00C2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  padding-bottom: .5rem;
}

.btn-seemore:hover {
  color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

.btn-seemore {
  background-color: #008aa0;
  width: 80%;
  color: #ffffff;
  font-size: 1rem;
  padding: .5rem 1rem;
  position: relative;
  max-width: 400px;
  text-decoration: none;
}

#important-table {
  color: var(--bs-danger);
  font-weight: bold;
}

#header-nav:hover {
  background-color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /*border: 1px solid rgba(0,0,0,0.6);*/
  border-radius: .5rem;
  text-align: center;
  /*box-shadow: 4px 4px 0px #139bac;*/
  overflow: hidden;
  /*object-fit: cover;*/
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#card-image01 {
  object-fit: cover;
}

.dropdown-item {
  font-size: 14px;
}

.dropdown-header {
  font-size: 16px;
  color: #139bac;
  /*background-color: #139bac;*/
  /*justify-content: center;*/
}

#card-feature-medical {
  border-radius: 16px;
  margin: 5px;
  overflow: hidden;
}

.carousel-inner .carousel-item > img {
  animation: zoom-out 7s linear;
  height: 600px;
}

@keyframes thing {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

#card-feature-medical:hover {
  /*transform: scale(1.025);*/
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.carousel-content {
  position: absolute;
  /*bottom: 44%;*/
  /*left: 10%;*/
  /*z-index: 11;*/
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-family: 'Noto Serif JP';
  margin: 5px 30px 5px 30px;
}

.social-embed {
  box-shadow: 3px 3px 5px rgba(33,37,41,0.15);
  height: 500px;
  /*width: 100%;*/
}

#slide-video {
  background: rgba(0,0,0,0);
  height: 100%;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #555555;
}

#navcol-1 {
  font-weight: 500;
}

.dropdown-item:active {
  color: #139bac;
  text-decoration: none;
  background-color: rgba(255,255,255,0);
}

.nav-link {
  font-size: 1rem;
}

.navbar-light .navbar-toggler {
  background: #139bac;
  /*border-width: 4px;*/
  border-style: none;
  padding: 0px;
  border-radius: 50%;
  color: #ffffff;
}

.navbar-light .navbar-toggler:hover {
  background-color: #006571;
  /*color: #139bac;*/
  /*border-width: 1px;*/
  /*border-color: #139bac;*/
  /*border-style: dashed;*/
}

.search-toggle {
  background: #898989;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
}

.search-toggle:hover {
  /*background-color: #006571;*/
  color: #ffffff;
  box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
}

.fas.fa-arrow-circle-right {
  padding-left: 10px;
}

.list-group-item-action:hover {
  z-index: 1;
  text-decoration: none;
  background-color: rgba(0,138,160,0.08);
}

.list-group-item {
  border-right-style: none;
  border-left-style: none;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .list-group-item {
    border-right-style: none;
    border-left-style: none;
    display: block;
    align-items: center;
  }
}

.news-list-content {
  margin: 0;
  word-wrap: break-word!important;
  word-break: break-word!important;
}

.newslist-p {
  margin: 0;
}

.news-list-meta {
  width: 14rem;
  align-content: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.news-list-meta-2 {
  width: 12rem;
  align-content: center;
  justify-content: start;
  display: flex;
  align-items: center;
}

.news-list-body {
  width: calc(100% - 14.5rem);
  padding-left: 4.8%;
}

.news-list-p {
  margin: 0px;
}

/* Bubble with an isoceles triangle
------------------------------------------ */

.triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: #000;
  background: #f3961c;
  border-radius: 10px;
  background: linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */

.triangle-isosceles:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #ffffff transparent;
}

.news-tablink.active:after {
  content: "";
  display: block;
  top: 100%;
  left: 50%;
  width: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #008aa0 transparent;
  position: absolute;
  transform: translate(-50%,-50%);
}

.video-tab-link {
  color: #139bac;
  border: 1px solid #777777;
}

.video-tab-link:hover {
  border: 1px solid rgba(19,155,172,0.5);
  color: #139bac;
  background-color: #ffffff;
  /*box-shadow: 0 0 3px #555555;*/
}

.social-link-header {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #139bac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
}

.social-link-header:hover {
  box-shadow: 0px 0px 4px 0px #a3a3a3;
}

@media (max-width:768px) {
  .news-list-content {
    /*width: 100%;*/
    /*margin-top: 0.6rem;*/
    /*padding-left: -;*/
    margin: 0;
  }
}

@media (max-width: 768px) {
  .news-list-body {
    width: 100%;
    padding-left: 0;
    margin-top: 0.6rem;
  }
}

@media (max-width: 992px) {
  .news-list-meta {
    /*-webkit-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    justify-content: start;
  }
}

@media (max-width: 768px) {
  .news-list-item-time {
    margin-right: 0.4rem;
  }
}

.nav-dd-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.quick-nav-entry {
  padding: 1rem;
  font-weight: normal;
  color: var(--bs-gray-700);
}

.navbar-light .navbar-nav .nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #139bac;
  color: var(--bs-gray-800);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--bs-gray-800);
  padding: 0.8rem 1.2rem;
  font-weight: 300;
}

.dropdown-item:hover {
  color: #139bac;
  background-color: #ffffff;
}

.features-link {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: normal;
  justify-content: normal;
  align-items: center;
  display: flex;
}

.footer-index-links {
  color: var(--bs-gray-800);
  text-decoration: 0;
  border: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .6rem;
  font-weight: normal;
}

.modal-btn-links {
  color: var(--bs-gray-800);
  text-decoration: 0;
  border: 1px solid #cfcfcf;
  display: initial;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  align-items: center;
  text-align: center;
}

.footer-index-links-box {
  padding: 4px;
}

.back-to-top {
  position: absolute;
  right: 3rem;
  bottom: 1rem;
}

.feature-img {
  width: 100%;
  /*vertical-align: bottom;*/
  overflow: hidden;
  object-fit: cover;
}

.feature-p {
  color: #555555;
  text-decoration: #2b90d9;
}

.feature-col {
  margin: 8px 0px;
  padding: 0;
  max-width: calc((100% - 30px) / 3);
}

@media (max-width: 576px) {
  .feature-col {
    margin: 10px 0px;
    padding: 0;
    max-width: calc((100% - 15px) / 2);
  }
}

.feature-link {
  color: #222222;
  text-decoration: 0;
  /*padding: 6px 6px 0px 6px;*/
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*padding: 1rem 1rem;*/
  /*-webkit-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
  /*font-size: 14px;*/
  /*margin: -1rem;*/
  flex-direction: column;
}

.feature-img-box {
  overflow: hidden;
}

.fa.fa-arrow-up.backtotop {
  background: #139bac;
  color: rgb(255,255,255);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 24px;
  padding: 6px;
  line-height: 20px;
  /*position: absolute;*/
  /*right: 2rem;*/
  /*bottom: 1rem;*/
}

.section-col-2 {
  /*max-width: calc((100% - 33%) / 1);*/
  margin: 5px 0px 5px 0px;
  padding: 0;
}

.video-tab-link {
  font-size: 12px;
}

.footer-index-links:hover {
  color: #008aa0;
}

.swiper.Swiper-thx {
  max-height: 450px;
}

img {
  overflow: hidden;
  object-fit: cover;
}

.sec-video-social-box {
  border: 1px solid rgb(224,224,224);
  border-top-width: 2px;
  border-top-color: #139bac;
  background: #ffffff;
  padding: 20px;
}

.SOCIAL-BUTTON {
  background: rgb(255,255,255);
  /*border-style: solid;*/
  border-color: #000000;
  /*margin-bottom: 1.5rem;*/
  /*padding: 1rem 1.5rem;*/
}

.social-link-footer {
  margin: 0px 3px 0px 0px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 1rem 0;
  list-style: none;
}

.bc-span {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb-li + ::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-a {
  font-size: 14px;
  color: #555555;
  text-decoration: none;
}

.breadcrumb-li + ::before {
  /*text-align: initial;*/
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(/assets/image/common/icon-arrow-right.svg) no-repeat center;
  background-size: 7px 6px;
  /*position: absolute;*/
  /*right: -2px;*/
  /*top: 50%;*/
}

.breadcrumb-a {
  display: flex;
  flex-wrap: wrap;
  /*padding: 0 0;*/
  /*margin: 1rem 0;*/
  list-style: none;
}

.breadcrumb-a:not(:first-child):before {
  padding-right: 0.5rem;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-a + .breadcrumb-a::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.bc-link {
  color: #555555;
  text-decoration: none;
  font-size: 14px;
  /*margin: .5rem;*/
  padding-right: .5rem;
}

.bc-link + .bc-link:before {
  /*float: right;*/
  padding-right: .5rem;
  /*color: #6c757d;*/
  content: var(--bs-breadcrumb-divider, "/");
}

.btn-thanks {
  border-radius: 3rem;
}

.btn-thanks {
  border: 1px;
  border-style: solid;
  padding: 0.25rem 1rem;
  background: rgba(255,214,0,0.2);
  color: #000000;
  text-decoration: none;
  /*position: relative;*/
  /*z-index: 2;*/
  font-weight: 500;
  font-size: 14px;
}

.card-text {
  /*height: 150px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.swiper-slide.thanks-card {
  padding: 1rem .5rem;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.center-coverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(255,255,255);
  /*z-index: 5;*/
}

.center-text {
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.center-box {
  position: relative;
  width: 100%;
}

.center-image {
  display: block;
  width: 100%;
  height: auto;
}

.center-box:hover .center-coverlay {
  opacity: 0.4;
}

.center-text:hover {
  color: #ffffff;
}

.center-col {
  padding: .5rem;
  margin-bottom: .5rem;
}

a:hover {
  color: #008aa0;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.news-list-item-time:after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  color: #e0e0e0;
}

.news-tablink {
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: end;
  color: var(--bs-gray-800);
  font-weight: 500;
}

.news-tab {
  padding: 0 1rem;
  /*margin: 1rem;*/
  position: relative;
}

.news-tab + .news-tab {
  border-left: 1px solid #e0e0e0;
}

.nav-link:focus, .nav-link:hover {
  color: #008aa0;
}

.fa.fa-arrow-circle-right {
  position: absolute;
  top: 50%;
  /*left: auto;*/
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1.5rem;
}

.feature-btn-0 {
  background-color: #ffffff;
  border-radius: 5rem;
  width: 80%;
  /*border-style: solid;*/
  color: #101010;
  font-size: 16px;
  padding: .5rem 1rem;
  border-width: 2px;
  box-shadow: 0 0 5px #b4b4b4;
}

.footer-list-head {
  font-size: 1rem;
  /*margin-bottom: 8px;*/
}

.footer-list {
  font-size: 14px;
}

hr {
  margin: .5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

.sitemap-collapsebtn {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.u-img-fit {
  display: inherit;
  width: 100%;
  height: auto;
}

#newslist-sub .list-group-item {
  padding: 1rem;
  display: block;
}

.news-list-body.news-list-body-layout {
  padding-left: 0;
  width: auto;
  margin-top: .5rem;
}

.news-list-content.news-list-content-layout {
  font-size: 19px;
}

@media (min-width: 576px) {
  .SOCIAL-BUTTON-div {
    height: calc(100% - 53px);
  }
}

h2 {
  color: #139bac;
  margin-bottom: 1rem;
  color: #008aa0;
  font-weight: 700;
  font-size: 1.8rem;
}

h3 {
  color: #139bac;
  margin-bottom: 1rem;
  color: #008aa0;
  font-weight: 700;
  font-size: 1.2rem;
}

.news-list-badge1 {
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  background: var(--bs-danger);
  border-radius: 48px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}

.news-list-badge2 {
  padding: 0 20px;
  background: rgb(255,255,255);
  border-radius: 48px;
  color: #008aa0;
  border-width: 1px;
  border-style: solid;
  border-color: var(--bs-gray-400);
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

#FatFooter .header:after {
  content: "";
  display: block;
  height: 0.5em;
  /*vertical-align: bottom;*/
  /*width: 100%;*/
  /*margin-right: -100%;*/
  margin-top: 6px;
  border-top: 1px solid #c8c8c8;
}

.toggle-switch {
  display: block;
  width: 50%;
  /*height: 100%;*/
  position: absolute;
  top: 0;
  right: 0;
}

#FatFooter nav > ul > li > ul > li > ul {
  font-size: .8rem;
  padding: 0 0rem 0 1rem;
  border-left: 1px solid #c6c6c6;
  /*margin-left: .5rem;*/
  margin-top: .25rem;
}

#FatFooter li {
  padding: 0.2rem;
}

.accordion-button:not(.collapsed) {
  color: #2b90d9;
  background-color: rgba(255,255,255,0);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.ff-list-h3 {
  font-size: .9rem;
  padding: 0rem 0rem 0rem 1rem;
  border-left: 1px solid var(--bs-gray-500);
  margin-left: .5rem;
  margin-top: .25rem;
}

.ff-list-h3 > li {
  padding: .2rem;
}

.accordion-flush .accordion-collapse {
  background-color: rgba(255,255,255,0.85);
}

.accordion-button:hover {
  background-color: rgba(0,0,0,0.05);
}

.accordion-button {
  font-size: 1.2rem;
}

.ff-list-h2 {
  font-size: 1rem;
}

.ff-list-h2 > li {
  padding: 0.2rem 0;
}

.accordion-header {
  background: rgba(64,224,208,0);
}

.accordion-button {
  background-color: rgba(255,255,255,0);
}

.sitemap-nav ul {
  padding: 16px 0 0 0;
  border-top: 1px solid var(--bs-gray-300);
}

.pagination {
  margin: 0;
}

.slide-p-slogan {
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
  font-family: 'Noto Serif TC';
  font-weight: 500;
  letter-spacing: .15rem;
  text-align: center;
}

@media (max-width: 576px) {
  .slide-p-slogan {
    font-size: 1.5rem;
  }
}

.slide-p-txt {
  font-size: 1.2em;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  font-family: 'Noto Serif TC';
  font-weight: 300;
  letter-spacing: .15rem;
  text-align: center;
}

@media (max-width: 576px) {
  .slide-p-txt {
    font-size: 1em;
  }
}

.carousel-item > t {
  font-size: 4vw;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 0px 0px 16px rgba(0,0,0,0.25);
  /*font-family: 'Noto Serif TC';*/
  font-weight: 400;
  letter-spacing: .15rem;
  text-align: center;
}

.dropdown-menu > a {
  display: inline-block;
}

.accordion-item {
  background-color: rgba(255,255,255,0);
  border: 1px solid rgba(0,0,0,.125);
}

.accordion-body ul > li > ul {
  font-size: .9rem;
  padding-left: 0.75rem;
  border-left: 1px solid #c6c6c6;
  /*margin-left: .5rem;*/
  margin-top: 0.35rem;
  margin-left: 1rem;
}

.sitemap ul {
  list-style: none;
}

.accordion-body ul > li > ul > li {
  padding: .25rem 0;
}

.accordion-body ul > li {
  padding: .25rem 0;
}

#accordion {
  column-count: 2;
}

/* Pagination links */

.pagination a {
  color: black;
  float: left;
  text-decoration: none;
}

/* Style the active/current link */

.pagination a.active {
  background-color: dodgerblue;
  color: white;
}

/* Add a grey background color on mouse-over */

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.list-group-item list-group-item-action {
  overflow: hidden;
}

.sitemap ul > li > a {
  color: var(--bs-gray-700);
  text-decoration: none;
}

@keyframes zoom-in {
  0% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(1.05,1.05);
  }
}

.header1 {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000000;
}

.navbar .megamenu {
  padding: .5rem 1.5rem 1.2rem 1.5rem;
}

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static!important;
  }
}

@media all and (min-width: 992px) {
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

/* ============ mobile view .end// ============ */

#main_nav ul li a {
  padding: 1rem;
  color: var(--bs-gray-800);
}

#main_nav ul li a:hover div {
  color: #117a8b;
}

#new-nav .navbar-toggler {
  background-color: #117a8b;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  padding: 0px;
}

.navcol-2 ul > li > a {
  color: var(--bs-gray-700);
  text-decoration: none;
  font-weight: 300;
}

.menu-toggle-switch {
  background: #139bac;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-toggle-switch:hover {
  color: #ffffff;
  box-shadow: 0px 0px 4px 0px #a3a3a3;
}

#modal-3 .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.sitemap ul > li > a:hover {
  color: #139bac;
}

.navcol-2 col > ul > li > ul {
  font-size: .9rem;
  padding-left: 0.75rem;
  border-left: 1px solid #c6c6c6;
  /*margin-left: .5rem;*/
  margin-top: 0.25rem;
  margin-left: 1rem;
}

.megamenu row > col > ul > li {
  font-size: 1.9rem;
}

.megamenu ul {
  font-size: .9rem;
  padding-left: .8rem;
  border-left: 1px solid #c6c6c6;
  margin-left: .2rem;
  /*margin-top: 0.25rem;*/
  /*margin-left: .5rem;*/
  list-style: none;
  /*columns: 2;*/
}

.megamenu ul > li > ul {
  font-size: .8rem;
  padding-left: 0.5rem;
  border-left: 0;
  margin-top: 0.25rem;
  margin-left: 0;
  list-style: none;
}

.megamenu div > a {
  font-size: 1rem;
  text-decoration: none;
  color: #139bac;
  font-weight: 500;
}

.megamenu div > a:before {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-right: .5rem;
}

.megamenu div > div > div {
  position: relative;
  padding: 0.5rem 0;
}

.navcol-2 ul > li > a:hover {
  color: #139bac;
}

.news-list-s-btn {
  background: rgb(255,255,255);
  border: 1px solid var(--bs-gray-400) !important;
  color: var(--bs-gray-800);
  padding: 0.3rem .5rem;
  margin: 0.2rem;
  font-size: 1rem;
  border-radius: 4px;
}

.category-list {
  font-size: .9rem;
  padding-left: 0.75rem;
  border-left: 1px solid #c6c6c6;
  margin-left: .5rem;
  margin-top: 0.25rem;
  margin-left: 1rem;
}

.category-list > li > a {
  color: var(--bs-gray-700);
  text-decoration: none;
}

.top-newslist-hl .fa-arrow-circle-right {
  right: 2rem;
  font-size: 2rem;
}

@media (max-width: 763px) {
  .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.list--lg {
  color: var(--bs-gray-700);
  text-decoration: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

h1 {
  color: #008aa0;
  font-weight: 700;
}

/* 側欄定位 sticky aside */

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky:before, .sticky:after {
  content: '';
  display: table;
}

/* 子頁清單按鈕 小於763px */

.sub-page-menu {
  border: 1px solid var(--bs-gray-500);
  border-radius: 6px;
  background: rgb(255,255,255);
  /*box-shadow: 1px 1px 3px #d0d0d0;*/
}

.sub-page-menu .btn, .sub-page-menu .dropdown-menu {
  color: var(--bs-gray-700);
}

.slide-p-header {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 992px) {
  #covid-area .vstack {
    max-height: 428px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 8px;
  }
}

@media (max-width: 992px) {
  .td-rwd {
    display: block;
  }
}

.btn-group-vertical {
  max-height: 188px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1rem;
}

.table a {
  color: var(--bs-gray-800);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f9f9f9;
  color: var(--bs-table-striped-color);
}

.alert {
  position: relative;
  padding: .6rem 1rem;
  margin-bottom: 0rem;
  border: 0;
  border-radius: 0;
  background: #ff6464;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.alert-dismissible .btn-close {
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}

@media (max-width: 768px) {
  #shhTable1 td {
    display: block;
  }
}

@media (max-width: 768px) {
  thead {
    display: none;
  }
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
  margin-bottom: 1rem;
}

tr a {
  color: #139bac;
  text-decoration: none;
}

tr a:hover {
  color: #139bac;
  text-decoration: underline;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #008aa0;
  border-color: #008aa0;
}

.page-link:hover {
  color: black;
}

.page-link:focus {
  color: #008aa0;
}

.page-item.active .page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: #008aa0;
  border-color: #008aa0;
}

label {
  display: block;
}

@media (min-width: 768px) {
  .sitemap-col {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: var(--bs-gray-300);
  }
}

.header-btn-circle {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 5px;
  border: 1px solid #139bac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: #2b90d9;
  color: #008aa0;
}

.header-btn:hover {
  /*box-shadow: 0px 1px 6px rgba(0,0,0,0.2);*/
  background-color: #139bac;
  color: white;
}

/* 讓table搜尋格桌面模式貼右邊，手機模式貼左邊 start */

div.dataTables_wrapper div.dataTables_filter label {
  text-align: right;
}

@media (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_filter label {
    text-align: left;
  }
}

/* 讓table搜尋格桌面模式貼右邊，手機模式貼左邊 end */

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  flex-wrap: wrap;
  display: flex;
}

/* 去除table標題的三角形排序箭頭 start */

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  display: none;
}

/* 去除table標題的三角形排序箭頭 end */

.social-link-header > svg {
  color: #139bac;
  width: 22px;
  height: 22px;
}

/* 側欄 start */

.list--s {
  font-size: .9rem;
  padding-left: 1rem;
  border-left: 1px solid #e0e0e0;
  margin-top: 1rem;
  list-style: none;
  margin-left: 1rem;
}

.list--xs {
  font-size: 0.8rem;
  padding-left: 1rem;
  border-left: 1px solid #e0e0e0;
  margin-top: 1rem;
  list-style: none;
  margin-left: 1rem;
}

.list--s > li > a {
  color: var(--bs-gray-700);
  text-decoration: none;
}

.list--s > li > a:hover {
  color: #008aa0;
  text-decoration: none;
}

.list--lg {
  list-style: none;
}

.list--s-btn + .list--s-btn {
  margin-top: .5rem;
}

.list--xs-btn {
  margin-top: .5rem;
}

.is-current {
  font-weight: 700;
  color: #008aa0 !important;
}

/* 側欄 end */

.top-newslist-hl {
  background: #cc2121;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
}

.top-newslist-hl:hover {
  background: #e41111;
}

.list-article_item:hover {
  background: rgba(0,138,160,0.1);
}

.list-article_item {
  padding: 1rem .5rem;
  border-top: 1px solid #e0e0e0;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215,0.61,0.355,1);
}

.tr-rwd {
  position: relative;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: rgba(0,209,255,0.08);
  color: var(--bs-table-hover-color);
}

.alert-span {
  color: #ffffff;
  margin-right: 1rem;
}

.list-group-item {
  border-radius: 0;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
}

