html, body { font-family: "Noto Sans KR", sans-serif; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-family: "Noto Sans KR", sans-serif; }
h4 { margin-top: 24px; }
.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th { padding: 8px; display: table-cell; text-align: center; vertical-align: middle; }
a { text-decoration: none; color: #2196F3; }
ul, ol { padding-left: 20px; }
li { line-height: 2; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.brand img { flex: 0 0 auto; }
.w3-group { display: none; background: #009688; }
.w3-group.w3-show { display: block; }
.topbar { min-height: 56px; }
.topbar img { width: 40px; }
.language-picker { display: flex; align-items: center; gap: 8px; }
.language-picker select { min-width: 135px; padding: 5px 8px; border: 0; }
.help-content { margin-left: 0; max-width: 1200px; padding-bottom: 32px; }
@media (max-width: 600px) { .language-label { display: none; } .language-picker select { min-width: 118px; } }
