@import url("./fonts.css");
* {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  font: 400 16px/1 "KOHI Nanum", "arial";
}

body {
  background: #fff;
  color: #232323;
}

html,
body {
  width: 100%;
  height: 100%;
}

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

address,
em,
i {
  font-style: normal;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 1rem;
}

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

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

.hide {
  display: none;
}

.blind {
  text-indent: -9999px;
  overflow: hidden;
}
