@charset "UTF-8";
/**************************************** board 공통 시작*/
/**************************************** board 공통 끝*/
/**************************************** board t1 시작*/
.b__list__wrap.t1 {
  margin-bottom: 50px;
}
.b__list__wrap.t1 .b__head {
  display: grid;
  grid-template-columns: 1.5fr 3.5fr 2fr 1.5fr 1.5fr;
  justify-items: center;
  padding-bottom: 30px;
}
.b__list__wrap.t1 .b__head > div {
  font-family: "esamanru";
  font-weight: 300;
  color: #aaa;
}
.b__list__wrap.t1 .b__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 3.5fr 2fr 1.5fr 1.5fr;
  border-bottom: 1px solid #CCCCCC;
  font-family: "esamanru";
  padding: 30px 0;
}
.b__list__wrap.t1 .b__list .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
}
.b__list__wrap.t1 .b__list .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b__list__wrap.t1 .b__list .title_wrap .title {
  font-size: 1.25rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b__list__wrap.t1 .b__list .title_wrap .state {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #030BB6;
  white-space: nowrap;
}
.b__list__wrap.t1 .b__list .time_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.b__list__wrap.t1 .b__list .time_wrap .mo_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-family: "esamanru";
  font-weight: 300;
  display: none;
}
.b__list__wrap.t1 .b__list .time_wrap .day_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.b__list__wrap.t1 .b__list .time_wrap .day_wrap .day {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #222222;
  border-radius: 100%;
  font-weight: 300;
}
.b__list__wrap.t1 .b__list .time_wrap .time {
  font-weight: 300;
  color: #aaa;
}
.b__list__wrap.t1 .b__list .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  text-align: center;
}
.b__list__wrap.t1 .b__list .date .mo_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-family: "esamanru";
  font-weight: 300;
  display: none;
}
.b__list__wrap.t1 .b__list .apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b__list__wrap.t1 .b__list .apply button {
  font-family: "esamanru";
  font-weight: 500;
  color: #fff;
  width: 130px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 5px;
  background-color: #222;
  position: relative;
}
.b__list__wrap.t1 .b__list .apply .end {
  position: absolute;
  top: -15px;
  right: -10px;
}
.b__list__wrap.t1 .b__list_con {
  width: 100%;
  padding: 50px 90px;
  font-family: "esamanru";
  background-color: #f6f6f6;
  border-bottom: 1px solid #CCCCCC;
  display: none;
}

/**************************************** board t1 끝*/
/**************************************** board t2 시작*/
.b__list__wrap.t2 {
  border-top: 2px solid #222222;
}
.b__list__wrap.t2 .b__head {
  display: grid;
  grid-template-columns: 1.5fr 4.5fr 1.5fr 2.5fr;
  justify-items: center;
  padding: 30px 0;
}
.b__list__wrap.t2 .b__head > div {
  font-family: "esamanru";
  font-weight: 300;
  color: #aaa;
}
.b__list__wrap.t2 .b__list {
  display: grid;
  grid-template-columns: 1.5fr 4.5fr 1.5fr 2.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CCCCCC;
  font-family: "esamanru";
  padding: 25px 0;
}
.b__list__wrap.t2 .b__list .num {
  font-weight: 300;
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
}
.b__list__wrap.t2 .b__list .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b__list__wrap.t2 .b__list .title_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b__list__wrap.t2 .b__list .title_wrap .title a {
  font-weight: 300;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b__list__wrap.t2 .b__list .date {
  font-weight: 300;
  width: 100%;
  text-align: center;
  color: #AAAAAA;
}
.b__list__wrap.t2 .b__list .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 1.125rem;
  font-weight: 300;
}

/**************************************** board t2 끝*/
/**************************************** board_view 공통 시작*/
.b_view__title_wrap {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.b_view__title_wrap .title h2 {
  font-family: "esamanru";
  font-size: 1.875rem;
  font-weight: 500;
}
.b_view__title_wrap .date {
  font-family: "esamanru";
  font-weight: 300;
  color: #AAAAAA;
}

.b_view__con_wrap {
  width: 100%;
}

.b_view__file_wrap {
  margin-top: 30px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.b_view__file_wrap .title {
  font-family: "esamanru";
  font-weight: 300;
  color: #AAAAAA;
}
.b_view__file_wrap .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.b_view__file_wrap .file .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.b_view__file_wrap .file .name_wrap .name {
  font-family: "esamanru";
  font-weight: 300;
}

.b_view__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.b_view__btn-wrap a {
  width: 190px;
  height: 60px;
  border: 1px solid #222222;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 1.0625rem;
  font-weight: 300;
  font-family: "esamanru";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.b_view__btn-wrap a:hover {
  background-color: #030BB6;
  border: 1px solid #030BB6;
  color: #fff;
}
.b_view__btn-wrap a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.b_view__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 40px 0;
  margin-top: 130px;
}
.b_view__bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 0 30px;
}
.b_view__bottom > div a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #111;
}
.b_view__bottom > div a:hover {
  text-decoration: underline;
}
.b_view__bottom > div img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.b_view__bottom > div.disabled a {
  opacity: 0.4;
}
.b_view__bottom > div.disabled img {
  opacity: 0.4;
}
.b_view__bottom > div.b_view__b_next {
  padding-bottom: 40px;
}
.b_view__bottom > div.b_view__b_prev {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}

/**************************************** board_view 공통 끝*/
@media screen and (max-width: 1240px) {
  .b__list__wrap.t1 .b__head {
    grid-template-columns: 1fr 3.5fr 2.5fr 1.5fr 1.5fr;
  }
  .b__list__wrap.t1 .b__list {
    grid-template-columns: 1fr 3.5fr 2.5fr 1.5fr 1.5fr;
  }
  .b__list__wrap.t1 .b__list .name {
    font-size: 1rem;
  }
  .b__list__wrap.t1 .b__list .title_wrap .title {
    font-size: 1rem;
  }
  .b__list__wrap.t1 .b__list .time_wrap {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .b__list__wrap.t1 .b__list .time_wrap .day_wrap .day {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
  }
  .b__list__wrap.t1 .b__list .time_wrap .time {
    font-size: 0.875rem;
  }
  .b__list__wrap.t1 .b__list .date {
    font-size: 0.875rem;
  }
  .b__list__wrap.t1 .b__list .apply button {
    width: 100px;
  }
  .b__list__wrap.t1 .b__list_con {
    padding: 40px;
  }
  .b__list__wrap.t2 .b__head {
    grid-template-columns: 1fr 4.5fr 2fr 2.5fr;
  }
  .b__list__wrap.t2 .b__list {
    grid-template-columns: 1fr 4.5fr 2fr 2.5fr;
    padding: 25px 0;
  }
  .b__list__wrap.t2 .b__list .num {
    font-size: 1rem;
  }
  .b__list__wrap.t2 .b__list .title_wrap .title a {
    font-size: 1rem;
  }
  .b__list__wrap.t2 .b__list .author {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .b__list__wrap.t1 .b__head {
    grid-template-columns: 1fr 3.5fr 2.5fr 1.5fr 1.5fr;
    padding-bottom: 20px;
  }
  .b__list__wrap.t1 .b__head > div {
    font-size: 0.875rem;
  }
  .b__list__wrap.t1 .b__list {
    padding: 20px 0;
    grid-template-columns: 1fr 3.5fr 2.5fr 1.5fr 1.5fr;
  }
  .b__list__wrap.t1 .b__list .name {
    font-size: 0.8125rem;
  }
  .b__list__wrap.t1 .b__list .title_wrap .title {
    font-size: 1rem;
  }
  .b__list__wrap.t1 .b__list .time_wrap .day_wrap {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  .b__list__wrap.t1 .b__list .time_wrap .day_wrap .day {
    width: 25px;
    height: 25px;
    font-size: 0.8125rem;
  }
  .b__list__wrap.t1 .b__list .time_wrap .time {
    font-size: 0.8125rem;
  }
  .b__list__wrap.t1 .b__list .date {
    font-size: 0.8125rem;
  }
  .b__list__wrap.t1 .b__list .apply button {
    width: 80px;
    height: 35px;
    font-size: 0.875rem;
  }
  .b__list__wrap.t1 .b__list .apply .end {
    max-width: 50px;
    right: -5px;
  }
  .b__list__wrap.t1 .b__list_con {
    padding: 30px 20px;
  }
  .b__list__wrap.t2 .b__head {
    grid-template-columns: 1fr 4.5fr 2fr 2.5fr;
    padding: 20px 0;
  }
  .b__list__wrap.t2 .b__head > div {
    font-size: 0.9375rem;
  }
  .b__list__wrap.t2 .b__list {
    grid-template-columns: 1fr 4.5fr 2fr 2.5fr;
    padding: 20px 0;
  }
  .b__list__wrap.t2 .b__list .num {
    font-size: 0.9375rem;
  }
  .b__list__wrap.t2 .b__list .title_wrap .title a {
    font-size: 1rem;
  }
  .b__list__wrap.t2 .b__list .date {
    font-size: 0.9375rem;
  }
  .b__list__wrap.t2 .b__list .author {
    font-size: 0.9375rem;
  }
  .b_view__title_wrap .title h2 {
    word-break: keep-all;
    font-size: 1.625rem;
  }
  .b_view__btn-wrap {
    margin-top: 60px;
  }
  .b_view__btn-wrap a {
    width: 160px;
    height: 60px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .b_view__file_wrap {
    padding: 30px 20px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (max-width: 540px) {
  .b__list__wrap.t1 {
    margin-bottom: 30px;
  }
  .b__list__wrap.t1 .b__head {
    display: none;
  }
  .b__list__wrap.t1 .b__list {
    padding: 20px 10px;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .b__list__wrap.t1 .b__list .name {
    font-size: 0.875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .b__list__wrap.t1 .b__list .title_wrap {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .b__list__wrap.t1 .b__list .title_wrap .state {
    font-size: 0.75rem;
  }
  .b__list__wrap.t1 .b__list .time_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .b__list__wrap.t1 .b__list .time_wrap .mo_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b__list__wrap.t1 .b__list .time_wrap .day_wrap {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  .b__list__wrap.t1 .b__list .time_wrap .day_wrap .day {
    width: 25px;
    height: 25px;
    font-size: 0.8125rem;
  }
  .b__list__wrap.t1 .b__list .time_wrap .time {
    font-size: 0.875rem;
  }
  .b__list__wrap.t1 .b__list .date {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-size: 0.875rem;
  }
  .b__list__wrap.t1 .b__list .date .mo_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b__list__wrap.t1 .b__list .apply {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .b__list__wrap.t1 .b__list .apply button {
    width: 70px;
    height: 30px;
  }
  .b__list__wrap.t1 .b__list .apply .end {
    max-width: 40px;
    top: -12px;
    right: -5px;
  }
  .b__list__wrap.t1 .b__list_con {
    padding: 30px 20px;
  }
  .b__list__wrap.t2 .b__head {
    grid-template-columns: 5fr 2fr 3fr;
    padding: 15px 0;
  }
  .b__list__wrap.t2 .b__head > div {
    font-size: 0.875rem;
  }
  .b__list__wrap.t2 .b__head .num {
    display: none;
  }
  .b__list__wrap.t2 .b__list {
    grid-template-columns: 5fr 2fr 3fr;
    padding: 15px 0;
  }
  .b__list__wrap.t2 .b__list .num {
    display: none;
  }
  .b__list__wrap.t2 .b__list .title_wrap .title {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .b__list__wrap.t2 .b__list .title_wrap .title a {
    font-size: 0.9375rem;
  }
  .b__list__wrap.t2 .b__list .title_wrap .title img {
    max-width: 10px;
  }
  .b__list__wrap.t2 .b__list .date {
    font-size: 0.8125rem;
  }
  .b__list__wrap.t2 .b__list .author {
    font-size: 0.8125rem;
  }
  .b__list__wrap.t2 .b__list .author img {
    max-width: 18px;
  }
  .b_view__title_wrap {
    row-gap: 10px;
    margin-bottom: 20px;
  }
  .b_view__title_wrap .title h2 {
    font-size: 1.125rem;
  }
  .b_view__btn-wrap {
    margin-top: 40px;
  }
  .b_view__btn-wrap a {
    width: 140px;
    height: 45px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .b_view__btn-wrap a img {
    max-width: 12px;
  }
  .b_view__file_wrap {
    padding: 20px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .b_view__file_wrap .file .name_wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .b_view__file_wrap .file .name_wrap img {
    max-width: 12px;
  }
}/*# sourceMappingURL=board.css.map */