@charset "utf-8";

/* 갤러리 목록 */
.nbgall .description .date{color:#a5a5a5}
.nbgall .description .title {margin-bottom:15px;}
  /*공지 위치 수정*/
  .noticeBlock1 {right:10px;}
  @media screen and (max-width:768px) {
    .noticeBlock1 {right:20px;}
  }
  @media screen and (max-width:560px) {
    .noticeBlock1 {right:15px;}
  }

  #bo_v .viewheader {
    position: relative;
    font-size: 1.5rem;
    text-align: center;
  }
  #bo_v_title .bo_v_tit {
    padding: 0 50px;
    display: block;
    font-size: 4.2rem;
    line-height: 1.4em;
    font-weight: 500;
    word-break: break-all;
    border-top: none;
    border-bottom: none;
  }
  #bo_v .viewheader {
    position: relative;
    font-size: 1.5rem;
    text-align: center;
  }
  .viewheader .info .profile_info_ct, 
  .viewheader .info #bo_v_tops {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
  #bo_v .viewheader .info{
    position: relative;
    right: 0;
    top: 0;
    transform: inherit;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 60px;
    width: 100%;
  }
  #bo_v_atc {
    padding: 2em 0.92em;
    min-height: 200px;
    height: auto !important;
    border-bottom: 1px solid #e1e1e1;
  }
  .viewheader .info .profile_info_ct strong, 
  .viewheader .info .profile_info_ct .sv_member {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ccc;
  }
  .viewheader .info .profile_info_ct strong.hit {
    padding-left: 20px;
  }

  .btnWrap .btnWrapCenter {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .btnWrap .golist {
      min-width: 160px;
      letter-spacing: 0.15em;
  }

  @media screen and (max-width:1024px) {
    .viewheader .info #bo_v_tops { position: relative; right: 0; top: 0; transform: none; }
    #bo_v_title .bo_v_tit {padding: 0 30px; font-size: 3.4rem;}
    .viewheader .info .profile_info_ct strong, 
    .viewheader .info .profile_info_ct .sv_member {font-size: 1.6rem; }
  }
  @media screen and (max-width:768px) {
    #bo_v_title .bo_v_tit {
          padding: 0 10px;
          font-size: 2.2rem;
      }
    }
/* 게시판 목록 공통 */



/* 게시판 쓰기 */




/*글쓰기*/


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




