.anchorBox .secInterview .interviewListWrap {
  display: flex;
  flex-wrap: wrap;
}
.anchorBox .secInterview .interviewListWrap .interviewList {
  display: block;
}
.anchorBox .secInterview .interviewListWrap .interviewList .imgBox {
  position: relative;
  aspect-ratio: 424/286;
}
.anchorBox .secInterview .interviewListWrap .interviewList .imgBox .text {
  position: absolute;
  z-index: 1;
  background: #F1EEE9;
  left: -1px;
  bottom: -1px;
}
.anchorBox .secInterview .interviewListWrap .interviewList .dataRow {
  display: flex;
  justify-content: space-between;
}
.anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn {
  width: calc(100% - 18px);
}
.anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap .name {
  font-weight: 500;
}
.anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap .year {
  color: #9D9D9D;
}
.anchorBox:last-of-type .secInterview {
  padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .anchorBox .secInterview {
    padding: 0 0 72px 0;
  }
  .anchorBox .secInterview .interviewListWrap {
    row-gap: 36px;
    padding: 28px 0 0 0;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList {
    width: 100%;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .imgBox .text {
    font-size: 14px;
    padding: 4px 4px 4px 5px;
    max-width: 94%;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .dataRow {
    margin-top: 14px;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap .name {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap .year {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .anchorBox .secInterview {
    padding: 0 0 80px 0;
  }
  .anchorBox .secInterview .interviewListWrap {
    justify-content: space-between;
    row-gap: 40px;
    padding: 40px 0 0 0;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList {
    width: min(49%, 424px);
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .imgBox .text {
    font-size: clamp(14px, 1.17vw, 14px);
    padding: 4px 4px 4px 5px;
    max-width: 90%;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .dataRow {
    margin-top: 10px;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap .name {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .anchorBox .secInterview .interviewListWrap .interviewList .dataRow .dataIn .nameWrap .year {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */