.agreement-group {
  margin: 50px 0;
  .group-title {
    padding-bottom: 15px; font-size: 1.5rem; font-weight: 600;
  }
  .agreement {
    margin-bottom: 20px; position: relative; border-top: 1px solid #aaa;
    .textbox {
      background: #f2f2f2; padding: 20px; font-size: 1.3rem; color: #444; position: relative; max-height: 200px; border-radius: 3px; overflow-y: auto; line-height: 1.6;
    }
    .check {
      margin-top: 10px;
      label .point {
        color: #db5f5f; display: inline-block; margin-left: 3px; font-size: 1.2rem;
      }
    }
  }
}