html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
.body .sitemap-search {
  display: table;
  width: 95%;
  background: #f9f9f9;
  border: 1px solid #cecece;
  text-align: center;
  margin: 0 auto;
  padding: 3rem;
  vertical-align: middle;
}
.body .sitemap-search label {
  display: inline-block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  color: #000;
  padding: 0 1rem 0.5rem 0;
}
.body .sitemap-search label i {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 4rem;
  color: #2a3866;
  padding: 10px;
}
.body .sitemap-search label > span {
  display: none;
}
.body .sitemap-search input {
  width: 70%;
  height: 4rem;
  border: 1px solid #bbb;
}
.body .sitemap-high {
  width: 95%;
  margin: 50px auto 100px auto;
  text-align: center;
}
.body .sitemap-high li {
  line-height: 1.5;
  padding-bottom: 0.3rem;
}
.body .sitemap-high > li {
  display: inline-block;
  width: 90%;
  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: -1px;
  text-align: center;
  padding: 1rem 0;
  background-color: #0e4275;
}
.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: 1.5rem auto 0;
}
.body .sitemap-middle > li {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: -1px;
  padding: 0.6rem 0 0.9rem;
}
.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: 1.95rem;
  content: '\f35a';
}
.body .sitemap-low {
  width: 90%;
  margin-top: 0.5rem;
}
.body .sitemap-low > li {
  letter-spacing: -1px;
  border-bottom: 1px dotted #b4b4b4;
  padding: 0.8rem 1rem 0.8rem 1rem;
}
.body .sitemap-low > li > a {
  display: block;
  position: relative;
  padding-left: 1rem;
  padding-left: 1.5rem;
}
.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: 1.95rem;
  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 {
    width: 95%;
    text-align: left;
  }
  .body .sitemap-high > li {
    width: 48%;
    text-align: center;
    margin: 1rem 0;
  }
  .body .sitemap-high > li:not(:nth-child(3n)) {
    margin-right: 1.5%;
  }
}
@media only screen and (min-width: 993px) {
  .body .sitemap-high {
    width: 95%;
  }
  .body .sitemap-high > li {
    width: 32%;
    text-align: center;
    margin: 1rem 0;
  }
  .body .sitemap-high > li:not(:nth-child(3n)) {
    margin-right: 1.5%;
  }
}
