@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/*CSS RESET*/

a img {
  border: 0;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

img,
fieldset {
  border: 0;
}

img {
  vertical-align: top;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

/*CSS END RESET*/
.rwd-img {
  width: auto;
  height: auto;
  /* 保持比例 */
  max-width: 100%;
  /* 不會拉大比原本還大 */
  display: block;
  /* 避免img下面有空白 */
}

.fz20 {
  font-size: 1.25rem !important;
}

.fw700 {
  font-weight: 700 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mx-auto {
  margin: 0 auto !important;
}

.text-center {
  text-align: center !important;
}

a {
  color: #585858;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* 最想要的字體放在最前面，中文字體支援中/英文所以放在最前面，會先吃最前面的字體 */
body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
  background: url(../../im/body_bg.png) repeat-x, #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.125rem;
}


.main {
  flex: 1;
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  clear: both;
  background: #fff;
  box-shadow: 0 4px 22px 5px rgba(0, 0, 0, 0.25);

  display: flex;
  flex-direction: column;
  min-height: 100vh;

}


header {
  display: flex;
  padding-top: 16px;
  padding-left: 26px;
  height: 140px;
  border-bottom: 8px solid #0D4C6A;
  background: url(../../im/head_bg.png) no-repeat center top;
}

.menu-wrap {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.apec-wrap {
  text-align: center;
  font-weight: 700;
}

.apec_a {
  line-height: 1.1;
  color: #000;
}

.top-link {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0D4C6A;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.top-link a {
  display: block;
  padding: 0px 10px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0D4C6A;
}

.top-link a:hover {
  text-decoration: underline;
}

/* 選單 */
.nav_ul {
  padding: 29px 0 0 0;
  display: flex;
  overflow: hidden;
  list-style: none;
}

.nav_ul li {
  /* background:url(../../im/nav_divider.png) no-repeat left bottom; */

  padding: 0px 8px;
  cursor: pointer;
}

.nav_ul .first {
  background: none;
}

.nav_ul>li {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0D4C6A;
  border-bottom: 2px solid #fff;
}

.nav_ul>li>a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0D4C6A;
  display: block;

  border-radius: 6px 6px 0 0;
  padding: 0 25px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nav_ul li a:hover,
.nav_ul li.current_nav a {
  background: linear-gradient(to bottom, #11769B, #0E5372);
  color: #fff;
}

.nav_ul li:hover ul {
  /*display:block;*/
}


.nav_ul li a span {
  display: block;

}


.nav_ul ul.sec_ul {
  display: none;
  position: absolute;
  z-index: 50;
  padding: 10px 0 4px 0;
  margin: 2px 0 0 0;
  font-size: 1rem;
  list-style: none;
  background: #07253e;
  border-radius: 0 0 6px 6px;
  border-top: 8px solid #0D4C6A;
}

.nav_ul ul.sec_ul li,
.nav_ul ul.sec_ul li a {
  float: none;
  background: none;
  padding: 0px;
  height: auto;
  color: #fff;
}

.nav_ul ul.sec_ul li {
  background: #07253e url(../../im/li_arrow.png) no-repeat 10px 8px;
  padding: 0 0px 5px 28px;
  width: 240px;
}

/* .nav_ul ul.sec_ul li.first_sec_li{
	padding-top:10px;
	background-position:7px 13px;
} */

.nav_ul ul.sec_ul li a {
  display: inline;
}

/* //選單 */

.container {
  padding: 23px 65px 60px;
}

.unit-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}


.index-news {
  margin-top: 60px;
  margin-bottom: 20px;
}

.index-news-list li,
.info-list li {
  list-style: none;
  border-bottom: 1px solid #0D4C6A;
}


.index-news-list li a,
.info-list li a {
  color: #000;
  padding: 18px 2px;
  display: block;
}

.index-news-list li span,
.info-list li span {
  color: #0D4C6A;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.index-news-list li a:hover,
.info-list li a:hover {
  color: #1a678a;
  text-decoration: none;
}

.info-list li p {
  font-size: 1.5rem;
}

.info-title {
  font-size: 1.5rem;
  color: #0060a0;
  margin-bottom: 16px;
  font-weight: 700;
}

.info-content-col2 {
  display: flex;
  gap: 14px;
}



.icc-text {
  flex: 1;
  line-height: 1.8;
}

.icc-photo {
  flex: none;
}

.common-list {
  padding-left: 1.35rem;
}

.common-list li {
  margin-bottom: 8px;
}

.footer {
  color: #fff;
  background: #0D4C6A;
}

.foot-container {
  align-items: center;
  display: flex;
  padding: 30px 8px;
  gap: 8px;
  justify-content: center;
}

.copyright {
  text-align: center;
}

.terms-area {}

.path {
  font-size: 0.9375rem;
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.path li {
  display: flex;
  align-items: center;
}

.path,
.path a {
  color: #000;
}

.path a:hover {
  text-decoration: underline;
}

.path li+li:before {
  content: ">";
  margin: 0 4px;
  display: inline-block;
}

/* #gotop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: url(../../im/btn-top.png) no-repeat;
  background-size: 66px;
  cursor: pointer;
  width: 66px;
  height: 66px;
} */

.news-list {
  margin-bottom: 100px;
}

.news-list li {
  list-style: none;
}

.news-list li a {
  color: #000;
  padding: 18px 2px 0;
  display: block;
  gap: 38px;
  display: flex;
  align-items: center;
}

.news-list li a:hover {
  color: #1a678a;
  text-decoration: none;
}

.news-list--photo {
  width: 200px;
  flex: none;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.news-list--photo img {
  max-width: 100%;
  height: auto;
}

.news-list--text span {
  color: #0D4C6A;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-list--text {
  padding-bottom: 22px;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  border-bottom: 1px solid #0D4C6A;
}

.news-list--text p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* 頁數 */
.paginator {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagination-item {
  padding: 1px 10px;
  border: solid 1px #ddd;
  background: #fff;
  text-decoration: none;
  margin-right: 2px;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}

.pagination-item.now {
  font-weight: bold;
  border: none;
  color: #217fac;
}

.pagination-item.disabled {
  cursor: default;
  border: solid 1px #f7f7f7;
  color: #666;
}

.pagination-item:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.pagination-item.disabled:hover {
  background: initial;
  color: #666;
}

.pagination-item.now:hover {
  background: initial;
  color: #000;
  text-decoration: none;
}

/*  */
.nav-list {
  list-style: none;
  display: flex;
  gap: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.nav-list li {
  flex: 1;
}

.nav-list li a {
  padding: 12px 10px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #A0A0A0, #737373);
}

.nav-list li.active a {
  background: linear-gradient(to bottom, #11769B, #0E5372);
}

.nav-list li a:hover {
  background: #1a6182;
  text-decoration: none;
}

/*------  手機版設定   -------*/
.m-hamburger {
  position: relative;
  width: 52px;
  height: 52px;
  display: none;
  font-size: 0;
}

.m-hamburger i {
  opacity: 1;
  position: absolute;
  top: 0;
  background: #0E5372;
  margin-top: 12px;
  left: 0;
  width: 37px;
  height: 4px;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.m-hamburger i:nth-child(1) {
  top: 0;
}

.m-hamburger i:nth-child(2) {
  top: 12px;
  width: 32px;
}

.m-hamburger i:nth-child(3) {
  top: 24px;
  width: 25px;
}

.m-hamburger.show i {
  background: #0E5372;
}

.m-hamburger.show i:nth-child(1) {
  left: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-hamburger.show i:nth-child(2) {
  opacity: 0;
  width: 0;
}

.m-hamburger.show i:nth-child(3) {
  top: 26px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 37px;
}

.mobile-menu {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 10000;
  top: 82px;
  border-top: 6px solid #fff;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0D4C6A;
  color: #fff;
}

.mobile-menu a {
  color: #fff;
  display: block;
}

.mobile-banner-img {
  display: none;
}

.main-menu {
  font-size: 1.5rem;
  padding: 20px;
  padding-left: 35px;
  list-style: none;
}

.m-top-menu {
  background: #1a6182;
  font-size: 1.5rem;
  padding: 20px;
  padding-left: 35px;
}

.main-menu li a {
  padding: 16px 0;
  display: block;
}

.header.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.mobile-sub-nav {
  display: none;
  position: relative;
}

.select-menu {
  font-size: 1.2rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: url(../../im/icon-select1.svg) no-repeat right center, #fff;
  border: 1px solid #6C6C6C;
  border-radius: 5px;
  padding: 8px 52px 8px 14px;
  color: #000;
}

.select-menu2 {
  font-size: 1.2rem;
  appearance: none;
  -webkit-appearance: none;
  background: url(../../im/icon-select2.svg) no-repeat right center, #fff;
  border: 1px solid #6C6C6C;
  border-radius: 5px;
  padding: 8px 52px 8px 14px;
  color: #000;
}

.input {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #6C6C6C;
  border-radius: 5px;
  padding: 8px 12px;
  color: #000;
}

.filter-area {
  padding-bottom: 28px;
  font-size: 1.25rem;
}

.f-item {
  margin-bottom: 7px;
}

.r2h.f-item {
  display: flex;
  justify-content: center;
}

.f-item--title {
  width: 460px;
  display: inline-block;
}

.f-item .select-menu2 {
  min-width: 385px;
}

.btn-search {
  border: 1px solid #6C6C6C;
  background: #D9D9D9;
  font-size: 1.5rem;
  width: 171px;
  height: 46px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: top;
}

.f-item .btn-search {
  margin-left: 20px;
}

.btn-search:hover {
  background: #ededed;
}

/* table */
.info-rwd-table {
  width: 100%;
  background: #fff;
  font-size: 1.125rem;
  border-collapse: collapse;
  border-spacing: 0px;
}

.info-rwd-table thead tr {
  background: linear-gradient(to bottom, #20589A, #6AA5D8);
  color: #fff;
}

.info-rwd-table th,
.info-rwd-table td {
  padding: 8px;
  text-align: left;
}

/*  */
.info-rwd-table thead tr th:first-child {
  padding-left: 15px;
}

.info-rwd-table tbody tr td:first-child {
  padding-left: 15px;
}

/*  */
.info-rwd-table tbody tr td {
  border-bottom: 1px solid #6C6C6C;
}

.info-rwd-table tbody tr:nth-child(even) {
  background: #EEF8F9;
}

.info-rwd-table tbody tr:hover {
  background: #ffefaf;
}

.btn-download01,
.btn-download02,
.btn-download03 {
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url(../../im/load.gif) no-repeat center;
  background-size: cover;
  font-size: 0;
  vertical-align: middle;
}

.btn-download02 {
  background: url(../../im/xls.jpg) no-repeat center;
  background-size: cover;
}

.btn-download03 {
  background: url(../../im/pdf.jpg) no-repeat center;
  background-size: cover;
}

.common-table {
  width: 100%;
  background: #fff;
  font-size: 1.125rem;
  border-collapse: collapse;
  border-spacing: 0px;
}

.common-table thead tr {
  background: linear-gradient(to bottom, #20589A, #6AA5D8);
  color: #fff;
}

.common-table th,
.common-table td {
  padding: 8px 15px;
}

.common-table tbody tr td {
  border-bottom: 1px solid #6C6C6C;
}

.common-table tbody tr:nth-child(even) {
  background: #EEF8F9;
}

.common-table tbody tr:hover {
  background: #ffefaf;
}

.a-link {
  color: #000;
}

.a-link:hover {
  text-decoration: underline;
}

.break-word {
  overflow-wrap: break-word;
}

a {
  word-break: break-word;
}



.ghs-pictograms-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.ghs-pictograms-list li {
  width: 33.3%;
  padding: 10px 2px;
  text-align: center;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

.ghs-pictograms-img-area {
  padding-top: 8px;
}

.ghs-pictograms-img-area a {
  margin: 0 10px;
  display: inline-block;
}

.sub-title {
  margin-bottom: 12px;
  color: #3366ff;
  font-weight: 700;
  text-decoration: underline;
}

.text-red {
  color: red;
}

.sitemap-list {
  line-height: 1.8;
  padding-left: 1.35rem;
}

.sitemap-list,
.sitemap-list a {
  color: #0864a4;
  font-weight: bold;
}

.sitemap-list a:hover {
  text-decoration: underline;
}

.sitemap-list>li {
  margin-bottom: 10px;
}

.sitemap-list ul {
  padding-left: 1.35rem;
}

.editor {
  line-height: 1.7;
}

.editor ol,
.editor ul {
  padding-left: 1.35rem;
}

.editor img {
  max-width: 100%;
  height: auto;
}

.editor a {
  color: rgb(51, 102, 255);
}

.news-photo {
  width: 100%;
  /* 讓容器撐滿可用寬度 */
  max-width: 600px;
  /* 可選，看你的版面 */
}

.news-photo img {
  width: auto;
  height: auto;
  /* 保持比例 */
  max-width: 100%;
  /* 不會拉大比原本還大 */
  display: block;
  /* 避免img下面有空白 */
}




/*------   RWD   -------*/
@media only screen and (max-width: 1380px) {
  .wrapper {
    max-width: 100%;
  }

  .news-list li a {
    gap: 16px;
  }
}

@media only screen and (max-width: 1240px) {
  .nav_ul>li>a {
    padding: 0 20px;
  }

  .news-list--photo {
    width: 120px;
  }
}

@media only screen and (max-width: 1180px) {
  .nav_ul li {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {

  .menu-wrap {
    display: none;
  }

  .m-hamburger {
    display: block;
    margin-left: auto;
  }

  header {
    align-items: center;
    padding-left: 12px;
    height: 82px;
    padding-top: 0;
    background: url(../../im/head_bg_mobile.png) no-repeat left top;
  }

  .apec_a {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .apec-wrap {
    text-align: left;
  }

  .apec_a img {
    width: 109px;
    height: auto;
  }

  .container {
    padding: 16px 20px 40px;
  }

  .index-news-list li span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: initial;
  }
}

@media only screen and (max-width: 768px) {


  .mobile-sub-nav {
    display: block;
    margin-bottom: 50px;
  }

  .nav-list {
    display: none;
  }


  .f-item {
    display: flex;
    flex-direction: column;
  }

  .f-item .select-menu2 {
    min-width: inherit;
  }

  .f-item--title {
    margin-bottom: 6px;
    width: 100%;
  }

  .f-item .btn-search {
    margin-left: 0;
    width: 100%;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {

  /* RWD TABLE */
  .info-rwd-table thead {
    display: none;
  }

  .info-rwd-table,
  .info-rwd-table tbody,
  .info-rwd-table th,
  .info-rwd-table td,
  .info-rwd-table tr {
    display: block;
    width: 100%;
    padding: 0;
  }

  .info-rwd-table tr {
    margin-bottom: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
  }

  .info-rwd-table td::before {
    content: attr(data-label);
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px;
    background: linear-gradient(to bottom, #20589A, #6AA5D8);
  }

  .info-rwd-table tbody tr td {
    border-bottom: none;
  }

  .info-rwd-table td p {
    padding: 10px;
    width: 100%;
  }

  /*  */
  .info-rwd-table thead tr th:first-child {
    padding-left: 0;
  }

  .info-rwd-table tbody tr td:first-child {
    padding-left: 0;
  }

  .info-rwd-table tbody tr td p.text-center {
    text-align: left !important;
  }

  /*  */
}




@media only screen and (max-width: 600px) {
  .news-list li a {
    flex-direction: column;
  }

  .news-list--photo {
    margin-bottom: 0;
  }

  .news-list li a {
    gap: 8px;
  }

  .common-table th,
  .common-table td {
    padding: 8px;
  }

}



@media only screen and (max-width: 512px) {

  .mobile-banner-img {
    display: block;
  }

  .pc-banner-img {
    display: none;
  }

  .foot-container {
    flex-direction: column;
  }

  .ghs-pictograms-img-area {
    display: flex;
    flex-wrap: wrap;
  }

  .ghs-pictograms-img-area a {
    margin: 5px 0;
    width: 50%;
  }

  .path {
    display: block;
    margin-bottom: 10px;
    text-align: right;
  }

  .path li {
    display: inline;
  }

  .info-content-col2 {
    flex-direction: column;
  }



}

@media only screen and (max-width: 480px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .unit-title {
    font-size: 1.4rem;
  }

}

@media only screen and (max-width: 412px) {
  .apec_a img {
    width: 89px;
  }

}

@media only screen and (max-width: 360px) {
  .apec_a img {
    width: 70px;
  }

  .apec_a {
    font-size: 0.875rem;
  }

}



/* 0613 新增列印用 */

.btn-print {
  width: 46px;
  height: 47px;
  display: inline-block;
  margin-left: 16px;
  background: url(../../im/icon_print.svg) no-repeat center;
  background-size: contain;
  font-size: 0;
  vertical-align: middle;
}


@media print {
  body {
    font-size: 0.85rem;
  }

  .nav_ul>li>a,
  .top-link a {
    font-size: 0.75rem;
  }

  .nav_ul>li>a {
    white-space: nowrap;
  }

  .apec_a {
    font-size: 0.6rem;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper {
    box-shadow: none;
  }

  .unit-title {
    font-size: 1rem;
  }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
:focus {
    color: #0D4C6A !important;
    /*background: #E9DFFF !important;*/
    outline: 2px dashed #c36512;
}


/* 為選單項目增加更好的焦點視覺效果 */
.nav_ul > li > a:focus,
.sec_ul a:focus {
    color: #0D4C6A !important;
    background: #E9DFFF !important;
    outline: 2px dashed #c36512;
    outline-offset: 2px;
}

/* 確保子選單有適當的 z-index */
.nav_ul ul.sec_ul {
    z-index: 1000;
}