body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

body {
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif !important;
  text-transform: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16.5px;
  font-weight: 400;
  color: rgb(71, 71, 71);
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #f5f5f5;
}
body header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #e1e1e1;
}
body header h1 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
body .btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 5px;
  background: #007cba;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
body .btn:hover {
  background: #005a87;
}
body .info {
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
}
body .info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
body .success {
  color: #28a745;
}
body .warning {
  color: #ffc107;
}
body .error {
  color: #dc3545;
}/*# sourceMappingURL=style.css.map */