@charset "utf-8";

/* setting */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard Variable";
}

@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local(※), url("/public/resource/fonts/PretendardVariable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "NanumMyeongjo";
  font-style: normal;
  font-display: swap;
  src: local(※), url("/public/resource/fonts/NanumMyeongjo.woff") format("woff");
}

ul,
ol {
  list-style: none
}

a {
  text-decoration: none;
}

button {
  appearance: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  background-color: initial;
}

img {
  border: none;
}