@charset "utf-8";
/* CSS Document */
/*有加字尾_dm表自己客製的*/
/* 讓頁籤文字變垂直 (選用) */

.MemberList_outer_dm .nav-link:hover {
    color: #17458f ;
}
.MemberList_text_dm{
	text-align: center;
	padding:10px 5px; 
}
.MemberList_img{
    padding-bottom: 100%;	
}
/*名片另外調整*/
#personModal .BusinessCard{
    margin:15px auto;   
}
@media screen and (min-width: 992px) {
    /*電腦版*/
.MemberList_outer_dm .col-md-3 {
    margin: 20px 3.5%;
    width: 18%;
    padding: 0;
}
}

@media screen and (max-width: 991px) {
    /*手機版*/
.MemberList_outer_dm .col-sm-6 {
    margin: 10px 2%;
    width: 46%;
    padding: 0;
}
}