* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.disease-monitor-wrap {
  margin: 0 auto;
}

.healthplan-wrap {
  padding: 0.5rem;
}
/* 개요 */
.healthplan-wrap .cf-overview-text {
  margin-bottom: 1.6rem;
}

.plan-title {
  display: flex;
  margin-bottom: 0.5rem;
  text-align: center;
}
.plan-title > h2 {
  padding: 1.6rem 0.8rem;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
}
.plan-left-title {
  width: 55%;
  margin-right: 6.4rem;
  background: #f05c5f;
}
.plan-right-title {
  flex: 1;
  background: #994041;
}
.plan-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
  text-align: center;
}
.plan-left {
  position: relative;
  width: 55%;
  display: flex;
  align-items: center;
  margin-right: 6.4rem;
}
.plan-left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4rem;
  width: 2rem;
  height: 1.5rem;
  background: url(../images/iconOverviewArrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.plan-right {
  flex: 1;
}

.plan-text {
  padding: 1.6rem 0.8rem;
  border: 1px solid #f05c5f;
  border-radius: 10px;
}
.plan-cat {
  min-width: 17rem;
  margin-right: 0.8rem;
  background: #ffe1e2;
  font-size: 16px;
  font-weight: 500;
}
.plan-desc {
  flex: 1;
}
.plan-disease {
  width: 100%;
}

.dm-overview div.cf-table-box > table.cf-list-table {
  font-size: 14px;
}
.dm-overview div.cf-table-box > table.cf-list-table tbody td {
  text-align: left;
}
.dm-overview div.cf-table-box {
  max-height: none;
}
.dm-overview div.cf-table-box > table.cf-list-table {
  min-width: 700px;
}

/* 차트 이미지 (임시) */
.cf-chart {
  text-align: center;
}
.cf-chart img {
  max-width: 100%;
}

.cf-img-box.mo {
  display: none;
}

@media all and (max-width: 768px) {
  .cf-img-box.mo {
    display: block;
  }
  .plan-wrap {
    display: none;
  }
}
