@charset "UTF-8";

@font-face {
  font-family: 'spoqaM';
  src: url('/font/SpoqaHanSansNeo-Regular.ttf') format("truetype");
}

@font-face {
  font-family: 'spoqaB';
  src: url('/font/SpoqaHanSansNeo-Bold.ttf') format("truetype");
}

* {
  list-style: none;
  text-decoration: none;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  font-family: 'spoqaM';
  font-weight: 400;
  font-size: 12px;
  color: #383838;
}

html, body { width: 100%; height: 100%;}

body { background-color: #fff; }

span.input-group-text {
  border: solid 1px #383838;
  background-color: #383838;
}

input.form-control {
  border: solid 1px #383838;
}

input.form-control:disabled {
  background-color: #ececec;
}

.modal-header {
  background: #383838;
}