@charset "utf-8";
.tbsec{background-color: #f3f3f3;}
/*뒤로가기 버튼*/
#bo_v .viewheader {text-align: left;}  
#bo_v .viewheader button { border: none; background: transparent;}  

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

.backLink {padding-left:45px;}
.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 {padding:50px 35px 60px 35px; background-color: #fff;}
.nbgall .description .cont {padding-top:20px; color:#6d6d6d; margin-bottom:40px; }
.nbgall .description .date {}

.nbgall li .bo_cate{display:inline-block; padding:3px 10px; background-color:#002947; color:#fff; font-Weight:600; font-size:1.5rem; margin-bottom:25px}
 #bo_cate a{border-color:#002947; color:#002947;}
 #bo_cate #bo_cate_on{background-color:#002947;border-color:#002947;box-shadow:none;}

  /*공지 위치 수정*/
  .noticeBlock1 {right:25px;}
  @media screen and (max-width:1024px) {
    .nbgall.grid3{grid-template-columns: repeat(2, 1fr); }
  }
  @media screen and (max-width:768px) {
    .nbgall li {padding:30px 25px 40px 25px;}
    .noticeBlock1 {right:20px;}
    .nbgall.grid3 {column-gap: 30px; row-gap: 30px;}
  
    .nbgall .description .title::after {width:20px; }
    .nbgall .description .cont {margin-bottom:30px;}
  }
  @media screen and (max-width:560px) {
    .noticeBlock1 {right:15px;}
    .nbgall.grid3 {grid-template-columns: repeat(1, 1fr); column-gap: 15px; row-gap: 15px;}
    .nbgall .description {padding:10px 0;}
  }

/* 게시판 목록 공통 */



/* 게시판 쓰기 */




/*글쓰기*/


/*체크박스*/
.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}


