body, * {
  margin: 0;
  font-family: "SpoqaHanSansNeo", sans-serif;
}

.term {
  margin: 0 16px 40px;
  font-size: 12px;
  letter-spacing: -0.3px;
  line-height: 18px;
  color: #292a2b;
}

.term .title {
  margin: 32px 0;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
}

.term .subTitle {
  margin-top: 32px;
  font-size: 14px;
  letter-spacing: -0.35px;
  line-height: 21px;
  font-weight: 700;
}

.term .desc {
  padding-bottom: 8px;
  color: #555657;
}

.term .article {
  margin-top: 16px;
}

.term .article dt {
  font-weight: 700;
}

.term .article dd {
  margin-top: 8px;
  color: #555657;
}

.term .article dd.list {
  position: relative;
  padding-left: 24px;
  color: #999;
}

.term .article dd.list + dd.list {
  margin-top: 4px;
}

.term .article dd.list .index {
  position: absolute;
  top: 0;
  left: 5px;
  color: #999;
}

.term .article dd.number {
  position: relative;
  padding-left: 14px;
  color: #555657;
  font-weight: 500;
}

.term .article dd.number .index {
  position: absolute;
  top: 0;
  left: 0;
}

.term .article dd.sub-list {
  padding-left: 14px;
  color: #999;
}

.term .article dd.bold-text {
  font-weight: 500;
}

.term .add-text {
  margin-top: 8px;
  color: #999;
}