.faculty-news-event__introduction-section[data-v-49de23e3] {
  background-color: #f3f4f7;
  background-size: 100% 20%;
  box-shadow: 10px 10px 40px #00000040;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .faculty-news-event__introduction-section[data-v-49de23e3] {
    height: 32rem;
  }
}
@media screen and (min-width: 1400px) {
  .faculty-news-event__introduction-section[data-v-49de23e3] {
    height: 38.8rem;
  }
}
.faculty-news-event__introduction-section
  .main-content
  .page-title[data-v-49de23e3] {
  margin-bottom: 1rem;
  padding-bottom: 0.8571428571rem;
  position: relative;
}
.faculty-news-event__introduction-section
  .main-content
  .page-title[data-v-49de23e3]:after {
  border-bottom: 2px dashed var(--theme-primary-color);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 65%;
}
.faculty-news-event__introduction-section .thumbnail[data-v-49de23e3] {
  aspect-ratio: 375/348;
  width: 100%;
}
.faculty-news-event__introduction-section .thumbnail-mobile[data-v-49de23e3] {
  display: block;
}
@media screen and (min-width: 992px) {
  .faculty-news-event__introduction-section .thumbnail-mobile[data-v-49de23e3] {
    display: none;
  }
}
.faculty-news-event__introduction-section .thumbnail-desktop[data-v-49de23e3] {
  display: none;
}
@media screen and (min-width: 992px) {
  .faculty-news-event__introduction-section
    .thumbnail-desktop[data-v-49de23e3] {
    display: block;
  }
  .faculty-news-event__introduction-section .thumbnail[data-v-49de23e3] {
    aspect-ratio: 642/595;
    height: 119.5%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .faculty-news-event__introduction-section .thumbnail[data-v-49de23e3] {
    width: 58%;
  }
}
.faculty-news-event__introduction-section .thumbnail img[data-v-49de23e3] {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83.7%, 50% 100%, 0 83.7%);
  clip-path: polygon(0 0, 100% 0, 100% 83.7%, 50% 100%, 0 83.7%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.faculty-news-event__introduction-section
  .article-item
  .headline[data-v-49de23e3] {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 600;
  margin-bottom: 0.8571428571rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.faculty-news-event__introduction-section
  .article-item
  .description[data-v-49de23e3] {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.faculty-news-event__introduction-section
  .article-item
  .read-more-btn[data-v-49de23e3] {
  background-color: transparent;
  min-height: auto;
  padding: 0;
  text-transform: uppercase;
}
.faculty-news-event__introduction-section
  .navigation-btn-wrapper[data-v-49de23e3] {
  display: flex;
  gap: 0.8571rem;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .faculty-news-event__introduction-section
    .navigation-btn-wrapper[data-v-49de23e3] {
    gap: 2rem;
    justify-content: start;
  }
}
.faculty-news-event__introduction-section
  .navigation-btn-wrapper
  .faculty-news-event-navigation-btn[data-v-49de23e3] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 2.5rem;
}
.faculty-news-event__introduction-section
  .navigation-btn-wrapper
  .faculty-news-event-navigation-btn
  svg[data-v-49de23e3] {
  width: 1rem;
}
@media screen and (min-width: 992px) {
  .faculty-news-event__introduction-section
    .navigation-btn-wrapper
    .faculty-news-event-navigation-btn[data-v-49de23e3] {
    height: 3.5rem;
    width: 3.5rem;
  }
  .faculty-news-event__introduction-section
    .navigation-btn-wrapper
    .faculty-news-event-navigation-btn
    svg[data-v-49de23e3] {
    width: 1.5rem;
  }
}
.faculty-news-event__introduction-section
  .navigation-btn-wrapper
  .faculty-news-event-navigation-btn.next[data-v-49de23e3],
.faculty-news-event__introduction-section
  .navigation-btn-wrapper
  .faculty-news-event-navigation-btn.prev[data-v-49de23e3] {
  background: var(--theme-primary-color);
  color: #fff;
}
.faculty-news-event__introduction-section
  .navigation-btn-wrapper
  .faculty-news-event-navigation-btn.next.swiper-button-disabled[data-v-49de23e3],
.faculty-news-event__introduction-section
  .navigation-btn-wrapper
  .faculty-news-event-navigation-btn.prev.swiper-button-disabled[data-v-49de23e3] {
  background: #d9d9d9;
}
.faculty-news-event__introduction-section
  .navigation-btn-wrapper
  .faculty-news-event-navigation-btn.prev
  svg[data-v-49de23e3] {
  rotate: 180deg;
}
