@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

@media all and (min-width:768px){
    body, table, input, textarea, select, button {
        font-family: 'Nanum Gothic', '나눔고딕', NG, 돋움, Dotum, Arial, Helvetica, sans-serif;
    }
}