
@charset "UTF-8";

#gNav .recruit::before {
  background: #f5f5f5;
  height: 20px;
  width: 10px;
  content: "";
  display: block;
  margin: 0 auto 10px;
}

.representative-name img {
  width: 150px;
}


.pager .pagination {
  width: fit-content;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ecedef;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.pager .pagination li:first-child,
.pager .pagination li:last-child {
  background: white;
}
  
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.pager .pagination li:first-child a,
.pager .pagination li:last-child a {
  color:  #0e10d9;
}
.pager .pagination li:first-child a:hover,
.pager .pagination li:last-child a:hover,
.pager .pagination li a.active {
  color:  #0e10d9;
  background: white;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: white;
  background: #0e10d9;
  border-radius: 50px;
}
.details-pager span {
  vertical-align: text-top;
}



@media screen and (min-width: 768px) {
  #top-main {
    height: 98vh;
    background-position: center;
  }
  #main-message {
    background-position: right -50%;
    background-size: 36%;
  }
  #process .drone-link {
    top: -40px;
    right: -40px;
  }
  .list-tab > li {
    width: 12rem;
  }
  .list-tab li span:before, .list-tab li.active span:before {
    display: inline-block;
    background-position: left;
  }
  #overview th {
    width: 6rem;
  }
}