@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans KR", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

.container {
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

li {
  list-style: none;
}
