.sub-bnr-container {
  padding: 18rem 0 5rem;
}

.sub-tab-wrap {
  margin-top: 1em;
}
.sub-tab-wrap .sub-tab {
  margin-right: 2em;
}
.sub-tab-wrap .sub-tab a {
  font-size: 2.2rem;
  color: #aaa;
  padding: 0.5em 0;
  position: relative;
}

.sub-tab-wrap .sub-tab.on a {
  color: #e2590f;
  font-weight: bold;
}

.sub-tab-wrap .sub-tab.on a:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #e2590f;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}

.sub-img-bnr {
  width: 100%;
  height: 45rem;
  background-color: #eee;
}

/* 개인정보처리방침 */
.privacy-wrap:not(.contact-container .privacy-wrap) {
  background-color: #f2f2f2;
  width: 100%;
  padding: 2em;
  height: 30rem;
  overflow-y: scroll;
  font-size: 1.4rem;
}

.privacy-wrap dl {
  margin-bottom: 2em;
}
.privacy-wrap dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
.privacy-wrap dd {
  margin-bottom: 0.5em;
}

@media (max-width: 820px) {
  .sub-img-bnr {
    height: 20rem;
  }

  .works-container .work-box {
    flex-direction: column;
  }
  .works-container .work-title {
    margin-bottom: 0.5em;
  }

  .works-container .work-title br {
    display: none;
  }
}

@media (max-width: 650px) {
  .sub-tab-wrap .sub-tab {
    margin-right: 1em;
  }
  .sub-tab-wrap .sub-tab a {
    font-size: 1.4rem;
  }
  .sub-bnr-container {
    padding: 12rem 0 3rem;
  }

  .sub-img-bnr {
    height: 25vh;
  }
}
