@charset utf-8;

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    line-height: 1em;
    font-weight: normal;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

body {
    font-size: 16px;
    line-height: 1em;
    color: #121212;
    margin: 0;
    font-family:'Noto Sans KR';
}

p {
    line-height: 1em;
}

a {
    color: #121212;
    text-decoration: none;
    letter-spacing: -0.6px;
    line-height: 1em;
}

li {
    list-style: none;
}

img {
    border: 0;
}

input,
button {
    font-family: 'Noto Sans KR', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

/* ie placeholder */
input:-ms-input-placeholder {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

input::-ms-value {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}



/* 텍스트숨기기 */
.blind {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}




