/* 콤비교정 전용 레이어 — 공통 치수는 newn-figma-2nd.css 를 쓴다 */

/* 정의 섹션 — 가로로 긴 사진 한 장 */
.fg14c-banner {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 60px;
}

/* 설측 VS 콤비 — 사진 위, 이름표 상자 아래 2단 */
.fg14c-cmp { display: flex; gap: 26px; margin-top: 70px; }
.fg14c-cmp__col { margin: 0; display: flex; flex-direction: column; flex: 1 1 0; min-width: 0; }
.fg14c-cmp__media { width: 100%; height: 500px; display: block; object-fit: cover; object-position: 50% 50%; }
.fg14c-cmp__cap { padding: 30px; background: #ffffff; border: 1px solid #e4e4e4; }
.fg14c-cmp__capt {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.255px;
  color: #0a0a0a;
}

/* 추천 대상 — 테두리만 있는 칸 2×2 */
.fg14c-tgt { display: flex; flex-direction: column; gap: 14px; margin-top: 50px; }
.fg14c-tgt__row { display: flex; gap: 14px; }
.fg14c-tgt__cell { flex: 1 1 0; min-width: 0; padding: 30px; border: 1px solid #e4e4e4; }
.fg14c-tgt__cell p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.255px;
  color: #0a0a0a;
}

/* 와이어 밴딩 — 사진 3장 한 줄 */
.fg14c-trio { display: flex; gap: 13px; margin-top: 70px; }
.fg14c-trio img {
  height: 345px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1 1 0;
  min-width: 0;
}

/* 장비 2단 — 시안이 글 상자와 칩 줄의 높이를 고정한다 */
.fg14c-tech { margin-top: 90px; }
.fg14c-tech__body { height: 154px; }
.fg14c-tech__detail--hug { width: fit-content; }
.fg14c-chiprow { height: 102px; align-content: center; }
.fg14c-chip--px14 { padding-left: 14px; padding-right: 14px; }

/* 특별함 — 가로로 밀어 보는 줄 */
.fg14c-rail { margin-top: 60px; }

/* ── 좁은 화면 ─────────────────────────────
   폰에서는 고정 높이를 풀고 한 줄에 하나씩 쌓는다. 사진이 먼저 보이게 둔다. */
@media (max-width: 1023px) {
  .fg14c-banner { height: 160px; margin-top: 40px; }
  .fg14c-cmp { flex-direction: column; gap: 20px; margin-top: 40px; }
  .fg14c-cmp__media { height: 300px; }
  .fg14c-cmp__cap { padding: 20px; }
  .fg14c-tgt { margin-top: 32px; gap: 12px; }
  .fg14c-tgt__row { flex-direction: column; gap: 12px; }
  .fg14c-tgt__cell { padding: 20px; }
  .fg14c-tgt__cell p { font-size: 16px; line-height: 26px; }
  .fg14c-trio { flex-direction: column; gap: 14px; margin-top: 40px; }
  .fg14c-trio img { height: 240px; }
  .fg14c-tech { margin-top: 40px; }
  .fg14c-tech__body { height: auto; }
  .fg14c-tech__detail--hug { width: auto; }
  .fg14c-chiprow { height: auto; align-content: flex-start; }
  .fg14c-rail { margin-top: 32px; }
}
