@charset "utf-8";

/**
 * 컨트리뷰터 게시판 스킨 (Plickon)
 *
 * 플릭온 테마 전용 — --pk-* 토큰 기반
 * 라이트 모드 전용 (다크모드 미지원)
 * 스킨 접두사: bo-ct-*
 *
 * @version 20260309-006
 */


/* --- 유틸리티 --- */
.bo-hidden { display: none; }

/* --- 스킨 변수 --- */
:root {
    --bo-ct-sns-facebook: #1877f2;
    --bo-ct-sns-twitter: #1d9bf0;
    --bo-ct-sns-twitter-x: #000;
    --bo-ct-sns-kakao-bg: #fee500;
    --bo-ct-sns-kakao-text: #3c1e1e;
    --bo-ct-cotton-rgb: 254, 253, 251;
}


/* ============================================
   컨트리뷰터 목록 (bo-ct)
   ============================================ */

#bo_contributor {
    background: var(--pk-cotton);
}

/* --- 카테고리 --- */
.bo-ct-category {
    padding: 24px 28px 0;
}

.bo-ct-cate-link {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 500;
    color: var(--pk-slate);
    background: transparent;
    text-decoration: none;
    transition: color 0.3s var(--pk-ease), background 0.3s var(--pk-ease);
    border: 1px solid rgba(var(--pk-ink-rgb), 0.08);
}

.bo-ct-cate-link:hover {
    color: var(--pk-ink);
    background: rgba(var(--pk-ink-rgb), 0.03);
    border-color: rgba(var(--pk-ink-rgb), 0.15);
}

.bo-ct-cate-link.active {
    color: var(--pk-cotton);
    background: var(--pk-ink);
    border-color: var(--pk-ink);
    font-weight: 600;
}

/* --- 헤더 --- */
.bo-ct-header {
    padding: 16px 28px;
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.05);
}

.bo-ct-header-info {
    font-size: 12px;
    color: var(--pk-ash);
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bo-ct-header-info strong {
    color: var(--pk-ink);
    font-weight: 700;
}

.bo-ct-sep {
    color: rgba(var(--pk-ink-rgb), 0.12);
    margin: 0 2px;
}

/* --- 버튼 --- */
.bo-ct-btn-outline {
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 500;
    color: var(--pk-slate);
    background: transparent;
    border: 1px solid rgba(var(--pk-ink-rgb), 0.1);
    border-radius: var(--pk-r-xs);
    transition: all 0.25s var(--pk-ease);
    letter-spacing: 0.01em;
}

.bo-ct-btn-outline:hover {
    color: var(--pk-ink);
    border-color: rgba(var(--pk-ink-rgb), 0.2);
    background: rgba(var(--pk-ink-rgb), 0.02);
}

.bo-ct-btn-write {
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--pk-cotton);
    background: var(--pk-ink);
    border: 1px solid var(--pk-ink);
    border-radius: var(--pk-r-xs);
    transition: all 0.3s var(--pk-ease);
    letter-spacing: 0.01em;
}

.bo-ct-btn-write:hover {
    background: var(--pk-iris);
    border-color: var(--pk-iris);
    color: var(--pk-cotton);
    transform: translateY(-1px);
    box-shadow: var(--pk-sh-sm);
}

/* --- 전체선택 --- */
.bo-ct-checkall {
    padding: 10px 28px;
    background: rgba(var(--pk-ink-rgb), 0.015);
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: var(--pk-ash);
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.04);
}

/* --- 카드 목록 컨테이너 --- */
.bo-ct-list {
    display: flex;
    flex-direction: column;
    padding: 0 28px 28px;
    gap: 0;
}

/* --- 카드 공통 (가로형) --- */
.bo-ct-card {
    position: relative;
    display: flex;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.05);
    transition: background 0.35s var(--pk-ease);
}

.bo-ct-card:first-child {
    padding-top: 24px;
}

.bo-ct-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bo-ct-card:hover {
    background: rgba(var(--pk-linen-rgb), 0.6);
}

.bo-ct-current {
    background: rgba(var(--pk-amber-rgb), 0.04);
}

.bo-ct-current:hover {
    background: rgba(var(--pk-amber-rgb), 0.06);
}

.bo-ct-notice {
    border-left: 2px solid var(--pk-iris);
    padding-left: 20px;
}

/* --- 체크박스 --- */
.bo-ct-checkbox {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 10;
}

.bo-ct-checkbox .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    border-radius: 3px;
    border-color: rgba(var(--pk-ink-rgb), 0.15);
}

.bo-ct-card:has(.bo-ct-checkbox) {
    padding-left: 30px;
}

/* --- 썸네일 --- */
.bo-ct-thumb {
    flex-shrink: 0;
    width: 220px;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: var(--pk-r-xs);
    background: var(--pk-cream);
    text-decoration: none;
    display: block;
    box-shadow: 0 1px 4px rgba(var(--pk-ink-rgb), 0.04);
    transition: box-shadow 0.4s var(--pk-ease);
}

.bo-ct-card:hover .bo-ct-thumb {
    box-shadow: 0 4px 16px rgba(var(--pk-ink-rgb), 0.07);
}

.bo-ct-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--pk-ease), filter 0.6s var(--pk-ease);
    filter: saturate(0.95);
}

.bo-ct-card:hover .bo-ct-thumb img {
    transform: scale(1.03);
    filter: saturate(1);
}

.bo-ct-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: rgba(var(--pk-ink-rgb), 0.12);
    font-size: 1.75rem;
    background: linear-gradient(145deg, var(--pk-cream), var(--pk-linen));
}

/* --- 콘텐츠 영역 --- */
.bo-ct-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bo-ct-body-top {
    flex: 1;
}

/* --- 카테고리 태그 --- */
.bo-ct-cate {
    display: inline-block;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--pk-amber);
    background: transparent;
    border-radius: 0;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.25s ease;
}

.bo-ct-cate:hover {
    color: var(--pk-honey);
}

/* --- 제목 --- */
.bo-ct-title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.4px;
}

.bo-ct-title a {
    color: var(--pk-ink);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s var(--pk-ease);
    background-image: linear-gradient(var(--pk-iris), var(--pk-iris));
    background-size: 0% 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
}

.bo-ct-title a:hover {
    color: var(--pk-iris);
    background-size: 100% 1px;
    transition: color 0.3s var(--pk-ease), background-size 0.4s var(--pk-ease);
}

/* --- 토픽 (제목 아래, 배경 강조) --- */
.bo-ct-topic {
    display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--pk-ink);
    line-height: 1.8;
    letter-spacing: -0.1px;
    background: rgba(var(--pk-amber-rgb), 0.12);
    padding: 2px 8px 2px 10px;
    border-radius: 3px;
    border-left: 3px solid var(--pk-amber);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.bo-ct-topic-wrap {
    margin: 6px 0 0;
}

/* --- 본문 미리보기 --- */
.bo-ct-excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--pk-ash);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.01em;
}

/* --- 바이라인 --- */
.bo-ct-byline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
}

.bo-ct-byline-author {
    font-weight: 700;
    color: var(--pk-ink);
    letter-spacing: -0.01em;
}

.bo-ct-byline-org {
    color: var(--pk-ash);
    font-weight: 400;
}

.bo-ct-byline-org::before {
    content: ",";
    margin-right: 4px;
}

.bo-ct-byline-date {
    color: rgba(var(--pk-ink-rgb), 0.25);
    font-variant-numeric: tabular-nums;
}

.bo-ct-byline-date::before {
    content: "·";
    margin: 0 8px;
    color: rgba(var(--pk-ink-rgb), 0.12);
}

/* --- 뱃지 --- */
.bo-ct-badge-new {
    display: inline-block;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 700;
    color: var(--pk-cotton);
    background: var(--gb-danger);
    border-radius: 3px;
    vertical-align: middle;
}

.bo-ct-badge-hot {
    display: inline-block;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 700;
    color: var(--pk-cotton);
    background: var(--pk-amber);
    border-radius: 3px;
    vertical-align: middle;
}

.bo-ct-badge-comment {
    display: inline-block;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 600;
    color: var(--pk-cotton);
    background: var(--pk-iris);
    border-radius: 3px;
    vertical-align: middle;
}

.bo-ct-badge-notice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pk-cotton);
    background: var(--pk-iris);
    border-radius: var(--pk-r-xs);
}

.bo-ct-icon-secret {
    color: var(--pk-ash);
    font-size: 12px;
    vertical-align: middle;
}

/* --- 빈 목록 --- */
.bo-ct-empty {
    padding: 80px 28px;
    text-align: center;
    color: var(--pk-ash);
    font-size: 15px;
    line-height: 1.6;
}

.bo-ct-empty i {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 16px;
    color: rgba(var(--pk-ink-rgb), 0.08);
}

/* --- 하단 액션 + 페이징 --- */
.bo-ct-footer {
    display: grid;
    grid-template: 1fr / 1fr;
    align-items: center;
    padding: 20px 28px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.05);
    overflow: visible;
    position: relative;
}

.bo-ct-footer-actions,
.bo-ct-paging {
    grid-row: 1;
    grid-column: 1;
}

.bo-ct-footer-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 10;
}

.bo-ct-footer-actions > * {
    pointer-events: auto;
}

.bo-ct-paging {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bo_contributor .bo-pg-btn {
    min-width: 1.75rem;
    height: 1.75rem;
    font-size: 12px;
    border-radius: var(--pk-r-xs);
    font-variant-numeric: tabular-nums;
}

/* --- 검색 --- */
.bo-ct-search {
    padding: 28px;
    background: var(--pk-linen);
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.04);
    border-radius: 0 0 var(--pk-r-md) var(--pk-r-md);
}

.bo-ct-search .input-group {
    max-width: 440px;
    margin: 0 auto;
}

.bo-ct-search .form-select,
.bo-ct-search .form-control {
    font-size: 13px;
    padding: 8px 14px;
    border-color: rgba(var(--pk-ink-rgb), 0.08);
    background: var(--pk-cotton);
    transition: border-color 0.25s var(--pk-ease), box-shadow 0.25s var(--pk-ease);
}

.bo-ct-search .form-select:focus,
.bo-ct-search .form-control:focus {
    border-color: var(--pk-iris);
    box-shadow: 0 0 0 3px rgba(var(--pk-iris-rgb), 0.08);
}

.bo-ct-search-field {
    max-width: 130px;
}


/* ============================================
   글보기 (bo-view) — Plickon 최적화
   ============================================ */

#bo_v {
    background: var(--pk-cotton);
}

/* --- Hero 영역 --- */
.bo-view-hero {
    padding: 40px 36px 28px;
    background: var(--pk-cream);
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.05);
    position: relative;
}

.bo-view-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 36px;
    width: 40px;
    height: 3px;
    background: var(--pk-amber);
    border-radius: 0 0 2px 2px;
}

.bo-view-hero .bo-cate-badge {
    display: inline-block;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--pk-amber);
    background: transparent;
    border-radius: 0;
    margin-bottom: 12px;
}

.bo-view-hero-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--pk-ink);
    line-height: 1.28;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
}

.bo-view-topic {
    display: inline;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--pk-ink);
    line-height: 1.8;
    letter-spacing: -0.1px;
    background: rgba(var(--pk-amber-rgb), 0.12);
    padding: 3px 10px 3px 12px;
    border-radius: 3px;
    border-left: 3px solid var(--pk-amber);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.bo-view-topic-wrap {
    margin: 8px 0 20px;
}

.bo-view-byline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.bo-view-byline-author {
    font-weight: 700;
    color: var(--pk-ink);
    letter-spacing: -0.01em;
}

.bo-view-byline-org {
    color: var(--pk-ash);
    font-weight: 400;
}

.bo-view-byline-org::before {
    content: ",";
    margin-right: 4px;
}

.bo-view-byline-date {
    color: rgba(var(--pk-ink-rgb), 0.25);
    font-variant-numeric: tabular-nums;
}

.bo-view-byline-date::before {
    content: "·";
    margin: 0 8px;
    color: rgba(var(--pk-ink-rgb), 0.12);
}

.bo-view-byline-ip {
    font-size: 12px;
    color: var(--pk-ash);
    margin-left: 8px;
}

/* --- Hero 연관링크 --- */
.bo-view-hero-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.06);
    font-size: 13px;
}

.bo-view-hero-links-label {
    font-weight: 600;
    color: var(--pk-ash);
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bo-view-hero-links-label i {
    font-size: 10px;
    margin-right: 3px;
}

.bo-view-hero-links a {
    color: var(--pk-iris);
    text-decoration: none;
    word-break: break-all;
    transition: color 0.2s ease;
}

.bo-view-hero-links a:hover {
    color: var(--pk-wisteria);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bo-view-hero-links a::before {
    content: "·";
    margin-right: 8px;
    color: rgba(var(--pk-ink-rgb), 0.15);
}

.bo-view-hero-links a:first-of-type::before {
    display: none;
}

.bo-view-hero-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.06);
}

.bo-view-hero-actions {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.bo-view-hero-sns {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* --- 본문 --- */
.bo-view-body {
    padding: 36px 36px 32px;
    line-height: 1.85;
    color: var(--pk-ink);
    word-break: break-word;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.bo-view-body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--pk-r-xs);
    margin: 4px 0;
}

/* 마크다운 본문 타이포그래피 보강 */
.bo-view-body .md-content h1 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: var(--pk-ink);
    margin: 2em 0 0.8em;
    line-height: 1.3;
}

.bo-view-body .md-content h1:first-child {
    margin-top: 0;
}

.bo-view-body .md-content h2 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: var(--pk-ink);
    margin: 1.8em 0 0.7em;
    line-height: 1.35;
}

.bo-view-body .md-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--pk-ink);
    margin: 1.5em 0 0.6em;
}

.bo-view-body .md-content p {
    margin: 0 0 0.9em;
}

.bo-view-body .md-content blockquote {
    margin: 1.5em 0;
    padding: 20px 24px;
    border-left: 3px solid var(--pk-amber);
    background: var(--pk-linen);
    border-radius: 0 var(--pk-r-xs) var(--pk-r-xs) 0;
    font-style: italic;
    color: var(--pk-slate);
    line-height: 1.75;
}

.bo-view-body .md-content blockquote p {
    margin: 0;
}

.bo-view-body .md-content hr {
    border: none;
    height: 1px;
    background: rgba(var(--pk-ink-rgb), 0.06);
    margin: 2em 0;
}

.bo-view-body .md-content strong {
    font-weight: 700;
    color: var(--pk-ink);
}

.bo-view-body .md-content em {
    font-style: italic;
    color: var(--pk-slate);
}

.bo-view-signature {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.05);
    font-size: 13px;
    color: var(--pk-ash);
    line-height: 1.6;
}

/* --- 하단 유틸리티 블록 --- */
.bo-view-utility {
    background: var(--pk-linen);
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.05);
}

/* --- 추천 --- */
.bo-view-vote {
    padding: 32px 28px;
    text-align: center;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.05);
}

.bo-view-vote .bo-vote-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s var(--pk-ease);
    border: 1px solid;
    letter-spacing: 0.01em;
}

.bo-view-vote .bo-vote-good {
    color: var(--gb-success);
    border-color: rgba(var(--pk-ink-rgb), 0.1);
    background: var(--pk-cotton);
}

.bo-view-vote .bo-vote-good:hover {
    color: var(--pk-cotton);
    background: var(--gb-success);
    border-color: var(--gb-success);
    transform: translateY(-1px);
    box-shadow: var(--pk-sh-sm);
}

.bo-view-vote .bo-vote-nogood {
    color: var(--pk-ash);
    border-color: rgba(var(--pk-ink-rgb), 0.1);
    background: var(--pk-cotton);
}

.bo-view-vote .bo-vote-nogood:hover {
    color: var(--pk-cotton);
    background: var(--gb-danger);
    border-color: var(--gb-danger);
    transform: translateY(-1px);
    box-shadow: var(--pk-sh-sm);
}

.bo-view-vote .bo-vote-count,
.bo-view-vote .bo-vote-count-only span {
    color: var(--pk-ash);
    font-size: 13px;
}

/* --- 첨부파일 --- */
.bo-view-attach {
    padding: 20px 28px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.05);
}

.bo-view-attach h3 {
    font-size: 11px;
    font-weight: 700;
    color: var(--pk-ash);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bo-view-attach .bo-file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: var(--pk-r-xs);
    text-decoration: none;
    color: var(--pk-slate);
    transition: all 0.25s var(--pk-ease);
    border: 1px solid rgba(var(--pk-ink-rgb), 0.05);
    margin-bottom: 6px;
    background: var(--pk-cotton);
}

.bo-view-attach .bo-file-item:hover {
    border-color: rgba(var(--pk-iris-rgb), 0.3);
    color: var(--pk-iris);
    box-shadow: var(--pk-sh-sm);
}

.bo-view-attach .bo-file-item .bo-file-name { font-weight: 500; font-size: 13px; }
.bo-view-attach .bo-file-item .bo-file-info { font-size: 12px; color: var(--pk-ash); }

/* --- 이전/다음글 --- */
.bo-view-nav {
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.05);
}

.bo-view-nav .bo-nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    text-decoration: none;
    color: var(--pk-slate);
    transition: background 0.25s var(--pk-ease), color 0.25s var(--pk-ease);
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.04);
}

.bo-view-nav .bo-nav-item:last-child { border-bottom: none; }

.bo-view-nav .bo-nav-item:hover {
    background: var(--pk-cream);
    color: var(--pk-ink);
}

.bo-view-nav .bo-nav-item:hover .bo-nav-arrow { color: var(--pk-iris); }

.bo-view-nav .bo-nav-arrow {
    flex-shrink: 0;
    width: 1.5rem;
    text-align: center;
    color: rgba(var(--pk-ink-rgb), 0.2);
    font-size: 11px;
    transition: transform 0.3s var(--pk-ease), color 0.3s var(--pk-ease);
}

.bo-view-nav .bo-nav-item:hover .bo-nav-arrow.bo-prev { transform: translateY(-2px); }
.bo-view-nav .bo-nav-item:hover .bo-nav-arrow.bo-next { transform: translateY(2px); }

.bo-view-nav .bo-nav-label {
    font-size: 11px;
    color: var(--pk-ash);
    font-weight: 600;
    min-width: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bo-view-nav .bo-nav-subject {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bo-view-nav .bo-nav-date {
    font-size: 12px;
    color: rgba(var(--pk-ink-rgb), 0.25);
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.bo-view-sns {
    padding: 12px 28px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.05);
}

.bo-sns-bar { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.bo-sns-share { display: flex; align-items: center; gap: 6px; }
.bo-sns-label { font-size: 11px; color: var(--pk-ash); font-weight: 600; margin-right: 6px; text-transform: uppercase; letter-spacing: 0.03em; }
.bo-sns-divider { width: 1px; height: 20px; background: rgba(var(--pk-ink-rgb), 0.08); margin: 0 4px; }

#bo_v .bo-sns-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(var(--pk-ink-rgb), 0.08);
    background: var(--pk-cotton);
    color: var(--pk-ash);
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s var(--pk-ease);
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

#bo_v .bo-sns-btn:hover { transform: translateY(-2px); box-shadow: var(--pk-sh-md); }

#bo_v .bo-sns-facebook:hover { background: var(--bo-ct-sns-facebook); border-color: var(--bo-ct-sns-facebook); color: var(--pk-cotton); }
#bo_v .bo-sns-twitter:hover { background: var(--bo-ct-sns-twitter); border-color: var(--bo-ct-sns-twitter); color: var(--pk-cotton); }
#bo_v .bo-sns-kakao:hover { background: var(--bo-ct-sns-kakao-bg); border-color: var(--bo-ct-sns-kakao-bg); color: var(--bo-ct-sns-kakao-text); }
#bo_v .bo-sns-copy:hover { background: var(--pk-ink); border-color: var(--pk-ink); color: var(--pk-cotton); }

#bo_v .bo-sns-copied {
    background: var(--gb-success) !important;
    border-color: var(--gb-success) !important;
    color: var(--pk-cotton) !important;
    transform: scale(1.1);
}

#bo_v .bo-sns-scrap:hover { background: var(--pk-amber); border-color: var(--pk-amber); color: var(--pk-cotton); }

.bo-sns-badge { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; font-size: 9px; text-decoration: none; transition: opacity 0.2s; }
.bo-sns-badge:hover { opacity: 0.8; }
.bo-sns-badge-facebook { background: var(--bo-ct-sns-facebook); color: var(--pk-cotton); }
.bo-sns-badge-twitter { background: var(--bo-ct-sns-twitter-x); color: var(--pk-cotton); }

.bo-sns-register { display: flex; align-items: center; gap: 12px; }

.bo-sns-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--pk-slate);
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 9999px;
    border: 1px solid rgba(var(--pk-ink-rgb), 0.08);
    background: var(--pk-cotton);
    transition: all 0.25s var(--pk-ease);
}

.bo-sns-check:hover { border-color: rgba(var(--pk-ink-rgb), 0.15); background: var(--pk-cream); }
.bo-sns-check .form-check-input { margin: 0; }
.bo-sns-check i { font-size: 13px; }
.bo-sns-check span { font-size: 12px; font-weight: 500; }
.bo-sns-check-off { opacity: 0.5; }

.bo-view-comment-link { color: inherit; text-decoration: none; }

/* --- 하단 버튼 --- */
.bo-view-buttons {
    padding: 20px 28px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ============================================
   댓글 (bo-comment)
   ============================================ */

.bo-comment {
    margin-top: 24px;
    background: var(--pk-cotton);
}

/* --- 댓글 헤더 --- */
.bo-comment-header {
    padding: 24px 36px 20px;
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.06);
}

.bo-comment-header h2 {
    font-size: 13px;
    font-weight: 600;
    color: var(--pk-ink);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.bo-comment-header .bo-comment-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--pk-cotton);
    background: var(--pk-ink);
    border-radius: 9999px;
    margin-left: 8px;
    vertical-align: middle;
}

/* --- 댓글 아이템 --- */
.bo-comment-item {
    padding: 20px 36px;
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.04);
    transition: background-color 0.3s var(--pk-ease);
}

.bo-comment-item:last-child { border-bottom: none; }
.bo-comment-item:hover { background-color: rgba(var(--pk-linen-rgb), 0.4); }

/* 대댓글 */
.bo-comment-reply {
    border-left: 2px solid rgba(var(--pk-iris-rgb), 0.15);
}

/* 대댓글 depth별 들여쓰기 */
.bo-comment-reply { padding-left: 52px; }
.bo-comment-item[data-cmt-depth="60"] { padding-left: 72px; }
.bo-comment-item[data-cmt-depth="90"] { padding-left: 88px; }
.bo-comment-item[data-cmt-depth="120"] { padding-left: 100px; }

/* --- 댓글 행 레이아웃 --- */
.bo-cmt-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

/* --- 원형 아바타 --- */
.bo-cmt-avatar {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--pk-cream);
    border: 1px solid rgba(var(--pk-ink-rgb), 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.bo-cmt-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bo-cmt-avatar i {
    font-size: 13px;
    color: var(--pk-ash);
    line-height: 1;
}

/* --- 댓글 콘텐츠 --- */
.bo-cmt-content {
    flex: 1;
    min-width: 0;
}

/* --- 댓글 헤드 (이름+날짜+드롭다운) --- */
.bo-cmt-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.bo-comment-author {
    font-weight: 700;
    color: var(--pk-ink);
    font-size: 13px;
    letter-spacing: -0.01em;
}

.bo-comment-date {
    font-size: 12px;
    color: rgba(var(--pk-ink-rgb), 0.28);
    font-variant-numeric: tabular-nums;
    margin-left: 10px;
}

.bo-comment-ip {
    font-size: 11px;
    color: rgba(var(--pk-ink-rgb), 0.18);
    font-variant-numeric: tabular-nums;
    margin-left: 8px;
}

/* 드롭다운 메뉴 버튼 */
.bo-cmt-head .dropdown .btn-link {
    padding: 2px 4px;
    font-size: 13px;
    color: var(--pk-ash);
    opacity: 0;
    transition: opacity 0.2s var(--pk-ease);
}

.bo-comment-item:hover .bo-cmt-head .dropdown .btn-link {
    opacity: 1;
}

.bo-cmt-head .dropdown-menu {
    font-size: 13px;
    border: 1px solid rgba(var(--pk-ink-rgb), 0.08);
    box-shadow: 0 4px 16px rgba(var(--pk-ink-rgb), 0.06);
}

.bo-cmt-head .dropdown-item {
    padding: 6px 14px;
    font-size: 13px;
}

.bo-cmt-head .dropdown-item i {
    width: 16px;
    text-align: center;
    margin-right: 6px;
    font-size: 12px;
}

/* --- 댓글 본문 --- */
.bo-comment-body {
    color: var(--pk-slate);
    font-size: 14px;
    line-height: 1.75;
}

.bo-comment-body p { margin: 0; }

.bo-comment-secret {
    color: var(--pk-ash);
    font-size: 12px;
}

/* --- 빈 상태 --- */
.bo-comment-empty {
    padding: 56px 36px;
    text-align: center;
    color: var(--pk-ash);
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
}

/* --- 댓글 작성 영역 --- */
.bo-comment-write {
    padding: 24px 36px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.06);
    background: var(--pk-linen);
    border-radius: 0 0 var(--pk-r-md) var(--pk-r-md);
}

.bo-comment-write textarea {
    min-height: 80px;
    font-size: 14px;
    line-height: 1.65;
    transition: min-height 0.3s var(--pk-ease), border-color 0.25s var(--pk-ease), box-shadow 0.25s var(--pk-ease);
    border-color: rgba(var(--pk-ink-rgb), 0.08);
    background: var(--pk-cotton);
    resize: vertical;
}

.bo-comment-write textarea:focus {
    min-height: 120px;
    border-color: var(--pk-iris);
    box-shadow: 0 0 0 3px rgba(var(--pk-iris-rgb), 0.06);
}

.bo-comment-write .form-check-label {
    font-size: 13px;
    color: var(--pk-slate);
}

.bo-comment-write .bo-ct-btn-write {
    font-size: 13px;
    padding: 7px 20px;
}


/* ============================================
   글쓰기 (bo-write)
   ============================================ */

#bo_w {
    background: var(--pk-cotton);
    border-radius: var(--pk-r-md);
}

/* --- 헤더 --- */
.bo-write-header {
    position: relative;
    padding: 40px 36px 28px;
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.06);
    background: var(--pk-cotton);
    border-radius: var(--pk-r-md) var(--pk-r-md) 0 0;
}

.bo-write-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 36px;
    width: 40px;
    height: 3px;
    background: var(--pk-amber);
    border-radius: 0 0 2px 2px;
}

.bo-write-header h2 {
    font-size: 18px;
    font-weight: 800;
    color: var(--pk-ink);
    margin: 0;
    letter-spacing: -0.3px;
}

/* --- 섹션 --- */
.bo-write-section {
    padding: 24px 36px;
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.05);
    animation: ctSectionFadeIn 0.3s ease-out backwards;
}

.bo-write-section:nth-child(1) { animation-delay: 0s; }
.bo-write-section:nth-child(2) { animation-delay: 0.04s; }
.bo-write-section:nth-child(3) { animation-delay: 0.08s; }
.bo-write-section:nth-child(4) { animation-delay: 0.12s; }
.bo-write-section:nth-child(5) { animation-delay: 0.16s; }
.bo-write-section:nth-child(6) { animation-delay: 0.20s; }
.bo-write-section:nth-child(7) { animation-delay: 0.24s; }

.bo-write-section:last-of-type { border-bottom: none; }

.bo-write-section-hero { padding-top: 28px; padding-bottom: 28px; }

/* --- 섹션 레이블 --- */
.bo-write-section-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--pk-amber);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    padding-left: 10px;
    border-left: 3px solid var(--pk-amber);
    line-height: 1.5;
}

/* --- 폼 컨트롤 공통 --- */
#bo_w .form-control {
    font-size: 14px;
    border-color: rgba(var(--pk-ink-rgb), 0.08);
    transition: border-color 0.25s var(--pk-ease), box-shadow 0.25s var(--pk-ease);
}

#bo_w .form-control:focus {
    border-color: var(--pk-iris);
    box-shadow: 0 0 0 3px rgba(var(--pk-iris-rgb, 61, 53, 128), 0.06);
}

#bo_w .form-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--pk-slate);
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

#bo_w .form-text {
    font-size: 12px;
    color: var(--pk-ash);
}

/* --- 카테고리·옵션 필 --- */
#bo_w .bo-cate-btn,
#bo_w .bo-opt-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 9999px;
    color: var(--pk-slate);
    background: transparent;
    border: 1px solid rgba(var(--pk-ink-rgb), 0.1);
    transition: all 0.25s var(--pk-ease);
}

#bo_w .bo-cate-btn:hover,
#bo_w .bo-opt-btn:hover {
    color: var(--pk-ink);
    background: rgba(var(--pk-ink-rgb), 0.03);
    border-color: rgba(var(--pk-ink-rgb), 0.2);
}

#bo_w .btn-check:checked + .bo-cate-btn {
    color: var(--pk-cotton);
    background: var(--pk-ink);
    border-color: var(--pk-ink);
}

#bo_w .btn-check:checked + .bo-opt-btn {
    color: var(--pk-cotton);
    background: var(--pk-iris);
    border-color: var(--pk-iris);
}

.bo-opt-check { display: none; font-size: 0.7em; margin-right: 2px; }
#bo_w .btn-check:checked + .bo-opt-btn .bo-opt-check { display: inline; }

/* --- 제목 입력 --- */
#bo_w #wr_subject {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid rgba(var(--pk-ink-rgb), 0.08);
    border-radius: 0;
    background: transparent;
    color: var(--pk-ink);
    letter-spacing: -0.3px;
    transition: border-color 0.3s var(--pk-ease);
}

#bo_w #wr_subject:focus {
    border-bottom-color: var(--pk-ink);
    box-shadow: none;
    background-color: transparent;
}

#bo_w #wr_subject::placeholder {
    color: var(--pk-ash);
    font-weight: 400;
    letter-spacing: 0;
}

#bo_w #btn_autosave {
    white-space: nowrap;
    flex-shrink: 0;
    align-self: center;
    font-size: 12px;
    color: var(--pk-ash);
    border-color: rgba(var(--pk-ink-rgb), 0.1);
}

#bo_w #btn_autosave:hover {
    color: var(--pk-ink);
    border-color: rgba(var(--pk-ink-rgb), 0.2);
}

/* --- 본문 에디터 --- */
#bo_w .wr_content {
    border: 1px solid rgba(var(--pk-ink-rgb), 0.08);
    border-radius: var(--pk-r-xs);
    overflow: hidden;
    transition: border-color 0.25s var(--pk-ease), box-shadow 0.25s var(--pk-ease);
}

#bo_w .wr_content:focus-within {
    border-color: var(--pk-iris);
    box-shadow: 0 0 0 3px rgba(var(--pk-iris-rgb, 61, 53, 128), 0.06);
}

/* --- 임시저장 --- */
.bo-autosave {
    border: 1px solid rgba(var(--pk-ink-rgb), 0.06);
    border-radius: var(--pk-r-xs);
    background: var(--pk-cotton);
    overflow: hidden;
}

.bo-autosave-head {
    padding: 8px 16px;
    background: var(--pk-linen);
    border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.05);
}

.bo-autosave ul li {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 16px; border-bottom: 1px solid rgba(var(--pk-ink-rgb), 0.04); transition: background 0.2s var(--pk-ease);
}

.bo-autosave ul li:last-child { border-bottom: none; }
.bo-autosave ul li:hover { background: var(--pk-linen); }
.bo-autosave .autosave_load { color: var(--pk-ink); text-decoration: none; font-size: 13px; font-weight: 500; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bo-autosave .autosave_load:hover { color: var(--pk-iris); }
.bo-autosave ul li > span { font-size: 12px; color: var(--pk-ash); flex-shrink: 0; margin-left: 12px; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.bo-autosave .autosave_del { background: none; border: none; font-size: 12px; color: var(--gb-danger); cursor: pointer; padding: 0; }
.bo-autosave .autosave_del:hover { text-decoration: underline; }

/* --- 태그 입력 --- */
#bo_w .cf-tag-box {
    min-height: 46px; height: auto; display: flex; flex-wrap: wrap; gap: 4px;
    align-content: flex-start; cursor: text; border-radius: var(--pk-r-xs);
    border-color: rgba(var(--pk-ink-rgb), 0.08);
    transition: border-color 0.25s var(--pk-ease), box-shadow 0.25s var(--pk-ease);
}

#bo_w .cf-tag-box:focus-within { border-color: var(--pk-iris); box-shadow: 0 0 0 3px rgba(var(--pk-iris-rgb, 61, 53, 128), 0.06); }

#bo_w .cf-tag-text { border: none; outline: none; flex: 1 1 120px; min-width: 80px; background: transparent; font-size: 13px; padding: 0; line-height: 1.8; color: var(--pk-ink); }
#bo_w .cf-tag-text::placeholder { color: var(--pk-ash); }

#bo_w .cf-tag { display: inline-flex; align-items: center; gap: 2px; padding: 2px 10px; font-size: 12px; font-weight: 600; border-radius: 9999px; background-color: var(--pk-ink); color: var(--pk-cotton); margin: 1px 2px; line-height: 1.6; letter-spacing: 0.01em; }
#bo_w .cf-tag-remove { background: none; border: none; color: rgba(var(--bo-ct-cotton-rgb), 0.5); padding: 0 0 0 4px; cursor: pointer; font-size: 1em; line-height: 1; transition: color 0.15s; }
#bo_w .cf-tag-remove:hover { color: var(--pk-cotton); }

/* --- 링크 입력 --- */
#bo_w .input-group-text { background: var(--pk-linen); border-color: rgba(var(--pk-ink-rgb), 0.08); color: var(--pk-ash); font-size: 13px; transition: color 0.25s var(--pk-ease), border-color 0.25s var(--pk-ease); }
#bo_w .input-group:focus-within .input-group-text { color: var(--pk-iris); border-color: var(--pk-iris); }

/* --- 하단 액션바 --- */
.bo-write-actions {
    padding: 16px 36px;
    border-top: 1px solid rgba(var(--pk-ink-rgb), 0.06);
    background: var(--pk-cotton);
    position: sticky; bottom: 0; z-index: 10;
    box-shadow: 0 -2px 12px rgba(var(--pk-ink-rgb), 0.03);
    border-radius: 0 0 var(--pk-r-md) var(--pk-r-md);
}

.bo-write-actions .btn-outline-secondary {
    font-size: 13px;
    color: var(--pk-ash);
    border-color: rgba(var(--pk-ink-rgb), 0.1);
}

.bo-write-actions .btn-outline-secondary:hover {
    color: var(--pk-ink);
    border-color: rgba(var(--pk-ink-rgb), 0.2);
    background: transparent;
}

#bo_w #btn_submit {
    padding: 9px 36px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
    background: var(--pk-ink);
    border-color: var(--pk-ink);
    color: var(--pk-cotton);
    transition: all 0.25s var(--pk-ease);
}

#bo_w #btn_submit:hover {
    background: var(--pk-iris);
    border-color: var(--pk-iris);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--pk-ink-rgb), 0.12);
}

#bo_w #btn_submit:active {
    transform: translateY(0);
    box-shadow: none;
}


/* ============================================
   D&D 파일 업로드 (bo-upload)
   ============================================ */

.bo-upload-dropzone {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px; padding: 44px 16px;
    border: 2px dashed rgba(var(--pk-ink-rgb), 0.1);
    border-radius: var(--pk-r-sm);
    background: var(--pk-linen);
    cursor: pointer;
    transition: all 0.3s var(--pk-ease);
}

.bo-upload-dropzone:hover { border-color: rgba(var(--pk-ink-rgb), 0.25); background: rgba(var(--pk-ink-rgb), 0.02); }
.bo-upload-dropzone.bo-upload-dragover { border-color: var(--pk-iris); background: rgba(var(--pk-iris-rgb, 61, 53, 128), 0.04); border-style: solid; }

.bo-upload-icon { font-size: 1.8rem; color: var(--pk-ash); transition: color 0.3s var(--pk-ease), transform 0.3s var(--pk-ease); }
.bo-upload-dropzone:hover .bo-upload-icon { color: var(--pk-ink); transform: translateY(-3px); }
.bo-upload-dropzone.bo-upload-dragover .bo-upload-icon { color: var(--pk-iris); }

.bo-upload-text { font-size: 13px; color: var(--pk-ash); margin: 0; text-align: center; }
.bo-upload-browse { color: var(--pk-ink); font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(var(--pk-ink-rgb), 0.3); transition: text-decoration-color 0.2s; }
.bo-upload-browse:hover { text-decoration-color: var(--pk-ink); }

.bo-upload-list { display: flex; flex-direction: column; gap: 8px; }

.bo-upload-item {
    display: flex; align-items: center; gap: 12px; padding: 10px;
    border: 1px solid rgba(var(--pk-ink-rgb), 0.08);
    border-radius: var(--pk-r-xs);
    background: var(--pk-cotton);
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.bo-upload-item:hover { border-color: rgba(var(--pk-ink-rgb), 0.15); }
.bo-upload-marked-delete { opacity: 0.4; }
.bo-upload-marked-delete .bo-upload-item-name { text-decoration: line-through; }

.bo-upload-item-thumb { flex-shrink: 0; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 4px; background: var(--pk-cream); }
.bo-upload-thumb { max-width: 100%; max-height: 100%; object-fit: cover; border-radius: 4px; }
.bo-upload-thumb-icon { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 1.5rem; color: var(--pk-ash); }

.bo-upload-item-info { min-width: 0; }
.bo-upload-item-name { font-weight: 500; color: var(--pk-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bo-upload-item-size { font-size: 12px; }
#bo_w .bo-upload-content-input { font-size: 12px; padding: 3px 10px; }

.bo-upload-progress { margin-top: 4px; }
.bo-upload-progress .progress { height: 3px; border-radius: 2px; background: rgba(var(--pk-ink-rgb), 0.06); }
.bo-upload-progress .progress-bar { transition: width 0.15s ease; }

.bo-upload-item-remove { flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 50%; color: var(--pk-ash); background: transparent; border: none; transition: all 0.15s ease; }
.bo-upload-item-remove:hover { color: var(--gb-danger); background: var(--pk-cream); }

.bo-upload-info { font-size: 12px; }


/* ============================================
   애니메이션
   ============================================ */

@keyframes ctSectionFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: none; }
}

@keyframes ctBounceUp {
    0%, 100% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    70% { transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
    #bo_w .bo-write-section { animation: none; }
}


/* ============================================
   반응형
   ============================================ */

@media (max-width: 767.98px) {
    #bo_contributor,
    #bo_v,
    #bo_w,
    .bo-comment {
        border-radius: var(--pk-r-sm);
    }

    .bo-ct-category { padding: 20px 16px 0; }

    .bo-ct-card {
        flex-direction: column;
        gap: 14px;
        padding: 22px 0;
    }

    .bo-ct-card:first-child { padding-top: 20px; }

    .bo-ct-thumb {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: var(--pk-r-xs);
    }

    .bo-ct-title { font-size: 18px; letter-spacing: -0.3px; }
    .bo-ct-topic { font-size: 13px; }
    .bo-ct-excerpt { font-size: 13px; }
    .bo-ct-byline { font-size: 12px; margin-top: 12px; }

    .bo-ct-header,
    .bo-ct-list { padding-left: 16px; padding-right: 16px; }

    .bo-ct-checkall { padding-left: 16px; padding-right: 16px; }

    .bo-ct-footer { padding: 16px; }
    .bo-ct-search { padding: 20px 16px; }
    .bo-ct-search .input-group { max-width: 100%; }

    .bo-view-hero { padding: 28px 16px 20px; }
    .bo-view-hero::before { left: 16px; width: 32px; }
    .bo-view-hero-title { font-size: 24px; letter-spacing: -0.4px; }
    .bo-view-topic { font-size: 14px; }
    .bo-view-topic-wrap { margin: 6px 0 16px; }
    .bo-view-byline { font-size: 13px; }

    .bo-view-hero-bar { flex-direction: column; align-items: flex-start; gap: 10px; }
    .bo-view-hero-links { font-size: 12px; }

    .bo-view-body {
        padding: 24px 16px;
        font-size: 15px;
    }

    .bo-view-body .md-content h1 { font-size: 22px; }
    .bo-view-body .md-content h2 { font-size: 19px; }
    .bo-view-body .md-content h3 { font-size: 16px; }
    .bo-view-body .md-content blockquote { padding: 16px 18px; }

    .bo-view-attach, .bo-view-vote, .bo-view-buttons {
        padding-left: 16px; padding-right: 16px;
    }

    .bo-view-nav .bo-nav-item { padding: 12px 16px; gap: 10px; }
    .bo-view-nav .bo-nav-label { display: none; }
    .bo-view-nav .bo-nav-subject { font-size: 13px; }

    .bo-comment-header, .bo-comment-item, .bo-comment-write {
        padding-left: 16px; padding-right: 16px;
    }

    .bo-cmt-avatar {
        width: 28px;
        height: 28px;
    }

    .bo-cmt-avatar i { font-size: 11px; }
    .bo-cmt-row { gap: 10px; }
    .bo-comment-reply { padding-left: 32px; }
    .bo-comment-date { display: block; margin-left: 0; margin-top: 2px; }

    .bo-cmt-head .dropdown .btn-link { opacity: 1; }

    .bo-write-header {
        padding: 28px 16px 20px;
    }

    .bo-write-header::before { left: 16px; width: 32px; }
    .bo-write-header h2 { font-size: 16px; }

    .bo-write-section, .bo-write-actions {
        padding-left: 16px; padding-right: 16px;
    }

    #bo_w #wr_subject { font-size: 17px; }
    #bo_w #btn_submit { padding: 9px 24px; }

    #bo_contributor .bo-pg-buttons > :nth-child(-n+2),
    #bo_contributor .bo-pg-buttons > :nth-last-child(-n+2) { display: none; }

    #bo_contributor .bo-pg-buttons .bo-pg-num { display: none; }

    #bo_contributor .bo-pg-buttons .bo-pg-num:has(+ .bo-pg-active),
    #bo_contributor .bo-pg-buttons .bo-pg-num:has(+ * + .bo-pg-active),
    #bo_contributor .bo-pg-buttons .bo-pg-active + .bo-pg-num,
    #bo_contributor .bo-pg-buttons .bo-pg-active + .bo-pg-num + .bo-pg-num { display: inline-flex; }

    .bo-sns-btn { width: 30px; height: 30px; font-size: 12px; }
    .bo-sns-label { display: none; }

    .bo-upload-dropzone { padding: 24px 12px; }
    .bo-upload-icon { font-size: 1.5rem; }
    .bo-upload-item-thumb { width: 40px; height: 40px; }
    .bo-upload-thumb-icon { font-size: 1.1rem; }
}

