/* 페이지 네비 */
.container_wrap .title_area {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.d_navi {
  align-items: center;
}

.d_navi li:first-child .title_18 {
  color: #9497a0;
}

.d_navi li i {
  display: block;
  padding: 0 8px;
  font-size: 12px;
  padding-bottom: 2px;
}

/* 상세 타이틀 */
.d_title {
  padding-bottom: 40px;
}

/* 관리자 버튼 */
.more_option {
  display: block;
}

.container_wrap .more_option a {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* 상세본문 */
.d_act {
  padding-top: 40px;
}

.d_act_title {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.d_con p {
  color: #45495a !important;
}

/* 비디오, 이미지, 유투브 동영상 */
.d_con video,
.d_con iframe,
.d_con img {
  width: 100% !important;
  /* height: auto !important; */
}

.d_con img {
  height: auto !important;
}

.d_con u,
.d_con a {
  text-decoration: underline;
}

.d_con ul li {
  list-style: disc inside;
}

/* 거래시작하기 버튼 */
.board_detail .trading_btn_15 a {
  width: 352px;
  height: 48px;
  padding: 0;
  margin: 40px 0 64px 0;
  border-radius: 0;
  text-align: center;
  line-height: 46px;
  background-color: #3870ff;
  color: #fff;
}

/* 이전글, 다음글 */
.d_nb {
  border-top: 1px solid #f4f4f4;
}

.d_nb li {
  border-top: 0;
  padding: 16px 0;
  border-bottom: 1px solid #f4f4f4;
  font-size: 13px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nb_tit {
  display: inline-block;
  padding-right: 24px;
  color: #9497a0;
  font-size: 12px;
}

.nb_tit i {
  vertical-align: middle;
  margin-right: 4px;
  padding-bottom: 1px;
}

.nb_date {
  float: right;
  color: #9497a0;
  font-weight: 300;
}

/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width: 1180px) {
  
  .d_title {
    padding-bottom: 16px;
  }
  
  .d_act {
    padding-top: 24px;
  }
  
  .board_detail .trading_btn_15 a {
    margin: 32px 0 48px 0;
  }
}

@media screen and (max-width: 856px) {
  .d_title {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  
  .hd_wrap {
    border-bottom: 1px solid #f4f4f4;
  }
  
  .d_navi .title_18 {
    font-size: 13px;
  }
  
  .d_navi li i {
    padding: 0 4px;
    font-size: 10px;
  }
  
  .d_title .title_24 {
    font-size: 15px;
    word-break: keep-all;
  }
  
  .d_con p,
  .d_con span,
  .d_con b {
    text-align: left !important;
    font-size: 14px !important;
  }
  
  .board_detail .trading_btn_15 a {
    margin: 24px auto 32px auto;
    width: 240px;
  }
  
  .nb_tit {
    padding-right: 16px;
  }
}

@media screen and (max-width: 640px) {
  .nb_date {
    display: none;
  }
}