* {
    margin: 0;
    padding: 0;
}

li,
ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

body {
    width: 100%;
    line-height: 1;
    font-family: 'Noto Sans KR', sans-serif;
}

table {
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

table {
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/* IE */
select::-ms-expand {
    display: none;
}

.select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    border: none;
}

input:focus {
    outline: none;
}

input[type="text"] {
    vertical-align: middle;
}

form input::file-selector-button {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}



body,
button,
input,
pre,
select,
table,
textarea {
    color: #333;
    /* font-family: 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif; */
    line-height: 1;
}

fieldset,
img {
    border: 0;
}

dl,
li,
ol,
ul {
    list-style: none;
}

address,
em {
    font-style: normal;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    font-weight: 400;
}

hr {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: inherit;
}

button {
    overflow: visible;
    border: 0;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button span {
    position: relative;
}

.blind {
    overflow: hidden;
    position: absolute;
    top: -99rem;
    left: 0;
    width: 1px;
    height: 1px;
    border: 0;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

input,
select {
    outline: none;
}

label {
    cursor: pointer;
}