* {
    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;
}

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;
}