.trafficArea .classList .title::after, .trafficArea .classList .title, .trafficArea .classCurrent::after, .hoursArea .table .time .active::before, .hoursArea .table .time .active, .environmentArea .item .title {
  -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 {
  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;
  }
}

.environmentArea {
  background-image: url(../images/about_service_clinic_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding: 150px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .environmentArea {
    padding: 100px 0;
  }
}
.environmentArea .wrap {
  max-width: 950px;
}
.environmentArea .dataBox {
  position: relative;
}
@media (max-width: 1180px) {
  .environmentArea .dataBox {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .environmentArea .dataBox {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  .environmentArea .dataBox {
    width: 100%;
  }
}
.environmentArea .dataBox .slick-list {
  overflow: visible;
}
@media (max-width: 1180px) {
  .environmentArea .dataItem {
    padding: 0 50px;
  }
}
@media (max-width: 640px) {
  .environmentArea .dataItem {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .environmentArea .dataItem {
    padding: 0 10px;
  }
}
.environmentArea .item {
  max-width: 700px;
  margin: 0 auto;
}
.environmentArea .item .Img {
  overflow: hidden;
  border-radius: 20px;
}
.environmentArea .item .title {
  text-align: center;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  padding: 25px 0;
  opacity: 0;
}
.environmentArea .item.show .title {
  opacity: 1;
}
.environmentArea .controlBox .arrowsBox {
  width: calc(100% + 60px);
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .environmentArea .controlBox .arrowsBox {
    display: none;
  }
}
.environmentArea .controlBox .slick-dots {
  margin-top: 50px;
  margin-bottom: 10px;
}

.hoursArea {
  background-image: url(../images/dark_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.hoursArea .marqueeBox {
  bottom: 80px;
}
.hoursArea .wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1390px;
  padding-top: 200px;
  padding-bottom: 150px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1441px) {
  .hoursArea .wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1024px) {
  .hoursArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.hoursArea .leftBox {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 30%;
  min-width: 320px;
}
@media (max-width: 1024px) {
  .hoursArea .leftBox {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
  }
}
.hoursArea .titleBox {
  max-width: 300px;
}
.hoursArea .titleBox .btnBox {
  margin-top: 30px;
}
.hoursArea .scheduleBox {
  width: 70%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  overflow: auto;
}
.hoursArea .scheduleBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.hoursArea .scheduleBox::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.hoursArea .scheduleBox::-webkit-scrollbar-thumb {
  background: #a38a77;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .hoursArea .scheduleBox {
    cursor: move;
  }
}
@media (max-width: 1024px) {
  .hoursArea .scheduleBox {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .hoursArea .scheduleBox {
    padding: 20px;
  }
}
.hoursArea .table {
  width: 100%;
  min-width: 750px;
}
@media (max-width: 900px) {
  .hoursArea .table {
    min-width: 520px;
  }
}
.hoursArea .table .tableHeader,
.hoursArea .table .tableRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 900px) {
  .hoursArea .table .tableHeader,
  .hoursArea .table .tableRow {
    height: 60px;
  }
}
.hoursArea .table .title {
  width: 170px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media (max-width: 900px) {
  .hoursArea .table .title {
    width: 110px;
    letter-spacing: 1px;
    font-size: 16px;
  }
}
.hoursArea .table .time {
  letter-spacing: 1.5px;
  width: calc((100% - 170px) / 7);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  text-align: center;
  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;
}
@media (max-width: 900px) {
  .hoursArea .table .time {
    width: calc((100% - 110px) / 7);
  }
}
.hoursArea .table .time:nth-child(even) {
  background-color: #f8f8f8;
}
.hoursArea .table .time.weekend {
  color: #959595;
}
.hoursArea .table .time .active {
  width: 15px;
  height: 15px;
  background-color: #a38a77;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 900px) {
  .hoursArea .table .time .active {
    width: 12px;
    height: 12px;
  }
}
.hoursArea .table .time .active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(163, 138, 119, 0);
  border-radius: 50%;
  -webkit-animation: blinkAni 2s infinite;
          animation: blinkAni 2s infinite;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 2s linear 0s infinite;
          animation: ripple 2s linear 0s infinite;
}
@media (min-width: 1181px) {
  .hoursArea .table .time:hover .active::before {
    background-color: rgba(163, 138, 119, 0.5);
  }
}

.trafficArea {
  padding: 170px 0;
}
@media (max-width: 1180px) {
  .trafficArea {
    padding: 100px 0;
  }
}
.trafficArea .titleBox {
  margin-bottom: 10px;
}
.trafficArea .titleBox .title {
  margin: 0;
}
.trafficArea .titleBox .title::after {
  display: none;
}
.trafficArea .topBox {
  position: relative;
  z-index: 5;
}
@media (max-width: 1180px) {
  .trafficArea .topBox {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.trafficArea .classCurrent {
  text-align: center;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.75px;
  padding: 10px 0;
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 2px solid #e5e5e5;
  z-index: 5;
}
.trafficArea .classCurrent::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 20px;
  bottom: calc(50% - 4px);
  margin-left: -7px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .trafficArea .classCurrent {
    display: none;
  }
}
@media (max-width: 1180px) {
  .trafficArea .ClassDataBox {
    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;
    position: absolute;
    z-index: 4;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
  }
  .trafficArea .ClassDataBox.open {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 1181px) {
  .trafficArea .classList {
    height: 50px;
    width: 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .trafficArea .classList {
    overflow: hidden;
  }
}
.trafficArea .classList .classItem {
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1181px) {
  .trafficArea .classList .classItem::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #e5e5e5;
    top: 20px;
    left: 0;
  }
  .trafficArea .classList .classItem:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #e5e5e5;
    top: 20px;
    right: 0;
  }
}
.trafficArea .classList .classItem.current .title {
  color: #a38a77;
}
.trafficArea .classList .classItem.current .title::after {
  width: 100%;
}
@media (min-width: 1181px) {
  .trafficArea .classList .classItem:hover .title {
    color: #a38a77;
  }
  .trafficArea .classList .classItem:hover .title::after {
    width: 100%;
  }
}
.trafficArea .classList .classItem:last-child {
  padding-bottom: 10px;
}
.trafficArea .classList .item {
  text-align: center;
  padding: 0 80px;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.75px;
}
@media (max-width: 1180px) {
  .trafficArea .classList .item {
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .trafficArea .classList .item {
    padding: 0 30px;
  }
}
.trafficArea .classList .title {
  padding: 10px 0;
  position: relative;
}
.trafficArea .classList .title::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #a38a77;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .trafficArea .classList .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.trafficArea .bottomBox {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.trafficArea .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;
}
.trafficArea .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;
}
.trafficArea .dataList {
  padding-bottom: 20px;
}
.trafficArea .dataItem {
  border-top: 1px solid #e5e5e5;
}
.trafficArea .dataItem:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1180px) {
  .trafficArea .dataItem:first-child {
    border-top: none;
  }
}
.trafficArea .dataItem .item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
@media (max-width: 900px) {
  .trafficArea .dataItem .item {
    -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;
  }
}
.trafficArea .dataItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.trafficArea .dataItem .title {
  padding-right: 5px;
}
.trafficArea .dataItem .noList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .trafficArea .dataItem .noList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.trafficArea .dataItem .noItem {
  padding: 7px 15px;
  background-color: #a38a77;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  .trafficArea .dataItem .noItem {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.trafficArea .dataItem .textEditor {
  color: #535353;
}
.trafficArea .dataItem .btnBox {
  margin: 0;
}
@media (max-width: 900px) {
  .trafficArea .dataItem .btnBox .btnCustom {
    padding: 5px 10px;
    min-width: 120px;
  }
}