@font-face {
    font-family: WOFF2_1;
    src: url(/css/WOFF/NanumSquareNeoTTF-bRg.woff2);
}

html {
    font-size: 1em;    
    font-family: 'WOFF2_1', dotum, sans-serif;
}
html, body {
    margin: 0;
}

/*@media (min-width: 768px) {
    html {
        font-size: 1.2em;
        position: relative;
        min-height: 100%;
    }
}*/

button, select, input {
    font-size:1.2em;
    padding: 0.5em 0.1em;
    box-shadow: 3px 3px gray;
}

    button:focus, button:active:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }
