html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
input,
button,
textarea {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
}
input:focus {
  outline: none;
}
input[type='submit'] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea {
  resize: none;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
}
a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='text'],
input[type='password'],
textarea {
  outline: none;
}
input:focus {
  outline: none;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
}

.placeholdersjs {
  color: #aaa !important;
}

button, a {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  font: inherit;
  color: inherit;
  cursor: pointer; /* 버튼과 앵커 태그 모두 클릭 가능한 상태로 */
  display: inline-block; /* 일관된 display 속성 */
}
