* {
    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-family: 'Noto Sans KR';
    font-size:14px;
    font-weight:400;
    color:#212121;
    line-height:1;
    letter-spacing: -0.3px;
}

body.hidden{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

/*body.hidden { overflow: hidden; height:100dvh; }
body.fixed { position: fixed; width:100%; }*/

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;
    border-color:#212121;
}

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;
    line-height:22px;
    letter-spacing:-1px;
}

a{
    text-decoration: none;
}

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