body{
   
    background-size: cover;
}
.content_wrap{
    width: calc(100%-216px);
    height: 100vh;
    right: 60px; bottom:80px;
    padding:50px;
    
}

.all{
    
    position:absolute;
    top:0; left: 0;
    width:100%; height:58vh;
    overflow: hidden;
    background-color:#D07979
    
}

.all_photo{
    position: absolute;
    width:55%; height:100%;
    left: 20%; top:79px;
    background:url("../image/team/all.png") no-repeat;
    background-size:cover;
    background-position:top;
    z-index: 20;
    border:none;
    display: inline-block;
    content: "";
}

.frame{
    position: absolute;
    width:35%; height:60vh;
    top:93px; right: 60px;
    /* background:url("../image/image_content_box.svg") no-repeat; */
    background-size:cover;
    background-position:top;
    z-index: 10;
    display: inline-block;
    content: "";
}

.photo_title {
    position: relative;
    top:53vh; left: 82%;
    font-size:2.4em;
    font-weight: 500;
    text-shadow: 2px 2px 2px #858585;
    z-index: 30;
}

.individual{
    position:absolute;
    bottom:0; left: 0;
    width:100%; height:42vh;
}

.team_list{
    position:absolute;
    width: 74%;
    top:0px; left: 13%;
    height: 100%;
    font-family: 'Quantico', sans-serif; font-weight: 400;
    line-height: 140%;
}

.member{
    float: left;
    width: 20%;
   
    height: 100%;
    margin:0 2.5%;
}

.member_photo{
    width: 100%;
    height: 56%;
    object-fit: contain;
}

.member_name {
    font-size: 1.2em;
    font-weight: 400;
    padding: 3%;
}

.member_spec{
    margin-left: 30px;
}

.member_spec li{
    list-style: circle;
    font-size: 1em;
    line-height: 140%;
    margin-left: 30px;
    word-break: keep-all;
}
  
