@charset "utf-8";
@import url(./font.css);

.nanumbarungothic * {
  font-family: "NanumBarunGothic", sans-serif;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
* {
  font-family: "Noto Sans KR", "NanumBarunGothic", sans-serif;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #191919;
}
input,
select,
textarea {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
img {
  vertical-align: top;
}
button,
label {
  cursor: pointer;
  outline: none;
}
a,
a:hover,
a:focus,
a:active {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
