@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }
  
  * {}
  
  div,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  span,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  input,
  label,
  textarea,
  a,
  em,
  svg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  
  hr {
    margin: 0px;
    padding: 0px;
  }
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend {
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
  }
  
  /* remember to define focus styles! */
  :focus {
    /* outline: 0; */
  }
  
  body {
    line-height: 1.2;
    color: black;
    font-family: 'Pretendard';
    -webkit-font-family: 'Pretendard';
    -webkit-touch-callout: none;
    background-color: #fff;
  }
  
  ol,
  ul {
    list-style: none;
  }
  
  textarea {
    margin: 0px;
    padding: 0px;
    font-family: 'Pretendard';
  }
  
  input {
    font-family: 'Pretendard';
  }
  
  /* tables still need cellspacing="0" in the markup */
  a {
    color: initial;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  caption,
  th,
  td {
    font-weight: normal;
  }
  
  /* remove possible quote marks (") from <q> & <blockquote> */
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
  }
  
  blockquote,
  q {
    quotes: "";
  }
  
  a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:active {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  button {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-color: transparent;
  }
  
  input {
    padding: 0px;
    margin: 0px;
  }
  
  canvas {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
  }
  
  /* // 사이트 필요한 초기화 */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  input,
  button {
    outline: none;
  }
  
  button {
    background-color: transparent;
    box-sizing: border-box;
  }
  
  /* // 크롬 인풋 정보 캐시 자동 채우기 CSS 초기화 */
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  }
  
  img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }
  
  textarea {
    box-shadow: none;
    resize: none;
  }
  
  textarea:focus {
    outline: none;
  }
  
  input:focus {
    outline: none;
  }
  
  select:focus {
    outline: 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;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
  }

  input[type="date"]::after {
    content: '변경';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 11px;
    font-weight: 500;
    color: #FFD893;
    border-radius: 5px;
    padding: 4px 10px;
    background-color: #000;
    pointer-events: none;
  }