.treatment-rehab .sc__what-is .flex-container:lang(en) {
  align-items: flex-start;
}

.sc__rehab-tech .tech-table {
  display: flex;

  width: 100%;
  max-width: 80rem;
  margin: 0 auto;

  border: 1px solid #e1e1e1;
}

.sc__rehab-tech .tech-table .tech-item {
  width: 50%;

  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  text-align: center;

  background: #fff;
}

.sc__rehab-tech .tech-table .tech-item.additional {
  position: relative;
}

.sc__rehab-tech .tech-table .tech-item.additional:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #3276a1;
}

.sc__rehab-tech .tech-table .tech-item .item-head {
  font-size: 2rem;
  padding: 0.6em 1rem;
}

.sc__rehab-tech .tech-table .tech-item.pros .item-head {
  background: var(--color-primary);
  color: #fff;
}

.sc__rehab-tech .tech-table .tech-item.tech-item.basic .item-head {
  color: var(--color-primary);
}

.sc__rehab-tech .tech-table .tech-item.tech-item.additional .item-head {
  background: linear-gradient(180deg, #3276a1 0%, #122b3b 100%), #fff;
  color: #fff;
}

.sc__rehab-tech .tech-table .tech-item .item-body {
  display: flex;
  flex-direction: column;
}

.sc__rehab-tech .tech-table .tech-item .item-body > div {
  border: 1px solid #e1e1e1;

  padding: 0.6em 1rem;
}

.sc__rehab-equip .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;

  margin-top: 2.4rem;
}

.sc__rehab-equip .full-width-image {
  background-image: url("/assets/img/pages/treatment/rehab_sc4_equip_img.png");
  background-position: 40% 50%;
}

/* 반응형 */
@media (max-width: 960px) {
  .sc__rehab-tech .tech-table {
    flex-direction: column;
    align-items: center;
  }

  .sc__rehab-tech .tech-table .tech-item {
    width: 100%;
    max-width: 480px;
  }

  .sc__rehab-tech .tech-table .tech-item .item-head {
    font-size: 2.6rem;
  }
}
