@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.6em;
  word-break: keep-all;
}

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

body, a, a:hover {
  color: #181B1E;
  text-decoration: none;
}

body {
  font-size: 12px;
}

a {
  cursor: pointer;
}

header,
footer,
nav,
aside,
section,
article {
  display: block;
}

ol,
ul {
  list-style-type: none;
}

img {
  /*width: 100%;*/
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  border: 1px solid #181B1E;
  border-width: 1px 0;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
/*# sourceMappingURL=0-reset.css.map */
