.table {
  border-color: #d6d6d6;
}
.table-recruit th {
  background-color: #c4ccf5;
}
.table-recruit th {
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.table-recruit tr:first-child th{
  border-top: 1px solid #d6d6d6;
}
.link {
  border: 2px solid #3d3e98;
  background: #FFFFFF;
  border-radius: 9999px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 8px 16px;
  text-decoration: none;
  color: #3d3e98 !important;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.link:hover {
  background: #3d3e98;
  color: #FFFFFF !important;
}