@charset "UTF-8";
/** 메인 비주얼 */
.main-visual {
  position: relative;
  width: 100%;
  height: 40.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-visual {
    height: 25rem;
  }
}
.main-visual__swiper {
  width: 100%;
  height: 100%;
}
.main-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.main-visual__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-visual__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .main-visual__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual__title {
    font-size: 1.5rem;
  }
}
.main-visual__pagination {
  position: absolute;
  bottom: 2.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .main-visual__pagination {
    bottom: 2.25rem;
  }
}
.main-visual__pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
}
.main-visual__pagination .swiper-pagination-bullet-active {
  background: #fff;
  border-radius: 0.375rem;
}

/** 게시판 섹션 */
.main-board {
  padding: 3.75rem 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .main-board {
    padding: 2.5rem 0;
  }
}
.main-board__wrap {
  display: flex;
  gap: 2.5rem;
}
@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .main-board__wrap {
    gap: 1.25rem;
    width: 100%;
    padding-inline: 2.5rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .main-board__wrap {
    flex-wrap: wrap;
    padding-inline: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-board__wrap {
    flex-direction: column;
    gap: 2rem;
    padding-inline: 1.25rem;
  }
}
.main-board__notice {
  flex: 0 0 48.75rem;
  background: #fff;
  border-radius: 0 2.5rem 0 0;
  width: 48%;
}
@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .main-board__notice {
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .main-board__notice {
    flex: 1 1 100%;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-board__notice {
    flex: 1 1 100%;
    border-radius: 0;
    width: 100%;
    min-width: 0;
  }
}
.main-board__tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0625rem solid var(--l-2);
  padding-right: 2rem;
  border-radius: 0 2.5rem 0 0;
}
.main-board__tabs {
  display: flex;
}
.main-board__tab {
  padding: 1.5rem 1.25rem;
  font-size: var(--f5);
  font-weight: 400;
  color: var(--g60);
  background: transparent;
  border: none;
  border-bottom: 0.25rem solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: -0.03em;
}
.main-board__tab.active {
  font-weight: 700;
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.main-board__more {
  display: block;
}
.main-board__content {
  padding: 1.5rem 0 2.25rem;
}
.main-board__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.main-board__item {
  border-bottom: 0.0625rem solid var(--l-2);
}
.main-board__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.375rem 0;
}
.main-board__item-title {
  font-size: var(--f5);
  font-weight: 500;
  color: var(--g90);
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .main-board__item-title {
    font-size: var(--f6);
  }
}
.main-board__item-date {
  font-size: 0.875rem;
  color: var(--g90);
}
@media only screen and (max-width: 767px) {
  .main-board__item-date {
    font-size: 0.75rem;
  }
}
.main-board__activity {
  flex: 0 0 23.125rem;
  max-width: 23.125rem;
  overflow: hidden;
}
@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .main-board__activity {
    flex: 0 1 25%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .main-board__activity {
    flex: 1 1 calc(50% - 1.25rem);
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-board__activity {
    flex: 1 1 100%;
    max-width: none;
  }
}
.main-board__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  height: 4.5625rem;
}
.main-board__section-title {
  font-size: var(--f5);
  font-weight: 600;
  color: var(--g90);
}
.main-board__activity-slider {
  display: flex;
  flex-direction: column;
  height: 80%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .main-board__activity-slider {
    height: 15rem;
  }
}
.main-board__activity-slider .activity-swiper {
  flex: 1;
  min-height: 0;
  width: 23.125rem;
  overflow: hidden;
}
.main-board__activity-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-board__activity-img {
  width: 100%;
  height: 100%;
}
.main-board__activity-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-board__calendar {
  flex: 0 0 23.125rem;
  background: #fff9f1;
}
@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .main-board__calendar {
    flex: 1 1 25%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .main-board__calendar {
    flex: 1 1 calc(50% - 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .main-board__calendar {
    flex: 1 1 100%;
  }
}

.activity-pagination {
  position: relative !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  padding-top: 0.625rem;
  width: 100% !important;
}
.activity-pagination .swiper-pagination-bullet {
  width: 0.5rem !important;
  height: 0.5rem !important;
  margin: 0 !important;
  background: var(--g40) !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  transition: all 0.3s;
  cursor: pointer;
}
.activity-pagination .swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.icon-plus {
  position: relative;
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
}
.icon-plus::before, .icon-plus::after {
  content: "";
  position: absolute;
  background: var(--g60);
}
.icon-plus::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.icon-plus::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}

.calendar {
  padding: 0 1.25rem;
}
.calendar__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0.125rem 0;
}
.calendar__nav {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.calendar__nav svg {
  display: block;
}
.calendar__month {
  font-size: var(--f5);
  font-weight: 600;
  color: var(--g90);
}
.calendar__week {
  display: flex;
}
.calendar__week--header .calendar__day {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--g90);
}
.calendar__day, .calendar__date {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .calendar__day, .calendar__date {
    height: 2.5rem;
  }
}
.calendar__date {
  color: var(--g90);
  cursor: pointer;
}
.calendar__date--prev, .calendar__date--next {
  color: var(--g50);
}
.calendar__date--active {
  position: relative;
  color: #fff;
  font-weight: 600;
  z-index: 1;
}
.calendar__date--active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .calendar__date--active::before {
    width: 2rem;
    height: 2rem;
  }
}
.calendar__date--today {
  position: relative;
  font-weight: 600;
}
.calendar__date--today::after {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: var(--primary);
  border-radius: 50%;
}