/* 개인정보 처리방침 */
section {
  margin: 24px 0;
  padding: 4rem 0;
}
section .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
section h3 {
  margin: 0 0 24px;
  line-height: 1.2em;
  font-weight: 600;
  font-size: 24px;
}
section h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 20px;
}
section h5,
section p,
section ol,
section ul {
  line-height: 1.5em;
  font-size: 16px;
}
section ol,
section ul {
  margin-left: 8px;
}
li ol,
li ul,
li p {
  margin-left: 16px;
}

table.tb1 {
  border-collapse: collapse;
}
table.tb1 th {
  background-color: var(--BG-UI);
}
table.tb1 th,
table.tb1 td {
  padding: 16px;
  border: 1px solid var(--gray-brighter);
  text-align: center;
  line-height: 1.2em;
  font-size: 14px;
}

.tb1 {
  margin: 20px 0;
}
.prev_privacy a {
  color: var(--gray);
  font-size: 14px;
}
.gray p {
  color: var(--gray);
}

a.download {
  color: var(--black);
}
a.download:hover {
  text-decoration: underline;
}

em {
  font-weight: 600;
}

.prev_privacy {
  padding-top: 0;
}
.prev_privacy a {
  line-height: 1.5;
  text-decoration: underline;
  color: var(--gray);
}
