html {
  font-size: 15px;
  overflow-y: scroll;
}
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption,
li,
dt,
dd,
legend,
input,
select,
textarea,
button,
address {
  font: normal normal 1rem '나눔고딕', NanumGothic, 'Nanum Gothic', '돋움', Dotum, sans-serif;
  color: #666666;
  text-align: justify;
  line-height: 1.0;
}
ul,
ol,
li {
  list-style: none;
}
img,
fieldset,
button,
iframe {
  border: 0;
}
input,
select,
textarea,
label,
img,
button {
  vertical-align: middle;
}
img {
  font-size: 0 !important;
  line-height: 0 !important;
  max-width: 100%;
  width: auto;
  height: auto;
}
button {
  background: transparent;
  cursor: pointer;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
select {
  height: 1.8em;
  line-height: 1.8;
  padding: 0.1em;
  border: 1px solid #dadada;
  background-color: #ffffff;
}
textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #dadada;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
hr {
  display: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
a {
  text-decoration: none;
}
a:link {
  color: #525252;
}
a:visited {
  color: #525252;
}
a:hover {
  color: #4261bd;
}
a:active {
  color: #4261bd;
}
