@charset "UTF-8";
/* Start ============ page 內頁共用設定 ========================  page 內頁共用設定 ============ */
body {
  background-color: #fff;
}

* {
  transition: all 0.3s ease-out;
}

.container-page {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .container-page {
    width: 96%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .container-page {
    width: 88%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .container-page {
    width: 88%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .container-page {
    width: 85%;
  }
}
@media (min-width: 1500px) {
  .container-page {
    width: 80%;
  }
}

.page_content {
  position: relative;
  z-index: 10;
}

.pageTitle {
  text-align: center;
}
.pageTitle__title {
  color: #000;
  font-size: 34px;
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600 !important;
}
.pageTitle__subtitle {
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  color: #000;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 25px;
}

.fileType {
  width: 20px;
  height: auto;
}

.view_count {
  color: #7E879A !important;
}

/* Start ========== subMenu 內頁 副選單 =========  subMenu 內頁 副選單 ============ */
.subMenu {
  margin-bottom: 30px;
}
.subMenu .nav-pills {
  position: relative;
}
.subMenu .nav-pills::after {
  content: "";
  position: absolute;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  height: 0.5px;
  background: #ebeaea;
  z-index: -1;
}
.subMenu .nav-pills .nav-link {
  min-width: 100px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  padding: 6px 16px;
  color: #666;
  font-size: 0.95rem;
  font-weight: 400;
  transition: all 0.4s ease;
  border: 0.5px solid #e4e9f7;
  background: #f7fbff;
  margin-right: 3px;
}
.subMenu .nav-pills .nav-link:hover {
  color: #002147;
  margin-top: -4px;
  padding-bottom: 10px;
  transition: all 0.2s ease;
}
.subMenu .nav-pills .nav-link.active {
  color: #2F4373;
  padding-bottom: 7px;
  background-color: #fff !important;
  border: 0.5px solid #e4e9f7;
  border-bottom: 0px solid rgba(235, 234, 234, 0);
}
.subMenu .nav-pills .nav-link:hover.active {
  color: #002147;
  margin-top: -4px;
  padding-bottom: 11px;
}
.subMenu .L3-subMenu.nav .nav-item .nav-link {
  color: #666;
  font-size: 0.95rem;
  font-weight: 400;
}
.subMenu .L3-subMenu.nav .nav-item .nav-link.active {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.subMenu .L3-subMenu.nav .nav-item .nav-link:hover {
  color: #002147;
}

/* Start ============ page 內頁共用設定 ========================  page 內頁共用設定 ============ */
.page.page_sidebar {
  background-color: #f5f5f5;
}
.page.page_sidebar .page_content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  width: 98%;
}
@media (min-width: 1440px) {
  .page.page_sidebar .page_content {
    width: 1440px;
    max-width: 1440px;
  }
}
@media (min-width: 768px) {
  .page.page_sidebar .page_content {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.75rem;
  }
}
.page.page_sidebar .page_content .page_sidebar_menu {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page.page_sidebar .page_content .page_sidebar_menu {
    width: 15.5rem;
    max-width: 15.5rem;
    position: sticky;
    top: 110px;
  }
}
.page.page_sidebar .page_content .page_main {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .page.page_sidebar .page_content .page_main {
    padding-left: 2rem;
  }
}

.pageTitle {
  text-align: center;
}
.pageTitle .pageTitle__title {
  color: #000;
  font-size: 34px;
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600 !important;
}
.pageTitle .pageTitle__subtitle {
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  color: #000;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 25px;
}

.fileType {
  width: 20px;
  height: auto;
}

.view_count {
  color: #7E879A !important;
}

/* 選單樣式：body.page.page_sidebar 內的 .page_content > .page_sidebar_menu */
.page.page_sidebar .page_content .page_sidebar_menu .sideNav-wrapper {
  width: 100%;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar {
  --sideNav-border: #e0e0e0;
  --sideNav-bg: rgba(255, 255, 255, 0.4);
  --sideNav-toggle-color: rgba(0, 0, 0, 0.65);
  --sideNav-toggle-hover-bg: rgba(0, 33, 71, 0.06);
  --sideNav-toggle-active-color: #002147;
  --sideNav-l3-color: #333;
  --sideNav-l3-indent: 0.2rem;
  --sideNav-radius: 4px;
  --sideNav-chevron: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(0,0,0,0.45)' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border: 1px solid var(--sideNav-border);
  border-radius: var(--sideNav-radius);
  background: var(--sideNav-bg);
  padding: 0.75rem 0.65rem 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  /* 與 .btn-toggle 相同左緣，L2 無子選單時文字與可展開列對齊 */
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .sideNav-root {
  width: 100%;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  width: 100%;
  padding: 0.45rem 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: var(--sideNav-toggle-color);
  background-color: transparent;
  border: 0;
  box-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease;
  text-align: left;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle .sideNav-toggle-label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle::after {
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  content: "";
  background-image: var(--sideNav-chevron);
  background-repeat: no-repeat;
  background-size: 1.1em 1.1em;
  background-position: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle:hover, .page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle:focus {
  color: rgba(0, 0, 0, 0.88);
  background-color: var(--sideNav-toggle-hover-bg);
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle:focus-visible {
  outline: 2px solid var(--sideNav-toggle-active-color);
  outline-offset: 2px;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle[aria-expanded=true]::after {
  transform: rotate(90deg);
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle.is-active {
  color: var(--sideNav-toggle-active-color);
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle-nav {
  padding-top: 0.35rem;
  padding-left: var(--sideNav-l3-indent);
  padding-right: 0.35rem;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.875rem;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle-nav li {
  margin-bottom: 0.2rem;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle-nav li:last-child {
  margin-bottom: 0;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle-nav a {
  display: block;
  padding: 0.2rem 0.4rem 0.2rem 0.4rem;
  color: var(--sideNav-l3-color);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle-nav a:hover {
  color: var(--sideNav-toggle-active-color);
  background-color: var(--sideNav-toggle-hover-bg);
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .btn-toggle-nav a.active {
  color: var(--sideNav-toggle-active-color);
  font-weight: 600;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .collapse {
  border-left: 2px solid rgba(0, 33, 71, 0.08);
  margin-left: 0.6rem;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .sideNav-L2-single {
  padding: 0.45rem 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: var(--sideNav-toggle-color);
  text-decoration: none;
  text-align: left;
  border-radius: 0.25rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .sideNav-L2-single:hover {
  color: rgba(0, 0, 0, 0.88);
  background-color: var(--sideNav-toggle-hover-bg);
}
.page.page_sidebar .page_content .page_sidebar_menu .SideNav.sideNav-sidebar .sideNav-L2-single.is-active {
  color: var(--sideNav-toggle-active-color);
  background-color: rgba(0, 33, 71, 0.06);
}

/* Start ============ banner 內頁 頁首圖片 ========================  banner 內頁 頁首圖片 ============ */
.page_banner {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.page_banner .banner_top {
  display: none;
}
.page_banner .page_banner__media {
  position: relative;
  overflow: hidden;
  min-height: 300px !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_banner .page_banner__media {
    min-height: 260px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page_banner .page_banner__media {
    min-height: 240px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page_banner .page_banner__media {
    min-height: 200px !important;
  }
}
@media (max-width: 575.98px) {
  .page_banner .page_banner__media {
    min-height: 200px !important;
  }
}
.page_banner .page_banner__media .banner_info {
  position: absolute;
  z-index: 2;
  width: 80%;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .page_banner .page_banner__media .banner_info {
    bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_banner .page_banner__media .banner_info {
    bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page_banner .page_banner__media .banner_info {
    bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page_banner .page_banner__media .banner_info {
    bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .page_banner .page_banner__media .banner_info {
    width: 90%;
    bottom: 30px;
  }
}
.page_banner .page_banner__media .banner_info h1 {
  font-size: 40px;
  font-weight: 400 !important;
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 0.1em rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  .page_banner .page_banner__media .banner_info h1 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .page_banner .page_banner__media .banner_info h1 {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.page_banner .page_banner__media .banner_info p {
  font-size: 20px;
  font-weight: 400 !important;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  .page_banner .page_banner__media .banner_info p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .page_banner .page_banner__media .banner_info p {
    font-size: 14px;
  }
}
.page_banner .page_banner__media .page_banner__img {
  position: absolute;
  left: 0;
  right: 0;
  top: -7.5%;
  z-index: 1;
  width: 100%;
  height: 115%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  will-change: transform;
}

/* Start ============ breadcrumbs 內頁 現在位置 ========================  breadcrumbs 內頁 現在位置 ============ */
.breadcrumbs ul {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  list-style: none;
  text-align: right;
  margin-bottom: 0px;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li::after {
  content: "/";
  padding: 0 3px;
  display: inline-block;
  font-size: 0.9rem;
}
.breadcrumbs ul li:last-child::after {
  content: "";
}
.breadcrumbs ul li a {
  color: #7E879A;
  text-decoration: none;
}
.breadcrumbs ul li a i {
  font-size: 1rem;
}
.breadcrumbs ul li a:hover {
  color: #2a4c8a;
}
.breadcrumbs ul li:last-child a {
  color: #2a4c8a;
}

.breadcrumbs-w ul li {
  color: #fff;
  font-weight: 400;
}
.breadcrumbs-w ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.breadcrumbs-w ul li a:hover {
  color: #fff;
}

.page-head {
  position: relative;
}
.page-head .page-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-head .page-info {
    flex-wrap: nowrap;
  }
}
.page-head .page-info__date {
  font-size: 1rem;
  color: #555;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-right: 12px;
  white-space: nowrap;
}
.page-head .page-info__dep {
  font-size: 0.9em;
  font-weight: 400;
  color: #555;
  margin-right: 15px;
  white-space: nowrap;
}
.page-head .page-info__dep i {
  font-size: 1.1rem;
  color: #666;
}
.page-head .page-info .view_count {
  font-size: 0.875rem;
  color: #7e879a;
  margin-bottom: 0;
  flex-shrink: 0;
}
.page-head .page_share {
  display: flex;
  flex: 0 0 auto;
  transition: all 0.4s ease-out;
  height: 30px;
}
.page-head .page_share .page_share--box {
  position: sticky;
  top: 110px;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
}
.page-head .page_share .page_share--box a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #7d8fb0;
  margin-right: 20px;
  font-size: 1.2rem;
  padding: 5px;
}
.page-head .page_share .page_share--box a:hover {
  color: #997933;
  transform: scale(1.3);
}
.page-head .page_share .page_share--box a span {
  position: absolute;
  font-size: 0 !important;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page-head .page_share .page_share--box a i {
  display: block;
}
.page-head .page_share .page_share--box button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  width: 35px;
  height: 35px;
}
@media (max-width: 767.98px) {
  .page-head .page_share .page_share--box {
    justify-content: flex-start;
  }
}

/*===============  視差+慣性運動  =============== */
.page.detail_sidebar .container.detail_content .detail_main {
  position: relative;
}

.parallax-pics {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.parallax-pics .parallax-pics__img {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transition: all 0.3s ease-out;
  will-change: transform;
}
.parallax-pics .parallax-pics__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  object-fit: contain;
}
.parallax-pics .parallax-pics__img.pics__img-1 {
  position: absolute;
  top: -100px;
  left: -50%;
  width: 700px;
  height: 700px;
  transition: all 0.4s ease-out;
}
@media (max-width: 1600px) {
  .parallax-pics .parallax-pics__img.pics__img-1 {
    top: -100px;
    left: -40%;
    width: 700px;
    height: 700px;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 1200px) {
  .parallax-pics .parallax-pics__img.pics__img-1 {
    top: -100px;
    left: -30%;
    width: 600px;
    height: 600px;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 992px) {
  .parallax-pics .parallax-pics__img.pics__img-1 {
    display: none;
  }
}
.parallax-pics .parallax-pics__img.pics__img-1 .parallax_circle_1 {
  width: 100%;
  height: 100%;
  background-color: rgba(232, 235, 245, 0.4);
  border-radius: 50%;
}
.parallax-pics .parallax-pics__img.pics__img-3 {
  position: absolute;
  top: 19%;
  right: -55%;
  width: 900px;
  height: 900px;
  z-index: -1;
  transition: all 0.4s ease-out;
}
@media (max-width: 1400px) {
  .parallax-pics .parallax-pics__img.pics__img-3 {
    top: 19%;
    right: -50%;
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 992px) {
  .parallax-pics .parallax-pics__img.pics__img-3 {
    display: none;
  }
}
.parallax-pics .parallax-pics__img.pics__img-3 .parallax_circle_3 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  background-color: rgba(232, 235, 245, 0.4);
  box-sizing: border-box;
}
.parallax-pics .parallax-pics__img.pics__img-4 {
  position: absolute;
  top: 20%;
  right: -50%;
  width: 800px;
  height: 800px;
}
@media (max-width: 1400px) {
  .parallax-pics .parallax-pics__img.pics__img-4 {
    top: 20%;
    right: -35%;
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 992px) {
  .parallax-pics .parallax-pics__img.pics__img-4 {
    display: none;
  }
}
.parallax-pics .parallax-pics__img.pics__img-4 .parallax_circle_4 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../img/dot_repeat.png");
  transform: rotate(-90deg);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  opacity: 0.5;
  z-index: -1;
}

.page.page_sidebar .container.page_content .page_main {
  position: relative;
}

.page_content .page_file {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.page_content .page_file--title {
  color: #222;
  font-size: 1.5rem;
  flex: 0 0 auto;
  width: 100%;
}
.page_content .page_file--list {
  position: relative;
  padding: 10px;
  flex: 0 0 auto;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  display: flex; /* 使用 Flexbox 使 i 和 a 在同一行 */
  align-items: center; /* 垂直置中對齊 i 和 a */
}
@media (min-width: 1300px) {
  .page_content .page_file--list {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 1200px) {
  .page_content .page_file--list {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 768px) {
  .page_content .page_file--list {
    width: 100%;
    flex: 0 0 auto;
  }
}
.page_content .page_file--list i {
  color: #002147;
  font-size: 1.5rem;
  margin-right: 15px; /* 控制 i 和 a 之間的距離 */
  flex-shrink: 0; /* 防止圖標縮小 */
}
.page_content .page_file--list a {
  color: #222;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  flex: 1; /* 讓 a 佔滿剩餘空間 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.page_content .page_file--list::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #002147;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.page_content .page_file--list:hover a {
  color: #300000;
}
.page_content .page_file--list:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #002147;
  z-index: -1;
  transition: all 0.4s ease-out;
}

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

.table th,
table.table td {
  padding: 0.6rem 0.4rem;
}

.table thead tr {
  background-color: #002147;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.table.first_tr tbody tr:first-child {
  background-color: #002147;
  transition: all 0.8s ease;
  font-weight: 500;
}
.table.first_tr tbody tr:first-child:hover {
  background-color: #1D1A4E;
  transition: all 0.4s ease;
}
.table.first_tr tbody tr:first-child td {
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff !important;
}

.table tbody tr:hover {
  background: #C3D5EA;
  transition: all 0.4s ease;
  cursor: pointer;
}
.table tbody tr:nth-child(even) {
  background: #F2F5FD !important;
  transition: all 0.8s ease;
}
.table tbody tr:nth-child(even):hover {
  background: #C3D5EA;
  transition: all 0.4s ease;
}
.table tbody tr td {
  max-width: 400px;
  min-width: 60px;
  word-wrap: break-word;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  max-width: 400px;
  min-width: 60px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6em;
  padding: 10px;
  font-weight: 500;
}
.table tbody tr td a {
  color: #002147;
  text-decoration: none;
}
.table tbody tr td a:hover {
  color: #300000;
}

.list_divTable_header,
.list_divTable {
  display: table;
  width: 100%;
}
.list_divTable_header > .list_row,
.list_divTable > .list_row {
  transition: all 0.8s ease-out;
}
.list_divTable_header > .list_row:nth-child(odd),
.list_divTable > .list_row:nth-child(odd) {
  background-color: #F2F5FD;
}
.list_divTable_header > .list_row:hover,
.list_divTable > .list_row:hover {
  background-color: #C3D5EA;
  transition: all 0.3s ease-out;
}
.list_divTable_header > .list_row .list_col,
.list_divTable > .list_row .list_col {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4em;
}

@media (min-width: 992px) {
  .list_divTable_header > .list_row,
  .list_divTable > .list_row {
    display: table-row;
  }
  .list_divTable_header > .list_row:first-child .list_col,
  .list_divTable > .list_row:first-child .list_col {
    border-top: 1px solid #F2F5FD;
  }
  .list_divTable_header > .list_row .list_col,
  .list_divTable > .list_row .list_col {
    word-wrap: break-word;
    word-break: break-all;
    display: table-cell;
    padding: 12px 10px;
    max-width: 400px;
    min-width: 70px;
    border-bottom: 1px solid #F2F5FD;
    border-left: 1px solid #F2F5FD;
  }
  .list_divTable_header > .list_row .list_col:last-child,
  .list_divTable > .list_row .list_col:last-child {
    border-right: 1px solid #F2F5FD;
  }
}
@media (max-width: 992px) {
  .list_divTable_header > .list_row,
  .list_divTable > .list_row {
    padding: 12px 10px;
    border-top: 1px solid #F2F5FD;
  }
  .list_divTable_header > .list_row:last-child,
  .list_divTable > .list_row:last-child {
    border-bottom: 1px solid #F2F5FD;
  }
  .list_divTable_header > .list_row .list_col,
  .list_divTable > .list_row .list_col {
    display: inline;
  }
}
.list_divTable > .list_row:nth-child(1) {
  list-style-type: none;
  counter-reset: sectioncounter;
}
.list_divTable > .list_row .list_col:nth-child(1):before {
  content: counter(sectioncounter) ". ";
  counter-increment: sectioncounter;
  padding-right: 6px;
  font-size: 0.95rem;
  font-weight: 400;
  color: #1D1A4E;
}

@media (min-width: 992px) {
  .list_divTable_header > .list_row:first-child {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff !important;
    background-color: #1D1A4E;
    transition: all 0.8s ease;
  }
}
@media (max-width: 992px) {
  .list_divTable_header > .list_row:first-child {
    display: none;
  }
}
.list_divTable_header > .list_row:nth-child(2) {
  list-style-type: none;
  counter-reset: sectioncounter;
}
.list_divTable_header > .list_row:nth-child(1) .list_col:nth-child(1):before {
  display: none;
}
.list_divTable_header > .list_row .list_col:nth-child(1):before {
  content: counter(sectioncounter) ". ";
  counter-increment: sectioncounter;
  padding-right: 6px;
  font-size: 0.95rem;
  font-weight: 400;
  color: #1D1A4E;
}

.list_divTable_02 {
  display: table;
  width: 100%;
}
.list_divTable_02 .list_row {
  transition: all 0.8s ease-out;
}
.list_divTable_02 .list_row:nth-child(odd) {
  background-color: #F2F5FD;
}
.list_divTable_02 .list_row:hover {
  background-color: #C3D5EA;
  transition: all 0.3s ease-out;
}
.list_divTable_02 .list_row .list_col {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}
.list_divTable_02 .list_row .list_col a {
  color: #194098;
  text-decoration: none;
}
@media (max-width: 992px) {
  .list_divTable_02 .list_row .list_col.list_col--file {
    display: inline-block;
    width: 100%;
  }
}
.list_divTable_02 .list_row .list_col .fileBtn {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  color: #595959;
  padding: 5px 6px;
  margin-right: 10px;
  border-radius: 4px;
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif !important;
  transition: all 0.4s ease-out;
  text-decoration: none;
}
.list_divTable_02 .list_row .list_col .fileBtn img {
  height: 28px;
  width: auto;
  padding-right: 3px;
  padding-bottom: 3px;
}
.list_divTable_02 .list_row .list_col .fileBtn:hover {
  color: #fff;
  background: #194098;
  transition: all 0.3s ease-out;
  transform: scale(1.05);
}
.list_divTable_02 .list_row .list_col--font1 {
  font-size: 0.85rem;
  font-weight: 400;
  color: #333;
}
.list_divTable_02 .list_row .list_col--font2 {
  font-size: 0.95rem;
  font-weight: 400;
  color: #333;
}

@media (min-width: 992px) {
  .list_divTable_02 > .list_row {
    display: table-row;
  }
  .list_divTable_02 > .list_row:first-child .list_col {
    border-top: 1px solid #F2F5FD;
  }
  .list_divTable_02 > .list_row .list_col {
    word-wrap: break-word;
    word-break: break-all;
    display: table-cell;
    padding: 12px 8px;
    max-width: 400px;
    min-width: 70px;
    border-bottom: 1px solid #F2F5FD;
  }
}
@media (max-width: 992px) {
  .list_divTable_02 > .list_row {
    padding: 12px 10px;
    border-top: 1px solid #F2F5FD;
  }
  .list_divTable_02 > .list_row:last-child {
    border-bottom: 1px solid #F2F5FD;
  }
  .list_divTable_02 > .list_row .list_col {
    display: inline;
  }
}
@media (min-width: 992px) {
  .list_divTable_02 > .list_row:first-child {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff !important;
    background-color: #1D1A4E;
    transition: all 0.8s ease;
  }
}
@media (max-width: 992px) {
  .list_divTable_02 > .list_row:first-child {
    display: none;
  }
}

/*# sourceMappingURL=pages.css.map */
