.about-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 120px;
}

.about-text {
  max-width: 600px;
  text-align: left;
  padding: 0 20px;
  position: relative; /* 라벨 기준 anchor */
}

/* 본문 공통 */
.about-text p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.01em;
  margin-bottom: 5px;   /* p와 p 사이 간격 */
  color: #222;
}

/* 제목 : 왼쪽 정렬로 변경 */
.about-title-kr {
  font-size: 15px;
  font-weight: 600;
  text-align: left;      /* ← center에서 left로 */
  margin-bottom: 5px;
  color: #111;
}

.about-title-en {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;      /* ← center에서 left로 */
  color: #555;
  text-transform: uppercase;
}

/* 숨김용 */
.hidden {
  display: none;
}

/* Read more 버튼 */
.about-read-more {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
  color: #000;
  display: block;
  margin: 24px auto 32px;   /* 가운데 정렬 + 위아래 여백 */
}

.about-read-more:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 서명 */
.about-text .signature {
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  color: #444;
}

/* 아래 구분선 */
.about-divider {
  border: 0;
  border-top: 1px solid #222;  /* 필요하면 색 바꾸셔도 됩니다 */
  margin-top: 60px;            /* 구분선 위 여백 */
  margin-bottom: 32px;         /* 구분선 아래 → 다음 문단과의 거리 */

}

/* LEFT-SIDED SECTION LABEL (OMA STYLE) */
.about-label {
  position: absolute;
  left: -180px;   /* ← 화면 폭에 따라 조정 가능 */
  top: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #222;     
  text-transform: uppercase;
  opacity: 0.85;
  white-space: nowrap;
}

/* 수상 목록은 약간 더 촘촘하게 */
.about-block--prize p {
  margin-bottom: 10px;
}

.about-block {
  position: relative;      /* 라벨 기준 */
  margin-bottom: 50px;     /* 블록 간 간격 */
}

.about-block--people p {
  margin-bottom: 12px;
  line-height: 1.65;
}

.about-block--people strong {
  font-weight: 600;
  letter-spacing: 0.1em; /* 약간의 시각적 텐션 유지 */
}