@charset "utf-8";

/* 모바일 내용관리 — 흰 카드 + 바깥 아이보리, PC와 동일한 위·아래 간격 비율(#ctt margin) */
.ccms-m-content-wrap {
  max-width: 100%;
  margin: 0 auto;
  /* 가로·하단(푸터 전)만: 상하 간격은 #ctt margin 으로 통일 */
  padding: 0 16px 88px;
  box-sizing: border-box;
  display: flow-root; /* #ctt margin-top 이 #container 쪽으로 접히지 않게 */
}
#ctt {
  /* PC 20px와 동일한 리듬(모바일 small 화면도 20px 유지) */
  margin: 20px 0;
  padding: 28px 20px 32px;
  background: #fff;
  border: 1px solid #e8e4dc;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(38, 35, 30, 0.06);
}
#ctt header { margin: 0; padding: 0 0 16px; border-bottom: 1px solid var(--stone-100, #e8e4dc); }
/* mobile_shop #ctt header h1 기본(숨김) 덮기 */
#ctt header h1 {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 1.45em; font-weight: 700; color: var(--charcoal-800, #26231e); line-height: 1.35;
}
#ctt_con {
  font-size: 15px;
  line-height: 1.8;
  color: var(--charcoal-800, #26231e);
  padding: 24px 0 0;
  margin: 0;
  min-height: 80px;
}
#ctt_con p { margin-bottom: 1em; }
#ctt_con h2, #ctt_con h3 { margin: 1.4em 0 0.5em; font-weight: 700; }
#ctt_con img { max-width: 100%; height: auto; }
