/* ==========================================================================
   Cert. & Patent 페이지 전용 스타일 (www/cert-patent/index.php) — site.css 뒤에 로드
   레이아웃(원본 cert-desktop 기준): Press(#FAFAFA, 제목 30px AC ExtraBold #6AAAE4, 카드 2장) → 밴드(#3B3B3B ~37px)
                                   → "Cert. & Patent"(40px) + 카드 3장
   ========================================================================== */

/* --- Press ---------------------------------------------------------------- */
.press-section { padding: 18px 0 26px; }
.press-title { margin-bottom: 10px; }
@media (min-width: 768px) {
  .press-section { padding: 18px 0 28px; }
  .press-title { padding-left: 14px; }                   /* 원본: 제목이 컨테이너 좌측선에서 14px 안쪽 */
  .press-grid { padding-left: 28px; }                    /* 원본: 카드 열 시작 x=+29px */
}

/* 밴드 높이 (원본 37px) */
.page-cert .band { min-height: 37px; }

/* --- Cert. & Patent -------------------------------------------------------- */
.cert-section { padding: 16px 0 40px; }
.cert-title { margin-bottom: 18px; }
@media (min-width: 768px) {
  .cert-section { padding: 16px 0 56px; }
  .cert-title { margin-bottom: 22px; }
  .cert-section .cert-grid { padding-left: 24px; }       /* 원본: 카드 열 시작 x=+25px */
}
