@charset "utf-8";

/* 모바일 내용관리 — PC와 동일한 타이틀 계층 + 카드 */
.ccms-m-content-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px 88px;
  box-sizing: border-box;
  display: flow-root;
}
.ccms-m-content-wrap #ctt {
  margin: 16px 0 20px;
  padding: 24px 18px 28px;
  background: #fff;
  border: 1px solid var(--border, #e8e4dc);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(38, 35, 30, 0.06);
  box-sizing: border-box;
}
.ccms-m-content-wrap #ctt header {
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--border, #e8e4dc);
}
.ccms-m-content-wrap #ctt header .ccms-eyebrow {
  display: block;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary, #3f7a4a);
}
.ccms-m-content-wrap #ctt header h1 {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  overflow: visible !important;
  font-size: 1.4rem !important;
  font-weight: 700;
  line-height: 1.35 !important;
  color: var(--charcoal-800, #26231e);
}
.ccms-m-content-wrap #ctt_con {
  font-size: 15px;
  line-height: 1.8;
  color: var(--charcoal-800, #26231e);
  padding: 18px 0 0;
  margin: 0;
  min-height: 80px;
}
.ccms-m-content-wrap #ctt_con p { margin: 0 0 1em; }
.ccms-m-content-wrap #ctt_con h2,
.ccms-m-content-wrap #ctt_con h3 {
  margin: 1.35em 0 0.45em;
  font-weight: 700;
  font-size: 1.1em;
  color: var(--charcoal-800, #26231e);
}
.ccms-m-content-wrap #ctt_con ul,
.ccms-m-content-wrap #ctt_con ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
.ccms-m-content-wrap #ctt_con li { margin: 0.35em 0; }
.ccms-m-content-wrap #ctt_con img { max-width: 100%; height: auto; }
.ccms-m-content-wrap .ccms-content-note {
  margin-top: 1.5em;
  font-size: 13px;
  color: var(--stone-500, #6b6558);
}
.ctt_admin { text-align: right; margin-bottom: 8px; }
.ctt_img { text-align: center; }
