@import url("/v2/css/page/forcus.css");
/* 1020103(영문).css — 컨택센터 / ForCus (영문)
   구조·컴포넌트는 국문 ForCus(020203.css)를 그대로 쓰고, 영문 시안과 다른 값만 여기서 덮는다.
   수치는 design/1020103_ForCus(영문).svg(1920×3343) 실측 기준.

   세로 좌표(아트보드)
     헤더            0 ~   64
     히어로         64 ~  591   (하단 1px #E8ECEF 구분선 591)
     주요 특징     592 ~ 1301   (#FAFBFC)
     기대 효과    1302 ~ 1833
     활용 사례    1834 ~ 2251   (#FAFBFC)
     시스템 구성도 2252 ~ 3143
     푸터         3144 ~                                             */

/* ══ 히어로 ══════════════════════════════════════════════
   국문에 있던 PDF 버튼이 영문 시안에는 없다. 상하 여백(96/95)은 그대로고,
   일러스트(160~495)가 좌측 컬럼보다 길어 섹션 높이를 결정한다. */

/* 국문은 시안 줄바꿈에 맞춘 595. 영문은 시안 잉크폭(568)에 맞춘다 */
.fcs-hero--en .fcs-hero__desc {
  max-width: 575px;
}

/* ══ 섹션 공통 ═══════════════════════════════════════════ */

/* 마지막 섹션은 아래 여백이 넓다 (구성도 하단 2983 → 푸터 3144) */
.fcs-section--last .section__inner {
  padding-bottom: 160px;
}

/* 국문 줄바꿈용 어절 고정을 영문에서는 풀어 카드 폭에 맡긴다 */
.fcs-feature__desc,
.fcs-case__desc {
  word-break: normal;
}

/* ══ 목업·구성도 라벨 레이어 ═════════════════════════════
   도형은 시안 SVG(글자 path 만 제거), 라벨은 같은 viewBox 위에 얹은 실제 텍스트. */
.fcs-hero__visual,
.fcs-arch {
  position: relative;
}

.fcs-hero__visual {
  flex: none;
}

.fcs-hero__labels,
.fcs-arch__labels {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

/* 구성도 패널만 안쪽 여백 32 가 있어 라벨 레이어도 같은 만큼 들여쓴다 */
.fcs-hero__labels {
  left: 0;
}

.fcs-arch__labels {
  left: 32px;
  top: 32px;
  width: calc(100% - 64px);
}

/* 기본값은 <svg> 에 걸어 상속시킨다. text 에 걸면 특이도(0,1,1)가
   개별 라벨 클래스(0,1,0)를 이겨서 색 지정이 먹지 않는다 */
.fcs-hero__labels,
.fcs-arch__labels {
  font-family: var(--font-base);
  fill: var(--color-text);
}

/* ── 히어로 IVR 목업 ── */
.fcs-mock__label {
  font-size: 10px;
  fill: var(--color-muted);
}

.fcs-mock__item {
  font-size: 11px;
}

.fcs-mock__badge {
  fill: var(--color-icon-bg);
}

.fcs-mock__badge-txt {
  font-size: 9px;
  text-anchor: middle;
  fill: var(--color-primary);
}

.fcs-mock__chip {
  font-size: 13px;
  fill: var(--color-bg);
}

/* ── 시스템 구성도 ── */
/* 좌측 채널 라벨은 아이콘(x494.6) 앞까지가 자리다.
   "Smartphone" 이 14px 면 x492 까지 차서 아이콘에 붙는다 → 13px */
.fcs-arch__ch text {
  font-size: 13px;
}

.fcs-arch__cloud text {
  font-size: 16px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--color-bg);
}

.fcs-arch__brand {
  font-size: 22px;
  font-weight: 700;
  text-anchor: middle;
}

.fcs-arch__panel {
  font-size: 19px;
  font-weight: 700;
  text-anchor: middle;
}

.fcs-arch__bar text {
  font-size: 18px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--color-bg);
}

.fcs-arch__node text {
  font-size: 16px;
  text-anchor: middle;
}

/* ══ 태블릿 ══════════════════════════════════════════════ */
@media (max-width: 1023px) {
  .fcs-hero--en .fcs-hero__desc {
    max-width: none;
  }

  /* 국문은 .fcs-hero__image 에 걸려 있던 유동 폭을 래퍼로 옮긴다 */
  .fcs-hero__visual {
    width: 100%;
    max-width: 520px;
  }

  .fcs-hero__image {
    width: 100%;
    height: auto;
  }

  .fcs-section--last .section__inner {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .fcs-section--last .section__inner {
    padding-bottom: 64px;
  }

  /* 구성도는 가로로 긴 다이어그램이라 패널 안에서만 가로로 흐르게 한다.
     라벨 레이어도 그림과 같은 폭이어야 한다 (reset.css 의 svg{max-width:100%} 해제) */
  .fcs-arch__labels {
    width: 860px;
    max-width: none;
  }
}
