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

* {
  -webkit-transition: all 0.3s ease-out;
  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%;
  -webkit-transform: translateX(-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;
  -webkit-transition: all 0.4s ease;
  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;
  -webkit-transition: all 0.2s ease;
  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 ============ banner 內頁 頁首圖片 ========================  banner 內頁 頁首圖片 ============ */
.page_banner {
  position: relative;
  overflow: hidden;
}
.page_banner .jarallax {
  min-height: 300px !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_banner .jarallax {
    min-height: 260px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page_banner .jarallax {
    min-height: 240px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page_banner .jarallax {
    min-height: 200px !important;
  }
}
@media (max-width: 575.98px) {
  .page_banner .jarallax {
    min-height: 200px !important;
  }
}
.page_banner .jarallax .banner_info {
  position: absolute;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .page_banner .jarallax .banner_info {
    bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_banner .jarallax .banner_info {
    bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page_banner .jarallax .banner_info {
    bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page_banner .jarallax .banner_info {
    bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .page_banner .jarallax .banner_info {
    width: 90%;
    bottom: 30px;
  }
}
.page_banner .jarallax .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 .jarallax .banner_info h1 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .page_banner .jarallax .banner_info h1 {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.page_banner .jarallax .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 .jarallax .banner_info p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .page_banner .jarallax .banner_info p {
    font-size: 14px;
  }
}
.page_banner .jarallax .jarallax-img {
  position: absolute;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .page_banner .jarallax .jarallax-img {
    height: 280px !important;
  }
}
@media (max-width: 575.98px) {
  .page_banner .jarallax .jarallax-img {
    height: 240px !important;
  }
}
@media (max-width: 375px) {
  .page_banner .jarallax .jarallax-img {
    height: 200px !important;
  }
}

/* Start ============ breadcrumbs 內頁 現在位置 ========================  breadcrumbs 內頁 現在位置 ============ */
@media (max-width: 575.98px) {
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    display: none;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-head .page-info {
    -ms-flex-wrap: nowrap;
        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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-head .page_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 30px;
}
.page-head .page_share .page_share--box {
  position: sticky;
  top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transform: scale(1.3);
          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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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;
}
@media (max-width: 991.98px) {
  .parallax-pics {
    display: none;
  }
}
.parallax-pics .parallax-pics__img {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: transform;
}
.parallax-pics .parallax-pics__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.parallax-pics .parallax-pics__img.pics__img-1 {
  position: absolute;
  top: -100px;
  left: -50%;
  width: 700px;
  height: 700px;
  -webkit-transition: all 0.4s ease-out;
  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;
    -webkit-transition: all 0.4s ease-out;
    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;
    -webkit-transition: all 0.4s ease-out;
    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;
  -webkit-transition: all 0.4s ease-out;
  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);
  -webkit-box-sizing: border-box;
          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");
  -webkit-transform: rotate(-90deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_content .page_file--title {
  color: #222;
  font-size: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.page_content .page_file--list {
  position: relative;
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 使用 Flexbox 使 i 和 a 在同一行 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.page_content .page_file--list i {
  color: #002147;
  font-size: 1.5rem;
  margin-right: 15px; /* 控制 i 和 a 之間的距離 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止圖標縮小 */
}
.page_content .page_file--list a {
  color: #222;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
  -webkit-transition: all 0.4s ease-out;
  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;
  -webkit-transition: all 0.4s ease-out;
  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;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font-weight: 500;
}
.table.first_tr tbody tr:first-child:hover {
  background-color: #1D1A4E;
  -webkit-transition: all 0.4s ease;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.table tbody tr:nth-child(even) {
  background: #F2F5FD !important;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.table tbody tr:nth-child(even):hover {
  background: #C3D5EA;
  -webkit-transition: all 0.4s ease;
  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 {
  -webkit-transition: all 0.8s ease-out;
  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;
  -webkit-transition: all 0.3s ease-out;
  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;
    -webkit-transition: all 0.8s ease;
    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 {
  -webkit-transition: all 0.8s ease-out;
  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;
  -webkit-transition: all 0.3s ease-out;
  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;
  -webkit-transition: all 0.4s ease-out;
  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;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1.05);
          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;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
}
@media (max-width: 992px) {
  .list_divTable_02 > .list_row:first-child {
    display: none;
  }
}/*# sourceMappingURL=pages.css.map */