html {
  padding: 0;
  margin: 0;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

html, body {
  height: 100%;
  height: 100vh;
  min-height: 100vh;
}

img, fieldset, iframe {
  border: 0 none;
}

address {
  font-style: normal;
}

input, select, button {
  vertical-align: middle;
}

i, em, address {
  font-style: normal;
}

label, button, input[type=button] {
  cursor: pointer;
}

textarea {
  display: block;
  width: 100%;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  resize: none;
}

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

button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  font-size: 14px;
}
button + button {
  margin: 0 0 0 1px;
}

input {
  ime-mode: active;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

em {
  text-decoration: none;
  font-style: normal;
}

input[type=button] {
  text-align: left;
}

input[type=text], input[type=password], input[type=search], input[type=number], input[type=email], input[type=button], textarea, select {
  min-width: 45px;
  height: 35px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  line-height: 1.428571429;
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  color: #222;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

input[type=radio], input[type=checkbox] + label:focus {
  outline: 2px solid #222;
}

/* select */
.select-box {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
}
.select-box select {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none; /* for chrome*/
  -moz-appearance: none; /* for firefox*/
  appearance: none;
}
.select-box select::-ms-expand {
  display: none; /* for IE10, 11*/
}

/* input placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
  color: #757575;
  font-size: 14px;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #757575;
  font-size: 14px;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #757575;
  font-size: 14px;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

/* input autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*# sourceMappingURL=reset.css.map */
