.topArea {
  padding: 92px 0 115px;
}
@media (max-width: 768px) {
  .topArea {
    padding: 40px 0;
  }
}
.topArea .wrap {
  max-width: unset;
  position: relative;
}
@media (min-width: 768px) {
  .topArea .wrap {
    padding-top: 106px;
    padding-bottom: 114px;
  }
}
.topArea .wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 67.7%;
  height: 100%;
  z-index: -1;
  background: url(../images/esgbgi.jpg) top left/cover no-repeat;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .topArea .wrap::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .topArea .wrap {
    padding-left: 0;
  }
}
.topArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.topArea .leftBox {
  width: 406px;
}
@media (max-width: 1540px) {
  .topArea .leftBox {
    width: 280px;
  }
}
@media (max-width: 1350px) {
  .topArea .leftBox {
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .topArea .leftBox {
    width: 100%;
  }
}
.topArea .leftBox .itemList.slick-vertical .slick-slide {
  border: none;
}
.topArea .leftBox .itemList .item {
  position: relative;
  padding: 27px 60px;
  cursor: pointer;
}
@media (max-width: 1540px) {
  .topArea .leftBox .itemList .item {
    padding: 35.2px 17px;
  }
}
@media (max-width: 1350px) {
  .topArea .leftBox .itemList .item {
    padding: 11.1px 17px;
    -ms-flex-align: center;
        align-items: center;
  }
}
.topArea .leftBox .itemList .item.current .bgiImg {
  opacity: 1;
}
@media (min-width: 1024px) {
  .topArea .leftBox .itemList .item:hover .bgiImg {
    opacity: 1;
  }
}
.topArea .leftBox .itemList .item .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.topArea .leftBox .itemList .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  z-index: 1;
  opacity: 0.8;
}
.topArea .leftBox .itemList .item .leftTxt {
  color: #FFF;
  font-size: 103px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  width: 100px;
}
@media (max-width: 1540px) {
  .topArea .leftBox .itemList .item .leftTxt {
    font-size: 90px;
    width: 90px;
  }
}
@media (max-width: 1350px) {
  .topArea .leftBox .itemList .item .leftTxt {
    font-size: 80px;
    width: 80px;
  }
}
.topArea .leftBox .itemList .item .rightTxt {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  z-index: 2;
}
.topArea .leftBox .itemList .item .rightTxt .enTitle {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
}
@media (max-width: 1540px) {
  .topArea .leftBox .itemList .item .rightTxt .enTitle {
    font-size: 13px;
  }
}
@media (max-width: 1350px) {
  .topArea .leftBox .itemList .item .rightTxt .enTitle {
    font-size: 12px;
  }
}
.topArea .leftBox .itemList .item .rightTxt .title {
  color: #FFF;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.15px;
}
@media (max-width: 1540px) {
  .topArea .leftBox .itemList .item .rightTxt .title {
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .topArea .leftBox .itemList .item .rightTxt .title {
    font-size: 16px;
  }
}
.topArea .leftBox .bgiImg {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s;
}
.topArea .rightBox {
  width: calc(100% - 406px);
}
@media (max-width: 1540px) {
  .topArea .rightBox {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1350px) {
  .topArea .rightBox {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1023px) {
  .topArea .rightBox {
    width: 100%;
  }
}
.topArea .topList {
  position: relative;
  transition: height 0.35s ease;
}
.topArea .topItem {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 0;
}
.topArea .topItem.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.topArea .topItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.topArea .topItem .item .Img {
  width: 680px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .topArea .topItem .item .Img {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .topArea .topItem .item .Img {
    width: 350px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .topArea .topItem .item .Img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.topArea .topItem .item .Txt {
  width: calc(100% - 680px);
  padding: 52px 0 0 74px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1540px) {
  .topArea .topItem .item .Txt {
    padding: 40px 0 0 50px;
  }
}
@media (max-width: 1350px) {
  .topArea .topItem .item .Txt {
    padding: 0 0 0 30px;
    width: calc(100% - 450px);
  }
}
@media (max-width: 1023px) {
  .topArea .topItem .item .Txt {
    width: calc(100% - 350px);
  }
}
@media (max-width: 767px) {
  .topArea .topItem .item .Txt {
    width: 100%;
    padding: 0;
  }
}
.topArea .topItem .item .Txt .textBox {
  width: 100%;
  max-width: 605px;
}
.topArea .topItem .item .Txt .title {
  padding: 8px 0 0;
}
.topArea .topItem .item .Txt .textList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3px 0;
  margin: 0 0 19px;
}
@media (max-width: 1540px) {
  .topArea .topItem .item .Txt .textList {
    margin: 0 0 15px;
  }
}
@media (max-width: 1350px) {
  .topArea .topItem .item .Txt .textList {
    margin: 0 0 10px;
  }
}
.topArea .topItem .item .Txt .textList .textItem {
  padding: 5px 15px 5px 0;
  color: #291f9a;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.15px;
}
@media (max-width: 1540px) {
  .topArea .topItem .item .Txt .textList .textItem {
    font-size: 22px;
  }
}
@media (max-width: 1350px) {
  .topArea .topItem .item .Txt .textList .textItem {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .topArea .topItem .item .Txt .textList .textItem {
    padding: 5px 0;
  }
}
.topArea .topItem .item .Txt .text {
  letter-spacing: 1.5px;
}
.topArea .topItem .item .Txt .btnBox {
  margin-top: 52px;
}
@media (max-width: 1540px) {
  .topArea .topItem .item .Txt .btnBox {
    margin: 40px 0 0;
  }
}
@media (max-width: 1350px) {
  .topArea .topItem .item .Txt .btnBox {
    margin: 20px 0 0;
  }
}
.topArea .topItem .item .Txt .btnBox .btn {
  width: 228px;
}
.topArea:not(.show) .Img {
  opacity: 0;
}
.topArea:not(.show) .Img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.topArea:not(.show) .textList {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.topArea:not(.show) .leftBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.topArea:not(.show) .titleBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.topArea.show .Img {
  opacity: 1;
  transition: all 0.3s;
}
.topArea.show .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 3s 0.2s;
}
.topArea.show .textList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s;
}
.topArea.show .leftBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s;
}
.topArea.show .titleBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.4s;
}

.highLightsArea {
  background: no-repeat url(../images/highlight_bg.jpg) left 29.5% top 56% #f7f7f7;
  padding: 109px 0 21px;
}
@media (max-width: 768px) {
  .highLightsArea {
    padding: 40px 0;
  }
}
.highLightsArea .titleBox {
  margin-bottom: 87px;
}
@media (max-width: 1023px) {
  .highLightsArea .titleBox {
    margin-bottom: 20px;
  }
}
.highLightsArea .titleBox .title::after {
  margin-left: auto;
  margin-right: auto;
}
.highLightsArea .wrap {
  max-width: 1485px;
}
.highLightsArea .top {
  position: relative;
}
.highLightsArea .slickBtnBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% + 20px);
}
.highLightsArea .highLightsTxtList {
  border-bottom: 1px solid #D9D9D9;
}
.highLightsArea .highLightsTxtList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.highLightsArea .highLightsTxtList:not(.slick-slider) .highLightsTxtItem {
  width: 20%;
}
.highLightsArea .highLightsTxtList:not(.slick-slider) .highLightsTxtItem:not(:first-of-type) {
  display: none;
}
.highLightsArea .highLightsTxtList .highLightsTxtItem {
  padding: 0 10px;
}
.highLightsArea .highLightsTxtList .highLightsTxtItem.hasNumber {
  cursor: pointer;
}
.highLightsArea .highLightsTxtList .highLightsTxtItem.current .item::after {
  width: 112px;
}
.highLightsArea .highLightsTxtList .highLightsTxtItem.current .item .imgBox {
  padding: 10px;
}
.highLightsArea .highLightsTxtList .highLightsTxtItem.current .item .imgBox::before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.highLightsArea .highLightsTxtList .highLightsTxtItem.current .item .imgBox .Img {
  background-color: #291f9a;
}
.highLightsArea .highLightsTxtList .highLightsTxtItem.current .item .imgBox .Img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.highLightsArea .highLightsTxtList .highLightsTxtItem.current .item .title {
  color: #291f9a;
}
.highLightsArea .highLightsTxtList .item {
  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;
  padding: 10px 0 37px;
  position: relative;
}
@media (min-width: 1024px) {
  .highLightsArea .highLightsTxtList .item:hover::after {
    width: 112px;
  }
  .highLightsArea .highLightsTxtList .item:hover .imgBox {
    padding: 10px;
  }
  .highLightsArea .highLightsTxtList .item:hover .imgBox::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
  .highLightsArea .highLightsTxtList .item:hover .imgBox .Img {
    background-color: #291f9a;
  }
  .highLightsArea .highLightsTxtList .item:hover .imgBox .Img img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .highLightsArea .highLightsTxtList .item:hover .title {
    color: #291f9a;
  }
}
.highLightsArea .highLightsTxtList .item::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #291f9a;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.5s;
}
.highLightsArea .highLightsTxtList .imgBox {
  margin: 0 0 23px;
  position: relative;
  width: 129px;
  height: 129px;
  background-color: rgba(41, 31, 154, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}
.highLightsArea .highLightsTxtList .imgBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #291f9a;
  transition: all 0.5s;
}
.highLightsArea .highLightsTxtList .imgBox .Img {
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  background-color: #F8F8F8;
  box-shadow: 0 119px 33px 0 rgba(158, 158, 158, 0), 0 76px 31px 0 rgba(158, 158, 158, 0.01), 0 43px 26px 0 rgba(158, 158, 158, 0.05), 0 19px 19px 0 rgba(158, 158, 158, 0.09), 0 5px 11px 0 rgba(158, 158, 158, 0.1);
}
.highLightsArea .highLightsTxtList .imgBox img {
  width: 53px;
}
.highLightsArea .highLightsTxtList .title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1.15px;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  .highLightsArea .highLightsTxtList .title {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .highLightsTxtList .title {
    font-size: 14px;
  }
}
.highLightsArea .bottom {
  margin: 116px 0 0;
  overflow: hidden;
  height: 292px;
  position: relative;
}
@media (max-width: 1540px) {
  .highLightsArea .bottom {
    margin-top: 80px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .bottom {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .highLightsArea .bottom {
    padding-bottom: 30px;
    height: 200px;
  }
}
.highLightsArea .bottom:not(:has(.slick-slider)) .numBox:not(:first-child) {
  display: none;
}
.highLightsArea .bottom .slick-dots {
  bottom: -60px;
}
.highLightsArea .numBox {
  width: 100%;
  transition: all 0.5s;
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.highLightsArea .numBox:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.highLightsArea .numList {
  margin: 0 -20px;
}
@media (max-width: 1540px) {
  .highLightsArea .numList {
    margin: 0 -15px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .numList {
    margin: 0 -10px;
  }
}
.highLightsArea .numList .slick-track {
  margin: 0 auto;
}
.highLightsArea .numList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.highLightsArea .numList:not(.slick-slider) .numItem {
  width: 20%;
}
.highLightsArea .numList:not(.slick-slider) .numItem:not(:first-child) {
  display: none;
}
.highLightsArea .numList .slick-track:has(.notFull) .slick-slide:first-of-type .numItem::before {
  display: none;
}
.highLightsArea .numList .numItem {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1540px) {
  .highLightsArea .numList .numItem {
    padding: 0 15px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .numList .numItem {
    padding: 0 10px;
  }
}
.highLightsArea .numList .numItem::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
}
.highLightsArea .numList .numTxt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  text-align: center;
}
.highLightsArea .numList .title {
  color: #291f9a;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.184px;
  min-height: 63px;
  margin: 0 0 16px;
}
@media (max-width: 1540px) {
  .highLightsArea .numList .title {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .numList .title {
    font-size: 14px;
  }
}
.highLightsArea .numList .dataBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.highLightsArea .numList .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
.highLightsArea .numList .arrow {
  color: #291f9a;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 4px;
}
@media (max-width: 1540px) {
  .highLightsArea .numList .arrow {
    font-size: 36px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .numList .arrow {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .highLightsArea .numList .arrow {
    font-size: 26px;
  }
}
.highLightsArea .numList .num, .highLightsArea .numList .level {
  color: #291f9a;
  font-size: 45px;
  font-weight: bold;
  padding: 0 5px 0 0;
  min-width: 50px;
}
@media (max-width: 1540px) {
  .highLightsArea .numList .num, .highLightsArea .numList .level {
    font-size: 40px;
    min-width: 56px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .numList .num, .highLightsArea .numList .level {
    font-size: 36px;
    min-width: 46px;
  }
}
@media (max-width: 480px) {
  .highLightsArea .numList .num, .highLightsArea .numList .level {
    font-size: 28px;
    padding: 0 6px 0 0;
  }
}
.highLightsArea .numList .superior {
  color: #291f9a;
  font-size: 44px;
  font-weight: 600;
  margin: 0 0 20px;
  padding-right: 5px;
  line-height: 10px;
}
@media (max-width: 1540px) {
  .highLightsArea .numList .superior {
    font-size: 40px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .numList .superior {
    font-size: 36px;
  }
}
.highLightsArea .numList .percent {
  color: #767676;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0 4px 0 0;
}
@media (max-width: 1540px) {
  .highLightsArea .numList .percent {
    font-size: 20px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .numList .percent {
    font-size: 18px;
  }
}
.highLightsArea .numList .unit {
  color: #767676;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
  max-width: calc(100% - 86px);
}
@media (max-width: 1540px) {
  .highLightsArea .numList .unit {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .highLightsArea .numList .unit {
    font-size: 14px;
  }
}
.highLightsArea:not(.show) .content {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.highLightsArea.show .content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s;
}

.reportArea {
  padding: 92px 0 53px;
}
@media (max-width: 768px) {
  .reportArea {
    padding: 40px 0 0;
  }
}
.reportArea .wrap {
  width: calc(100% - 120px);
  max-width: 1477px;
}
@media (max-width: 767px) {
  .reportArea .wrap {
    width: calc(100% - 70px);
  }
}
.reportArea .titleBox .decoTitle {
  padding: 0 0 9px;
}
.reportArea .titleBox .title::after {
  margin-left: auto;
  margin-right: auto;
}
.reportArea .text {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 11px 0 0;
  color: #767676;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
}
.reportArea .reportBox {
  padding: 57px 0 0;
  position: relative;
}
@media (max-width: 1023px) {
  .reportArea .reportBox {
    padding: 20px 0 0;
  }
}
.reportArea .reportBox .slickBtnBox {
  position: absolute;
  top: calc(50% - 46px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% + 205px);
}
@media (max-width: 1540px) {
  .reportArea .reportBox .slickBtnBox {
    top: 50%;
    width: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .reportArea .reportBox .slickBtnBox {
    width: calc(100% + 90px);
  }
}
.reportArea .reportList {
  margin: 0 -30px;
}
@media (max-width: 1540px) {
  .reportArea .reportList {
    margin: 0 -20px;
  }
}
@media (max-width: 1350px) {
  .reportArea .reportList {
    margin: 0 -15px;
  }
}
.reportArea .reportList .slick-track {
  margin: 0 auto;
}
.reportArea .reportList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.reportArea .reportList:not(.slick-slider) .reportItem {
  width: 25%;
}
.reportArea .reportList:not(.slick-slider) .reportItem:not(:first-child) {
  display: none;
}
.reportArea .reportList .reportItem {
  padding: 23px 30px;
}
@media (max-width: 1540px) {
  .reportArea .reportList .reportItem {
    padding: 15px 20px;
  }
}
@media (max-width: 1350px) {
  .reportArea .reportList .reportItem {
    padding: 10px 15px;
  }
}
.reportArea .reportList .reportItem .item {
  position: relative;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .reportArea .reportList .reportItem .item:hover {
    -webkit-transform: translateY(-29px);
            transform: translateY(-29px);
  }
  .reportArea .reportList .reportItem .item:hover .Img {
    padding: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1541px) {
  .reportArea .reportList .reportItem .item:hover .Img {
    padding: 23px 20px 39px;
  }
}
@media (min-width: 1024px) {
  .reportArea .reportList .reportItem .item:hover .Img img {
    box-shadow: none;
  }
  .reportArea .reportList .reportItem .item:hover .decorate {
    color: #291f9a;
  }
}
.reportArea .reportList .Img {
  border-radius: 10px;
  background: #FFF;
  transition: all 0.5s;
  box-shadow: 0 119px 33px 0 rgba(158, 158, 158, 0), 0 76px 31px 0 rgba(158, 158, 158, 0.01), 0 43px 26px 0 rgba(158, 158, 158, 0.05), 0 19px 19px 0 rgba(158, 158, 158, 0.09), 0 5px 11px 0 rgba(158, 158, 158, 0.1);
  padding: 20px;
}
@media (min-width: 1541px) {
  .reportArea .reportList .Img {
    padding: 28px 27px 47px;
  }
}
.reportArea .reportList .Img img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
.reportArea .reportList .Txt {
  padding: 35px 0;
}
.reportArea .reportList .decorate {
  color: #8F8F8F;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.275px;
  margin: 0 0 10px;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  .reportArea .reportList .decorate {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .reportArea .reportList .decorate {
    font-size: 13px;
  }
}
.reportArea .reportList .title {
  color: #000;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.15px;
  text-align: center;
}
@media (max-width: 1540px) {
  .reportArea .reportList .title {
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .reportArea .reportList .title {
    font-size: 15px;
  }
}
.reportArea:not(.show) .titleBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.reportArea:not(.show) .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.reportArea:not(.show) .reportBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.reportArea.show .titleBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.2s;
}
.reportArea.show .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.4s;
}
.reportArea.show .reportBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s;
}

.sitemapArea {
  padding: 65px 0 38px;
  background-color: #eae9f5;
}
@media (max-width: 768px) {
  .sitemapArea {
    padding: 40px 0;
  }
}
.sitemapArea .wrap {
  max-width: 1477px;
}
.sitemapArea:not(.show) .sitemapBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.sitemapArea.show .sitemapBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s;
}

.contactArea {
  position: relative;
  padding: 94px 0 99px;
}
@media (max-width: 1023px) {
  .contactArea {
    padding: 140px 0;
  }
}
@media (max-width: 768px) {
  .contactArea {
    padding: 60px 0;
  }
}
.contactArea > .Img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.contactArea > .Img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(88deg, #291F9A 25.77%, rgba(40, 30, 151, 0.2) 91.14%);
}
@media (max-width: 1023px) {
  .contactArea > .Img::after {
    background: rgba(41, 31, 154, 0.4);
  }
}
.contactArea > .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.contactArea .wrap {
  max-width: 1478px;
}
.contactArea .contactBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.contactArea .contactBox .textEditor {
  width: calc(100% - 330px);
  max-width: 560px;
}
@media (max-width: 1023px) {
  .contactArea .contactBox .textEditor {
    width: 100%;
    max-width: unset;
  }
}
.contactArea .contactBox .btnBox {
  width: 330px;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 0 0 45px;
}
@media (max-width: 1023px) {
  .contactArea .contactBox .btnBox {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
.contactArea .contactBox .btnBox .btn {
  width: 235px;
  color: #fff;
}
.contactArea .contactBox .btnBox .btn .btnText {
  width: 175px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 3px 1px;
  letter-spacing: 0;
}
.contactArea .contactBox .btnBox .btn .arrowBox {
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #291f9a;
}
.contactArea .contactBox .Img {
  width: 53px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin: 0 0 34px;
}
.contactArea .contactBox .title {
  color: #FFF;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 34px;
  line-height: 1.0588;
  letter-spacing: 1.15px;
  margin: 0 0 40px;
}
@media (max-width: 1540px) {
  .contactArea .contactBox .title {
    font-size: 32px;
  }
}
@media (max-width: 1350px) {
  .contactArea .contactBox .title {
    font-size: 28px;
  }
}
.contactArea .contactBox .text {
  color: #FFF;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1.6px;
}
@media (max-width: 1540px) {
  .contactArea .contactBox .text {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .contactArea .contactBox .text {
    font-size: 14px;
  }
}
.contactArea:not(.show) > .Img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.contactArea:not(.show) .contactBox .Img {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.contactArea:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.contactArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.contactArea.show > .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 3s;
}
.contactArea.show .contactBox .Img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s;
}
.contactArea.show .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.2s;
}
.contactArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.6s;
}

.typeLayout.type3_2 .topArea .topItem .documentList .documentItem .download,
.typeLayout.type3_2 .topArea .topItem .main .download {
  border-radius: 0 !important;
}