@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: normal;
    color: black;
}

a,
p,
pre,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    font-family: 'Nanum Gothic', sans-serif;
    font-family: 'Nanum Gothic Coding', monospace;
    font-family: 'Roboto', sans-serif;
}