@charset "utf-8";
@import url("fonts.css");
@import url("common.css");


html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, em, q, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, menu, nav, section {
margin: 0;
padding: 0;
font-family:'NanumBarunGothic', "돋움", Dotum, Arial, sans-serif;
outline: none;
}

code{
    font-family:'NanumBarunGothic', "돋움", Dotum, Arial, sans-serif;
    font-size: 16px;
}