.intro5 .sec3 {
  font-family: Pretendard;
  padding: 120px 0;
  background: url('/img/intro/intro5_sec3_bg.png') center center / cover
    no-repeat;
}
.intro5 .sec3 .tit_wrap {
  margin-bottom: 40px;
}
.intro5 .sec3 .tit_wrap h3 {
  color: #4a4a4a;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.intro5 .sec3 .tit_wrap p {
  color: #606060;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.intro5 .sec3 .time_wrap {
  display: flex;
  margin-bottom: 60px;
}
.intro5 .sec3 .time_wrap:last-child {
  margin-bottom: 0;
}
.intro5 .sec3 .img_cover {
  position: relative;
  flex: 1;
}
.intro5 .sec3 .img_cover .name {
  position: absolute;
  padding: 10px 40px;
  border-left: 6px solid #172e59;
  background: #fff;
  bottom: 0;
  left: 0;
  color: #303030;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
}
.intro5 .sec3 .img_cover .name b {
  font-weight: 700;
}
.intro5 .sec3 .schedule {
  width: calc(100% - 450px);
}
.intro5 .sec3 .schedule table {
  border: 1px solid #e1e1e1;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}
.intro5 .sec3 .schedule .thead {
  background: #172e59;
  height: 80px;
}
.intro5 .sec3 .schedule th {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding: 26px 0;
  max-height: 80px;
  border-left: 1px solid #e1e1e1;
}
.intro5 .sec3 .schedule td {
  vertical-align: middle;
  padding: 14px;
  box-sizing: border-box;
  border-left: 1px solid #e1e1e1;
}
.intro5 .sec3 .schedule .empty {
  background: #0a214b;
}
.intro5 .sec3 .schedule .circle {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 97px;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  flex-direction: column;
}
.intro5 .sec3 .schedule .circle span {
  color: #b9d1ff;
}
.intro5 .sec3 .schedule .circle.blue {
  background: #3163bf;
}
.intro5 .sec3 .schedule .circle.yellow {
  background: #ffae2d;
}
.intro5 .sec3 .schedule .circle.sky {
  background: #38b7e5;
}
.intro5 .sec3 .schedule .am {
  background: #ebe9e1;
  color: #303030;
  font-size: 24px;
  font-weight: 700;
}
.intro5 .sec3 .schedule .pm {
  background: #838180;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.intro5 .sec3 .notice_wrap {
  border-radius: 16px;
  border: 1px solid #e1e1e1;
  background: #f7f7f7;
  display: flex;
  gap: 24px;
  padding: 24px 30px;
  box-sizing: border-box;
  align-items: center;
}
.intro5 .sec3 .notice_wrap p {
  color: #606060;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1320px) {
  .intro5 .sec3 .time_wrap {
    flex-direction: column;
  }
  .intro5 .sec3 .schedule {
    width: 100%;
  }
  .intro5 .sec3 .schedule .circle {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .intro5 .sec3 {
    padding: 40px 0;
  }
  .intro5 .sec3 .schedule th {
    font-size: 16px;
    padding: 14px 0;
    vertical-align: middle;
  }
  .intro5 .sec3 .schedule .thead {
    height: fit-content;
  }
  .intro5 .sec3 .schedule td {
    padding: 14px 0;
  }
  .intro5 .sec3 .schedule .am {
    font-size: 13px;
  }
  .intro5 .sec3 .schedule .pm {
    font-size: 13px;
  }
  .intro5 .sec3 .schedule .circle {
    font-size: 14px;
    color: #303030;
    font-weight: 500;
  }
  .intro5 .sec3 .schedule .circle span {
    color: #3163bf;
  }
  .intro5 .sec3 .schedule .circle.blue {
    background: transparent;
  }
  .intro5 .sec3 .schedule .circle.yellow {
    background: transparent;
  }
  .intro5 .sec3 .schedule .circle.sky {
    background: transparent;
  }
  .intro5 .sec3 .img_cover .name {
    font-size: 20px;
  }
  .intro5 .sec3 .notice_wrap {
    padding: 24px 15px;
  }
  .intro5 .sec3 .notice_wrap p {
    font-size: 14px;
  }
}

.intro5 .sec3 .schedule tr:nth-child(2) td {
  border-bottom: 1px solid #e1e1e1;
}
