* {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    box-sizing: border-box;
}

html, body {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 1;
    font-family: "Noto Sans KR";
    letter-spacing: -0.3px;
}

ol:not([role=list]),
ul:not([role=list]) {
    list-style: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #212121 !important;
}

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

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

::placeholder {
    font-family: "Noto Sans KR";
    font-size: 16px;
    color: #BDBDBD;
    letter-spacing: -1px;
}

a {
    text-decoration: none;
}

select, input {
    font-family: "Noto Sans KR";
}

img{
    max-width: 100%;
}