.list-test1 {
    list-style-type: none;
    padding: 0em;
    border: 2px solid #49bda0c;
    counter-reset: li;
}

.list-test1 li {
    display: block;
    align-items: center;
    padding: .3em;
}

.list-test1 li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    color: #49bda0;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.toc-test002 {
    margin-bottom: 30px;
    border: 2px solid #49bda0;
    border-radius: 3px;
}

.toc-test002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #49bda0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}



.toc-test002 ol {
    list-style-type: decimal;
    margin: -1px;
    overflow: hidden;
    margin-left: 15px;
}


.toc-test002 ol ol {
    margin-top: -3px;
    padding-left: 1.1em;
}

.toc-test002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-test002 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-test002 a {
    color: #333;
    text-decoration: none;
}

.up-mb-30 h2{
  margin-top: 5%;
  color: #49bda0;
  text-decoration: underline;
  font-size: 30px;
}

.up-mb-30 h3{
  margin-top: 5%;
  color:#ffffff;
  background-color: #49bda0;
}

.ol li {
    margin-top: 5px;
}


/* =================================================== */

.list-test1 {
    list-style: none;
    padding: 0;
    counter-reset: section;
}

.list-test1 > li {
    counter-increment: section;
    margin-bottom: 0.5em;
}

.list-test1 > li::before {
    content: counter(section) ". ";
    color: #49bda0;
    font-weight: bold;
}

.list-test1 ol {
    list-style: none;
    counter-reset: subsection;
    padding-left: 1.5em;
}

.list-test1 ol > li {
    counter-increment: subsection;
}

.list-test1 ol > li::before {
    content: counter(section) "." counter(subsection) " ";
    color: #49bda0;
    font-weight: bold;
}
