/* board - Search */
.board-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.board-search select {
  width: 100px;
  margin-right: 15px;
  height: 45px;
  line-height: 45px;
  padding-left: 5px;
  font-size: 16px;
  color: #666;
  border: none;
  margin-right: 25px;
}
.board-search > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.board-search > div input {
  height: 45px;
  line-height: 45px;
  padding-left: 5px;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.board-search > div button {
  width: 30px;
}
.board-search > div button img {
  margin-left: auto;
  width: 18px;
  margin-right: auto;
}

/* board - Pager */
.list-pager {
  margin-top: 100px;
  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;
}
.list-pager > a {
  width: 50px;
  height: 50px;
  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-size: 18px;
}
.list-pager > a.active {
  color: #0b2239;
  border: 1px solid #0b2239;
  font-weight: 600;
  border-radius: 50%;
}
.list-pager__prev {
  margin-right: 32px;
  font-size: 18px;
  font-weight: 600;
  color: #0b2239;
  display: flex;
  align-items: center;
}
.list-pager__next {
  margin-left: 32px;
  font-size: 18px;
  font-weight: 600;
  color: #0b2239;
  display: flex;
  align-items: center;
}
.list-pager__prev img,
.list-pager__next img {
  margin: 0 6px;
}

/* board - View */
.board-view__category {
  text-align: center;
  color: #063f82;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.board-view-tit {
  font-weight: 600;
  line-height: 1.6em;
  text-align: center;
  font-size: 48px;
  padding: 0 20px;
  margin-bottom: 24px;
  color: #0b2239;
}
.board-view__date {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.board-view-info {
  padding: 15px 5px;
  text-align: right;
  font-size: 16px;
  color: #888;
}
.board-view-info span {
  margin: 0 6px;
  color: #ddd;
}
.board-view-ct {
  padding: 48px 0;
  border-top: 1px solid #cfd2d9;
  border-bottom: 1px solid #cfd2d9;
  font-size: 18px;
}
.board-view-ct img {
  max-width: 100%;
}
.board-view-file {
  margin-top: 50px;
}
.board-view-file li {
  font-size: 13px;
  letter-spacing: 0.01em;
  padding-left: 20px;
  margin: 5px 0;
  background: url(/image/common/icon_file.gif) no-repeat left center;
}
.board-view-file a {
  color: #666;
}
.board-view-file a:hover {
  border-bottom: 1px dotted #666;
}
.editor-vod {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.editor-vod iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.board-view-nav {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.board-view-nav li img {
  vertical-align: middle;
  margin-left: 10px;
}
.board-view-nav li {
  padding: 18px 5px 18px 95px;
  position: relative;
  background-color: #fcfcfc;
}
.board-view-nav li:first-child {
  border-bottom: 1px solid #ddd;
}
.board-view-nav .lb {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 18px;
  top: 18px;
  color: #333;
  font-weight: 500;
}
.board-view-nav__prev {
  width: 110px;
  border: 1px solid #67758f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #0b2239;
}
.board-view-nav__next {
  width: 110px;
  border: 1px solid #67758f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #0b2239;
}
.board-view-nav__prev img {
  margin-right: 10px;
  width: 16px;
}
.board-view-nav__next img {
  margin-left: 10px;
  width: 16px;
}
.board-view-nav__list {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #67758f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-view-btn {
  width: 200px;
  display: block;
  border: 1px solid #000;
  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;
  line-height: 54px;
  height: 56px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.board-view-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

@media all and (max-width: 1024px) {
  .board-view-tit {
    font-size: 32px;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 768px) {
  .board-list__header {
    display: none;
  }
  .board-list__num {
    width: 70px;
  }
  .board-list__date {
    width: 120px;
  }
  .board-view-info {
    font-size: 14px;
  }
}

@media all and (max-width: 640px) {
  .board-search {
    width: 100%;
  }
  .board-search select {
    font-size: 14px;
    width: 90px;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
  }
  .board-search > div input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .board-list {
    margin-top: 45px;
  }
  .board-list__record {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  .board-list__num {
    display: none;
  }
  .board-list__tit {
    width: 100%;
    flex: none;
    font-size: 15px;
  }
  .board-list__date {
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
  }
  /* .list-pager { margin-top: 30px; }
 .list-pager > a { width: 25px; height: 25px; } */
  .board-view-tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .board-view-info {
    padding: 10px 5px 15px 5px;
    font-size: 12px;
  }
  .board-view-nav li {
    padding: 12px 5px 12px 75px;
    font-size: 13px;
  }
  .board-view-nav .lb {
    left: 9px;
    top: 12px;
  }
  .board-view-nav li img {
    margin-left: 6px;
  }
  .board-view-btn {
    width: 140px;
    font-size: 15px;
    line-height: 43px;
    height: 45px;
    margin-top: 40px;
  }
}
