* {
  margin: 0;
  padding: 0;
  /* 컨텐츠 마다 선택사항 */
  outline-style: none;
  box-sizing: border-box;
}

ul {
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

.wrap {
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial,
    "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  overflow-x: hidden;
}
