body,
html {
  scroll-behavior: smooth
}

strong {
  font-weight: 700
}

.body_Border {
  margin-top: 36px;
  margin-bottom: 60px
}

.body_Main {
  display: flex;
  position: relative;
  gap: 40px;
  justify-content: center
}

.toc {
  max-width: 250px;
  position: sticky;
  top: 90px;
  align-self: flex-start;
  background: rgba(227, 239, 249, .4);
  border-radius: 9px;
  padding: 16px;
  width: 100%
}

.toc_head p {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #213d56;
  margin-bottom: 19px
}

.toc_list_ul {
  padding-left: 18px;
  margin: 0;
  list-style-type: none;
  border-left: 1px solid rgba(17, 123, 212, .11);
  position: relative
}

span.activeShower {
  position: absolute;
  left: -2px;
  z-index: 5;
  transition: all ease .05s
}

.toc_list_ul li {
  padding-bottom: 14px
}

.toc_list_ul li:last-child {
  padding-bottom: 0
}

.toc_list_ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #546b8e;
  scroll-padding-top: 10px
}

.toc_list_ul .active .toc_list_Item {
  color: #233f8c
}

.content_Main {
  max-width: 714px;
  width: 100%
}

.pageName {
  padding: 99px 27px 27px;
  background-color: #fff
}

.pageName h1 {
  display: block;
  max-width: max-content;
  margin: 0 auto;
  font-weight: 900;
  font-size: 42px;
  line-height: 53px;
  color: #213d56
}

.content_Main .dateContent {
  font-size: 14px;
  line-height: 18px;
  color: #595959;
  margin-bottom: 18px
}

.content_Main ul {
  list-style: none;
  padding-left: 38px
}

.content_Main ol {
  list-style: none
}

.content_Main ol li {
  margin-bottom: 18px
}

.content_Main ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px
}

.content_Main ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #233f8c;
  border-radius: 50%;
  left: -6px;
  top: 9px
}

.content_Main ul li:last-child {
  margin-bottom: 0
}

.content_Main li,
.content_Main p {
  font-size: 16px;
  line-height: 26.88px;
  color: #546b8e;
  font-weight: 450
}

.content h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #213d56;
  margin-bottom: 18px
}

.content_Main p {
  margin-bottom: 16px
}

.content,
.topContent {
  margin-bottom: 55px
}

.content p:last-child {
  margin-bottom: 0
}

.content ul {
  margin-bottom: 18px
}

.content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 168%;
  color: #2d3343;
  margin-bottom: 18px
}

.content_Main p.p-h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #171f31;
  margin-bottom: 18px
}
.topContent a,
.topContent a:visited{
  color: #1369f6;
}

.topContent a:hover {
  color: #1276ce;
  text-decoration: underline;
}
@media (max-width:575px) {
  .pageName h1 {
    font-size: 22px
  }

  .content,
  .topContent {
    margin-bottom: 30px
  }

  .content_Main p.p-h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #171f31;
    margin-bottom: 10px
  }

  .content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #171f31;
    margin-bottom: 10px
  }

  .content ul {
    margin-bottom: 15px
  }

  .content_Main ul {
    list-style: none;
    padding-left: 15px
  }

  .content h3 {
    font-size: 18px;
    margin-bottom: 10px
  }
}.ce-breadcrumb{padding:100px 0 0}.ce-breadcrumb ol{display:flex;align-items:center;gap:6px;list-style:none;padding:0;margin:0;flex-wrap:wrap;font-size:14px}.ce-breadcrumb ol li a{color:#546b8e;text-decoration:none}.ce-breadcrumb ol li a:hover{text-decoration:underline}.ce-breadcrumb ol li.breadcrumb-sep{color:#aaa}.ce-breadcrumb ol li.breadcrumb-current{color:#001c29;font-weight:500}
