
body.sitemap{
  background: #fff;
  }
  body.sitemap section.header{
    position: relative;
  }
.bacground-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 805px;
  z-index: -1;
  transform: skew(0,-12deg);
}
.bacground-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 67%;
  height: 5000px;
  background-color: #f6f9fc;
}
.bacground-line .ln {
  height: 50px;
  position: absolute;
}
.bacground-line .l1 {
  bottom: -50px;
  right: 0;
  background: #32325d;
  width: 36%;
}
.bacground-line .l2 {
  bottom: 0px;
  right: 0;
  background: #555abf;
  width: 20%;
}
.bacground-line .l3 {
  bottom: -100px;
  right: 10%;
  background: #87bbfd;
  width: 17%;
}
.bacground-line .l4 {
  bottom: 0;
  left: 0;
  background: #e6ebf1;
  width: 15%;
}
.bacground-line .l5 {
  bottom: 50px;
  left: 4%;
  outline: 2px solid #e6ebf1;
  width: 14%;
}
.main-title {
  margin: 100px 0 250px 0;
}
.main-title h1 {
  color: #32325d;
  font-size: 57px;
}
@media(max-width: 1024px){
    .main-title h1 {
        font-size: 42px;
      }
}
@media(max-width: 767px){
    .main-title h1 {
        font-size: 30px;
      }
}
.category-section {
  margin-bottom: 40px;
  align-items: flex-start;
  padding-top: 0;
  border-top: 2px solid #f6f9fc;
}
.common-BodyTitle {
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  color: #6772e5;
}
.category-section h3 {
  position: sticky;
  margin-bottom: 10px;
  top: 0;
  width: 100%;
  line-height: 1.5rem;
  font-weight: 800;
  color: #424770;
  margin-bottom: 1rem;
  z-index: 2;
  padding: 16px 0;
}
.category-section ul {
  position: relative;
}
.category-section ul li {
  margin-bottom: 1rem;
  line-height: 1.2;
}
.category-section ul li a {
  position: relative;
  font-size: 16px;
  color: #6772e5;
  font-weight: 400;
  cursor: pointer;
}
.category-section ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6772e5;
  height: 1px;
  width: 0;
  transition: all 0.3s linear;
}
.category-section ul li a:hover::after  {
  width: 100%;
}
@media (max-width: 880px) {
  .bacground-line .l4 {
    width: 35%;
  }
  .category-section h3 {
    position: relative;
  }
}
@media (min-width: 880px) {
  .main-title {
    margin: 150px 0 300px 0;
  }
  .category-section{
  display: flex;
  margin-bottom: 100px;
  width: 100%;
  align-items: flex-start;
  padding-top: 25px;
  }
  .category-section h3 {
  padding: 0;
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  }
  .category-section ul {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  .category-section ul li {
    width: 28%;
  }
}
@media (min-width: 670px) {
  .category-section h3 {
    margin-bottom: 2rem;
  }
}
