/**
 * ┌─────────────────────────────────────────────────────────────────────┐
 * │  FILE INDEX — 여수뉴스포털                                          │
 * ├──────────────┬──────────────────────────────────────────────────────┤
 * │  파일명      │  opinion-layout.css                                   │
 * │  위치        │  /news/assets/css/opinion-layout.css                  │
 * │  생성일      │  2026-04-23                                           │
 * │  수정일      │  2026-04-27                                           │
 * │  버전        │  v1.4                                                 │
 * ├──────────────┼──────────────────────────────────────────────────────┤
 * │  기능/역할   │  오피니언 전용 레이아웃 CSS (중앙일보 참조)             │
 * │              │  - 고정 서브탭 헤더                                    │
 * │              │  - 사설 2단(좌기사+우만평), 칼럼 3열, 아카이브 4열     │
 * │              │  - 필진 캐러셀, 영상 3열, 리셋코리아/Espresso 탭       │
 * ├──────────────┼──────────────────────────────────────────────────────┤
 * │  레이아웃    │  기준 너비: 1200px / 반응형: 1024px, 900px, 600px     │
 * │  섹터 구조   │  .sector-wrap { width:100%; display:block }           │
 * │              │  ★ sector-wrap 다열 분할 금지 (원칙 2)                │
 * │              │  ★ 다열은 .sector-inner 안에서만 허용                 │
 * │  폰트 기준   │  최소 14px 준수 (원칙 3) / 아이콘폰트 예외            │
 * ├──────────────┼──────────────────────────────────────────────────────┤
 * │  연관 파일   │  load-by  : news/includes/opinion_list_tpl.php        │
 * │              │  변수 주입: :root 자체 정의                            │
 * ├──────────────┼──────────────────────────────────────────────────────┤
 * │  참조 사항   │  중앙일보 https://www.joongang.co.kr/opinion 참조     │
 * │              │  웹폰트: Noto Serif KR, Pretendard Variable           │
 * ├──────────────┼──────────────────────────────────────────────────────┤
 * │  변경 이력   │  2026-04-27 v1.4 - 원칙3 폰트 14px 미만 전수정,      │
 * │              │               색인표(원칙4) 추가                       │
 * │              │  2026-04-26 v1.3 - sticky top 110px 수정,            │
 * │              │               op-section-title display:none           │
 * │              │  2026-04-25 v1.2 - 타이포그래피 스케일 적용           │
 * │              │  2026-04-24 v1.1 - 섹션별 CSS 보완                   │
 * │              │  2026-04-23 v1.0 - 최초 생성                         │
 * └──────────────┴──────────────────────────────────────────────────────┘
 */

/* ═══════════════════════════════════════════════════════════════
   여수뉴스포털 — 오피니언 전용 레이아웃 CSS
   파일: news/assets/css/opinion-layout.css
   참조: 중앙일보 https://www.joongang.co.kr/opinion 레이아웃
   ═══════════════════════════════════════════════════════════════ */

/* ── 웹폰트 ──
   Pretendard GOV 및 Noto Serif KR 은 header.php 의 nhis-design-system.css 에서
   일괄 로드합니다. 이 파일에서 @import 를 중복 선언하면 네트워크 요청이 2회
   발생하므로 제거합니다 (원칙: 폰트 로드는 header.php 에서 단일 관리).
── */

/* ──────────────────────────────────────────────────────────────
   0. CSS 변수
────────────────────────────────────────────────────────────────*/
:root {
  --op-teal:      #1a8a84;   /* 중앙일보 teal 강조색 */
  --op-teal-lt:   #e6f4f3;   /* teal 연한 배경 */
  --op-black:     #111111;
  --op-gray900:   #1a1a1a;
  --op-gray700:   #333333;
  --op-gray600:   #555555;
  --op-gray500:   #6b6b6b;
  --op-gray400:   #888888;
  --op-gray200:   #cccccc;
  --op-gray100:   #e5e5e5;
  --op-gray50:    #f8f9fa;
  --op-white:     #ffffff;
  --op-serif:     'Noto Serif KR', Georgia, 'Times New Roman', serif;
  --op-sans:      'Pretendard Variable', Pretendard, -apple-system,
                  'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  --op-max-w:     1200px;
  --op-gap:       32px;
}

/* ──────────────────────────────────────────────────────────────
   1. 래퍼 기본
────────────────────────────────────────────────────────────────*/
.op-wrap {
  font-family: var(--op-sans);
  color: var(--op-gray900);
  background: var(--op-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.op-wrap *, .op-wrap *::before, .op-wrap *::after {
  box-sizing: border-box;
}
.op-wrap a { color: inherit; text-decoration: none; }
.op-wrap a:hover { color: var(--op-teal); }
.op-wrap img { max-width: 100%; height: auto; display: block; }
.op-wrap ul, .op-wrap li { list-style: none; margin: 0; padding: 0; }
.op-wrap h1, .op-wrap h2, .op-wrap h3, .op-wrap h4, .op-wrap h5 {
  margin: 0; line-height: 1.4;
}
.op-wrap figure { margin: 0; }

/* 콘텐츠 최대 너비 컨테이너 */
.op-container {
  max-width: var(--op-max-w);
  margin: 0 auto;
  padding: 0 20px 80px;
}

/* ──────────────────────────────────────────────────────────────
   2. 고정 서브탭 헤더 (section_header_wrap)
      상단 탭: 사설칼럼 | 만평 | Hot Poll | 리셋 코리아 | 영상
────────────────────────────────────────────────────────────────*/
.op-header {
  position: sticky;
  top: 110px;           /* s2(64px) + s3(46px) = 110px */
  z-index: 99;
  background: var(--op-white);
  border-bottom: 2px solid var(--op-black);
  margin-bottom: 24px;
  /* s6 타이틀 블록 아래 여백 최소화 */
}
@media (max-width: 900px) {
  .op-header { top: 52px; }
}
.op-header-inner {
  max-width: var(--op-max-w);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  gap: 0;
  min-height: 0;
}
/* ── op-section-title: s6 타이틀 블록과 중복 — 헤더에서 숨김 ── */
.op-section-title {
  display: none;  /* s6 섹터에 이미 페이지 타이틀 표시됨 */
}
.op-nav {
  display: flex;
  align-items: flex-end;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
}
.op-nav::-webkit-scrollbar { display: none; }
.op-nav-item {
  flex-shrink: 0;
}
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-nav-item a {
  display: block;
  padding: 10px 16px 9px;
  font-size: 14px;
  font-weight: 500;
  color: var(--op-gray600);
  border-bottom: 3px solid transparent;
  transition: color .15s, border-color .15s;
  white-space: nowrap;
}
.op-nav-item a:hover {
  color: var(--op-teal);
  border-bottom-color: var(--op-teal);
}
.op-nav-item.is-active a {
  color: var(--op-teal);
  font-weight: 700;
  border-bottom-color: var(--op-teal);
}

/* ──────────────────────────────────────────────────────────────
   3. 섹션 공통 구분 헤더 (teal 라인)
      구조: teal 2px 상단 구분선 아래
            [섹션제목] [더보기] — 제목 바로 오른쪽에만 붙음
────────────────────────────────────────────────────────────────*/
.op-section-head {
  display: flex;
  align-items: baseline;            /* 제목·더보기 베이스라인 정렬 */
  gap: 8px;
  border-top: 2px solid var(--op-teal);
  padding-top: 12px;
  margin-bottom: 18px;
}
/* ── 타이포그래피 스케일: 18px — 카드 제목/섹션명 ── */
.op-section-head-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--op-teal);
  letter-spacing: -0.3px;
  flex-shrink: 0;
  line-height: 1.3;
}
/* ── 타이포그래피 스케일: 12px — 배지 전용 (더보기 링크) ── */
.op-section-head-more {
  font-size: 14px;
  color: var(--op-gray400);
  display: flex;
  align-items: center;
  gap: 2px;
  transition: color .15s;
  flex-shrink: 0;
  line-height: 1.3;
}
.op-section-head-more:hover { color: var(--op-teal); }
.op-section-head-more i { font-size: 14px; }

.op-section-head-spacer { flex: 1; }
/* ── 타이포그래피 스케일: 12px — 배지 전용 ── */
.op-section-head-count {
  font-size: 14px;
  color: var(--op-gray400);
  margin-left: auto;
}

/* ──────────────────────────────────────────────────────────────
   4. 사설 섹션 (좌 3기사 리스트 + 우 만평 카드)
      비율: 좌 7 : 우 3
────────────────────────────────────────────────────────────────*/
.op-editorial-section {
  margin-bottom: 48px;
}
.op-editorial-row {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: start;
}

/* 사설 좌측 — 기사 리스트 */
.op-editorial-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.op-editorial-item {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid var(--op-gray100);
  position: relative;
}
.op-editorial-item:first-child { padding-top: 0; }
.op-editorial-item:last-child { border-bottom: none; }

/* ── 타이포그래피 스케일: 20px — 서브 헤더 ── */
.op-editorial-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--op-serif);
  color: var(--op-black);
  line-height: 1.5;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-editorial-title a:hover { color: var(--op-teal); }

/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-editorial-desc {
  font-size: 14px;
  color: var(--op-gray500);
  line-height: 1.65;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ── 타이포그래피 스케일: 12px — 배지/날짜 ── */
.op-editorial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: var(--op-gray400);
  letter-spacing: 0;
}
.op-editorial-bookmark {
  cursor: pointer;
  color: var(--op-gray400);
  font-size: 16px;
  transition: color .15s;
}
.op-editorial-bookmark:hover { color: var(--op-teal); }

/* 만평(오른쪽) */
.op-cartoon-card {
  background: var(--op-gray50);
  border: 1px solid var(--op-gray100);
  border-radius: 2px;
  overflow: hidden;
}
.op-cartoon-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.op-cartoon-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.op-cartoon-thumb:hover img { transform: scale(1.03); }
.op-cartoon-body {
  padding: 14px 16px;
}
/* ── 타이포그래피 스케일: 12px — 배지 전용 ── */
.op-cartoon-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--op-teal);
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/* ── 타이포그래피 스케일: 16px — 본문 기본 ── */
.op-cartoon-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--op-black);
  line-height: 1.5;
  margin-bottom: 8px;
}
.op-cartoon-title a:hover { color: var(--op-teal); }
/* ── 타이포그래피 스케일: 12px — 날짜 ── */
.op-cartoon-date {
  font-size: 14px;
  color: var(--op-gray400);
}

/* ──────────────────────────────────────────────────────────────
   5. 오늘의 칼럼 섹션 (2행 × 3열 카드)
      각 카드: 좌측 텍스트 + 우측 인물 사진
────────────────────────────────────────────────────────────────*/
.op-column-section {
  margin-bottom: 48px;
}
.op-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.op-column-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px 16px 0;
  border-bottom: 1px solid var(--op-gray100);
  border-right: 1px solid var(--op-gray100);
}
.op-column-item:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}
/* 짝수 행 (4~6번째) */
.op-column-item:nth-child(n+4) {
  /* 필요시 추가 스타일 */
}
.op-column-item:nth-last-child(-n+3) {
  border-bottom: none;
}

.op-column-body {
  flex: 1;
  min-width: 0;
}
/* ── 타이포그래피 스케일: 12px — 배지 전용 ── */
.op-column-cat {
  font-size: 14px;
  font-weight: 700;
  color: var(--op-teal);
  margin-bottom: 6px;
  display: block;
}
/* ── 타이포그래피 스케일: 16px — 본문 기본 ── */
.op-column-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--op-black);
  line-height: 1.5;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.4px;
}
.op-column-title a:hover { color: var(--op-teal); }
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 ── */
.op-column-author {
  font-size: 14px;
  color: var(--op-gray500);
  font-weight: 500;
}
.op-column-portrait {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--op-gray100);
  border: 2px solid var(--op-gray100);
}
.op-column-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%);
}

/* ──────────────────────────────────────────────────────────────
   6. 아카이브 섹션 (카테고리별 4열 텍스트 목록)
────────────────────────────────────────────────────────────────*/
.op-archive-section {
  margin-bottom: 48px;
}
.op-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--op-gray100);
}
.op-archive-col {
  padding: 20px 20px 20px 0;
  border-right: 1px solid var(--op-gray100);
  border-bottom: 1px solid var(--op-gray100);
}
.op-archive-col:nth-child(4n) {
  border-right: none;
  padding-right: 0;
}
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-archive-col-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--op-teal);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.3px;
}
.op-archive-col-title a { color: var(--op-teal); }
.op-archive-col-title a:hover { text-decoration: underline; }
.op-archive-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.op-archive-item {
  padding: 7px 0;
  border-bottom: 1px solid var(--op-gray100);
}
.op-archive-item:last-child { border-bottom: none; }
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-archive-item-title {
  font-size: 14px;
  color: var(--op-gray900);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-archive-item-title a:hover { color: var(--op-teal); }
/* ── 타이포그래피 스케일: 12px — 배지/날짜 ── */
.op-archive-item-date {
  font-size: 14px;
  color: var(--op-gray400);
  margin-top: 3px;
  display: block;
}

/* ──────────────────────────────────────────────────────────────
   7. 주요 필진 캐러셀
────────────────────────────────────────────────────────────────*/
.op-writers-section {
  margin-bottom: 48px;
}
.op-writers-carousel-wrap {
  position: relative;
}
.op-writers-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  overflow: hidden;
}
.op-writer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid var(--op-gray100);
  transition: background .15s;
}
.op-writer-item:last-child { border-right: none; }
.op-writer-item:hover { background: var(--op-gray50); }
.op-writer-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 3px solid var(--op-gray100);
  background: var(--op-gray100);
  flex-shrink: 0;
}
.op-writer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
}
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-writer-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--op-black);
  margin-bottom: 4px;
}
/* ── 타이포그래피 스케일: 12px — 배지 전용 ── */
.op-writer-title {
  font-size: 14px;
  color: var(--op-gray500);
  line-height: 1.4;
}

/* ──────────────────────────────────────────────────────────────
   8. 사진 + 기사 + 랭킹 3단 레이아웃 (권혁재의 사람사진 스타일)
      좌: 큰 사진 | 중: 관련 기사 리스트 | 우: 많이 본 기사
────────────────────────────────────────────────────────────────*/
.op-photo-section {
  margin-bottom: 48px;
}
.op-photo-row {
  display: grid;
  grid-template-columns: 1fr 340px 280px;
  gap: 32px;
  align-items: start;
}
.op-photo-main figure {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 16px;
}
.op-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ── 타이포그래피 스케일: 18px — 카드 제목/섹션명 ── */
.op-photo-main-title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--op-serif);
  color: var(--op-black);
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.op-photo-main-title a:hover { color: var(--op-teal); }

/* 중간 관련 기사 리스트 */
.op-related-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 4px;
}
.op-related-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--op-gray100);
  align-items: flex-start;
}
.op-related-item:first-child { padding-top: 0; }
.op-related-item:last-child { border-bottom: none; }
.op-related-thumb {
  width: 88px;
  height: 60px;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--op-gray100);
}
.op-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.op-related-body {
  flex: 1;
  min-width: 0;
}
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-related-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--op-black);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-related-title a:hover { color: var(--op-teal); }
/* ── 타이포그래피 스케일: 12px — 배지/날짜 ── */
.op-related-date {
  font-size: 14px;
  color: var(--op-gray400);
  margin-top: 4px;
  display: block;
}

/* 우측 랭킹 (많이 본 기사) */
.op-rank-panel {
  background: var(--op-gray50);
  border: 1px solid var(--op-gray100);
  padding: 20px 18px;
}
/* ── 타이포그래피 스케일: 16px — 본문 기본 ── */
.op-rank-panel-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--op-black);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--op-teal);
}
.op-rank-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.op-rank-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--op-gray100);
}
.op-rank-item:last-child { border-bottom: none; }
/* ── 타이포그래피 스케일: 20px — 서브 헤더 (랭킹 번호) ── */
.op-rank-num {
  font-size: 20px;
  font-weight: 900;
  color: var(--op-gray200);
  line-height: 1;
  flex-shrink: 0;
  min-width: 24px;
}
.op-rank-num.top1 { color: var(--op-teal); }
.op-rank-num.top2 { color: var(--op-teal); opacity: .7; }
.op-rank-num.top3 { color: var(--op-teal); opacity: .5; }
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-rank-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--op-gray900);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-rank-title a:hover { color: var(--op-teal); }

/* ──────────────────────────────────────────────────────────────
   9. 영상 섹션 (3열 카드)
────────────────────────────────────────────────────────────────*/
.op-video-section {
  margin-bottom: 48px;
}
.op-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.op-video-card {
  display: flex;
  flex-direction: column;
}
.op-video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--op-black);
  margin-bottom: 12px;
}
.op-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .85;
  transition: opacity .3s;
}
.op-video-thumb:hover img { opacity: 1; }
.op-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.op-video-play i {
  font-size: 40px;
  color: rgba(255,255,255,.85);
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
/* ── 타이포그래피 스케일: 16px — 본문 기본 ── */
.op-video-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--op-black);
  line-height: 1.5;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-video-title a:hover { color: var(--op-teal); }
/* ── 타이포그래피 스케일: 12px — 날짜 ── */
.op-video-date {
  font-size: 14px;
  color: var(--op-gray400);
}

/* ──────────────────────────────────────────────────────────────
   10. 리셋 코리아 / Espresso 섹션 (좌 기사리스트 + 우 탭 모듈)
────────────────────────────────────────────────────────────────*/
.op-reset-section {
  margin-bottom: 48px;
}
.op-reset-row {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}
.op-reset-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.op-reset-item {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--op-gray100);
  align-items: flex-start;
}
.op-reset-item:first-child { padding-top: 0; }
.op-reset-item:last-child { border-bottom: none; }
.op-reset-thumb {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--op-gray100);
}
.op-reset-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.op-reset-body { flex: 1; min-width: 0; }
/* ── 타이포그래피 스케일: 12px — 배지 전용 ── */
.op-reset-cat {
  font-size: 14px;
  font-weight: 700;
  color: var(--op-teal);
  margin-bottom: 4px;
  display: block;
}
/* ── 타이포그래피 스케일: 16px — 본문 기본 ── */
.op-reset-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--op-black);
  line-height: 1.5;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-reset-title a:hover { color: var(--op-teal); }
/* ── 타이포그래피 스케일: 12px — 날짜 ── */
.op-reset-date { font-size: 14px; color: var(--op-gray400); }

/* Espresso 탭 모듈 */
.op-espresso-box {
  border: 1px solid var(--op-gray100);
  background: var(--op-white);
}
.op-espresso-tabs {
  display: flex;
  border-bottom: 2px solid var(--op-gray100);
}
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-espresso-tab {
  flex: 1;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--op-gray500);
  text-align: center;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color .15s, border-color .15s;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
}
.op-espresso-tab.is-active {
  color: var(--op-teal);
  border-bottom-color: var(--op-teal);
}
.op-espresso-content {
  padding: 16px;
  display: none;
}
.op-espresso-content.is-active { display: block; }
.op-espresso-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--op-gray100);
}
.op-espresso-item:last-child { border-bottom: none; }
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-espresso-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--op-gray900);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-espresso-title a:hover { color: var(--op-teal); }
/* ── 타이포그래피 스케일: 12px — 날짜 ── */
.op-espresso-date { font-size: 14px; color: var(--op-gray400); margin-top: 3px; display: block; }

/* ──────────────────────────────────────────────────────────────
   11. 전체 기사 목록 섹션
────────────────────────────────────────────────────────────────*/
.op-all-section {
  margin-bottom: 48px;
}
.op-all-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}
.op-all-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.op-all-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--op-gray100);
  align-items: flex-start;
}
.op-all-item:first-child { padding-top: 0; }
.op-all-item:last-child { border-bottom: none; }
.op-all-thumb {
  width: 160px;
  height: 107px;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--op-gray100);
}
.op-all-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.op-all-thumb:hover img { transform: scale(1.03); }
.op-all-body { flex: 1; min-width: 0; }
.op-all-badges {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
/* ── 타이포그래피 스케일: 12px — 배지 전용 ── */
.op-badge {
  font-size: 14px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 2px;
  letter-spacing: 0.3px;
}
.op-badge-breaking {
  background: #e00;
  color: #fff;
}
.op-badge-featured {
  background: var(--op-teal);
  color: #fff;
}
.op-badge-cat {
  border: 1px solid var(--op-teal);
  color: var(--op-teal);
  background: transparent;
}
/* ── 타이포그래피 스케일: 17px — 강조 본문/버튼/폼 ── */
.op-all-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--op-black);
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-all-title a:hover { color: var(--op-teal); }
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-all-desc {
  font-size: 14px;
  color: var(--op-gray500);
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ── 타이포그래피 스케일: 12px — 날짜/메타 ── */
.op-all-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--op-gray400);
}
.op-all-meta .reporter { font-weight: 600; color: var(--op-gray600); font-size: 14px; }

/* 우측 미니 사이드바 */
.op-mini-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.op-sidebar-block {
  background: var(--op-gray50);
  border: 1px solid var(--op-gray100);
  padding: 16px 16px;
}
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-sidebar-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--op-black);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--op-teal);
}
.op-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.op-sidebar-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--op-gray100);
}
.op-sidebar-item:last-child { border-bottom: none; }
/* ── 타이포그래피 스케일: 16px — 본문 기본 (랭킹 번호) ── */
.op-sidebar-num {
  font-size: 16px;
  font-weight: 900;
  color: var(--op-gray200);
  min-width: 20px;
  flex-shrink: 0;
  line-height: 1.4;
}
.op-sidebar-num.r1 { color: var(--op-teal); }
.op-sidebar-num.r2 { color: var(--op-teal); opacity:.75; }
.op-sidebar-num.r3 { color: var(--op-teal); opacity:.55; }
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-sidebar-item-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--op-gray900);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.op-sidebar-item-title a:hover { color: var(--op-teal); }

/* ──────────────────────────────────────────────────────────────
   12. 페이지네이션
────────────────────────────────────────────────────────────────*/
.op-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--op-gray100);
}
/* ── 타이포그래피 스케일: 14px — 메타/보조텍스트 최솟값 ── */
.op-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: var(--op-gray600);
  border: 1px solid var(--op-gray200);
  border-radius: 2px;
  transition: all .15s;
  text-decoration: none;
}
.op-page:hover {
  background: var(--op-teal);
  color: var(--op-white);
  border-color: var(--op-teal);
}
.op-page.is-active {
  background: var(--op-teal);
  color: var(--op-white);
  border-color: var(--op-teal);
  font-weight: 700;
}
/* ── 타이포그래피 스케일: 16px — 본문 기본 (페이지 화살표) ── */
.op-page-first, .op-page-last, .op-page-prev, .op-page-next {
  font-size: 16px;
  color: var(--op-gray400);
}

/* ──────────────────────────────────────────────────────────────
   13. 빈 상태
────────────────────────────────────────────────────────────────*/
.op-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--op-gray400);
}
.op-empty i { font-size: 40px; margin-bottom: 12px; display: block; }
/* ── 타이포그래피 스케일: 16px — 본문 기본 ── */
.op-empty p { font-size: 16px; }

/* ──────────────────────────────────────────────────────────────
   14. 반응형 (≤900px)
────────────────────────────────────────────────────────────────*/
@media (max-width: 1024px) {
  .op-archive-grid { grid-template-columns: repeat(3, 1fr); }
  .op-writers-list { grid-template-columns: repeat(4, 1fr); }
  .op-photo-row { grid-template-columns: 1fr 260px; }
  .op-photo-row .op-rank-panel { display: none; }
  .op-all-grid { grid-template-columns: 1fr; }
  .op-mini-sidebar { display: none; }
}
@media (max-width: 900px) {
  .op-editorial-row {
    grid-template-columns: 1fr;
  }
  .op-cartoon-card { display: none; }
  .op-column-grid { grid-template-columns: repeat(2, 1fr); }
  .op-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .op-writers-list { grid-template-columns: repeat(3, 1fr); }
  .op-photo-row { grid-template-columns: 1fr; }
  .op-reset-row { grid-template-columns: 1fr; }
  .op-video-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .op-section-title { font-size: 20px; padding: 12px 16px 10px 0; }
  .op-nav-item a { padding: 12px 12px 10px; font-size: 14px; }
  .op-column-grid { grid-template-columns: 1fr; }
  .op-archive-grid { grid-template-columns: 1fr; }
  .op-writers-list { grid-template-columns: repeat(2, 1fr); }
  .op-video-grid { grid-template-columns: 1fr; }
  .op-all-thumb { width: 110px; height: 74px; }
}
