@charset "UTF-8";
#kv-sec {
  background-image: url(../img/investors/banner.png);
  padding: 0;
}
@media (max-width: 768px) {
  #kv-sec {
    background-image: url(../img/investors/banner-m.png);
  }
}
#kv-sec .container {
  height: 100%;
}
#kv-sec .container .text-wrap p {
  color: #004592;
}

.sec-1 {
  margin-top: 76px;
  margin-bottom: 70px;
  /* 容器：左側 sidebar + 右側內容 */
  /* 側邊欄 */
  /* 側邊欄標題 */
  /* 主選單列表 */
  /* 點擊後會展開/收合的按鈕 */
  /* 子選單預設隱藏 */
  /* 當 .open 類別加到父層 <li> 時，顯示 submenu */
  /* 子選單中的每個按鈕 */
  /* 右側主要內容 */
  /* 預設不顯示內容區塊，點擊後才顯示 */
  /* 顯示中 (JS 動態加上 active) */
}
@media (max-width: 768px) {
  .sec-1 {
    margin-top: 65px;
    margin-bottom: 83px;
  }
}
@media (max-width: 540px) {
  .sec-1 {
    margin-top: 32px;
    margin-bottom: 41px;
  }
}
.sec-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  min-height: 820px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec-1 .container {
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  .sec-1 .container {
    max-width: 95%;
  }
}
.sec-1 .sidebar {
  display: block;
  width: 256px;
  overflow: visible;
}
@media (max-width: 768px) {
  .sec-1 .sidebar {
    width: 210px;
  }
}
@media (max-width: 576px) {
  .sec-1 .sidebar {
    display: none;
  }
}
.sec-1 .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.sec-1 .sidebar-header h2 {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004594;
}
@media (max-width: 768px) {
  .sec-1 .sidebar-header h2 {
    font-size: 26px;
  }
}
.sec-1 .sidebar-header h2::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 32px;
  background-color: #F9C0B9;
}
.sec-1 .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-1 .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 0.75rem 1rem 0.75rem 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.48;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-bottom: 1px solid #3E3A39;
}
@media (max-width: 768px) {
  .sec-1 .menu-toggle {
    font-size: 18px;
  }
}
.sec-1 .menu-toggle:hover {
  background-color: #e2e2e2;
}
.sec-1 .menu-toggle::after {
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #004594;
}
.sec-1 .menu-group.open > .menu-toggle::after {
  content: "-";
}
.sec-1 .submenu {
  display: none;
  list-style: none;
  margin: 0;
}
.sec-1 .menu-group.open .submenu {
  display: block;
}
.sec-1 .menu-item {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #3E3A39;
  text-align: left;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 17px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media (max-width: 768px) {
  .sec-1 .menu-item {
    font-size: 16px;
  }
}
.sec-1 .mopsov {
  padding: 0;
}
.sec-1 .mopsov a {
  padding: 0.8rem 1rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #3E3A39;
}
.sec-1 .mopsov a:hover {
  color: #004594;
}
.sec-1 .menu-item:hover {
  background-color: #e7f2ff;
  color: #004594;
  font-weight: 700;
}
.sec-1 .menu-item.active {
  color: #004594;
  font-weight: 700;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.sec-1 .sidebar-main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 100px;
}
@media (max-width: 1600px) {
  .sec-1 .sidebar-main-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 80px;
  }
}
@media (max-width: 1440px) {
  .sec-1 .sidebar-main-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .sec-1 .sidebar-main-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .sec-1 .sidebar-main-content {
    padding-left: 0px;
  }
}
.sec-1 .content-section {
  display: none;
}
.sec-1 .content-section.active {
  display: block;
}

.sec-A {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.sec-A h1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004592;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .sec-A h1 {
    font-size: 24px;
  }
}
.sec-A .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 下拉選單*/
  /* 顯示目前選取項目 */
  /* 下拉選單選項列表，預設隱藏 */
  /* 每個選項 */
  /* 最後一筆不需要底邊框 */
  /* 滑鼠懸停效果 */
  /* 對應區塊*/
}
@media (max-width: 992px) {
  .sec-A .select-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .sec-A .select-container {
    margin-top: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-A .select-container .custom-dropdown {
  position: relative;
  width: 162px;
  height: 48px;
  border: none;
  background-color: #004594;
  border-radius: 40px;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  /* 自訂下拉箭頭 (需準備一個圖檔) */
  background-image: url("../img/esg/icon-year-button.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 28px;
}
@media (max-width: 500px) {
  .sec-A .select-container .custom-dropdown {
    width: 135px;
    height: 48px;
  }
}
@media (max-width: 500px) {
  .sec-A .select-container .custom-dropdown {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .sec-A .select-container .custom-dropdown {
    background-size: 25px;
  }
}
.sec-A .select-container .custom-dropdown::after {
  content: "月營收資訊";
  position: absolute;
  top: 25%;
  right: -100%;
  font-size: 28px;
  letter-spacing: 1.4px;
  font-weight: 900;
  color: #004594;
}
@media (max-width: 576px) {
  .sec-A .select-container .custom-dropdown::after {
    width: 120%;
    font-size: 35px;
    top: -115%;
    right: -15%;
  }
}
@media (max-width: 500px) {
  .sec-A .select-container .custom-dropdown::after {
    width: 130%;
    font-size: 30px;
    top: -100%;
    right: -25%;
  }
}
.sec-A .select-container .dropdown-selected {
  padding: 10px 10px 10px 25px;
}
@media (max-width: 500px) {
  .sec-A .select-container .dropdown-selected {
    padding: 13px 10px 10px 25px;
  }
}
.sec-A .select-container .dropdown-list {
  list-style: none;
  margin-top: 15px;
  padding: 0;
  border: none;
  border-top: none; /* 取消與上方邊框重複 */
  border-radius: 10px;
  position: absolute;
  width: 100%;
  background-color: #004594;
  display: none; /* 預設隱藏 */
  z-index: 1000;
  overflow: hidden;
}
.sec-A .select-container .dropdown-list li {
  padding: 10px;
  padding-left: 25px;
  border-bottom: none;
}
.sec-A .select-container .dropdown-list li:last-child {
  border-bottom: none;
}
.sec-A .select-container .dropdown-list li:hover {
  background-color: #9fc5ca;
}
.sec-A .select-container .year-contents {
  margin-top: 30px;
  width: 80%;
}
@media (max-width: 992px) {
  .sec-A .select-container .year-contents {
    margin-top: 35px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .sec-A .select-container .year-contents {
    margin-top: 35px;
  }
}
.sec-A .select-container .year-contents .year-content {
  width: 100%;
}
.sec-A .select-container .year-contents .content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  /* 表格容器，方便在外層做 RWD 或其他排版控制 */
}
@media (max-width: 992px) {
  .sec-A .select-container .year-contents .content-wrap {
    margin-left: 0;
  }
}
.sec-A .select-container .year-contents .content-wrap .table-container {
  width: 100%;
  max-width: 712px; /* 可依需求調整寬度 */
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  /* 表格本身 */
}
.sec-A .select-container .year-contents .content-wrap .table-container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  /* 表格資料列樣式 */
}
@media (max-width: 480px) {
  .sec-A .select-container .year-contents .content-wrap .table-container table {
    font-size: 12px;
  }
}
.sec-A .select-container .year-contents .content-wrap .table-container table th, .sec-A .select-container .year-contents .content-wrap .table-container table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}
.sec-A .select-container .year-contents .content-wrap .table-container table th {
  background-color: #004594;
  height: 52px;
  text-align: center;
  font-weight: 600;
  padding: 12px 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  color: #FFF;
}
.sec-A .select-container .year-contents .content-wrap .table-container table th:nth-child(1) {
  width: 20%;
}
.sec-A .select-container .year-contents .content-wrap .table-container table th:nth-child(2) {
  width: 40%;
}
.sec-A .select-container .year-contents .content-wrap .table-container table th:nth-child(3) {
  width: 40%;
}
.sec-A .select-container .year-contents .content-wrap .table-container table tr {
  height: 52px;
}
.sec-A .select-container .year-contents .content-wrap .table-container table tr th:first-child {
  border-radius: 40px 0 0 40px;
}
.sec-A .select-container .year-contents .content-wrap .table-container table tr th:last-child {
  border-radius: 0 40px 40px 0;
}
.sec-A .select-container .year-contents .content-wrap .table-container table tr td:first-child {
  border-radius: 40px 0 0 40px;
}
.sec-A .select-container .year-contents .content-wrap .table-container table tr td:last-child {
  border-radius: 0 40px 40px 0;
}
.sec-A .select-container .year-contents .content-wrap .table-container table tr:nth-child(odd) {
  background-color: #E9FCFF; /* 交錯配色，可依需求修改 */
}
.sec-A .select-container .year-contents .content-wrap .table-container table td {
  text-align: center;
  padding: 12px 8px;
}
.sec-A .select-container .year-contents .content-wrap .table-container span {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.sec-B {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.sec-B h1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004592;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .sec-B h1 {
    font-size: 24px;
  }
}
.sec-B .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 下拉選單*/
  /* 顯示目前選取項目 */
  /* 下拉選單選項列表，預設隱藏 */
  /* 每個選項 */
  /* 最後一筆不需要底邊框 */
  /* 滑鼠懸停效果 */
  /* 對應區塊*/
}
@media (max-width: 992px) {
  .sec-B .select-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .sec-B .select-container {
    margin-top: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-B .select-container .custom-dropdown {
  position: relative;
  width: 162px;
  height: 48px;
  border: none;
  background-color: #004594;
  border-radius: 40px;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  /* 自訂下拉箭頭 (需準備一個圖檔) */
  background-image: url("../img/esg/icon-year-button.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 28px;
}
@media (max-width: 500px) {
  .sec-B .select-container .custom-dropdown {
    width: 135px;
    height: 48px;
  }
}
@media (max-width: 500px) {
  .sec-B .select-container .custom-dropdown {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .sec-B .select-container .custom-dropdown {
    background-size: 25px;
  }
}
.sec-B .select-container .custom-dropdown::after {
  content: "財務報告";
  position: absolute;
  top: 20%;
  right: -85%;
  font-size: 28px;
  letter-spacing: 1.4px;
  font-weight: 900;
  color: #004594;
}
@media (max-width: 576px) {
  .sec-B .select-container .custom-dropdown::after {
    width: 120%;
    font-size: 35px;
    top: -115%;
    right: -25%;
  }
}
@media (max-width: 500px) {
  .sec-B .select-container .custom-dropdown::after {
    width: 130%;
    font-size: 30px;
    top: -100%;
    right: -32.5%;
  }
}
.sec-B .select-container .dropdown-selected-B {
  padding: 10px 10px 10px 25px;
}
@media (max-width: 500px) {
  .sec-B .select-container .dropdown-selected-B {
    padding: 13px 10px 10px 25px;
  }
}
.sec-B .select-container .dropdown-list-B {
  list-style: none;
  margin-top: 15px;
  padding: 0;
  border: none;
  border-top: none; /* 取消與上方邊框重複 */
  border-radius: 10px;
  position: absolute;
  width: 100%;
  background-color: #004594;
  display: none; /* 預設隱藏 */
  z-index: 1000;
  overflow: hidden;
}
.sec-B .select-container .dropdown-list-B li {
  padding: 10px;
  padding-left: 25px;
  border-bottom: none;
}
.sec-B .select-container .dropdown-list-B li:last-child {
  border-bottom: none;
}
.sec-B .select-container .dropdown-list-B li:hover {
  background-color: #9fc5ca;
}
.sec-B .select-container .year-contents {
  margin-top: 30px;
  width: 80%;
}
@media (max-width: 992px) {
  .sec-B .select-container .year-contents {
    margin-top: 35px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .sec-B .select-container .year-contents {
    margin-top: 35px;
  }
}
.sec-B .select-container .year-contents .year-content-B {
  width: 100%;
}
.sec-B .select-container .year-contents .content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .sec-B .select-container .year-contents .content-wrap {
    margin-left: 0;
  }
}
.sec-B .select-container .year-contents .content-wrap .info-wrap {
  width: 100%;
  max-width: 716px;
}
.sec-B .select-container .year-contents .content-wrap .info-wrap div:nth-child(odd) {
  border-radius: 40px;
  background: #E9FCFF;
}
.sec-B .select-container .year-contents .content-wrap .info-wrap div:nth-child(1) {
  border-radius: 40px;
  background: #004594;
}
.sec-B .select-container .year-contents .content-wrap .info-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 2;
  color: #3E3A39;
}
.sec-B .select-container .year-contents .content-wrap .info-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-B .select-container .year-contents .content-wrap .info-wrap .item .title {
  padding: 11px 40px 11px 40px;
  color: #FFF;
}
.sec-B .select-container .year-contents .content-wrap .info-wrap .item .subTitle {
  padding: 11px 10px 11px 40px;
}
@media (max-width: 360px) {
  .sec-B .select-container .year-contents .content-wrap .info-wrap .item .subTitle {
    font-size: 16px;
  }
}
.sec-B .select-container .year-contents .content-wrap .info-wrap .item .download-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 11px 53px 11px 0px;
}
.sec-B .select-container .year-contents .content-wrap .info-wrap .item .download-btn img {
  width: 20px;
  height: 20px;
}

.sec-L {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.sec-L h1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004592;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .sec-L h1 {
    font-size: 24px;
  }
}
.sec-L .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 下拉選單*/
  /* 顯示目前選取項目 */
  /* 下拉選單選項列表，預設隱藏 */
  /* 每個選項 */
  /* 最後一筆不需要底邊框 */
  /* 滑鼠懸停效果 */
  /* 對應區塊*/
}
@media (max-width: 992px) {
  .sec-L .select-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .sec-L .select-container {
    margin-top: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-L .select-container .custom-dropdown {
  position: relative;
  width: 162px;
  height: 48px;
  border: none;
  background-color: #004594;
  border-radius: 40px;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  /* 自訂下拉箭頭 (需準備一個圖檔) */
  background-image: url("../img/esg/icon-year-button.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 28px;
}
@media (max-width: 500px) {
  .sec-L .select-container .custom-dropdown {
    width: 135px;
    height: 48px;
  }
}
@media (max-width: 500px) {
  .sec-L .select-container .custom-dropdown {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .sec-L .select-container .custom-dropdown {
    background-size: 25px;
  }
}
.sec-L .select-container .custom-dropdown::after {
  content: "公司年報";
  position: absolute;
  top: 20%;
  right: -85%;
  font-size: 28px;
  letter-spacing: 1.4px;
  font-weight: 900;
  color: #004594;
}
@media (max-width: 576px) {
  .sec-L .select-container .custom-dropdown::after {
    width: 120%;
    font-size: 35px;
    top: -115%;
    right: -25%;
  }
}
@media (max-width: 500px) {
  .sec-L .select-container .custom-dropdown::after {
    width: 130%;
    font-size: 30px;
    top: -100%;
    right: -32.5%;
  }
}
.sec-L .select-container .dropdown-selected-L {
  padding: 10px 10px 10px 25px;
}
@media (max-width: 500px) {
  .sec-L .select-container .dropdown-selected-L {
    padding: 13px 10px 10px 25px;
  }
}
.sec-L .select-container .dropdown-list-L {
  list-style: none;
  margin-top: 15px;
  padding: 0;
  border: none;
  border-top: none; /* 取消與上方邊框重複 */
  border-radius: 10px;
  position: absolute;
  width: 100%;
  background-color: #004594;
  display: none; /* 預設隱藏 */
  z-index: 1000;
  overflow: hidden;
}
.sec-L .select-container .dropdown-list-L li {
  padding: 10px;
  padding-left: 25px;
  border-bottom: none;
}
.sec-L .select-container .dropdown-list-L li:last-child {
  border-bottom: none;
}
.sec-L .select-container .dropdown-list-L li:hover {
  background-color: #9fc5ca;
}
.sec-L .select-container .year-contents {
  margin-top: 30px;
  width: 80%;
}
@media (max-width: 992px) {
  .sec-L .select-container .year-contents {
    margin-top: 35px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .sec-L .select-container .year-contents {
    margin-top: 35px;
  }
}
.sec-L .select-container .year-contents .year-content-B {
  width: 100%;
}
.sec-L .select-container .year-contents .content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .sec-L .select-container .year-contents .content-wrap {
    margin-left: 0;
  }
}
.sec-L .select-container .year-contents .content-wrap .info-wrap {
  width: 100%;
  max-width: 716px;
}
.sec-L .select-container .year-contents .content-wrap .info-wrap div:nth-child(odd) {
  border-radius: 40px;
  background: #E9FCFF;
}
.sec-L .select-container .year-contents .content-wrap .info-wrap div:nth-child(1) {
  border-radius: 40px;
  background: #004594;
}
.sec-L .select-container .year-contents .content-wrap .info-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 2;
  color: #3E3A39;
}
.sec-L .select-container .year-contents .content-wrap .info-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-L .select-container .year-contents .content-wrap .info-wrap .item .title {
  padding: 11px 40px 11px 40px;
  color: #FFF;
}
.sec-L .select-container .year-contents .content-wrap .info-wrap .item .subTitle {
  padding: 11px 10px 11px 40px;
}
@media (max-width: 360px) {
  .sec-L .select-container .year-contents .content-wrap .info-wrap .item .subTitle {
    font-size: 16px;
  }
}
.sec-L .select-container .year-contents .content-wrap .info-wrap .item .download-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 11px 53px 11px 0px;
}
.sec-L .select-container .year-contents .content-wrap .info-wrap .item .download-btn img {
  width: 20px;
  height: 20px;
}

.sec-C {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .sec-C {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-C h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004592;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .sec-C h1 {
    font-size: 24px;
  }
}
.sec-C .img-wrap {
  max-width: 621px;
  height: 695px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .sec-C .img-wrap {
    overflow-y: auto;
    overflow-x: visible;
    width: 400px;
    height: 620px;
  }
}
@media (max-width: 800px) {
  .sec-C .img-wrap {
    width: 380px;
  }
}
@media (max-width: 620px) {
  .sec-C .img-wrap {
    width: 340px;
  }
}
@media (max-width: 576px) {
  .sec-C .img-wrap {
    overflow-y: visible;
    overflow-x: visible;
    width: 100%;
    height: auto;
  }
}
.sec-C .img-wrap img {
  width: 100%;
  max-width: 621px;
  max-height: 695px;
  aspect-ratio: 621/695;
}
@media (max-width: 992px) {
  .sec-C .img-wrap img {
    min-width: 500px;
  }
}
@media (max-width: 576px) {
  .sec-C .img-wrap img {
    min-width: auto;
  }
}

.sec-C h1,
.sec-O h1,
.sec-P h1,
.sec-Q h1,
.sec-R h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004594;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-C h1,
  .sec-O h1,
  .sec-P h1,
  .sec-Q h1,
  .sec-R h1 {
    text-align: center;
  }
}
.sec-C .toBeContinued,
.sec-O .toBeContinued,
.sec-P .toBeContinued,
.sec-Q .toBeContinued,
.sec-R .toBeContinued {
  width: 100%;
  max-width: 716px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 168px;
}
.sec-C .toBeContinued p,
.sec-O .toBeContinued p,
.sec-P .toBeContinued p,
.sec-Q .toBeContinued p,
.sec-R .toBeContinued p {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  padding: 11px 40px 11px 40px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-C .toBeContinued p,
  .sec-O .toBeContinued p,
  .sec-P .toBeContinued p,
  .sec-Q .toBeContinued p,
  .sec-R .toBeContinued p {
    text-align: center;
  }
}

.sec-D h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  padding: 11px 40px 11px 40px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-D h1 {
    text-align: center;
  }
}
.sec-D p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 2;
  color: #3E3A39;
}
.sec-D .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-D .item .title {
  padding: 11px 40px 11px 40px;
  color: #FFF;
}
.sec-D .item .subTitle {
  padding: 11px 10px 11px 40px;
}
@media (max-width: 360px) {
  .sec-D .item .subTitle {
    font-size: 16px;
  }
}
.sec-D .item .download-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 11px 53px 11px 0px;
}
.sec-D .item .download-btn img {
  width: 20px;
  height: 20px;
}
.sec-D .info-wrap {
  width: 100%;
  max-width: 716px;
}
.sec-D .info-wrap div:nth-child(odd) {
  border-radius: 40px;
  background: #E9FCFF;
}
.sec-D .info-wrap div:nth-child(1) {
  border-radius: 40px;
  background: #004594;
}

.sec-E h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  padding: 11px 40px 11px 40px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-E h1 {
    text-align: center;
  }
}
.sec-E p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 2;
  color: #3E3A39;
}
.sec-E .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-E .item .title {
  padding: 11px 40px 11px 40px;
  color: #FFF;
}
.sec-E .item .subTitle {
  padding: 11px 0px 11px 40px;
}
@media (max-width: 360px) {
  .sec-E .item .subTitle {
    font-size: 16px;
  }
}
.sec-E .item .download-btn {
  padding: 11px 53px 11px 0px;
}
.sec-E .item .download-btn img {
  width: 20px;
  height: 20px;
}
.sec-E .info-wrap {
  width: 100%;
  max-width: 716px;
}
.sec-E .info-wrap div:nth-child(1) {
  border-radius: 40px;
  background: #004594;
}
.sec-E .info-wrap div:nth-child(3) {
  border-radius: 40px;
  background: #E9FCFF;
}

.sec-F h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-F h1 {
    text-align: center;
  }
}
.sec-F p {
  font-size: 18px;
  font-weight: 350;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: #3E3A39;
}
.sec-F .title:not(:first-of-type) {
  margin-bottom: 20px;
}
.sec-F .note {
  margin-bottom: 20px;
}
.sec-F .black {
  font-weight: bold;
}
.sec-F .mb-20 {
  margin-bottom: 20px;
}

.sec-G {
  height: auto;
}
.sec-G .pagination {
  display: none !important;
}
.sec-G h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  padding: 11px 40px 11px 40px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-G h1 {
    text-align: center;
  }
}
.sec-G p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 2;
  color: #3E3A39;
}
.sec-G .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-G .item .title {
  padding: 11px 40px 11px 40px;
  color: #FFF;
}
.sec-G .item .subTitle {
  padding: 11px 0px 11px 40px;
}
@media (max-width: 360px) {
  .sec-G .item .subTitle {
    font-size: 16px;
  }
}
.sec-G .item .download-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 11px 53px 11px 0px;
}
.sec-G .item .download-btn img {
  width: 20px;
  height: 20px;
}
.sec-G .info-wrap {
  width: 100%;
  max-width: 716px;
}
.sec-G .info-wrap div:nth-child(odd) {
  border-radius: 40px;
  background: #E9FCFF;
}
.sec-G .info-wrap div:nth-child(1) {
  border-radius: 40px;
  background: #004594;
}
.sec-G .pagination {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 170px;
  /* 選中頁碼 */
}
@media (max-width: 1400px) {
  .sec-G .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
.sec-G .pagination button {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.45;
  margin: 0 10px;
  color: #898989;
}
@media (max-width: 400px) {
  .sec-G .pagination button {
    font-size: 20px;
    margin: 0 5px;
    letter-spacing: 1.2;
  }
}
.sec-G .pagination button.active {
  color: #004594;
  font-weight: 700;
}
.sec-G .pagination button.active:hover {
  color: #00326b;
}
.sec-G .pagination button:hover {
  color: #004594;
  font-weight: 700;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.sec-G .pagination .icon:hover svg {
  fill: #00326b;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.sec-G .pagination #prev-page,
.sec-G .pagination #next-page {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sec-G .pagination .text {
  display: block;
}
@media (min-width: 577px) and (max-width: 939px) {
  .sec-G .pagination .text {
    display: none;
  }
}
@media (max-width: 480px) {
  .sec-G .pagination .text {
    display: none;
  }
}
.sec-G .pagination .icon {
  display: block;
}
@media (min-width: 940px) {
  .sec-G .pagination .icon {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 576px) {
  .sec-G .pagination .icon {
    display: none;
  }
}
.sec-G .pagination .icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 577px) and (max-width: 939px) {
  .sec-G .pagination .icon svg {
    margin-top: 9px;
  }
}
@media (max-width: 480px) {
  .sec-G .pagination .icon svg {
    margin: 0 8px;
    margin-top: 8px;
    width: 18px;
    height: 18px;
  }
}

.sec-I {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.sec-I h1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004592;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .sec-I h1 {
    text-align: center;
  }
}
.sec-I .content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  /* 表格容器，方便在外層做 RWD 或其他排版控制 */
}
@media (max-width: 992px) {
  .sec-I .content-wrap {
    margin-left: 0;
  }
}
@media (max-width: 440px) {
  .sec-I .content-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 350px;
  }
}
@media (max-width: 380px) {
  .sec-I .content-wrap {
    width: 310px;
  }
}
@media (max-width: 350px) {
  .sec-I .content-wrap {
    width: 280px;
  }
}
.sec-I .content-wrap .table-container {
  width: 100%;
  max-width: 100%; /* 可依需求調整寬度 */
  background-color: #fff;
  border-radius: 8px;
  /* 表格本身 */
}
@media (max-width: 440px) {
  .sec-I .content-wrap .table-container {
    overflow-x: scroll; /* 水平滾動 */
    -webkit-overflow-scrolling: touch; /* 支援觸控裝置 */
  }
}
.sec-I .content-wrap .table-container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  /* 表格資料列樣式 */
}
@media (max-width: 440px) {
  .sec-I .content-wrap .table-container table {
    width: 480px;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.sec-I .content-wrap .table-container table th, .sec-I .content-wrap .table-container table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 1.6px;
}
.sec-I .content-wrap .table-container table th {
  background-color: #004594;
  height: 52px;
  text-align: center;
  font-weight: 500;
  padding: 12px 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 1.8px;
  color: #FFF;
}
.sec-I .content-wrap .table-container table th:nth-child(1) {
  width: 15%;
}
.sec-I .content-wrap .table-container table th:nth-child(2) {
  width: 30%;
}
.sec-I .content-wrap .table-container table th:nth-child(3) {
  width: 12.5%;
}
.sec-I .content-wrap .table-container table th:nth-child(4) {
  width: 12.5%;
}
.sec-I .content-wrap .table-container table th:nth-child(5) {
  width: 12.5%;
}
.sec-I .content-wrap .table-container table th:nth-child(6) {
  width: 12.5%;
}
.sec-I .content-wrap .table-container table tr {
  height: 52px;
}
.sec-I .content-wrap .table-container table tr th:first-child {
  border-radius: 40px 0 0 40px;
}
.sec-I .content-wrap .table-container table tr th:last-child {
  border-radius: 0 40px 40px 0;
}
.sec-I .content-wrap .table-container table tr td:first-child {
  border-radius: 40px 0 0 40px;
  padding-left: 30px;
}
.sec-I .content-wrap .table-container table tr td:last-child {
  border-radius: 0 40px 40px 0;
}
.sec-I .content-wrap .table-container table tr:nth-child(odd) {
  background-color: #E9FCFF; /* 交錯配色，可依需求修改 */
}
.sec-I .content-wrap .table-container table td {
  text-align: center;
  padding: 12px 8px;
  color: #3E3A39;
}
.sec-I .content-wrap .table-container table .text {
  text-align: left;
}
.sec-I .content-wrap .table-container table .center {
  text-align: center;
}
.sec-I .content-wrap .table-container .download-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0px 5px 0px 5px;
}
.sec-I .content-wrap .table-container img {
  max-width: 20px;
  max-height: 20px;
}
@media (max-width: 440px) {
  .sec-I .content-wrap .table-container img {
    width: 20px;
    height: 20px;
  }
}

.sec-J {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.sec-J h1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004592;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .sec-J h1 {
    text-align: center;
  }
}
.sec-J .content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  /* 表格容器，方便在外層做 RWD 或其他排版控制 */
}
@media (max-width: 992px) {
  .sec-J .content-wrap {
    margin-left: 0;
  }
}
@media (max-width: 440px) {
  .sec-J .content-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 350px;
  }
}
@media (max-width: 380px) {
  .sec-J .content-wrap {
    width: 310px;
  }
}
@media (max-width: 350px) {
  .sec-J .content-wrap {
    width: 280px;
  }
}
.sec-J .content-wrap .table-container {
  width: 100%;
  max-width: 100%; /* 可依需求調整寬度 */
  background-color: #fff;
  border-radius: 8px;
  /* 表格本身 */
}
@media (max-width: 440px) {
  .sec-J .content-wrap .table-container {
    overflow-x: scroll; /* 水平滾動 */
    -webkit-overflow-scrolling: touch; /* 支援觸控裝置 */
  }
}
.sec-J .content-wrap .table-container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  /* 表格資料列樣式 */
}
@media (max-width: 440px) {
  .sec-J .content-wrap .table-container table {
    width: 480px;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.sec-J .content-wrap .table-container table th, .sec-J .content-wrap .table-container table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 1.6px;
}
.sec-J .content-wrap .table-container table th {
  background-color: #004594;
  height: 52px;
  text-align: center;
  font-weight: 500;
  padding: 12px 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 1.8px;
  color: #FFF;
}
.sec-J .content-wrap .table-container table th:nth-child(1) {
  width: 25%;
}
.sec-J .content-wrap .table-container table th:nth-child(2) {
  width: 20%;
}
.sec-J .content-wrap .table-container table th:nth-child(3) {
  width: 35%;
}
.sec-J .content-wrap .table-container table th:nth-child(4) {
  width: 20%;
}
.sec-J .content-wrap .table-container table tr {
  height: 52px;
}
.sec-J .content-wrap .table-container table tr th:first-child {
  border-radius: 40px 0 0 40px;
}
.sec-J .content-wrap .table-container table tr th:last-child {
  border-radius: 0 40px 40px 0;
}
.sec-J .content-wrap .table-container table tr td:first-child {
  border-radius: 40px 0 0 40px;
  padding-left: 30px;
}
.sec-J .content-wrap .table-container table tr td:last-child {
  border-radius: 0 40px 40px 0;
}
.sec-J .content-wrap .table-container table tr:nth-child(odd) {
  background-color: #E9FCFF; /* 交錯配色，可依需求修改 */
}
.sec-J .content-wrap .table-container table td {
  text-align: center;
  padding: 12px 8px;
  color: #3E3A39;
}
.sec-J .content-wrap .table-container table .text {
  text-align: left;
}
.sec-J .content-wrap .table-container table .center {
  text-align: center;
}
.sec-J .content-wrap .table-container .download-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0px 5px 0px 5px;
}
.sec-J .content-wrap .table-container img {
  max-width: 20px;
  max-height: 20px;
}
@media (max-width: 440px) {
  .sec-J .content-wrap .table-container img {
    width: 20px;
    height: 20px;
  }
}

.sec-K h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-K h1 {
    text-align: center;
  }
}
.sec-K p {
  font-size: 18px;
  font-weight: 350;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: #3E3A39;
}
.sec-K .title {
  margin-bottom: 20px;
}

.sec-M h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  padding: 11px 40px 11px 40px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-M h1 {
    text-align: center;
  }
}
.sec-M p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 2;
  padding: 11px 40px 11px 40px;
  color: #3E3A39;
}
.sec-M .first {
  color: #FFF;
}
.sec-M .info-wrap {
  width: 100%;
  max-width: 716px;
}
.sec-M .info-wrap div:nth-child(1) {
  border-radius: 40px;
  background: #004594;
}
.sec-M .info-wrap div:nth-child(3) {
  border-radius: 40px;
  background: #E9FCFF;
}
.sec-M .mb-50 {
  margin-bottom: 50px;
}

.sec-N h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  padding: 11px 40px 11px 40px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-N h1 {
    text-align: center;
  }
}
.sec-N p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 2;
  padding: 11px 40px 11px 40px;
  color: #3E3A39;
}
.sec-N .first {
  color: #FFF;
}
.sec-N .info-wrap {
  width: 100%;
  max-width: 716px;
  margin-bottom: 40px;
}
.sec-N .info-wrap div:nth-child(odd) {
  border-radius: 40px;
  background: #E9FCFF;
}
.sec-N .info-wrap div:nth-child(1) {
  border-radius: 40px;
  background: #004594;
}