.arrowBox .arrow::after, .arrowBox .arrow, .newsMediaArea .newsMediaList .newsMediaItem .Img .mask .play, .newsMediaArea .newsMediaList .newsMediaItem .Img .mask, .newsMediaArea .infoBox .more, .reportArea .reportList .reportItem .item .linkArrow, .reportArea .reportList .reportItem .item .Txt .title, .newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more::after, .newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more::before, .newsAchievementArea .newsAchievementItem .item .Txt .moreBtn, .newsAchievementArea .newsAchievementItem .item .Img, .newsAchievementArea .infoBox .more, .highLightsArea .numBox .arrowBox .arrow::after, .highLightsArea .numBox .arrowBox .arrow, .highLightsArea .numBox .numList .numTxt {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding-bottom: 0;
}
.mainArea .contentBox:not(.onlyRight) {
  padding-top: 0;
}
.mainArea .contentBox > .wrap {
  max-width: 1295px;
}

.bannerArea .Txt {
  max-width: 1540px;
}
.bannerArea .Txt .text {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 100px;
}
.bannerArea .Txt .text::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .Txt .subtitle {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
.bannerArea .Txt .title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-top: 3px;
}

.highLightsArea {
  padding: 85px 0 100px;
}
@media (max-width: 1600px) {
  .highLightsArea {
    padding: 80px 0;
  }
}
@media (max-width: 1400px) {
  .highLightsArea {
    padding: 60px 0;
  }
}
@media (max-width: 840px) {
  .highLightsArea {
    padding: 40px 0 60px;
  }
}
@media (max-width: 768px) {
  .highLightsArea {
    padding: 10px 0 60px;
  }
}
.highLightsArea > .wrap {
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .highLightsArea > .wrap {
    display: block;
  }
}
.highLightsArea .content {
  display: block;
  width: 100%;
  min-width: 0;
  position: relative;
}
@media (max-width: 1600px) {
  .highLightsArea .content {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .highLightsArea .content {
    padding-left: 0px;
  }
}
.highLightsArea .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 860px) {
  .highLightsArea .content .top {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .highLightsArea .content .bottom {
    padding-top: 30px;
  }
}
.highLightsArea .classBoxRow {
  width: 100%;
  position: relative;
  margin: 0 0 35px;
}
.highLightsArea .classBoxRow .classLink {
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -25px;
}
@media (max-width: 1400px) {
  .highLightsArea .classBoxRow .classLink {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .highLightsArea .classBoxRow .classLink {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.highLightsArea .classBoxRow .classLink.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highLightsArea .classBoxRow .classLink .classItem {
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .highLightsArea .classBoxRow .classLink .classItem {
    margin-bottom: 0;
  }
}
.highLightsArea .classBoxRow .classLink .classItem::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .highLightsArea .classBoxRow .classLink .classItem::after {
    display: none;
  }
}
.highLightsArea .classBoxRow .classLink .classItem:last-of-type::after {
  display: none;
}
.highLightsArea .classBoxRow .classLink .classItem .link {
  background: transparent;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .highLightsArea .classBoxRow .classLink .classItem .link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
  }
}
.highLightsArea .infoBox {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0;
}
@media (max-width: 1400px) {
  .highLightsArea .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 55px;
    padding: 0 0 15px;
  }
}
.highLightsArea .infoBox .title {
  display: inline-block;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: sideways-right;
  position: relative;
  padding-top: 24px;
  margin-bottom: 10px;
}
.highLightsArea .infoBox .title::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #198df6;
  border-radius: 50%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .highLightsArea .infoBox .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 0;
    padding: 0 0 0 20px;
  }
  .highLightsArea .infoBox .title::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.highLightsArea .infoBox .enTitle {
  color: #198df6;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .highLightsArea .infoBox .enTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.highLightsArea .highLightsBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 73px;
}
@media (max-width: 1400px) {
  .highLightsArea .highLightsBox {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 960px) {
  .highLightsArea .highLightsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 860px) {
  .highLightsArea .highLightsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.highLightsArea .highLightsTxtBox {
  min-width: 0;
  max-width: 785px;
  width: 66%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 65px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1400px) {
  .highLightsArea .highLightsTxtBox {
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .highLightsArea .highLightsTxtBox {
    max-width: 100%;
    position: relative;
    padding-right: 20px;
  }
}
@media (max-width: 860px) {
  .highLightsArea .highLightsTxtBox {
    width: 100%;
    border-right: none;
  }
}
.highLightsArea .highLightsTxtList .Txt {
  text-align: left;
}
.highLightsArea .highLightsTxtList .Txt .title {
  color: #2c2c2c;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
@media (max-width: 960px) {
  .highLightsArea .highLightsTxtList .Txt .title {
    font-size: 28px;
    padding-right: 100px;
  }
}
@media (max-width: 768px) {
  .highLightsArea .highLightsTxtList .Txt .title {
    margin-bottom: 10px;
  }
}
.highLightsArea .highLightsTxtList .Txt .enTitle {
  color: #198df6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media (max-width: 960px) {
  .highLightsArea .highLightsTxtList .Txt .enTitle {
    font-size: 20px;
  }
}
.highLightsArea .highLightsTxtList .Txt .textEditor {
  padding-top: 23px;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.8px;
  line-height: 1.75;
}
.highLightsArea .highLightsImgList {
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}
@media (max-width: 1440px) {
  .highLightsArea .highLightsImgList {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media (max-width: 960px) {
  .highLightsArea .highLightsImgList {
    max-width: 275px;
  }
}
@media (max-width: 860px) {
  .highLightsArea .highLightsImgList {
    max-width: 100%;
    padding: 0;
  }
}
.highLightsArea .highLightsImgList .highLightsImgItem {
  display: block;
}
@media (max-width: 960px) {
  .highLightsArea .highLightsImgList .highLightsImgItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .highLightsArea .highLightsImgList .highLightsImgItem {
    margin-bottom: 0px;
  }
}
@media (max-width: 860px) {
  .highLightsArea .highLightsImgList .highLightsImgItem .item {
    width: 100%;
  }
}
.highLightsArea .highLightsImgList .highLightsImgItem .stockBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 860px) {
  .highLightsArea .highLightsImgList .highLightsImgItem .stockBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .highLightsArea .highLightsImgList .highLightsImgItem .stockBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 860px) {
  .highLightsArea .highLightsImgList .highLightsImgItem .stockBox .stockTop {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .highLightsArea .highLightsImgList .highLightsImgItem .stockBox .stockTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.highLightsArea .highLightsImgList .highLightsImgItem .stockBox .stockTitle {
  color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.highLightsArea .highLightsImgList .highLightsImgItem .stockBox .stockTitle .Img {
  width: 24px;
  height: 19px;
  overflow: hidden;
  margin-right: 15px;
}
.highLightsArea .highLightsImgList .highLightsImgItem .stockBox .stockTitle .Img img {
  display: block;
  width: 100%;
  height: 100%;
}
.highLightsArea .highLightsImgList .highLightsImgItem .stockBox .stockNumber {
  color: #198df6;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
  padding-top: 12px;
  margin-left: -5px;
}
.highLightsArea .highLightsImgList .highLightsImgItem .stockBox .stockText {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.3px;
  padding-top: 17px;
}
.highLightsArea .highLightsImgList .highLightsImgItem .stockBox .btnBox {
  margin-top: 25px;
}
.highLightsArea .highLightsImgList .highLightsImgItem .stockBox .btnBox .btn {
  font-weight: 400;
  padding: 20px 50px;
  max-width: 250px;
}
@media (max-width: 860px) {
  .highLightsArea .highLightsImgList .highLightsImgItem .stockBox .btnBox .btn {
    padding: 20px 40px;
  }
}
.highLightsArea .indexBox {
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .highLightsArea .indexBox {
    position: absolute;
    left: 0;
  }
}
.highLightsArea .indexBox .slash {
  margin: 0 15px;
}
@media (max-width: 960px) {
  .highLightsArea .indexBox .slash {
    margin: 0 10px;
  }
}
.highLightsArea .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 5px 0 0;
}
@media (max-width: 1400px) {
  .highLightsArea .navBox {
    padding: 40px 0 0;
  }
}
@media (max-width: 960px) {
  .highLightsArea .navBox {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .highLightsArea .navBox .arrowBox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .highLightsArea .navBox .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.highLightsArea .navBox .arrow {
  margin: 0 3px;
}
.highLightsArea .numBox {
  position: relative;
}
.highLightsArea .numBox .numListWrap {
  overflow: hidden;
}
.highLightsArea .numBox .numList {
  display: none;
  margin: 0 -15px;
}
@media (max-width: 1366px) {
  .highLightsArea .numBox .numList {
    margin: 0;
  }
}
.highLightsArea .numBox .numList .slick-slide {
  margin: 0 16px;
}
@media (max-width: 960px) {
  .highLightsArea .numBox .numList .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 580px) {
  .highLightsArea .numBox .numList .slick-slide {
    margin: 0 5px;
  }
}
.highLightsArea .numBox .numList .slick-track {
  margin: 0 auto;
}
.highLightsArea .numBox .numList .num,
.highLightsArea .numBox .numList .percent {
  color: #198df6;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}
.highLightsArea .numBox .numList .superior {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  vertical-align: top;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.highLightsArea .numBox .numList .unit {
  color: #198df6;
  font-size: 20px;
  font-weight: 500;
}
.highLightsArea .numBox .numList .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 0;
}
.highLightsArea .numBox .numList .numTxt {
  display: inline-block;
}
.highLightsArea .numBox .numList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 30px 45px;
}
.highLightsArea .numBox .numList .numItem {
  border: 1px solid #cccccc;
  border-radius: 20px;
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
@media (max-width: 1400px) {
  .highLightsArea .numBox .numList .numItem {
    padding: 0 20px;
  }
}
.highLightsArea .numBox .numList .Img {
  width: 60px;
  height: 55px;
}
.highLightsArea .numBox .numList .Img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.highLightsArea .numBox .arrowBox {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.highLightsArea .numBox .arrowBox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1400px) {
  .highLightsArea .numBox .arrowBox.active {
    display: none;
  }
}
.highLightsArea .numBox .arrowBox .arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 99px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.highLightsArea .numBox .arrowBox .arrow::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
}
.highLightsArea .numBox .arrowBox .arrow.arrowPrev {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.highLightsArea .numBox .arrowBox .arrow.arrowPrev::after {
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  -webkit-transform: translateX(3px) rotate(-45deg);
          transform: translateX(3px) rotate(-45deg);
}
.highLightsArea .numBox .arrowBox .arrow.arrowNext {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.highLightsArea .numBox .arrowBox .arrow.arrowNext::after {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  -webkit-transform: translateX(-3px) rotate(-45deg);
          transform: translateX(-3px) rotate(-45deg);
}
.highLightsArea .numBox .arrowBox .arrow:hover {
  border-color: #198df6;
}
.highLightsArea .numBox .arrowBox .arrow:hover::after {
  border-color: #198df6;
}

.linkArea {
  padding: 91px 0 40px;
}
@media (max-width: 1400px) {
  .linkArea {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 60px 0 30px 0;
  }
}
.linkArea .textEditor .menuLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.linkArea .textEditor .menuLinkList .menuLinkItem {
  cursor: pointer;
  width: 50%;
  padding: 0 17px;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .linkArea .textEditor .menuLinkList .menuLinkItem {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .linkArea .textEditor .menuLinkList .menuLinkItem {
    width: 100%;
  }
  .linkArea .textEditor .menuLinkList .menuLinkItem:last-of-type {
    margin-bottom: 0;
  }
}
.linkArea .textEditor .menuLinkList .menuLinkItem.open .item {
  border-color: #198df6;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 174, 255, 0.18);
          box-shadow: 0px 0px 10px 0px rgba(0, 174, 255, 0.18);
}
.linkArea .textEditor .menuLinkList .menuLinkItem.open .head .moreBtn {
  border: 1px solid #198df6;
}
.linkArea .textEditor .menuLinkList .menuLinkItem.open .head .moreBtn .more {
  color: #198df6;
}
.linkArea .textEditor .menuLinkList .menuLinkItem.open .head .moreBtn .more::before, .linkArea .textEditor .menuLinkList .menuLinkItem.open .head .moreBtn .more::after {
  background-color: #198df6;
}
.linkArea .textEditor .menuLinkList .menuLinkItem.open .head .moreBtn .more::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.linkArea .textEditor .menuLinkList .menuLinkItem .head {
  position: relative;
  padding: 5px 12px 11px;
  margin-bottom: 16px;
}
.linkArea .textEditor .menuLinkList .menuLinkItem .head::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 24px);
  height: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(25, 141, 246)), to(rgb(0, 29, 55)));
  background-image: linear-gradient(180deg, rgb(25, 141, 246) 0%, rgb(0, 29, 55) 100%);
}
.linkArea .textEditor .menuLinkList .menuLinkItem .head .title {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.linkArea .textEditor .menuLinkList .menuLinkItem .head .enTitle {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 0px;
}
.linkArea .textEditor .menuLinkList .menuLinkItem .head .moreBtn {
  right: 14px;
}
.linkArea .textEditor .menuLinkList .menuLinkItem .Img img {
  display: block;
  border-radius: 20px;
}
.linkArea .textEditor .menuLinkList .linkList {
  list-style: none;
  padding: 18px 20px;
  margin-bottom: 2px;
}
@media (max-width: 1280px) {
  .linkArea .textEditor .menuLinkList .linkList {
    padding: 18px 0px;
  }
}
.linkArea .textEditor .menuLinkList .linkList .linkItem {
  position: relative;
  padding: 8px 0px;
}
.linkArea .textEditor .menuLinkList .linkList .linkItem .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 0 0 25px;
  text-decoration: none;
}
.linkArea .textEditor .menuLinkList .linkList .linkItem .link::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 6px solid #959595;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linkArea .textEditor .menuLinkList .linkList .linkItem .link .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  word-wrap: break-all;
}
.linkArea .textEditor .menuLinkList .linkList .linkItem .link:hover {
  color: #198df6;
}
.linkArea .textEditor .menuLinkList .linkList .linkItem .link:hover::before {
  border-left-color: #198df6;
}

.newsAchievementArea {
  padding: 97px 0 100px;
  background-image: url(../images/esg_newsBg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .newsAchievementArea {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .newsAchievementArea {
    padding: 60px 0;
  }
}
.newsAchievementArea > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1290px;
  overflow: hidden;
}
.newsAchievementArea .slick-list .slick-track {
  margin-left: 0;
}
.newsAchievementArea .leftBox {
  width: 55%;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .newsAchievementArea .leftBox {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
}
.newsAchievementArea .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .newsAchievementArea .infoBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .newsAchievementArea .infoBox {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .newsAchievementArea .infoBox .right {
    margin-left: auto;
  }
}
.newsAchievementArea .infoBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .newsAchievementArea .infoBox .left {
    margin-bottom: 20px;
  }
}
.newsAchievementArea .infoBox .title {
  color: #2c2c2c;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
@media (max-width: 960px) {
  .newsAchievementArea .infoBox .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .newsAchievementArea .infoBox .title {
    margin-bottom: 10px;
  }
}
.newsAchievementArea .infoBox .enTitle {
  color: #198df6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media (max-width: 960px) {
  .newsAchievementArea .infoBox .enTitle {
    font-size: 20px;
  }
}
.newsAchievementArea .infoBox .more {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 40px;
}
.newsAchievementArea .infoBox .more:hover {
  color: #198df6;
}
.newsAchievementArea .infoBox .more::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #198df6;
  right: 0;
  top: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.newsAchievementArea .infoBox .more .en {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 15px;
}
.newsAchievementArea .newsAchievementBox {
  margin: 0 -30px;
}
@media (max-width: 1600px) {
  .newsAchievementArea .newsAchievementBox {
    margin: 0 -20px;
  }
}
@media (max-width: 1180px) {
  .newsAchievementArea .newsAchievementBox {
    margin: 0;
  }
}
.newsAchievementArea .slick-list {
  padding-bottom: 5px;
}
.newsAchievementArea .newsAchievementItem {
  padding: 0 30px;
}
@media (max-width: 1600px) {
  .newsAchievementArea .newsAchievementItem {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .newsAchievementArea .newsAchievementItem {
    padding: 0;
  }
}
.newsAchievementArea .newsAchievementItem .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .classTitle {
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 10px;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .icon-data {
  width: 16px;
  height: 15px;
  color: #666666;
  margin-right: 7px;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .date {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.newsAchievementArea .newsAchievementItem .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 133px;
  padding-left: 18px;
  padding: 10px 105px 0 18px;
  border-top: 1px solid #c1c1c1;
}
@media (max-width: 1180px) {
  .newsAchievementArea .newsAchievementItem .item {
    padding: 10px 75px 0 18px;
  }
}
@media (max-width: 768px) {
  .newsAchievementArea .newsAchievementItem .item {
    min-height: 120px;
  }
}
@media (max-width: 480px) {
  .newsAchievementArea .newsAchievementItem .item {
    padding: 10px 15px 0;
  }
}
@media (min-width: 1181px) {
  .newsAchievementArea .newsAchievementItem .item:hover .Img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .newsAchievementArea .newsAchievementItem .item:hover .Txt .title {
    color: #198df6;
  }
  .newsAchievementArea .newsAchievementItem .item:hover .Txt .title a {
    color: #198df6;
  }
  .newsAchievementArea .newsAchievementItem .item:hover .Txt .moreBtn {
    border: 1px solid #198df6;
  }
  .newsAchievementArea .newsAchievementItem .item:hover .Txt .moreBtn .more {
    color: #198df6;
  }
  .newsAchievementArea .newsAchievementItem .item:hover .Txt .moreBtn .more::before, .newsAchievementArea .newsAchievementItem .item:hover .Txt .moreBtn .more::after {
    background-color: #198df6;
  }
}
.newsAchievementArea .newsAchievementItem .item .Img {
  width: 100%;
}
.newsAchievementArea .newsAchievementItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsAchievementArea .newsAchievementItem .item .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 480px;
  gap: 12px;
}
.newsAchievementArea .newsAchievementItem .item .Txt .title {
  display: inline-block;
  color: #2c2c2c;
  font-size: 18px;
  letter-spacing: 1.2px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .newsAchievementArea .newsAchievementItem .item .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .newsAchievementArea .newsAchievementItem .item .Txt .title {
    height: 50px;
  }
}
.newsAchievementArea .newsAchievementItem .item .Txt .title a {
  display: inline-block;
  color: #2c2c2c;
}
.newsAchievementArea .newsAchievementItem .item .Txt .title a:hover {
  color: #198df6;
}
.newsAchievementArea .newsAchievementItem .item .Txt .text {
  max-height: 100px;
  color: #5c5c5c;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  margin-bottom: 22px;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  right: 35px;
}
@media (max-width: 1180px) {
  .newsAchievementArea .newsAchievementItem .item .Txt .moreBtn {
    right: 15px;
  }
}
@media (max-width: 480px) {
  .newsAchievementArea .newsAchievementItem .item .Txt .moreBtn {
    display: none;
  }
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 1px;
  background-color: #c1c1c1;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 11px;
  background-color: #c1c1c1;
}
.newsAchievementArea .newsAchievementItem .item .Txt .linkWrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newsAchievementArea .newsImgBox {
  width: 45%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .newsAchievementArea .newsImgBox {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 30px;
  }
}
.newsAchievementArea .newsImgBox .Img {
  width: 100%;
  max-width: 470px;
  height: auto;
  aspect-ratio: 590/730;
  margin: 0 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.newsAchievementArea .newsImgBox img {
  display: block;
  width: 100%;
}
.newsAchievementArea .arrowBox .arrow {
  border: 1px solid #198df6;
}
.newsAchievementArea .arrowBox .arrow.js-prev::after {
  border-top: 1px solid #198df6;
  border-right: 1px solid #198df6;
}
.newsAchievementArea .arrowBox .arrow.js-next::after {
  border-bottom: 1px solid #198df6;
  border-left: 1px solid #198df6;
}
.newsAchievementArea .arrowBox .arrow:hover {
  background-color: #198df6;
}
.newsAchievementArea .arrowBox .arrow:hover::after {
  border-color: #fff;
}

.reportArea {
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media (max-width: 1600px) {
  .reportArea {
    min-height: 550px;
  }
}
.reportArea > .bg {
  width: 100%;
  height: 100%;
  background: url("../images/esg/reportBG.webp") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.reportArea > .wrap {
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .reportArea > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 50px;
  }
}
@media (max-width: 540px) {
  .reportArea > .wrap {
    padding: 0 20px;
  }
}
.reportArea .infoBox {
  border-right: 1px solid #e5e5e5;
  padding: 30px 20px 0;
  margin-right: 48px;
}
@media (max-width: 1400px) {
  .reportArea .infoBox {
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 16px;
    margin: 0 0 25px;
  }
}
.reportArea .infoBox .title {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: sideways-right;
  position: relative;
  padding-top: 24px;
  margin-bottom: 10px;
}
.reportArea .infoBox .title::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .reportArea .infoBox .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .reportArea .infoBox .title::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
.reportArea .infoBox .enTitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .reportArea .infoBox .enTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.reportArea .reportListWrap {
  max-width: 1200px;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.reportArea .reportListWrap .arrowBox {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox {
    max-width: none;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 5px;
  }
}
.reportArea .reportListWrap .arrowBox .arrow {
  width: 44px;
  height: 44px;
}
.reportArea .reportListWrap .arrowBox .arrowPrev, .reportArea .reportListWrap .arrowBox .arrowNext {
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowPrev, .reportArea .reportListWrap .arrowBox .arrowNext {
    background-color: #2c2c2c;
  }
}
.reportArea .reportListWrap .arrowBox .arrowPrev:hover, .reportArea .reportListWrap .arrowBox .arrowNext:hover {
  background-color: #fff;
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowPrev:hover, .reportArea .reportListWrap .arrowBox .arrowNext:hover {
    background-color: #198df6;
  }
}
.reportArea .reportListWrap .arrowBox .arrowPrev {
  -webkit-transform: translateX(-41px) scaleX(-1);
          transform: translateX(-41px) scaleX(-1);
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowPrev {
    -webkit-transform: translateX(-20px) scaleX(-1);
            transform: translateX(-20px) scaleX(-1);
  }
}
.reportArea .reportListWrap .arrowBox .arrowNext {
  -webkit-transform: translateX(41px);
          transform: translateX(41px);
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowNext {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.reportArea .reportList {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-top: 5px;
}
.reportArea .reportList .slick-track {
  margin-left: 0;
}
.reportArea .reportList .reportItem {
  display: block;
  padding: 0 10px;
}
.reportArea .reportList .reportItem .item {
  min-height: 380px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 26px 28px;
}
@media (max-width: 1200px) {
  .reportArea .reportList .reportItem .item {
    padding: 20px;
  }
}
.reportArea .reportList .reportItem .item::after {
  content: "download";
  color: #f7f7f7;
  font-size: 26px;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  right: 20px;
  top: 30px;
  text-transform: uppercase;
}
.reportArea .reportList .reportItem .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.reportArea .reportList .reportItem .item .link:hover ~ .linkArrow {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.reportArea .reportList .reportItem .item .link:hover ~ .Txt .title {
  color: #198df6;
}
.reportArea .reportList .reportItem .item .Txt {
  position: relative;
  z-index: 1;
}
.reportArea .reportList .reportItem .item .Txt .decorate {
  color: #5c5c5c;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.reportArea .reportList .reportItem .item .Txt .enTitle {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 23px;
}
.reportArea .reportList .reportItem .item .Txt .enTitle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #198df6;
  bottom: 0;
  left: 0;
}
.reportArea .reportList .reportItem .item .Txt .title {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .reportArea .reportList .reportItem .item .Txt .title {
    font-size: 20px;
  }
}
.reportArea .reportList .reportItem .item .linkArrow {
  width: 13px;
  height: 13px;
  background: url("../images/esg/arrow2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.reportArea .reportList .reportItem .Img {
  width: 115px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.reportArea .reportList .reportItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsMediaArea {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 160px 0 100px;
}
@media (max-width: 1600px) {
  .newsMediaArea {
    padding: 100px 0 60px;
  }
}
@media (max-width: 1400px) {
  .newsMediaArea {
    padding: 80px 0 40px;
  }
}
@media (max-width: 1200px) {
  .newsMediaArea {
    padding: 65px 0 20px;
  }
}
.newsMediaArea > .wrap {
  max-width: 1540px;
}
.newsMediaArea .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .newsMediaArea .infoBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox .right {
    margin: auto;
  }
}
.newsMediaArea .infoBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.newsMediaArea .infoBox .title {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2c2c;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0 30px;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox .title {
    border: none;
    font-size: 30px;
    padding: 0;
    margin: 0 0 10px;
  }
}
.newsMediaArea .infoBox .enTitle {
  color: #198df6;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox .enTitle {
    font-size: 20px;
  }
}
.newsMediaArea .infoBox .more {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 40px;
}
.newsMediaArea .infoBox .more:hover {
  color: #198df6;
}
.newsMediaArea .infoBox .more::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #198df6;
  right: 0;
  top: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.newsMediaArea .infoBox .more .en {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 15px;
}
.newsMediaArea .newsMediaList .newsMediaItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 20px 110px 20px 0;
}
@media (max-width: 1600px) {
  .newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Txt {
    padding-right: 80px;
  }
}
@media (max-width: 1400px) {
  .newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Txt {
    padding-right: 60px;
  }
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.newsMediaArea .newsMediaList .newsMediaItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem .Img {
  width: 45%;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Img {
    width: 100%;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem .Img:hover .mask {
  opacity: 1;
}
.newsMediaArea .newsMediaList .newsMediaItem .Img:hover .play {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.newsMediaArea .newsMediaList .newsMediaItem .Img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsMediaArea .newsMediaList .newsMediaItem .Img .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.newsMediaArea .newsMediaList .newsMediaItem .Img .mask .circle {
  width: 115px;
  height: 115px;
  border: 1px solid #fff;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.newsMediaArea .newsMediaList .newsMediaItem .Img .mask .play {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/esg/play.png") no-repeat center;
  background-size: contain;
}
.newsMediaArea .newsMediaList .newsMediaItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0 20px 110px;
}
@media (max-width: 1600px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Txt {
    padding-left: 80px;
  }
}
@media (max-width: 1400px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Txt {
    padding-left: 60px;
  }
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Txt {
    padding-left: 0;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  background-clip: content-box;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .right {
  color: #333333;
  font-size: 34px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .year {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  margin-right: 34px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .year::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #c9c9c9;
  border-radius: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .classTitle {
  color: #5c5c5c;
  font-size: 15px;
  letter-spacing: 1.2px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .title {
  max-height: 70px;
  color: #2c2c2c;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .text {
  max-height: 100px;
  color: #5c5c5c;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Txt .text {
    margin-bottom: 20px;
  }
}

.awardsArea {
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1400px) {
  .awardsArea {
    min-height: 260px;
    padding-top: 20px;
  }
}
.awardsArea > .wrap {
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .awardsArea > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.awardsArea .infoBox {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px 20px 0;
}
@media (max-width: 1400px) {
  .awardsArea .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    margin-bottom: 56px;
  }
}
.awardsArea .infoBox .title {
  display: inline-block;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: sideways-right;
  position: relative;
  padding-top: 24px;
  margin-bottom: 10px;
}
.awardsArea .infoBox .title::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #198df6;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .awardsArea .infoBox .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .awardsArea .infoBox .title::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.awardsArea .infoBox .enTitle {
  color: #198df6;
  font-size: 18px;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 1400px) {
  .awardsArea .infoBox .enTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.awardsArea .awardsWrap {
  width: 100%;
  min-width: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
.awardsArea .awardsWrap .arrowBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 60px;
}
@media (max-width: 1400px) {
  .awardsArea .awardsWrap .arrowBox {
    padding-left: 0;
  }
  .awardsArea .awardsWrap .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.awardsArea .awardsList {
  padding: 0 140px;
}
@media (max-width: 1400px) {
  .awardsArea .awardsList {
    padding: 0 50px;
  }
}
.awardsArea .awardsList .slick-track {
  margin-left: 0;
}
.awardsArea .awardsList .awardsItem .item .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awardsArea .awardsList .awardsItem .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awardsArea .awardsList .awardsItem .item img {
  width: 170px;
}

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

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  padding: 15px 5px;
  gap: 15px;
}
@media (max-width: 480px) {
  .arrowBox {
    padding: 15px 0;
    gap: 10px;
  }
}
.arrowBox .arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 99px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 480px) {
  .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.arrowBox .arrow::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
}
.arrowBox .arrow.js-prev::after {
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.arrowBox .arrow.js-next::after {
  border-bottom: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}
.arrowBox .arrow:hover {
  border-color: #198df6;
}
.arrowBox .arrow:hover::after {
  border-color: #198df6;
}