/* ====== 기본 설정 ====== */ body { font-family: 'Noto Sans KR', sans-serif; font-size: 19px; line-height: 1.75; color: #000000; background-color: #ffffff; word-break: keep-all; } /* ====== 제목 스타일 ====== */ h1, h2, h3 { font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 1.4; margin-top: 2rem; margin-bottom: 1rem; } h1 { font-size: 26px; color: #111111; } h2 { font-size: 22px; color: #222222; } h3 { font-size: 19px; color: #333333; } /* ====== 본문 강조 ====== */ strong { color: #d62828; /* 빨간 강조 */ font-weight: bold; } em { color: #0055aa; /* 강조 포인트용 파란색 */ } /* ====== 링크 ====== */ a { color: #0055aa; text-decoration: underline; } a:hover { color: #003366; } /* ====== 표 (Table) ====== */ table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 16px; } table th, table td { border: 1px solid #ccc; padding: 10px; text-align: left; } table th { background-color: #f3f3f3; font-weight: bold; } /* ====== 모바일 반응형 ====== */ @media screen and (max-width: 768px) { body { font-size: 16px; } h1 { font-size: 22px; } h2 { font-size: 20px; } table { font-size: 15px; } }
최근댓글