@font-face {
  font-family: "Pretendard GOV";
  src: url("../font/PretendardGOV-Bold.woff") format("woff"), url("../font/PretendardGOV-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard GOV";
  src: url("../font/PretendardGOV-SemiBold.woff") format("woff"), url("../font/PretendardGOV-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard GOV";
  src: url("../font/PretendardGOV-Medium.woff") format("woff"), url("../font/PretendardGOV-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard GOV";
  src: url("../font/PretendardGOV-Regular.woff") format("woff"), url("../font/PretendardGOV-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, button {
  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, main {
  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 {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

button {
  cursor: pointer;
  background-color: transparent;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

input, textarea {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding-block: unset;
  padding-inline: unset;
  font-family: "Pretendard GOV";
}
input::placeholder, textarea::placeholder {
  font-family: "Pretendard GOV";
}

html {
  font-family: "Pretendard GOV", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-break: keep-all;
  word-wrap: break-word;
}
html * {
  box-sizing: border-box;
}

svg {
  display: block;
}

sup {
  vertical-align: super;
}

img {
  display: block;
}