/* koduck — 공유 기사 스타일 (모든 기사 공통. 여기 한 곳만 고치면 전 기사 반영) */
*{box-sizing:border-box;}
body{ margin:0; background:#fff; color:#333; font-family:'Apple SD Gothic Neo','Malgun Gothic',sans-serif; -webkit-font-smoothing:antialiased; }
.post{ max-width:600px; margin:0 auto; padding:36px 24px 70px; }
.post-title{ font-size:23px; font-weight:700; line-height:1.5; letter-spacing:-0.5px; text-align:center; color:#1a1a1a; margin:6px 0 0; }
.byline{ text-align:center; color:#a0a0a0; font-size:14px; margin:12px 0 0; }
.byline strong{ color:#666; }
.title-rule{ border:0; border-top:1px solid #e6e6e6; margin:26px 0 38px; }
.body{ text-align:center; font-size:17px; line-height:2.1; color:#3a3a3a; }
.body p{ margin:0 0 34px; }
.figure{ margin:6px 0 12px; }
.figure img{ width:100%; border-radius:8px; display:block; }
.figure figcaption{ font-size:14px; color:#a0a0a0; text-align:center; margin:14px 0 34px; }
.section-head{ text-align:center; margin:50px 0 26px; }
.section-head .q-open, .section-head .q-close{ display:block; font-family:Georgia,serif; font-size:42px; line-height:0.5; color:#d2d2d2; }
.section-head .q-open{ margin-bottom:24px; }
.section-head .q-close{ margin-top:30px; }
.section-head .hook{ font-size:23px; font-weight:800; font-style:italic; font-family:'Georgia','Nanum Myeongjo',serif; color:#1a1a1a; margin:0; }
.section-head .subtitle{ font-size:15px; color:#a8a8a8; margin-top:16px; font-weight:500; }
.numhead{ font-size:18px; font-weight:800; color:#1a1a1a; margin:44px 0 30px; }
