/* ───────────────────────────────────────────────
   민찬(초5) 가독성 향상 — 친근하고 또렷한 서체 + 큰 글씨
   페이지 </body> 앞에  <link rel="stylesheet" href="minchan-kids.css">  한 줄로 적용.
   (제목은 Jua 그대로 두고, 본문 서체·크기만 아이 눈높이로 키운다.)
─────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

:root{ --fb:"Noto Sans KR","Gowun Dodum","Malgun Gothic",sans-serif; }
/* 본문 글씨체 고정 — 민찬 페이지 어디서나 같은 글씨(제목 Jua는 그대로) */
body{ font-family:"Noto Sans KR","Gowun Dodum","Malgun Gothic",sans-serif !important; font-weight:500; letter-spacing:.1px; line-height:1.8; }
/* 홈(index)에서 Pretendard로 박아둔 본문 요소들도 같은 글씨로 */
.seed, .seed *, .work, .work *, .item, .entry, .cat, .rail, .promise, .cl-foot, p, li, span, div, button, input, textarea, a{ font-family:"Noto Sans KR","Gowun Dodum","Malgun Gothic",sans-serif; }
/* 제목·브랜드용 Jua는 유지 */
h1,h2,h3,h4,.sec-t,.wt,.bt,.cat-h,[style*="Jua"]{ font-family:'Jua','Noto Sans KR',sans-serif; }

/* ── 읽기 본문(이야기·문법 설명) 크게 ── */
.stext .en{ font-size:17.5px !important; line-height:1.7 !important; }
.stext .ko{ font-size:15.5px !important; }
.card p{ font-size:16px !important; line-height:1.85 !important; }
.card p.big{ font-size:17px !important; }
.ex .t .e{ font-size:16px !important; }
.ex .t .k{ font-size:14px !important; }
.note, .note.why, .note.load{ font-size:14.5px !important; line-height:1.8 !important; }
.chem{ font-size:14px !important; line-height:1.8 !important; }
.vhint, .hero p, .hero .sub{ font-size:14px !important; }

/* ── 카드·표·퀴즈 ── */
.tbl{ font-size:15px !important; }
.tbl th,.tbl td{ padding:9px 11px !important; }
.quiz{ padding:18px !important; }
.quiz .q{ font-size:18.5px !important; line-height:1.55 !important; margin-bottom:12px !important; }
.opt{ font-size:17px !important; padding:14px 16px !important; }
.quiz .fb{ font-size:15px !important; }
.quiz .score{ font-size:13.5px !important; }
.qbtn{ font-size:14.5px !important; padding:10px 18px !important; }
.vfront .base{ font-size:20px !important; }
.vfront .mean{ font-size:13px !important; }
.vback .row{ font-size:14px !important; }

/* ── 메뉴·챗봇·사전 글씨도 조금 크게 ── */
.mi-t{ font-size:13.5px !important; }
.mi b{ font-size:15px !important; }
.mi span{ font-size:12.5px !important; }
.cmsg{ font-size:15px !important; line-height:1.7 !important; }
.dict-body{ font-size:15px !important; }
.dict-body .koword{ font-size:19px !important; }
.book .info .bt{ font-size:17px !important; }
.book .info .bd{ font-size:13px !important; }

/* ── 입력창·버튼도 또렷하게 ── */
.cbot-in input, #voiceText, .text-input{ font-size:15.5px !important; }
.pbtn, .cbot-in button, .qbtn{ font-size:14px !important; }
