.hero-swiper {
  height: calc(100svh - 64px);
}

.hero-slide-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.swiper-button-prev::after {
  /* content: ''; */
  color: #fff;
}

.swiper-button-next {
  /* content: ''; */
  color: #fff;
}

.banners {
  padding: 40px 0;
}

.banners .swiper-pagination {
  position: relative;
  padding: 12px 0;
}

.notice-list {
  display: flex;
  flex-direction: column;
}

.notice-list .notice {
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
}

.notice-list .notice .post-title {
  margin: 4px 0;
}

.notice-list .notice .post-meta {
  display: flex;
  gap: 8px;
}

.notice-list .notice .post-date,
.notice-list .notice .post-type {
  font-size: 0.8rem;
}

.notice-list .notice .post-date {
  min-width: 120px;
}

.notice-list .notice .post-type {
  display: inline-block;
  background-color: #ccc;
  padding: 2px 12px;
  letter-spacing: 0.1rem;
}

.top-section.contents {
  background: linear-gradient(#e66465, #9198e5);
}

.section-more {
  margin: 0 auto;
}

.section-more .btn-more {
  padding: 12px 36px;
}

.section-more .btn-more__white {
  border: 2px solid #fff;
  color: #fff;
}

.section-more .btn-more__black {
  border: 2px solid #000;
  color: #000;
}

.btn-swipe {
  transition: ease-out 0.25s;
}

.btn-swipe.btn-more__black:hover {
  box-shadow: inset 200px 0 0 0 #000;
  color: #fff;
}

.btn-swipe.btn-more__white:hover {
  box-shadow: inset 200px 0 0 0 #fff;
  color: #000;
}
