@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: keep-all;
    font-family: "NanumSquare", sans-serif !important;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
    display: block;
    border: 0;
    *margin: 0;
    *padding: 0;
    *font-size: 0
}

img {
    vertical-align: top;
    border:0;
}

ul, ol {
    list-style: none;
    margin-bottom: 0 !important;
}

html, body {
    width: 100%;
    font-size: 100%;
    color: #212121;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -webkit-overflow-scrolling: touch
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #212121;
}

a[href^="tel"] {
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
