@charset "UTF-8";
.popWindowArea .close::before, .popWindowArea .close::after, .popWindowArea .close {
  transition: all 0.5s ease-in-out;
}

.popWindowArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWindowArea .popWindowMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWindowArea .popWindowBox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  height: 100%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWindowArea .popWindowContent {
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
}
.popWindowArea img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popWindowArea .Txt {
  padding: 30px;
}
.popWindowArea .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  background-color: #006b6b;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWindowArea .close::before, .popWindowArea .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWindowArea .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWindowArea .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .popWindowArea .close:hover {
    background-color: #006b6b;
  }
  .popWindowArea .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWindowArea .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWindowArea.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWindowArea.show .popWindowMask,
.popWindowArea.show .popWindowBox {
  opacity: 1;
}
.popWindowArea.show .popWindowBox {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .popWindowArea .popWindowContent {
    max-height: calc(100vh - 150px);
    /*以防有不支援dvh的瀏覽器*/
    max-height: calc(100dvh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1268px;
  padding: 99px 50px 85px;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    padding: 60px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  text-align: center;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 54px;
  line-height: 1.2;
  margin: 21px 0 26px 0;
  opacity: 0;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 12vw;
    margin: 15px 0;
  }
}
.bannerArea .bannerItem .Txt .subtitle::before, .bannerArea .bannerItem .Txt .subtitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle::before, .bannerArea .bannerItem .Txt .subtitle::after {
    bottom: -15px;
  }
}
.bannerArea .bannerItem .Txt .subtitle::before {
  width: 100%;
  background-color: #fff;
}
.bannerArea .bannerItem .Txt .subtitle::after {
  width: 100px;
  background-color: #006b6b;
}
.bannerArea .bannerItem .Txt .subtitle .bold {
  font-weight: 500;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin: 26px 0;
  opacity: 0;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 4vw;
    margin: 15px 0;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slickBtnBox {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  max-width: 1268px;
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .bannerArea .slickBtnBox {
    width: 100%;
    bottom: 30px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .bannerArea .slickBtnBox {
    padding: 0 20px;
  }
}

.aboutArea {
  padding: 277px 0 212px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .aboutArea {
    padding: 170px 0;
  }
}
@media (max-width: 1350px) {
  .aboutArea {
    padding: 130px 0;
  }
}
@media (max-width: 1023px) {
  .aboutArea {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .wrap {
  max-width: 1500px;
}
.aboutArea .bgBox {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.aboutArea .bgBox .decoText {
  font-size: max(80px, min(7.292vw, 140px));
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: -0.3px;
  word-spacing: 8px;
  -webkit-transform: translateX(35vw);
          transform: translateX(35vw);
}
.aboutArea .bgBox .decoText .solidColor {
  display: inline-block;
}
.aboutArea .bgBox .decoText .stroke {
  position: relative;
  color: transparent;
  /* 內部示意，一定要透明 */
  color: #fff;
  display: inline-block;
  letter-spacing: -0.7px;
  margin-right: 4px;
}
.aboutArea .bgBox .decoText .stroke .txt {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.aboutArea .bgBox .decoText .stroke::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 0;
  /* 放到內填下面 */
  color: transparent;
  -webkit-text-stroke: 2px #a0a0a0;
  /* 外框也做平滑 */
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  white-space: nowrap;
}
.aboutArea .bgBox .left {
  width: 39.6%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .aboutArea .bgBox .left {
    display: none;
  }
}
.aboutArea .bgBox .left .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.23;
}
.aboutArea .bgBox .left .bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.aboutArea .bgBox .left .decoTextBox {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: start;
      justify-content: start;
  z-index: 1;
  padding: 0 0 14px calc(100% - 15vw);
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1921px) {
  .aboutArea .bgBox .left .decoTextBox {
    padding: 0 0 14px 465px;
  }
}
.aboutArea .bgBox .left .decoTextBox .decoText .stroke {
  opacity: 0.4;
}
.aboutArea .bgBox .right {
  width: 60.4%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: start;
      justify-content: start;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
@media (max-width: 1023px) {
  .aboutArea .bgBox .right {
    width: 100%;
    -ms-flex-align: start;
        align-items: start;
  }
}
.aboutArea .bgBox .right .decoImg {
  position: absolute;
  top: 10.75vw;
  left: 5.4vw;
  width: 15vw;
  z-index: 1;
}
@media (max-width: 1023px) {
  .aboutArea .bgBox .right .decoImg {
    display: none;
  }
}
.aboutArea .bgBox .right .decoText {
  margin-left: -15vw;
  padding-bottom: 14px;
}
@media (min-width: 1921px) {
  .aboutArea .bgBox .right .decoText {
    margin-left: -288px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .bgBox .right .decoText {
    margin-left: 0;
  }
}
.aboutArea .bgBox .right .decoText .stroke {
  opacity: 0.2;
}
.aboutArea .bgBox .right .decoText .solidColor {
  color: rgba(160, 160, 160, 0.1);
}
.aboutArea .aboutBox {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 5px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .aboutArea .aboutBox {
    padding: 0;
  }
}
.aboutArea .aboutBox .leftBox {
  width: 695px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.24);
  position: relative;
}
@media (max-width: 1600px) {
  .aboutArea .aboutBox .leftBox {
    width: 600px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .aboutBox .leftBox {
    width: 500px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .leftBox {
    width: 100%;
    max-width: 695px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .leftBox {
    margin: 0 auto 20px;
  }
}
.aboutArea .aboutBox .leftBox .aboutVideoBox {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1400/865;
}
.aboutArea .aboutBox .leftBox .aboutVideoBox .player {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.36);
          transform: scale(1.36);
}
.aboutArea .aboutBox .leftBox .aboutVideoBox .player iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.aboutArea .aboutBox .leftBox .aboutVideoBox .poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: opacity 0.6s ease;
}
.aboutArea .aboutBox .leftBox .aboutVideoBox .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutArea .aboutBox .leftBox .aboutVideoBox.is-playing .poster {
  opacity: 0;
  pointer-events: none;
}
.aboutArea .aboutBox .leftBox .aboutVideo {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.aboutArea .aboutBox .leftBox .aboutVideo .videoBtn {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
}
.aboutArea .aboutBox .leftBox .aboutVideo .videoBtn .iconBox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89px;
  height: 89px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
.aboutArea .aboutBox .leftBox .aboutVideo .videoBtn .iconBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/tw/video_circle.png) no-repeat center/100%;
  -webkit-animation: circleAni 3s linear infinite;
          animation: circleAni 3s linear infinite;
}
.aboutArea .aboutBox .leftBox .aboutVideo .videoBtn .icon.pause.hide, .aboutArea .aboutBox .leftBox .aboutVideo .videoBtn .icon.play.hide {
  display: none;
}
.aboutArea .aboutBox .leftBox .aboutVideo .videoBtn .icon.play {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  /* 三角形顏色 */
}
@media (min-width: 1024px) {
  .aboutArea .aboutBox .leftBox .aboutVideo .videoBtn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.aboutArea .aboutBox .leftBox .aboutVideo .videoBtn.is-playing {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (min-width: 1024px) {
  .aboutArea .aboutBox .leftBox .aboutVideo .videoBtn.is-playing:hover {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.aboutArea .aboutBox .leftBox .aboutVideo .videoBtn.is-playing .icon.play {
  display: none;
}
.aboutArea .aboutBox .leftBox .aboutVideo .videoBtn.is-playing .icon.pause {
  display: block;
}
.aboutArea .aboutBox .rightBox {
  width: calc(100% - 695px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  padding: 0px 0 7px 20px;
}
@media (max-width: 1600px) {
  .aboutArea .aboutBox .rightBox {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1350px) {
  .aboutArea .aboutBox .rightBox {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .rightBox {
    width: 100%;
    padding: 0;
  }
}
.aboutArea .Txt {
  width: 100%;
  max-width: 622px;
}
@media (max-width: 1023px) {
  .aboutArea .Txt {
    max-width: unset;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .titleBox .text {
  letter-spacing: -0.2px;
  margin-right: 4px;
}
@media (max-width: 1600px) {
  .aboutArea .Txt .titleBox .text {
    margin: 0;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 34px;
}
@media (max-width: 480px) {
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}
.aboutArea:not(.show) .videoBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.aboutArea:not(.show) .bgBox .bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.aboutArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea.show .videoBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s;
}
.aboutArea.show .bgBox .bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 3s linear;
}
.aboutArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.8s;
}

.companyArea {
  padding: 182px 0 161px 0;
  position: relative;
}
@media (max-width: 1600px) {
  .companyArea {
    padding: 170px 0;
  }
}
@media (max-width: 1350px) {
  .companyArea {
    padding: 130px 0;
  }
}
@media (max-width: 1023px) {
  .companyArea {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .companyArea {
    padding: 60px 0;
  }
}
.companyArea .decoBox {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: end;
  padding: 0 0 28px;
}
.companyArea .decoBox .deco1 {
  padding: 0 0 24px;
  width: 30.4%;
}
.companyArea .decoBox .deco2 {
  width: 19%;
}
.companyArea .wrap {
  max-width: 1498px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 1024px) {
  .companyArea .wrap > .btnBox {
    display: none;
  }
}
.companyArea .left {
  width: calc(100% - 717px);
  max-width: 628px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px 0 12px;
}
@media (max-width: 1600px) {
  .companyArea .left {
    width: calc(100% - 650px);
  }
}
@media (max-width: 1350px) {
  .companyArea .left {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1023px) {
  .companyArea .left {
    width: 100%;
    padding: 0;
  }
  .companyArea .left .btnBox {
    display: none;
  }
}
.companyArea .left::before, .companyArea .left::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
  z-index: 0;
  top: -23%;
  left: -11.5%;
}
@media (max-width: 1600px) {
  .companyArea .left::before, .companyArea .left::after {
    top: -17%;
    left: -6.5%;
  }
}
@media (max-width: 1350px) {
  .companyArea .left::before, .companyArea .left::after {
    top: -12%;
  }
}
@media (max-width: 1023px) {
  .companyArea .left::before, .companyArea .left::after {
    display: none;
  }
}
.companyArea .left::before {
  width: 210px;
  background-color: rgba(0, 107, 107, 0.05);
}
@media (max-width: 1600px) {
  .companyArea .left::before {
    width: 180px;
  }
}
@media (max-width: 1350px) {
  .companyArea .left::before {
    width: 160px;
  }
}
.companyArea .left::after {
  width: 65px;
  background-color: #154239;
}
@media (max-width: 1600px) {
  .companyArea .left::after {
    width: 60px;
  }
}
@media (max-width: 1350px) {
  .companyArea .left::after {
    width: 50px;
  }
}
.companyArea .textEditor {
  margin: 0;
  position: relative;
  z-index: 1;
}
.companyArea .textEditor .titleBox {
  margin-bottom: 33px;
}
@media (max-width: 480px) {
  .companyArea .textEditor .titleBox {
    margin-bottom: 0;
  }
}
.companyArea .textEditor .titleBox .title {
  padding: 0 0 0 42px;
}
.companyArea .textEditor .titleBox .title::before {
  left: 4px;
}
.companyArea .textEditor .titleBox .textBox {
  padding-top: 26px;
}
.companyArea .textEditor .titleBox .textBox::before, .companyArea .textEditor .titleBox .textBox::after {
  top: 25px;
}
.companyArea .textEditor .titleBox .text {
  margin: 0 0 0 4px;
}
@media (max-width: 480px) {
  .companyArea .textEditor .titleBox .text {
    margin: 0;
  }
}
.companyArea .btnBox {
  margin: 0 0 0 3px;
}
@media (max-width: 1023px) {
  .companyArea .btnBox {
    margin: 20px 0 0;
  }
}
.companyArea .right {
  width: 717px;
  padding: 0 0 0px 20px;
}
@media (max-width: 1600px) {
  .companyArea .right {
    width: 650px;
  }
}
@media (max-width: 1350px) {
  .companyArea .right {
    width: 550px;
  }
}
@media (max-width: 1023px) {
  .companyArea .right {
    width: 100%;
    padding: 20px 0 0;
  }
}
.companyArea .companyBox {
  border-top: 1px solid #006b6b;
  border-bottom: 1px solid #006b6b;
  height: 311px;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.companyArea .companyBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.companyArea .companyBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.companyArea .companyBox::-webkit-scrollbar-thumb {
  background: #006b6b;
}
@media (max-width: 1023px) {
  .companyArea .companyBox {
    height: 310px;
  }
}
.companyArea .companyBox .companyList .topTitle {
  display: -ms-flexbox;
  display: flex;
  padding: 21px 40px 20px 10px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  background-color: #fff;
}
.companyArea .companyBox .companyList .topTitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #006b6b;
  border-bottom: 2px solid #006b6b;
  -webkit-transform: translate(0, 50%) rotate(45deg);
          transform: translate(0, 50%) rotate(45deg);
  transition: all 0.5s;
}
.companyArea .companyBox .companyList .topTitle.is-active::after {
  -webkit-transform: translate(0, 50%) rotate(-135deg);
          transform: translate(0, 50%) rotate(-135deg);
}
.companyArea .companyBox .companyList .topTitle .Img {
  width: 35px;
}
@media (max-width: 1600px) {
  .companyArea .companyBox .companyList .topTitle .Img {
    width: 30px;
  }
}
@media (max-width: 1350px) {
  .companyArea .companyBox .companyList .topTitle .Img {
    width: 25px;
  }
}
.companyArea .companyBox .companyList .topTitle .title {
  width: calc(100% - 35px);
  padding: 3px 0 0 13px;
  font-size: 18px;
  color: #313131;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media (max-width: 1600px) {
  .companyArea .companyBox .companyList .topTitle .title {
    width: calc(100% - 30px);
    font-size: 17px;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 1350px) {
  .companyArea .companyBox .companyList .topTitle .title {
    width: calc(100% - 25px);
    font-size: 16px;
    letter-spacing: 1.1px;
  }
}
@media (max-width: 480px) {
  .companyArea .companyBox .companyList .topTitle .title {
    letter-spacing: 0.7px;
  }
}
.companyArea .companyBox .companyList .bottom {
  height: 79px;
  overflow: hidden;
  display: none;
  background-color: #f9f9f9;
  padding: 0 30px 6px;
}
@media (max-width: 1023px) {
  .companyArea .companyBox .companyList .bottom {
    height: 100px;
  }
}
.companyArea .companyBox .companyList .bottom .textBox {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.companyArea .companyBox .companyList .bottom .textEditor {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #313131;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.2px;
}
@media (max-width: 1600px) {
  .companyArea .companyBox .companyList .bottom .textEditor {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .companyArea .companyBox .companyList .bottom .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .companyArea .companyBox .companyList .bottom .textEditor {
    -webkit-line-clamp: 4;
  }
}
.companyArea:not(.show) .decoBox .deco1 {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.companyArea:not(.show) .decoBox .deco2 {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.companyArea:not(.show) .companyBox {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.companyArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.companyArea.show .decoBox .deco1 {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 1.2s 0.2s linear;
}
.companyArea.show .decoBox .deco2 {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 1.2s 0.2s linear;
}
.companyArea.show .companyBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s;
}
.companyArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.8s;
}

.facArea .wrap {
  max-width: unset;
  padding: 0;
}
.facArea .facBox {
  position: relative;
}
@media (max-width: 1023px) {
  .facArea .facBox .ph .btnBox {
    position: absolute;
    top: 20px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .facArea .facBox .ph .btnBox {
    right: 20px;
  }
}
.facArea .facBox .pc .facList {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  scroll-behavior: auto;
  --w-big: 715px;
  --count: 5;
  --active-basis: var(--w-big);
}
@media (max-width: 1600px) {
  .facArea .facBox .pc .facList {
    --w-big: 35vw;
  }
}
.facArea .facBox .pc .facList .facItem {
  min-width: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  transition: flex-basis 0.5s ease, width 0.5s ease;
  transition: flex-basis 0.5s ease, width 0.5s ease, -ms-flex-preferred-size 0.5s ease;
}
.facArea .facBox .pc .facList.oneItem .facItem {
  width: 100%;
}
.facArea .facBox .pc .facList.twoItem .facItem {
  width: 50%;
}
.facArea .facBox .pc .facList.is-accordion .facItem {
  width: auto;
  -ms-flex-preferred-size: calc((100% - var(--active-basis)) / (var(--count) - 1));
      flex-basis: calc((100% - var(--active-basis)) / (var(--count) - 1));
}
.facArea .facBox .pc .facList.is-accordion .facItem.is-active {
  -ms-flex-preferred-size: var(--active-basis);
      flex-basis: var(--active-basis);
}
.facArea .facBox .pc .facList.is-carousel {
  --w-small: calc((100% - var(--w-big)) / 4);
}
.facArea .facBox .pc .facList.is-carousel .facItem {
  width: var(--w-small);
  -ms-flex-preferred-size: var(--w-small);
      flex-basis: var(--w-small);
}
.facArea .facBox .pc .facList.is-carousel .facItem.is-active {
  width: var(--w-big);
  -ms-flex-preferred-size: var(--w-big);
      flex-basis: var(--w-big);
}
.facArea .facBox .buttons {
  padding: 40px 72px;
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .facArea .facBox .buttons .slickBtnBox.is-disabled {
    display: none;
  }
  .facArea .facBox .buttons .slickBtnBox .arrowPrev.is-disabled,
  .facArea .facBox .buttons .slickBtnBox .arrowNext.is-disabled {
    pointer-events: none;
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .facArea .facBox .buttons {
    top: calc(100% - 85px);
    padding: 0 10px;
    -ms-flex-pack: start;
        justify-content: start;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .facArea .facBox .buttons .slickBtnBox {
    width: 100%;
  }
}
.facArea .facBox .buttons .btnBox {
  margin: 0 0 0 37px;
}
@media (max-width: 1023px) {
  .facArea .facBox .buttons .btnBox {
    display: none;
  }
}
.facArea .facBox .buttons .facPager {
  padding: 0 11px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1600px) {
  .facArea .facBox .buttons .facPager {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .facArea .facBox .buttons .facPager {
    font-size: 14px;
  }
}
.facArea .facBox .buttons .facPager .page {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin: 0 7px;
  position: relative;
  opacity: 0.6;
}
.facArea .facBox .buttons .facPager .page::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
          clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.facArea .facBox .buttons .facPager .page.is-show {
  opacity: 1;
}
.facArea .facBox .buttons .facPager .page.is-show::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.facArea .facBox .buttons .facPager .dots {
  margin: 0 8px;
  letter-spacing: 1px;
}
.facArea .facItem .Txt {
  padding: 28px 39px;
  transition: all 0.5s;
}
@media (max-width: 1600px) {
  .facArea .facItem .Txt {
    padding: 28px 25px;
  }
}
@media (max-width: 1350px) {
  .facArea .facItem .Txt {
    padding: 28px 10px;
  }
}
@media (max-width: 1023px) {
  .facArea .facItem .Txt {
    padding: 60px 120px 60px 70px;
  }
}
@media (max-width: 767px) {
  .facArea .facItem .Txt {
    padding: 40px 88px 40px 70px;
  }
}
.facArea .facItem.is-active {
  pointer-events: none;
}
.facArea .facItem.is-active .item::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.facArea .facItem.is-active .Img::before, .facArea .facItem.is-active .Img::after {
  opacity: 0;
}
.facArea .facItem.is-active .Txt {
  padding: 28px 69px;
  pointer-events: auto;
}
@media (max-width: 1600px) {
  .facArea .facItem.is-active .Txt {
    padding: 28px 50px;
  }
}
@media (max-width: 1350px) {
  .facArea .facItem.is-active .Txt {
    padding: 28px 30px;
  }
}
.facArea .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 774px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: end;
      align-items: end;
}
@media (max-width: 1023px) {
  .facArea .item {
    height: 90vh;
  }
}
.facArea .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: url(../../images/tw/text_mask.png) no-repeat bottom/100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: all 0.5s;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .facArea .item::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    background: url(../../images/tw/text_mask_ph.png) no-repeat bottom/100%;
  }
}
.facArea .Img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.facArea .Img::before, .facArea .Img::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .facArea .Img::before, .facArea .Img::after {
    display: none;
  }
}
.facArea .Img::before {
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 2;
}
.facArea .Img::after {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.facArea .Img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 0;
}
.facArea .Txt {
  width: 100%;
  position: relative;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1023px) {
  .facArea .Txt {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
    -ms-flex-pack: end;
        justify-content: end;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .facArea .Txt .textBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .facArea .Txt:hover {
    color: #00b1b1;
  }
}
.facArea .Txt .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.facArea .Txt .topTitleBox {
  display: -ms-flexbox;
  display: flex;
}
.facArea .Txt .topTitle {
  position: relative;
}
.facArea .Txt .topTitle .number {
  position: absolute;
  font-family: "Arial", sans-serif;
  left: calc(100% - 20px);
  bottom: -9px;
  z-index: 0;
}
@media (max-width: 1350px) {
  .facArea .Txt .topTitle .number {
    left: calc(100% - 30px);
  }
}
.facArea .Txt .topTitle .number .icon {
  width: 110px;
  height: 80px;
  opacity: 0.5;
}
.facArea .Txt .topTitle .number text {
  font-size: 80px;
  font-weight: 800;
  fill: none;
  stroke: #fff;
  letter-spacing: -1px;
}
@media (max-width: 1600px) {
  .facArea .Txt .topTitle .number text {
    font-size: 60px;
  }
}
@media (max-width: 1350px) {
  .facArea .Txt .topTitle .number text {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .facArea .Txt .topTitle .number text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .facArea .Txt .topTitle .number text {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .facArea .Txt .topTitle .number text {
    font-size: 40px;
  }
}
.facArea .Txt .title {
  font-size: 20px;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .facArea .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .facArea .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .facArea .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .facArea .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .facArea .Txt .title {
    font-size: 16px;
  }
}
.facArea .Txt .subtitle {
  font-size: 16px;
  letter-spacing: 0.7px;
  margin-top: 6px;
}
@media (max-width: 1600px) {
  .facArea .Txt .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .facArea .Txt .subtitle {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .facArea .Txt .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .facArea .Txt .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .facArea .Txt .subtitle {
    font-size: 12px;
  }
}
.facArea:not(.show) .facBox .facList .facItem .item {
  opacity: 0;
  -webkit-transform: translateX(-10px) rotateY(20deg);
          transform: translateX(-10px) rotateY(20deg);
}
.facArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.facArea.show .facBox .facList {
  background-color: #555;
  transition: background-color 0.6s 0.8s;
}
.facArea.show .facBox .facList .facItem .item {
  opacity: 1;
  -webkit-transform: translateX(0) rotateY(0);
          transform: translateX(0) rotateY(0);
  transition: all 0.6s;
}
@media (min-width: 1024px) {
  .facArea.show .facBox .facList .facItem:nth-of-type(2) .item {
    transition-delay: 0.2s;
  }
  .facArea.show .facBox .facList .facItem:nth-of-type(3) .item {
    transition-delay: 0.4s;
  }
  .facArea.show .facBox .facList .facItem:nth-of-type(4) .item {
    transition-delay: 0.6s;
  }
  .facArea.show .facBox .facList .facItem:nth-of-type(5) .item {
    transition-delay: 0.8s;
  }
}
.facArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.8s;
}

.newsArea {
  padding: 144px 0 92px;
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1350px) {
  .newsArea {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea .wrap {
  max-width: 1500px;
  position: relative;
  z-index: 1;
}
.newsArea .decoBox {
  position: absolute;
  top: 0;
  right: -7px;
  height: 763px;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  -ms-flex-align: start;
      align-items: start;
}
@media (max-width: 1023px) {
  .newsArea .decoBox {
    display: none;
  }
}
.newsArea .decoBox .decoText {
  font-size: max(80px, min(8.333vw, 160px));
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: -0.3px;
  word-spacing: 8px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  -webkit-transform: translateY(-35vw);
          transform: translateY(-35vw);
}
.newsArea .decoBox .decoText .solidColor {
  display: inline-block;
  color: #a0a0a0;
  opacity: 0.1;
}
.newsArea .decoBox .decoText .stroke {
  position: relative;
  color: #f9f9f9;
  display: inline-block;
  opacity: 0.2;
}
.newsArea .decoBox .decoText .stroke .txt {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.newsArea .decoBox .decoText .stroke::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 0;
  /* 放到內填下面 */
  color: transparent;
  -webkit-text-stroke: 2px #a0a0a0;
  /* 外框也做平滑 */
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  white-space: nowrap;
}
.newsArea .topTitleBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.newsArea .topTitleBox::before {
  content: "";
  display: block;
  position: absolute;
  top: -42px;
  left: -107px;
  width: 399px;
  height: 247px;
  background: url(../../images/tw/news_deco.png) repeat center;
}
@media (max-width: 1600px) {
  .newsArea .topTitleBox::before {
    top: -5vw;
    left: -10vw;
    width: 25vw;
    height: 20vw;
  }
}
.newsArea .topTitleBox .textEditor {
  margin: 0;
  width: calc(100% - 200px);
  max-width: 420px;
}
@media (max-width: 767px) {
  .newsArea .topTitleBox .textEditor {
    width: 100%;
    max-width: unset;
  }
}
.newsArea .topTitleBox .textEditor .titleBox {
  margin: 0;
}
.newsArea .topTitleBox .textEditor .title {
  padding: 0 0 0 43px;
}
.newsArea .topTitleBox .textEditor .title::before {
  left: 4px;
}
.newsArea .topTitleBox .btnBox {
  margin: 0;
  padding: 0 5px 25px 0;
}
@media (max-width: 767px) {
  .newsArea .topTitleBox .btnBox {
    display: none;
  }
}
.newsArea .newsBox {
  padding: 18px 7px 0;
  position: relative;
}
@media (max-width: 1600px) {
  .newsArea .newsBox {
    padding: 0;
  }
}
.newsArea .newsBox .slickBtnBox {
  padding: 10px 0px 0;
}
.newsArea .newsBox .btnBox {
  display: none;
}
@media (max-width: 767px) {
  .newsArea .newsBox .btnBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 30px;
  }
}
.newsArea .newsBox .newsList {
  margin: 0 -36px;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .newsList {
    margin: 0 -26px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .newsList {
    margin: 0 -18px;
  }
}
.newsArea .newsBox .newsList .newsItem {
  padding: 18px;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .newsList .newsItem {
    padding: 13px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .newsList .newsItem {
    padding: 9px;
  }
}
.newsArea .newsBox .newsList .newsItem .item {
  padding: 0 18px;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .newsList .newsItem .item {
    padding: 13px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .newsList .newsItem .item {
    padding: 9px;
  }
}
.newsArea .newsBox .newsList .newsItem .item .Img {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.newsArea .newsBox .newsList .newsItem .item .Img .imgText {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
  color: #fff;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  z-index: 4;
  transition: all 0.5s;
}
.newsArea .newsBox .newsList .newsItem .item .Img .imgText .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 10px;
  height: 17px;
}
@media (min-width: 1024px) {
  .newsArea .newsBox .newsList .newsItem .item .Img:hover .imgText {
    opacity: 1;
  }
}
.newsArea .newsBox .newsList .newsItem .Txt {
  padding: 22px 7px 0;
}
.newsArea .newsBox .newsList .newsItem .title {
  font-size: 18px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0 0 12px;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .newsList .newsItem .title {
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .newsList .newsItem .title {
    font-size: 16px;
  }
}
.newsArea .newsBox .newsList .newsItem .date {
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 0 3px;
  letter-spacing: 1.3px;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .newsList .newsItem .date {
    font-size: 13px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .newsList .newsItem .date {
    font-size: 12px;
  }
}
.newsArea:not(.show) .newsBox {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.newsArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.newsArea.show .newsBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s;
}
.newsArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.8s;
}

.esgArea {
  padding: 62px 0 145px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .esgArea {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .esgArea {
    padding: 60px 0;
  }
}
.esgArea > .decoBox {
  position: absolute;
  bottom: 26px;
  right: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .esgArea > .decoBox {
    bottom: auto;
    top: 26px;
  }
}
.esgArea > .decoBox .decoText {
  font-size: max(80px, min(7.292vw, 140px));
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: -0.3px;
  word-spacing: 8px;
  width: 2600px;
  -webkit-transform: translateX(-35vw);
          transform: translateX(-35vw);
}
.esgArea > .decoBox .decoText .solidColor {
  display: inline-block;
  color: #a0a0a0;
  opacity: 0.1;
  margin-right: 92px;
  -webkit-transform: translateX(2vw);
          transform: translateX(2vw);
}
.esgArea > .decoBox .decoText .stroke {
  position: relative;
  color: #f9f9f9;
  display: inline-block;
  opacity: 0.2;
  letter-spacing: -0.7px;
  margin-right: 4px;
  -webkit-transform: translateX(2vw);
          transform: translateX(2vw);
}
.esgArea > .decoBox .decoText .stroke .txt {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.esgArea > .decoBox .decoText .stroke::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 0;
  /* 放到內填下面 */
  color: transparent;
  -webkit-text-stroke: 2px #a0a0a0;
  /* 外框也做平滑 */
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  white-space: nowrap;
}
.esgArea .wrap {
  max-width: 1712px;
}
.esgArea .esgBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1023px) {
  .esgArea .esgBox {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.esgArea .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  width: 687px;
  padding: 61px 0 0 0;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .esgArea .left {
    width: 600px;
    padding-right: 20px;
  }
}
@media (max-width: 1350px) {
  .esgArea .left {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .esgArea .left {
    width: 100%;
    padding: 0;
  }
}
.esgArea .left .Txt {
  width: 100%;
  max-width: 576px;
  position: relative;
}
@media (max-width: 1023px) {
  .esgArea .left .Txt {
    max-width: 100%;
  }
}
.esgArea .left .Txt::before, .esgArea .left .Txt::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
  z-index: 0;
}
@media (max-width: 1023px) {
  .esgArea .left .Txt::before, .esgArea .left .Txt::after {
    display: none;
  }
}
.esgArea .left .Txt::before {
  width: 210px;
  background-color: rgba(0, 107, 107, 0.05);
  top: -31%;
  left: -21.5%;
}
@media (max-width: 1600px) {
  .esgArea .left .Txt::before {
    width: 180px;
    top: -17%;
    left: -6.5%;
  }
}
@media (max-width: 1350px) {
  .esgArea .left .Txt::before {
    width: 160px;
    top: -12%;
  }
}
.esgArea .left .Txt::after {
  width: 67px;
  background-color: #154239;
  top: -30.6%;
  left: -21.3%;
}
@media (max-width: 1600px) {
  .esgArea .left .Txt::after {
    width: 60px;
    top: -17%;
    left: -9%;
  }
}
@media (max-width: 1350px) {
  .esgArea .left .Txt::after {
    width: 50px;
    top: -12%;
  }
}
.esgArea .left .titleBox {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .esgArea .left .titleBox {
    margin-bottom: 20px;
  }
}
.esgArea .left .titleBox .top {
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .esgArea .left .titleBox .top {
    margin: 0 0 10px;
  }
}
.esgArea .left .titleBox .decoTitle {
  font-size: 54px;
  letter-spacing: -0.2px;
  padding-bottom: 7px;
}
@media (max-width: 1600px) {
  .esgArea .left .titleBox .decoTitle {
    font-size: 50px;
  }
}
@media (max-width: 1350px) {
  .esgArea .left .titleBox .decoTitle {
    font-size: 40px;
  }
}
.esgArea .left .titleBox .decoTitle .mainColor {
  margin-bottom: 4px;
  padding-right: 0;
}
.esgArea .left .titleBox .text {
  width: 100%;
  max-width: 561px;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .esgArea .left .titleBox .text {
    max-width: unset;
  }
}
.esgArea .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: end;
  width: calc(100% - 687px);
  max-width: 853px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .esgArea .right {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1350px) {
  .esgArea .right {
    width: calc(100% - 450px);
  }
}
@media (max-width: 1023px) {
  .esgArea .right {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .esgArea .right {
    margin: -20px auto 40px;
  }
}
.esgArea .right .decoBox {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.esgArea .right .decoBox .deco {
  position: absolute;
  z-index: 1;
}
.esgArea .right .decoBox .deco1 {
  top: -21.3%;
  right: 14.4%;
  width: 18%;
}
.esgArea .right .decoBox .deco2 {
  left: 16.5%;
  bottom: 48.3%;
  width: 8.5%;
}
.esgArea .right .decoBox .deco3 {
  right: 8.5%;
  bottom: 5.3%;
  width: 5.8%;
}
.esgArea .right::before {
  content: "";
  display: block;
  background: url(../../images/tw/esg_deco1.png) no-repeat center bottom/100%;
  position: absolute;
  z-index: 0;
  bottom: -4.9%;
  left: -0.2%;
  width: 98.3%;
  height: 102%;
}
.esgArea .right::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8.1%;
  right: 0;
  background: url(../../images/tw/esg_deco2.png) no-repeat center bottom/100%;
  width: 59.9%;
  height: 91.5%;
  z-index: -1;
}
.esgArea .right .imgBox {
  position: relative;
  z-index: 2;
}
.esgArea .right .large {
  margin: 5.5% 5.6% 10.5% 0;
  width: 49.974%;
}
.esgArea .right .small {
  margin: 0 0 0.2% 3.2%;
  width: 28.858%;
}
.esgArea .right .Img2 {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.esgArea .right .Img {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.esgArea:not(.show) .right {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.esgArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.esgArea.show .right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s;
}
.esgArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.8s;
}