.symptom_wrap,
.treatment_wrap {
  background-color: #fff6f6;
}

.treatment_wrap .treatment_list {
  gap: 70rem 30rem;
  flex-wrap: wrap;
}
.treatment_wrap .treatment_list .desc p {
  min-height: 160rem;
}
.treatment_wrap .treatment_list .desc .img_wrap {
  min-height: 300rem;
  display: flex;
  align-items: flex-end;
}

.self_pay_wrap {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.self_pay_wrap .price_wrap {
  display: flex;
  margin-top: 40rem;
  gap: 45rem;
  align-items: flex-start;
}
.self_pay_wrap .price_wrap table {
  border-spacing: 5rem;
  border-collapse: separate;
  font-size: 18rem;
}
.self_pay_wrap .price_wrap table th {
  height: 48rem;
  line-height: 48rem;
}
.self_pay_wrap .price_wrap table .th_wrap {
  display: flex;
}
.self_pay_wrap .price_wrap table .main_th {
  background-color: #fa5dc1;
  color: #fff;
  font-weight: bold;
}
.self_pay_wrap .price_wrap table .sub_th {
  background-color: #ffcbec;
  padding-left: 30rem;
  text-align: left;
  width: 155rem;
  border-radius: 0 5rem 5rem 0;
  margin-left: -5rem;
}
.self_pay_wrap .price_wrap table td {
  height: 48rem;
  line-height: 48rem;
}
.self_pay_wrap .price_wrap table td.price {
  color: #fa5dc1;
  font-weight: bold;
  font-size: 24rem;
  position: relative;
  width: 160rem;
  text-align: center;
}
.self_pay_wrap .price_wrap table tr:first-child td.price {
  border-top: 1px solid #b5b5b5;
}
.self_pay_wrap .price_wrap table tr:last-child td.price {
  border-bottom: 1px solid #b5b5b5;
}
.self_pay_wrap .price_wrap table tr:not(:first-child) td.price::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
  top: -2.5rem;
}
.self_pay_wrap .price_wrap .medical_fees .main_th {
  border-radius: 5rem;
  width: 164rem;
}
.self_pay_wrap .price_wrap .treatment_fees .main_th {
  border-radius: 5rem 0 0 5rem;
  width: 268rem;
  padding-left: 30rem;
  text-align: left;
}

@media screen and (max-width: 680px) {
  .treatment_wrap .treatment_list .desc p {
    min-height: auto;
  }
  .treatment_wrap .treatment_list .desc .img_wrap {
    min-height: auto;
  }
  .self_pay_wrap {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  .self_pay_wrap .price_wrap {
    flex-direction: column;
    gap: 10rem;
  }
  .self_pay_wrap .price_wrap table {
    font-size: 14rem;
  }
  .self_pay_wrap .price_wrap table td.price {
    font-size: 16rem;
  }
  .self_pay_wrap .price_wrap .treatment_fees .th_wrap {
    height: 100%;
  }
  .self_pay_wrap .price_wrap .treatment_fees .th_wrap .main_th {
    width: 130rem;
    padding: 10rem;
    line-height: 1.4;
  }
  .self_pay_wrap .price_wrap .treatment_fees .th_wrap .sub_th {
    width: 100rem;
    padding: 10rem;
    line-height: 1.4;
  }
  .self_pay_wrap .price_wrap .treatment_fees td.price {
    vertical-align: middle;
    line-height: unset;
  }
}/*# sourceMappingURL=beauty.css.map */