@charset "UTF-8";
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  font-display: swap;
  src: local("Spoqa Han Sans Bold"), url("/fonts/SpoqaHanSans/SpoqaHanSansBold.woff2") format("woff2"), url("/fonts/SpoqaHanSans/SpoqaHanSansBold.woff") format("woff"), url("/fonts/SpoqaHanSans/SpoqaHanSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 400;
  font-display: swap;
  src: local("Spoqa Han Sans Regular"), url("/fonts/SpoqaHanSans/SpoqaHanSansRegular.woff2") format("woff2"), url("/fonts/SpoqaHanSans/SpoqaHanSansRegular.woff") format("woff"), url("/fonts/SpoqaHanSans/SpoqaHanSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 300;
  font-display: swap;
  src: local("Spoqa Han Sans Light"), url("/fonts/SpoqaHanSans/SpoqaHanSansLight.woff2") format("woff2"), url("/fonts/SpoqaHanSans/SpoqaHanSansLight.woff") format("woff"), url("/fonts/SpoqaHanSans/SpoqaHanSansLight.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 100;
  font-display: swap;
  src: local("Spoqa Han Sans Thin"), url("/fonts/SpoqaHanSans/SpoqaHanSansThin.woff2") format("woff2"), url("/fonts/SpoqaHanSans/SpoqaHanSansThin.woff") format("woff"), url("/fonts/SpoqaHanSans/SpoqaHanSansThin.ttf") format("truetype");
}
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;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Spoqa Han Sans", Malgun Gothic, "맑은 고딕", dotum, "돋움", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

nav, ol, ul {
  list-style: none;
}

img {
  border: none;
  line-height: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -moz-border-radius: 0;
       border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
}

button {
  display: inline-block;
  text-align: center;
}
button:not(:disabled) {
  cursor: pointer;
}

address, cite, em, i {
  font-style: normal;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  text-indent: -20000px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

:invalid {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

:-moz-submit-invalid {
  -moz-box-shadow: none;
       box-shadow: none;
}

:-moz-ui-invalid {
  -moz-box-shadow: none;
       box-shadow: none;
}