.check-agree-box {
    border: 1px solid #D7D7D7;
    border-width: 1px 0;
    padding: 15px 5px;
    clear: both;
    margin: 2px 0 10px;
    font-size: 14px;
}
.check-agree label {
    display: inline-block;
    margin: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #9D1F34;
}
.check-agree a:hover {
    text-decoration: underline;
}
.member-bth{
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .check-agree-box {
        padding: 15px;
    }
}