.denture-medical .treatment {
  padding: 32px;
  background: #ffffff;
  border: 1px solid #776358;
}

@media screen and (max-width: 959px) {
  .denture-medical .treatment {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .denture-medical .treatment {
    padding: 20px;
  }
}

@media screen and (max-width: 519px) {
  .denture-medical .treatment {
    padding: 16px;
  }
}

.denture-medical .treatment .treatment-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .denture-medical .treatment .treatment-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .denture-medical .treatment .treatment-unit {
    gap: 20px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .denture-medical .treatment .treatment-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.denture-medical .treatment .treatment-unit__vsl {
  width: 325px;
}

@media screen and (max-width: 959px) {
  .denture-medical .treatment .treatment-unit__vsl {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .denture-medical .treatment .treatment-unit__vsl {
    width: 190px;
  }
}

@media screen and (max-width: 519px) {
  .denture-medical .treatment .treatment-unit__vsl {
    margin-inline: auto;
  }
}

.denture-medical .treatment .treatment-unit__dtl {
  width: calc(100% - 357px);
}

@media screen and (max-width: 959px) {
  .denture-medical .treatment .treatment-unit__dtl {
    width: calc(100% - 254px);
  }
}

@media screen and (max-width: 767px) {
  .denture-medical .treatment .treatment-unit__dtl {
    width: calc(100% - 210px);
  }
}

@media screen and (max-width: 519px) {
  .denture-medical .treatment .treatment-unit__dtl {
    width: 100%;
  }
}

.denture-medical .compare-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .denture-medical .compare-unit {
    gap: 10px;
  }
}

@media screen and (max-width: 519px) {
  .denture-medical .compare-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.denture-medical .compare-unit dl {
  width: calc((100% / 2) - (16px * 1 / 2));
  padding: 14px;
  border: 2px dotted #927C6F;
}

@media screen and (max-width: 767px) {
  .denture-medical .compare-unit dl {
    width: calc((100% / 2) - (10px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .denture-medical .compare-unit dl {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.denture-medical .compare-unit dl dt {
  color: #776358;
  font-weight: bold;
}

/*# sourceMappingURL=../../maps/pages/medical.css.map */
