/* WESCO 전시회 랜딩 — Warm Modern 팔레트
   검정을 쓰지 않는다. 헤딩은 웜 스톤, 본문은 웜 회갈.
   전시회 현장 네트워크를 믿을 수 없으므로 웹폰트를 불러오지 않는다. */

:root {
  --red:      #C13816;
  --red-dk:   #A5382F;
  --red-lt:   #FDF2EE;
  --head:     #44403C;
  --text:     #57534E;
  --gray:     #78716C;
  --gray-lt:  #A8A29E;
  --bg:       #FDFCF9;
  --bg-soft:  #F7F4EE;
  --line:     #E7E3DD;
  --accent:   #5B7AA8;

  --sans: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI",
          "Noto Sans KR", "Noto Sans SC", "Noto Sans", "Malgun Gothic",
          "Helvetica Neue", Arial, sans-serif;

  --wrap: 720px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  word-break: keep-all;
  overflow-wrap: break-word;
}

img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

/* ---------- 헤더 ---------- */
.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(253, 252, 249, .92);
  backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 56px;
}
.topbar img { height: 20px; width: auto; }

.langbtn {
  font: inherit; font-size: 14px;
  color: var(--gray); background: none;
  border: 1px solid var(--line); border-radius: 4px;
  padding: 5px 11px; cursor: pointer;
}
.langbtn:hover { color: var(--head); border-color: var(--gray-lt); }

/* ---------- 섹션 ---------- */
section { padding: 64px 0; border-top: 1px solid var(--line); }
section:first-of-type { border-top: none; }
section.soft { background: var(--bg-soft); }

h1, h2, h3 { color: var(--head); font-weight: 700; letter-spacing: -.02em; margin: 0; }
h1 { font-size: 34px; line-height: 1.32; }
h2 { font-size: 25px; line-height: 1.4; margin-bottom: 18px; }
h3 { font-size: 17px; line-height: 1.5; margin-bottom: 6px; }
p  { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gray-lt); margin-bottom: 14px;
}

/* ---------- 히어로 ---------- */
.hero { padding: 52px 0 60px; }
.hero h1 .accent { color: var(--red); }
.hero .sub { margin-top: 18px; font-size: 18px; color: var(--gray); }
.hero figure { margin: 34px 0 0; }
.hero figcaption {
  margin-top: 12px; font-size: 14px; color: var(--gray-lt); text-align: center;
}

/* ---------- 버튼 ---------- */
.btn {
  display: inline-block; font: inherit; font-size: 17px; font-weight: 600;
  padding: 14px 30px; border-radius: 4px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer; text-align: center;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dk); }
.btn-ghost { background: none; color: var(--head); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gray-lt); }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

/* ---------- 목록 카드 ---------- */
.grid { display: grid; gap: 14px; margin-top: 22px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 560px) { .grid.two { grid-template-columns: 1fr; } }

.card {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 6px; padding: 18px 20px;
}
section.soft .card { background: #fff; }
.card p { font-size: 15px; color: var(--gray); margin: 0; }

.taglist { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; padding: 0; list-style: none; }
.taglist li {
  font-size: 14px; color: var(--text);
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 20px; padding: 5px 14px;
}
section.soft .taglist li { background: #fff; }

/* ---------- 손실 2열 ---------- */
.loss { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 22px;
        border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.loss > div { padding: 18px 20px; background: var(--bg); }
section.soft .loss > div { background: #fff; }
.loss > div + div { border-left: 1px solid var(--line); }
.loss h3 { font-size: 14px; color: var(--red); margin-bottom: 10px; }
.loss ul { margin: 0; padding-left: 17px; font-size: 15px; color: var(--gray); }
.loss li { margin-bottom: 5px; }
@media (max-width: 560px) {
  .loss { grid-template-columns: 1fr; }
  .loss > div + div { border-left: none; border-top: 1px solid var(--line); }
}

/* ---------- 신뢰 ---------- */
.clients { margin: 6px 0 0; }
.clients img { width: 100%; }
.client-note { font-size: 13px; color: var(--gray-lt); margin-top: 10px; }

.industry { margin-top: 30px; }
.industry h3 {
  font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--gray-lt); margin: 22px 0 8px; font-weight: 600;
}
.industry p { font-size: 15px; color: var(--text); margin: 0; }

/* ---------- 폼 ---------- */
.field { margin-bottom: 16px; }
.field label {
  display: block; font-size: 14px; font-weight: 600;
  color: var(--head); margin-bottom: 6px;
}
.field .opt { font-weight: 400; color: var(--gray-lt); }
.field input, .field textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--text);
  background: #fff; border: 1px solid var(--line); border-radius: 4px;
  padding: 11px 13px;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(91, 122, 168, .13);
}
.field textarea { min-height: 110px; resize: vertical; }
.field .err { display: none; font-size: 13px; color: var(--red); margin-top: 5px; }
.field.invalid input, .field.invalid textarea { border-color: var(--red); }
.field.invalid .err { display: block; }

/* honeypot — 사람에게는 보이지 않는다 */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-note { font-size: 13px; color: var(--gray-lt); margin-top: 14px; }
.formmsg { display: none; border-radius: 4px; padding: 14px 16px; margin-top: 18px; font-size: 15px; }
.formmsg.ok  { display: block; background: #EEF4EF; color: #3F6B4F; border: 1px solid #CBDDD1; }
.formmsg.bad { display: block; background: var(--red-lt); color: var(--red-dk); border: 1px solid #F0CDC2; }

.direct { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.direct a { color: var(--red); font-weight: 600; text-decoration: none; }
.direct a:hover { text-decoration: underline; }

/* ---------- 푸터 ---------- */
footer { padding: 34px 0 46px; border-top: 1px solid var(--line); font-size: 14px; color: var(--gray-lt); }
footer .row { margin-bottom: 6px; }
footer a { color: var(--gray); text-decoration: none; }
footer a:hover { color: var(--head); }

/* ---------- 언어 선택 화면 ---------- */
.pick {
  min-height: 100dvh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 40px 22px;
}
.pick img.mark { width: 128px; margin-bottom: 30px; }
.pick h1 { font-size: 20px; font-weight: 600; color: var(--gray); margin-bottom: 28px; text-align: center; }
.pick .langs { display: grid; gap: 10px; width: 100%; max-width: 330px; }
.pick .langs a {
  display: flex; align-items: baseline; gap: 10px;
  font-size: 18px; font-weight: 600; color: var(--head); text-decoration: none;
  background: #fff; border: 1px solid var(--line); border-radius: 6px;
  padding: 16px 22px;
}
.pick .langs a:hover { border-color: var(--red); color: var(--red); }
.pick .langs a span { font-size: 14px; font-weight: 400; color: var(--gray-lt); }
.pick .tagline { margin-top: 34px; font-size: 14px; color: var(--gray-lt); text-align: center; }

@media (max-width: 560px) {
  body { font-size: 16px; }
  h1 { font-size: 28px; }
  h2 { font-size: 22px; }
  section { padding: 52px 0; }
  .btn-row .btn { flex: 1 1 100%; }
}

/* ---------- 언어 내비 (정적 링크 — JS 없이 동작한다) ---------- */
.langnav { display: flex; gap: 12px; font-size: 14px; align-items: center; }
.langnav a { color: var(--gray); text-decoration: none; white-space: nowrap; }
.langnav a:hover { color: var(--red); }
.langnav .on { color: var(--head); font-weight: 600; white-space: nowrap; }
@media (max-width: 560px) {
  .langnav { gap: 9px; font-size: 13px; }
}

/* ---------- 개인정보 동의 ---------- */
.field.consent { margin-top: 6px; }
.field.consent label {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 15px; font-weight: 500; color: var(--head); cursor: pointer;
}
.field.consent input[type="checkbox"] {
  width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--red);
}
.consent-detail {
  font-size: 13px; line-height: 1.6; color: var(--gray-lt);
  margin: 8px 0 0; padding-left: 27px;
}
.field.consent.invalid label { color: var(--red); }

/* ---------- 동작 블록다이어그램 ----------
   프로필 p.20 의 회로 구조를 다시 그린 것. 평상시와 보상 중을 나란히 둔다. */
.diagram { margin: 26px 0 0; }
.diagram svg { width: 100%; height: auto; display: block; overflow: visible; }
.diagram figcaption {
  margin-top: 16px; font-size: 14px; line-height: 1.65; color: var(--gray);
}

.dg-state { font-size: 13px; font-weight: 700; fill: var(--head); letter-spacing: .04em; }
.dg-lbl   { font-size: 13px; fill: var(--head); }
.dg-note  { font-size: 12.5px; fill: var(--gray-lt); }
.dg-note.hot { fill: var(--red); font-weight: 600; }

.dg-box { fill: #fff; stroke: var(--head); stroke-width: 1.4; }
.dg-end { fill: var(--bg-soft); stroke: var(--line); stroke-width: 1.4; }

/* 살아 있는 선 */
.dg-live { stroke: var(--head); stroke-width: 2; fill: none; }

/* 대기 중인 보상 경로 — 흐리게 */
.dg-idle     { stroke: var(--gray-lt); stroke-width: 1.4; fill: none; stroke-dasharray: 4 4; }
.dg-idle-box { fill: #fff; stroke: var(--gray-lt); stroke-width: 1.2; stroke-dasharray: 4 4; }
.dg-idle-lbl { font-size: 12.5px; fill: var(--gray-lt); }
.dg-idle-sm  { font-size: 11px; fill: var(--gray-lt); }

/* 끊긴 계통 */
.dg-dead    { stroke: var(--gray-lt); stroke-width: 2; fill: none; stroke-dasharray: 5 5; }
.dg-off     { fill: #fff; stroke: var(--gray-lt); stroke-width: 1.4; }
.dg-off-lbl { font-size: 13px; fill: var(--gray-lt); }
.dg-cut     { stroke: var(--red); stroke-width: 2; stroke-linecap: round; }

/* 동작 중인 보상 경로 */
.dg-hot     { stroke: var(--red); stroke-width: 2.4; fill: none; }
.dg-hot-box { fill: var(--red-lt); stroke: var(--red); stroke-width: 1.4; }
.dg-hot-lbl { font-size: 13px; fill: var(--red-dk); font-weight: 600; }

@media (max-width: 560px) {
  .dg-state { font-size: 12px; }
  .dg-lbl, .dg-off-lbl, .dg-hot-lbl { font-size: 12px; }
  .dg-note { font-size: 11.5px; }
  .dg-idle-lbl { font-size: 11.5px; }
}

/* 분기점 — 선이 갈라지는 자리를 눈에 보이게 */
.dg-dot-idle { fill: var(--gray-lt); }
.dg-dot-hot  { fill: var(--red); }

/* ---------- 용어 안내 ---------- */
.term {
  font-size: 14px; line-height: 1.65; color: var(--gray-lt);
  margin-top: -6px; padding-left: 13px; border-left: 2px solid var(--line);
}

/* ---------- 설치 현장 ----------
   사진 비율이 제각각이라(세로컷이 섞여 있다) 높이를 맞추고 넘치는 쪽을 자른다. */
.gal-title {
  font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--gray-lt); font-weight: 600; margin: 34px 0 12px;
}
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery figure { margin: 0; }
.gallery img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 5px; border: 1px solid var(--line); background: var(--bg);
}
.gallery figcaption {
  margin-top: 7px; font-size: 12.5px; line-height: 1.5; color: var(--gray-lt);
}
@media (max-width: 560px) {
  .gallery { gap: 8px; }
}

/* ---------- 개인정보처리방침 ---------- */
.policy { padding: 48px 0 72px; border-top: none; }
.policy h1 { font-size: 26px; margin-bottom: 18px; }
.policy .lead { font-size: 16px; color: var(--gray); margin-bottom: 34px; }
.policy h2 {
  font-size: 16px; margin: 32px 0 10px; padding-top: 22px;
  border-top: 1px solid var(--line);
}
.policy p { font-size: 15px; line-height: 1.75; }
.policy .eff { margin-top: 36px; font-size: 13.5px; color: var(--gray-lt); }
.policy .back { color: var(--red); font-size: 15px; text-decoration: none; font-weight: 600; }
.policy .back:hover { text-decoration: underline; }

/* 표는 좁은 화면에서 제 칸 안에서만 스크롤한다 — 페이지가 옆으로 밀리면 안 된다 */
.tblwrap { overflow-x: auto; margin: 16px 0 18px; }
.policy table {
  width: 100%; min-width: 420px; border-collapse: collapse;
  font-size: 14px; background: #fff; border: 1px solid var(--line); border-radius: 6px;
}
.policy th, .policy td {
  text-align: left; padding: 10px 13px; border-bottom: 1px solid var(--line);
}
.policy th { font-size: 12.5px; color: var(--gray-lt); font-weight: 600; }
.policy tr:last-child td { border-bottom: none; }

.consent-detail a { color: var(--gray); text-decoration: underline; }
.consent-detail a:hover { color: var(--red); }

/* 대표 설치컷 — 세로 사진이라 다른 비율을 준다.
   4:3 으로 자르면 캐비닛 상단이 날아가 무엇을 찍은 사진인지 알 수 없게 된다. */
.gallery .lead-shot { grid-column: 1 / -1; }
.gallery .lead-shot img { aspect-ratio: 4 / 3; object-position: center 42%; }
.gallery .lead-shot figcaption { font-size: 13.5px; color: var(--gray); }
@media (max-width: 560px) {
  .gallery .lead-shot img { aspect-ratio: 3 / 4; }
}

/* 국문 페이지에만 영문 주소를 덧붙인다. 다른 언어는 본문 자체가 영문 주소를 담고 있다. */
.addr-en { font-size: 13px; color: var(--gray-lt); }
.addr-en:empty { display: none; }

/* ---------- 상단 우측 ---------- */
.topright { display: flex; align-items: center; gap: 14px; }

/* 회사 홈페이지. 도메인을 그대로 보여준다 —
   아이콘만 두면 바로 옆 언어 목록 때문에 언어 전환으로 오해된다. */
.sitelink {
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
  font-size: 13px; color: var(--gray); text-decoration: none;
  border: 1px solid var(--line); border-radius: 20px; padding: 5px 11px;
}
.sitelink:hover { color: var(--red); border-color: var(--red); }
.sitelink svg {
  width: 9px; height: 9px; flex: 0 0 auto;
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round;
}

/* 언어 라벨 — 넓으면 이름, 좁으면 약칭 */
.langnav b, .langnav i { font-style: normal; font-weight: inherit; }
.langnav i { display: none; }
@media (max-width: 620px) {
  .topbar img { height: 17px; }
  .topright { margin-left: 12px; gap: 10px; }
  .langnav { gap: 9px; font-size: 13px; }
  .langnav b { display: none; }
  .langnav i { display: inline; }
  .sitelink { font-size: 12.5px; padding: 4px 9px; }
}
@media (max-width: 380px) {
  .topbar img { height: 15px; }
  .langnav { gap: 7px; }
}

/* ---------- 영상 채널 ----------
   사진 아래에서 눈에 띄어야 한다. 다만 배경은 흰색·테두리만 —
   빨간 문의 버튼과 경쟁하면 주 CTA 가 흐려진다. */
.ytrow { margin: 20px 0 0; }
.ytlink {
  display: flex; align-items: center; gap: 16px; width: 100%;
  font-size: 17px; font-weight: 700; color: var(--head); text-decoration: none;
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 20px 24px;
}
.ytlink:hover { border-color: var(--red); color: var(--red); }
.ytlink svg { width: 38px; height: 38px; flex: 0 0 auto; fill: #C13816; }
.ytlink .yt-tri { fill: #fff; }
.ytlink span { flex: 1 1 auto; }
.ytlink::after {
  content: ""; flex: 0 0 auto; width: 9px; height: 9px;
  border-top: 2px solid currentColor; border-right: 2px solid currentColor;
  transform: rotate(45deg); opacity: .5;
}
@media (max-width: 560px) {
  .ytlink { font-size: 15.5px; gap: 13px; padding: 17px 18px; }
  .ytlink svg { width: 32px; height: 32px; }
}

/* ---------- 자료 받기 ----------
   문의보다 문턱이 낮아야 한다. 칸을 둘만 두고 한 줄에 붙인다. */
.dlform { margin-top: 22px; }
.dlrow { display: flex; gap: 10px; align-items: flex-end; }
.dlrow .field { flex: 1 1 0; margin-bottom: 0; }
.dlrow .dlbtn { flex: 0 0 auto; padding: 11px 26px; font-size: 16px; }
.dlform .consent { margin-top: 16px; }
.dlnote { font-size: 13px; color: var(--gray-lt); margin: 12px 0 0; }
.dlnote:empty { display: none; }
.dlmsg-link { display: inline-block; margin-top: 8px; font-weight: 600; color: var(--red); }
@media (max-width: 620px) {
  .dlrow { flex-wrap: wrap; }
  .dlrow .field { flex: 1 1 100%; margin-bottom: 14px; }
  .dlrow .dlbtn { flex: 1 1 100%; }
}

/* 자료를 받은 직후 — 문의로 잇는다 */
.dlnext { margin-top: 16px; padding-top: 14px; border-top: 1px solid #CBDDD1; }
.dlnext p { font-size: 14.5px; line-height: 1.6; color: var(--text); margin: 0 0 12px; }
.dlnext .btn { font-size: 15px; padding: 10px 22px; background: #fff; }

/* ---------- HMI ----------
   실제 제품 화면 캡처(800×480)를 탭으로 전환한다. 재현물이 아니다. */
.hmi { margin: 34px 0 0; }
.hmi-title { font-size: 17px; margin-bottom: 6px; }
.hmi-lead { font-size: 15px; color: var(--gray); margin: 0 0 16px; }

/* 패널 — 실제 기기처럼 검은 베젤을 두른다 */
.hmi-panel {
  background: #2A2724; border-radius: 8px; padding: 10px;
  box-shadow: 0 1px 3px rgba(68, 64, 60, .18);
}
.hmi-tabs {
  display: flex; gap: 6px; margin-bottom: 12px;
  overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  padding-bottom: 2px;
}
.hmi-tabs::-webkit-scrollbar { display: none; }
.hmi-tabs button {
  flex: 0 0 auto; font: inherit; font-size: 12.5px; font-weight: 600;
  white-space: nowrap; cursor: pointer;
  color: var(--gray); background: #fff;
  border: 1px solid var(--line); border-radius: 20px; padding: 7px 14px;
}
.hmi-tabs button:hover { color: var(--head); border-color: var(--gray-lt); }
.hmi-tabs button.on { color: #fff; background: var(--red); border-color: var(--red); }
.hmi-panel img { width: 100%; border-radius: 4px; display: block; }

.hmi-cap {
  margin: 12px 0 0; font-size: 14px; line-height: 1.65; color: var(--gray);
  min-height: 3em;   /* 캡션 길이가 달라 탭을 바꿀 때 화면이 들썩이지 않게 */
}

@media (max-width: 560px) {
  .hmi-panel { padding: 7px; }
  .hmi-tabs button { font-size: 11.5px; padding: 7px 10px; }
  .hmi-cap { font-size: 13.5px; min-height: 4.5em; }
}

/* ---------- 인증 마크 ----------
   높이를 맞추고 이름을 함께 적는다. 마크만 있으면 무엇인지 모르는 사람이 있고,
   이름만 있으면 눈에 안 들어온다. */
.marks {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px; margin: 16px 0 0; padding: 0; list-style: none;
}
.marks li { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.marks img {
  height: 56px; width: auto; max-width: 100%;
  object-fit: contain; filter: grayscale(1); opacity: .78;
}
.marks li:hover img { filter: none; opacity: 1; }
.marks span {
  font-size: 11px; line-height: 1.3; color: var(--gray-lt);
  text-align: center; letter-spacing: -.01em;
}
.f47 {
  margin: 18px 0 0; padding-top: 13px; border-top: 1px solid var(--line);
  font-size: 12.5px; color: var(--gray-lt);
}
@media (max-width: 400px) {
  .marks { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- 카탈로그 (보조 CTA) ----------
   문의가 주(主)다. 같은 비중으로 두면 방문객이 「결정하기 전에 결정」해야 해서 둘 다 안 한다.
   그래서 접어 두고, 버튼도 빨간색을 쓰지 않는다. */
.dlfold {
  margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line);
}
.dlfold > summary {
  cursor: pointer; list-style: none; font-size: 15px; color: var(--gray);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px;
}
.dlfold > summary::-webkit-details-marker { display: none; }
.dlfold > summary b {
  color: var(--red); font-weight: 600; text-decoration: underline;
  text-underline-offset: 3px;
}
.dlfold > summary b::after {
  content: ""; display: inline-block; width: 7px; height: 7px;
  margin-left: 9px; vertical-align: 1px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.dlfold[open] > summary b::after { transform: rotate(-135deg); vertical-align: 3px; }
.dlfold[open] > summary b { text-decoration: none; }
.dlfold-lead { margin: 14px 0 0; font-size: 14.5px; color: var(--gray); }
.dlfold .dlform { margin-top: 16px; }
/* 보조이므로 고스트. 빨간 버튼은 문의 하나만 남긴다 (마크업에서 btn-primary 를 뺐다) */
.dlfold .dlbtn:hover { border-color: var(--red); color: var(--red); }

/* 히어로의 보조 버튼 — 문의보다 한 단 낮게 보여야 한다.
   같은 크기·같은 색이면 주 CTA 가 흐려진다. */
.btn-sub { font-size: 15px; padding: 13px 22px; color: var(--gray); }
.btn-sub:hover { color: var(--red); border-color: var(--red); }
@media (max-width: 560px) {
  .btn-row .btn-sub { flex: 1 1 100%; }
}

/* 인증 보충 설명이 둘 연달아 올 때 — 두 번째는 선을 다시 긋지 않는다 */
.f47.tight { margin-top: 7px; padding-top: 0; border-top: none; }

/* 「한 분야만」 카드 — 제목만 있어 비어 보였다 */
.facts { margin: 12px 0 0; padding: 0; list-style: none; }
.facts li {
  position: relative; padding-left: 15px; margin-bottom: 9px;
  font-size: 14.5px; line-height: 1.6; color: var(--gray);
}
.facts li:last-child { margin-bottom: 0; }
.facts li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--red-soft);
}
