* {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: "Nanum Barun Gothic", 나눔바른고딕, Dotum, sans-serif !important;
    line-height: 20px;
}
a {
    color: #1fa1eb;
    text-decoration: none;
    outline: none;
}
ul, li {
    list-style: none;
}
input {
    border: 0px;
}
input:focus, select:focus {
    outline: none;
}
button {
    border: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 15px;
    line-height: 20px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
html {
    font-size: 12px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
    font-family: Dotum, sans-serif;
    color: #535353;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fafafa;
}
b, strong {
    font-weight: bold;
}
ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
ul, ol, dl{
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}
p {
    margin: 0;
}
form {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
:-moz-placeholder {
    color: #bbb;
}
