/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.swiper-pagination {
  position: initial;
  margin-top: 0;
}

@media print, screen and (min-width: 40em) {
  .swiper-pagination {
    margin-top: 0.75rem;
  }
}

.swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.1875rem;
  background-color: #e6eaeb;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #c11920;
}

.swiper-button-next, .swiper-button-prev {
  top: 34%;
  width: 1.375rem;
  height: 1.875rem;
  color: #fff;
  background: rgba(34, 34, 34, 0.3);
}

@media print, screen and (min-width: 64em) {
  .swiper-button-next, .swiper-button-prev {
    top: 35%;
    width: 2.75rem;
    height: 3.75rem;
  }
}

.swiper-button-next .be-icon, .swiper-button-prev .be-icon {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 64em) {
  .swiper-button-next .be-icon, .swiper-button-prev .be-icon {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .tabs .swiper {
    margin: 0 auto;
    width: 95%;
  }
}

.tabs .swiper-button-next, .tabs .swiper-button-prev {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .tabs .swiper-button-next, .tabs .swiper-button-prev {
    top: 33%;
    display: flex;
    color: #222;
    background: none;
  }
}

.tab-sec {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .tab-sec {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.banner {
  position: relative;
  padding-bottom: 3.875rem;
}

@media print, screen and (min-width: 64em) {
  .banner {
    padding-bottom: 6.25rem;
  }
}

.banner_bg {
  overflow: hidden;
}

.banner_bg .object-fit {
  height: 10rem;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(20px);
}

@media print, screen and (min-width: 40em) {
  .banner_bg .object-fit {
    height: auto;
  }
}

.banner_bg .object-fit::before {
  padding-top: 24.89583%;
}

.banner_img {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  width: 91%;
  max-width: 21.4375rem;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 40em) {
  .banner_img {
    top: 2.5rem;
    width: 48.95833%;
    max-width: 58.75rem;
  }
}

.banner_img.object-fit::before {
  padding-top: 52.97872%;
}

.page_h1 {
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  .page_h1 {
    margin-bottom: 1.25rem;
  }
}

.page_p {
  margin: 0 auto 1.25rem;
  width: 100%;
  max-width: 58.75rem;
}

.icon-box {
  justify-content: center;
}

.edit-swiper {
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .edit-swiper {
    margin-top: 2.5rem;
  }
}

.edit-swiper .swiper-wrapper {
  -webkit-overflow-scrolling: touch;
}

.edit-swiper .swiper-slide {
  width: 9.375rem;
}

@media print, screen and (min-width: 40em) {
  .edit-swiper .swiper-slide {
    width: 11.5625rem;
  }
}

.edit-swiper_box .object-fit {
  margin-bottom: 0.625rem;
}

.edit-swiper_box .object-fit::before {
  padding-top: 74.59459%;
}

.edit-swiper_p {
  color: #000;
}

.list-sec .container {
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #222;
}

@media print, screen and (min-width: 64em) {
  .list-sec .container {
    margin-top: 2.5rem;
    padding-top: 5rem;
  }
}

.item-list {
  --list-margin: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 64em) {
  .item-list {
    margin-right: calc(var(--list-margin) * -1);
    margin-left: calc(var(--list-margin) * -1);
  }
}

.item-list_li {
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  width: 100%;
  border-bottom: 0.0625rem solid #d9d9d9;
}

@media print, screen and (min-width: 64em) {
  .item-list_li {
    margin-bottom: 2.5rem;
    margin-right: var(--list-margin);
    margin-left: var(--list-margin);
    padding-bottom: 0;
    width: calc(50% - var(--list-margin) * 2);
    border-bottom: 0;
  }
}

.item-card_photo {
  width: 9.25rem;
}

@media print, screen and (min-width: 40em) {
  .item-card_photo {
    width: 49.27536%;
  }
}

.item-card_content {
  justify-content: flex-start;
}

@media print, screen and (max-width: 63.99875em) {
  .item-card_title {
    -webkit-line-clamp: 2;
    margin-bottom: 0.25rem;
  }
}

.item-card_txt {
  margin: 0.25rem 0;
}

@media print, screen and (min-width: 40em) {
  .item-card_txt {
    margin: 0.5rem 0;
  }
}

@media screen and (max-width: 31.25em) {
  .item-card_a {
    overflow: hidden;
    width: 5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.item-card_span {
  white-space: nowrap;
}

@media print, screen and (max-width: 63.99875em) {
  .pagination-nav {
    margin-top: 0.375rem;
  }
}
