/* CSS Document */
.performanceBox .performanceDataList .linkBox a.url2 .icon, .performanceBox .performanceDataList .linkBox a.url2 .text, .performanceBox .performanceList .Txt .code, .performanceBox .performanceList .Txt .title, .performanceBox .performanceList .Img img {
  transition: all 0.5s;
}

.outerWrap {
  padding-top: 70px;
}
@media (max-width: 1200px) {
  .outerWrap {
    padding-top: 58px;
  }
}

@media (min-width: 1201px) {
  .bannerBox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(calc(-50% - 62px));
            transform: translateY(calc(-50% - 62px));
    width: 100%;
    height: 196px;
    background: url(../images/bg/sustainability.png) no-repeat top center;
    z-index: 1;
  }
}
.bannerBox .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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: 30px;
  z-index: 2;
}
.bannerBox .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 760px;
}
@media (max-width: 767px) {
  .bannerBox .textBox {
    max-width: 600px;
  }
}
.bannerBox .titleBox {
  margin-bottom: 0;
}
.bannerBox .titleBox .titleEn {
  color: #fff;
}
.bannerBox .titleBox .titleTw {
  color: #fff;
}
@media (max-width: 768px) {
  .bannerBox .titleBox .titleEn {
    font-size: 16px;
  }
  .bannerBox .titleBox .titleTw {
    font-size: 30px;
  }
}

.mainArea {
  padding-bottom: 0;
}
.mainArea .wrap {
  max-width: 100%;
  padding: 0;
}

.bread {
  margin-top: 50px;
  margin-bottom: 0;
}
.bread .wrap a {
  color: #fff;
}
.bread .wrap span {
  color: #fff;
}
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before,
.bread.arrow .wrap span + span::before {
  border-color: #fff;
}

.classBox {
  max-width: 1190px;
  margin: 0 auto 80px;
}
@media (max-width: 1280px) {
  .classBox {
    max-width: calc(100vw - 60px);
  }
}
@media (max-width: 1200px) {
  .classBox {
    margin: 0 auto 50px;
  }
}

.sustainabilityExp {
  position: relative;
  background-color: #f8f8f8;
  font-family: "Noto Sans TC", sans-serif;
  padding: 90px 0 150px;
}
@media (max-width: 1200px) {
  .sustainabilityExp {
    padding: 70px 0;
  }
}
.sustainabilityExp .content {
  max-width: 1250px;
  padding: 0 30px;
  margin: 0 auto;
}
.sustainabilityExp h2.title {
  color: #1d2087;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.sustainabilityExp h3.title {
  color: #1d2087;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.sustainabilityExp .subtitle {
  color: #333;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.sustainabilityExp .text {
  color: #333;
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin-top: 26px;
}
.sustainabilityExp img {
  display: block;
  max-width: 100%;
}
.sustainabilityExp .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 58px;
}
.sustainabilityExp .flex.reverse .Txt {
  padding-left: 0;
  padding-right: 58px;
}
@media (max-width: 1200px) {
  .sustainabilityExp .flex.reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .sustainabilityExp .flex.reverse .Txt {
    padding-right: 0;
  }
}
.sustainabilityExp .Img {
  width: 56.3%;
}
@media (max-width: 1200px) {
  .sustainabilityExp .Img {
    width: 100%;
  }
}
.sustainabilityExp .Txt {
  width: 43.7%;
  padding-top: 54px;
  padding-left: 58px;
}
@media (max-width: 1200px) {
  .sustainabilityExp .Txt {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .sustainabilityExp .Txt .text {
    margin-top: 15px;
  }
}

.performanceBox {
  position: relative;
  max-width: 1250px;
  overflow: hidden;
  padding: 0 30px 95px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .performanceBox {
    padding: 0 30px 70px;
  }
}
.performanceBox .performanceList {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -36px 70px;
}
@media (max-width: 1200px) {
  .performanceBox .performanceList {
    margin: 0 -36px 40px;
  }
}
@media (max-width: 640px) {
  .performanceBox .performanceList {
    margin: 0 -15px 40px;
  }
}
.performanceBox .performanceList::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #dcdcdc;
  z-index: 1;
}
@media (max-width: 640px) {
  .performanceBox .performanceList::before {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.performanceBox .performanceList .performanceItem {
  width: 16.6666666667%;
  padding: 0 36px 36px;
}
.performanceBox .performanceList .performanceItem.current .Img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.performanceBox .performanceList .performanceItem.current .Txt .title,
.performanceBox .performanceList .performanceItem.current .Txt .code {
  color: #e41f1f;
}
@media (max-width: 1200px) {
  .performanceBox .performanceList .performanceItem {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .performanceBox .performanceList .performanceItem {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .performanceBox .performanceList .performanceItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .performanceBox .performanceList .performanceItem {
    width: 50%;
    padding: 0 15px 40px;
  }
}
.performanceBox .performanceList .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
}
.performanceBox .performanceList .Img img {
  display: block;
  max-width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin: 0 auto;
}
.performanceBox .performanceList .Txt {
  margin-top: 30px;
}
.performanceBox .performanceList .Txt .title {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
}
.performanceBox .performanceList .Txt .code {
  color: #1d2087;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .performanceBox .performanceList .Txt {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .performanceBox .performanceList .Txt {
    margin-top: 10px;
  }
}
.performanceBox .performanceList .link {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .performanceBox .performanceList .link:hover + .Img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .performanceBox .performanceList .link:hover ~ .Txt .title,
.performanceBox .performanceList .link:hover ~ .Txt .code {
    color: #e41f1f;
  }
}
.performanceBox .performanceDataList .performanceDataItem {
  position: relative;
}
.performanceBox .performanceDataList .titleBox {
  text-align: left;
  padding-right: 470px;
  margin-bottom: 0;
}
.performanceBox .performanceDataList .titleBox .title {
  color: #1d2087;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.performanceBox .performanceDataList .titleBox .code {
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  margin-top: 5px;
}
.performanceBox .performanceDataList .titleBox.noPadding {
  padding-right: 0;
}
@media (max-width: 1200px) {
  .performanceBox .performanceDataList .titleBox {
    padding-right: 0;
  }
}
.performanceBox .performanceDataList .linkBox {
  position: absolute;
  top: 30px;
  right: 0;
  width: 470px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 -7.5px;
}
@media (max-width: 1200px) {
  .performanceBox .performanceDataList .linkBox {
    position: relative;
    top: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: auto;
    margin-top: 12px;
  }
}
.performanceBox .performanceDataList .linkBox a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 220px;
  width: 100%;
  min-height: 42px;
  border-radius: 50px;
  padding: 8px 20px;
  margin: 3px 7.5px;
}
.performanceBox .performanceDataList .linkBox a.url1 {
  color: #fff;
  background-color: #1d2087;
}
@media (min-width: 1201px) {
  .performanceBox .performanceDataList .linkBox a.url1:hover {
    background-color: #e41f1f;
  }
}
.performanceBox .performanceDataList .linkBox a.url2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #b5b5b5;
}
.performanceBox .performanceDataList .linkBox a.url2 .text {
  color: #000;
}
.performanceBox .performanceDataList .linkBox a.url2 .icon {
  width: 13px;
  height: 13px;
  background: url(../images/icon/link.png) no-repeat;
  margin-left: 10px;
}
@media (min-width: 1201px) {
  .performanceBox .performanceDataList .linkBox a.url2:hover {
    border-color: #e41f1f;
    background-color: #e41f1f;
  }
  .performanceBox .performanceDataList .linkBox a.url2:hover .text {
    color: #fff;
  }
  .performanceBox .performanceDataList .linkBox a.url2:hover .icon {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.performanceBox .performanceDataList .performanceExp {
  letter-spacing: 0.6px;
  line-height: 1.8;
  margin-top: 33px;
}