@charset "utf-8";

/*뒤로가기 버튼*/
#bo_v .viewheader {text-align: left;}  
#bo_v .viewheader button { border: none; background: transparent;}  

.topbnn {border-bottom: 2px solid #d71818;}
#bo_v .viewheader {text-align: left;}  
.viewheader .info #bo_v_tops {display:block;}
#bo_v_title .bo_v_tit {padding:0; font-weight:600;}
#bo_v .viewheader .info {padding-bottom:0;}

.backLink {padding-left:45px; color:#000;}
.backLink::before {content:""; position:absolute; top:18px; left:0; width:40px; height:30px; background-image:url(./img/backarrow.svg); background-repeat: no-repeat; background-position: center center; background-size:contain; }

.grayBg {background-color:#f9f9fb; padding:30px 30px;}
/* 갤러리 목록 */
.nbgall.grid3 {column-gap: 40px; row-gap: 40px;
}
.nbgall li {border:1px solid #ddd; padding:25px 30px;}
.nbgall .description .title {position:relative; padding-bottom:20px; margin-bottom:0; }
.nbgall .description .title .bo_tit{display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; }
.nbgall .description .title::after {content:""; position:absolute; bottom:0; left:0; width:25px; height:3px; background-color:#d71818; }
.nbgall .description .cont {padding-top:20px; color:#6d6d6d; margin-bottom:40px;}
.nbgall .description .date {font-size:1.4rem;}

  /*공지 위치 수정*/
  .noticeBlock1 {right:25px;}
  @media screen and (max-width:768px) {
    .noticeBlock1 {right:20px;}
    .nbgall.grid3 {column-gap: 30px; row-gap: 30px;}
    .nbgall .description .title::after {width:20px; }
  }
  @media screen and (max-width:560px) {
    .noticeBlock1 {right:15px;}
    .nbgall.grid3 {column-gap: 15px; row-gap: 15px;}
  }

/* 게시판 목록 공통 */



/* 게시판 쓰기 */




/*글쓰기*/


/*체크박스*/
.chk_box input[type="checkbox"] + label {color:#bebebe;}
.chk_box input[type="checkbox"] + label {padding-left:0px;}
.fa {font-size: 1.8rem; }

.gall_chk.chk_box {left:18px; top:10px;}

.gall_chk.chk_box input[type="checkbox"] + label {color:#fff;}
.gall_chk.chk_box:hover input[type="checkbox"] + label {color:#3a8afd;}
.gall_chk.chk_box input[type="checkbox"]:checked + label {color:#3a8afd;}
.gall_chk.chk_box:hover input[type="checkbox"] + label {color:#3a8afd;}

.write_div .chk_box input[type="checkbox"] + label {padding-left:0}


