.lower-page {
  padding-bottom: 0;
}

.back-sect {
  position: relative;
  padding: 56px 0 160px;
  margin-bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .back-sect {
    padding: 42px 0 138px;
  }
}

@media screen and (max-width: 768px) {
  .back-sect {
    padding: 28px 0 64px;
  }
}

.intro .intro-catch {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 520px) {
  .intro .intro-catch {
    max-width: 320px;
  }
}

.tbl-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 960px) {
  .tbl-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .tbl-content {
    gap: 12px;
  }
}

.tbl-content .tbl table tbody tr th, .tbl-content .tbl table tbody tr td {
  padding: 20px 16px;
}

@media screen and (max-width: 960px) {
  .tbl-content .tbl table tbody tr th, .tbl-content .tbl table tbody tr td {
    padding: 16px 12px;
  }
}

.tbl-content .tbl table tbody tr th {
  width: 68px;
}

@media screen and (max-width: 960px) {
  .tbl-content .tbl table tbody tr th {
    width: 76px;
  }
}

@media screen and (max-width: 768px) {
  .tbl-content .tbl table tbody tr th {
    width: 54px;
  }
}

.tbl-content .tbl table tbody tr td {
  line-height: 1.4;
}

.tbl-content .tbl table tbody tr td a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tbl-content .tbl table tbody tr td a {
    position: relative;
    display: inline-block;
    pointer-events: auto;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-color: rgba(50, 65, 82, 0.7);
    text-decoration-color: rgba(50, 65, 82, 0.7);
  }
}

.tbl-content .tbl table tbody tr td a:hover {
  text-decoration: none;
}

.tbl-content .tbl table tbody tr:nth-child(4) th,
.tbl-content .tbl table tbody tr:nth-child(4) td {
  padding-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .tbl-content .tbl table tbody tr:nth-child(4) th,
  .tbl-content .tbl table tbody tr:nth-child(4) td {
    padding-bottom: 16px;
  }
}

.tbl-content .tbl table tbody tr:nth-child(4) th::after {
  top: calc( 50% - 10px);
}

@media screen and (max-width: 960px) {
  .tbl-content .tbl table tbody tr:nth-child(4) th::after {
    top: 50%;
  }
}

@media screen and (max-width: 960px) {
  .tbl-content .tbl table tbody tr:last-child th::after {
    top: calc( 50% - 9px);
  }
}

@media screen and (max-width: 960px) {
  .tbl-content .tbl:nth-child(2) table tbody tr:nth-child(3) th::after {
    top: calc( 50% + 5px);
  }
}

.lately-event-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media screen and (max-width: 960px) {
  .lately-event-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .lately-event-list {
    gap: 12px;
  }
}

@media screen and (max-width: 520px) {
  .lately-event-list {
    margin: 0 0 16px;
  }
}

.lately-event-list::before {
  position: absolute;
  top: 30%;
  left: 0;
  content: "";
  width: 100%;
  height: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#22ACD5), to(#21D899));
  background: linear-gradient(to right, #22ACD5, #21D899);
  z-index: -1;
}

.lately-event-list__item {
  padding: 12px 12px 24px;
  background: #ffffff;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .lately-event-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
    padding: 12px;
  }
}

@media screen and (max-width: 768px) {
  .lately-event-list__item {
    gap: 8px;
    padding: 8px 8px 16px;
  }
}

.lately-event-list__item:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 960px) {
  .lately-event-list__item:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.lately-event-list__item:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media screen and (max-width: 960px) {
  .lately-event-list__item:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.lately-event-list__item .lately-event-vsl {
  margin: 0 0 8px;
  border-radius: 6px;
  aspect-ratio: 3 / 2;
}

@media screen and (max-width: 960px) {
  .lately-event-list__item .lately-event-vsl {
    margin: 0;
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .lately-event-list__item .lately-event-vsl {
    width: 208px;
  }
}

@media screen and (max-width: 520px) {
  .lately-event-list__item .lately-event-vsl {
    width: 100%;
  }
}

.lately-event-list__item .lately-event-vsl a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #e4f6fc;
  border-radius: 6px;
}

.lately-event-list__item .lately-event-vsl a img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.lately-event-list__item .lately-event-vsl a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.lately-event-list__item .lately-event-dtl .lately-event-date {
  font-size: 1.5rem;
  color: #9F9F9F;
}

/*# sourceMappingURL=../../maps/pages/event.css.map */
