@charset "utf-8";

/* 게시판 목록 */

.tbBoard_notice01 .num{width:70px;}
.tbBoard_notice01 .categ{width:150px;}
.tbBoard_notice01 .date{width:120px;}
.tbBoard_notice01 .hit{width:70px;}
.tbBoard_notice01 .subject{width:calc(100% - 0px - 150px - 120px - 70px - 100px)}
.tbBoard_notice01 .fileTd{width:100px;}

/* 게시판 읽기 */


/*글쓰기*/


@media screen and (max-width:1540px){
  #bo_v .viewheader .info {padding:1em 0.92em; width:100%; position:relative; display: block; border-bottom:1px solid #e1e1e1; transform: none; right:0;}
  .viewheader .info .profile_info_ct , .viewheader .info #bo_v_tops{float:none;}
  .viewheader .info #bo_v_tops{position:absolute; right:0; top:50%; transform: translateY(-50%);}
}
@media screen and (max-width:768px){
  .tbBoard_notice01 .titLine,
  .tbBoard_notice01 .num{display: none;}
  .tbBoard_notice01 .categ,
  .tbBoard_notice01 .subject,
  .tbBoard_notice01 .fileTd{width:100%;}
  .tbBoard_notice01 .fileTd{padding-bottom:10px;}
  /* view */
  .bo_v_nb li .nb_date{display: none;}
  .bo_v_nb li .nb_tit{padding-right:10px;}
}

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

  