/* ═══════════════════════════════════════════════════════════════════════════
   펼침형 게시판 (kk_expand) 옷 — 2026-08-15
   ---------------------------------------------------------------------------
   단락 사이 간격·제목 모양은 여기서만 고치면 됩니다.
   색·서체는 테마의 변수를 그대로 씁니다.
   ═══════════════════════════════════════════════════════════════════════════ */

/* 단락 하나 (= 글 하나) */
.kk-expand .kk-exp-sec{
  margin:0 0 6rem;              /* 단락 사이 간격 */
}
.kk-expand .kk-exp-sec:first-of-type{
  margin-top:2rem;
}

/* 단락 제목 — 사이트 제목 문법대로 명조 */
.kk-expand .kk-exp-title{
  margin:0 0 2.4rem;
  padding:0 0 1.4rem;
  border-bottom:1px solid #E5E2DC;
  font-family:var(--serif-font);
  font-size:2.4rem;
  font-weight:600;
  letter-spacing:var(--kk-serif-ls);
}
/* ★ 2026-08-15 — 제목을 테라코타로 (대표님 지시).
     원본 테마가 #content 같은 강한 선택자로 색을 정해 두어,
     선택자를 겹쳐 세게 만들고 !important 로 못 박습니다. */
#content .kk-expand .kk-exp-title,
.kk-expand .kk-exp-title,
.kk-expand .kk-exp-sec .kk-exp-title{
  color:#CE6455 !important;
}

/* 관리자 전용 「고치기」 — 작게, 곁에 */
.kk-expand .kk-exp-edit{
  margin-left:1.2rem;
  font-family:var(--kk-sans);
  font-size:1.3rem;
  font-weight:400;
  letter-spacing:normal;
  color:#6B6862;
  text-decoration:underline;
  vertical-align:middle;
}

/* 본문 */
.kk-expand .kk-exp-body{
  line-height:1.8;
  color:var(--body-color, #1C1B19);
}
.kk-expand .kk-exp-body img{ max-width:100%; height:auto; }
.kk-expand .kk-exp-body table{ max-width:100%; }

/* 글이 하나도 없을 때 */
.kk-expand .kk-exp-empty{
  padding:6rem 0;
  text-align:center;
  color:#6B6862;
}

/* 글쓰기 단추 자리 */
.kk-expand .kk-exp-btn{
  margin:2rem 0 0;
  text-align:right;
}

/* 휴대폰 */
@media (max-width: 768px){
  .kk-expand .kk-exp-sec{ margin-bottom:4.4rem; }
  .kk-expand .kk-exp-title{ font-size:2rem; }
}
