@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

*{padding: 0; margin: 0; box-sizing: border-box; color: #333; font-size: 12px; font-family: 'Spoqa Han Sans Neo', 'sans-serif';}
a {list-style: none; text-decoration: none; color: #333;}
ul {list-style: none;}
li {list-style: none;}
button {background: none; border: 0; cursor: pointer; }

h1 {font-size: 80px;}
h2 {font-size: 52px;}
h3 {font-size: 40px;}
h4 {font-size: 32px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}

@media(max-width: 720px) {
    h1 {font-size: 60px;}
}