@property --gradientColor-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #004a61;
}
@property --gradientColor-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2ba9d1;
}
.esgNewsArea .esgNewsList .Txt .title, .sustainabilityArea .sustainabilityList .Txt .plus::after, .sustainabilityArea .sustainabilityList .Txt .title {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esgBannerArea {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #024f67;
}
.esgBannerArea .decoBg {
  position: relative;
  pointer-events: none;
}
.esgBannerArea .decoBg .Img {
  height: 600px;
}
@media (max-width: 1499px) {
  .esgBannerArea .decoBg .Img {
    height: 500px;
  }
}
@media (max-width: 1366px) {
  .esgBannerArea .decoBg .Img {
    height: 450px;
  }
}
@media (max-width: 1180px) {
  .esgBannerArea .decoBg .Img {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .esgBannerArea .decoBg .Img {
    height: 350px;
  }
}
.esgBannerArea .decoBg .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.esgBannerArea .wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 190px;
  padding-bottom: 40px;
}
@media (max-width: 1499px) {
  .esgBannerArea .wrap {
    padding-top: 150px;
  }
}
@media (max-width: 1366px) {
  .esgBannerArea .wrap {
    padding: 110px 30px 40px;
  }
}
@media (max-width: 1180px) {
  .esgBannerArea .wrap {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .esgBannerArea .wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .esgBannerArea .wrap {
    padding-bottom: 20px;
  }
}
.esgBannerArea .bannerBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 575px) {
  .esgBannerArea .bannerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.esgBannerArea .bannerBox .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.esgBannerArea .bannerBox .textBox {
  position: relative;
  overflow: hidden;
}
.esgBannerArea .bannerBox .textBox .title {
  display: inline-block;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  max-width: 500px;
}
@media (max-width: 1499px) {
  .esgBannerArea .bannerBox .textBox .title {
    font-size: 60px;
    max-width: 400px;
  }
}
@media (max-width: 1366px) {
  .esgBannerArea .bannerBox .textBox .title {
    font-size: 52px;
    max-width: 360px;
  }
}
@media (max-width: 1180px) {
  .esgBannerArea .bannerBox .textBox .title {
    font-size: 44px;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .esgBannerArea .bannerBox .textBox .title {
    font-size: 40px;
    max-width: 250px;
  }
}
@media (max-width: 375px) {
  .esgBannerArea .bannerBox .textBox .title {
    font-size: 36px;
  }
}
.esgBannerArea .bannerBox .textBox .text {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #fff;
  margin-top: 4px;
}
@media (max-width: 1499px) {
  .esgBannerArea .bannerBox .textBox .text {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .esgBannerArea .bannerBox .textBox .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .esgBannerArea .bannerBox .textBox .text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .esgBannerArea .bannerBox .textBox .text {
    font-size: 15px;
  }
}
.esgBannerArea .functionBox {
  position: relative;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 1366px) {
  .esgBannerArea .functionBox {
    width: 420px;
  }
}
@media (max-width: 1180px) {
  .esgBannerArea .functionBox {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .esgBannerArea .functionBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media (max-width: 768px) {
  .esgBannerArea .functionBox.pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .esgBannerArea .functionBox.mobile {
    display: none;
  }
}
.esgBannerArea .functionBox .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  max-width: 240px;
  border-radius: 20px;
  padding: 36px 32px;
}
@media (max-width: 1499px) {
  .esgBannerArea .functionBox .btn {
    padding: 32px 24px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (max-width: 1366px) {
  .esgBannerArea .functionBox .btn {
    max-width: 200px;
    padding: 24px 16px;
  }
}
@media (max-width: 768px) {
  .esgBannerArea .functionBox .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .esgBannerArea .functionBox .btn {
    padding: 20px 12px;
  }
}
.esgBannerArea .functionBox .btn .text {
  font-family: "Alegreya Sans", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1499px) {
  .esgBannerArea .functionBox .btn .text {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .esgBannerArea .functionBox .btn .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .esgBannerArea .functionBox .btn .text {
    font-size: 15px;
  }
}
.esgBannerArea .functionBox .btn .icon {
  width: 30px;
  height: 30px;
  color: #fff;
}
@media (max-width: 1499px) {
  .esgBannerArea .functionBox .btn .icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .esgBannerArea .functionBox .btn .icon {
    width: 20px;
    height: 20px;
  }
}
.esgBannerArea .functionBox .btn.download {
  background-color: rgba(22, 70, 133, 0.8);
}
@media (min-width: 1181px) {
  .esgBannerArea .functionBox .btn.download:hover {
    background-color: #1f84a3;
  }
}
.esgBannerArea .functionBox .btn.subscribe {
  background-color: rgba(12, 37, 82, 0.8);
}
@media (min-width: 1181px) {
  .esgBannerArea .functionBox .btn.subscribe:hover {
    background-color: #1f84a3;
  }
}

.sustainabilityArea {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .sustainabilityArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .sustainabilityArea {
    padding: 60px 0;
  }
}
.sustainabilityArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991px) {
  .sustainabilityArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
}
.sustainabilityArea .titleBox {
  width: 50%;
  padding-right: 110px;
  margin-bottom: 0;
  border-right: 1px solid #ced4dd;
}
@media (max-width: 1499px) {
  .sustainabilityArea .titleBox {
    padding-right: 60px;
  }
}
@media (max-width: 1280px) {
  .sustainabilityArea .titleBox {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .sustainabilityArea .titleBox {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.sustainabilityArea .titleBox .title {
  font-size: 40px;
}
@media (max-width: 1180px) {
  .sustainabilityArea .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .sustainabilityArea .titleBox .title {
    font-size: 28px;
  }
}
.sustainabilityArea .titleBox .subtitle {
  margin-top: 0;
}
@media (max-width: 1180px) {
  .sustainabilityArea .titleBox .subtitle {
    margin-top: 0;
  }
}
.sustainabilityArea .sustainabilityBox {
  position: relative;
  width: 50%;
  padding-left: 110px;
}
@media (max-width: 1499px) {
  .sustainabilityArea .sustainabilityBox {
    padding-left: 60px;
  }
}
@media (max-width: 1280px) {
  .sustainabilityArea .sustainabilityBox {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .sustainabilityArea .sustainabilityBox {
    width: 100%;
    padding-left: 0;
  }
}
.sustainabilityArea .sustainabilityList {
  position: relative;
  border-top: 1px solid #ced4dd;
  border-bottom: 1px solid #ced4dd;
}
.sustainabilityArea .sustainabilityList .sustainabilityItem {
  position: relative;
}
.sustainabilityArea .sustainabilityList .sustainabilityItem + .sustainabilityItem {
  border-top: 1px solid #ced4dd;
}
.sustainabilityArea .sustainabilityList .sustainabilityItem.current .Txt .plus::after {
  rotate: 90deg;
}
.sustainabilityArea .sustainabilityList .sustainabilityItem:first-child .content {
  display: block;
}
.sustainabilityArea .sustainabilityList .item {
  position: relative;
}
.sustainabilityArea .sustainabilityList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 20px 0;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .sustainabilityArea .sustainabilityList .Txt {
    padding: 16px 0;
  }
}
@media (max-width: 1180px) {
  .sustainabilityArea .sustainabilityList .Txt {
    padding: 12px 0;
  }
}
@media (min-width: 1181px) {
  .sustainabilityArea .sustainabilityList .Txt:hover .title {
    color: #1f84a3;
  }
  .sustainabilityArea .sustainabilityList .Txt:hover .plus::before, .sustainabilityArea .sustainabilityList .Txt:hover .plus::after {
    background-color: #1f84a3;
  }
}
.sustainabilityArea .sustainabilityList .Txt .title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1180px) {
  .sustainabilityArea .sustainabilityList .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .sustainabilityArea .sustainabilityList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .sustainabilityArea .sustainabilityList .Txt .title {
    font-size: 20px;
  }
}
.sustainabilityArea .sustainabilityList .Txt .plus {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 1180px) {
  .sustainabilityArea .sustainabilityList .Txt .plus {
    width: 16px;
  }
}
@media (max-width: 768px) {
  .sustainabilityArea .sustainabilityList .Txt .plus {
    width: 12px;
  }
}
.sustainabilityArea .sustainabilityList .Txt .plus::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 2px;
  background: #444444;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.sustainabilityArea .sustainabilityList .Txt .plus::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 2px;
  height: 100%;
  background: #444444;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.sustainabilityArea .sustainabilityList .content {
  position: relative;
  display: none;
  max-width: 560px;
  padding-right: 32px;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .sustainabilityArea .sustainabilityList .content {
    max-width: none;
    padding-right: 24px;
    padding-bottom: 20px;
  }
}
.sustainabilityArea .sustainabilityList .content .textEditor {
  line-height: 1.4;
}

.valuesArea {
  position: relative;
  background-color: #fff;
}
.valuesArea .wrap {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991px) {
  .valuesArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.valuesArea .leftBox {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .valuesArea .leftBox {
    width: 100%;
  }
}
.valuesArea .leftBox .Img {
  height: 100%;
}
@media (max-width: 991px) {
  .valuesArea .leftBox .Img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .valuesArea .leftBox .Img {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .valuesArea .leftBox .Img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .valuesArea .leftBox .Img {
    height: 250px;
  }
}
.valuesArea .leftBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.valuesArea .rightBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 40px 60px 40px 110px;
}
@media (max-width: 1599px) {
  .valuesArea .rightBox {
    padding: 40px 60px;
  }
}
@media (max-width: 1180px) {
  .valuesArea .rightBox {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .valuesArea .rightBox {
    width: 100%;
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .valuesArea .rightBox {
    padding: 30px;
  }
}
.valuesArea .rightBox .titleBox {
  max-width: 645px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .valuesArea .rightBox .titleBox {
    max-width: none;
  }
}
.valuesArea .rightBox .titleBox .title {
  font-size: 40px;
  letter-spacing: 0;
}
@media (max-width: 1366px) {
  .valuesArea .rightBox .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .valuesArea .rightBox .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .valuesArea .rightBox .titleBox .title {
    font-size: 26px;
  }
}
.valuesArea .rightBox .titleBox .text {
  margin-top: 0;
}
.valuesArea .rightBox .titleBox .textEditor {
  font-size: 22px;
}
@media (max-width: 1366px) {
  .valuesArea .rightBox .titleBox .textEditor {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .valuesArea .rightBox .titleBox .textEditor {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .valuesArea .rightBox .titleBox .textEditor {
    font-size: 16px;
  }
}

.esgReportArea {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .esgReportArea {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .esgReportArea {
    padding: 70px 0;
  }
}
.esgReportArea .esgReportList {
  position: relative;
}
.esgReportArea .esgReportList .esgReportItem {
  position: relative;
}
.esgReportArea .esgReportList .esgReportItem + .esgReportItem {
  margin-top: 84px;
}
@media (max-width: 991px) {
  .esgReportArea .esgReportList .esgReportItem + .esgReportItem {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .esgReportArea .esgReportList .esgReportItem + .esgReportItem {
    margin-top: 48px;
  }
}
.esgReportArea .esgReportList .esgReportItem:nth-child(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .esgReportArea .esgReportList .esgReportItem:nth-child(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.esgReportArea .esgReportList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 991px) {
  .esgReportArea .esgReportList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 24px;
  }
}
.esgReportArea .esgReportList .Img {
  width: 750px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 40px;
  overflow: clip;
}
@media (max-width: 1499px) {
  .esgReportArea .esgReportList .Img {
    width: 700px;
  }
}
@media (max-width: 1366px) {
  .esgReportArea .esgReportList .Img {
    width: 650px;
  }
}
@media (max-width: 1180px) {
  .esgReportArea .esgReportList .Img {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .esgReportArea .esgReportList .Img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .esgReportArea .esgReportList .Img {
    border-radius: 30px;
  }
}
.esgReportArea .esgReportList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.esgReportArea .esgReportList .Txt {
  position: relative;
  max-width: 640px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 991px) {
  .esgReportArea .esgReportList .Txt {
    max-width: none;
    width: 100%;
  }
}
.esgReportArea .esgReportList .Txt .titleBox {
  margin-bottom: 0;
}
.esgReportArea .esgReportList .Txt .titleBox .title {
  font-size: 36px;
  letter-spacing: 0.05em;
}
@media (max-width: 1366px) {
  .esgReportArea .esgReportList .Txt .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .esgReportArea .esgReportList .Txt .titleBox .title {
    font-size: 28px;
    letter-spacing: 0.035em;
  }
}
@media (max-width: 480px) {
  .esgReportArea .esgReportList .Txt .titleBox .title {
    font-size: 26px;
  }
}
.esgReportArea .esgReportList .Txt .titleBox .line {
  margin-bottom: 28px;
}
@media (max-width: 1366px) {
  .esgReportArea .esgReportList .Txt .titleBox .line {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .esgReportArea .esgReportList .Txt .titleBox .line {
    margin-top: 12px;
    margin-bottom: 16px;
  }
}
.esgReportArea .esgReportList .Txt .titleBox .text {
  margin-top: 0;
}
@media (max-width: 1366px) {
  .esgReportArea .esgReportList .Txt .titleBox .text {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .esgReportArea .esgReportList .Txt .titleBox .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .esgReportArea .esgReportList .Txt .titleBox .text {
    font-size: 16px;
  }
}
.esgReportArea .esgReportList .Txt .btnBox {
  margin-top: 32px;
}
@media (max-width: 1366px) {
  .esgReportArea .esgReportList .Txt .btnBox {
    margin-top: 24px;
  }
}
.esgReportArea .esgReportList .Txt .btnBox .btn {
  max-width: 180px;
  padding: 10px 16px 10px 32px;
}
@media (max-width: 1180px) {
  .esgReportArea .esgReportList .Txt .btnBox .btn {
    max-width: 160px;
    padding: 10px 12px 10px 24px;
  }
}
@media (max-width: 768px) {
  .esgReportArea .esgReportList .Txt .btnBox .btn {
    max-width: 140px;
    padding: 8px 10px 8px 20px;
  }
}
@media (min-width: 1181px) {
  .esgReportArea .esgReportList .Txt .btnBox .btn:hover::before {
    width: 150%;
    translate: -50% -50%;
  }
}
.esgReportArea .esgReportList .Txt .btnBox .btn::before {
  width: 6px;
  translate: -65px -50%;
}
@media (max-width: 1180px) {
  .esgReportArea .esgReportList .Txt .btnBox .btn::before {
    translate: -60px -50%;
  }
}
@media (max-width: 768px) {
  .esgReportArea .esgReportList .Txt .btnBox .btn::before {
    width: 4px;
    translate: -50px -50%;
  }
}
.esgReportArea .esgReportList .Txt .btnBox .btn .btnText {
  font-size: 20px;
}
@media (max-width: 1180px) {
  .esgReportArea .esgReportList .Txt .btnBox .btn .btnText {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .esgReportArea .esgReportList .Txt .btnBox .btn .btnText {
    font-size: 16px;
  }
}

.performanceArea {
  position: relative;
  background-color: #fff;
  padding: 110px 0;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .performanceArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .performanceArea {
    padding: 60px 0;
  }
}
.performanceArea .performanceBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media (max-width: 1280px) {
  .performanceArea .performanceBox {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 991px) {
  .performanceArea .performanceBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 32px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.performanceArea .performanceBox .controlBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .performanceArea .performanceBox .controlBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.performanceArea .performanceList {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: clip;
}
@media (max-width: 991px) {
  .performanceArea .performanceList {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.performanceArea .performanceList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performanceArea .performanceList:not(.slick-slider) .performanceItem {
  position: relative;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.performanceArea .performanceList .slick-list {
  margin-left: -37px;
  margin-right: -36px;
}
@media (max-width: 1180px) {
  .performanceArea .performanceList .slick-list {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 991px) {
  .performanceArea .performanceList .slick-list {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .performanceArea .performanceList .slick-list {
    margin: 0;
    padding: 0 20px;
    overflow: visible;
  }
}
@media (max-width: 575px) {
  .performanceArea .performanceList .slick-list {
    padding: 0 10px;
  }
}
.performanceArea .performanceList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performanceArea .performanceList .slick-track .slick-slide {
  height: auto;
}
.performanceArea .performanceList .slick-track .slick-slide > div {
  height: 100%;
}
.performanceArea .performanceList .performanceItem {
  position: relative;
  height: 100%;
  padding: 0 36px;
  border-left: 1px solid #ced4dd;
}
@media (max-width: 1180px) {
  .performanceArea .performanceList .performanceItem {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .performanceArea .performanceList .performanceItem {
    padding: 0 20px;
  }
}
.performanceArea .performanceList .performanceItem::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 50px;
  background: #1f84a3;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: -1px;
}
.performanceArea .performanceList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.performanceArea .performanceList .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
  width: 100%;
}
@media (max-width: 1180px) {
  .performanceArea .performanceList .title {
    font-size: 18px;
  }
}
.performanceArea .performanceList .Txt {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
}
@media (max-width: 1180px) {
  .performanceArea .performanceList .Txt {
    margin-top: 16px;
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .performanceArea .performanceList .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 8px;
    padding-top: 16px;
  }
}
.performanceArea .performanceList .Txt::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 22px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#005d7a), to(#0c97c4));
  background: linear-gradient(to right, #005d7a 0%, #0c97c4 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.performanceArea .performanceList .Txt .Img {
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1280px) {
  .performanceArea .performanceList .Txt .Img {
    width: 36px;
  }
}
.performanceArea .performanceList .Txt .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.performanceArea .performanceList .Txt .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.performanceArea .performanceList .Txt .textBox .number {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#005d7a), to(#0c97c4));
  background: linear-gradient(to right, #005d7a 0%, #0c97c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1280px) {
  .performanceArea .performanceList .Txt .textBox .number {
    font-size: 42px;
  }
}
.performanceArea .performanceList .Txt .textBox .unit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #1f84a3;
}
@media (max-width: 1280px) {
  .performanceArea .performanceList .Txt .textBox .unit {
    font-size: 18px;
  }
}

.esgNewsArea {
  position: relative;
  background-color: #fff;
  padding: 120px 0 100px;
}
@media (max-width: 1180px) {
  .esgNewsArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 768px) {
  .esgNewsArea {
    padding: 80px 0 60px;
  }
}
.esgNewsArea::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 480px;
  background-image: url("../images/deco/esg-news-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.esgNewsArea .esgNewsBox {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 90px 60px 0;
}
@media (max-width: 1366px) {
  .esgNewsArea .esgNewsBox {
    padding: 60px 40px 0;
  }
}
@media (max-width: 1280px) {
  .esgNewsArea .esgNewsBox {
    padding: 40px 40px 0;
  }
}
@media (max-width: 768px) {
  .esgNewsArea .esgNewsBox {
    padding: 30px 30px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media (max-width: 480px) {
  .esgNewsArea .esgNewsBox {
    padding: 20px 20px 0;
  }
}
.esgNewsArea .controlBox {
  position: relative;
  margin-top: 68px;
}
.esgNewsArea .esgNewsList {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  overflow-x: clip;
}
.esgNewsArea .esgNewsList::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background: #ced4dd;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
.esgNewsArea .esgNewsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.esgNewsArea .esgNewsList:not(.slick-slider) .esgNewsItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .esgNewsArea .esgNewsList:not(.slick-slider) .esgNewsItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .esgNewsArea .esgNewsList:not(.slick-slider) .esgNewsItem {
    width: 100%;
  }
}
.esgNewsArea .esgNewsList .slick-list {
  margin: -50px;
}
@media (max-width: 1366px) {
  .esgNewsArea .esgNewsList .slick-list {
    margin: -36px;
  }
}
@media (max-width: 1280px) {
  .esgNewsArea .esgNewsList .slick-list {
    margin: -36px -20px;
  }
}
@media (max-width: 768px) {
  .esgNewsArea .esgNewsList .slick-list {
    margin: -24px -10px;
  }
}
.esgNewsArea .esgNewsList .esgNewsItem {
  position: relative;
  padding: 50px;
}
@media (max-width: 1366px) {
  .esgNewsArea .esgNewsList .esgNewsItem {
    padding: 36px;
  }
}
@media (max-width: 1280px) {
  .esgNewsArea .esgNewsList .esgNewsItem {
    padding: 36px 20px;
  }
}
@media (max-width: 768px) {
  .esgNewsArea .esgNewsList .esgNewsItem {
    padding: 24px 10px;
  }
}
.esgNewsArea .esgNewsList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media (max-width: 1366px) {
  .esgNewsArea .esgNewsList .item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .esgNewsArea .esgNewsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (min-width: 1181px) {
  .esgNewsArea .esgNewsList .item:has(.linkWrap):hover .Txt .title {
    color: #1f84a3;
  }
}
.esgNewsArea .esgNewsList .newsInfoBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.esgNewsArea .esgNewsList .newsInfoBox .dateBox {
  position: relative;
}
.esgNewsArea .esgNewsList .newsInfoBox .day {
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #1f84a3;
  text-align: center;
}
@media (max-width: 1280px) {
  .esgNewsArea .esgNewsList .newsInfoBox .day {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .esgNewsArea .esgNewsList .newsInfoBox .day {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .esgNewsArea .esgNewsList .newsInfoBox .day {
    font-size: 26px;
  }
}
.esgNewsArea .esgNewsList .newsInfoBox .day + .date {
  border-top: 1px solid #ced4dd;
  margin-top: 12px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .esgNewsArea .esgNewsList .newsInfoBox .day + .date {
    margin-top: 8px;
    padding-top: 8px;
  }
}
@media (max-width: 375px) {
  .esgNewsArea .esgNewsList .newsInfoBox .day + .date {
    margin-top: 6px;
    padding-top: 6px;
  }
}
.esgNewsArea .esgNewsList .newsInfoBox .date {
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #1f84a3;
}
@media (max-width: 1280px) {
  .esgNewsArea .esgNewsList .newsInfoBox .date {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .esgNewsArea .esgNewsList .newsInfoBox .date {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .esgNewsArea .esgNewsList .newsInfoBox .date {
    font-size: 12px;
  }
}
.esgNewsArea .esgNewsList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .esgNewsArea .esgNewsList .Txt {
    margin-top: 0;
  }
}
.esgNewsArea .esgNewsList .Txt .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
}
@media (max-width: 1280px) {
  .esgNewsArea .esgNewsList .Txt .title {
    font-size: 20px;
    height: 74px;
  }
}
@media (max-width: 575px) {
  .esgNewsArea .esgNewsList .Txt .title {
    -webkit-line-clamp: 2;
    height: 50px;
  }
}
@media (max-width: 375px) {
  .esgNewsArea .esgNewsList .Txt .title {
    font-size: 18px;
    -webkit-line-clamp: 3;
    height: 68px;
  }
}
.esgNewsArea .esgNewsList .Txt .title + .text {
  margin-top: 16px;
}
@media (max-width: 1180px) {
  .esgNewsArea .esgNewsList .Txt .title + .text {
    margin-top: 12px;
  }
}
@media (max-width: 375px) {
  .esgNewsArea .esgNewsList .Txt .title + .text {
    margin-top: 10px;
  }
}
.esgNewsArea .esgNewsList .Txt .text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #444444;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}
@media (max-width: 1280px) {
  .esgNewsArea .esgNewsList .Txt .text {
    font-size: 16px;
    height: 38px;
  }
}
.esgNewsArea .esgNewsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.subscribeArea {
  position: relative;
  overflow: clip;
}
.subscribeArea .Img {
  height: 620px;
}
@media (max-width: 1180px) {
  .subscribeArea .Img {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .subscribeArea .Img {
    height: 480px;
  }
}
.subscribeArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.subscribeArea .wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribeArea .subscribeBox {
  position: relative;
  width: 100%;
  max-width: 1190px;
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 60px;
}
@media (max-width: 1180px) {
  .subscribeArea .subscribeBox {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .subscribeArea .subscribeBox {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
@media (max-width: 480px) {
  .subscribeArea .subscribeBox {
    padding: 32px 24px;
    border-radius: 20px;
  }
}
.subscribeArea .titleBox {
  margin-bottom: 56px;
}
@media (max-width: 1180px) {
  .subscribeArea .titleBox {
    margin-bottom: 36px;
  }
}
.subscribeArea .titleBox .text {
  margin-top: 6px;
}

.seoText {
  position: fixed;
  left: -9999px;
  top: -9999px;
}
/*# sourceMappingURL=esg.css.map */