
소형강아지 /* 기본 타이포그래피 */
body {
font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
font-size: 18px;
line-height: 1.8;
color: #333333;
}
/* 본문 18px */
p {
font-size: 18px !important;
line-height: 30px !important;
color: #333333 !important;
margin-bottom: 16px !important;
font-weight: 400 !important;
}
/* 문맥 링크 스타일 */
p a, li a, td a {
color: #0066cc !important;
text-decoration: none !important;
}
p a:hover, li a:hover, td a:hover {
text-decoration: underline !important;
}
/* 소제목 박스 */
.section-header {
background: #f5f5f5;
border-radius: 8px;
padding: 18px 25px;
margin: 40px 0 25px 0;
}
/* h3 소제목 (박스 안) */
.section-header h3 {
font-size: 20px !important;
font-weight: 600 !important;
color: #000000 !important;
margin: 0 !important;
}
/* h2 제목 */
h2 {
font-size: 24px !important;
font-weight: 700 !important;
color: #000000 !important;
margin: 40px 0 25px 0 !important;
}
/* 표 17px */
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 17px;
}
/* 리스트 17px */
ul, ol {
font-size: 17px;
line-height: 1.7;
}
/* 모바일 반응형 */
@media (max-width: 768px) {
body { font-size: 16px}
p { font-size: 16px !importantline-height: 28px !important}
h2 { font-size: 20px !important}
.section-header h3 { font-size: 18px !important}
table, ul, ol { font-size: 16px}
[style*="display: grid"] { grid-template-columns: 1fr !important}
}