input[type="submit"] {
  padding: 6px 14px;
  border: none;
  border-radius: 1px;
  background-color: #83c2e9;
  font-size: 16px;
  color: #fff;
  font-family: "맑은고딕", Malgun Gothic, "견고딕", "고딕", gothic;
  font-weight: 900;
  cursor: pointer;
}

input[type="button"] {
  padding: 6px 14px;
  border: none;
  border-radius: 1px;
  background-color: #83c2e9;
  font-size: 16px;
  color: #fff;
  font-family: "맑은고딕", Malgun Gothic, "견고딕", "고딕", gothic;
  font-weight: 900;
  cursor: pointer;
}

input[type="submit"]:focus {
  outline-color: #c62a00;
  outline-width: thick;
}

input[type="button"]:focus {
  outline-color: #c62a00;
  outline-width: thick;
}
