@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

body, table, th, td, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
    pre, form, fieldset, textarea, blockquote, span, * {
    font-family: 'Pretendard', sans-serif;
}
body {
    color: black;
    word-break:keep-all;
    /*letter-spacing: -1px;*/
    /*word-spacing: -1px;*/
    background-color: #fff;
}
div, p {
    word-break:keep-all;
}

/*이미지 선명하게*/
img {image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}
