.sitemap-search {
  display: table;
  width: 90%;
  border-bottom: 1px solid #eee;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1rem;
  vertical-align: middle;
}
.sitemap-search label {
  display: inline-block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.4rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 575px) {
  .sitemap-search label {
    font-size: 1.1rem;
  }
}
.sitemap-search label i {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 2rem;
  color: #542500;
  background: #f9f9f9;
  padding: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sitemap-search input {
  width: 50%;
  height: 2.7rem;
  border: 1px solid #eee;
}
@media only screen and (max-width: 575px) {
  .sitemap-search input {
    width: 30%;
  }
}
.sitemap-high {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sitemap-high li {
  line-height: 1.5;
  padding-bottom: 0.3rem;
}
.sitemap-high > li {
  display: inline-block;
  width: 100%;
  margin: 1.5rem 1.4% 0;
  vertical-align: top;
}
@media only screen and (min-width: 577px) {
  .sitemap-high > li {
    width: 45%;
  }
}
@media only screen and (min-width: 769px) {
  .sitemap-high > li {
    width: 30%;
  }
}
.sitemap-high > li > a {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -2px;
  text-align: center;
  padding: 1rem 0;
  background-color: #5a3008;
}
.sitemap-high .newWindow:after {
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: orange;
  content: '\f08e';
}
.sitemap-middle {
  width: 90%;
  margin: 1rem auto 0;
}
.sitemap-middle > li {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -1px;
  padding: 0.2rem 0 0.5rem;
}
.sitemap-middle > li > a {
  display: block;
  position: relative;
  padding-left: 1.3em;
}
.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: 1em;
  color: #8b5f3c;
  line-height: 1.5;
  content: '\f35a';
}
.sitemap-low {
  width: 90%;
}
.sitemap-low > li {
  letter-spacing: -1px;
  border-bottom: 1px dotted #b4b4b4;
  padding: 0.5rem 0 0 0.5rem;
}
.sitemap-low > li > a {
  display: block;
  position: relative;
  padding-left: 0.8em;
}
.sitemap-low > li > a:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddb38b;
  content: '';
}
