@charset "UTF-8";
/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/
.section-faculty i {
  font-size: 1.4rem;
}
.section-faculty i:before {
  transition: all 0.5s ease-in-out;
}
.section-faculty .thumbnail-img img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}
.section-faculty .faculty-item {
  position: relative;
}
.section-faculty .faculty-item:nth-child(even) {
  background-color: #F6FAFB;
}
.section-faculty .faculty-item:nth-child(odd) {
  background-color: #E9F4F4;
}
.section-faculty .faculty-item.show i::before {
  content: "";
}
@media (max-width: 767.98px) {
  .section-faculty .faculty-item.show i {
    bottom: 3.6rem;
  }
}
.section-faculty .faculty-item i {
  display: none;
}
.section-faculty .faculty-item.faculty-item-click .faculty-header {
  cursor: pointer;
}
.section-faculty .faculty-item.faculty-item-click i {
  display: block;
}
.section-faculty .faculty-content {
  display: none;
}
@media (max-width: 767.98px) {
  .section-faculty .faculty-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.2rem;
  }
}
