@charset "UTF-8";

/* 리뷰 */
/* .review_cont .review_slide .review_item_1 {
    background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/main/v2/review_thumb_01.png');
} */


/* 교수 */
.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_vocational_counselor2/images/main/v2/teacher_1.png') no-repeat top 4px right 0px;
   background-size: 290px auto;
}

.professor_cont .teacher_slide .teacher-2 .list_inner::after {
    background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/main/v2/teacher_2.png') no-repeat top 5px right 13px;
    background-size: 258px auto;
}
