/* line 1, ../sass/screen.scss */
.post-carousel {
  overflow: hidden;
  position: relative;
}
/* line 4, ../sass/screen.scss */
.post-carousel .swiper-slide {
  position: relative;
  padding-top: 77%;
  border-radius: 8px;
  overflow: hidden;
}
/* line 9, ../sass/screen.scss */
.post-carousel .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 70, 56, 0.6) 0%, rgba(0, 70, 56, 0) 100%), linear-gradient(180deg, rgba(0, 70, 56, 0.8) 0%, rgba(0, 70, 56, 0) 100%);
  z-index: 0;
}
/* line 20, ../sass/screen.scss */
.post-carousel .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  padding: 16px;
  z-index: 1;
}
/* line 31, ../sass/screen.scss */
.post-carousel .top p {
  margin: 0;
}
/* line 35, ../sass/screen.scss */
.post-carousel .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 80px;
  padding: 16px;
  z-index: 1;
}
/* line 42, ../sass/screen.scss */
.post-carousel .bottom p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
/* line 49, ../sass/screen.scss */
.post-carousel .swipernav {
  position: absolute;
  bottom: 16px;
  right: 16px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: auto;
  display: flex;
  align-items: center;
}
/* line 61, ../sass/screen.scss */
.post-carousel .swiper-pagination {
  position: relative;
  margin: 0 8px;
  top: 0;
}
/* line 66, ../sass/screen.scss */
.post-carousel .swiper-button-prev,
.post-carousel .swiper-button-next {
  position: relative;
  width: 15px;
  height: 14px;
  background: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
}
/* line 78, ../sass/screen.scss */
.post-carousel .swiper-button-prev:after,
.post-carousel .swiper-button-next:after {
  display: none;
}
/* line 82, ../sass/screen.scss */
.post-carousel .swiper-button-prev {
  transform: rotate(180deg);
}
