.overviewPage {
  padding-bottom: clamp(3.75rem, 10.6667vw, 5rem);
}

.overviewPage .mainContainer,
.overview__section,
.overview__group {
  display: flex;
  flex-direction: column;
}

.overviewPage .mainContainer {
  gap: clamp(3.75rem, 10.6667vw, 5rem);
  padding: clamp(3.75rem, 10.6667vw, 5rem) 1.25rem 0;
}

.overview__section {
  gap: 2.5rem;
}

.overview__group {
  gap: 1rem;
}

.overviewSubtitle {
  font-size: var(--fontMax18Min16);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 1.25rem;
  position: relative;
}

.overviewSubtitle::before {
  background: #f5a455;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
}

.overview__detailList {
  dt {
    background: var(--colorMain);
    color: #fff;
    padding: 0 0.625rem;
    width: fit-content;
  }

  dd {
    margin-top: 0.5rem;
  }

  dt:nth-child(3) {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1040px) {
  .lectureTable__container {
    overflow-x: scroll;
    padding-bottom: 16px;
  }
}

.disclaimer {
  font-size: var(--fontMax14Min12);
  text-align: end;
}

.lectureTable {
  width: 65rem;

  thead tr {
    background: var(--colorMain);
  }

  th {
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding: 0.6875rem 0.3125rem;
  }

  th:nth-child(1) {
    border-left: none;
    width: 28%;
  }

  th:nth-child(2) {
    /* width: 26%; */
    width: auto;
  }

  th:nth-child(3) {
    width: 10%;
  }

  th:nth-child(4) {
    width: 12%;
  }

  th:nth-child(5) {
    width: 16%;
  }

  tbody tr {
    border-bottom: 1px solid #555148;
    height: 4.375rem;
  }

  td {
    border-right: 1px solid #555148;
    color: #2e2e2e;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding: 0.5rem 1rem;
  }

  td:nth-child(1) {
    border-right: none;
  }

  td:nth-child(3) {
    text-align: center;
  }

  .bg-blue {
    background: #b2c9fa;
  }

  .bg-yellow {
    background: #ffd275;
  }

  .bg-pink {
    background: #ffccf0;
  }

  .bg-cyan {
    background: #90f0ff;
  }

  .pointGroup {
    display: flex;
    flex-direction: column;
  }

  .small {
    display: flex;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 1.375rem;
    position: relative;
  }

  .small::before {
    background: #2e2e2e;
    border-radius: 50%;
    content: "";
    height: 0.25rem;
    left: 0.5625rem;
    position: absolute;
    top: 0.7rem;
    width: 0.25rem;
  }

  .linkGroup {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }

  .linkGroup a {
    color: var(--colorLink);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .td-flex  {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  .td-flex > .td-flex-fixed {
    flex: 0 1 2.9rem;
  }
  .td-flex > span {
    flex: 1;
  }

  @media screen and (max-width: 767px) {
    width: 58.125rem;

    th,
    td,
    .linkGroup a {
      font-size: 0.875rem;
    }

    td {
      padding: 0.5rem 0.75rem;
    }
  }
}

.seminarLinks {
  background: #ecf6fa;
  padding: 2rem 1.25rem;

  .seminarLinks__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
  }

  .seminarLink__card {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    max-width: 15.5rem;
    padding: 2.25rem 1rem;
    text-align: center;
    width: 100vw;
  }

  .seminarLink__img {
    align-items: center;
    display: grid;
    gap: 0.5rem;
    grid-template-rows: auto 1fr;
    height: 100%;
    justify-items: center;
  }

  .seminarLink__img img {
    max-width: 4.875rem;
  }

  .seminarLink__img figcaption {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
  }
}
