.body .sitemap-search {
  display: table;
  width: 90%;
  border-bottom: 1px solid #eee;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1rem;
  vertical-align: middle;
}
.body .sitemap-search label {
  display: inline-block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 2.3rem;
  padding-right: 0.5rem;
}
.body .sitemap-search label i {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 3rem;
  color: #2a3866;
  background: #f9f9f9;
  padding: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.body .sitemap-search label > span {
  display: none;
}
.body .sitemap-search input {
  width: 70%;
  height: 4rem;
  border: 1px solid #eee;
}
.body .sitemap-high {
  width: 90%;
  margin: 50px auto 100px auto;
  text-align: left;
}
.body .sitemap-high li {
  line-height: 1.5;
  padding-bottom: 0.3rem;
}
.body .sitemap-high > li {
  display: inline-block;
  width: 95%;
  margin: 1rem 1rem 0;
  vertical-align: top;
}
.body .sitemap-high > li > a {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  letter-spacing: -2px;
  text-align: center;
  padding: 1.5rem 0;
  background-color: #818181;
}
.body .sitemap-high .newWindow:after {
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: orange;
  content: '\f08e';
}
.body .sitemap-middle {
  width: 90%;
  margin: 1rem auto 0;
}
.body .sitemap-middle > li {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: -1px;
  padding: 0.4rem 0 0.7rem;
}
.body .sitemap-middle > li > a {
  display: block;
  position: relative;
  padding-left: 2rem;
}
.body .sitemap-middle > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1.5rem;
  color: #2a3866;
  line-height: 2.55rem;
  content: '\f35a';
}
.body .sitemap-low {
  width: 90%;
}
.body .sitemap-low > li {
  letter-spacing: -1px;
  border-bottom: 1px dotted #b4b4b4;
  padding: 0.5rem 0 0 0.5rem;
}
.body .sitemap-low > li > a {
  display: block;
  position: relative;
  padding-left: 1rem;
}
.body .sitemap-low > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.5rem;
  color: #4f6ad0;
  line-height: 2.9rem;
  content: '\f111';
}
@media only screen and (min-width: 769px) {
  .body .sitemap-search label {
    padding-right: 2rem;
  }
  .body .sitemap-search label > span {
    display: inline;
  }
  .body .sitemap-search input {
    width: 50%;
  }
  .body .sitemap-high > li {
    width: 30%;
  }
}
