.ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.arrow {
  width: 140px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #fff;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow::before, .arrow::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #1eaddd;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow::before {
  top: 0px;
  left: 0;
}
.arrow::after {
  bottom: -1px;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media (min-width: 1181px) {
  .arrow:hover {
    color: #1eaddd;
  }
  .arrow:hover::before, .arrow:hover::after {
    width: 100%;
  }
  .arrow:hover::before {
    right: 0;
    left: auto;
  }
  .arrow:hover::after {
    left: 0;
    right: auto;
  }
}
.arrow .deco {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
.arrow .deco::after {
  position: absolute;
  top: 20%;
  font-size: 15px;
  font-weight: 600;
  font-family: FontAwesome;
  color: #1eaddd;
  letter-spacing: 0px;
}
.arrow.prev .deco::after {
  content: "\f104";
  left: 35%;
}
.arrow.next .deco::after {
  content: "\f105";
  right: 35%;
}
@media (max-width: 768px) {
  .arrow {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .arrow {
    width: 80px;
  }
}

.arrowCircle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e1e1e1;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.arrowCircle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}
.arrowCircle.prev {
  left: -120px;
}
.arrowCircle.prev::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrowCircle.next {
  right: -120px;
}
.arrowCircle.next::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 1181px) {
  .arrowCircle:hover {
    background-color: #3d4060;
  }
}
@media (max-width: 1800px) {
  .arrowCircle.prev {
    left: -45px;
  }
  .arrowCircle.next {
    right: -45px;
  }
}
@media (max-width: 1180px) {
  .arrowCircle {
    width: 50px;
    height: 50px;
  }
  .arrowCircle::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
  .arrowCircle.prev {
    left: -35px;
  }
  .arrowCircle.next {
    right: -35px;
  }
}

/* home(ib_info_004) */
.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #1eaddd;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #1eaddd;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

/* bannerHomeArea */
.bannerHomeArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerHomeArea .scrollDown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 35px;
  cursor: pointer;
  z-index: 1;
}
.bannerHomeArea .scrollDown .circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 13px solid #fff;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  margin: 0 auto -20px;
}
.bannerHomeArea .scrollDown .text {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #fff;
  letter-spacing: 0px;
}
@media (max-width: 400px) {
  .bannerHomeArea .scrollDown .circle {
    width: 45px;
    height: 45px;
  }
  .bannerHomeArea .scrollDown .text {
    font-size: 14px;
  }
}
.bannerHomeArea .decoImg {
  position: absolute;
  top: 165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.bannerHomeArea .arrow {
  position: absolute;
  bottom: 40px;
}
.bannerHomeArea .arrow.prev {
  left: 60px;
}
.bannerHomeArea .arrow.next {
  right: 60px;
}
@media (max-width: 1180px) {
  .bannerHomeArea .arrow.prev {
    left: 40px;
  }
  .bannerHomeArea .arrow.next {
    right: 40px;
  }
}
@media (max-width: 768px) {
  .bannerHomeArea .arrow.prev {
    left: 30px;
  }
  .bannerHomeArea .arrow.next {
    right: 30px;
  }
}
@media (max-width: 400px) {
  .bannerHomeArea .arrow.prev {
    left: 20px;
  }
  .bannerHomeArea .arrow.next {
    right: 20px;
  }
}

.bannerList .item::before {
  content: "";
  width: 530px;
  height: 440px;
  background-image: url(../images/banner_Logo.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bannerList .bannerLink {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.bannerList .Img {
  z-index: -1;
}
.bannerList .Img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 740px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerList .Txt {
  padding: 240px 60px 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.bannerList .textBox {
  text-align: center;
}
@media (max-width: 1180px) {
  .bannerList .item::before {
    content: "";
    width: 480px;
    height: 400px;
    top: 100px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bannerList .Img img {
    height: 640px;
    min-height: auto;
  }
  .bannerList .Txt {
    padding: 160px 40px 100px;
  }
}
@media (max-width: 768px) {
  .bannerList .item::before {
    content: "";
    width: 360px;
    height: 300px;
  }
  .bannerList .Txt {
    padding: 160px 30px 100px;
  }
}
@media (max-width: 400px) {
  .bannerList .item::before {
    content: "";
    width: calc(100% - 40px);
  }
  .bannerList .Txt {
    padding: 120px 20px 100px;
  }
}

/* aboutArea */
.aboutArea {
  padding: 150px 0 160px;
  background-image: url(../images/material.jpg);
  overflow: hidden;
}
.aboutArea::before {
  content: "ABOUT ANCANG";
  font-size: 140px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #f9f9f9;
  letter-spacing: 0px;
  opacity: 0.7;
  line-height: 130px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-animation: moveDown 20s infinite linear;
          animation: moveDown 20s infinite linear;
}
.aboutArea::after {
  content: "ABOUT ANCANG";
  font-size: 140px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #f9f9f9;
  letter-spacing: 0px;
  opacity: 0.7;
  line-height: 130px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 1;
  -webkit-animation: moveTop 20s infinite linear;
          animation: moveTop 20s infinite linear;
}
.aboutArea .wrap {
  z-index: 2;
}
.aboutArea .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 90px;
  border-bottom: 1px solid #cacaca;
}
@media (max-width: 1500px) {
  .aboutArea .top {
    border-bottom: 0;
  }
}
.aboutArea .titleBox {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 120px;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.aboutArea .titleBox .titleGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 35px;
  margin-bottom: 10px;
}
.aboutArea .titleBox .subtitle {
  margin-bottom: 33px;
  font-size: 33px;
}
.aboutArea .titleBox .decoTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5px;
}
.aboutArea .titleBox .decoTitle::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/touch-icon/apple-icon-60x60.png);
  background-size: contain;
  margin-right: 10px;
}
.aboutArea .titleBox .text {
  padding-top: 35px;
  border-top: 1px solid #cacaca;
}
.aboutArea .btnBox {
  margin-top: 52px;
}
.aboutArea .imgBox {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.5s 0.3s linear;
  transition: all 0.5s 0.3s linear;
}
.aboutArea .imgBox img {
  width: 50vw;
  height: auto;
}
.aboutArea.show .titleBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.aboutArea.show .imgBox {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 1400px) {
  .aboutArea {
    padding: 100px 0;
  }
  .aboutArea .titleBox {
    padding-right: 80px;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 80px 0;
  }
  .aboutArea .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    padding-bottom: 60px;
  }
  .aboutArea .titleBox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 50px;
  }
  .aboutArea .btnBox {
    margin-top: 45px;
  }
  .aboutArea .imgBox {
    margin: 0 -40px;
  }
  .aboutArea .imgBox img {
    width: 100%;
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 50px 0;
  }
  .aboutArea .titleBox .subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .aboutArea .titleBox .text {
    padding-top: 20px;
  }
  .aboutArea .btnBox {
    margin-top: 30px;
  }
  .aboutArea .imgBox {
    margin: 0 -30px;
  }
}
@media (max-width: 400px) {
  .aboutArea .top {
    padding-bottom: 40px;
  }
  .aboutArea .titleBox {
    padding-bottom: 40px;
  }
  .aboutArea .titleBox .subtitle {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .aboutArea .titleBox .text {
    padding-top: 15px;
  }
  .aboutArea .imgBox {
    margin: 0 -20px;
  }
}

.aboutBox {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutBox .dataExp {
  padding-right: 50px;
  width: 450px;
}
.aboutBox .homeAboutExpTitle {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
}
.aboutBox .aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px;
  width: calc(100% - 450px);
}
.aboutBox .item {
  padding: 10px 20px;
  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;
}
.aboutBox .item:not(:last-child) {
  border-right: 1px solid #cacaca;
}
.aboutBox .title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 1.2px;
  padding-bottom: 30px;
  margin-bottom: 18px;
  text-align: center;
}
.aboutBox .title::before, .aboutBox .title::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.aboutBox .title::before {
  right: 50%;
  background-color: #259f4c;
}
.aboutBox .title::after {
  left: 50%;
  background-color: #1eaddd;
}
.aboutBox .num {
  font-size: clamp(40px, 2.5vw, 50px);
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #222;
}
.aboutBox .unit {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 0.96px;
}
@media (max-width: 1500px) {
  .aboutBox .dataExp {
    padding-right: 50px;
  }
}
@media (max-width: 1500px) {
  .aboutBox {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutBox .dataExp {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .aboutBox .aboutList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
  .aboutBox .item {
    width: 25%;
    padding: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 1px solid #cacaca;
    margin-left: -1px;
  }
  .aboutBox .item:last-child {
    border-right: 1px solid #cacaca;
  }
}
@media (max-width: 768px) {
  .aboutBox .aboutList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
  .aboutBox .item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .aboutBox .title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

/* projectArea */
.projectArea {
  padding-top: 120px;
}
.projectArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  margin-bottom: 110px;
}
.projectArea .textTicker .text {
  -webkit-text-stroke: 1px #d9d9d9;
}
.projectArea .titleEnBox {
  width: 900px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 161px;
  background-image: url(../images/logo_border.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 20px;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.projectArea .titleBox {
  padding-top: 30px;
  padding-right: 30px;
  margin-left: 40px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s 0.3s linear;
  transition: all 0.5s 0.3s linear;
}
.projectArea .titleBox .title {
  margin-bottom: 15px;
}
.projectArea .decoTitle {
  margin-top: 40px;
}
.projectArea.show .titleBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.projectArea.show .titleEnBox {
  clip-path: inset(0 0 0 0);
}
.projectArea .projectBox {
  width: 100%;
  max-width: 1760px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.projectArea .projectBox.show {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 1600px) {
  .projectArea .titleEnBox {
    width: 700px;
  }
}
@media (max-width: 1180px) {
  .projectArea {
    padding-top: 100px;
  }
  .projectArea .topBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px 0;
  }
  .projectArea .titleBox {
    margin-left: 0;
    padding: 0;
  }
  .projectArea .decoTitle {
    margin-top: 20px;
  }
  .projectArea .projectBox {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .projectArea {
    padding-top: 80px;
  }
  .projectArea .topBox {
    margin-top: 35px;
  }
  .projectArea .titleEnBox {
    display: none;
  }
}
@media (max-width: 400px) {
  .projectArea {
    padding-top: 50px;
  }
  .projectArea .topBox {
    margin-bottom: 40px;
  }
  .projectArea .titleEnBox {
    display: none;
  }
}

.projectImg {
  width: calc(100% - 600px);
}
.projectImg .Img {
  width: 100%;
}
.projectImg .Img img {
  width: 100%;
  height: auto;
  min-height: 860px;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.projectImg .Txt {
  display: none;
  padding: 40px 40px;
}
.projectImg .Txt .top {
  padding-left: 80px;
}
.projectImg .Txt .index {
  font-size: 36px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #222;
  letter-spacing: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.projectImg .Txt .title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 0.48px;
}
.projectImg .Txt .textBox {
  padding-top: 20px;
}
.projectImg .Txt .text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555;
  letter-spacing: 0.96px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.projectImg .arrowBox {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  display: none;
}
.projectImg .arrow {
  color: #222;
  border-color: #dcdcdc;
}
.projectImg .arrow .deco {
  width: 34px;
  height: 34px;
  background-color: #e1e1e1;
}
.projectImg .arrow .deco::after {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .projectImg {
    width: calc(100% - 480px);
  }
}
@media (max-width: 1180px) {
  .projectImg {
    width: 100%;
  }
  .projectImg .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .projectImg .Img img {
    min-height: auto;
    max-height: 480px;
  }
  .projectImg .Txt {
    display: block;
  }
}
@media (max-width: 768px) {
  .projectImg .Txt {
    padding: 30px;
  }
  .projectImg .arrowBox {
    padding: 0 30px 40px;
  }
}
@media (max-width: 400px) {
  .projectImg .Txt {
    padding: 30px 20px;
  }
  .projectImg .Txt .top {
    padding-left: 50px;
  }
  .projectImg .Txt .index {
    font-size: 28px;
  }
  .projectImg .Txt .title {
    font-size: 20px;
  }
  .projectImg .Txt .textBox {
    padding-top: 15px;
  }
  .projectImg .Txt .text {
    font-size: 14px;
  }
  .projectImg .arrowBox {
    padding: 0 20px 40px;
  }
}

.projectTxt {
  width: 600px;
  padding: 45px 0 50px 120px;
}
.projectTxt .projectTxtGroup {
  height: 626px;
}
.projectTxt .projectTxtItem {
  padding: 35px 0;
}
.projectTxt .projectTxtItem:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}
.projectTxt .top {
  padding-left: 80px;
  cursor: pointer;
}
.projectTxt .top.active .index {
  color: #1eaddd;
}
.projectTxt .top.active .title {
  color: #1eaddd;
}
.projectTxt .index {
  font-size: 36px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #222;
  letter-spacing: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.projectTxt .title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 0.48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.projectTxt .textBox {
  padding-left: 80px;
  padding-top: 20px;
  display: none;
}
.projectTxt .text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555;
  letter-spacing: 0.96px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.projectTxt .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-top: 80px;
}
.projectTxt .arrow {
  width: calc(50% - 13px);
  color: #222;
  border-color: #dcdcdc;
}
.projectTxt .arrow .deco {
  width: 34px;
  height: 34px;
  background-color: #e1e1e1;
}
.projectTxt .arrow .deco::after {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .projectTxt {
    width: 480px;
    padding: 45px 0 50px 80px;
  }
  .projectTxt .textBox {
    padding-left: 50px;
    padding-top: 15px;
  }
}
@media (max-width: 1180px) {
  .projectTxt .projectTxtList {
    display: none;
  }
}

/* caseArea */
.caseArea {
  padding: 120px 0;
  background-image: url(../images/material.jpg);
  overflow: hidden;
}
.caseArea::before, .caseArea::after {
  content: attr(data-text);
  font-size: 140px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #f9f9f9;
  letter-spacing: 0px;
  opacity: 0.7;
  line-height: 130px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  position: absolute;
  top: 0;
  z-index: 1;
}
.caseArea::before {
  left: -20px;
  -webkit-animation: moveDown 20s infinite linear;
          animation: moveDown 20s infinite linear;
}
.caseArea::after {
  right: -20px;
  -webkit-animation: moveTop 20s infinite linear;
          animation: moveTop 20s infinite linear;
}
.caseArea .wrap {
  z-index: 2;
}
.caseArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.caseArea .caseBox {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s linear;
  transition: all 0.5s 0.3s linear;
}
.caseArea .arrowCircle {
  top: 130px;
}
.caseArea.show .titleBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.caseArea.show .caseBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1800px) {
  .caseArea .caseBox {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .caseArea {
    padding: 100px 0;
  }
  .caseArea .caseBox {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .caseArea {
    padding: 80px 0;
  }
  .caseArea .titleBox {
    margin-bottom: 40px;
  }
  .caseArea .caseBox {
    padding: 0;
  }
  .caseArea .arrowCircle {
    display: none;
  }
}
@media (max-width: 400px) {
  .caseArea .titleBox {
    margin-bottom: 30px;
  }
}

.caseViewBox {
  width: calc(50vw + 750px);
  overflow: hidden;
}
.caseViewBox .caseList {
  width: 100%;
  margin-left: -20px;
}
.caseViewBox .caseList .slick-list {
  overflow: visible;
}
.caseViewBox .caseList .slick-active .caseItem .Txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.caseViewBox .caseItem {
  padding: 0 20px;
}
.caseViewBox .item {
  max-width: 520px;
}
.caseViewBox .Img .linkImg {
  display: block;
  overflow: hidden;
}
.caseViewBox .Img .linkImg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(61, 64, 96, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.caseViewBox .Img .linkImg .more {
  width: 200px;
  height: 50px;
  background-color: #1eaddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  letter-spacing: 0.96px;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 25px);
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.caseViewBox .Img .linkImg .more::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.caseViewBox .Img .linkImg .more::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #1eaddd;
  border-right: 2px solid #1eaddd;
  position: absolute;
  top: 22px;
  right: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1181px) {
  .caseViewBox .Img .linkImg:hover::after {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .caseViewBox .Img .linkImg:hover .more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
  }
}
.caseViewBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.caseViewBox .videoBtn {
  width: 180px;
  padding: 12px 20px;
  background-color: #1eaddd;
  border-radius: 0 2px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  letter-spacing: 0.96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1181px) {
  .caseViewBox .videoBtn:hover {
    background-color: #259f4c;
  }
}
.caseViewBox .videoBtn .deco {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
.caseViewBox .videoBtn .deco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #1eaddd;
}
.caseViewBox .Txt {
  padding-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.caseViewBox .Txt .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 1.08px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1181px) {
  .caseViewBox .Txt .title:hover {
    color: #1eaddd;
  }
}
.caseViewBox .Txt .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.caseViewBox .Txt .title::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.caseViewBox .Txt .title::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #1eaddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.caseViewBox .infoBox {
  margin: 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.caseViewBox .infoBox .info {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555;
  letter-spacing: 0.96px;
  line-height: 1.2;
  padding: 0 30px;
}
.caseViewBox .infoBox .info.date {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #444;
}
.caseViewBox .infoBox .info:not(:first-child) {
  border-left: 1px solid #bababa;
}
.caseViewBox .infoBox .infoTitle {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 0.96px;
}
.caseViewBox .tagTitleBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.caseViewBox .tagTitleBox .tag {
  padding: 5px 15px;
  border: 1px solid #1eaddd;
  border-radius: 2px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #1eaddd;
  letter-spacing: 0.84px;
}
@media (max-width: 768px) {
  .caseViewBox {
    width: 100%;
  }
  .caseViewBox .caseList {
    margin: 0;
  }
  .caseViewBox .caseList .slick-list {
    overflow: hidden;
    margin: 0 -20px;
  }
  .caseViewBox .item {
    max-width: 100%;
  }
  .caseViewBox .Txt {
    padding: 15px 0 25px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 400px) {
  .caseViewBox .videoBtn {
    width: 140px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .caseViewBox .videoBtn .deco {
    width: 20px;
    height: 20px;
  }
  .caseViewBox .videoBtn .deco::after {
    border-width: 3px 0 3px 4px;
  }
  .caseViewBox .Txt .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .caseViewBox .tagTitleBox {
    margin-top: 20px;
  }
}

/* newsArea*/
.newsArea {
  padding: 110px 0 120px;
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.newsArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.newsArea .classBox {
  margin: 0;
}
.newsArea .classBox .classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 25px;
}
.newsArea .classBox .classLink a,
.newsArea .classBox .classLink span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 0.96px;
  padding: 10px 2px;
  border-bottom: 2px solid transparent;
}
.newsArea .classBox .classLink a.current,
.newsArea .classBox .classLink span.current {
  color: #1eaddd;
  border-color: #1eaddd;
}
@media (min-width: 1181px) {
  .newsArea .classBox .classLink a:hover,
  .newsArea .classBox .classLink span:hover {
    color: #1eaddd;
    border-color: #1eaddd;
  }
}
.newsArea .newsBox {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 0.3s linear;
  transition: all 0.5s 0.3s linear;
}
.newsArea .newsCenterBox {
  width: calc(33.33% + 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.newsArea .newsCenterBox.onlyOne {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  margin: 0 auto;
}
.newsArea.show .topBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.newsArea.show .newsBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1800px) {
  .newsArea .newsCenterBox {
    width: 33.33%;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 100px 0;
  }
  .newsArea .topBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: none;
  }
  .newsArea .classBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .newsArea .titleBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
  }
  .newsArea .newsCenterBox {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    border: none;
    margin: 0;
  }
  .newsArea .arrowCircle {
    top: 30%;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 80px 0;
  }
}
@media (max-width: 720px) {
  .newsArea .arrowCircle {
    display: none;
  }
}

.newsList.newsSideList {
  margin: 0 -110px;
}
.newsList .item {
  background-color: #fff;
  min-height: 410px;
}
.newsList .Img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsList .Img a {
  display: block;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .newsList .Img a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.newsList .Img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsList .newsItem {
  padding: 0 115px;
}
.newsList .num {
  font-size: 90px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  letter-spacing: 3.6px;
  -webkit-text-stroke: 1px #d9d9d9;
  line-height: 1;
}
.newsList .Txt {
  margin-top: 30px;
}
.newsList .Txt .title {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 1.08px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.newsList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555;
  letter-spacing: 0.96px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.newsList .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.newsList .newsInfoBox .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #dcdcdc;
  margin: 0 20px;
}
.newsList .newsInfoBox .classTitle {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #1eaddd;
  letter-spacing: 0.84px;
}
.newsList .newsInfoBox .dateBox {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #444;
  letter-spacing: 0px;
}
.newsList .more {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #444;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 0.84px;
  margin-top: 125px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsList .more span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #444;
  letter-spacing: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsList .more::before {
  content: "\f105\f105";
  font-size: 20px;
  font-weight: 400;
  font-family: FontAwesome;
  color: #444;
  letter-spacing: 0px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1181px) {
  .newsList .more:hover {
    color: #1eaddd;
    border-color: #1eaddd;
  }
  .newsList .more:hover span {
    color: #1eaddd;
  }
  .newsList .more:hover::before {
    color: #1eaddd;
  }
}
@media (max-width: 1800px) {
  .newsList.newsSideList {
    margin: 0;
  }
  .newsList .newsItem {
    padding: 0 80px;
  }
}
@media (max-width: 1400px) {
  .newsList .item {
    min-height: 395px;
  }
  .newsList .newsItem {
    padding: 0 50px;
  }
  .newsList .more {
    margin-top: 100px;
  }
}
@media (max-width: 1180px) {
  .newsList.newsSideList {
    display: none;
  }
  .newsList.newsCenterList {
    margin: 0 -50px;
  }
  .newsList .newsItem {
    border-right: 1px solid #dcdcdc;
  }
}
@media (max-width: 768px) {
  .newsList.newsCenterList {
    margin: 0 -30px;
  }
  .newsList .newsItem {
    padding: 0 30px;
  }
}
@media (max-width: 720px) {
  .newsList .newsItem {
    border-right: none;
  }
  .newsList .item {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

/* linkArea */
.linkArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.linkArea .dataItem {
  width: 50%;
}
.linkArea .dataItem:last-child .Img::after {
  background-color: rgba(30, 173, 221, 0.75);
}
.linkArea .dataItem:last-child .Txt {
  right: calc(100% - 750px);
  left: auto;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.linkArea .Img {
  height: 100%;
}
.linkArea .Img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkArea .Img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(37, 159, 76, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.linkArea .Txt {
  width: 590px;
  position: absolute;
  top: 120px;
  left: calc(100% - 750px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.linkArea .Txt .more {
  width: 180px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  letter-spacing: 0.96px;
}
.linkArea .Txt .more::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.linkArea .Txt .more::after {
  content: "\f105";
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  font-family: FontAwesome;
  color: #34b4af;
  letter-spacing: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1181px) {
  .linkArea .Txt .more:hover {
    color: #1eaddd;
  }
  .linkArea .Txt .more:hover::before {
    width: 100%;
    left: 0;
  }
  .linkArea .Txt .more:hover::after {
    background-color: #1eaddd;
    color: #fff;
  }
}
.linkArea .textEditor .linkTextEn {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #fff;
  letter-spacing: 0px;
}
.linkArea .textEditor .linkText {
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  letter-spacing: 0.56px;
}
.linkArea.show .Txt {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1600px) {
  .linkArea .dataItem:last-child .Txt {
    right: 0;
  }
  .linkArea .Txt {
    width: 100%;
    left: 0;
    padding: 0 50px;
  }
}
@media (max-width: 1180px) {
  .linkArea .Txt {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .linkArea .dataBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .linkArea .dataItem {
    width: 100%;
  }
  .linkArea .Txt {
    padding: 0 30px;
  }
  .linkArea .textEditor .linkText {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .linkArea .Txt {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .linkArea .Txt .more {
    width: 140px;
    height: 40px;
    padding: 10px;
  }
  .linkArea .Txt .more::after {
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    font-family: FontAwesome;
    color: #34b4af;
    letter-spacing: 0px;
  }
  .linkArea .textEditor .linkTextEn {
    font-size: 14px;
  }
  .linkArea .textEditor .linkText {
    font-size: 20px;
  }
}