.cp-sitemap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 140px;
  padding: 0 14rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-sitemap__inner {
  padding: 0 80px 0 198px;
  padding: 0 8rem 0 19.8rem;
}

.cp-sitemap__head {
  padding: 0 0 106px;
  padding: 0 0 10.6rem;
}

.cp-sitemap__head-title .el-head-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: -.025em;
}

.cp-sitemap__head-desc {
  margin-top: 12px;
  margin-top: 1.2rem;
}

.cp-sitemap__head-desc .el-head-desc {
  font-size: 18px;
  font-size: 1.8rem;
}

.cp-sitemap .content-box {
  margin-top: 35px;
  margin-top: 3.5rem;
}

.cp-sitemap .content-box:first-child {
  margin-top: 0;
}

.cp-sitemap .content-box.type-model .cp-sitemap__title {
  margin-bottom: 34px;
  margin-bottom: 3.4rem;
}

.cp-sitemap .content-box.type-model .cp-sitemap__depth2 {
  margin-top: 11px;
  margin-top: 1.1rem;
}

.cp-sitemap .content-box.type-support {
  margin-bottom: 75px;
  margin-bottom: 7.5rem;
}

.cp-sitemap .content-box.type-support .cp-sitemap__depth1 > li {
  margin-bottom: 29px;
  margin-bottom: 2.9rem;
}

.cp-sitemap__title {
  margin-bottom: 38px;
  margin-bottom: 3.8rem;
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
}

.cp-sitemap__title .el-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #000;
}

.cp-sitemap__depth1 {
  margin: 0 -20px;
  margin: 0 -2rem;
  font-size: 0;
}

.cp-sitemap__depth1 > li {
  display: inline-block;
  width: 25%;
  margin-bottom: 66px;
  margin-bottom: 6.6rem;
  padding: 0 20px;
  padding: 0 2rem;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-sitemap__depth1 .depth1-title strong, .cp-sitemap__depth1 .depth1-link, .cp-sitemap__depth1 .depth1-link-sub {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 400;
  color: #000;
}

.cp-sitemap__depth1 .depth1-link {
  text-transform: uppercase;
}

.cp-sitemap__depth1 .depth1-link.type-newwindow:after {
  display: inline-block;
  width: 14px;
  width: 1.4rem;
  height: 14px;
  height: 1.4rem;
  margin: -3px 0 0 8px;
  margin: -0.3rem 0 0 0.8rem;
  background-image: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-new-window-black.png");
  background-size: 100% auto;
  vertical-align: middle;
  content: '';
}

.cp-sitemap__depth2 {
  margin-top: 14px;
  margin-top: 1.4rem;
}

.cp-sitemap__depth2 .depth2-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #757575;
}

.cp-sitemap__depth2 .depth2-link:hover, .cp-sitemap__depth2 .depth2-link:focus, .cp-sitemap__depth2 .depth2-link:active {
  color: #000;
}

.cp-sitemap__depth2 .depth2-link:hover:after, .cp-sitemap__depth2 .depth2-link:focus:after, .cp-sitemap__depth2 .depth2-link:active:after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 9px;
  height: 1px;
  background-color: #000;
  content: '';
}

@media screen and (max-width: 1919px) {
  .cp-sitemap {
    padding: 0 120px;
    padding: 0 12rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-sitemap {
    padding: 0 100px;
    padding: 0 10rem;
  }
  .cp-sitemap__inner {
    padding: 0 80px 0 150px;
    padding: 0 8rem 0 15rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-sitemap {
    padding: 0 76px;
    padding: 0 7.6rem;
  }
}

@media (max-width: 1023px) {
  .cp-sitemap {
    padding: 0;
  }
  .cp-sitemap__inner {
    padding: 0 58px;
    padding: 0 5.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-sitemap__inner {
    padding: 0 30px;
    padding: 0 3rem;
  }
  .cp-sitemap__head {
    padding: 0 0 60px;
    padding: 0 0 6rem;
  }
  .cp-sitemap__head-title .el-head-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
  .cp-sitemap__head-desc .el-head-desc {
    margin-top: 17px;
    margin-top: 1.7rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .cp-sitemap .content-box {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  .cp-sitemap .content-box.type-model .cp-sitemap__title {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
  .cp-sitemap .content-box.type-model .cp-sitemap__depth2 {
    margin-top: 7px;
    margin-top: 0.7rem;
  }
  .cp-sitemap .content-box.type-support {
    margin-bottom: 0;
  }
  .cp-sitemap .content-box.type-support .cp-sitemap__depth1 > li {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
  }
  .cp-sitemap__title {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
  .cp-sitemap__title .el-title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .cp-sitemap__depth1 {
    margin: 0;
  }
  .cp-sitemap__depth1 > li {
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 0;
  }
  .cp-sitemap__depth1 > li.no-depth2 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
  }
  .cp-sitemap__depth1 > li.no-depth2:last-child {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
  .cp-sitemap__depth2 {
    margin-top: 7px;
    margin-top: 0.7rem;
  }
  .cp-sitemap__depth2 .depth2-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
