/* CMC 소개 */
.cmc-content {
  max-width: 1200px;
}

.cmc-head {
  text-align: center;
  margin-bottom: 56px;
}

.cmc-head .ko {
  font-size: clamp(32px, 3.4vw, 42px);
  color: #e8890c;
}

.cmc-head .en {
  margin-top: 8px;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--color-navy);
}

.cmc-head .line {
  margin: 18px auto 0;
  width: 40px;
  height: 2px;
  background: #e8890c;
}

.cmc-block + .cmc-block {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #f0d9b0;
}

.cmc-block-title {
  margin-bottom: 18px;
  color: #e8890c;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

.cmc-block-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background: #f0d9b0;
}

.cmc-text {
  color: #222;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.cmc-text p + p {
  margin-top: 1.2em;
}

.cmc-text .hl {
  color: #e8890c;
  font-weight: 700;
}

@media (max-width: 720px) {
  .cmc-head {
    margin-bottom: 36px;
  }

  .cmc-block + .cmc-block {
    margin-top: 32px;
    padding-top: 32px;
  }

  .cmc-text {
    font-size: 15px;
    line-height: 1.8;
  }
}
