/* 사용안내 페이지 - 모바일:stack (이미지 중앙, 텍스트 아래) - PC:좌측 이미지 / 우측 텍스트 2-column - 섹션 사이는 옅은 코랄 디바이더 1px - 불릿 2단계:소제목(검정 정사각) > 내용(회색 정사각) */ .pg-page{max-width:720px;margin:0 auto;padding:24px 16px 56px;color:#1a1a1a;font-family:-apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Malgun Gothic", sans-serif;line-height:1.55}/* ============= 헤더 ============= */ .pg-header{display:flex;align-items:center;gap:12px;padding-bottom:20px;margin-bottom:24px;border-bottom:1px solid #f0f0f0}.pg-logo{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f4f4f4;flex-shrink:0}.pg-logo-fallback{width:44px;height:44px;border-radius:8px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999;font-size:18px;font-weight:600;flex-shrink:0}.pg-branch-name{font-size:18px;font-weight:700;letter-spacing:-0.2px}.pg-branch-name a{color:inherit;text-decoration:none}.pg-branch-sub{font-size:12px;color:#888;margin-top:2px}/* ============= 섹션 ============= */ .pg-section{display:flex;flex-direction:column;gap:18px;padding-bottom:28px;margin-bottom:28px;border-bottom:1px solid #f5d1d1}.pg-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}/* 이미지 — 모바일 중앙, 적당한 크기 */ .pg-figure{margin:0 auto;width:100%;max-width:260px;background:#f4f4f4;border-radius:8px;overflow:hidden;flex-shrink:0}.pg-image{display:block;width:100%;height:auto}/* 텍스트 블록 */ .pg-text{min-width:0}.pg-section-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 14px;letter-spacing:-0.3px}/* ============= 불릿 (2단계) ============= */ .pg-items{list-style:none;padding:0;margin:0}.pg-item{position:relative;padding-left:16px;margin-bottom:14px}.pg-item:last-child{margin-bottom:0}.pg-item::before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;background:#1a1a1a}.pg-item-sub{font-size:15px;font-weight:700;color:#1a1a1a;letter-spacing:-0.15px}.pg-item-content{list-style:none;padding:0;margin:4px 0 0}.pg-item-content li{position:relative;padding-left:16px;font-size:14px;color:#333;line-height:1.65;margin-top:3px;word-break:keep-all;overflow-wrap:anywhere}.pg-item-content li::before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;background:#888}/* 소제목 없이 내용만 있는 경우의 fallback */ .pg-item.is-content-only{padding-left:0}.pg-item.is-content-only::before{display:none}.pg-item.is-content-only .pg-item-content{margin-top:0}/* ============= 빈 상태 / 푸터 ============= */ .pg-empty{padding:40px 20px;text-align:center;color:#888;font-size:14px}.pg-footer{margin-top:36px;padding-top:18px;border-top:1px solid #f0f0f0;text-align:center}.pg-back{display:inline-block;padding:8px 14px;color:#888;font-size:12px;text-decoration:none}.pg-back:hover{color:#555}/* ========================================= 태블릿 / PC (≥ 768px) — 2-column 레이아웃 ========================================= */ @media (min-width:768px){.pg-page{max-width:920px;padding:40px 32px 72px}.pg-header{padding-bottom:24px;margin-bottom:32px}.pg-section{flex-direction:row;gap:32px;align-items:flex-start;padding-bottom:32px;margin-bottom:32px}.pg-figure{flex:0 0 260px;margin:0;/* PC 컬럼에서 이미지가 너무 길어지면 텍스트와 시각 균형 어긋남 → 최대 높이 가드 */ max-height:220px;display:flex;align-items:center;justify-content:center}.pg-image{max-height:220px;width:auto;max-width:100%;object-fit:contain}.pg-text{flex:1}.pg-section-title{font-size:20px;margin:0 0 16px}.pg-item-sub{font-size:16px}.pg-item-content li{font-size:15px}}/* 대화면 (≥ 1024px) */ @media (min-width:1024px){.pg-page{max-width:1040px}.pg-figure{flex:0 0 300px;max-height:240px}.pg-image{max-height:240px}}