@charset "UTF-8";
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-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "돋움", dotum, "굴림", gulim, Arial, sans-serif, "Apple SD Gothic Neo";
  font-size: 13px;
  letter-spacing: -0.2px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
}

textarea {
  backface-visibility: hidden;
  background-color: transparent;
  border: 0;
  word-break: keep-all;
  word-wrap: break-word;
}

button, input {
  border-radius: 0;
  border: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

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;
}

input[type=text], input[type=search], textarea {
  outline: 0;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

#skip_navigation {
  position: relative;
  z-index: 12345678;
}
#skip_navigation a {
  position: absolute;
  left: 0;
  top: -35px;
  width: 120px;
  background: #000;
  border: 1px solid #2070EB;
  text-align: center;
  outline: 0;
}
#skip_navigation a:active, #skip_navigation a:focus {
  top: 0;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
}
#skip_navigation span {
  display: inline-block;
  padding: 0px 0 0 0;
  background: #000;
  font-size: 11px;
  letter-spacing: -1px;
  color: #fff;
  line-height: 24px;
}
