.term-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #e9e9e9;
}

.term-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1.625rem;
}

.term-section.title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.main-title {
  font-size: 1rem;
  font-weight: bold;
}

.content-box {
  background: #f4f4f4;
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.sub-title {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e0e0e0;
}

.sub-text {
  font-size: 0.8125rem;
  color: #5f5f5f;
  margin-bottom: 1rem;
}

.list-box {
  margin-top: 0.75rem;
}

.list {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.list.indent {
  padding-left: 0.75rem;
  text-indent: -0.75rem;
}

.list li {
  position: relative;
  padding-left: 0.75rem;
  color: #5f5f5f;
  font-weight: 400;
}

.list li:before {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 4px;
  height: 1px;
  background: #5F5F5F;
  content: '';
  display: inline-block;
}

.list.indent li {
  text-indent: 0;
}

.list li.no-style {
  padding-left: 0;
}

.list li.no-style:before {
  display: none;
}

.list:last-child,
.list li:last-child {
  margin-bottom: 0 !important;
}

.list.space-lg li {
  margin-bottom: 1.5rem;
}

.list.space-md li {
  margin-bottom: 1rem;
}

.list.space-sm li {
  margin-top: 0.75rem;
}

.list.space-xs li {
  margin-top: 0.25rem;
}
