@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("NanumSquareNeo"),
        url(../fonts/NanumSquareNeoTTF-eHv.woff2) format("woff2");
}
@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local("NanumSquareNeo"),
        url(../fonts/NanumSquareNeoTTF-dEb.woff2) format("woff2");
}
@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("NanumSquareNeo"),
        url(../fonts/NanumSquareNeoTTF-cBd.woff2) format("woff2");
}
@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("NanumSquareNeo"),
        url(../fonts/NanumSquareNeoTTF-bRg.woff2) format("woff2");
}

* {
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    font-size: 1rem;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-family: "NanumSquare", "Noto Sans KR", -apple-system,
        BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: none;
}
body::-webkit-scrollbar {
    display: none;
}
html,
body {
    -webkit-tap-highlight-color: transparent;
    line-height: 1.2;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
a {
    text-decoration: none;
    color: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
textarea,
button,
input::placeholder,
textarea::placeholder {
    font-family: "NanumSquare";
}
button {
    cursor: pointer;
    border: 0;
    outline: none;
    background-color: transparent;
    padding: 0;
}
button:disabled {
    cursor: auto;
}
img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-auto;
    image-rendering: -o-auto;
    image-rendering: auto;
    -ms-interpolation-mode: nearest-neighbor;
}
.hide {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}
.eclips {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
