@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Noto+Sans+TC:wght@100..900&display=swap");
@keyframes scroll_top {
  0% {
    height: 0;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 20px;
  }
}
@keyframes scroll_bottom {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
body {
  position: relative;
  background-color: #fff;
  color: #555;
  font-family: "Noto sans TC", "Microsoft JhengHei", Arial, sans-serif;
  overflow-x: hidden;
  font-size: 1.125rem;
  letter-spacing: 1px;
}

a {
  color: #2e7688;
  text-decoration: none;
  transition: color 0.25s ease-out;
}

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

ul {
  padding-top: inherit;
}

button {
  border: 0px solid transparent;
}

.text_primary {
  color: #2e7688;
}

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

.is-hidden {
  display: none;
}

/*-- 頁碼樣式 --*/
.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: #2e7688;
  color: #fff;
}
#MainContent_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #2e7688;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
}

/*-- 英文版 --*/
body.en .main-content {
  font-size: 1.25rem;
}

.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;
}

.font-sm {
  font-size: 100%;
}

.font-md {
  font-size: 130%;
}

.font-lg {
  font-size: 160%;
}

a:active, a:hover {
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease-out;
}

a:visited, a:focus-visible {
  outline: dashed 5px #df503d;
  transition: all 0.3s ease-out;
}

button:active, button:focus-visible, .btn:active, .btn:focus-visible {
  outline: dashed 5px #df503d !important;
  transition: all 0.3s ease-out;
}

.bottom-menu button.btn.btn-sm:active, .bottom-menu button.btn.btn-sm:focus-visible {
  outline: dashed 5px #df503d !important;
}

ul.bottom-menu--list a:visited, ul.bottom-menu--list a:focus-visible {
  outline: dashed 5px #df503d !important;
}

.u-focus-only {
  background-color: #444;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 1.35rem;
  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: 20px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10;
}

.c, .u, .b, .l {
  color: transparent !important;
  position: absolute;
  z-index: 1000;
  opacity: 0;
}
.c:focus-visible, .u:focus-visible, .b:focus-visible, .l:focus-visible {
  opacity: 1;
  color: #333333 !important;
}

.c, .u {
  position: relative;
  display: inline-block;
}

@media (min-width: 992px) {
  .c.c-page {
    margin-bottom: 60px;
  }
}

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

.btn_primary {
  display: inline-block;
  color: #fff;
  background-color: #2e7688;
  transition: 0.5s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:focus-visible {
  color: #2e7688;
  background-color: #fff;
  border: 1px solid #2e7688;
  font-weight: 600;
}
.btn_primary:active {
  color: #2e7688 !important;
}
.btn_primary {
  border-radius: 5px;
}

.btn_secondary {
  display: inline-block;
  color: #fff;
  background-color: #1e7286;
  transition: 0.5s ease-in-out;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:focus-visible {
  color: #1e7286;
  background-color: #fff;
  border: 1px solid #1e7286;
  font-weight: 600;
}
.btn_secondary:active {
  color: #1e7286 !important;
}
.btn_secondary {
  border-radius: 5px;
}

.btn_danger {
  display: inline-block;
  color: #fff;
  background-color: #E55050;
  transition: 0.5s ease-in-out;
}
.btn_danger:hover, .btn_danger:focus, .btn_danger:focus-visible {
  color: #E55050;
  background-color: #fff;
  border: 1px solid #E55050;
  font-weight: 600;
}
.btn_danger:active {
  color: #E55050 !important;
}
.btn_danger {
  border-radius: 5px;
}

.btn_warning {
  display: inline-block;
  color: #fff;
  background-color: #E55050;
  transition: 0.5s ease-in-out;
}
.btn_warning:hover, .btn_warning:focus, .btn_warning:focus-visible {
  color: #E55050;
  background-color: #fff;
  border: 1px solid #E55050;
  font-weight: 600;
}
.btn_warning:active {
  color: #E55050 !important;
}
.btn_warning {
  border-radius: 5px;
}

.btn_gray {
  display: inline-block;
  color: #fff;
  background-color: #7c7c7c;
  transition: 0.5s ease-in-out;
}
.btn_gray:hover, .btn_gray:focus, .btn_gray:focus-visible {
  color: #7c7c7c;
  background-color: #fff;
  border: 1px solid #7c7c7c;
  font-weight: 600;
}
.btn_gray:active {
  color: #7c7c7c !important;
}
.btn_gray {
  border-radius: 5px;
}

.btn_outline_primary {
  display: inline-block;
  background: #fff;
  border: 1px solid #2e7688 !important;
  color: #2e7688;
  transition: all 0.3s;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:focus-visible, .btn_outline_primary:active {
  background-color: rgb(33.1098901099, 84.9340659341, 97.8901098901) !important;
  border: 1px solid rgb(33.1098901099, 84.9340659341, 97.8901098901);
  color: #fff !important;
}

.btn_outline_danger {
  display: inline-block;
  background: #fff;
  border: 1px solid #E55050 !important;
  color: #E55050;
  transition: all 0.3s;
}
.btn_outline_danger:hover, .btn_outline_danger:focus, .btn_outline_danger:focus-visible, .btn_outline_danger:active {
  background-color: rgb(222.4029850746, 35.5970149254, 35.5970149254) !important;
  border: 1px solid rgb(222.4029850746, 35.5970149254, 35.5970149254);
  color: #fff !important;
}

.btn_block {
  display: inline-block;
  color: #fff;
  background-color: #2e7688;
  transition: 0.5s ease-in-out;
}
.btn_block:hover, .btn_block:focus, .btn_block:focus-visible {
  color: #2e7688;
  background-color: #fff;
  border: 1px solid #2e7688;
  font-weight: 600;
}
.btn_block:active {
  color: #2e7688 !important;
}
.btn_block {
  border-radius: 5px;
}

.btn_block_outline {
  display: inline-block;
  background: #fff;
  border: 1px solid #2e7688 !important;
  color: #2e7688;
  transition: all 0.3s;
}
.btn_block_outline:hover, .btn_block_outline:focus, .btn_block_outline:focus-visible, .btn_block_outline:active {
  background-color: rgb(33.1098901099, 84.9340659341, 97.8901098901) !important;
  border: 1px solid rgb(33.1098901099, 84.9340659341, 97.8901098901);
  color: #fff !important;
}
.btn_block_outline {
  border-radius: 5px;
}

.btn_brown_outline {
  display: inline-block;
  background: #fff;
  border: 1px solid #A95729 !important;
  color: #A95729;
  transition: all 0.3s;
}
.btn_brown_outline:hover, .btn_brown_outline:focus, .btn_brown_outline:focus-visible, .btn_brown_outline:active {
  background-color: rgb(127.9571428571, 65.8714285714, 31.0428571429) !important;
  border: 1px solid rgb(127.9571428571, 65.8714285714, 31.0428571429);
  color: #fff !important;
}
.btn_brown_outline {
  border-radius: 5px;
}

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

.logo {
  margin-bottom: 0;
  width: 282.4px;
}
@media (min-width: 768px) {
  .logo {
    width: 353px;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 353px;
  }
}
.logo .logo-link {
  display: block;
  background: url("../images/logo01.svg") no-repeat;
  margin: 0;
  width: 100%;
  aspect-ratio: 5.515625;
  text-indent: -9999px;
  background-position: center center;
  background-size: contain;
}
.logo .footer_logo {
  width: 100%;
}

a.logo {
  display: block;
}

.aside-fixed .logo {
  width: 229.45px;
  height: 41.6px;
  margin: 20px auto;
}
.aside-fixed .logo .logo-link {
  height: 41.6px;
}

.logo.phone-logo {
  width: 264.75px;
  height: 48px;
}
.logo.phone-logo .logo-link {
  height: 48px;
}

ul.tab_bar {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 30px 0 0;
}
ul.tab_bar .tab_item {
  margin: 0;
}
ul.tab_bar .tab_btn {
  display: block;
  text-align: center;
  padding: 12px 14px;
  font-size: 1.25rem;
  border-radius: 15px 15px 0 0;
  color: #444;
  min-width: 90px;
}
@media (min-width: 768px) {
  ul.tab_bar .tab_btn {
    padding: 12px 20px;
  }
}

.newsBox .tab_item {
  width: 33.4%;
}
.newsBox .tab_btn {
  border: 1px solid #9E9E9E;
}
.newsBox .tab_btn.isSelected {
  color: #fff;
  background-color: #2e7688;
  position: relative;
}

.ServeBox ul.tab_bar {
  margin-top: 50px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.ServeBox .tab_item {
  width: 50%;
}
.ServeBox .tab_btn {
  background-color: #a6e4e8;
}
.ServeBox .tab_btn.isSelected {
  color: #fff;
  background-color: #2e7688;
}

.news_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #D9D9D9;
  transition: 0.3s ease-out;
}
@media (min-width: 992px) {
  .news_link {
    padding: 25px;
  }
}
.news_link:hover {
  background-color: #eeeeee;
}
.news_link:hover .news_title {
  color: #2e7688;
}
.news_content {
  display: flex;
}
@media (min-width: 992px) {
  .news_content {
    flex-direction: row;
    align-items: center;
    width: calc(100% - 170px);
  }
}
.news_content .news_dateBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .news_content .news_dateBox {
    color: #666;
    margin-right: 0;
  }
}
.news_content .news_dateBox .day {
  position: relative;
  padding-left: 4px;
  font-size: 1rem;
  order: 2;
}
@media (min-width: 992px) {
  .news_content .news_dateBox .day {
    font-size: 0.875rem;
    order: 1;
    font-size: 2.75rem;
    letter-spacing: 1.5px;
    line-height: 2.75rem;
    padding-left: 0;
  }
}
.news_content .news_dateBox .day::before {
  content: ".";
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .news_content .news_dateBox .day::before {
    display: none;
  }
}

.news_date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  padding-right: 0;
}
@media (min-width: 992px) {
  .news_date {
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    padding-left: 6px;
    order: 2;
  }
}

.news_kind {
  font-size: 1rem;
  padding: 5px 10px;
  color: #333;
  background-color: #b6e9ec;
  border-radius: 15px;
  margin-right: 20px;
  display: none;
}
@media (min-width: 992px) {
  .news_kind {
    display: block;
  }
}

.news_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news_author {
  color: #666;
  font-size: 1rem;
  display: none;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .news_author {
    display: flex;
  }
}
.news_author img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.news_title {
  color: #333333;
  letter-spacing: 1.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s ease-out;
}

.news_more {
  min-width: 50px;
  text-align: end;
  display: none;
  transition: 0.3s ease-out;
}
@media (min-width: 992px) {
  .news_more {
    display: block;
  }
}

.tag_area {
  display: none;
}
@media (min-width: 1400px) {
  .tag_area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 170px;
    overflow: hidden;
  }
}
.tag_area .sdg_tag {
  margin-left: 8px;
  border-radius: 3px;
}
.tag_area .sdg_tag img {
  max-width: 50px;
}

.news-item {
  transition: 0.3s ease-out;
}
.news-item:hover {
  background-color: #f0f0f0;
}

.topBox {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .topBox {
    height: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.topBox .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.topMenu-box {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 100px - 229.45px);
}
@media (min-width: 768px) {
  .topMenu-box {
    width: calc(100% - 100px - 353px);
  }
}
@media (min-width: 1200px) {
  .topMenu-box {
    width: calc(100% - 100px - 282.4px);
  }
}
@media (min-width: 1400px) {
  .topMenu-box {
    width: calc(100% - 100px - 353px);
  }
}

.topLink-box {
  display: none;
}
@media (min-width: 1200px) {
  .topLink-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.topLink-box img {
  margin-right: 10px;
}
.topLink-box a.topLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #333333;
  padding: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  transition: all 0.25s ease-out;
  border-radius: 50px;
}
.topLink-box a.topLink:hover {
  color: #2e7688;
  transition: all 0.25s ease-out;
}
.topLink-box a.topLink:hover svg {
  fill: #2e7688;
}
.topLink-box .dec_line {
  position: relative;
}
.topLink-box .dec_line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #ccc;
  right: 0;
  top: 15px;
}
.topLink-box .languageBtn {
  border-radius: 30px;
  background-color: #1e7286;
  color: #fff;
}
.topLink-box .languageBtn:hover {
  color: #fff;
  background-color: #2e7688;
}
.topLink-box ul.language-dropdown {
  min-width: unset;
}
.topLink-box .searchBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #EEEEEE;
}

.mobileMenuBtn {
  position: relative;
  padding: 5px;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .mobileMenuBtn {
    display: none;
  }
}
.mobileMenuBtn .menu_ico {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mobileMenuBtn .ico {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.mobileMenuBtn .ico_wave {
  background-color: #1e7286;
  width: 100%;
  height: 100%;
}

.mobileMenu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #2e7688;
  padding: 15px 20px 15px 40px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  transition: 0.3s ease-out;
}
.mobileMenu p {
  text-align: right;
}
.mobileMenu a.off {
  font-size: 1.5rem;
  transition: color 0.3s ease-out;
}
.mobileMenu a.off svg {
  color: #fff;
  height: 20px;
}
.mobileMenu a.off span {
  font-size: 0;
  text-indent: -999px;
}
.mobileMenu ul {
  list-style: none;
  padding-left: 0;
}

.mobileMenu .topLink {
  margin: 15px 0 0;
}
.mobileMenu .topLink li {
  margin-left: 0;
  text-align: center;
  padding: 5px;
}
.mobileMenu .topLink a {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 5px;
  color: #fff;
  border: 1px solid;
  border-radius: 500px;
}

ul#navmenu-v2 {
  width: 100%;
  margin: 0;
}
ul#navmenu-v2 li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #CECBD3;
}
ul#navmenu-v2 li.child::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 15px;
  border: 3px solid #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: 10px 40px 10px 10px;
  display: block;
  text-align: left;
  color: #fff;
}

ul#navmenu-v2 ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.0705882353);
}
ul#navmenu-v2 ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
ul#navmenu-v2 ul li a {
  margin-left: 1rem;
}

ul#navmenu-v2 ul ul {
  background-color: rgba(255, 255, 255, 0.1568627451);
}
ul#navmenu-v2 ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
ul#navmenu-v2 ul ul li a {
  margin-left: 2rem;
}

/* 桌機主選單 至頂狀態 */
.menu-box.at-top {
  transition: all 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.menu-box {
  position: absolute;
  z-index: 20;
  background-color: #2e7688;
  margin: 0 auto;
  width: 100%;
}
.menu-box .container {
  overflow: hidden;
}
.menu-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}
.menu-box a {
  display: block;
}

ul.navmenu-v {
  align-items: center;
}
ul.navmenu-v li.menu-Level1 {
  text-align: center;
  flex: 1 0 auto;
}
ul.navmenu-v li.menu-Level1 span {
  display: block;
  width: 100%;
  padding: 10px 30px;
  border-left: 1px solid #fff;
}
@media (min-width: 1400px) {
  ul.navmenu-v li.menu-Level1 span {
    padding: 10px 0;
  }
}
ul.navmenu-v li.menu-Level1:last-child span {
  border-right: 1px solid #fff;
}
ul.navmenu-v li.menu-Level1 > a.menu-link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1rem;
  padding: 10px 0;
  color: #fff;
  transition: all 0.25s ease-out;
}
ul.navmenu-v li.menu-Level1 > a.menu-link::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  left: 45%;
  bottom: -6px;
  background-color: rgba(249, 249, 249, 0.9529411765);
  transition: all 0.25s ease-out;
  display: none;
}
ul.navmenu-v li.menu-Level1 > a.menu-link:hover {
  transition: all 0.25s ease-out;
  background-color: #1e7286;
}

/* 桌機主選單 子選單開合 */
ul.navmenu-v li.menu-Level1 ul.WebMenuList2 {
  display: none;
  transition: 0.3s ease all;
}
ul.navmenu-v li.menu-Level1:hover ul.WebMenuList2 {
  display: flex;
  top: 56px;
  right: 0;
  transition: 0.3s ease all;
}
ul.navmenu-v li.menu-Level1.child:hover > a.menu-link:before {
  display: block;
}

/* 桌機主選單 deskMenu-第2層以下 */
ul.navmenu-v ul.WebMenuList2 {
  list-style: none;
  background-color: rgba(249, 249, 249, 0.9607843137);
  position: absolute;
  z-index: 99;
  left: 0;
  top: 56px;
  width: 100%;
  flex-wrap: wrap;
  min-height: 250px;
  max-height: 600px;
  padding: 18px 3% 32px 3%;
}
@media (min-width: 1600px) {
  ul.navmenu-v ul.WebMenuList2 {
    padding: 18px 15% 32px 15%;
  }
}
ul.navmenu-v ul.WebMenuList2 > li.menu-line {
  width: 25%;
  height: 33%;
  padding: 8px 15px;
  vertical-align: top;
  text-align: left;
  margin-bottom: 16px;
}
ul.navmenu-v ul.WebMenuList2 > li.menu-line > a.menu-link {
  padding: 10px;
  border-bottom: 1px #ccc solid;
}
ul.navmenu-v ul.WebMenuList2 > li.menu-line a.menu-link {
  color: #333;
  transition: all 0.25s ease-out;
}
ul.navmenu-v ul.WebMenuList2 > li.menu-line a.menu-link span {
  border-left: 0;
  border-right: 0;
  padding: 0;
}
ul.navmenu-v ul.WebMenuList2 > li.menu-line a.menu-link:hover {
  transition: all 0.25s ease-out;
  background-color: #2e7688;
  color: #fff;
}

/* 桌機主選單 deskMenu-第3層 */
ul.navmenu-v ul.WebMenuList2 li.menu-line ul.WebMenuList3 {
  max-height: 90px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
ul.navmenu-v ul.WebMenuList2 li.menu-line ul.WebMenuList3 li {
  padding-left: 17px;
  margin: 0;
  position: relative;
}

/* 自定義卷軸 */
ul.WebMenuList3::-webkit-scrollbar {
  width: 8px;
}
ul.WebMenuList3::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 4px;
}
ul.WebMenuList3::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 4px #2e7688;
  border-radius: 4px;
}

/* 桌機主選單 deskMenu-第4層 */
/* 桌機主選單 deskMenu-第5層 */
ul.navmenu-v ul.WebMenuList4 li.menu-line ul.WebMenuList5 {
  display: none;
}

.bannerBox {
  margin: auto;
}
@media (min-width: 992px) {
  .bannerBox {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bannerBox {
    max-width: 1140px;
    margin-top: 86px;
  }
}
@media (min-width: 1400px) {
  .bannerBox {
    max-width: 1320px;
    margin-top: 86px;
  }
}

.banner-inner {
  position: relative;
}
.banner-inner img {
  width: 100%;
  height: auto;
  aspect-ratio: 132/64;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__arrows {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 1200px) {
  .splide__arrows {
    display: none;
  }
}
.splide__arrows .splide__arrow--prev, .splide__arrows .splide__arrow--next {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.splide__arrows .splide__arrow--prev .arrow-icon, .splide__arrows .splide__arrow--next .arrow-icon {
  font-size: 0;
}
.splide__arrows .splide__arrow--prev {
  left: 5px;
  background: url("../images/banner_prev.png");
}
.splide__arrows .splide__arrow--next {
  right: 5px;
  background: url("../images/banner_next.png");
}

.btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  bottom: -100px;
  width: 80px;
  height: 80px;
  z-index: 99;
  transition: bottom 0.5s;
  display: none;
}
@media (min-width: 768px) {
  .btn-top {
    display: block;
    bottom: 60px;
  }
}

.bottom-menu {
  border-top: 6px solid #D9D9D9;
  position: relative;
  background-color: #2e7688;
}
.bottom-menu .collapse_btn {
  text-align: center;
}
@media (min-width: 1200px) {
  .bottom-menu .collapse_btn {
    text-align: left;
  }
}
.bottom-menu .btn-sm {
  padding: 5px 15px;
  color: #fff;
  background-color: #2e7688;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1200px) {
  .bottom-menu .btn-sm {
    padding: 10px 30px;
  }
}

.collapse_wrap {
  background-color: #2e7688;
  padding-top: 20px;
}

.is-hidden {
  display: none;
}

.bottom-menu ul {
  padding-left: 0;
  padding-top: 0;
  list-style: none;
}

ul.bottom-menu--list {
  display: flex;
  flex-wrap: wrap;
  padding: 3em 0;
  letter-spacing: 1.5px;
}
ul.bottom-menu--list a {
  display: block;
  padding-left: 10px;
  color: #fff;
  margin-bottom: 5px;
}
ul.bottom-menu--list a:hover {
  background-color: #2e7688;
}
ul.bottom-menu--list > li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  ul.bottom-menu--list > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  ul.bottom-menu--list > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  ul.bottom-menu--list > li {
    width: 25%;
  }
}
ul.bottom-menu--list > li > a {
  border-bottom: 1px solid #ccc;
  font-size: 1.125em;
}
ul.bottom-menu--list ul {
  list-style: none;
  padding-left: 0;
}
ul.bottom-menu--list ul ul {
  padding-left: 15px;
}

.footer {
  background-color: #2e7688;
  position: relative;
  letter-spacing: 1.5px;
}

.footer-box {
  color: #fff;
  line-height: 32px;
  position: relative;
  transition: 0.3s ease-out;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .footer-box {
    padding: 60px 0 100px;
  }
}
.footer-box a {
  color: #fff;
}
.footer-box a:hover {
  color: #fff;
}
.footer-box p {
  font-size: 1rem;
  line-height: 2em;
}
@media (min-width: 992px) {
  .footer-box p {
    font-size: 1.125rem;
  }
}

.footer-info {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  margin-bottom: 12px;
}

.seo-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.footer_link {
  display: none;
}
@media (min-width: 1200px) {
  .footer_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
  }
  .footer_link:hover {
    background-color: #eee;
  }
}
.footer_link.yt {
  margin-left: 10px;
}
.footer_link .fb_icon {
  padding-left: 1px;
}
.footer_link .yt_icon {
  padding-left: 2px;
}

.footer-office > .office:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.footer-aa {
  display: block;
  margin: 12px 0;
}

.copyright {
  background-color: #19697c;
  padding: 18px 0;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .copyright {
    font-size: 1rem;
  }
}

/* -- 木料銀行聯絡表單 -- */
.wood-form {
  margin: 60px 0;
  padding: 60px;
  background-color: #ebebeb;
  border-radius: 30px;
}
.wood-form .formTitle {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
  color: #2e7688;
}
.wood-form .form-group {
  margin-bottom: 40px;
}
.wood-form label {
  font-size: 1.25rem;
}
.wood-form input.form-control, .wood-form textarea.form-control, .wood-form select.form-select {
  padding: 10px 23px;
}
.wood-form .required {
  position: relative;
}
.wood-form .required::after {
  position: relative;
  content: "必填";
  font-size: 0.75rem;
  padding: 2px 8px;
  margin-bottom: 10px;
  left: 4px;
  top: -2px;
  background-color: rgb(39.3292682927, 149.4512195122, 175.6707317073);
  background-color: #aae8ca;
  border-radius: 20px;
  color: #2e7688;
}
.wood-form .v-code {
  display: inline-block;
}
.wood-form .v-code a.v-img {
  width: 80px;
}
.wood-form .form-control::-moz-placeholder, .wood-form .form-select::-moz-placeholder {
  font-size: 1.125rem;
  color: #7c7b7b;
}
.wood-form .form-control::placeholder, .wood-form .form-select::placeholder {
  font-size: 1.125rem;
  color: #7c7b7b;
}
.wood-form .btn_block {
  padding: 12px 30px;
}

.errorBox {
  text-align: center;
  width: 100%;
}
.errorBox p {
  color: #664d03;
}
.errorBox a {
  color: #06494e;
  text-decoration: underline;
  line-height: 36px;
}

h2.boxTitle {
  position: relative;
  font-size: 2rem;
  text-align: center;
  color: #333;
}
@media (min-width: 992px) {
  h2.boxTitle {
    font-size: 2.875rem;
  }
}

.moreBtn_bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.moreBtn {
  position: relative;
  width: 178px;
  height: 48px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 0;
  background-color: #333;
  color: #fff;
  transition: 0.3s ease-out;
}
.moreBtn:hover {
  background-color: #2e7688;
}

.marqueeBox {
  padding: 30px 0 60px;
}

.marqueeWrap {
  position: relative;
  background-color: #e0f8f8;
  border-radius: 30px;
  height: 50px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.marqueeWrap .marqueeTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin: 0 12px 0 0;
}
.marqueeWrap .marqueeTitle img {
  width: 100%;
}
.marqueeWrap .marqueeList {
  position: relative;
  width: calc(100% - 70px);
  overflow: hidden;
}
.marqueeWrap .marqueeList .animationBox {
  display: flex;
  white-space: nowrap;
  height: 100%;
  gap: 32px;
  animation: scroll-left 30s linear infinite;
  will-change: transform;
}
.marqueeWrap .marqueeList a {
  display: block;
  margin: 5px;
}
.marqueeWrap .marqueeList .marqueeInfo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.marqueeWrap .playBtn, .marqueeWrap .pauseBtn {
  width: 24px;
  height: 24px;
  position: absolute;
  padding: 0;
  background-size: cover;
  display: block;
  bottom: 13px;
  right: 20px;
}
.marqueeWrap .playBtn {
  background: url(../images/marquee_play.svg) no-repeat;
}
.marqueeWrap .pauseBtn {
  background: url(../images/marquee_pause.svg) no-repeat;
}

/* 暫停狀態：當父層或自身被加上 .is-paused 時停止 */
.animationBox.is-paused {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.aqiList {
  position: relative;
}
.aqiList::before {
  content: "";
  position: absolute;
  background-color: #e2e2e2;
}
@media (min-width: 1200px) {
  .aqiList::before {
    height: 4px;
    width: calc(100% - 80px);
    border-radius: 2px;
    bottom: -34px;
  }
}

.aqiLink {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #555;
}
.aqiLink .aqi_icon {
  width: 82px;
  height: 82px;
  margin: 0;
}

.aqi_Item {
  background-color: #F2F2F2;
  border-radius: 20px;
  position: relative;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .aqi_Item {
    padding: 20px 30px;
  }
}
.aqi_Item .air-title {
  width: calc(100% - 82px);
  font-size: 1.15rem;
}
.aqi_Item .aqi_titleBox .title {
  font-size: 2rem;
  font-weight: 600;
}
.aqi_Item .aqi_titleBox small {
  font-size: 1.15rem;
  margin-left: 8px;
}
.aqi_Item .aqi_titleBox .remind {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.aqi_Item .dataBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #d1d1d1;
}
.aqi_Item .dataBox.color01 {
  border: 4px solid #B3D24F;
}
.aqi_Item .dataBox.color02 {
  border: 4px solid #f8d22b;
}
.aqi_Item .dataBox.color03 {
  border: 4px solid #ffa149;
}
.aqi_Item .dataBox.color04 {
  border: 4px solid #e74539;
}
.aqi_Item .dataBox.color05 {
  border: 4px solid #985EA5;
}
.aqi_Item .dataBox.color06 {
  border: 4px solid #5e3814;
}
.aqi_Item .dataBox .data {
  font-size: 2rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.newsBox {
  position: relative;
  padding: 120px 0;
}

.newsList {
  border: 1px solid #ccc;
}

.focusBox {
  padding: 120px 0;
  position: relative;
  background: #E6F7ED;
}
@media (min-width: 1400px) {
  .focusBox {
    padding: 150px 0 200px;
  }
}
.focusBox .container {
  position: relative;
}

.focusList {
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
}

.focusLink {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.focus_photo {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.focus_photo img {
  scale: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.focus_info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: 0.3s ease-out;
  height: 170px;
  padding: 20px;
  background-color: #2e7688;
  color: #fff;
}

.focus_title {
  color: #FFF0BD;
  font-size: 1.35rem;
}

.focusLink:hover .focus_photo img {
  transform: scale(1.2);
}

.decBox {
  display: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .decBox {
    display: flex;
  }
}

.animationBox {
  width: 150%;
  background-image: linear-gradient(90deg, rgba(163, 228, 72, 0.5) 0%, rgba(31, 200, 186, 0.5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.animationBox .animationText {
  white-space: nowrap;
  font-size: 5rem;
  line-height: 6.7rem;
  font-weight: 600;
  text-align: center;
  color: transparent;
}

@keyframes moving {
  0% {
    left: 100%;
    transform: translateX(0%);
  }
  100% {
    left: 0;
    transform: translateX(-100%);
  }
}
.ServeBox {
  position: relative;
  padding: 0px 0 100px;
}
.ServeBox .serveWrap {
  padding: 30px 40px;
  border-top: 3px solid #2e7688;
  background-color: #F5F5F5;
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ServeBox .serveLink {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  color: #333;
  border-bottom: 1px dashed #666;
  padding-right: 20px;
  line-height: 3.5;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .ServeBox .serveLink {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .ServeBox .serveLink {
    width: 32%;
    margin-bottom: 30px;
  }
}
.ServeBox .serveLink:hover {
  color: #2e7688;
  background-color: #eee;
}
.ServeBox .serveLink::before {
  content: "";
  position: absolute;
  background: url(../images/serve_arrow.svg);
  width: 22px;
  height: 23px;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}

.serveWrap .serveLink:nth-child(n+5) {
  display: none;
}
@media (min-width: 1200px) {
  .serveWrap .serveLink:nth-child(n+5) {
    display: -webkit-box;
  }
}

.questionBox {
  position: relative;
  padding: 120px 0;
  background: #cff6f8;
}
.questionBox .boxTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .questionBox .boxTitle {
    text-align: left;
  }
}

.question-list .question-item {
  margin-bottom: 30px;
}
.question-list .question-item .accordion-header button {
  color: #333;
  font-size: 1.1rem;
  padding: 24px;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .question-list .question-item .accordion-header button {
    font-size: 1.25rem;
  }
}
.question-list .question-item .accordion-header button.accordion-button {
  border-radius: 20px 20px 0 0;
}
.question-list .question-item .accordion-header button.collapsed.accordion-button {
  border-radius: 20px;
}
.question-list .question-item .accordion-header button span {
  font-size: 2rem;
  color: #2e7688;
  margin-right: 10px;
  padding-bottom: 8px;
}
.question-list .question-item .accordion-button::after {
  width: 30px;
  height: 30px;
  background: url("../images/faq-icon.svg") no-repeat;
}
.question-list .question-item .accordion-button:not(.collapsed)::after {
  background: url("../images/faq-icon.svg") no-repeat;
  transform: rotate(45deg);
}
.question-list .question-item .accordion-collapse {
  background-color: #FFF;
  border-radius: 0 0 20px 20px;
}

.videoBox {
  position: relative;
  padding: 120px 0;
}
.videoBox .videoList {
  margin-top: 50px;
}
.videoBox .videoItem {
  display: block;
}
.videoBox .video_img {
  border-radius: 20px;
  overflow: hidden;
}
.videoBox .video_img img {
  width: 100%;
}
.videoBox .video_title {
  font-size: 1.25rem;
  color: #333;
  padding-left: 35px;
  position: relative;
}
.videoBox .video_title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #61adb1;
  left: 20px;
  top: 13px;
}

.videoList .col-lg-6:nth-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .videoList .col-lg-6:nth-child(2) {
    display: block;
  }
}

.linkBox {
  padding: 120px 0;
  position: relative;
  background: #cff6f8;
}
.linkBox .container {
  position: relative;
}

.linkList {
  margin-top: 30px;
}

.link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 35px;
  background-color: #fff;
  color: #555;
  margin: 5px;
}
.link span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.link:hover {
  background-color: #2e7688;
  color: #fff;
}
.link img.link_img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.aboutBox {
  margin-top: 200px;
}

.manager-login-box {
  margin: 40px 0 100px 0;
  border-radius: 5px;
  overflow: hidden;
}
.manager-login-box .login-img {
  background: url(../images/login.jpg) no-repeat center;
  background-size: cover;
}
.manager-login-box .login-content {
  background-color: #F3F3F3;
}
.manager-login-box .login-form {
  margin: 30px 0px;
  padding: 30px;
}
@media (min-width: 576px) {
  .manager-login-box .login-form {
    padding: 50px;
  }
}
@media (min-width: 1400px) {
  .manager-login-box .login-form {
    margin: 30px 60px;
  }
}
.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: #1e7286;
  border-radius: 50%;
  padding: 17px 0;
  text-align: center;
}
.manager-login-box .mini-title {
  font-size: 1.25rem;
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #1e7286;
  font-weight: 500;
}
.manager-login-box .form-label {
  font-weight: 500;
}
.manager-login-box .form-group {
  margin-bottom: 30px;
}
.manager-login-box .btn_primary, .manager-login-box .btn_danger {
  width: 49%;
}
.manager-login-box .btn {
  line-height: 28px;
}
.manager-login-box .btn svg {
  width: 20px;
}

/*------------- 內頁 -------------*/
.main-content {
  margin: 0 auto 50px;
  position: relative;
}
@media (min-width: 992px) {
  .main-content {
    margin: 100px auto 50px;
  }
}

.page-content {
  min-height: 450px;
}

/* 路徑 麵包屑 */
.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: #2e7688;
}

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

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

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

.page_sdg_type {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
}
.page_sdg_type .page_sdg img {
  width: 48px;
  margin-right: 8px;
  margin-bottom: 8px;
}

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

/* 分享按鈕 */
.web-share-btn {
  display: inline-block;
  margin: 2px 0 2px;
}
.web-share-btn > a.share {
  display: flex;
  flex-direction: row;
  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/share/facebook.svg);
}
ul.share-list li a.icon-line {
  background-color: rgb(52, 212, 132);
  background-image: url(../images/share/line.svg);
}
ul.share-list li a.icon-plurk {
  background-color: rgb(224, 102, 54);
  background-image: url(../images/share/plurk.svg);
}
ul.share-list li a.icon-x {
  background-color: rgb(46, 46, 46);
  background-image: url(../images/share/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;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.web-font-btn > a {
  width: 34px;
  height: 34px;
  background-color: #e8e8e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #444;
  letter-spacing: -1px;
}
.web-font-btn > a.now {
  background-color: #1e7286;
  color: #fff;
}
.web-font-btn > a:first-child {
  font-size: 0.8rem;
}
.web-font-btn > a:nth-child(2) {
  font-size: 1rem;
}
.web-font-btn > a:nth-child(3) {
  font-size: 1.25rem;
}

/*模組-共用-搜尋---------*/
.page-content .search-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .page-content .search-bar {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.page-content .search-bar .searchBox {
  width: 100%;
  margin-bottom: 16px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .page-content .search-bar .searchBox {
    max-width: 285px;
    margin-left: 10px;
  }
}
.page-content .search-bar .date_searchBox {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-content .search-bar .date_searchBox {
    max-width: 300px;
    display: flex;
    margin-bottom: 16px;
    margin-left: 16px;
  }
}
.page-content .search-bar .btnBox {
  width: 100%;
  margin-left: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-content .search-bar .btnBox {
    margin-left: 8px;
    width: 90px;
  }
}
.page-content .search-bar .btnBox .btn_block, .page-content .search-bar .btnBox .btn_block_outline {
  width: 100%;
}
.page-content .search-bar .form-control, .page-content .search-bar .form-select {
  border-color: #c5c5c5;
}

.mode_view a {
  color: #2e7688;
  text-decoration: underline;
}
.mode_view a:hover {
  color: #1e7286;
  text-decoration: none;
}

/* 清單標題 */
.list-title-color {
  background-color: #2e7688;
  color: #fff;
  min-height: 40px;
  display: flex;
  align-items: center;
}

table.list-title th {
  background-color: #2e7688;
  color: #fff;
}

caption.h4 {
  color: #333;
}

.box-outline {
  border: 1px solid #ccc;
}

/*模組四*/
.mode04-list .list-title-color {
  padding: 24px 0;
}
.mode04-list .list-title-color div {
  padding: 0 1.5rem;
}
.mode04-list img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.mode04-list p:nth-child(n+2) {
  margin-top: 3rem;
}

.mode04-list-item {
  padding: 24px 16px;
  border-bottom: 1px dashed #b1b1b1;
}
.mode04-list-item div {
  padding-right: 1rem;
}

/*模組3&5 共用*/
.mode03-list .list-item, .mode05-list .list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  border-bottom: solid 1px #ccc;
}
.mode03-list .list-item .item-date, .mode05-list .list-item .item-date {
  font-size: 1rem;
  margin-right: 10px;
}
.mode03-list .list-item .item-sort, .mode05-list .list-item .item-sort {
  display: inline;
}
.mode03-list .list-item .item-sort span img, .mode05-list .list-item .item-sort span img {
  margin-right: 8px;
}
.mode03-list .list-item .item-title, .mode05-list .list-item .item-title {
  color: #333;
}

/*模組5*/
.mode05-list .item-kind {
  font-size: 1rem;
  padding: 3px 10px;
  border-radius: 25px;
  border: 1px solid;
}

.pageClass {
  padding-bottom: 0.75rem;
}
.pageClass span {
  font-size: 1rem;
  padding: 4px 12px;
  border-radius: 25px;
  background-color: #2e7688;
  color: #fff;
}

/*模組6 連結模組*/
.mode06_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mode06_list .mode06_item {
  border-bottom: 1px dashed #ccc;
  padding: 32px 20px;
  display: flex;
}
.mode06_list .mode06_item:hover {
  background-color: #f2f2f2;
}
.mode06_list .mode06_item:hover .mode06_link {
  color: #3fa86b;
}

/*模組8 成員模組*/
.member-item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 1rem;
  line-height: 1.45;
  padding: 1.5rem;
  color: #666;
}
.member-item .member-img {
  display: none;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .member-item .member-img {
    display: block;
    max-height: 220px;
  }
}
.member-item .member-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .member-item .member-img img {
    height: 100%;
  }
}
.member-item .memberName {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.member-item .memberName p {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .member-item .memberName p {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .member-item .memberName p {
    font-size: 1.5rem;
  }
}
.member-item .member-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}
.member-item .member-content .min-title {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
}
.member-item .member-content .min-title .title {
  width: 60px;
}
.member-item .member-content .min-title .th-info {
  color: #333;
  width: calc(100% - 60px);
}
.member-item .member-content .min-title a {
  word-wrap: break-word;
}

.mode07-list ul {
  list-style: none;
  padding: 0;
}
.mode07-list li {
  padding: 20px 16px;
  border-bottom: 1px dashed #b1b1b1;
}
.mode07-list img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.mode07-list .download_list {
  margin-bottom: 4rem;
}
.mode07-list .download_sort {
  font-size: 1.25rem;
  font-weight: 500;
}

.mode_view table {
  border-color: #eee;
}
.mode_view tr {
  text-align: center;
}
.mode_view th {
  background-color: #19697c;
  color: #fff;
  padding: 15px 0;
}
.mode_view td {
  padding: 15px 0;
}

.page_file {
  padding-top: 50px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .page_file {
    flex-direction: row;
  }
}
.page_file p {
  color: #333333;
  margin-bottom: 15px;
}
.page_file li {
  margin-bottom: 10px;
  list-style-image: url("../images/check.svg");
}
.page_file a {
  color: #5a7868;
}
.page_file a:hover {
  color: #2e7688;
}

.page_album {
  padding-top: 50px;
  flex-direction: column;
}
.page_album p {
  color: #333333;
  margin-bottom: 15px;
}

.albumList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.albumList ul li {
  margin-bottom: 10px;
}
.albumList .albumItem {
  display: block;
  margin: 5px;
}
.albumList .albumItem img {
  max-width: 100%;
}

.page_back, .page-btn-box {
  margin: 50px 0 100px 0;
}

ul.sitemap {
  list-style: none;
  padding-left: 0;
}
ul.sitemap li.sitemap-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 1% 1%;
}
@media (min-width: 768px) {
  ul.sitemap li.sitemap-box {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  ul.sitemap li.sitemap-box {
    width: 30%;
  }
}
ul.sitemap li.sitemap-box > a {
  display: block;
  background-color: #2e7688;
  text-align: center;
  padding: 10px;
  color: #fff;
}
ul.sitemap li.sitemap-box > ul {
  padding: 0.5rem 1rem;
  border: 1px solid #CECBD3;
  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;
}

.stimeInfo {
  line-height: 2;
}

span.siteMapBtn {
  padding: 2px 5px;
  background-color: #E2F2F0;
  border-radius: 5px;
  margin-right: 5px;
}

.menu-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu-list .menu-list_button a {
  display: block;
  padding: 10px;
  margin: 10px;
  text-align: center;
  border: 2px solid #2e7688;
}
.menu-list .menu-list_button a:hover {
  background-color: #2e7688;
  color: #fff;
}

.search-container {
  background-color: #2e7688;
  padding: 25px 30px 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.search-container .search-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .search-container .search-inner {
    flex-direction: row;
    align-items: center;
  }
}
.search-container .searchTitle {
  margin-bottom: 0.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  .search-container .searchTitle {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.search_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .search_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 14rem);
  }
}
.search_wrap .search_form {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .search_wrap .search_form {
    width: calc(100% - 160px);
  }
}
.search_wrap .search_form table.gsc-search-box {
  margin-bottom: 0;
}
.search_wrap form.gsc-search-box {
  max-width: 100%;
  margin: 0;
  font-size: 1rem;
}
.search_wrap .gsc-input-box {
  height: 60px;
  background-color: #fff;
  border: none;
  border-radius: 8px 0 0 8px !important;
}
.search_wrap .gsib_a {
  padding: 0;
}
.search_wrap .gsib_a::before {
  display: none !important;
}
.search_wrap .gsc-input {
  font-size: 1.115rem;
  height: 58px !important;
  background: #fff !important;
  border-radius: 8px 0 0 8px;
  padding-left: 30px;
}
.search_wrap .gsc-input::-moz-placeholder {
  font-size: 1rem;
}
.search_wrap .gsc-input::placeholder {
  font-size: 1rem;
}
.search_wrap td.gsc-search-button {
  margin-left: 0;
}
.search_wrap .gsc-search-button-v2 {
  position: relative;
  height: 60px;
  width: 70px;
  padding: 6px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  margin: 0;
}
.search_wrap .gsc-search-button-v2 svg {
  width: 22px;
  height: 22px;
  fill: #767676;
}
.search_wrap .gsc-search-button-v2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75%;
  background-color: #ccc;
  left: 0;
  top: 9px;
}
.search_wrap .btn-advanced-search {
  display: inline-block;
  color: #fff;
  background-color: #7accd1;
  transition: 0.5s ease-in-out;
}
.search_wrap .btn-advanced-search:hover, .search_wrap .btn-advanced-search:focus, .search_wrap .btn-advanced-search:focus-visible {
  color: #7accd1;
  background-color: #fff;
  border: 1px solid #7accd1;
  font-weight: 600;
}
.search_wrap .btn-advanced-search:active {
  color: #7accd1 !important;
}
.search_wrap .btn-advanced-search {
  width: 100px;
  height: 45px;
  line-height: 32px;
  color: #222;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .search_wrap .btn-advanced-search {
    width: 125px;
    height: 60px;
    line-height: 45px;
    margin-top: 0;
  }
}

.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: 120px;
  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: #333;
  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: #333;
}
.closeBox .closeBtn:hover {
  background-color: #2e7688;
}
.closeBox .closeBtn:hover svg {
  color: #fff;
}

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

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

/*-- 搜尋列 --*/
.search-box .gsc-input-box {
  border: none;
  border-radius: 10px !important;
  padding: 0;
}
.search-box .gsc-input {
  letter-spacing: 1px;
  background: #fff !important;
  border-radius: 8px;
  height: 50px !important;
}
.search-box table.gsc-search-box {
  padding: 2px;
}
.search-box table.gsc-search-box td.gsc-input {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.search-box table.gsc-search-box td.gsc-input .gsib_a {
  width: 100%;
  padding: 0 0 0 50px;
}
.search-box table.gsc-search-box td.gsc-input .gsst_a {
  padding: 7px 4px;
}
.search-box #___gcse_1 {
  width: 100%;
}
.search-box .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: #2e7688;
  border-radius: 0 20px 20px 0;
  border: none;
  margin: 0;
}
.search-box button a.gsst_a {
  padding: 0 4px;
}

.page-search .gsc-control-cse.gsc-control-cse-zh-TW {
  border: none;
  background-color: #fff;
}

.page-search form.gsc-search-box {
  margin: 0;
  max-width: 100%;
}
.page-search .gsc-input-box {
  height: 60px;
  background-color: #E9E9E9;
  border: none;
  border-radius: 8px 0 0 8px !important;
}
.page-search .gsib_a {
  padding: 0;
}
.page-search .gsc-input {
  font-size: 1.115rem;
  height: 58px !important;
  background: #E9E9E9 !important;
  border-radius: 8px 0 0 8px;
  padding-left: 30px;
}
.page-search td.gsc-search-button {
  margin: 0;
}
.page-search .gsc-search-button-v2 {
  height: 60px;
  width: 70px;
  padding: 6px;
  background: #2e7688;
  border-radius: 0 8px 8px 0;
  border: none;
  margin: 0;
}
.page-search .gsc-search-button-v2 svg {
  width: 18px;
  height: 18px;
}

.page-search .gsc-wrapper {
  max-width: 100%;
}
.page-search .gsc-above-wrapper-area {
  max-width: 100%;
}
.page-search .gsc-webResult.gsc-result {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 25px;
}
.page-search .gsc-results .gcsc-more-maybe-branding-root {
  padding: 20px 0;
}
.page-search .gcsc-branding-clickable img {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .embed-container {
    max-width: 80%;
    margin: 0 auto;
  }
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-list .video-item {
  margin-bottom: 1.5rem;
}
.video-list .video-item .photo {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .video-list .video-item .photo {
    max-height: 229px;
    max-width: 100%;
  }
  .video-list .video-item .photo img {
    width: 100%;
  }
}
.video-list .video-item .video-date {
  color: #666;
}
.video-list .video-item .item-title {
  color: #222;
  font-size: 1.275rem;
  max-height: 61px;
  overflow: hidden;
}

.sir-item {
  min-height: 12.5rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.sir-item .sir-img {
  overflow: hidden;
}
.sir-item .sir-img img {
  width: 100%;
}
.sir-item .sir-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sir-item .sir-name {
  font-size: 1.5em;
  color: #333333;
}
.sir-item .job-title {
  color: #1e7286;
}
.sir-item .sir-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sir-item .sir-content .content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
.sir-item .sir-content .min-title {
  font-weight: 500;
  color: #333333;
  margin-right: 1rem;
  position: relative;
}

.sir-info {
  position: relative;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sir-info {
    padding-left: 100px;
  }
}
.sir-info::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 97%;
  top: 12px;
  left: 15px;
  background-color: #ccc;
}
@media (min-width: 768px) {
  .sir-info::before {
    left: 100px;
  }
}
.sir-info .sir-infoItem {
  position: relative;
  padding: 0 0 30px 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sir-info .sir-infoItem {
    padding: 0 0 30px 30px;
  }
}
.sir-info .sir-infoItem::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 12px;
  left: -3px;
  background-color: #1e7286;
  z-index: 2;
}
.sir-info .sir-infoItem .infoTitle {
  padding-bottom: 10px;
  font-size: 1.25em;
  font-weight: 500;
}

.office_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  color: #444444 !important;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  font-size: 0.875em;
}
.office_btn:hover {
  background-color: #e7e7e6;
}
.office_btn::before {
  position: absolute;
  content: "→";
  color: #2e7688;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 0px;
  line-height: 30px;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 0 0 0 20px;
  font-weight: bold;
}
.office_btn img {
  padding: 20px;
  width: 80px;
}
.office_btn span {
  display: block;
  color: #2e7688;
  font-size: 1.375em;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.office_btn .office_icon {
  background-color: #2e7688;
  border-radius: 50%;
}
.office_btn .office_info {
  width: 100%;
  margin-left: 15px;
}

.ebook_content {
  position: relative;
}

.ebook_item {
  display: block;
}
.ebook_item:hover .ebook_cover {
  border-radius: 5px 5px 30px 5px;
}
.ebook_item:hover .ebook_cover div {
  transform: translate(0, 0);
}

.ebook_cover {
  position: relative;
  height: 420px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #EAEDF3;
  transition: 0.5s ease-in-out;
}
.ebook_cover div {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0px;
  right: 0px;
  background-color: #EAEDF3;
  transform: translate(30px, 30px);
  transition: 0.5s ease-in-out;
}
.ebook_cover img {
  height: 100%;
  width: auto;
  transition: 0.5s ease-in-out;
}

.ebook_info {
  margin: 25px 5px 100px 5px;
}

.ebook_title {
  width: 100%;
  line-height: 1.75rem;
}
@media (min-width: 1200px) {
  .ebook_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
  }
}

.ebook_sub {
  color: #A95729;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 10px;
}

.ebook_content {
  position: relative;
}

.ebook_item:hover .ebook_cover {
  border-radius: 5px 5px 30px 5px;
}
.ebook_item:hover .ebook_cover div {
  transform: translate(0, 0);
}

.ebook_cover {
  position: relative;
  height: 420px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d7dbe2;
  transition: 0.5s ease-in-out;
}
.ebook_cover div {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0px;
  right: 0px;
  background-color: #EAEDF3;
  transform: translate(30px, 30px);
  transition: 0.5s ease-in-out;
}
.ebook_cover img {
  height: 100%;
  width: auto;
  transition: 0.5s ease-in-out;
}

.ebook_info {
  margin: 25px 5px 100px 5px;
}

.ebook_title {
  width: 100%;
  line-height: 1.75rem;
}
@media (min-width: 1200px) {
  .ebook_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
  }
}

.ebook_sub {
  color: #A95729;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 10px;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow-y: hidden;
  position: relative;
}

#flipbook {
  background-color: #ccc;
  margin-left: 0 !important;
  visibility: hidden;
}
#flipbook .odd {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
  box-shadow: inset 0 0 5px #666;
}
#flipbook .even {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
  box-shadow: inset 0 0 5px #666;
}
#flipbook .page {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
#flipbook img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flip_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  margin: 10px auto;
}

.flip_btn {
  transition: 0.25s ease-in-out;
  background-color: transparent;
}
.flip_btn:hover {
  filter: brightness(0.9);
}
.flip_btn:hover svg {
  fill: #2e7688;
}
.flip_btn svg {
  width: 100px;
  height: 100px;
  transition: 0.25s ease-in-out;
}
@media (min-width: 992px) {
  .flip_btn svg {
    width: 50px;
    height: 50px;
  }
}

.page_num {
  display: flex;
  color: #333333;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page_num {
    font-size: 1.125rem;
  }
}
.page_num p {
  letter-spacing: 2px;
  margin-bottom: 0;
}

.bannerBox .owl-theme .owl-nav .owl-prev,
.bannerBox .owl-theme .owl-nav .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: #fff;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}
.bannerBox .owl-theme .owl-nav {
  display: none;
}
.bannerBox .owl-theme .owl-nav .owl-prev {
  left: 20px;
  background: url(../images/banner_prev.svg) no-repeat !important;
  background-size: cover !important;
}
.bannerBox .owl-theme .owl-nav .owl-next {
  right: 20px;
  background: url(../images/banner_next.svg) no-repeat !important;
  background-size: cover !important;
}
.bannerBox .owl-dots-wrap {
  position: relative;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.bannerBox .owl-theme .owl-dots {
  order: 0;
  width: auto;
  height: 10px;
  display: flex;
}
.bannerBox .owl-theme .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border: #fff solid 2px;
  border-radius: 5px;
  -moz-border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s;
  filter: drop-shadow(1px 1px 3px #666);
}
.bannerBox .owl-theme .owl-dots .owl-dot.active {
  background: #fff;
  border: #fff solid 2px;
  width: 22px;
}
.bannerBox .owl-theme .owl-dots .owl-dot span {
  font-size: 0;
}
.bannerBox .owl-controls {
  height: 30px;
}
.bannerBox .playBtn, .bannerBox .pauseBtn {
  width: 26px;
  height: 26px;
  padding: 0;
  background-color: transparent;
  order: 3;
  filter: drop-shadow(1px 1px 3px #666);
}
.bannerBox .playBtn {
  background: url(../images/banner_play.svg) no-repeat;
  filter: drop-shadow(1px 1px 3px #666);
}
.bannerBox .pauseBtn {
  background: url(../images/banner_pause.svg) no-repeat;
  filter: drop-shadow(1px 1px 3px #666);
}

.focusBox .owl-theme .owl-nav, .aqiBox .owl-theme .owl-nav, .linkBox .owl-theme .owl-nav {
  position: absolute;
  width: 60px;
  height: 18px;
  justify-content: space-between;
  display: none;
}
@media (min-width: 1200px) {
  .focusBox .owl-theme .owl-nav, .aqiBox .owl-theme .owl-nav, .linkBox .owl-theme .owl-nav {
    display: flex;
  }
}
.focusBox .owl-theme .owl-nav::before, .aqiBox .owl-theme .owl-nav::before, .linkBox .owl-theme .owl-nav::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  left: 50%;
  top: 0;
}
.focusBox .owl-theme .owl-nav .owl-prev,
.focusBox .owl-theme .owl-nav .owl-next, .aqiBox .owl-theme .owl-nav .owl-prev,
.aqiBox .owl-theme .owl-nav .owl-next, .linkBox .owl-theme .owl-nav .owl-prev,
.linkBox .owl-theme .owl-nav .owl-next {
  width: 22px;
  height: 18px;
  cursor: pointer;
  transition: all ease-out 0.3s;
  color: rgba(255, 255, 255, 0);
}
.focusBox .playBtn, .focusBox .pauseBtn, .aqiBox .playBtn, .aqiBox .pauseBtn, .linkBox .playBtn, .linkBox .pauseBtn {
  width: 26px;
  height: 26px;
  position: absolute;
  padding: 0;
  background-size: cover;
  display: none;
}
@media (min-width: 1200px) {
  .focusBox .playBtn, .focusBox .pauseBtn, .aqiBox .playBtn, .aqiBox .pauseBtn, .linkBox .playBtn, .linkBox .pauseBtn {
    display: block;
  }
}

.aqiBox .owl-theme .owl-nav {
  bottom: -40px;
  right: 0px;
}
.aqiBox .owl-theme .owl-nav .owl-prev {
  background: url("../images/marquee_arrow_r.svg") center no-repeat;
}
.aqiBox .owl-theme .owl-nav .owl-next {
  background: url("../images/marquee_arrow_l.svg") center no-repeat;
}

.focusBox .owl-theme .owl-nav, .linkBox .owl-theme .owl-nav {
  bottom: -35px;
  right: 0;
  z-index: 2;
}
.focusBox .owl-theme .owl-nav .owl-prev, .linkBox .owl-theme .owl-nav .owl-prev {
  background: url("../images/focus_arrow_l.svg") center no-repeat;
}
.focusBox .owl-theme .owl-nav .owl-next, .linkBox .owl-theme .owl-nav .owl-next {
  background: url("../images/focus_arrow_r.svg") center no-repeat;
}
.focusBox .playBtn, .focusBox .pauseBtn, .linkBox .playBtn, .linkBox .pauseBtn {
  bottom: -39px;
  right: 80px;
}
.focusBox .playBtn, .linkBox .playBtn {
  background: url(../images/focus_play.svg) no-repeat;
}
.focusBox .pauseBtn, .linkBox .pauseBtn {
  background: url(../images/focus_pause.svg) no-repeat;
}

.focusBox .owl-theme .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: -40px;
}
.focusBox .owl-theme .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #A2A2A2;
  border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 5px;
}
.focusBox .owl-theme .owl-dots .owl-dot.active {
  background: #91B56F;
}
.focusBox .owl-theme .owl-dots .owl-dot span {
  font-size: 0;
}

.videoBox .owl-nav {
  display: none;
}

.bannerBox {
  height: auto !important;
}

.splide__track {
  height: auto !important;
}

.my-custom-controls {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .my-custom-controls {
    display: flex;
  }
}
.my-custom-controls .splide__pagination {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0;
}
.my-custom-controls .splide__pagination li {
  display: flex;
  align-items: center;
}
.my-custom-controls .splide__pagination__page {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  margin: 0 5px;
  padding: 0;
  transition: all 0.3s;
  filter: drop-shadow(1px 1px 3px #666);
}
.my-custom-controls .splide__pagination__page.is-active {
  width: 20px;
}
.my-custom-controls .splide__toggle {
  display: flex;
  align-items: center;
}
.my-custom-controls .splide__toggle__pause, .my-custom-controls .splide__toggle__play {
  width: 26px;
  height: 26px;
  padding: 0;
  background-color: transparent;
  font-size: 0;
}
.my-custom-controls .splide__toggle__play {
  background: url(../images/banner_play.svg) no-repeat;
  filter: drop-shadow(1px 1px 3px #666);
}
.my-custom-controls .splide__toggle__pause {
  background: url(../images/banner_pause.svg) no-repeat;
  filter: drop-shadow(1px 1px 3px #666);
}

/* ==========================================================================
 * CKEditor 5 前台圖片排版專用 CSS
 * ========================================================================== */
/* 預設圖片外框 (預設讓它置中且上下保持間距) */
figure.image {
  display: block;
  text-align: center;
  margin: 1.5em auto;
}

/* 確保圖片本身不會撐破手機版面 (響應式設計) */
figure.image img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

/* 若您未來有啟用圖片「靠左/靠右對齊」外掛，以下 class 會自動生效 */
figure.image.image-style-align-left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

figure.image.image-style-align-right {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

/* 清除浮動，避免影響到接下來的段落 */
figure.image::after {
  content: "";
  display: table;
  clear: both;
}/*# sourceMappingURL=main.css.map */