.top-title{
    background: url("../../../images/clubMember/hy.png") no-repeat top center;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: white;
    line-height: 170px;
    width: 100%;
    background-size: cover;
}
.info{
    margin: 0 auto;
    width: 70%;
    max-width: 1200px;
}
.info img{
    width: 100%;
}
.first-img{
    margin: 10px 0px 20px 0px;
}
.second-img{
    margin: 20px 0px 30px 0px;
}
.third-img{
    margin: 30px 0px 80px 0px;
}
@media(max-width: 1182px) {
    .member{
        width: 1182px;
    }
}