/* CSS Document */
.newsArea .dataMainList .item .Txt .btnMore .iconBox, .newsArea .dataMainList .item .Txt .btnMore, .skillArea .dataList .title, .skillArea .dataList .Img img, .skillArea .dataList .Img::after, .teamIndex .item .nameBox .office, .teamIndex .item .nameBox .title, .teamIndex .item .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section .titleBox.textLeft .title::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
section .titleBox.white .title::after {
  background-color: #fff;
}
section .titleBox .subtitle {
  font-size: 36px;
}
@media (max-width: 768px) {
  section .titleBox .subtitle {
    font-size: 28px;
  }
}
section .titleBox .title {
  font-size: 24px;
}
@media (max-width: 768px) {
  section .titleBox .title {
    font-size: 20px;
  }
}
section .titleBox .title.line {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
section .titleBox .title.line::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #a38a77;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section .titleBox .textEditor {
  letter-spacing: 0.75px;
  line-height: 1.95;
  color: #535353;
}

.teamIndex .dataBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.teamIndex .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;
}
.teamIndex .teamList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.teamIndex .teamItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .teamIndex .teamItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .teamIndex .teamItem {
    width: 100%;
  }
}
.teamIndex .item .Img {
  background-image: url(../images/team_bg.jpg);
  background-size: cover 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.teamIndex .item .Img::before {
  content: "";
  position: absolute;
  width: 50%;
  height: auto;
  aspect-ratio: 368/685;
  background-image: url(../images/logo_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -10%;
  left: -2%;
  opacity: 0.08;
  mix-blend-mode: lighten;
}
.teamIndex .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  z-index: 3;
}
@media (min-width: 1181px) {
  .teamIndex .item .Img:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.teamIndex .item .nameBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 15px 0;
  width: 100%;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
}
.teamIndex .item .nameBox .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.75px;
  line-height: 1;
}
.teamIndex .item .nameBox .office {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}
.teamIndex .item .nameBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .teamIndex .item .nameBox:hover .title,
  .teamIndex .item .nameBox:hover .office {
    color: #a38a77;
  }
}

.introArea {
  background-image: url(../images/team_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.introArea .bread {
  position: absolute;
  z-index: 4;
  bottom: 50px;
  width: 100%;
}
.introArea .bread a {
  pointer-events: auto;
}
.introArea .bread .wrap {
  max-width: 1660px;
  padding: 0 15px;
}
@media (max-width: 980px) {
  .introArea .bread .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.introArea .bread .wrap a,
.introArea .bread .wrap span {
  color: #fff;
}
.introArea .bread .wrap a:first-child::before {
  -webkit-filter: brightness(10) invert(1);
          filter: brightness(10) invert(1);
}
.introArea .bread.slash .wrap a + a::before,
.introArea .bread.slash .wrap span + span::before,
.introArea .bread.slash .wrap span + a::before,
.introArea .bread.slash .wrap a + span::before {
  background-color: #fff;
}
.introArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  max-width: 1300px;
}
@media (max-width: 980px) {
  .introArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
}
.introArea .Img {
  overflow: hidden;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 56%;
}
@media (max-width: 980px) {
  .introArea .Img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.introArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .Img::before {
  content: "";
  position: absolute;
  width: 55%;
  height: auto;
  aspect-ratio: 368/685;
  background-image: url(../images/logo_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -8%;
  left: -18%;
  opacity: 0.08;
  mix-blend-mode: lighten;
}
.introArea .TxtBox {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .introArea .TxtBox {
    width: 100%;
  }
}
.introArea .Txt {
  padding: 20px;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 980px) {
  .introArea .Txt {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .introArea .Txt {
    padding: 0;
  }
}
.introArea .decoTitle {
  letter-spacing: 2.5px;
  color: #fff;
  padding-bottom: 10px;
}
.introArea .nameBox {
  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-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.introArea .nameBox .title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2.75px;
  line-height: 1;
}
.introArea .nameBox .office {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}
.introArea .homeTeamExp {
  padding: 0;
}
.introArea .homeTeamExp .expItem {
  padding-left: 20px;
  color: #fff;
}
.introArea .homeTeamExp .expItem::before {
  background-color: #fff;
  left: 5px;
}
.introArea .btnBox {
  margin-top: 50px;
}

.skillArea {
  background-image: url(../images/about_service_clinic_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding: 170px 0;
}
@media (max-width: 1180px) {
  .skillArea {
    padding: 100px 0;
  }
}
.skillArea .dataBox {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
.skillArea .controlBox .slick-dots {
  padding-top: 50px;
}
.skillArea .dataList .Img {
  margin: 0 auto;
  width: 120px;
  padding: 35px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.skillArea .dataList .Img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #a38a77;
  mix-blend-mode: color;
  opacity: 0;
  pointer-events: none;
}
.skillArea .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.skillArea .dataList .title {
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #604d3e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 1181px) {
  .skillArea .dataItem:hover .Img::after {
    opacity: 1;
  }
  .skillArea .dataItem:hover .Img img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .skillArea .dataItem:hover .title {
    color: #a38a77;
  }
}

.licenseArea {
  background-image: url(../images/team_license_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 200px 0 180px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .licenseArea {
    padding: 120px 0 100px;
  }
}
@media (max-width: 980px) {
  .licenseArea {
    padding: 80px 0;
  }
}
.licenseArea::before {
  content: "";
  position: absolute;
  width: 46%;
  height: 100%;
  background-image: url(../images/team_license_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
}
@media (max-width: 980px) {
  .licenseArea::before {
    width: 100%;
    height: 50%;
  }
}
.licenseArea .wrap {
  position: relative;
}
@media (min-width: 981px) {
  .licenseArea .rightBox {
    width: 100%;
    max-width: 1490px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .licenseArea .rightBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 981px) and (max-width: 768px) {
  .licenseArea .rightBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 981px) {
  .licenseArea .rightBox .topTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 30%;
    width: 70%;
  }
}
@media (min-width: 981px) and (max-width: 1080px) {
  .licenseArea .rightBox .topTitle {
    width: 85%;
  }
}
@media (min-width: 981px) {
  .licenseArea .rightBox .textEditor {
    width: 60%;
    max-width: 540px;
    padding-left: 20px;
    padding-top: 40px;
    height: 260px;
    position: relative;
  }
  .licenseArea .rightBox .textEditor::before {
    content: "";
    position: absolute;
    width: 38%;
    height: auto;
    aspect-ratio: 368/685;
    background-image: url(../images/logo_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -65%;
    left: -25%;
    opacity: 0.8;
    mix-blend-mode: lighten;
    z-index: 1;
  }
}
.licenseArea .rightBox .controlBoxArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 30%;
  width: 70%;
  margin-top: auto;
}
@media (max-width: 1080px) {
  .licenseArea .rightBox .controlBoxArea {
    width: 85%;
  }
}
.licenseArea .rightBox .controlBox {
  width: 60%;
  max-width: 540px;
  padding-left: 20px;
  gap: 10px;
  margin-bottom: 40px;
}
.licenseArea .rightBox .arrowsBox {
  position: relative;
  z-index: 5;
}
@media (max-width: 980px) {
  .licenseArea .rightBox .arrowsBox .slick-arrow {
    background-color: #fff !important;
  }
  .licenseArea .rightBox .arrowsBox .slick-arrow:hover, .licenseArea .rightBox .arrowsBox .slick-arrow:focus {
    color: #a38a77;
  }
}
@media (max-width: 980px) {
  .licenseArea .rightBox .progressBox {
    color: #fff;
  }
  .licenseArea .rightBox .progressBox .text {
    color: #fff;
  }
}
.licenseArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.licenseArea .dataSecondList {
  width: 50%;
}
@media (max-width: 980px) {
  .licenseArea .dataSecondList {
    display: none;
  }
}
.licenseArea .dataSecondList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.licenseArea .dataSecondList .dataItem {
  height: 100%;
}
.licenseArea .dataSecondList .item {
  padding: 0 15px;
}
.licenseArea .dataSecondList .Img {
  max-width: 200px;
}
.licenseArea .dataSecondList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.licenseArea .dataMainList {
  width: 70%;
}
@media (max-width: 1080px) {
  .licenseArea .dataMainList {
    width: 85%;
  }
}
@media (max-width: 980px) {
  .licenseArea .dataMainList {
    width: 100%;
  }
}
.licenseArea .dataMainList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .licenseArea .dataMainList .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;
  }
}
.licenseArea .dataMainList .imgBox {
  width: 40%;
  max-width: 390px;
  padding: 20px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .licenseArea .dataMainList .imgBox {
    width: 100%;
  }
}
.licenseArea .dataMainList .imgBox .Img {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.licenseArea .dataMainList .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.licenseArea .dataMainList .Txt {
  width: 100%;
}
@media (min-width: 981px) {
  .licenseArea .dataMainList .Txt {
    width: 60%;
    max-width: 540px;
    margin-left: auto;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 260px;
    margin-bottom: 110px;
  }
}
.licenseArea .dataMainList .textBox {
  margin-top: 25px;
  padding-top: 35px;
  position: relative;
}
@media (max-width: 980px) {
  .licenseArea .dataMainList .textBox {
    text-align: center;
    margin-top: 0px;
    padding-top: 20px;
  }
}
.licenseArea .dataMainList .textBox::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #a38a77;
  top: 0;
  left: 0;
}
@media (max-width: 980px) {
  .licenseArea .dataMainList .textBox::before {
    display: none;
  }
}
.licenseArea .dataMainList .textBox .year {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  color: #a38a77;
}
.licenseArea .dataMainList .textBox .title {
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1;
  margin-top: 20px;
}

.albumArea {
  position: relative;
  padding: 160px 0;
}
@media (max-width: 980px) {
  .albumArea {
    padding: 100px 0;
  }
}
.albumArea .marqueeBox {
  opacity: 0.1;
}
.albumArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media (max-width: 1440px) {
  .albumArea .wrap {
    gap: 40px;
  }
}
@media (max-width: 980px) {
  .albumArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.albumArea .leftBox {
  width: calc(47% - 70px);
}
@media (max-width: 1440px) {
  .albumArea .leftBox {
    width: calc(47% - 40px);
  }
}
@media (max-width: 980px) {
  .albumArea .leftBox {
    width: 100%;
  }
}
.albumArea .dataBox {
  width: 53%;
  position: relative;
}
@media (max-width: 980px) {
  .albumArea .dataBox {
    width: 100%;
  }
}
.albumArea .dataBox .item {
  padding: 0 80px;
}
@media (max-width: 480px) {
  .albumArea .dataBox .item {
    padding: 0 60px;
  }
}
.albumArea .dataBox .Img {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.albumArea .dataBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumArea .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: auto;
  height: calc(100% + 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.albumArea .controlBox .arrowsBox {
  margin: auto;
  padding-bottom: 40px;
}

.newsArea {
  padding: 200px 0 110px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .newsArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 640px) {
  .newsArea .wrap {
    padding: 0;
  }
}
.newsArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .newsArea .titleBox {
    -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;
  }
}
.newsArea .titleBox .title {
  padding-top: 0;
}
.newsArea .dataBox {
  padding-top: 20px;
  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;
  }
}