@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(appearance.css);

html,
body,
div,
span,
section,
article,
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,
textarea,
figure,
figcaption {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    /* height: 100%; */
    /* min-width: 1400px; */
    font-size: 15px;
    letter-spacing: -0.05em;
    font-weight: normal;
    color:#1d1d1d;
}
body {
    background-color: #fff;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Malgun Gothic', 맑은고딕, 'Helvetica', 'Arial', Dotum, 돋움, Gulim, sans-serif;
    -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 {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0
}
select,
textarea,
input {
    border:none;
    color: #1d1d1d;
    font-size: inherit;
    vertical-align: middle;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Malgun Gothic', 맑은고딕, 'Helvetica', 'Arial', Dotum, 돋움, Gulim, sans-serif;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
textarea::placeholder,
input::placeholder{
    color:#b7b7b7;
    font-weight: normal;
    letter-spacing: -0.05em;
    font-size: inherit;
}
textarea {
    resize: none;
    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;
    width:100%
}
a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}