/* 내용 간격 초기화 */
#bo_v_con p {margin:0}
section #bo_v_atc p {margin:0}
.as_content {
    padding: 0px 15px;
    margin-top: 25px;
    float: left;
    width: 100%;
}
/* 카테고리 */
#bo_cate_ul li {padding: 10px 0;}
#bo_cate_ul li a{border-radius: 5px;padding: 5px 10px;border: 1px solid #ddd; background:#fff;    text-decoration: none;}
#bo_cate_ul li a:hover{background:#efefef; color:#000;}
#bo_cate_on {font-weight: bold;}

/*카테고리 라벨*/
.cate_label {border: 1px solid #ddd;
    padding: 3px 5px;
    background: #fff;
	font-size:11px;
}
.cate_label a:hover {color:#999; text-decoration: none;}
/* 게시판 목록 */
#bo_list .td_board {vertical-align: middle; width:120px;text-align:center}
#bo_list .td_chk {vertical-align: middle; width:30px;text-align:center}
#bo_list .td_date {
    vertical-align: middle;
    width: 122px;
    text-align: center;
}

#bo_list .td_datetime {vertical-align: middle; width:110px;text-align:center}
#bo_list .td_group {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_mb_id {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_mng {vertical-align: middle; width:80px;text-align:center}
#bo_list .td_name {vertical-align: middle; width:170px; text-align:center;}
#bo_list .td_nick {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_num {vertical-align: middle; width:50px;text-align:center}
#bo_list .td_numbig {vertical-align: middle; width:60px;text-align:center}
#bo_list .td_subject { vertical-align: middle;}
#bo_list .td_subject a {line-height:140%;}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.input-group-btn {
    position: relative;
    font-size: 0px;
    white-space: nowrap;
}


/* 뷰페이지 라벨크기 */
#bo_v .panel-heading h6 {
    line-height: 180%;
    font-size: 17.5px;
    color: #333;
    letter-spacing: 0.1px;
    padding: 3px 10px;
}


/*추천수 숫자 크기 */
#bo_v_act .badge{    font-size: 10px;}

/* 공지사항 */
#bo_list .bo_notice {font-weight: bold; background: #FFFFE4;}

/* 게시물 마우스 오버시 배경 */
#bo_list .panel-body tbody tr:hover {background: #FAFAFA;} 
#bo_w .file-del {max-width:200px; overflow:hidden;}

/* 댓글등록 버튼 */
.board_btn {height:100%; padding:0 20px;}

/* 웹진 노이미지 */
 .photo {line-height: 110px; margin: 0; font-size: 24px;}

 /* 웹진 최소이미지 크기 */
 .table_photo {min-width:150px;}

 /* 갤러리 마우스오버시 */
#gall_ul .thumbnail {
    border-radius: 0;
    border: 1px solid #ddd;
}
#gall_ul .thumbnail a {
    text-decoration: none;
    line-height: 180%;
    font-size: 1.3em;
	font-family: 'NanumBarunGothicR', sans-serif;
    text-align: center;
}
 #gall_ul .thumbnail a:hover{color:#999;}
 #gall_ul .thumbnail a.thumbnail {    border: 0; border-bottom: 1px solid #eee;}
 #gall_ul .thumbnail a.thumbnail:hover {  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);  opacity: 0.6;}
 #gall_ul .thumbnail:hover {border:1px solid #7d91d8; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); opacity:1;}
.gall_h {height:360px}
 @media (max-width:480px) {.gall_h {height:410px}}
 /* 갤러리 이미지 크기 */
 @media (min-width:0px) {
 #gall_ul .gall_href {border-bottom:1px solid #eee; min-height:auto; line-height:218px;}
}
 @media (min-width:769px) {
	

 #gall_ul .gall_href {border-bottom:1px solid #eee; min-height:auto; line-height:218px;}
}
 @media (min-width:991px) {
 #gall_ul .gall_href {border-bottom:1px solid #eee; min-height:auto; line-height:188px;}
}
 @media (min-width:1200px) {
 #gall_ul .gall_href {border-bottom:1px solid #eee; min-height:300px; line-height:170px;}
 .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{height: 300px;}
 #gall_ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
 }
 .col-lg-3{
    width: 100%;
 }
}
 /* 갤러리 NEW 아이콘 위치 */
#gall_ul .new { position: absolute; top: 21px; left: 15px;}
#gall_ul .hit { position: absolute; top: 21px; right: 15px;}
#gall_ul .line-height {line-height: 20px;}

.board_headOnTop { font-size:14px; font-weight:normal; }
 @media (max-width:768px) {
#bo_list .td_subject a {
    line-height: 140%;
}
#bo_list .td_subject a {
    line-height: 140%;
    margin-bottom: -10px;
}

 }