@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap");

body {
  font-size: 10px;
}

.jumbotron h1 {
  font-size: 30px;
  margin-bottom: 60px;
}
.jumbotron .lead {
  margin-top: 60px;
}
.breadcrumb + div > h1 {
  font-size: 20px;
  margin-bottom: 30px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
div.scrollable {
  border: 1px solid #ddd;
  max-height: 500px;
  overflow: scroll;
}
div.scrollable table thead td,
div.scrollable table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-align: center;
  vertical-align: top;
  background: #43a6df;
  color: #eeeeee;
  border: 1px solid #ffffff;
}
div.scrollable table tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  text-align: center;
  vertical-align: top;
  background: #ccccff;
  border: 1px solid #ffffff;
}
div.scrollable table tbody td {
  vertical-align: middle;
}
div.scrollable table thead th a {
  color: #ffffff;
}
div.scrollable,
div.col.scrollable table {
  margin-bottom: 0;
  padding-bottom: 0;
}
