html, body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}

input, button, select {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
}

a, a:visited {
    color: #333;
    text-decoration: none;
}