@charset "UTF-8";
/* 교수 */
.teacher_player_content{
    position:relative;
    display:flex;
    width:100%;
    height:600px;
    margin-top: -66px;
    background:url('/_skin/tpl_skin/basic_danger_renewal/images/teacher/teacher.png')right -10px bottom no-repeat , url('/_skin/tpl_skin/common_images/main/teacher_player.png') bottom no-repeat;
    line-height:1.2;
    letter-spacing: -1.2px;
}
.teacher_player_content .player_bg{
    position: relative;
    display: flex;
    flex-direction: column;
    width:100%;
    height:100%;
    align-items: start;
    padding: 180px 0 0 50px;
}
.teacher_player_content .player_bg .video_box{
    display:block;
    position: absolute;
    width: 100%;
    height: 486px;
    bottom: 0;
    left: 0px;
    z-index: 1;
}
.teacher_player_content .player_bg .start_video{
    width:100%;
    height:100%;
    cursor: pointer;
}
.teacher_player_content p{
    font-size:24px;
    font-family:'noto2';
}
.teacher_player_content h1{
    margin:22px 0 0 0;
    font-size:42px;
    font-family:"noto7";
}
.teacher_review_contain{
    width:100%;
    height:247px;
    margin: 20px 0 50px;
    padding:0 48px;
    overflow:hidden;
}
.teacher_review_contain .swiper-slide{
    height:124px;
}
.teacher_review_contain .swiper-slide-active{
    border-bottom:1px solid #b1b1b1
}
.teacher_review_contain .teacher_review_item{
    display:flex;
    justify-content:start;
    align-items: center;
    gap:30px;
    padding:22px 0 ;    
}

.teacher_review_item .review_txt b{
    color:#6f6f6f;
    font-size:17px;
    font-family:'spoqa4';
    line-height:1.2;
}
.teacher_review_item .review_txt p{
    margin:12px 0 0 0;
    color:#6f6f6f;
    font-size:18px;
    letter-spacing: -1px;
    font-family:'spoqa3';
    line-height:1.2;
}