*, *::before, *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Segoe UI', system-ui, Roboto, 'Helvetica Neue', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.4;
    color: #222;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    word-break: keep-all;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}


ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.2;
    border: none;
    background: none;
    outline: none;
}

button {
    cursor: pointer;
}

input, textarea, select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

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

.hidden {
    display: none;
}

.container {
    
}