@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("/font/Pretendard-SemiBold.otf")
    format("opentype");
}

@font-face {
  font-family: "Pretendard-Regular";
  src: url("/font/Pretendard-Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "Pretendard-Medium";
  src: url("/font/Pretendard-Medium.otf")
    format("opentype");
}

.screen .navi {
  position: relative;
  width: fit-content;
  margin-top: 1.00px;
  font-family: "Pretendard-Regular";
  /*font-weight: var(--pretendard-17pt-font-weight);*/
  color: var(--color-272727);
  font-size: 16px;
  line-height: var(--pretendard-17pt-line-height);
  white-space: nowrap;
  font-style: normal;
}