.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{
    width: 60%;
    max-width: 1200px;
    margin: 66px auto;
    font-size: 16px;
    line-height: 35px;
}
.title{
    text-align: center;
    color: #0c0c0c;
    font-size: 28px;
    margin-bottom: 74px;
}
@media(max-width: 1182px) {
    .member{
        width: 1182px;
    }
}