@charset "utf-8";

/* reset */
body,header,
h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,p,fieldset,legend,div,img {
    margin: 0;
    padding: 0;
}
body, input, textarea, select, button {
    font-size: 14px;
    font-family: NanumGothic, '나눔고딕', Arial, Helvetica,"Apple SD Gothic Neo", sans-serif ;
    color: #444444;
}
ul,ol {
    list-style: none;
    padding:0;
    margin:0;
}
table {
    border-collapse: collapse;
}
em {
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    vertical-align: top;
}
fieldset {
    border: 0;
}