.interview-background {
  background: linear-gradient(
    90deg,
    #62C7E440 0%,
    #64BAC840 50%,
    #5FCC9940 100%
  );
  padding-bottom: 227px;
  margin-bottom: -150px;
}

.event-container{
  display: grid;
  gap: 6rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .event-container{
    margin-top: 3rem;
  }
}

.interview-container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 0px 20px;
}

@media screen and (max-width: 767px) {
  .interview-container {
    padding: 0px 24px;
  }
}

.interview-container .title-background {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 70px;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.interview-container .title-background > span {
  font-family: orbitron, sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .interview-container .title-background > span {
    font-size: 64px;
    line-height: 56px;
  }
}

.interview-container .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.interview-container .title > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #0f2f97;
}

.interview-description {
  padding: 0 32px;
}

.interview-description > p {
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #0b2b95;
  white-space: break-spaces;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .interview-description > p {
    white-space: normal;
  }
}

.interview-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  column-gap: 30px;
  row-gap: 32px;
  justify-items: center; 
}
@media screen and (max-width: 768px) {
  .interview-list {
    grid-template-columns: 1fr; 
    row-gap: 24px;
  }
}

.interview-list .non-hover {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .interview {
    width: 100%;
  }
}

.interview-summary {
  flex-direction: row;
  align-items: flex-start;
}

.interview a {
  max-width: 530px;
  min-height: 200px;
  width: 100%;
  box-sizing: border-box;
  color: #0b2b95;
  background: #FFFFFF;
  border: 1px solid #E1E5F6;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .interview a {
    max-width: 100%;
    width: 100%;
  }
}

.interview .c-title03 {
  margin-bottom: 24px;
}

.interview .c-title03 h2{
    max-width: 300px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding: 4px 20px;
    background: linear-gradient(91.64deg, #059A10 0.58%, #4EB3C9 57.98%);
    border-radius: 4px;
    font-family: var(--fonts2);
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 450px) {
  .interview .c-title03 h2{
    text-align: left;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .interview .c-title03 h2{
    font-size: 18px;
  }
}
.interview .c-title03::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: #4EB3C9;
    border-radius: 4px;
    z-index: -1;
    transform: translateZ(0);
}

.interview .c-title03.c-title03-v2 h2{
    background: #4EB3C9;
    color: #FFFFFF;
}
.interview .c-title03.c-title03-v2::after {
    background: #4EB3C9;
}
.interview .c-title03.c-title03-v3 h2{
    background: #7385C7;
    color: #FFFFFF;
}
.interview .c-title03.c-title03-v3::after {
    background: #7385C7;
}
.interview .status {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 2px 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(90deg, #009805 0%, #4EB3C9 100%);
}

.interview .enter-button {
  background: #E1E5F6;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.interview .back-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 120px;
}

.interview .list-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
}

@media screen and (max-width: 579px) {
  .interview .list-title br {
    display: none;
  }
}

.interview .back-button {
  width: 255px;
  height: 42px;
  border-radius: 7px;
  margin-bottom: 132px;
  border: solid 1px #0a3e88;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #0a3e88;
  cursor: pointer;
  position: relative;
}

.interview .back-button:hover {
  opacity: 0.7;
}

.interview .back-button-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
}
.flex-0{
  border-bottom: 1px solid #E1E5F6;
  padding-bottom: 16px;
}
.flex-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  justify-content: space-between;
}

.c-title01 h2 {
  font-family: orbitron, sans-serif;
  font-weight: 500;
}

.event-details{
  padding-top: 16px;
}

.event-details .message{
  padding-bottom: 12px;
  font-weight: 400;
}

.event-details .event-data {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-details .event-data li{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;

}
.event-details .event-data li span{
  display: inline-block;
  border-radius: 50px;
  gap: 0.5rem;
  background: #E1E5F6;
  padding: 4px 14px;
  color: #0B2B95;
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
}

.event-details .event-data li p{
  font-weight: 700;
}

.event-details .event-data .tag-container{
  display: flex;
  gap: 1rem;
}
.event-details .event-data li .tag{
  background: #0B2B95;
  padding: 4px 14px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
}

.p-event .topbtn{
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 80px 0px 100px;
}
.p-event .topbtn .c-btn02::after {
  display: none;
}