html, body{
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
}

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: 62.5%;
	font: inherit;
	vertical-align: baseline;
}
/* 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;
}

/*-------------------------------------------------*/
/* @font-face {
    font-family: Pretendard;
    src: url(/_next/static/media/Pretendard-Regular.7dd05559.eot);
    src: url(/_next/static/media/Pretendard-Regular.7dd05559.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Pretendard-Regular.832fda20.woff) format("woff"),url(/_next/static/media/Pretendard-Regular.bec8a162.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Pretendard;
    src: url(/_next/static/media/Pretendard-Medium.8777efe9.eot);
    src: url(/_next/static/media/Pretendard-Medium.8777efe9.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Pretendard-Medium.e750b571.woff) format("woff"),url(/_next/static/media/Pretendard-Medium.660aff29.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Pretendard;
    src: url(/_next/static/media/Pretendard-SemiBold.3a0eb3b5.eot);
    src: url(/_next/static/media/Pretendard-SemiBold.3a0eb3b5.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Pretendard-SemiBold.6d48a5f3.woff) format("woff"),url(/_next/static/media/Pretendard-SemiBold.e26e1517.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Pretendard;
    src: url(/_next/static/media/Pretendard-Bold.b0225d18.eot);
    src: url(/_next/static/media/Pretendard-Bold.b0225d18.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Pretendard-Bold.5d76ef66.woff) format("woff"),url(/_next/static/media/Pretendard-Bold.baa8dcb8.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
} */

*,body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Noto Sans KR", sans-serif;
    letter-spacing: -1px;
}
