@font-face {
  src: url("../font/NanumSquareR.ttf");
  font-family: "NanumSquare";
}

body {
  font-family: "NanumSquare", sans-serif;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.terms {
  background-color: transparent;
  padding: 0;
}
.terms .terms__bold {
  font-weight: 700;
}
.terms .number-list li {
  position: static;
  padding-left: 0;
}
.terms .number-list li .bullet {
  position: static;
}
.terms__inner-list {
  line-height: 1.58;
  padding: 0 10px;
  letter-spacing: -1px;
}
.terms__title {
  margin: 20px 0 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.35px;
  color: #000;
}
.terms__text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.35px;
  color: #000;
}
.terms__text + .terms__text {
  margin-top: 20px;
}
.terms__sub-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
.terms__sub-text + .terms__sub-text {
  margin-top: 16px;
}
.terms__table-text {
  font-size: 12px;
  line-height: 1.54;
  letter-spacing: -0.33px;
  color: #000;
}
.terms__table-text + .terms__table-text {
  margin-top: 5px;
}
.terms__table-text.title + .contents {
  margin-bottom: 0;
}
.terms__biz-text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.35px;
  color: #000;
}
.terms__section-title {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
}
.terms__section-title + .terms__title {
  margin-top: 25px;
}
.terms__section-title:first-child {
  margin-top: 0;
}
.terms-point {
  font-style: normal;
  color: #1b73e8;
}
.terms__table-name {
  margin-bottom: 14px;
  font-size: 14px;
  display: block;
  font-weight: 700;
}
.terms em {
  color: #1b73e8;
}
.terms table {
  position: relative;
  border-collapse: collapse;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 16px;
}
.terms table caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.terms table td,
.terms table th {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.terms table td,
.terms table th {
  border-right: 1px solid #dedede;
  word-break: break-all;
}
.terms table tr th:last-child,
.terms table tr td:last-child {
  border-right: 0;
}
.terms table th {
  padding: 10px 5px;
  line-height: 1.4;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.33px;
  background: #f0f0f0;
  vertical-align: middle;
}
.terms table td {
  padding: 12px 8px 8px;
  vertical-align: middle;
}

.lpoint-terms {
  background-color: transparent;
}
.lpoint-terms__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.lpoint-terms__sub-title {
  margin: 18px 0 1px;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.35px;
  color: #000;
}
.lpoint-terms__text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.35px;
  color: #000;
}
.lpoint-terms ol {
  margin-bottom: 28px;
}
