@charset "UTF-8";
/*
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/assets/front/lib/font/NotoSansKR-VariableFont_wght.ttf') format('truetype');
    font-weight: 1 1000; //Variable 폰트의 두께 범위 
}
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@layer reset {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none !important;
  }
  html {
    width: 100%;
  }
  body {
    width: 100%;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.5px;
    color: #333;
  }
  /* 컨텐츠 최소 높이 */
  html,
  body {
    height: auto;
    min-height: 100%;
  }
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  p,
  form,
  fieldset,
  input,
  label,
  table,
  tr,
  th,
  td,
  button,
  textarea,
  select,
  a {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.5px;
    color: #121212;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: normal;
  }
  img {
    width: 100%;
    border: 0;
    vertical-align: middle;
    max-width: fit-content;
  }
  img[src*="no_data.svg"], img[src*="ico_info_white.svg"], img[src*="award_img3.svg"] {
    width: auto;
  }
  ul,
  ol,
  dl,
  dt,
  dd,
  li {
    list-style: none;
    word-break: break-word;
  }
  table {
    width: 100%;
    table-layout: fixed;
  }
  table,
  th,
  td {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    word-wrap: break-word;
  }
  caption,
  legend {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  fieldset,
  blockquote,
  iframe,
  button {
    border: none;
  }
  i,
  em,
  u,
  cite {
    font-style: normal;
  }
  strong,
  em,
  b {
    font-weight: 700;
  }
  a {
    color: #121212;
    text-decoration: none;
    cursor: pointer;
  }
  button {
    border: none;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    background: none;
  }
  button > span {
    position: relative;
  }
  button,
  input[type=submit],
  input[type=button],
  input[type=reset] {
    cursor: pointer;
    border: 0;
  }
  input,
  select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  select:disabled,
  textarea:disabled,
  input:disabled {
    border: 1px solid #ccc;
    background-color: #ebebeb;
    color: #b3b3b3;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
  }
  mark {
    background: none;
  }
  /* only readable for screen readers */
  .sr-only {
    position: absolute !important;
    top: auto !important;
    left: -10000px !important;
    width: 0px !important;
    height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}
/* iOS Chrome 타겟팅 이미지 사이즈 적용 */
@supports (-webkit-appearance: none) and (not (-ms-ime-align: auto)) {
  img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/*# sourceMappingURL=reset.css.map */
