@charset "UTF-8";
/* 교수 */
.professor_cont .teacher_slide{
    height:374px;
}
.professor_cont .teacher_slide .swiper-slide{
    justify-content: start;
    gap:15px;
}
.professor_cont .teacher_slide .swiper-slide li{
    width:calc(100% / 2 - 10px);
}
.professor_cont .teacher_slide .teacher-1 .list_inner::after {
    background: url('/_skin/tpl_skin/basic_electricity5/images/main/v2/teacher_1.png') no-repeat 275px 25px;
    background-size: 263px auto;
}

.professor_cont .teacher_slide .teacher-2 .list_inner::after {
    background: url('/_skin/tpl_skin/basic_electricity5/images/main/v2/teacher_2.png') no-repeat 249px 100%;
    background-size: 263px auto;
}