.careArea .item .Txt .num, .careArea .item .Txt .text, .careArea .item .Txt .title, .careArea .item .Img, .consultArea .item .Txt .text::before, .consultArea .item .Txt .text, .consultArea .item .title, .consultArea .item .top::after, .consultArea .item .top, .consultArea .item, .serviceArea .item .text, .serviceArea .item .title, .serviceArea .item .Img img, .serviceArea .item .top, .serviceArea .item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mainArea .contentBox {
  padding: 0;
}

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;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  section .titleBox .title {
    font-size: 20px;
  }
}
section .titleBox .title::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;
}

.pageLinkArea {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}
.pageLinkArea .pageLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageLinkArea .pageLinkItem {
  min-width: 225px;
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
}
@media (max-width: 510px) {
  .pageLinkArea .pageLinkItem {
    width: 50%;
    min-width: auto;
  }
}
.pageLinkArea .pageLinkItem:first-child {
  border-right: none;
}
.pageLinkArea .pageLinkItem .pageLink {
  display: block;
  padding: 0px 15px;
  text-align: center;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #959595;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 1px;
}
.pageLinkArea .pageLinkItem .pageLink.current {
  color: #a38a77;
}
@media (min-width: 1181px) {
  .pageLinkArea .pageLinkItem .pageLink:hover {
    color: #a38a77;
  }
}

.ceoArea {
  background-image: url(../images/custom_about_ceo_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ceoArea {
    padding-top: 80px;
  }
}
.ceoArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .ceoArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ceoArea .ceoImgBox {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: 40px;
  width: 60%;
  position: relative;
}
.ceoArea .ceoImgBox::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: -13%;
  left: -10%;
  opacity: 0.2;
  mix-blend-mode: lighten;
}
@media (max-width: 1080px) {
  .ceoArea .ceoImgBox {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ceoArea .ceoImgBox .Img {
  max-width: 790px;
}
@media (max-width: 1080px) {
  .ceoArea .ceoImgBox .Img {
    margin: 0 auto;
  }
}
.ceoArea .rightBox {
  width: calc(40% + 70px);
  margin-left: -70px;
  padding: 65px 0;
}
@media (max-width: 1080px) {
  .ceoArea .rightBox {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px 0;
  }
}
.ceoArea .Txt .title {
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.ceoArea .Txt .title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #a38a77;
  bottom: 0;
  left: 0;
}
.ceoArea .Txt .textEditor {
  color: #535353;
  letter-spacing: 0.75px;
  line-height: 1.95;
}
@media (max-width: 1440px) {
  .ceoArea .Txt .textEditor {
    line-height: 1.5;
  }
}
.ceoArea .signBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  padding-top: 55px;
}
@media (max-width: 1440px) {
  .ceoArea .signBox {
    padding-top: 30px;
  }
}
@media (max-width: 1080px) {
  .ceoArea .signBox {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .ceoArea .signBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ceoArea .signBox .title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.75px;
}
.ceoArea .signBox .Img {
  max-width: 180px;
}

.serviceArea {
  background-image: url(../images/about_service_clinic_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding: 170px 0 150px;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 100px 0;
  }
}
.serviceArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1181px) {
  .serviceArea .wrap {
    max-width: 1590px;
    min-height: 670px;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .serviceArea .wrap {
    min-height: 620px;
  }
}
@media (max-width: 1080px) {
  .serviceArea .wrap {
    padding: 0;
  }
}
.serviceArea .centerBox {
  position: relative;
}
@media (min-width: 1181px) {
  .serviceArea .centerBox::before {
    content: "";
    position: absolute;
    aspect-ratio: 30/48;
    width: 115%;
    border-radius: 500px;
    -webkit-box-shadow: inset 0 0 15px 10px rgba(255, 255, 255, 0.2), inset 5px 5px 8px 0px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0 0 15px 10px rgba(255, 255, 255, 0.2), inset 5px 5px 8px 0px rgba(255, 255, 255, 0.6);
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
    opacity: 0.6;
    -webkit-mask: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), to(black));
    -webkit-mask: linear-gradient(to top, transparent 50%, black 100%);
            mask: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), to(black));
            mask: linear-gradient(to top, transparent 50%, black 100%);
  }
}
@media (max-width: 1080px) {
  .serviceArea .centerBox {
    padding: 0 15px;
  }
}
.serviceArea .titleBox {
  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;
  margin-bottom: 10px;
}
.serviceArea .titleBox .textEditorBox {
  text-align: center;
  max-width: 490px;
}
@media (max-width: 1366px) {
  .serviceArea .titleBox .textEditorBox {
    max-width: 420px;
  }
}
@media (min-width: 1181px) {
  .serviceArea .dataBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px;
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .serviceArea .dataBox {
    padding: 0 25px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .dataBox {
    width: 100%;
    padding: 20px 0 50px;
  }
}
@media (min-width: 1181px) {
  .serviceArea .dataList {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1181px) {
  .serviceArea .dataItem {
    position: absolute;
    --w: 7dvw;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .serviceArea .dataItem {
    --w: 3dvw;
  }
}
@media (min-width: 1181px) {
  .serviceArea .dataItem:nth-child(1) {
    top: 0;
    left: var(--w);
  }
  .serviceArea .dataItem:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .serviceArea .dataItem:nth-child(3) {
    top: calc(100% - 190px);
    left: var(--w);
  }
  .serviceArea .dataItem:nth-child(4) {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .serviceArea .dataItem:nth-child(5) {
    top: calc(100% - 190px);
    left: calc(100% - 350px - var(--w));
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .serviceArea .dataItem:nth-child(5) {
    left: calc(100% - 320px - var(--w));
  }
}
@media (min-width: 1181px) {
  .serviceArea .dataItem:nth-child(6) {
    top: 50%;
    left: calc(100% - 350px - 0dvw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .serviceArea .dataItem:nth-child(6) {
    left: calc(100% - 320px - 0dvw);
  }
}
@media (min-width: 1181px) {
  .serviceArea .dataItem:nth-child(7) {
    top: 0;
    left: calc(100% - 350px - var(--w));
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .serviceArea .dataItem:nth-child(7) {
    left: calc(100% - 320px - var(--w));
  }
}
@media (max-width: 1180px) {
  .serviceArea .dataItem {
    padding: 0 10px;
  }
}
.serviceArea .item {
  background-color: #fff;
  padding: 25px 35px;
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1280px) {
  .serviceArea .item {
    padding: 20px 25px;
    max-width: 320px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .item {
    margin: 0 auto;
  }
}
.serviceArea .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #959595;
  margin-bottom: 15px;
}
.serviceArea .item .Img {
  max-width: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1280px) {
  .serviceArea .item .Img {
    max-width: 40px;
  }
}
.serviceArea .item .title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.5px;
  color: #a38a77;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .serviceArea .item .title {
    font-size: 18px;
  }
}
.serviceArea .item .Txt {
  padding-right: 10px;
  min-height: 65px;
}
@media (max-width: 1180px) {
  .serviceArea .item .Txt {
    padding-right: 0;
  }
}
.serviceArea .item .text {
  letter-spacing: 1.75px;
  line-height: 1.75;
  color: #535353;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.serviceArea .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .serviceArea .item:hover {
    background-color: #a38a77;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .serviceArea .item:hover .Img img {
    -webkit-filter: brightness(10) invert(0);
            filter: brightness(10) invert(0);
  }
  .serviceArea .item:hover .title {
    color: #fff;
  }
  .serviceArea .item:hover .top {
    border-color: #fff;
  }
  .serviceArea .item:hover .text {
    color: #fff;
  }
}
@media (min-width: 1181px) {
  .serviceArea .controlBox {
    display: none;
  }
}

.consultArea {
  padding: 170px 0 130px;
  position: relative;
}
@media (max-width: 1180px) {
  .consultArea {
    padding: 100px 0;
  }
}
.consultArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .consultArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.consultArea .leftBox {
  width: 52%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1180px) {
  .consultArea .leftBox {
    width: 100%;
    max-width: 730px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.consultArea .leftBox .Img {
  max-width: 730px;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 641px) {
  .consultArea .dataBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .consultArea .dataBox {
    padding-top: 10px;
  }
}
.consultArea .dataItem {
  cursor: pointer;
}
@media (min-width: 641px) {
  .consultArea .dataItem {
    position: absolute;
  }
  .consultArea .dataItem:nth-child(1) {
    top: 19%;
    left: 5%;
  }
  .consultArea .dataItem:nth-child(2) {
    top: 41%;
    right: 9%;
  }
}
@media (min-width: 641px) and (max-width: 1280px) {
  .consultArea .dataItem:nth-child(2) {
    right: 3%;
  }
}
@media (min-width: 641px) {
  .consultArea .dataItem:nth-child(3) {
    top: 71%;
    left: 14%;
  }
}
@media (min-width: 641px) {
  .consultArea .dataItem.show .item {
    width: 280px;
  }
}
@media (min-width: 641px) {
  .consultArea .dataItem.show .top {
    padding: 20px 50px 10px 30px;
  }
}
.consultArea .dataItem.show .top::after {
  background-color: #fff;
  color: #a38a77;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 641px) {
  .consultArea .dataItem.show .top::after {
    right: 30px;
    top: calc(50% + 5px);
  }
}
.consultArea .dataItem.show .title {
  color: #a38a77;
}
@media (min-width: 641px) {
  .consultArea .dataItem.show .title {
    font-size: 20px;
  }
}
.consultArea .dataItem.show .Txt {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
@media (min-width: 641px) {
  .consultArea .dataItem.show .Txt .text {
    padding: 10px 30px 25px;
  }
  .consultArea .dataItem.show .Txt .text::before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.consultArea .item {
  background-color: #fff;
}
@media (min-width: 641px) {
  .consultArea .item {
    width: 180px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 640px) {
  .consultArea .item {
    border-bottom: 1px solid rgba(163, 138, 119, 0.3);
  }
}
.consultArea .item .top {
  padding: 10px 20px;
  padding-right: 30px;
  position: relative;
}
.consultArea .item .top::after {
  content: "";
  position: absolute;
  content: "+";
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  font-size: 20px;
  color: #fff;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #a38a77;
  border: 1px solid #a38a77;
  border-radius: 50%;
}
@media (min-width: 1181px) {
  .consultArea .item .top:hover::after {
    background-color: #fff;
    color: #a38a77;
  }
  .consultArea .item .top:hover .title {
    color: #a38a77;
  }
}
.consultArea .item .title {
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.consultArea .item .Txt {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
.consultArea .item .Txt .textBox {
  overflow: hidden;
}
.consultArea .item .Txt .text {
  padding: 10px 20px 20px;
  letter-spacing: 1.5px;
  position: relative;
}
@media (max-width: 640px) {
  .consultArea .item .Txt .text {
    padding-top: 0;
  }
}
.consultArea .item .Txt .text::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #a38a77;
  top: 0;
  left: 20px;
}
@media (max-width: 640px) {
  .consultArea .item .Txt .text::before {
    display: none;
  }
}
.consultArea .rightBox {
  width: 48%;
  padding-left: 50px;
}
@media (max-width: 1180px) {
  .consultArea .rightBox {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.consultArea .rightBox .titleBox {
  margin-top: -10px;
  margin-left: auto;
  max-width: 590px;
}
@media (max-width: 1180px) {
  .consultArea .rightBox .titleBox {
    margin-left: 0;
  }
}
.consultArea .rightBox .textEditorBox {
  min-height: 250px;
}
.consultArea .rightBox .btnBox {
  margin-top: 0px;
  padding-top: 20px;
}
.consultArea .rightBox .btnBox .reserveCustomBtn {
  max-width: 360px;
}

.careArea {
  background-image: url(../images/dark_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.careArea .wrap {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 1390px;
}
@media (max-width: 1080px) {
  .careArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.careArea .leftBox {
  width: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px 10px;
}
@media (max-width: 1080px) {
  .careArea .leftBox {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1081px) {
  .careArea .leftBox .titleBox {
    max-width: 410px;
    padding-left: 10px;
    margin-left: auto;
  }
}
@media (min-width: 1081px) {
  .careArea .leftBox .controlBox {
    max-width: 410px;
    padding-left: 10px;
    margin-left: auto;
  }
}
.careArea .dataBox {
  width: 100%;
}
@media (max-width: 1080px) {
  .careArea .dataBox {
    width: 120%;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .careArea .dataBox {
    width: 100%;
  }
}
.careArea .dataItem {
  padding: 0 10px;
}
@media (max-width: 350px) {
  .careArea .dataItem {
    padding: 0;
  }
}
.careArea .item {
  max-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .careArea .item {
    background-color: transparent;
  }
}
.careArea .item .Img {
  opacity: 0;
}
@media (max-width: 1080px) {
  .careArea .item .Img {
    opacity: 1;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.careArea .item .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.careArea .item .Txt .title {
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #a38a77;
  padding: 10px 0 20px;
}
@media (max-width: 1080px) {
  .careArea .item .Txt .title {
    color: #fff;
  }
}
.careArea .item .Txt .text {
  padding: 10px 0;
  line-height: 1.95;
  letter-spacing: 0.5px;
  border-top: 1px solid #959595;
  height: 230px;
}
@media (max-width: 1080px) {
  .careArea .item .Txt .text {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
  }
}
.careArea .item .Txt .num {
  margin-top: auto;
  margin-left: auto;
  color: #a38a77;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 5px;
  padding-bottom: 0;
}
@media (max-width: 1080px) {
  .careArea .item .Txt .num {
    color: #fff;
  }
}
.careArea .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .careArea .item:hover .Img {
    opacity: 1;
  }
  .careArea .item:hover .text {
    opacity: 0;
  }
  .careArea .item:hover .num,
  .careArea .item:hover .title {
    color: #fff;
  }
}