@charset "utf-8";
/* ============================================================
   삼정 2차 통합안 — 본문 기본 스타일 (티스토리 원본 정리판)
   원본 base.css(1464줄, base.full.bak.css 보관) 중 실제 배포 마크업에서
   매칭되는 일반 요소 규칙만 유지. data-ke-*·imageblock·fileblock·
   imageslideblock·opengraph·video·map·location·contentSearch·moreLess·
   #__phocus__·table/hr[data-ke-style]·ul/ol[data-ke-list-type] 등
   티스토리 에디터 전용 규칙은 배포 81개 HTML에서 0건 매칭 → 제거 (audit css-1).
   ============================================================ */

body { font-feature-settings: 'ss01' 1; }

/* 본문 제목 기본 크기 (클래스 지정 제목은 style.css/detail.css가 덮어씀) */
h1 { font-size: 2em; }
h2 { font-size: 1.62em; }
h3 { font-size: 1.44em; }
h4 { font-size: 1.25em; }

/* 첨부(figure)·조감도 캡션 — 상세페이지 #heroFig·figcaption 실사용 */
figure {
    margin: 0 0 20px;
    max-width: 100%;
    clear: both;
}

figure figcaption {
    font-size: 13px;
    word-break: break-word;
    padding-top: 10px;
    min-height: 20px;
    caption-side: bottom;
    text-align: center;
}

figure img,
figure iframe {
    max-width: 100%;
}

figure img:not([width]),
figure iframe:not([width]) {
    width: 100%;
}

figure img {
    display: inline-block;
}

/* 인용 */
blockquote,
blockquote p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    letter-spacing: 0;
}

/* 본문 래퍼 */
.contents_style {
    word-break: break-word;
}

.contents_style table td {
    word-break: break-word;
}

/* 코드 블럭 */
pre {
    overflow: auto;
}
