html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
dl,
dt,
dd,
strong,
fieldset,
textarea,
button,
input {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}


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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

img {
  display: block;
  width: 100%;
}

fieldset,
textarea,
input {
  border: none;
}

button {
  border: none;
}

input,
button {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { 
    cursor: pointer;
}

/* 대체텍스트 안보이게 */
.blind {
  position: absolute;
  top: -3000%;
  width: 1px;
  height: 1px;
  overflow: hidden;
}