@charset "utf-8";

/* 갤러리 목록 */
.tbGallBasic .gall-thum.pdbottom140{padding-bottom:140%;}
.tbGallBasic .gall-description{padding: 1.2em 0; text-align:left}
.tbGallBasic .gall-description .prd-title {word-break: keep-all;;}
.tbGallBasic li .gall-thum{border:1px solid #e2e2e2;}
.tbGallBasic > li.hoverBiggerImg:hover .gall-thum a{ width:110%;}
.tbGallBasic > li:hover .prd-title a{color: #002f75;}

#bo_cate #bo_cate_on {
  background: transparent;
  color: #000;
  font-weight:600;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;}
#bo_cate a {
  display: block;
  border-radius: 0;
  padding: 8px 20px;
  border: none;
  color: #999999;;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  }
  #bo_cate ul li {position:relative;}
  #bo_cate ul li::after {content:""; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:20px; background-color:#999999;}
  #bo_cate ul li:last-child::after {display:none;}

  #bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {
    text-decoration: none;
    border: none;
    background: none;
    color: #222;
    
  }
@media screen and (max-width: 420px){
  .tbGallBasic > li { width: 50%;}
}

.list_down_btn { position:relative; border:1px solid #222; color:#222; line-height:1.5em; margin-top:5px;}
.list_down_btn:after {content:""; position:absolute; top:50%; right:18px; transform: translateY(-50%); width:16px; height:16px;  background-image:url('../../../img/tbimg/common/download_icon.svg'); background-size:100%;}

.list_down_btn.radius {padding: 0 2.5em 0 2em;}
.tbGallBasic > li:hover .list_down_btn {border:1px solid #7484de; background-color:#7484de;  color:#fff; }
.tbGallBasic > li:hover .list_down_btn:after {background-image:url('../../../img/tbimg/common/download_icon_white.svg'); }
.gall-description .prd-title{font-size:1.8rem;}
.gall-description .prd-title .bo_tit{ color:#000;}
/* 게시판 목록 공통 */



/* 게시판 쓰기 */




/*글쓰기*/


.chk_box input[type="checkbox"] + label {padding-left:0; }
.gall_chk.chk_box input[type="checkbox"] + label {left:20px; top:7px;}
.fa {font-size: 1.8rem;}




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