@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  color: #000;
  background: #f5f5f5;
  min-width: 320px;
  direction: ltr;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: "Noto Sans KR", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  letter-spacing: -0.03em;
}
ul,
li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  color: #000;
}
img {
  border: 0;
  vertical-align: middle;
}
