/*
.container_sub__inner {
  max-width: 140rem;
  margin: 0 auto;
}

.content_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}

.content_sub__board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}


.left-menu {
  width: 26rem;
  margin-right: 6rem;
}
.left-menu__tit {
  padding: 0 0 3.1rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #A3A3A5;
}
.left-menu__list {
  margin-top: 1rem;
}
.left-menu li > a {
  display: inline-block;
  width: 100%;
  padding: 1.95rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #EAEAEA;
  font-size: 1.8rem;
  line-height: 150%;
  color: #111111;
  font-weight: 500;
}
.left-menu__depth1 > a {
  background: url(../img/sub/icon/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
}
.left-menu__depth1.active > a {
  border-bottom: 2px solid #0046A3;
  color: #0046A3;
  font-weight: bold;
  background: url(../img/sub/icon/icon-up.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
}
.left-menu__depth2 {
  padding: 1.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-menu__depth2 li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 400;
}
.left-menu__depth2 li > a .dot {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.6rem;
  border-radius: 100%;
  background: #747478;
}
.left-menu__depth2.active {
  text-decoration: underline;
  color: #111111;
  font-weight: 500;
}


.sub-cont {
  margin-top: 5.4rem;
}


.sub-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.sub-link {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
}
.sub-link img {
  max-width: 100%;
}
.sub-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sub-link__share {
  margin-left: 2rem;
}


.sch-wrap {
  margin-top: 2.4rem;
}
.sch-wrap .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F7FB;
  border-radius: 10px;
}
.sch-wrap .count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-top: 3rem;
}
.sch-wrap .count-all {
  margin-right: 1.6rem;
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 500;
  color: #111111;
}
.sch-wrap .count-all > span {
  color: #0046A3;
  font-weight: bold;
}
.sch-wrap .count-page {
  position: relative;
  margin-left: 1.6rem;
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 400;
  color: #111111;
}
.sch-wrap .count-page > span {
  color: #0046A3;
  font-weight: bold;
}
.sch-wrap .count-page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E2E5E9;
}
.sch-select {
  width: 12rem;
  height: 4.8rem;
}
.sch-select select {
  width: 100%;
  height: 100%;
  background: #fff url(../img/sub/icon/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
  border: 1px solid #E2E5E9;
  border-radius: 6px;
}
.sch-select select option {
  font-size: 1.7rem;
  font-weight: 400;
  color: #111111;
}
.sch-select select:focus {
  outline-color: #0046A3;
}
.sch-label {
  width: 32rem;
  height: 4.8rem;
}
.sch-label label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sch-label .btn_sch {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/sub/icon/icon-search.png) no-repeat center center;
  background-size: 100% 100%;
}
.sch_input {
  width: 100%;
  height: 100%;
  margin-left: 1.6rem;
  border-radius: 6px;
  border: 1px solid #E2E5E9;
}
.sch_input:focus {
  outline-color: #0046A3;
}


.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrap {
  width: 100%;
  text-align: center;
}
.pagination > a {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 3.6rem;
  color: #0A0D0F;
}
.pagination > a.link-prev {
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/sub/icon/icon-arrow--prev.png) no-repeat center center;
  background-size: 2rem 2rem;
}
.pagination > a.link-prev:hover {
  border-radius: 4px;
  background: #F4F7FB url(../img/sub/icon/icon-arrow--prev.png) no-repeat center center;
  background-size: 2rem 2rem;
}
.pagination > a.link-next {
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/sub/icon/icon-arrow--next.png) no-repeat center center;
  background-size: 2rem 2rem;
}
.pagination > a.link-next:hover {
  border-radius: 4px;
  background: #F4F7FB url(../img/sub/icon/icon-arrow--next.png) no-repeat center center;
  background-size: 2rem 2rem;
}
.pagination > a.link-next__all {
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/sub/icon/icon-arrow--next__all.png) no-repeat center center;
  background-size: 2rem 2rem;
}
.pagination > a.link-next__all:hover {
  border-radius: 4px;
  background: #F4F7FB url(../img/sub/icon/icon-arrow--next__all.png) no-repeat center center;
  background-size: 2rem 2rem;
}
.pagination > a.is-active {
  text-decoration: underline;
  color: #0046A3;
  font-weight: bold;
}
.pagination > a:hover {
  background: #F4F7FB;
  border-radius: 4px;
} */