@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap')

html, body, form, input, legend, label, select, option, button, fieldset, textarea, div, p, pre, blockquote, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
    font-family: "Nanum Gothic", sans-serif;
    line-height: 1.5;
	background: #323233;
    color: #666;
}
