.board_view {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.board_view .tit {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  border-bottom: #ebebeb 1px solid;
}

.board_view .tit .cate {
  color: #0070BD;
  font-weight: 700;
}

.board_view .tit .tt {
  font-size: 44px;
  color: #000;
  font-weight: 700;
  line-height: 50px;
  margin: 20px 0 20px;
}

.board_view .tit .date span {
  position: relative;
  font-size: 16px;
  color: #767676;
  font-weight: 300;
  line-height: 20px;
  padding: 0 20px;
}

.board_view .tit .date span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
  background: #eee;
}

.board_view .tit .date span:first-child:before {
  display: none;
}

.board_view .tit .print {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 40px;
  height: 40px;
  border: #ddd 1px solid;
  border-radius: 50%;
  font-size: 0;
  background: url('/pub/images/icon_print.svg') no-repeat 50% 50%;
}

.board_view .con {
  padding: 60px 0 140px;
}

.board_view .con img {
  width: 100%;
  height: auto !important;
}

.board_view .file {
  position: relative;
  background: #F8F8F8;
  padding: 10px 10px 10px 100px;
  min-height: 52px;
}

.board_view .file dt {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 32px;
  padding-left: 28px;
}

.board_view .file dd a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #0070BD;
  line-height: 32px;
}

.board_view .reply {
  margin-top: 60px;
}

.board_view .reply dt {
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 22px;
  padding: 15px 30px;
  border-bottom: #ebebeb 1px solid;
  background: #F8F8F8;
}

.board_view .reply dt .date {
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
}

.board_view .reply dt .date span {
  position: relative;
  font-weight: 300;
  padding: 0 20px;
}

.board_view .reply dt .date span:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 1px;
  height: 20px;
  background: #ccc;
}

.board_view .reply dt .date span:first-child:before {
  display: none;
}

.board_view .reply dd {
  padding: 60px 0 120px;
}

.board_bottom .btns .btn_list {
  display: block;
  color: #fff;
  background-color: #097CD3;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}

.board_bottom .btns.flex {
  display: flex;
  justify-content: center;
}

.board_bottom .btns.flex .btn_list {
  margin: 0 10px;
  background-color: #097CD3;
}

.board_bottom .btns.flex .btn_edit {
  background: #ccc;
}

@media print {
  .board_view {
    padding: 40px;
  }

  .board_view .tit .print,
  .board_view .file,
  .board_bottom {
    display: none;
  }
}

.board_view .dda_txt {
  position: relative;
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 34px;
  border-bottom: #ebebeb 1px solid;
  padding: 25px 0 20px;
  margin: 60px 0 20px;
}

.board_view .dda_txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 19px;
  background: linear-gradient(to right, #ff5f00 50%, #01947f 51%);
  mask: url('/pub/images/icon_dda2.svg') no-repeat 50% 0 / contain;
  -webkit-mask: url('/pub/images/icon_dda2.svg') no-repeat 50% 0 / contain;
}

.board_view .dda_txt:first-child {
  margin-top: 0;
}

@media screen and (max-width:1439px) {

  .board_view .tit .tt {
    font-size: 38px;
    line-height: 40px;
    margin: 15px 0 30px;
  }
}

@media screen and (max-width:1023px) {

  .board_view .tit {
    padding-bottom: 40px;
  }

  .board_view .tit .tt {
    font-size: 30px;
    line-height: 30px;
    margin: 10px 0 20px;
  }

  .board_view .tit .date span {
    font-size: 14px;
    padding: 0 15px;
  }

  .board_view .con {
    padding: 40px 0 100px;
  }

  .board_bottom .btns .btn_list {
    line-height: 50px;
    height: 50px;
    background-color: #097CD3;
    width: 220px;
  }
}


@media screen and (max-width:767px) {
  .board_view .tit {
    padding-bottom: 20px;
  }

  .board_view .tit .tt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .board_view .tit .date span {
    font-size: 13px;
    padding: 0 10px;
  }

  .board_view .con {
    padding: 20px 0 50px;
  }

  .board_view .file {
    padding: 5px 5px 5px 60px;
  }

  .board_view .file dt {
    top: 5px;
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px;
  }

  .board_view .file dd a {
    font-size: 13px;
    line-height: 30px;
  }

  .board_view .dda_txt {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0 10px;
    margin: 40px 0 10px;
  }

  .board_view .dda_txt:before {
    width: 14px;
    height: 14px;
  }
}