body {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 880px) 1fr;
  background: #f5f5f5;
}

.agreement_container {
  grid-row: 1;
  grid-column: 2;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
  color: #666666;
  font-size: 13px;
  line-height: 140%;
  padding: 0 8px;
  margin-bottom: 72px;
}

.agreement_wrapper {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
}

.agreement_prev_section {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  justify-content: center;
  align-content: center;
  height: 50px;
}

.agreement_prev_section img {
  width: 20px;
  height: 20px;
}

.agreement_title_section {
  grid-row: 1;
  grid-column: 2;
  display: grid;
  justify-content: center;
  align-content: center;
  height: 50px;
  color: #6192C2;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
}

.agreement_preface_wrapper {
  grid-row: 2;
  grid-column: 1;
  padding: 0 8px;
  margin-bottom: 16px;
}

.agreement_main_wrapper {
  grid-row: 3;
  grid-column: 1;
  display: grid;
  grid-template-rows: repeat(18, auto);
  grid-template-columns: 100%;
  background: #ffffff;
  padding: 0 8px;
  box-shadow: 0 1px 2px #b2b2b2;
}

.agreement_row_section {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  padding: 8px 0;
}

.agreement_subject_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.agreement_level_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  color: #3f3f3f;
}
