@charset "utf-8";

/* ===============================================
 * CLS 분석웹시스템 서브페이지 공통 스타일
 * index.jsp(main_index.css) 디자인 토큰 계승 — 네이비 #00393C + 오렌지 #00C3BF
 * 적용: 회사소개(인사말/연혁/조직도/오시는길), 고객지원 안내(절차/작성요령/결제)
 * 본문 body class="sub-page" 기준
 * =============================================== */

/* ---- 0. 토큰 / 리셋 ---- */
.sub-page {
	--cls-navy: #00393C;        /* CI Deep Teal */
	--cls-navy-2: #009C90;      /* CI Mid Teal (그라데이션 중간) */
	--cls-mid: #009C90;         /* CI Mid Teal */
	--cls-orange: #00C3BF;      /* (명칭 레거시) CI Light Cyan-Teal = Accent */
	--cls-accent: #00C3BF;      /* CI Accent */
	--cls-orange-l: #59D8D5;
	--cls-grad: linear-gradient(135deg, #00393C 0%, #009C90 50%, #00C3BF 100%);  /* CI 3단계 */
	--cls-bg: #f6f7f9;
	--cls-line: #e6e8ec;
	--cls-text: #23303f;
	--cls-muted: #6b7480;
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	background: #fff;
	color: var(--cls-text);
	font-size: 16px;        /* 사용자단 본문 기본 크기 — 레거시 12px 상속 방지(일관성) */
	line-height: 1.6;
}
.sub-page, .sub-page * { box-sizing: border-box; }
.sub-page #wrap { width: 100%; min-height: 100vh; overflow-x: clip; }/* clip: 자식 sticky 헤더 유지(hidden은 깨뜨림) */
/* 레거시 leftmenu/devMenu/빈 footer 영향 무력화 */
.sub-page .navbar.navbar-fixed-top { display: none !important; }
.sub-page .program_box { display: none !important; }
.sub-page > footer:empty { display: none; }
.sub-page img { max-width: 100%; }
.sub-page a { color: inherit; text-decoration: none; }

/* ---- 1. 서브 비주얼 → /css/cls_subvisual.css 로 분리 (header.jsp 에서 로드, 게시판 공통) ---- */

/* ---- 2. 본문 공통 레이아웃 ---- */
.sub-page .sub-body { padding: 80px 0 96px; }
.sub-page .sub-inner { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 24px; }
.sub-page .sub-inner.wide { max-width: 1600px; }
.sub-page .block-head { text-align: center; margin-bottom: 44px; }
.sub-page .block-head .eyebrow {
	display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: .16em;
	text-transform: uppercase; color: var(--cls-orange); margin-bottom: 10px;
}
.sub-page .block-head h2 { font-size: 30px; font-weight: 800; color: var(--cls-navy); margin: 0 0 12px; letter-spacing: -.02em; }
.sub-page .block-head p { font-size: 16px; color: var(--cls-muted); margin: 0; line-height: 1.6; }
.sub-page .block { margin-bottom: 72px; }
.sub-page .block:last-child { margin-bottom: 0; }
/* 본문 포인트 강조 (핵심 키워드) — 60-30-10 의 10% 강조 */
.sub-page .tp { color: #009C90; font-weight: 700; }
.sub-page .tp-strong { color: #009C90; font-weight: 800; }/* 포인트=청록(제목 딥틸과 구분). 무게는 굵기로 */

/* ---- 3. 인사말 (greeting) — 시안 반영: 중앙 정렬 단일 컬럼 ---- */
.sub-page .greet-page { position: relative; overflow: hidden; }
.sub-page .greet-page .sub-inner { position: relative; z-index: 1; text-align: center; }

/* 배경 장식 원 */
.sub-page .greet-deco { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sub-page .greet-deco .gd { position: absolute; border-radius: 50%; }
.sub-page .greet-deco .gd-o1 { width: 520px; height: 520px; right: -120px; top: 40px; background: rgba(0,195,191,.045); }
.sub-page .greet-deco .gd-o2 { width: 760px; height: 760px; right: -260px; top: -40px; background: rgba(0,195,191,.04); }
.sub-page .greet-deco .gd-g1 { width: 340px; height: 340px; left: -150px; top: 540px; background: rgba(144,161,184,.06); }
.sub-page .greet-deco .gd-g2 { width: 500px; height: 500px; left: -230px; top: 480px; background: rgba(144,161,184,.05); }

/* CEO 인사 박스 */
.sub-page .greet-ceo {
	display: inline-flex; align-items: center; gap: 28px;
	padding: 10px 44px 10px 14px; margin: 4px auto 60px;
	background: #fff; border-radius: 80px; box-shadow: 2px 2px 14px rgba(153,153,153,.16);
	outline: 1px solid #eee; outline-offset: -1px; max-width: 100%;
}
.sub-page .greet-ceo-badge {
	flex: none; padding: 14px 26px; border-radius: 50px; background: var(--cls-grad);
	color: #fff; font-size: 18px; font-weight: 600; letter-spacing: .04em;
}
.sub-page .greet-ceo p { margin: 0; font-size: 20px; font-weight: 600; color: var(--cls-navy); word-break: keep-all; text-align: left; }

/* 핵심 문구 (인용부호) */
.sub-page .greet-headline { display: inline-flex; align-items: flex-start; gap: 20px; margin: 0 auto 58px; }
.sub-page .greet-headline .q { flex: none; width: 24px; height: 16px; margin-top: 10px; background: var(--cls-navy-2); }
.sub-page .greet-headline .q-r { transform: rotate(180deg); }
.sub-page .greet-headline p { margin: 0; color: var(--cls-navy); font-size: 36px; font-weight: 800; line-height: 1.5; word-break: keep-all; }
.sub-page .greet-headline p em { display: block; margin-top: 14px; font-style: normal; font-size: 27px; font-weight: 500; }

/* 본문 */
.sub-page .greet-text { max-width: 1040px; margin: 0 auto; }
.sub-page .greet-text p { margin: 0 0 36px; font-size: 19px; line-height: 1.85; color: rgba(32,52,79,.80); word-break: keep-all; }
.sub-page .greet-text p:last-child { margin-bottom: 0; }
.sub-page .greet-thanks { margin: 50px 0 0; font-size: 27px; font-weight: 700; color: var(--cls-navy); }

/* ---- 4. 연혁 (history timeline) ---- */
.sub-page .timeline { position: relative; width: fit-content; max-width: 100%; margin: 0 auto; }
.sub-page .timeline::before { content: ''; position: absolute; left: 123px; top: 8px; bottom: 8px; width: 4px; border-radius: 100px; background: linear-gradient(180deg, #00C3BF 0%, #009C90 50%, #00393C 100%); }
.sub-page .tl-item { display: grid; grid-template-columns: 100px 48px max-content; align-items: center; padding: 18px 0; }
.sub-page .tl-year { grid-column: 1; text-align: right; font-size: 20px; font-weight: 800; color: var(--cls-navy); }
.sub-page .tl-dot { grid-column: 2; justify-self: center; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid var(--cls-orange); z-index: 2; box-shadow: 0 0 0 4px #fff; }
.sub-page .tl-desc { grid-column: 3; font-size: 18px; color: var(--cls-text); line-height: 1.6; white-space: nowrap; }
.sub-page .tl-desc strong { color: var(--cls-navy); font-weight: 800; }

/* ---- 5. 조직도 (org chart) ---- */
.sub-page .org { text-align: center; }
.sub-page .org-node {
	display: inline-block; min-width: 200px; padding: 18px 30px; border-radius: 12px;
	background: var(--cls-grad); color: #fff; font-weight: 800; font-size: 18px;
	box-shadow: 0 10px 26px rgba(32,52,79,.18);
}
.sub-page .org-node .sub { display: block; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8); margin-top: 4px; letter-spacing: .1em; }
.sub-page .org-connect { width: 2px; height: 34px; background: var(--cls-line); margin: 0 auto; }
.sub-page .org-teams { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; max-width: 760px; margin: 0 auto; }
.sub-page .org-branch { position: relative; margin-top: 34px; display: flex; flex-direction: column; align-items: center; }
/* 각 분기 위 세로선 (대표이사 가로선 → 팀) */
.sub-page .org-branch::after { content: ''; position: absolute; top: -34px; left: 50%; transform: translateX(-50%); width: 2px; height: 34px; background: var(--cls-line); }
/* 가로선: 자기 분기 중심 → 다음 분기 중심 (gap 24px 포함). 마지막 분기는 가로선 없음 */
.sub-page .org-branch::before { content: ''; position: absolute; top: -34px; left: 50%; width: calc(100% + 24px); height: 2px; background: var(--cls-line); }
.sub-page .org-branch:last-child::before { display: none; }
.sub-page .org-team {
	width: 100%; padding: 26px 18px 30px; background: #fff;
	border-top: 6px solid var(--cls-navy); border-radius: 0 0 16px 16px;
	box-shadow: 4px 4px 14px rgba(0,0,0,.07); text-align: center;
}
.sub-page .org-team .ot-name { font-size: 19px; font-weight: 800; color: var(--cls-navy); }
/* 하위 팀 (불릿 리스트) */
.sub-page .ot-sub { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.sub-page .ot-sub li { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 17px; font-weight: 500; color: var(--cls-navy); }
.sub-page .ot-sub li::before { content: ''; width: 6px; height: 6px; flex: none; background: var(--cls-grad); }

/* ---- 6. 오시는 길 (location) — 시안 반영 ---- */
.sub-page .loc-map { height: 420px; border-radius: 24px; overflow: hidden; background: #eef0f3; }
.sub-page .loc-map img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sub-page .loc-map .map-ph { height: 100%; display: flex; align-items: center; justify-content: center; color: var(--cls-muted); font-size: 15px; }
/* 주소 행 */
.sub-page .loc-addr { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding: 36px 8px; border-bottom: 1px solid #eee; margin: 8px 0 50px; }
.sub-page .loc-addr .la-ico { display: inline-flex; }
.sub-page .loc-addr .la-ico svg { width: 28px; height: 28px; }
.sub-page .loc-addr .la-label { font-size: 22px; font-weight: 800; color: var(--cls-navy); }
.sub-page .loc-addr .la-text { font-size: 19px; color: #3a4654; }
/* 3컬럼 */
.sub-page .loc-cols { display: grid; grid-template-columns: 1.5fr 1.25fr 1fr; gap: 36px; }
.sub-page .lc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.sub-page .lc-head .lc-ico { width: 40px; height: 40px; flex: none; border-radius: 50%; border: 1.5px solid var(--cls-navy); display: inline-flex; align-items: center; justify-content: center; }
.sub-page .lc-head .lc-ico svg { width: 21px; height: 21px; }
.sub-page .lc-head h4 { margin: 0; font-size: 22px; font-weight: 800; color: var(--cls-navy); }
.sub-page .lc-body { border-top: 6px solid var(--cls-navy); padding: 38px 4px; display: flex; flex-direction: column; gap: 18px; }
.sub-page .lc-body p { margin: 0; font-size: 16px; line-height: 1.7; color: #3a4654; word-break: keep-all; }
/* 버스 노선 3열 정렬 (역 › 버스 › 하차) — 4호선 아이콘·일반 뱃지 포함 */
.sub-page .lc-body.bus-grid { display: grid; grid-template-columns: max-content min-content max-content min-content 1fr; row-gap: 16px; column-gap: 12px; align-items: center; font-size: 15px; color: #222; }
.sub-page .bus-grid .bl-g { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.sub-page .bus-grid .bl-sep { color: #c4c4c4; font-size: 15px; font-weight: 400; }
.sub-page .bus-grid .bl-to { white-space: nowrap; color: #555; }
.sub-page .bus-grid .subway { width: 22px; height: 22px; flex: none; border-radius: 50%; background: #31a6ec; color: #fff; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.sub-page .bus-grid .bus-tag { padding: 2px 7px; background: #4d9c31; color: #fff; font-size: 12px; font-weight: 700; }
.sub-page .bus-grid strong { color: var(--cls-navy); font-weight: 700; }

/* ---- 7. 절차 스텝 (process steps) ---- */
.sub-page .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sub-page .step-card {
	position: relative; padding: 28px 22px 24px; border-radius: 14px; background: #fff;
	border: 1.5px solid var(--cls-line); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.sub-page .step-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(32,52,79,.12); border-color: transparent; }
.sub-page .step-no {
	display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
	border-radius: 12px; background: var(--cls-grad); color: #fff; font-size: 18px; font-weight: 800; margin-bottom: 16px;
}
.sub-page .step-card h4 { font-size: 17px; font-weight: 800; color: var(--cls-navy); margin: 0 0 8px; line-height: 1.4; }
.sub-page .step-card p { font-size: 14px; color: var(--cls-muted); margin: 0; line-height: 1.55; }
.sub-page .step-card .step-tag { display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 700; color: var(--cls-orange); }
/* 분석신청절차 — 세로 타임라인 (시안 반영) */
.sub-page .proc-flow { position: relative; display: flex; flex-direction: column; gap: 56px; max-width: 900px; margin: 0 auto; }
.sub-page .proc-flow::before { content: ''; position: absolute; left: 150px; top: 44px; bottom: 44px; width: 2px; background: var(--cls-orange); opacity: .3; z-index: 0; }
.sub-page .proc-flow.no-line { gap: 28px; }
.sub-page .proc-flow.no-line::before { display: none; }
.sub-page .proc-step { position: relative; z-index: 1; display: grid; grid-template-columns: 300px 40px 1fr; align-items: center; gap: 44px; }
.sub-page .ps-title { position: relative; background: #fff; border: 2px solid var(--cls-orange); border-radius: 20px; padding: 22px 16px; text-align: center; font-size: 20px; font-weight: 700; color: #1a1a1a; line-height: 1.3; box-shadow: 0 0 14px rgba(0,195,191,.12); }
.sub-page .proc-step:last-child .ps-title { box-shadow: 0 0 30px rgba(0,195,191,.28); }
.sub-page .ps-no { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--cls-navy-2); color: #fff; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.sub-page .ps-desc { font-size: 18px; font-weight: 500; color: #222; line-height: 1.5; word-break: keep-all; }
.sub-page .ps-tag { display: inline-block; margin-left: 6px; padding: 2px 11px; border-radius: 20px; background: var(--cls-bg); border: 1px solid var(--cls-line); font-size: 13px; font-weight: 600; color: var(--cls-orange); vertical-align: middle; }
/* 3번 스텝(상세) — 제목 상단 정렬 + 하위 항목 */
.sub-page .proc-step.ps-wide { align-items: flex-start; }
.sub-page .proc-step.ps-wide .ps-no { margin-top: 24px; }
.sub-page .ps-sub { margin-bottom: 18px; }
.sub-page .ps-sub:last-child { margin-bottom: 0; }
.sub-page .ps-sub b { display: block; font-size: 17px; font-weight: 700; color: var(--cls-navy); margin-bottom: 6px; }
.sub-page .ps-sub p { margin: 0; font-size: 15px; color: #555; line-height: 1.6; }
.sub-page .ps-ex { color: #999; font-size: 14px; }
.sub-page .ps-chips { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 10px; }
.sub-page .ps-chips span { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; color: #333; }
.sub-page .ps-chips span::before { content: ''; width: 15px; height: 15px; flex: none; border: 1.6px solid var(--cls-orange); border-radius: 3px; }
.sub-page .ps-note { display: block; margin-top: 12px; font-size: 14px; color: #999; word-break: keep-all; }
.sub-page .pay-path { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; }
.sub-page .pay-path span { position: relative; padding: 8px 15px; background: #f6f7f9; border: 1px solid #e6e8ec; border-radius: 8px; font-size: 15px; color: #333; white-space: nowrap; }
.sub-page .pay-path span:not(:last-child)::after { content: '›'; position: absolute; right: -17px; top: 50%; transform: translateY(-50%); color: var(--cls-orange); font-size: 17px; font-weight: 700; }
/* 결제 방법 카드 (택1 — 절차 아님) */
.sub-page .pay-methods { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 880px; margin: 0 auto 34px; }
.sub-page .pay-card { background: #fff; border: 1px solid var(--cls-line); border-top: 5px solid var(--cls-orange); border-radius: 18px; padding: 44px 40px; box-shadow: 0 8px 24px rgba(32,52,79,.07); }
.sub-page .pm-head { display: flex; align-items: center; gap: 15px; margin-bottom: 26px; }
.sub-page .pm-ico { width: 60px; height: 60px; flex: none; border-radius: 16px; background: var(--cls-bg); display: flex; align-items: center; justify-content: center; }
.sub-page .pm-ico svg { width: 32px; height: 32px; }
.sub-page .pm-head h4 { margin: 0; font-size: 24px; font-weight: 800; color: var(--cls-navy); }
.sub-page .pm-head h4 small { font-size: 16px; font-weight: 600; color: #888; }
.sub-page .pay-card > p { font-size: 18px; color: #333; line-height: 1.7; margin: 0 0 8px; }
.sub-page .pay-card .pay-path span { font-size: 16px; padding: 10px 17px; }
.sub-page .pay-card .ps-note { font-size: 15px; margin-top: 14px; }

/* 세로형 스텝 (작성요령) */
.sub-page .vsteps { max-width: 820px; margin: 0 auto; }
.sub-page .vstep { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px dashed var(--cls-line); }
.sub-page .vstep:last-child { border-bottom: none; }
.sub-page .vstep .vs-no { width: 56px; height: 56px; border-radius: 14px; background: var(--cls-navy); color: #fff; font-size: 18px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.sub-page .vstep h4 { font-size: 18px; font-weight: 800; color: var(--cls-navy); margin: 4px 0 10px; }
.sub-page .vstep p { font-size: 15px; color: #3a4654; line-height: 1.7; margin: 0 0 8px; }
.sub-page .vstep ul { margin: 8px 0 0; padding-left: 18px; }
.sub-page .vstep ul li { font-size: 14.5px; color: var(--cls-muted); line-height: 1.7; }
.sub-page .vstep .opt-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.sub-page .vstep .opt-chip { font-size: 13px; padding: 6px 13px; border-radius: 20px; background: var(--cls-bg); border: 1px solid var(--cls-line); color: var(--cls-text); }

/* ---- 8. 안내 박스 (결제/공통) ---- */
.sub-page .info-card2 { padding: 30px 32px; border-radius: 16px; background: var(--cls-bg); border: 1px solid var(--cls-line); margin-bottom: 22px; }
.sub-page .info-card2 .ic-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.sub-page .info-card2 .ic-num { width: 34px; height: 34px; border-radius: 9px; background: var(--cls-grad); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.sub-page .info-card2 h4 { font-size: 19px; font-weight: 800; color: var(--cls-navy); margin: 0; }
.sub-page .info-card2 p { font-size: 15.5px; line-height: 1.75; color: #3a4654; margin: 0 0 10px; }
.sub-page .info-card2 p:last-child { margin-bottom: 0; }
.sub-page .info-card2 .path { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 14px; font-weight: 600; color: var(--cls-navy); }
.sub-page .info-card2 .path .arr { color: var(--cls-orange); }
.sub-page .notice-bar {
	display: flex; gap: 12px; align-items: flex-start; padding: 18px 22px; border-radius: 12px;
	background: #e9f8f7; border: 1px solid #b8e9e6; color: #00393C; font-size: 15px; line-height: 1.6;
}
.sub-page .notice-bar .nb-ico { flex: 0 0 auto; }
.sub-page .addr-box {
	margin-top: 30px; padding: 24px 28px; border-radius: 14px; background: var(--cls-navy); color: #fff;
}
.sub-page .addr-box .ab-label { font-size: 13px; font-weight: 700; letter-spacing: .1em; color: var(--cls-orange-l); text-transform: uppercase; }
.sub-page .addr-box .ab-addr { font-size: 17px; font-weight: 700; margin-top: 8px; }
.sub-page .addr-box .ab-corp { font-size: 14px; color: rgba(255,255,255,.7); margin-top: 4px; }

/* ---- 8-2. 1600px 셸 재튜닝: 본문 폭 꽉 채우는 요소 캡(가운데 정렬) ----
 * .sub-inner 는 1600 유지(헤더/서브비주얼 정렬). 아래 콘텐츠 요소만 읽기 폭으로 제한해
 * notice-bar/addr-box/location/goal-grid 가 과도하게 늘어나는 현상 방지 */
.sub-page .notice-bar,
.sub-page .addr-box { max-width: 900px; margin-left: auto; margin-right: auto; }
/* 오시는 길: 지도/주소/3컬럼 동일 폭으로 정렬 */
.sub-page .loc-map,
.sub-page .loc-cols { max-width: 1200px; margin-left: auto; margin-right: auto; }
.sub-page .loc-addr { max-width: 1200px; margin: 8px auto 50px; }
/* 비전: 목표 2컬럼 카드 */
.sub-page .goal-grid { max-width: 1040px; margin-left: auto; margin-right: auto; }
/* 인사말: 본문 컬럼을 읽기 폭으로 좁혀 대표이사행/헤드라인/본문 정렬 정돈 */
.sub-page .greet-page .sub-inner { max-width: 1100px; }

/* ---- 8-1. 비전 (vision) — 우리의 목표 카드 ---- */
.sub-page .vision-page { padding-bottom: 24px; }
.sub-page .vision-page .block-head { margin-bottom: 30px; }
/* 가운데 정렬 유지하되 줄 길이를 균형있게 → 마지막 줄 떠보임 완화 */
.sub-page .vision-page .greet-text { max-width: 920px; }
.sub-page .vision-page .greet-text p { text-wrap: balance; }
.sub-page .vision-goals { background: var(--cls-bg); }
.sub-page .goal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.sub-page .goal-card {
	display: flex; gap: 22px; align-items: flex-start;
	background: #fff; border: 1px solid var(--cls-line); border-left: 5px solid var(--cls-orange);
	border-radius: 14px; padding: 32px 30px; box-shadow: 0 8px 24px rgba(0,57,60,.05);
	transition: transform .2s, box-shadow .2s;
}
.sub-page .goal-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,57,60,.13); }
.sub-page .goal-card .gc-no {
	flex: none; width: 50px; height: 50px; border-radius: 13px; background: var(--cls-grad);
	color: #fff; font-size: 19px; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.sub-page .goal-card p { margin: 0; font-size: 18px; font-weight: 600; color: var(--cls-navy); line-height: 1.6; word-break: keep-all; }
@media (max-width: 767px) {
	.sub-page .goal-grid { grid-template-columns: 1fr; gap: 16px; }
	.sub-page .goal-card { padding: 26px 22px; gap: 16px; }
	.sub-page .goal-card p { font-size: 16px; }
	.sub-page .goal-card p br { display: none; }
}

/* ---- 9. 푸터 (index.jsp 와 동일) ---- */
/* 푸터는 공통 cls_footer.css 로 일원화 — 중복 스타일 제거(ft-info 가 flex라 1줄로 달라지던 문제 해결) */

/* ---- 10. 반응형 ---- */
@media (max-width: 1024px) {
	.sub-page .greet-headline p { font-size: 28px; }
	.sub-page .greet-headline p em { font-size: 21px; }
	.sub-page .greet-text p { font-size: 17px; }
	.sub-page .steps { grid-template-columns: repeat(2, 1fr); }
	.sub-page .block-head h2 { font-size: 26px; }
}
@media (max-width: 767px) {
	.sub-page .greet-deco .gd { display: none; }
	.sub-page .greet-ceo { flex-direction: column; gap: 14px; padding: 18px 22px; border-radius: 24px; }
	.sub-page .greet-ceo p { font-size: 16px; text-align: center; }
	.sub-page .greet-headline { gap: 12px; }
	.sub-page .greet-headline .q { width: 18px; height: 12px; }
	.sub-page .greet-headline p { font-size: 22px; }
	.sub-page .greet-headline p em { font-size: 17px; }
	.sub-page .greet-text p { font-size: 15.5px; margin-bottom: 26px; }
	.sub-page .greet-thanks { font-size: 20px; }
}
@media (max-width: 767px) {
	.sub-page .sub-body { padding: 56px 0 70px; }
	.sub-page .block { margin-bottom: 54px; }
	.sub-page .timeline::before { left: 89px; }
	.sub-page .tl-item { grid-template-columns: 70px 40px max-content; }
	.sub-page .tl-year { font-size: 17px; }
	.sub-page .org-teams { grid-template-columns: 1fr; gap: 12px; max-width: 300px; }
	.sub-page .org-branch { margin-top: 12px; }
	.sub-page .org-branch::before, .sub-page .org-branch::after { display: none; }
	.sub-page .org-connect { display: none; }
	.sub-page .loc-cols { grid-template-columns: 1fr; gap: 24px; }
	.sub-page .loc-map { height: 280px; border-radius: 16px; }
	.sub-page .loc-addr { gap: 12px; padding: 24px 4px; margin-bottom: 32px; }
	.sub-page .loc-addr .la-label { font-size: 18px; }
	.sub-page .loc-addr .la-text { font-size: 15.5px; }
	.sub-page .lc-head h4 { font-size: 19px; }
	.sub-page .lc-body { padding: 28px 4px; }
	.sub-page .lc-body.bus-grid { grid-template-columns: max-content 1fr; column-gap: 10px; row-gap: 4px; }
	.sub-page .bus-grid .bl-sep { display: none; }
	.sub-page .bus-grid .bl-to { grid-column: 1 / -1; margin-bottom: 12px; }
	.sub-page .steps { grid-template-columns: 1fr; }
	.sub-page .vstep { grid-template-columns: 1fr; gap: 12px; }
	.sub-page .proc-flow { gap: 38px; }
	.sub-page .proc-flow::before { display: none; }
	.sub-page .proc-step { grid-template-columns: 1fr; gap: 12px; justify-items: center; text-align: center; }
	.sub-page .proc-step.ps-wide { justify-items: stretch; }
	.sub-page .proc-step.ps-wide .ps-no { margin-top: 0; justify-self: center; }
	.sub-page .ps-title { width: 100%; max-width: 320px; font-size: 17px; padding: 18px 14px; }
	.sub-page .ps-desc { font-size: 15.5px; }
	.sub-page .proc-step.ps-wide .ps-desc { text-align: left; }
	.sub-page .pay-methods { grid-template-columns: 1fr; }
}
