/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

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,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url(2bc582461caf4e05b51d.woff2) format('woff2-variations');
}

body {
  font-family: 'Pretendard', sans-serif;
}

:root {
  --gap-1: 0.125rem; /* 2px */
  --gap-2: 0.25rem;
  --gap-3: 0.5rem;
  --gap-4: 0.75rem;
  --gap-5: 1rem;
  --gap-6: 1.25rem;
  --gap-7: 1.5rem;
  --gap-8: 2rem;
  --gap-9: 2.5rem;
  --gap-10: 3rem;
  --gap-11: 4rem;
  --gap-12: 5rem;

  --radius-1: 2px;
  --radius-2: 4px;
  --radius-3: 6px;
  --radius-4: 8px;
  --radius-5: 10px;
  --radius-6: 12px;
  --radius-25: 50px;

  --padding-1: 0.125rem; /* 2px */
  --padding-2: 0.25rem;
  --padding-3: 0.5rem;
  --padding-4: 0.625rem;
  --padding-5: 0.75rem;
  --padding-6: 1rem;
  --padding-7: 1.25rem;
  --padding-8: 1.5rem;
  --padding-9: 2rem;
  --padding-10: 2.5rem;
  --padding-11: 3rem;

  --shadow-card: 0px 10px 20px 0px rgba(33, 33, 33, 0.15);

  --info-background: rgba(255, 198, 76, 0.15);
}


/*# sourceMappingURL=main.0292fd192e964213f2f0.css.map*/