/*교수소개*/
.professor {width: 100%;overflow: hidden;}
.professor .pro_wrap {width:48.5%;float: left;border: 1px solid #ddd;padding:4rem;margin:0 1rem 1rem 0rem;height: 280px;}
.professor .pro_wrap:hover {border: 1px solid #03A9F4;}
.professor .pro_wrap img{width:100%}
.professor .pro_wrap .name {
    border-radius: 9px;
    overflow: hidden;
    display: inline-block;
    margin-right: 25px;
    float: left;
    }
.professor .pro_wrap .introduce {float: left;width: calc(100% - 15rem);padding: 0 0 0 2rem;}
.professor .pro_wrap .introduce h3 {color: #222;font-size: 3.4rem;font-weight: 500;padding-bottom: 2rem;}
.professor .pro_wrap .introduce h3 span {font-size: 1.6rem;padding-left: 0.7rem;color: #666;}
.professor .pro_wrap .introduce .cont li {font-size: 1.6rem;line-height: 3rem;}
.professor .pro_wrap .introduce .cont li strong {font-weight: 700;color: #555;}
.professor .pro_wrap .introduce .cont li strong a{font-weight:400;color:#666}
.professor_more{display: inline-block; padding: 12px 17px; background: #7a7a7a; border-radius: 4px; color: #fff; margin-top: 20px;float: right}
.professor_more:hover{text-decoration:none;background:#666}

@media screen and (max-width:1400px){
.professor .pro_wrap .introduce { padding: 0 0 0 1rem;}
.professor .pro_wrap .introduce .cont li {line-height: 24px}  
}

@media screen and (max-width:960px){
    .professor .pro_wrap{width:100%;height:auto;padding:2rem}
}

/****** Mobile ******/
@media screen and (max-width:690px){
	.professor .pro_wrap{width:100%;height:auto;padding:2rem;display: flex;align-content: center;align-items: center;flex-direction: column;}
    .professor_more{float:none;margin:0 auto}
       .professor .pro_wrap .name {
        float: none;
        margin: 0 auto;
    }
      .professor .pro_wrap .introduce {
        float: none;
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .professor .pro_wrap .introduce h3{margin:15px 0 0px 0;width:100%;font-size:3.4rem;padding-bottom:0}
    .professor .pro_wrap .introduce h3 span{display:block;padding-top:10px}
    .professor_view .pro_wrap .introduce{float:none;text-align:center;padding:0;width:100%}
    .professor_view .pro_wrap .introduce h3{margin:15px 0 0px 0;}
    .professor_view .pro_wrap .introduce h3 span{display:block;padding-top:10px}
	}