.professor-wrap{display: flex;justify-content: space-between;}
.professor-wrap .left-box{width:50%;}
.professor-wrap .right-box{display: flex;flex-direction: column;width: calc(50% - 20px);justify-content: end;}
.professor-wrap .right-box .name{color:#0065b3;padding:0 0 15px;}
.professor-wrap .right-box a:first-of-type{color:#0065b3}

.con-box:nth-of-type(2) h5{padding: 0 0 10px;font-weight: 500;font-size: 16px;color: #000;line-height: 20px;}

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


@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%;}
	.con-box:nth-of-type(4)>ul{justify-content:space-around;}
	.con-box:nth-of-type(4)>ul>li{width:34%;text-align:center;padding:0 0 20px;}
	
}
@media screen and (max-width:480px) {
	
	.con-box:nth-of-type(4)>ul{justify-content:center;}
	.con-box:nth-of-type(4)>ul>li{width:80%;text-align:center;padding:0 0 20px;margin}
	
}