@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    src: url(/public/css/font/pretendard/Pretendard-Black.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    src: url(/public/css/font/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    src: url(/public/css/font/Pretendard-Bold.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    src: url(/public/css/font/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    src: url(/public/css/font/Pretendard-Medium.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    src: url(/public/css/font/Pretendard-Regular.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    src: url(/public/css/font/Pretendard-Light.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    src: url(/public/css/font/Pretendard-ExtraLight.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    src: url(/public/css/font/Pretendard-Thin.woff) format("woff");
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Pretendard";
}
a {
    text-decoration: none;
    font-family: "Pretendard";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border-style: none;
    display: inline-block;
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
