.center-info-list {
  width: 100%;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.center-info-list li {
  border-bottom: 1px dotted #eee;
}
.center-info-list a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #333;
  padding: 20px 0;
  text-decoration: none;
}
.center-info-list a:hover {
  background-color: #eee;
}
.center-info-list img {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .center-info-list img {
    width: 80px;
    height: 80px;
  }
}

#center .center-info-list-copy {
  width: 78%;
  max-width: 470px;
  float: right;
  overflow: hidden;
}
#center .center-info-list-copy h3 {
  line-height: 1.4;
  padding: 0 !important;
  font-size: 1.2em;
  font-weight: bold !important;
  margin: 0 0 5px 0 !important;
  border-left: none !important;
  border: none !important;
  color: #333;
}
@media screen and (max-width: 768px) {
  #center .center-info-list-copy h3 {
    font-size: 1.1em;
  }
}
#center .center-info-list-copy h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
#center .center-info-list-copy p {
  margin-bottom: 5px;
  line-height: 1.5;
  color: #666;
  font-size: 0.95em;
}
@media screen and (max-width: 768px) {
  #center .center-info-list-copy p {
    font-size: 0.9em;
  }
}
#center .center-info-list-copy ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#center .center-info-list-copy ul li {
  float: left;
  color: #00bbbd;
  margin-right: 10px;
  border: none;
  font-size: 0.85em;
}

.paging {
  text-align: center;
  margin: 30px 0;
  font-size: 0.9em;
  color: #666;
}
.paging span {
  display: inline-block;
  margin: 0 5px;
}
.paging span a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.paging span a:hover {
  background-color: #00bbbd;
  color: #fff;
}
.paging span.now {
  padding: 5px 10px;
  background-color: #00bbbd;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}

/*# sourceMappingURL=interview-list.css.map */
