@font-face {
  font-family: "Noto Sans KR", sans-serif;
  src: url('../fonts/Noto_Sans/NotoSans-Italic-VariableFont_wdth\,wght.ttf') format('truetype');
}  

@font-face {
  font-family: "Noto Sans KR", sans-serif;
  src: url('../fonts/Noto_Sans/NotoSans-VariableFont_wdth\,wght.ttf') format('truetype');
}  

@font-face {
  font-family: "Inter var", sans-serif;
  src: url('../fonts/Inter_4.0/InterVariable-Italic.ttf') format('truetype');
}  

@font-face {
  font-family: "Inter var", sans-serif;
  src: url('../fonts/Inter_4.0/InterVariable.ttf') format('truetype');
}  

/* Reset */
html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, nav, section, article, header, footer, main, aside, dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, input, select, textarea, button, img, fieldset {
  border: none;
}

ul, ol, li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

address, cite, code, em, i {
  font-style: normal;
  font-weight: normal;
}

label, img, input, select, textarea, button, a {
  vertical-align: middle;
}

u, ins, a {
  text-decoration: none;
}

button {
  -webkit-apperance: none; 
  color: inherit;
  background: transparent;
  cursor: pointer;
}

a {
  color:inherit;
}

/* Normalize */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number],
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* input[type=date] {
  position: relative;
  width: 100px;
} */

input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
}

input[type=date]:valid::before {
  display: none;
}

textarea {
  resize: none;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans KR", sans-serif;
  /* -webkit-text-size-adjust: none; */
  scrollbar-gutter: stable;
}

caption, legend, .hide, .sr-only {
  overflow: hidden;
  display: block;
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Responsive */
@media print {
  .header,
  .footer,
  .visual {
    display: none;
  }
  .page-break {
    page-break-before: always;
  }
}

@page {}
.print {
  display: block;
}

@media screen {
  .print {
    display: none;
  }
}

