h3 + [class*=board-] {
  margin-top: 80px;
}
[class*=board-] .number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 72px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
}
[class*=board-] .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  max-width: 100%;
  min-width: 240px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class*=board-] .label span + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=board-] .label span + span::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 8px;
  background-color: #dbdbdb;
}
[class*=board-] .label .status {
  font-weight: 600;
}
[class*=board-] .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[class*=board-] .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 260px;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
}

.board-list {
  margin: 0 auto;
}
.board-list .item {
  border-top: 1px solid var(--color-lgr-2);
}
.board-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.board-list .item.none {
  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;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.7;
}
.board-list .item:not(.none) {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media (hover: hover) and (pointer: fine) {
  .board-list .item:not(.none):hover {
    background-color: #f2f2f2;
  }
}
.board-list .item.fix a {
  font-weight: 700;
}
.board-list .item.fix .number em {
  display: block;
  text-indent: -99999em;
  overflow: hidden;
  line-height: 0;
}
.board-list .item.fix .number svg {
  width: 23px;
  height: 21px;
  stroke: #999;
}
.board-list .item.fix .text {
  font-weight: 700;
}

.board-list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.board-list-top .align-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board-list-top .count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.board-list-top .count em {
  display: inline-block;
  margin: 0 4px 0 8px;
  color: var(--main-color);
}

.book-list-conts {
  border-bottom: 1px solid var(--color-lgr-2);
}

.board-view-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 25px 0 18px;
  border-top: 1px solid var(--color-lgr-2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.board-view-top .number {
  width: 72px;
  text-align: center;
  color: #222;
}
.board-view-top .text {
  line-height: 1.4;
  white-space: normal;
  text-overflow: initial;
}

.board-view-conts {
  min-height: 500px;
  margin-top: 16px;
  padding: 48px;
  border-bottom: 1px solid var(--color-lgr-2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
}
.board-view-conts + .comm-btns {
  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;
  margin-top: 80px;
}
.board-view-conts + .comm-btns a,
.board-view-conts + .comm-btns button {
  width: 400px;
  height: 60px;
  font-size: 24px;
  font-weight: 400;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  [class*=board-] .number {
    width: 70px;
  }
  [class*=board-] .label {
    min-width: 170px;
  }
  [class*=board-] .date {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  h3 + [class*=board-] {
    margin-top: 48px;
  }
  [class*=board-] .number {
    width: 58px;
    padding: 15px 0;
    font-size: 15px;
  }
  [class*=board-] .label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: auto;
    padding: 0;
  }
  [class*=board-] .label span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  [class*=board-] .label .status {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  [class*=board-] .text {
    padding: 16px 24px;
    font-size: 16px;
  }
  [class*=board-] .date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    padding: 15px 0;
    font-size: 15px;
  }
  .board-list .item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 16px;
    width: 100%;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .board-list .item .date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .board-list .item .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .board-list .item.none {
    height: 250px;
    font-size: 15px;
  }
  .board-list .item.fix .number svg {
    width: 18px;
    height: 16px;
  }
  .board-list-top .count {
    font-size: 16px;
  }
  .board-view-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 16px 0;
  }
  .board-view-top .number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 48px;
    padding: 16px 0;
    text-align: left;
    line-height: 1.4;
  }
  .board-view-top .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 12px 0;
  }
  .board-view-top .date {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 12px 0;
  }
  .board-view-conts {
    min-height: auto;
    padding: 24px 32px 62px;
    font-size: 16px;
  }
  .board-view-conts + .comm-btns {
    margin-top: 40px;
  }
  .board-view-conts + .comm-btns a,
  .board-view-conts + .comm-btns button {
    width: 210px;
    height: 44px;
    font-size: 18px;
  }
}