@charset "UTF-8";
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
}

textarea {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    border: 0;
    word-break: keep-all;
    word-wrap: break-word;
}

button, input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

button {
    background-color: transparent;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: top;
    display: block;
}

ol, ul {
    list-style: none;
}

address, em {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

iframe {
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: top;
}

mark {
    background-color: transparent;
}

i {
    font-style: normal;
}

* {
    font-family: 'Pretendard', sans-serif;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #f0f0f0;
}

a:active, a:hover {
    outline: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], input[type="date"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: transparent;
}

button[disabled], html input[disabled] {
    cursor: default;
}

select, input {
    box-sizing: border-box;
    outline: unset;
}
