.agree {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.agree .agree-content {
    width: 80%;
    max-width: 680px;
}

.agree .agree-content .agree-column {
    margin-bottom: 65px;
}

.agree .agree-content .agree-column .title {
    color: #707070;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
}

.agree .agree-content .agree-column .content {
    padding: 18px 40px;
    height: 280px;
    background-color: #f2f2f2;
    margin-bottom: 8px;
    overflow: auto;
    line-height: 1.5rem;
}

.agree .agree-content .agree-column .content b {
    font-weight: 700;
}

.agree .agree-content .agree-column .content blockquote {
    padding: 10px 20px;
}

.agree .agree-content .agree-column .content table {
    border: 1px solid gray;
    border-spacing: 0;
    border-collapse: collapse;
}

.agree .agree-content .agree-column .content table tr {
    text-align: center;
}
.agree .agree-content .agree-column .content table td {
    padding: 5px 15px;
    border: 1px solid gray;
}

.agree .agree-content .agree-column .check-wrapper {
    text-align: end;
}

.agree .agree-content .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agree .agree-content .button-wrapper .button-disagree,
.agree .agree-content .button-wrapper .button-agree {
    color: white;
    border: 0;
    border-radius: 2px;
    width: 120px;
    height: 40px;
}

.agree .agree-content .button-wrapper .button-disagree {
    background-color: #a5a5a5;
    margin-right: 80px;
    text-align: center;
    line-height: 40px;
}

@media screen and (max-width: 768px) {
    .agree .agree-content {
        width: 100%;
    }
}
