.swiper-button-prev,
.swiper-button-next {
  left: inherit;
  right: inherit;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05),
    -0.5rem -0.5rem 0.75rem #fff;
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border: solid #6b696d;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    transform: scale(1.2);
  }
}

.swiper-button-prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}

#activity {
  color: #6b696d;
}
#activity .contents-heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #activity .contents__inner {
    padding: 0 16px;
  }
}
#activity .contents-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 16px;
}
#activity .contents-wrap .contents-item.col-3,
#activity .contents-wrap .contents-item.col-2 {
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05),
    -0.5rem -0.5rem 0.75rem #fff;
  border-radius: 5px;
  margin-bottom: 8px;
}
#activity .contents-wrap .contents-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#activity .contents-wrap .contents-item.col-1 {
  width: 100%;
  margin-bottom: 8px;
}
#activity .contents-wrap .contents-item.col-1 .lead-text {
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #activity .contents-wrap .contents-item.col-2 {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 768px) {
  #activity .contents-wrap .contents-item.col-3 {
    width: calc(33.333% - 11px);
  }
}
#activity .contents-wrap .contents-item .contents-item__detail {
  width: 100%;
  padding: 8px 16px 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #activity .contents-wrap .contents-item .contents-item__detail {
    padding-bottom: 20px;
  }
}
#activity .contents-wrap .contents-item .contents-item__detail h2 {
  font-size: 19px;
  text-align: center;
}
#activity .contents-wrap .contents-item .contents-item__detail .price-free,
#activity .contents-wrap .contents-item .contents-item__detail .price-paid {
  margin: 0px 2px 2px auto;
  padding: 2px 0;
  font-size: 14px;
  border-radius: 6px;
  width: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#activity .contents-wrap .contents-item .contents-item__detail .price-paid {
  padding: 2px 0px 2px 4px;
  width: 120px;
  background-color: #cc005b;
}
#activity .contents-wrap .contents-item .contents-item__detail .price-free {
  background-color: #00afcc;
}
#activity .contents-wrap .contents-item .contents-item__detail .notice {
  color: #ba2323;
  font-size: 14px;
}
#activity .contents-wrap .contents-item .contents-item__img {
  width: 100%;
  text-align: center;
}
#activity .contents-wrap .contents-item .contents-item__img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#activity .swiper-outer {
  width: 100%;
  position: relative;
}
#activity .swiper {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
#activity .swiper-button-prev,
#activity .swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
  margin: auto;
  top: 0;
  bottom: 0;
}
#activity .swiper-button-prev::before,
#activity .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1),
    -0.5rem -0.5rem 0.75rem rgba(255, 255, 255, 0.2);
}
#activity .swiper-button-prev::after,
#activity .swiper-button-next::after {
  border-color: #fff;
  border-width: 3px 3px 0 0;
}
#activity .swiper-button-next {
  right: -10px;
  left: auto;
}
#activity .swiper-button-prev {
  left: -10px;
  right: auto;
}
#activity .swiper-pagination {
  width: auto;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
#activity .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 40px;
}
#activity
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #51b6d4;
}
#activity .swiper-slide .slide-content p {
  position: absolute;
  bottom: -3%;
  right: -3%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  font-size: 18px;
}
