@charset "UTF-8";
.ChargingStandard {
  background: var(--Grey-Background, #f7f7f7);
  padding: 30px 10px;
}
.ChargingStandard-Box {
  margin-top: 26px;
}
.ChargingStandard-Box-table {
  max-width: 436px;
  margin: 0 auto;
  border: none;
}
.ChargingStandard-Box-table th,
.ChargingStandard-Box-table tr,
.ChargingStandard-Box-table td {
  border: none;
}
.ChargingStandard-Box-table th {
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 0;
  white-space: nowrap;
}
.ChargingStandard-Box-table tr > th:nth-child(1) {
  padding-left: 28px;
  width: 65%;
}
.ChargingStandard-Box-table tr > th:nth-child(2) {
  text-align: center;
}
.ChargingStandard-Box-table thead > tr th {
  background: var(--Grey-Background, #f7f7f7);
}
.ChargingStandard-Box-table tbody tr td {
  background: #e2ecf4;
  color: var(--Grey-Deep, #4d4d4d);
  /* 手機版/MB-Body Text */
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 1.6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ChargingStandard-Box-table tbody tr > td:nth-child(1) {
  padding-left: 28px;
}
.ChargingStandard-Box-table tbody tr > td:nth-child(2) {
  text-align: center;
}
.ChargingStandard-Box-table tbody > tr:nth-child(1) td {
  padding-top: 20px;
  position: relative;
}
.ChargingStandard-Box-table tbody > tr:nth-child(1) td:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 1px;
  height: 80px;
  background: #b1b0b0;
}
.ChargingStandard-Box-table tbody > tr:last-child td {
  padding-top: 10px;
  padding-bottom: 24px;
}
.ChargingStandard-Box-table-Price {
  margin-top: 60px;
}
.ChargingStandard-Box-table-Price tbody tr td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ChargingStandard-Box-table-Price tbody > tr:nth-child(odd) td {
  background-color: rgba(229, 255, 249, 0.54);
}
.ChargingStandard-Box-table-Price tbody > tr:nth-child(even) td {
  background-color: rgba(223, 247, 253, 0.54);
}
.ChargingStandard-Box-table-Price tbody > tr td:nth-child(1) {
  border-right: 1px solid #b1b0b0;
}
.ChargingStandard-Box-table-Price tbody > tr:nth-child(1) td:nth-child(1)::after {
  content: none;
}
.ChargingStandard .ChargingStandard-appointment {
  cursor: pointer;
  margin-top: 27px;
  max-width: 280px;
  max-height: 111px;
  position: relative;
  animation: moveLeftRight 3s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
@keyframes moveLeftRight {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 20px;
  }
}

/* 健康資訊圖片 */
.healthQuestion-img {
  width: 100%;
  margin-top: 25px;
}

.healthQuestion-img > div iframe, .healthQuestion-img > div {
  overflow: hidden;
  max-width: 371px;
  border-radius: 20px;
}

.healthQuestion-img > div {
  background-color: #DDDDDD;
}

@media screen and (min-width: 992px) {
  .serviceArea-Box-table thead tr th {
    font-size: 23pt;
    text-align: left;
  }
  .serviceArea-Box-table thead tr th:nth-child(1) {
    width: 33%;
  }
  .serviceArea-Box-table tbody tr td p {
    font-size: 20pt;
    font-weight: 400;
  }
  .ChargingStandard {
    padding: 57px 0px;
  }
  .ChargingStandard-Box {
    margin-top: 35px;
  }
  .ChargingStandard-Box-table {
    max-width: 647px;
  }
  .ChargingStandard-Box-table th {
    font-size: 27.312px;
    padding-bottom: 22px;
  }
  .ChargingStandard-Box-table tr > th:nth-child(1) {
    padding-left: 40px;
    width: 65%;
  }
  .ChargingStandard-Box-table tr > th:nth-child(2) {
    text-align: center;
  }
  .ChargingStandard-Box-table tbody tr td {
    color: #515151;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .ChargingStandard-Box-table tbody tr > td:nth-child(1) {
    padding-left: 40px;
  }
  .ChargingStandard-Box-table tbody > tr:nth-child(1) td {
    padding-top: 26px;
    position: relative;
  }
  .ChargingStandard-Box-table tbody > tr:nth-child(1) td:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 33px;
    width: 1px;
    height: 88px;
    background: #b1b0b0;
  }
  .ChargingStandard-Box-table tbody > tr:last-child td {
    padding-top: 13px;
    padding-bottom: 32px;
  }
  .ChargingStandard-Box-table-Price {
    margin-top: 43px;
  }
  .ChargingStandard-Box-table-Price th {
    padding-bottom: 37px;
  }
  .ChargingStandard-Box-table-Price tbody tr td {
    padding-top: 7px !important;
    padding-bottom: 17px !important;
  }
  .ChargingStandard-Box-table-Price tbody > tr td:nth-child(1) {
    border-right: 1px solid #b1b0b0;
  }
  .ChargingStandard-Box-table-Price tbody > tr:nth-child(1) td:nth-child(1)::after {
    content: none;
  }
  .ChargingStandard .ChargingStandard-appointment {
    margin-top: 30px;
    max-width: 361px;
    max-height: 138px;
  }
  .healthQuestion-img {
    margin-top: 80px;
  }
  .healthQuestion-img > div iframe, .healthQuestion-img > div {
    width: 960px;
    max-width: 960px;
    height: 540px;
  }
}/*# sourceMappingURL=ophthalmology-extro.css.map */