.member_campas{
display:flex;
margin:20px 20px;
}

.member_photo_left{
max-width:300px;
max-height:300px;
margin:0 100px;
}
.member_photo_right{
max-width:300px;
max-height:300px;
margin:50px 0;
}

.member_left{
width:300px;
height:300px;
background-image:url("../../member/image/back1.gif");
background-repeat:no-repeat;
animation:fade_in 3s;
}

.member_right{
padding:20px;
opacity:0;
animation:fade_in 3s 2s;
animation-fill-mode: forwards;
}
