.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, .systemsArea .item .Img img, .trainingArea .Img, .trainingArea .imgBox::before, .trainingArea .imgBox::after, .trainingArea .circle, .benefitsArea .viewBtnBox .viewBtn::after, .benefitsArea .expBox, .benefitsArea .imgBox .Img, .benefitsArea .imgBox .num, .cultureArea .item .Img::before, .cultureArea .item .Img, .cultureArea .item .imgBox::before, .cultureArea .item::before, .cultureArea .item, .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;
  }
}

.blockTitleArea {
  padding: 80px 0 40px;
}
.blockTitleArea .titleBox {
  margin-bottom: 0px;
}

.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;
  }
}

.cultureArea {
  padding: 110px 0 90px;
}
@media (max-width: 1180px) {
  .cultureArea {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .cultureArea {
    padding: 50px 0 80px;
  }
}
.cultureArea .titleBox {
  margin-bottom: 20px;
}
.cultureArea .dataBox {
  width: 100%;
  position: relative;
}
@media (min-width: 1181px) {
  .cultureArea .dataList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.cultureArea .item {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .cultureArea .item {
    padding: 20px 10px;
  }
}
@media (max-width: 640px) {
  .cultureArea .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;
    text-align: center;
  }
}
.cultureArea .item::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 0%;
  background-color: #cc151c;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.cultureArea .item .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
  position: relative;
}
.cultureArea .item .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  background-color: #f2f2f2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.cultureArea .item .Img {
  width: 120px;
  aspect-ratio: 1/1;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 640px) {
  .cultureArea .item .Img {
    width: 100px;
    padding: 25px;
  }
}
.cultureArea .item .Img::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  background-image: url(../images/culture_icon_dash.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotateCenter 50s linear infinite;
          animation: rotateCenter 50s linear infinite;
  opacity: 0;
  pointer-events: none;
}
.cultureArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cultureArea .item .Txt {
  padding: 20px;
  padding-right: 0;
}
@media (max-width: 640px) {
  .cultureArea .item .Txt {
    padding: 15px 0;
  }
}
.cultureArea .item .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .cultureArea .item .Txt .title {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.cultureArea .item .Txt .text {
  color: #666666;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cultureArea .item .Txt .text {
    -webkit-line-clamp: unset;
  }
}
@media (min-width: 1181px) {
  .cultureArea .item:hover {
    background-color: #fff;
  }
  .cultureArea .item:hover::before {
    height: 100%;
  }
  .cultureArea .item:hover .imgBox::before {
    opacity: 1;
  }
  .cultureArea .item:hover .Img {
    border-color: transparent;
  }
  .cultureArea .item:hover .Img::before {
    opacity: 1;
  }
}

.benefitsArea {
  background-color: #fff;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .benefitsArea {
    padding: 80px 0 50px;
  }
}
.benefitsArea .wrap {
  position: relative;
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1180px) {
  .benefitsArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .benefitsArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.benefitsArea .dataBox {
  position: relative;
}
@media (max-width: 1180px) {
  .benefitsArea .dataBox {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1181px) {
  .benefitsArea .dataList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1181px) {
  .benefitsArea .dataItem {
    width: 25%;
    margin-bottom: 50px;
  }
}
@media (max-width: 1366px) {
  .benefitsArea .dataItem {
    width: 33.3333333333%;
  }
}
@media (min-width: 1181px) {
  .benefitsArea .dataItem.open .item .imgBox::before {
    width: 0;
  }
  .benefitsArea .dataItem.open .item .imgBox .num {
    color: #cc151c;
  }
  .benefitsArea .dataItem.open .item .imgBox .Img {
    opacity: 0;
  }
}
.benefitsArea .dataItem.open .item .expBox {
  opacity: 1;
}
.benefitsArea .dataItem.open .viewBtnBox .viewBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.benefitsArea .item {
  height: 500px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
@media (max-width: 1180px) {
  .benefitsArea .item {
    height: auto;
  }
}
.benefitsArea .imgBox {
  position: relative;
  width: 100%;
}
@media (min-width: 1181px) {
  .benefitsArea .imgBox {
    min-height: 80px;
  }
  .benefitsArea .imgBox::before {
    content: "";
    position: absolute;
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 400/270;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.benefitsArea .imgBox .numBox {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 30px;
}
.benefitsArea .imgBox .num {
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}
.benefitsArea .imgBox .num::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #cc151c;
  top: 0;
  left: -3px;
}
.benefitsArea .imgBox .Img {
  width: 100%;
}
@media (min-width: 1181px) {
  .benefitsArea .imgBox .Img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
.benefitsArea .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.benefitsArea .Txt {
  padding: 30px;
}
@media (max-width: 1180px) {
  .benefitsArea .Txt.hasExp {
    padding-bottom: 0;
  }
}
.benefitsArea .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  padding-bottom: 15px;
}
.benefitsArea .Txt .text {
  color: #666666;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.benefitsArea .expBox {
  opacity: 0;
}
@media (max-width: 1180px) {
  .benefitsArea .expBox {
    opacity: 1;
  }
}
.benefitsArea .viewBtnBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .benefitsArea .viewBtnBox {
    display: none;
  }
}
.benefitsArea .viewBtnBox .viewBtn {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
}
.benefitsArea .viewBtnBox .viewBtn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #1c1b1f;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.benefitsArea .viewBtnBox .viewBtn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #1c1b1f;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.trainingArea {
  background-image: url(../images/custom_career_training_bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.trainingArea .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .trainingArea .titleArea {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 400px) {
  .trainingArea .titleArea {
    padding-bottom: 30px;
  }
}
.trainingArea .circleBox {
  max-width: 505px;
  pointer-events: auto;
  aspect-ratio: 1/1;
  height: auto;
  margin: 0 auto;
  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;
  position: relative;
}
.trainingArea .circleBox::before {
  content: "";
  position: absolute;
  width: 77%;
  aspect-ratio: 1/1;
  height: auto;
  background-image: url(../images/custom_career_training_dot_dashed_circle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 460px) {
  .trainingArea .circleBox::before {
    width: 295px;
  }
}
@media (min-width: 1181px) {
  .trainingArea .circleBox {
    width: calc(33.3333333333% + 30px);
  }
}
.trainingArea .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  width: 95%;
  aspect-ratio: 1/1;
  height: auto;
  background-image: url(../images/custom_career_training_progress_circle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  z-index: 1;
}
.trainingArea .titleBox {
  margin: auto;
  position: relative;
  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;
  position: relative;
  z-index: 3;
}
.trainingArea .titleBox .title {
  padding-bottom: 20px;
}
.trainingArea .dataList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 33.3333333333% 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 33.3333333333%;
     -moz-column-gap: 33.3333333333%;
          column-gap: 33.3333333333%;
}
@media (max-width: 1180px) {
  .trainingArea .dataList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.trainingArea .dataItem {
  padding: 0px 20px;
}
@media (max-width: 480px) {
  .trainingArea .dataItem {
    padding: 0;
  }
}
.trainingArea .dataItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}
@media (max-width: 1180px) {
  .trainingArea .dataItem .item {
    padding: 20px 0;
  }
}
@media (max-width: 375px) {
  .trainingArea .dataItem .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;
    text-align: center;
  }
}
@media (min-width: 1181px) {
  .trainingArea .dataItem.even .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .trainingArea .dataItem.even .Txt {
    text-align: right;
  }
  .trainingArea .dataItem:nth-child(-n+2) .item {
    border-bottom: 2px dashed #787878;
  }
}
@media (max-width: 1180px) {
  .trainingArea .dataItem:not(:last-child) .item {
    border-bottom: 2px dashed #787878;
  }
}
@media (min-width: 1181px) {
  .trainingArea .dataItem:hover .imgBox::after {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .trainingArea .dataItem:hover .imgBox::before {
    border-color: #cc151c;
  }
  .trainingArea .dataItem:hover .Img {
    border-color: #cc151c;
  }
}
.trainingArea .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 25px;
  position: relative;
}
.trainingArea .imgBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/custom_career_training_icon_deco.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.trainingArea .imgBox::before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.trainingArea .Img {
  max-width: 90px;
  aspect-ratio: 1/1;
  padding: 15px;
  border: 1px dashed #fff;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 640px) {
  .trainingArea .Img {
    max-width: 70px;
    padding: 10px;
  }
}
.trainingArea .Img::before {
  content: "";
  position: absolute;
  width: 110px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 640px) {
  .trainingArea .Img::before {
    width: 90px;
  }
}
.trainingArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.trainingArea .Txt {
  padding: 20px;
}
.trainingArea .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .trainingArea .Txt .title {
    font-size: 20px;
  }
}
.trainingArea .Txt .text {
  color: #666666;
}

.systemsArea {
  padding: 110px 0;
}
@media (max-width: 1180px) {
  .systemsArea {
    padding: 80px 0 50px;
  }
}
@media (max-width: 640px) {
  .systemsArea {
    padding: 50px 0 60px;
  }
}
.systemsArea .dataBox {
  margin: 0 -20px;
  position: relative;
}
@media (max-width: 768px) {
  .systemsArea .dataBox {
    margin: 0 -10px;
  }
}
.systemsArea .item {
  max-width: 360px;
  padding: 0 10px;
  margin: 0 auto;
}
.systemsArea .item .Img {
  position: relative;
  overflow: hidden;
}
.systemsArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.systemsArea .item .Img .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .systemsArea .item .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.systemsArea .item .Txt {
  margin-top: 25px;
}
.systemsArea .item .Txt .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.systemsArea .item .Txt .title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #cc151c;
  bottom: -1px;
  left: 0;
}
.systemsArea .item .Txt .text {
  color: #666666;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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 {
  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);
          transform: translate(-50%, -50%) rotate(180deg);
  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 .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 .dotLine {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 21px);
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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%);
}
.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 (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;
  border-bottom: 2px solid #cc151c;
}
.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;
}
.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%);
}
.environmentArea .bottomBox {
  position: relative;
  z-index: 3;
  padding: 20px 0;
}
@media (max-width: 1180px) {
  .environmentArea .bottomBox {
    max-width: 700px;
    margin: 0 auto;
  }
}
.environmentArea .bottomBox .dataBox {
  position: relative;
  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 .dataBox.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;
}
.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;
}
.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;
  }
}
@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%);
  }
}
.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;
}
.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%);
}
@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%);
}
@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;
}
.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%);
  -webkit-animation: rotateCenter 60s linear infinite;
          animation: rotateCenter 60s linear infinite;
  opacity: 0;
}
.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;
  }
}