@charset "utf-8";

/* 갤러리 목록 */
.nbgall .cateG{position:absolute; top:8px; right:8px; padding:3px 10px; background-color:#3a8afd; color:#fff; font-Weight:600; font-size:1.5rem; }

.nbgall .description .date{color:#b7b6b6; font-Weight:500; }
.nbgall .description .title {margin-bottom:15px;}
.nbgall .description .title a{ font-Weight:700; margin-bottom:15px;}
  /*공지 위치 수정*/
  .noticeBlock1 {right:10px;}
  @media screen and (max-width:768px) {
    .noticeBlock1 {right:20px;}
  }
  @media screen and (max-width:560px) {
    .noticeBlock1 {right: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}


