@charset "utf-8";

*, *:before, *:after {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0;
    padding:0;
    outline:0 !important;
}

html, body {
    width:100%;
    height:100%
}

body {
    background:#fff;
    min-width:360px;
    -webkit-text-size-adjust:none;
    word-wrap:break-word;
    word-break:break-all
}

body, input, select, textarea, button {
    border:none; font-size:13px; font-family:'NanumSquareNeoLight'; color:#212121
}

ul, ol, li {list-style:none}
table {width:100%; border-spacing:0; border-collapse:collapse}
img, fieldset {border:0}
address, cite, code, em {font-style:normal; font-weight:normal}
label, img, input, select, textarea, button {vertical-align:middle}
a {color:#000; text-decoration:none}

main, header, section, nav, footer, aside, article, figure {display:block}

hr {display:none}

.hide, caption, legend {position:absolute; left:-99999px}

.cf:before,
.cf:after {content:""; display:block; clear:both}