@font-face {
  font-family: 'NanumGothic';
  src: url(/font/NanumBarunGothic.ttf) format('truetype')
}

body {
  font-family: NanumGothic !important;
}

.table {
  table-layout: fixed;
}

.table>tbody>tr>td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form-control-file {
  margin-bottom:20.5px;
}

.table>thead>tr>th {
  font-weight: normal;
}

.table>thead>tr {
  background-color: #4e73df !important;
  color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(78, 115, 223, .05) !important;
}

.summernote-content p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}