.high-sitemap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.high-sitemap li {
  line-height: 1.5em;
  padding-bottom: 0.3rem;
}
.high-sitemap >li {
  display: inline-block;
  width: 30%;
  margin: 1.5rem 1.4% 0;
  vertical-align: top;
}
.high-sitemap >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: #184c8e;
}
.high-sitemap .newWindow:after {
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: orange;
  content: '\f08e';
}
.middle-sitemap {
  width: 90%;
  margin: 0.5rem auto 0;
}
.middle-sitemap >li {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -1px;
}
.middle-sitemap >li >a {
  display: block;
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.middle-sitemap >li >a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.8em;
  color: #3284cd;
  line-height: 22.5px;
  content: '\f14a';
}
.low-sitemap {
  width: 90%;
  margin: 0 auto 0.5rem;
}
.low-sitemap >li {
  letter-spacing: -1px;
}
.low-sitemap >li >a {
  display: block;
  position: relative;
  line-height: 22.5px;
  padding-left: 0.9em;
}
.low-sitemap >li >a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.6em;
  color: orange;
  line-height: 22.5px;
  content: '\f061';
}
