@charset "UTF-8";
.governanceArea .item .Img::before, .governanceArea .item .Img::after, .governanceArea .item .num, .governanceArea .item .numBox::after, .governanceArea .dataItem::before, .governanceArea .dataItem, .socialArea .rightBox .moreBtn, .devArea .expContentBox .expItem, .devArea .dataBox .item::after, .devArea .dataBox .item::before, .tabArea .item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body:not(.WebSiteHome):has(.bannerArea) .mainArea {
  padding-top: 50px;
  padding-bottom: 0;
}
body:not(.WebSiteHome) .mainArea {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 0;
}

.contentBox .wrap {
  width: 100%;
  max-width: 1690px;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .contentBox .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .contentBox .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .contentBox .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .contentBox .wrap {
    padding: 0 30px;
  }
}

.tabArea {
  margin-top: 70px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .tabArea {
    display: none;
  }
}
.tabArea .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
}
.tabArea .tabItem {
  width: 25%;
}
.tabArea .tabItem:not(:last-child) {
  border-right: 1px solid #ccc;
}
.tabArea .item {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 22px 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}
.tabArea .item.current {
  background-color: #cc151c;
  color: #fff;
}
@media (min-width: 1181px) {
  .tabArea .item:hover {
    background-color: #cc151c;
    color: #fff;
  }
}

.devArea {
  padding-top: 100px;
  padding-bottom: 110px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .devArea {
    padding: 50px 0;
  }
}
@media (min-width: 1181px) {
  .devArea .titleBox {
    margin-bottom: 0px;
  }
}
@media (max-width: 1180px) {
  .devArea .titleBox {
    text-align: center;
  }
}
.devArea .dataBox {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .devArea .dataBox {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 1181px) {
  .devArea .dataBox .dataList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.devArea .dataBox .dataItem {
  will-change: transform;
  position: relative;
  padding: 20px;
}
@media (min-width: 1181px) {
  .devArea .dataBox .dataItem {
    width: 25%;
  }
}
@media (max-width: 1440px) {
  .devArea .dataBox .dataItem {
    padding: 15px;
  }
}
@media (max-width: 1180px) {
  .devArea .dataBox .dataItem {
    padding: 50px;
  }
}
@media (max-width: 425px) {
  .devArea .dataBox .dataItem {
    padding: 20px;
  }
}
.devArea .dataBox .dataItem.even .dotLineBox::before {
  animation: rotateAni 50s linear infinite reverse;
}
.devArea .dataBox .dataItem.even .dotLine {
  -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(1);
          transform: translate(-50%, -50%) rotate(180deg) scaleX(1);
  top: calc(50% + 10px);
}
.devArea .dataBox .dataItem.active .item::before {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.devArea .dataBox .dataItem.active .item::after {
  opacity: 1;
}
@media (min-width: 1181px) {
  .devArea .dataBox .dataItem:hover .item::before {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
  .devArea .dataBox .dataItem:hover .item::after {
    opacity: 1;
  }
}
.devArea .dataBox .dataItem.show .dotLineBox .line {
  -webkit-animation: drawLine 2s 0.75 ease forwards;
          animation: drawLine 2s 0.75 ease forwards;
}
.devArea .dataBox .dotLineBox {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.devArea .dataBox .dotLineBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/esg_dev_dash_line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  inset: 0;
  -webkit-animation: rotateAni 50s linear infinite;
          animation: rotateAni 50s linear infinite;
}
@media (max-width: 1180px) {
  .devArea .dataBox .dotLineBox::before {
    background-size: calc(100% - 60px);
  }
}
@media (max-width: 425px) {
  .devArea .dataBox .dotLineBox::before {
    background-size: calc(100% - 10px);
  }
}
.devArea .dataBox .dotLineBox .line {
  stroke-dasharray: 1000; /* 根據路徑長度調整 */
  stroke-dashoffset: 1000;
}
.devArea .dataBox .dotLine {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 21px);
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .devArea .dataBox .dotLine {
    display: none;
  }
}
.devArea .dataBox .dotLine .line {
  fill: #fafafa;
}
.devArea .dataBox .item {
  aspect-ratio: 1/1;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  will-change: transform;
}
@media (min-width: 1181px) {
  .devArea .dataBox .item {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.devArea .dataBox .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/esg_dev_dash_in.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 20px);
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.devArea .dataBox .item::after {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: calc(100% - 70px);
  border: rgba(204, 21, 28, 0.07) solid 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1440px) {
  .devArea .dataBox .item::after {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border: rgba(204, 21, 28, 0.07) solid 5px;
  }
}
@media (max-width: 1180px) {
  .devArea .dataBox .item::after {
    width: calc(100% - 90px);
    height: calc(100% - 90px);
    border: rgba(204, 21, 28, 0.07) solid 8px;
  }
}
@media (max-width: 480px) {
  .devArea .dataBox .item::after {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border: rgba(204, 21, 28, 0.07) solid 5px;
  }
}
.devArea .dataBox .item .Img {
  max-width: 60px;
}
.devArea .dataBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.devArea .dataBox .item .Txt {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1440px) {
  .devArea .dataBox .item .Txt {
    padding-top: 10px;
  }
}
@media (max-width: 1180px) {
  .devArea .dataBox .item .Txt {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .devArea .dataBox .item .Txt {
    padding-top: 10px;
  }
}
.devArea .dataBox .item .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 5px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .devArea .dataBox .item .Txt .title {
    font-size: 20px;
  }
}
.devArea .dataBox .item .Txt .title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #cc151c;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.devArea .dataBox .item .Txt .subtitle {
  padding-top: 5px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.devArea .dataBox .expItem {
  margin-top: 80px;
}
@media (min-width: 1181px) {
  .devArea .dataBox .expItem {
    display: none;
  }
}
@media (max-width: 425px) {
  .devArea .dataBox .expItem {
    margin-top: 50px;
  }
}
.devArea .expContentBox {
  margin-top: 30px;
  width: 50%;
  margin-left: auto;
  padding: 10px 0;
  padding-left: 50px;
}
@media (max-width: 1180px) {
  .devArea .expContentBox {
    display: none;
  }
}
.devArea .expContentBox .expContentList {
  position: relative;
}
.devArea .expContentBox .expItem {
  opacity: 0;
  display: none;
}
.devArea .expContentBox .expItem.show {
  opacity: 1;
  display: block;
  -webkit-animation: slideUpAnimation 1s ease forwards;
          animation: slideUpAnimation 1s ease forwards;
}
.environmentArea {
  background-color: #fff;
  padding: 150px 0 100px;
}
@media (max-width: 1180px) {
  .environmentArea {
    padding: 80px 0 50px;
  }
}
.environmentArea .wrap {
  position: relative;
}
@media (min-width: 1181px) {
  .environmentArea .titleBox {
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 1181px) and (max-width: 1180px) {
  .environmentArea .titleBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1181px) and (max-width: 768px) {
  .environmentArea .titleBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) and (max-width: 1800px) {
  .environmentArea .titleBox {
    padding: 0 90px;
  }
}
@media (max-width: 1180px) {
  .environmentArea .titleBox {
    text-align: center;
    margin-bottom: 40px;
  }
}
.environmentArea .topBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .environmentArea .ClassDataBox {
    max-width: 700px;
    margin: 0 auto;
  }
}
.environmentArea .classItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 100px;
  padding-bottom: 20px;
}
@media (max-width: 1440px) {
  .environmentArea .classItem .item {
    gap: 50px;
  }
}
@media (max-width: 1180px) {
  .environmentArea .classItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.environmentArea .classItem .item .Txt {
  width: 50%;
}
@media (max-width: 1180px) {
  .environmentArea .classItem .item .Txt {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .environmentArea .classItem .item .Txt .topNumber {
    display: none;
  }
}
.environmentArea .classItem .item .Txt .textBox {
  padding: 20px 0 65px;
}
@media (max-width: 1180px) {
  .environmentArea .classItem .item .Txt .textBox {
    padding: 20px 0;
  }
}
.environmentArea .classItem .item .Txt .textBox .text {
  color: #666666;
  max-width: 485px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .environmentArea .classItem .item .Txt .textBox .text {
    max-width: 100%;
  }
}
.environmentArea .classItem .item .Txt .classTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 0 15px;
}
.environmentArea .classItem .item .Txt .classTitle .num {
  color: #cc151c;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .environmentArea .classItem .item .Txt .classTitle .num {
    font-size: 20px;
  }
}
.environmentArea .classItem .item .Txt .classTitle .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .environmentArea .classItem .item .Txt .classTitle .title {
    font-size: 20px;
  }
}
.environmentArea .classItem .item .imgBox {
  width: 50%;
}
@media (max-width: 1180px) {
  .environmentArea .classItem .item .imgBox {
    width: 100%;
  }
}
.environmentArea .classItem .item .imgBox .topNumber {
  padding-bottom: 30px;
}
@media (min-width: 1181px) {
  .environmentArea .classItem .item .imgBox .topNumber {
    display: none;
  }
}
.environmentArea .classItem .item .imgBox .Img {
  max-width: 710px;
}
.environmentArea .classItem .item .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.environmentArea .topNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
}
@media (max-width: 1180px) {
  .environmentArea .topNumber {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.environmentArea .topNumber .num {
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 130px;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #ccc;
  color: transparent;
  line-height: 1;
  margin-top: -10px;
}
@media (max-width: 1180px) {
  .environmentArea .topNumber .num {
    font-size: 80px;
  }
}
@media (min-width: 1181px) {
  .environmentArea .controlBlockBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 25px;
    pointer-events: none;
  }
}
@media (max-width: 1180px) {
  .environmentArea .controlBlockBox {
    max-width: 700px;
    margin: 0 auto;
  }
}
.environmentArea .controlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.environmentArea .controlBlock .arrowBox {
  padding: 0;
}
.environmentArea .textTitle {
  padding: 20px 0;
}
.environmentArea .textTitle.line {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.environmentArea .textTitle.line::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #cc151c;
  bottom: -1px;
  left: 0;
  pointer-events: none;
}
.environmentArea .textTitle .text {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .environmentArea .textTitle .text {
    font-size: 24px;
  }
}
.environmentArea .textTitle .text::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #cc151c;
  border-radius: 50%;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.environmentArea .bottomBox {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.environmentArea .bottomBox.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1180px) {
  .environmentArea .bottomBox {
    max-width: 700px;
    margin: 0 auto;
  }
}
.environmentArea .bottomBox .dataBox {
  position: relative;
}
.environmentArea .bottomBox .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.environmentArea .bottomBox .slick-dots {
  bottom: -45px;
}
.environmentArea .bottomBox .item {
  border: 1px solid #ccc;
  padding: 40px 30px;
}
@media (max-width: 480px) {
  .environmentArea .bottomBox .item {
    padding: 30px 20px;
  }
}
.environmentArea .bottomBox .item .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.environmentArea .bottomBox .item .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #cc151c;
  bottom: -1px;
  left: 0;
  pointer-events: none;
}
.environmentArea .bottomBox .item .textEditor {
  margin-top: 25px;
  line-height: 2.2;
  height: 106px;
}
@media (max-width: 768px) {
  .environmentArea .bottomBox .item .textEditor {
    height: 160px;
  }
}

.socialArea {
  padding: 130px 0;
}
@media (max-width: 1180px) {
  .socialArea {
    padding: 80px 0;
  }
}
.socialArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1180px) {
  .socialArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .socialArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .socialArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 820px;
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .socialArea .wrap {
    padding: 0 30px;
  }
}
.socialArea .leftBox {
  width: 50%;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .socialArea .leftBox {
    padding-right: 25px;
  }
}
@media (max-width: 1180px) {
  .socialArea .leftBox {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}
.socialArea .leftBox .Img {
  max-width: 710px;
  border-bottom: 2px solid #cc151c;
}
.socialArea .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.socialArea .rightBox {
  width: 50%;
  padding-left: 50px;
  padding-right: 25px;
}
@media (max-width: 1440px) {
  .socialArea .rightBox {
    padding-left: 25px;
  }
}
@media (max-width: 1180px) {
  .socialArea .rightBox {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1181px) {
  .socialArea .rightBox .classDataBox {
    aspect-ratio: 710/490;
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
  .socialArea .rightBox .classDataBox::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .socialArea .rightBox .classDataBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
  }
  .socialArea .rightBox .classDataBox::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
  }
}
.socialArea .rightBox .classDataList {
  padding-right: 25px;
}
@media (max-width: 1180px) {
  .socialArea .rightBox .classDataList {
    padding-right: 0px;
  }
}
.socialArea .rightBox .classDataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 641px) {
  .socialArea .rightBox .classDataItem {
    position: relative;
    border-top: 1px solid #ccc;
  }
  .socialArea .rightBox .classDataItem::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #cc151c;
    left: 0;
    top: -1px;
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .socialArea .rightBox .classDataItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #ccc;
  }
  .socialArea .rightBox .classDataItem:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.socialArea .rightBox .classTitleBox {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px 5px;
  text-align: center;
}
@media (max-width: 640px) {
  .socialArea .rightBox .classTitleBox {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  .socialArea .rightBox .classTitleBox::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #cc151c;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
  }
}
.socialArea .rightBox .classTitleBox .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
.socialArea .rightBox .classTitleBox .subtitle {
  color: #666666;
  line-height: 1.75;
  letter-spacing: 0.5px;
  padding-top: 15px;
}
.socialArea .rightBox .dataBox {
  width: calc(100% - 160px);
  padding: 20px 0 20px 20px;
}
@media (max-width: 640px) {
  .socialArea .rightBox .dataBox {
    width: 100%;
    padding: 15px 0;
  }
}
.socialArea .rightBox .dataItem {
  padding: 5px 0;
}
.socialArea .rightBox .dataItem .item {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1180px) {
  .socialArea .rightBox .dataItem .item {
    padding: 0 10px 0 15px;
  }
}
.socialArea .rightBox .dataItem .item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #cc151c;
  border-radius: 50%;
  top: 14px;
  left: 0;
  pointer-events: none;
}
.socialArea .rightBox .dataItem .item .textBox {
  display: inline;
  line-height: 2;
  color: #666666;
}
.socialArea .rightBox .moreBtn {
  background-color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socialArea .rightBox .moreBtn .icon {
  width: 10px;
  height: 10px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .socialArea .rightBox .moreBtn:hover {
    background-color: #cc151c;
  }
}

.governanceArea {
  background-color: #fff;
  padding: 100px 0 140px;
}
.governanceArea .dataBox {
  max-width: 1250px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .governanceArea .dataBox {
    padding: 0;
  }
}
.governanceArea .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 900px) {
  .governanceArea .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .governanceArea .dataList {
    max-width: 350px;
    margin: 0 auto;
  }
}
.governanceArea .dataItem {
  width: 33.3333333333%;
  margin: 0 30px;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 900px) {
  .governanceArea .dataItem {
    width: 100%;
    margin: 0 0 30px;
  }
}
.governanceArea .dataItem::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #fafafa;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 1181px) {
  .governanceArea .dataItem:hover {
    border-color: #ccc;
  }
  .governanceArea .dataItem:hover::before {
    width: 100%;
  }
  .governanceArea .dataItem:hover .numBox .num {
    color: #cc151c;
  }
  .governanceArea .dataItem:hover .numBox::after {
    content: "";
    position: absolute;
    width: 0;
  }
  .governanceArea .dataItem:hover .Img::after {
    opacity: 1;
  }
  .governanceArea .dataItem:hover .Img::before {
    opacity: 1;
  }
}
.governanceArea .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;
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .governanceArea .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 640px) {
  .governanceArea .item {
    -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;
  }
}
.governanceArea .item .numBox {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .governanceArea .item .numBox {
    width: 15%;
    text-align: left;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .governanceArea .item .numBox {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.governanceArea .item .numBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #cc151c;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .governanceArea .item .numBox::after {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 900px) {
  .governanceArea .item .numBox::after {
    width: 3px;
    height: 100%;
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 640px) {
  .governanceArea .item .numBox::after {
    width: 100%;
    height: 3px;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.governanceArea .item .num {
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 60px;
}
@media (max-width: 900px) {
  .governanceArea .item .num {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 640px) {
  .governanceArea .item .num {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.governanceArea .item .Img {
  margin: 60px auto;
  max-width: 180px;
  padding: 55px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
@media (max-width: 900px) {
  .governanceArea .item .Img {
    margin: 20px auto;
    width: 35%;
  }
}
@media (max-width: 640px) {
  .governanceArea .item .Img {
    width: 100%;
    margin: 40px auto;
  }
}
.governanceArea .item .Img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  outline: 10px solid rgba(204, 21, 28, 0.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.governanceArea .item .Img::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  border: 1px dashed #cc151c;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.governanceArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.governanceArea .item .Txt {
  padding-bottom: 50px;
}
@media (max-width: 900px) {
  .governanceArea .item .Txt {
    width: 50%;
    padding-bottom: 0;
    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;
  }
}
@media (max-width: 640px) {
  .governanceArea .item .Txt {
    width: 100%;
    padding-bottom: 20px;
  }
}
.governanceArea .item .Txt .title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
.governanceArea .item .Txt .text {
  color: #666666;
  line-height: 1.8;
  max-width: 270px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .governanceArea .item .Txt .text {
    max-width: none;
    margin: 0;
    margin-top: 20px;
  }
}