@charset "UTF-8";
#kv-sec {
  background-image: url(../img/esg/banner.png);
  padding: 0;
}
@media (max-width: 768px) {
  #kv-sec {
    background-image: url(../img/esg/banner-m.png);
  }
}
#kv-sec .container {
  height: 100%;
}
@media (max-width: 768px) {
  #kv-sec .container .text-wrap {
    top: 600px;
    left: 50px;
  }
}
@media (max-width: 576px) {
  #kv-sec .container .text-wrap {
    top: 550px;
    left: 50px;
  }
}
@media (max-width: 540px) {
  #kv-sec .container .text-wrap {
    top: 520px;
    left: 50px;
  }
}
@media (max-width: 376px) {
  #kv-sec .container .text-wrap {
    top: 400px;
    left: 30px;
  }
}
#kv-sec .container .text-wrap p {
  color: #FFF;
}
@media (max-width: 540px) {
  #kv-sec .container .text-wrap p {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  #kv-sec .container .text-wrap p {
    font-size: 24px;
  }
}

.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: 20px;
  -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: 992px) {
  .sec-1 .sidebar-main-content {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .sec-1 .sidebar-main-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
.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;
}
@media (max-width: 500px) {
  .sec-A h1 {
    font-size: 24px;
  }
}
.sec-A .select-container {
  height: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .sec-A .select-container {
    width: 100%;
  }
}
.sec-A .select-container h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004592;
  margin-left: 15px;
}
@media (max-width: 576px) {
  .sec-A .select-container h1 {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.sec-A .select-container .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 下拉選單*/
  /* 顯示目前選取項目 */
  /* 下拉選單選項列表，預設隱藏 */
  /* 每個選項 */
  /* 最後一筆不需要底邊框 */
  /* 滑鼠懸停效果 */
  /* 對應區塊*/
}
.sec-A .select-container .select-wrap .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-A .select-container .select-wrap .select-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-A .select-container .select-wrap .custom-dropdown {
  position: relative;
  width: 169px;
  height: 60px;
  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;
}
@media (max-width: 900px) {
  .sec-A .select-container .select-wrap .custom-dropdown {
    min-width: 140px;
    height: 55px;
  }
}
@media (max-width: 900px) {
  .sec-A .select-container .select-wrap .custom-dropdown {
    font-size: 26px;
  }
}
@media (max-width: 900px) {
  .sec-A .select-container .select-wrap .custom-dropdown {
    background-size: 30px;
  }
}
.sec-A .select-container .select-wrap .dropdown-selected {
  padding: 15px 10px 10px 25px;
}
@media (max-width: 500px) {
  .sec-A .select-container .select-wrap .dropdown-selected {
    padding: 13px 10px 10px 25px;
  }
}
.sec-A .select-container .select-wrap .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 .select-wrap .dropdown-list li {
  padding: 10px;
  padding-left: 20px;
  border-bottom: none;
}
.sec-A .select-container .select-wrap .dropdown-list li:last-child {
  border-bottom: none;
}
.sec-A .select-container .select-wrap .dropdown-list li:hover {
  background-color: #9fc5ca;
}
.sec-A .select-container .select-wrap .year-contents {
  margin-top: 10px;
  width: 80%;
}
@media (max-width: 992px) {
  .sec-A .select-container .select-wrap .year-contents {
    width: 100%;
  }
}
.sec-A .select-container .select-wrap .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-A .select-container .select-wrap .year-contents .content-wrap {
    margin-left: 0;
  }
}
.sec-A .select-container .select-wrap .year-contents .content-wrap .info-wrap {
  width: 100%;
  max-width: 716px;
}
.sec-A .select-container .select-wrap .year-contents .content-wrap .info-wrap div:nth-child(odd) {
  border-radius: 40px;
  background: #E9FCFF;
}
.sec-A .select-container .select-wrap .year-contents .content-wrap .info-wrap div:nth-child(1) {
  border-radius: 40px;
  background: #004594;
}
.sec-A .select-container .select-wrap .year-contents .content-wrap .info-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 2;
  color: #3E3A39;
}
.sec-A .select-container .select-wrap .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-A .select-container .select-wrap .year-contents .content-wrap .info-wrap .item .title {
  padding: 11px 40px 11px 40px;
  color: #FFF;
}
.sec-A .select-container .select-wrap .year-contents .content-wrap .info-wrap .item .subTitle {
  padding: 11px 10px 11px 40px;
}
@media (max-width: 360px) {
  .sec-A .select-container .select-wrap .year-contents .content-wrap .info-wrap .item .subTitle {
    font-size: 16px;
  }
}
.sec-A .select-container .select-wrap .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 40px 11px 0px;
}
.sec-A .select-container .select-wrap .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 {
  width: 100%;
  max-width: 586px;
  max-height: 865px;
  aspect-ratio: 586/865;
}

.sec-B h1,
.sec-D h1,
.sec-I h1,
.sec-J h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #004594;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-B h1,
  .sec-D h1,
  .sec-I h1,
  .sec-J h1 {
    text-align: center;
  }
}
.sec-B .toBeContinued,
.sec-D .toBeContinued,
.sec-I .toBeContinued,
.sec-J .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-B .toBeContinued p,
.sec-D .toBeContinued p,
.sec-I .toBeContinued p,
.sec-J .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-B .toBeContinued p,
  .sec-D .toBeContinued p,
  .sec-I .toBeContinued p,
  .sec-J .toBeContinued p {
    text-align: center;
  }
}

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

.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-F br {
  display: none;
}
@media (max-width: 576px) {
  .sec-F br {
    display: block;
  }
}

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

.sec-H h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #004594;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .sec-H h1 {
    text-align: center;
  }
}
.sec-H p {
  font-size: 18px;
  font-weight: 350;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: #3E3A39;
}
.sec-H .black {
  font-weight: bold;
}
.sec-H .mb-20 {
  margin-bottom: 20px;
}
.sec-H .mb-2 {
  margin-bottom: 2px;
}
.sec-H .li-dot {
  color: #3E3A39;
  font-size: 18px;
}
.sec-H .li-dot li {
  margin-bottom: 8px;
  line-height: 1.2;
}
.sec-H .li-dot li::before {
  content: "•";
  font-size: 18px;
  color: #3E3A39;
  margin-right: 4px;
  line-height: 1;
  display: inline-block;
  width: 1em;
  text-align: center;
}
.sec-H .li-letter {
  color: #3E3A39;
  padding-left: 18px;
  font-size: 18px;
}
.sec-H .li-letter li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.sec-H .li-letter li::marker {
  font-size: 18px;
  color: #3E3A39;
}