@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');
body {
    font-family: 'Nanum Gothic', Dotum, 'Apple Gothic', sans-serif;
    padding-top: 70px;
}

a {
    color: inherit;
    text-decoration: inherit;
}
ul {
    list-style: none;
}
ul, li {
    margin: 0;
    padding: 0;
}
