html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, address, img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, header, footer, nav, section,
a, pre, blockquote, code, b, i, em, u, mark, small,
table, tr, th, td, caption {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-family: LineSeed, -apple-system, BlinkMacSystemFont, system-ui, "Noto Sans KR", "Malgun Gothic", sans-serif;*/
}

html {
    font-size: 62.5%;
    /*font-size: 17px;*/
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    word-break: keep-all;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    color: #000;
    line-height: 1.4;
    font-size: 1.7rem;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border: 0;
    border-spacing: 0;
}

table caption {
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
}

input, select {
    vertical-align: middle;
}

input, select, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Paperlogy", Paperlogy, sans-serif;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #A8A8A8;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #A8A8A8;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #A8A8A8;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
    border-radius: 8px;
}

address, em, i {
    font-style: normal;
}

button {
    border: none;
    font-family: "Paperlogy", Paperlogy, sans-serif;
    cursor: pointer;
}

a, img {
    vertical-align: top;
}

a {
    color: inherit;
}

a:is(:link, :visited) {
    text-decoration: none;
}

a:is(:hover, :focus, :active) {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:is(:before, :after) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Responsive Font Scaling */
/* @media only screen and (max-width: 1199px) {
    html {
        font-size: 61.3%;
    }
} */

/* @media only screen and (max-width: 1023px) {
    html {
        font-size: 55.0%;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 48.8%;
    }
} */
