@charset "UTF-8";

/*
Project : reset css
Author  : kimjeongju
Date    : 2020.08.18
*/

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden
}

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

body, button, input, select, table, textarea {
  font-size: 12px;
  line-height: 1.2;
  color: #202020;
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: 1.2;
}

textarea {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: transparent;
  border: 0;
  word-break: keep-all;
  word-wrap: break-word
}

button, input {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0
}

button {
  background-color: transparent
}

fieldset, img {
  border: 0
}

img {
  vertical-align: top
}

ol, ul {
  list-style: none
}

address, em {
  font-style: normal
}

a {
  color: inherit;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

iframe {
  overflow: hidden;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: top
}

mark {
  background-color: transparent
}

i {
  font-style: normal
}
