@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeo-aLt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeo-bRg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeo-cBd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeo-dEb.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeo-eHv.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family:
    "NanumSquare Neo",
    -apple-system,
    sans-serif;
  line-height: 1.5;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
}
