input,
textarea {
  all: unset; /* 모든 기본 스타일 제거 */
  box-sizing: border-box;
}

button {
  all: unset; /* 모든 기본 스타일 제거 */
}

* {
  box-sizing: border-box;
}
