@charset "utf-8";
/*강사안내*/
.teacher{overflow:hidden;}
.teacher h5{text-align:center;margin:0 0 30px 0;}
.teacher h5:before{content:"";display:block;width:200px;height:200px;background:url("/images/09_baeum/sub01/teacher.png")no-repeat center top;background-size:cover;margin:0 auto;margin-bottom:20px;}

@media all and (min-width:768px) {
.teacher h5{float:left;width:35%;overflow:hidden;}
.teacher ul{overflow:hidden;}
}

@media all and (min-width:1023px) {
.teacher h5{margin:0 20px 0 0;}
.teacher h5:before{width:300px;height:300px;}
.teacher ul{padding-top:20px;}
}       