.dp_sub_header{
  height: 240px;
  background:#FAFAFA;
}
.dp_team_title_wrap{
  padding-top: 85px;
}
.dp_team_img{
  width:85px;
  height: 85px;
  margin-right: 15px;
  border-radius:3px;
  vertical-align: top;
}
.dp_team_user_gen_text {
  font-size: 12px;
  margin-bottom: 4px;
  color: #ccc;
}
.dp_team_hr{
  border-top: 1px solid #eaeaea;
  margin-bottom:15px;
}
.dp_team_text_box{
  display: inline-block;
  vertical-align:bottom;
}
.dp_team_h4{
  font-size: 24px;
  font-weight: 700;
  color: #424242;
  margin-top: 5px;
}
.dp_team_span{
  font-size:14px;
  font-weight: 400;
  color: #9e9e9e;
  margin-bottom:5px;
}
.dp_team_button{
  font-size:14px;
  font-weight: 500;
  color: #00ccc2;
}
.dp_team_button:hover{
  color: #00AD93;
}
.dp_team_icon{
  vertical-align: text-top;
}
.dp_container_main{
  margin-top:50px;
  margin-bottom: 100px;
}
.dp_team_margin_top70{
  margin-top: 70px;
}
/* 적용 시, 태그들이 옆으로 나열하기위해 추가하였다. */
.compo_tag_wrap{
  display: inline-block;
  margin-bottom: 20px;
  margin-right:5px;
}
.dp_team_margin_top10{
  margin-top: 10px;
}
.dp_university_add_btn{
  padding: 15px;
  text-align: center;
  margin-top: 0px;
  background-image: linear-gradient(to bottom,#ffffff, #edf1f2);
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}
.dp_modal_h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.dp_facebook_link {
  padding: 20px 40px;
  background: #4060A0;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.dp_link_email {
  color: #aaa;
}
@media(max-width:768px){
  .dp_team_img{
    width: 40px;
    height: 40px;
  }
  .dp_team_h4{
    font-size: 18px;
  }
  .dp_team_span{
    display: none;
  }
  .dp_team_user_gen_text {
    display: none;
  }
  .dp_team_button{
    display: none;
  }
  .dp_sub_header{
    height: 115px;
  }
  .dp_team_title_wrap{
    padding-top: 60px;
  }
  .dp_team_mtop50_m768{
    margin-top: 50px;
  }
}
