.xf-widget-section-show-slide {
  position: relative;
  display: block;
  top: 0;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
}

.xf-widget-section-show-slide .show-visual-slide-wrap {
  padding: 0;
  position: relative;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap {
  position: relative;
  /*     display: none;
            opacity: 0; */
  display: block;
  opacity: 1;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow {
  position: absolute;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow .swiper-button-next {
  margin: 0;
  position: relative;
  margin-left: auto;
  background-color: transparent;
  width: 36px;
  height: 36px;
  right: 12px;
  top: -90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow .swiper-button-next:after {
  /*  content:''; */
  width: 100%;
  height: 100%;
  /*   background-image: url('../img/icon-arrow-right.svg'); */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  /*              background-size: 36px 36px; */
}

.xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow .swiper-button-prev {
  top: -90px;
  margin: 0;
  position: relative;
  background-color: transparent;
  width: 36px;
  height: 36px;
  left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow .swiper-button-prev:after {
  /*     content:''; */
  width: 100%;
  height: 100%;
  /*     background-image: url('../img/icon-arrow-left.svg'); */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  /*   background-size: 36px 36px; */
}

.xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination {
  display: none;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination-bullets {
  margin: 0;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px;
  opacity: 0.5;
  background-color: #9c9c9c;
  height: 1px;
  border-radius: 0;
  margin: 0;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 2px;
  background-color: #ff3780;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link {
  position: relative;
  text-decoration: none;
  height: 140px;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .show-slide-img {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .show-slide-img:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  top: 0;
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xe-container {
  height: 100%;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content {
  position: relative;
  padding: 19px 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-date {
  opacity: 0.9;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 0 0 2px;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.36px;
  color: #fff;
  margin: 0 0 12px;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-content {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  /*   display: none; */
  margin: 0;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list .xf-slide-tag-item {
  border-radius: 34px;
  background-color: #ff3780;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 13px;
  line-height: 30px;
  display: inline-block;
  margin-right: 6px;
}

.xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list .xf-slide-tag-more {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  margin-left: 4px;
  display: none;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .xf-widget-section-show-slide {
    position: relative;
    display: block;
    top: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap {
    padding: 0;
    margin: 10px 0 0;
    position: relative;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap {
    display: none;
    opacity: 0;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap:hover .banner-arrow-wrap {
    -webkit-animation: fade-in 1s;
            animation: fade-in 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    display: block;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap:hover .banner-arrow-wrap .banner-arrow {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap:hover .banner-arrow-wrap .banner-arrow .swiper-button-next {
    top: -230px;
    margin: 0;
    position: relative;
    margin-left: auto;
    background-color: transparent;
    width: 60px;
    height: 60px;
    right: -13px;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap:hover .banner-arrow-wrap .banner-arrow .swiper-button-next:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/icon-arrow-right-on.svg");
    background-repeat: no-repeat;
    background-position: center center;
    /*     background-size: 60px 60px; */
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap:hover .banner-arrow-wrap .banner-arrow .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    /*     background-size: 60px 60px; */
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap:hover .banner-arrow-wrap .banner-arrow .swiper-button-prev {
    top: -230px;
    margin: 0;
    position: relative;
    background-color: transparent;
    width: 60px;
    height: 60px;
    left: -13px;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap:hover .banner-arrow-wrap .banner-arrow .swiper-button-prev:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/icon-arrow-left-on.svg");
    background-repeat: no-repeat;
    background-position: center center;
    /*     background-size: 60px 60px; */
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap:hover .banner-arrow-wrap .banner-arrow .swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/icon-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    /*   background-size: 60px 60px; */
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow .swiper-button-next {
    margin: 0;
    position: relative;
    margin-left: auto;
    background-color: transparent;
    width: 60px;
    height: 90px;
    right: -60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    /*              background-size: 60px 60px; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow .swiper-button-prev {
    margin: 0;
    position: relative;
    background-color: transparent;
    width: 60px;
    height: 90px;
    left: -60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .banner-arrow-wrap .banner-arrow .swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/icon-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*   background-size: 60px 60px; */
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination {
    display: block;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination-bullets {
    margin: 0;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    opacity: 0.5;
    background-color: #9c9c9c;
    height: 1px;
    border-radius: 0;
    margin: 0;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    cursor: pointer;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 2px;
    background-color: #ff3780;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link {
    position: relative;
    text-decoration: none;
    height: 390px;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .show-slide-img {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content {
    padding: 50px 70px;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-date {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.38px;
    font-weight: 500;
    margin: 0 0 8px;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -1px;
    color: #fff;
    margin: 0 0 36px;
    width: 60%;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-content {
    display: block;
    font-size: 18px;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list {
    margin-top: 40px;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list .xf-slide-tag-item {
    border-radius: 34px;
    font-size: 18px;
    padding: 7px 18px;
  }
  .xf-widget-section-show-slide .show-visual-slide-wrap .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list .xf-slide-tag-more {
    display: inline-block;
  }
  .banner-pagination-wrap {
    height: 0;
  }
  .banner-pagination-wrap .swiper-pagination {
    display: block;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -0.31px;
    color: #fff;
    position: relative;
    text-align: left;
    bottom: 80px;
    padding: 0 70px;
  }
  .banner-pagination-wrap .swiper-pagination .swiper-pagination-current {
    position: relative;
    margin-left: 22px;
  }
  .banner-pagination-wrap .swiper-pagination .swiper-pagination-current::before {
    content: "\e93c";
    font-family: 'xeicon';
    font-size: 18px;
    position: absolute;
    left: -20px;
  }
  .banner-pagination-wrap .swiper-pagination .swiper-pagination-total {
    position: relative;
  }
  .banner-pagination-wrap .swiper-pagination .swiper-pagination-total::after {
    content: "\e93f";
    font-family: 'xeicon';
    font-size: 18px;
    position: absolute;
    right: -20px;
  }
}

/*# sourceMappingURL=banner.css.map */
