html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
    /* min-width: 1400px; */
}
body {
    background-color: #fff;
    font-family: 'Malgun Gothic', 'Malgun Gothic', ³ª´®°íµñ, Dotum, Dotum, ±¼¸², Gulim, 'Apple SD Gothic Neo';
    font-size: 13px;
    letter-spacing: -0.07em;
    -webkit-text-size-adjust: none;
}
header,
nav,
footer,
article,
aside {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
}
img,
fieldset,
iframe {
    border: none;
}
table {
    border-collapse: collapse;
}
select,
textarea,
input {
    border: 1px solid #ececec;
    background: #fff;
    color: #000;
    font-size: 12px;
    vertical-align: middle;
}
textarea {
    overflow: auto;
}
img,
li {
    vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}
ul,
li,
ol {
    list-style-type: none;
}
legend,
caption {
    display: none;
}
hr {
    border-collapse: collapse;
    display: none;
}
a {
    color: inherit;
    display: inline-block;
}
a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}

/*float »ç¿ë½Ã ÃÊ±âÈ­*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
