/* rest css */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");

* {
  margin: 0;
  padding: 0;
  color: inherit;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: Pretendard;
  font-weight: 400;
  color: #232323;
  word-break:keep-all;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}
ul,
ol,
li {
  list-style: none;
}
