.professor-wrap{    overflow: hidden;}
.professor-wrap .left-box{width: 20%;float: left;}
.professor-wrap .left-box .img-box img{width: 100%;border: 1px solid #cdcdcd;padding: 7px;border-radius: 7px;box-sizing: border-box;}
.professor-wrap .right-box{float: left;width: 70%;box-sizing: border-box;background: url(/_res/ajou/type04/img/content/sub-txtbox-bg01.png) no-repeat 100% 0;padding: 57px 0 0 40px;}
.professor-wrap .right-box>p{padding:0 0 10px;font-size:18px;}


.resercher-box{display:flex;flex-wrap:wrap;justify-content:left;}
.resercher-box>li{width:33.33%;text-align:center;padding:0 0 20px;word-break:keep-all;}
.resercher-box>li .img-box{padding:0 0 20px;}
.resercher-box>li .info-box p:nth-of-type(1){font-weight:500;padding:0 0 10px;}
.resercher-box>li .info-box p:nth-of-type(2){color: #666;font-size: 14px;}



.bg-wrap .bg-inner .right-box{width:75%;padding:10px 0;word-break:keep-all;}

@media screen and (max-width:768px) {
	
	.professor-wrap{display: block;}
	.professor-wrap .left-box{width:100%;padding:0 0 20px;}
	.professor-wrap .right-box{width:100%;padding:0;background:none;}
	.professor-wrap .right-box>p{padding:0 0 5px;font-size:15px;}
	.resercher-box{justify-content:space-around;}
	.resercher-box>li{width:34%;text-align:center;padding:0 0 20px;}
	
}
@media screen and (max-width:480px) {
	
	.resercher-box{justify-content:center;}
	.resercher-box>li{width:80%;text-align:center;padding:0 0 20px;margin}
	
}