@charset "UTF-8";
body {
  background: #FAF7F2;
}

section {
  margin: 70px 0 5%;
}

.section-regenerative-application {
  display: flex;
  padding: 7% 25px 3%;
  position: relative;
  margin: 27% 0 0;
  display: flex;
  justify-content: center;
}
.section-regenerative-application:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 10px;
  left: 4%;
  top: 0;
  background: #C9A07A;
}
.section-regenerative-application h1, .section-regenerative-application p, .section-regenerative-application li {
  color: #9A5B31;
}
.section-regenerative-application div {
  width: 50%;
  margin-left: 10%;
}
.section-regenerative-application ul {
  padding-left: 2%;
}

.section-evs-treatments {
  position: relative;
  margin-top: 0;
  padding-top: 20%;
}
.section-evs-treatments h3 {
  background: #C9A07A;
  color: #fff;
  width: 35%;
  padding: 15px 25px;
  position: absolute;
  left: 0;
  top: 6%;
}
.section-evs-treatments .content {
  background: #fff;
  margin: 0 25px;
  padding: 17% 6% 10%;
  width: 88%;
}
.section-evs-treatments .evs-treatment-item {
  margin-top: 5%;
}
.section-evs-treatments p, .section-evs-treatments h4, .section-evs-treatments li {
  color: #685844;
}
.section-evs-treatments h4 {
  margin-bottom: 4%;
  font-weight: bold;
}
.section-evs-treatments ul {
  padding-left: 8%;
}
.section-evs-treatments li {
  margin-bottom: 0;
}

.section-eecp-therapy {
  background: #fff;
  margin: 10% 25px 12%;
  width: 88%;
  padding: 8% 6%;
  position: relative;
}
.section-eecp-therapy .eecp-overview {
  margin-bottom: 20%;
}
.section-eecp-therapy .eecp-overview h3 {
  float: right;
  margin: 0 0 5% 5%;
  position: relative;
  width: 51%;
  height: 150px;
  background: url("../img/medical.jpg") center center/cover;
  padding: 4% 3% 3%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  z-index: 2;
  /* 遮色片 */
}
.section-eecp-therapy .eecp-overview h3:before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  pointer-events: none; /* 不阻擋點擊 */
  z-index: -1;
  background-color: rgba(143, 96, 50, 0.8);
}
.section-eecp-therapy .eecp-info-item {
  margin-top: 15%;
}
.section-eecp-therapy .eecp-info-item h4 {
  background: #C9A07A;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 5%;
}
.section-eecp-therapy p {
  color: #685844;
  margin-bottom: 0;
}

.section-advanced-therapies {
  background: #fff;
  padding: 8% 6%;
  margin: 5% 25px 8%;
  width: 88%;
  position: relative;
}
.section-advanced-therapies .title {
  display: flex;
  align-items: end;
}
.section-advanced-therapies h3 {
  background: #C9A07A;
  color: #fff;
  padding: 10px 15px;
  margin-right: 5%;
}
.section-advanced-therapies .right-line {
  width: 56%;
  height: 6px;
  background: #C9A07A;
}
.section-advanced-therapies h4 {
  color: #C9A07A;
  margin-bottom: 3%;
  font-weight: bold;
}
.section-advanced-therapies p {
  color: #685844;
}
.section-advanced-therapies p + p {
  margin-bottom: 0;
}
.section-advanced-therapies .shockwave-therapy {
  margin-top: 14%;
}
.section-advanced-therapies .therapy-item + .therapy-item {
  margin-top: 15%;
}

@media (min-width: 500px) and (max-width: 699px) {
  .section-regenerative-application {
    margin-top: 20%;
  }
  .section-evs-treatments {
    padding-top: 15%;
  }
  .section-evs-treatments h3 {
    width: 25%;
  }
  .section-evs-treatments .content {
    padding-top: 14%;
  }
  .section-eecp-therapy {
    margin: 8% 25px;
  }
  .section-eecp-therapy .eecp-overview {
    margin-bottom: 14%;
  }
  .section-eecp-therapy .eecp-info-item h4 {
    margin-bottom: 3%;
  }
  .section-advanced-therapies {
    margin-bottom: 12%;
  }
  .section-advanced-therapies .right-line {
    width: 67%;
  }
  .section-advanced-therapies .shockwave-therapy, .section-advanced-therapies .therapy-item + .therapy-item {
    margin-top: 12%;
  }
}
@media (min-width: 700px) {
  section {
    margin: 10% 0 5%;
  }
  .section-regenerative-application {
    padding: 3% 15px 1%;
  }
  .section-regenerative-application:after {
    width: 84%;
    left: 8%;
  }
  .section-evs-treatments h4 {
    margin-bottom: 2%;
  }
  .section-eecp-therapy .eecp-overview {
    margin-bottom: 11%;
  }
  .section-eecp-therapy .eecp-overview h3 {
    float: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-advanced-therapies p + p {
    margin-top: 3%;
  }
}
@media (min-width: 700px) and (max-width: 1042px) {
  .section-regenerative-application {
    margin-top: 22%;
  }
  .section-regenerative-application div {
    width: 55%;
  }
  .section-evs-treatments {
    margin-top: 0;
    padding-top: 12%;
  }
  .section-evs-treatments h3 {
    width: 22%;
  }
  .section-evs-treatments .content {
    margin-left: 8%;
    padding: 9% 6% 7%;
    width: 78%;
  }
  .section-evs-treatments ul {
    padding-left: 4%;
  }
  .section-eecp-therapy {
    margin: 7% 8% 5% auto;
    width: 78%;
    padding: 6%;
  }
  .section-eecp-therapy .eecp-overview h3 {
    width: 32%;
    height: 200px;
    padding: 4% 2% 2%;
  }
  .section-eecp-therapy .eecp-overview p {
    width: 66%;
  }
  .section-eecp-therapy .eecp-info-item {
    margin-top: 7%;
  }
  .section-eecp-therapy .eecp-info-item h4 {
    width: 25%;
    margin-bottom: 2%;
  }
  .section-advanced-therapies {
    padding: 6%;
    margin: 7% auto 8% 8%;
    width: 78%;
  }
  .section-advanced-therapies h3 {
    margin-right: 2%;
  }
  .section-advanced-therapies .right-line {
    width: 70%;
    height: 5px;
  }
  .section-advanced-therapies h4 {
    margin-bottom: 2%;
  }
  .section-advanced-therapies .shockwave-therapy {
    margin-top: 12%;
  }
  .section-advanced-therapies .therapy-item + .therapy-item {
    margin-top: 8%;
  }
}
@media (min-width: 1024px) {
  .section-regenerative-application {
    margin-top: 10%;
  }
  .section-regenerative-application:after {
    height: 20px;
  }
  .section-regenerative-application h1 {
    width: 17%;
    margin-left: 13.5%;
  }
  .section-evs-treatments {
    margin-top: 4%;
    padding-top: 0;
  }
  .section-evs-treatments h3 {
    width: 10%;
  }
  .section-evs-treatments .content {
    margin: 0 0 0 8%;
    padding: 3% 6%;
    width: 55%;
  }
  .section-evs-treatments ul {
    padding-left: 2%;
  }
  .section-eecp-therapy {
    margin: 0 8% 5% auto;
    width: 70%;
    padding: 3% 6%;
  }
  .section-eecp-therapy .eecp-overview h3 {
    width: 20%;
    height: 230px;
    padding: 4% 1.5% 1.5%;
  }
  .section-eecp-therapy .eecp-overview p {
    width: 80%;
  }
  .section-eecp-therapy .eecp-info-item {
    margin-top: 4%;
  }
  .section-eecp-therapy .eecp-info-item h4 {
    width: 14%;
    margin-bottom: 1%;
  }
  .section-advanced-therapies {
    padding: 3% 6%;
    margin: 0 auto 8% 8%;
    width: 70%;
  }
  .section-advanced-therapies h3 {
    margin-right: 4%;
  }
  .section-advanced-therapies .right-line {
    width: 82%;
    height: 8px;
  }
  .section-advanced-therapies h4 {
    margin-bottom: 1%;
  }
  .section-advanced-therapies .shockwave-therapy {
    margin-top: 6%;
  }
  .section-advanced-therapies .therapy-item + .therapy-item {
    margin-top: 5%;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .section-regenerative-application {
    margin-top: 15%;
  }
  .section-evs-treatments h3 {
    width: 15%;
  }
  .section-evs-treatments .content {
    margin-left: 12%;
  }
  .section-eecp-therapy .eecp-overview h3 {
    width: 26%;
    height: 200px;
  }
  .section-eecp-therapy .eecp-overview p {
    width: 72%;
  }
  .section-eecp-therapy .eecp-info-item {
    margin-top: 5%;
  }
  .section-eecp-therapy .eecp-info-item h4 {
    width: 20%;
    margin-bottom: 2%;
  }
  .section-advanced-therapies .right-line {
    width: 72%;
  }
  .section-advanced-therapies .therapy-item + .therapy-item {
    margin-top: 7%;
  }
}/*# sourceMappingURL=regenerative-medicine.css.map */