html {
    font-size: 10px;
}

* {
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

button {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

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

input {
    border: 0;
}