.newsArea .dataMainList .item .Txt .btnMore .iconBox, .newsArea .dataMainList .item .Txt::after, .servicesArea .item .linkWrap, .servicesArea .item .Img img, .teamArea .skillTagBox .tag .title::before, .teamArea .skillTagBox .tag .title, .teamArea .skillTagBox .tag .tagImg, .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;
}

.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: #a38a77;
  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: #a38a77;
  }
  .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);
  }
}

.ib_banner_001 {
  position: relative;
  z-index: 2;
}
.ib_banner_001 .wrap {
  max-width: 1920px;
  padding: 0;
}
.ib_banner_001 .dataBox {
  position: relative;
}
.ib_banner_001 .dataBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 50px 55px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .ib_banner_001 .dataBox .controlBox {
    height: 100%;
    padding: 30px 30px;
  }
}
.ib_banner_001 .dataBox .controlBox .slick-dots {
  position: absolute;
  inset: auto;
  bottom: 30px;
}
.ib_banner_001 .dataBox .slick-list .leftBox .title {
  opacity: 0;
}
.ib_banner_001 .dataBox .slick-list .leftBox .subtitle {
  opacity: 0;
}
.ib_banner_001 .dataBox .slick-list .leftBox .textEditor {
  opacity: 0;
}
.ib_banner_001 .dataBox .slick-list .leftBox .btnBox {
  opacity: 0;
}
.ib_banner_001 .dataBox .slick-list .rightBox .subtitle {
  opacity: 0;
}
.ib_banner_001 .dataBox .slick-list .rightBox .textEditor {
  opacity: 0;
}
.ib_banner_001 .dataBox .slick-current .leftBox .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_001 .dataBox .slick-current .leftBox .subtitle {
  -webkit-animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_001 .dataBox .slick-current .leftBox .textEditor {
  -webkit-animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
}
.ib_banner_001 .dataBox .slick-current .leftBox .btnBox {
  -webkit-animation: slideUpAnimation 0.6s 0.9s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.9s ease-in-out forwards;
}
.ib_banner_001 .dataBox .slick-current .rightBox .subtitle {
  -webkit-animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_001 .dataBox .slick-current .rightBox .textEditor {
  -webkit-animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
}
.ib_banner_001 .dataItem {
  position: relative;
}
@media (max-width: 1300px) {
  .ib_banner_001 .dataItem .Img {
    height: 590px;
  }
}
.ib_banner_001 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1300px) {
  .ib_banner_001 .dataItem .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ib_banner_001 .dataItem .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding: 0 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .ib_banner_001 .dataItem .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ib_banner_001 .dataItem .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1440px) {
  .ib_banner_001 .dataItem .Txt {
    padding-right: 50px;
  }
}
@media (max-width: 1080px) {
  .ib_banner_001 .dataItem .Txt {
    margin-bottom: 60px;
  }
}
.ib_banner_001 .dataItem .Txt .leftBox .title {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1440px) {
  .ib_banner_001 .dataItem .Txt .leftBox .title {
    font-size: 64px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .ib_banner_001 .dataItem .Txt .leftBox .title {
    font-size: 48px;
  }
}
.ib_banner_001 .dataItem .Txt .leftBox .title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.ib_banner_001 .dataItem .Txt .leftBox .subtitle {
  color: #fff;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  padding: 10px 0;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.25px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .ib_banner_001 .dataItem .Txt .leftBox .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 1080px) {
  .ib_banner_001 .dataItem .Txt .leftBox .subtitle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
  }
}
.ib_banner_001 .dataItem .Txt .leftBox .textEditor {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.7;
  padding-left: 5px;
}
@media (max-width: 1080px) {
  .ib_banner_001 .dataItem .Txt .leftBox .textEditor {
    font-size: 16px;
  }
}
.ib_banner_001 .dataItem .Txt .rightBox .textBox {
  max-width: 410px;
  padding-top: 20px;
}
.ib_banner_001 .dataItem .Txt .rightBox .subtitle {
  color: #fff;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.25px;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .ib_banner_001 .dataItem .Txt .rightBox .subtitle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 1.8;
  }
}
.ib_banner_001 .dataItem .Txt .rightBox .textEditor {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.75px;
  line-height: 2;
}
@media (max-width: 1080px) {
  .ib_banner_001 .dataItem .Txt .rightBox {
    display: none;
  }
}

.aboutArea {
  background-image: url(../images/home_about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 210px 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .aboutArea {
    padding: 150px 0 80px;
  }
}
.aboutArea .marqueeBox {
  width: 100%;
  bottom: 12%;
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .aboutArea .wrap {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    -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;
  }
}
.aboutArea .imgBox {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1180px) {
  .aboutArea .imgBox {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.aboutArea .imgBox .top {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.aboutArea .imgBox .top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 124, 124, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(124, 124, 124, 0.5), transparent);
  top: 0;
  left: 0;
  z-index: -1;
}
.aboutArea .imgBox .top .title {
  padding: 0 10px;
  letter-spacing: 1.75px;
}
.aboutArea .imgBox .top .more {
  display: block;
  color: #fff;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
}
.aboutArea .imgBox .top .more svg {
  width: 20px;
  height: 20px;
  margin: auto;
}
.aboutArea .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .imgBox .Img img {
    aspect-ratio: 34/18;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.aboutArea .imgBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.aboutArea .leftBox {
  margin-bottom: 14.5dvh;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.aboutArea .leftBox .Img {
  max-width: 340px;
}
.aboutArea .centerBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 23dvh;
}
@media (max-width: 1180px) {
  .aboutArea .centerBox {
    padding-bottom: 30px;
    width: 100%;
  }
}
.aboutArea .centerBox .logoIcon {
  width: 50px;
  margin-bottom: 30px;
}
.aboutArea .centerBox .textBox {
  padding-top: 15px;
  text-align: center;
  max-width: 520px;
}
.aboutArea .centerBox .textBox .expTitle {
  color: #a38a77;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .aboutArea .centerBox .textBox .expTitle {
    font-size: 16px;
  }
}
.aboutArea .centerBox .textBox .textEditor {
  color: #535353;
  margin-top: 10px;
  letter-spacing: 0.25px;
  line-height: 2;
}
.aboutArea .rightBox .Img {
  max-width: 340px;
}
.aboutArea .decoLineArea {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.aboutArea .decoLineArea .decoLine {
  position: absolute;
  display: block;
}
.aboutArea .decoLineArea .decoLine:nth-child(1) {
  top: -3dvh;
  left: -3dvw;
  aspect-ratio: 762/582;
  height: auto;
  width: 762px;
  width: 50%;
  max-width: 762px;
  background-image: url(../images/home_about_deco_line1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 640px) {
  .aboutArea .decoLineArea .decoLine:nth-child(1) {
    background-image: url(../images/home_about_deco_line1_s.png);
    width: 100%;
    max-width: 177px;
    top: 0;
    left: -30px;
    aspect-ratio: 177/214;
  }
}
.aboutArea .decoLineArea .decoLine:nth-child(2) {
  top: 26dvh;
  right: -6dvw;
  aspect-ratio: 282/528;
  height: auto;
  width: 282px;
  width: 20%;
  max-width: 282px;
  background-image: url(../images/home_about_deco_line2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1180px) {
  .aboutArea .decoLineArea .decoLine:nth-child(2) {
    top: 45%;
    right: -3dvw;
  }
}
@media (max-width: 640px) {
  .aboutArea .decoLineArea .decoLine:nth-child(2) {
    background-image: url(../images/home_about_deco_line2_s.png);
    width: 100%;
    max-width: 128px;
    top: 40%;
    right: -20px;
    aspect-ratio: 128/346;
  }
}
.aboutArea .decoLineArea .decoLine:nth-child(3) {
  right: -2dvw;
  bottom: -12dvh;
  aspect-ratio: 782/494;
  height: auto;
  width: 782px;
  background-image: url(../images/home_about_deco_line3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1180px) {
  .aboutArea .decoLineArea .decoLine:nth-child(3) {
    display: none;
  }
}

.teamArea {
  background-image: url(../images/dark_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 70px 0 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 920px) {
  .teamArea {
    padding-bottom: 0;
  }
}
.teamArea .marqueeBox {
  bottom: 80px;
}
.teamArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 50px;
}
@media (max-width: 1180px) {
  .teamArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.teamArea .wrap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 140px);
  background-color: #fff;
  top: -70px;
  left: 0;
  opacity: 0.5;
}
.teamArea .leftBox {
  width: 30%;
  padding-top: 16.5dvh;
}
@media (max-width: 1180px) {
  .teamArea .leftBox {
    width: 100%;
    padding-top: 0;
  }
}
.teamArea .titleBox .subtitle {
  font-size: 40px;
  letter-spacing: 3px;
}
@media (max-width: 480px) {
  .teamArea .titleBox .subtitle {
    font-size: 32px;
    letter-spacing: 2.5px;
  }
}
.teamArea .titleBox .title {
  font-size: 28px;
  position: relative;
  padding-bottom: 20px;
}
.teamArea .titleBox .title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.teamArea .titleBox .textEditorBox {
  margin-top: 20px;
}
.teamArea .titleBox .textEditorBox .textEditor {
  max-width: 380px;
  letter-spacing: 2px;
}
@media (max-width: 1180px) {
  .teamArea .titleBox .textEditorBox .textEditor {
    max-width: 100%;
  }
}
.teamArea .titleBox .btnBox {
  margin-top: 50px;
}
.teamArea .dataBox {
  width: calc(70% - 50px);
  position: relative;
}
@media (max-width: 1180px) {
  .teamArea .dataBox {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 10px;
  }
}
@media (max-width: 920px) {
  .teamArea .dataBox {
    padding-left: 0;
  }
}
.teamArea .dataBox .slick-list .animationTarget {
  opacity: 0;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.teamArea .dataBox .slick-current .TxtBox .animationTarget:nth-child(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.teamArea .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 10px;
  aspect-ratio: 43/63;
  height: auto;
  width: 58%;
  top: 2dvh;
  left: -50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1410px) {
  .teamArea .controlBox {
    width: calc(50% + 70px);
  }
}
@media (max-width: 1280px) {
  .teamArea .controlBox {
    margin: 0 15px;
  }
}
@media (max-width: 1080px) {
  .teamArea .controlBox {
    left: -40px;
  }
}
@media (max-width: 920px) {
  .teamArea .controlBox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
  }
}
.teamArea .controlBox .slick-dots {
  position: absolute;
  bottom: 25px;
}
@media (max-width: 920px) {
  .teamArea .controlBox .slick-dots {
    display: none !important;
  }
}
.teamArea .controlBox .arrowsBox {
  margin: auto;
}
.teamArea .controlBox .slick-arrow {
  width: 70px;
  height: 70px;
}
@media (max-width: 1280px) {
  .teamArea .controlBox .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .teamArea .controlBox .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.teamArea .dataListBox {
  position: relative;
}
.teamArea .dataListBox .dataTxtBg {
  display: block;
  position: absolute;
  width: 72%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/home_team_txt_bg.png);
  background-repeat: no-repeat;
  background-position: 18% top;
  background-size: 26%;
  border-radius: 20px;
  top: 0;
  left: 40%;
}
@media (max-width: 920px) {
  .teamArea .dataListBox .dataTxtBg {
    width: calc(100% + 60px);
    height: calc(100% - 670px + 150px);
    border-radius: 0;
    left: -30px;
    top: 520px;
  }
}
@media (max-width: 640px) {
  .teamArea .dataListBox .dataTxtBg {
    background-position: 18% top;
    background-size: 40%;
  }
}
@media (max-width: 540px) {
  .teamArea .dataListBox .dataTxtBg {
    background-size: 50%;
    height: calc(100% - 68.6567164179dvw - 100px);
    top: calc(68.6567164179dvw + 100px);
  }
}
.teamArea .dataList .dataItem {
  padding: 10dvh 0px 8dvh;
}
@media (max-width: 920px) {
  .teamArea .dataList .dataItem {
    padding: 0;
  }
}
.teamArea .dataList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 920px) {
  .teamArea .dataList .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;
  }
}
.teamArea .dataList .imgBox {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
  max-width: 460px;
  padding: 15px;
}
@media (max-width: 920px) {
  .teamArea .dataList .imgBox {
    width: 100%;
  }
}
.teamArea .dataList .Img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.teamArea .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.teamArea .dataList .TxtBox {
  width: 50%;
}
@media (max-width: 920px) {
  .teamArea .dataList .TxtBox {
    width: 100%;
    padding-bottom: 60px;
  }
}
.teamArea .dataList .Txt {
  max-width: 410px;
  margin-left: auto;
  padding: 0 50px;
  padding-top: 75px;
}
@media (max-width: 920px) {
  .teamArea .dataList .Txt {
    margin: auto;
    padding: 40px 0 0 0;
  }
}
@media (max-width: 520px) {
  .teamArea .dataList .Txt {
    padding: 15px;
    padding-top: 20px;
  }
}
.teamArea .dataList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  padding: 15px 0;
  border-bottom: 1px solid #a38a77;
}
.teamArea .dataList .top .title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2.75px;
  line-height: 1;
}
.teamArea .dataList .top .office {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}
.teamArea .skillTagBox {
  padding-top: 25px;
}
.teamArea .skillTagBox .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teamArea .skillTagBox .tag {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .teamArea .skillTagBox .tag {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .teamArea .skillTagBox .tag {
    width: 100%;
  }
}
.teamArea .skillTagBox .tag .tagImg {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .teamArea .skillTagBox .tag .tagImg {
    width: 40px;
    height: 40px;
  }
}
.teamArea .skillTagBox .tag .title {
  color: #a38a77;
  letter-spacing: 1.75px;
  margin: 0 10px;
  position: relative;
}
.teamArea .skillTagBox .tag .title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #a38a77;
  bottom: 0px;
  left: 0;
}
@media (min-width: 1181px) {
  .teamArea .skillTagBox .tag:hover .tagImg {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .teamArea .skillTagBox .tag:hover .title::before {
    width: 100%;
  }
}

.servicesArea {
  background-image: url(../images/home_service_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 150px 0 110px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .servicesArea {
    padding: 100px 0 50px;
  }
}
.servicesArea .wrap {
  max-width: 1920px;
}
.servicesArea .dataBox {
  padding: 10px 0;
}
@media (max-width: 1919px) {
  .servicesArea .dataList .slick-list {
    overflow: visible;
  }
}
.servicesArea .dataItem {
  padding: 0 10px;
}
.servicesArea .item {
  aspect-ratio: 34/50;
  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;
}
.servicesArea .item .imgBox {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 1181px) {
  .servicesArea .item .imgBox:hover .linkWrap {
    opacity: 1;
  }
  .servicesArea .item .imgBox:hover .Img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.servicesArea .item .Img {
  max-width: 340px;
}
.servicesArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.servicesArea .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(163, 138, 119, 0.7);
  opacity: 0;
}
.servicesArea .item .linkWrap a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
}
.servicesArea .item .linkWrap a .icon {
  width: 16px;
  height: 16px;
}
.servicesArea .item .Txt {
  padding-top: 20px;
  text-align: center;
}
.servicesArea .item .Txt .title {
  letter-spacing: 1.25px;
}
.servicesArea .item .Txt .subtitle {
  color: #a38a77;
  font-size: 14px;
  letter-spacing: 1.75px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.servicesArea .controlBox {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .servicesArea .controlBox {
    padding-top: 30px;
  }
}

.newsArea {
  padding: 160px 0 110px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .newsArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 640px) {
  .newsArea .wrap {
    padding: 0;
  }
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 55px;
}
@media (max-width: 1080px) {
  .newsArea .topBox {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .newsArea .topBox {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.newsArea .topBox .titleBox {
  margin: 0;
}
@media (min-width: 1081px) {
  .newsArea .topBox .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 30px;
  }
}
.newsArea .topBox .btnBox {
  margin: 0;
}
@media (max-width: 1080px) {
  .newsArea .topBox .btnBox {
    display: none;
  }
}
.newsArea .dataBox {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1080px) {
  .newsArea .dataBox {
    margin: 0 -10px;
  }
}
@media (max-width: 640px) {
  .newsArea .dataBox {
    margin: 0;
  }
}
.newsArea .dataItem .dataInfoBox {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  color: #a38a77;
}
@media (max-width: 1280px) {
  .newsArea .dataItem .dataInfoBox {
    padding: 0;
  }
}
.newsArea .dataItem .dateBox .date {
  font-size: 24px;
  padding-right: 10px;
}
.newsArea .dataItem .dateBox .month {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  padding-left: 16px;
}
.newsArea .dataItem .dateBox .month::before {
  content: "";
  position: absolute;
  content: "/";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsArea .dataItem .classTitle {
  padding-left: 16px;
  position: relative;
}
.newsArea .dataItem .classTitle::before {
  content: "";
  position: absolute;
  content: "#";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsArea .dataMainList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media (max-width: 1280px) {
  .newsArea .dataMainList .item {
    gap: 30px;
  }
}
@media (max-width: 1080px) {
  .newsArea .dataMainList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .newsArea .dataMainList .item {
    max-width: 380px;
    padding: 0 15px;
  }
}
.newsArea .dataMainList .item .Img {
  width: calc(50% - 70px);
  max-width: 630px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .newsArea .dataMainList .item .Img {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1080px) {
  .newsArea .dataMainList .item .Img {
    width: 100%;
  }
}
.newsArea .dataMainList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .dataMainList .item .Txt {
  width: 50%;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 1080px) {
  .newsArea .dataMainList .item .Txt {
    padding: 0;
    width: 100%;
  }
}
.newsArea .dataMainList .item .Txt::after {
  content: "";
  position: absolute;
  position: relative;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #a38a77;
  margin-top: 20px;
}
@media (max-width: 1080px) {
  .newsArea .dataMainList .item .Txt::after {
    display: none;
  }
}
.newsArea .dataMainList .item .Txt .title {
  margin-top: 20px;
  font-size: 20px;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.75px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .newsArea .dataMainList .item .Txt .title {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .newsArea .dataMainList .item .Txt .title {
    font-size: 18px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.newsArea .dataMainList .item .Txt .text {
  color: #898989;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.75px;
}
@media (max-width: 1280px) {
  .newsArea .dataMainList .item .Txt .btnBox {
    margin-top: 10px;
  }
}
.newsArea .dataMainList .item .Txt .btnMore {
  color: #aaaaaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  min-width: 125px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0;
}
@media (max-width: 1080px) {
  .newsArea .dataMainList .item .Txt .btnMore {
    display: none;
  }
}
.newsArea .dataMainList .item .Txt .btnMore .btnText {
  font-size: 14px;
}
.newsArea .dataMainList .item .Txt .btnMore .iconBox {
  padding: 10px;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
}
.newsArea .dataMainList .item .Txt .btnMore .iconBox .icon {
  display: block;
  width: 15px;
  height: 15px;
}
@media (min-width: 1181px) {
  .newsArea .dataMainList .item .Txt .btnMore:hover {
    color: #a38a77;
  }
  .newsArea .dataMainList .item .Txt .btnMore:hover .iconBox {
    border-color: #a38a77;
  }
}
@media (min-width: 1081px) {
  .newsArea .dataMainList .slick-list .dataInfoBox,
  .newsArea .dataMainList .slick-list .title,
  .newsArea .dataMainList .slick-list .text,
  .newsArea .dataMainList .slick-list .btnBox {
    opacity: 0;
  }
  .newsArea .dataMainList .slick-list .Txt::after {
    clip-path: inset(0 0 100% 0);
  }
  .newsArea .dataMainList .slick-current .dataInfoBox {
    -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
            animation: slideUpAnimation 0.6s ease-in-out forwards;
  }
  .newsArea .dataMainList .slick-current .title {
    -webkit-animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
            animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
  }
  .newsArea .dataMainList .slick-current .text {
    -webkit-animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
            animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
  }
  .newsArea .dataMainList .slick-current .btnBox {
    -webkit-animation: slideUpAnimation 0.6s 0.9s ease-in-out forwards;
            animation: slideUpAnimation 0.6s 0.9s ease-in-out forwards;
  }
  .newsArea .dataMainList .slick-current .Txt::after {
    -webkit-animation: newsLineAni 1s 1.2s ease-in-out forwards;
            animation: newsLineAni 1s 1.2s ease-in-out forwards;
  }
}
.newsArea .dataSecondBox {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  padding-right: 130px;
  padding-left: 70px;
}
@media (max-width: 1280px) {
  .newsArea .dataSecondBox {
    padding-right: 80px;
    padding-left: 30px;
  }
}
@media (max-width: 1080px) {
  .newsArea .dataSecondBox {
    display: none;
  }
}
.newsArea .dataSecondList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 35px;
}
@media (max-width: 1366px) {
  .newsArea .dataSecondList .item {
    gap: 20px;
  }
}
.newsArea .dataSecondList .item .Img {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.newsArea .dataSecondList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .dataSecondList .item .Txt {
  width: 52%;
}
.newsArea .dataSecondList .item .Txt .dateBox .date {
  font-size: 16px;
  padding-right: 10px;
}
@media (max-width: 1366px) {
  .newsArea .dataSecondList .item .Txt .dateBox .date {
    padding-right: 3px;
  }
}
@media (max-width: 1366px) {
  .newsArea .dataSecondList .item .Txt .dateBox .month {
    padding-right: 5px;
    padding-left: 10px;
  }
}
.newsArea .dataSecondList .item .Txt .title {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .dataSecondList .item .Txt .text {
  color: #898989;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .dataSecondList .slick-list .item {
  opacity: 0;
}
.newsArea .dataSecondList .slick-current .item {
  -webkit-animation: slideDownAnimation 0.6s 1.2s ease-in-out forwards;
          animation: slideDownAnimation 0.6s 1.2s ease-in-out forwards;
}
@media (min-width: 1081px) {
  .newsArea .controlBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1080px) {
  .newsArea .controlBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding: 0 15px;
  }
}
.newsArea .controlBox .btnBox {
  margin: 0;
}
@media (min-width: 1081px) {
  .newsArea .controlBox .btnBox {
    display: none;
  }
}
@media (min-width: 1081px) {
  .newsArea .controlBox .arrowsBox {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 1080px) {
  .newsArea .controlBox .arrowsBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.newsArea .controlBox .slick-dots {
  position: absolute;
  bottom: -70px;
}
@media (max-width: 1080px) {
  .newsArea .controlBox .slick-dots {
    display: none !important;
  }
}
.newsArea .decoLineArea {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.newsArea .decoLineArea .decoLine {
  position: absolute;
  display: block;
}
.newsArea .decoLineArea .decoLine:nth-child(1) {
  bottom: 0;
  left: 0;
  aspect-ratio: 919/320;
  height: auto;
  width: 50%;
  max-width: 919px;
  background-image: url(../images/home_news_deco_line1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 640px) {
  .newsArea .decoLineArea .decoLine:nth-child(1) {
    display: none;
  }
}
.newsArea .decoLineArea .decoLine:nth-child(2) {
  top: 0;
  right: 0;
  aspect-ratio: 545/363;
  height: auto;
  width: 50%;
  max-width: 545px;
  background-image: url(../images/home_news_deco_line2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 640px) {
  .newsArea .decoLineArea .decoLine:nth-child(2) {
    background-image: url(../images/home_news_deco_line2_s.png);
    width: 80%;
    max-width: 316px;
    aspect-ratio: 316/202;
  }
}