@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:0.75rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* gallery */
#bo_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px;
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con {
		min-height:140px;
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon {
	margin:-5px auto;
}
#bo_v_sns_icon img {
	width:40px;
	border-radius:50%;
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer {
	background:#fbefef !important;
	border-top:1px solid #f6c
}

/* #nt_body > .nt-container { padding: 0; max-width:100%} */



#bo_list_wrap,
#bo_w,
#bo_v { padding: 80px 0;}




#bo_list .card-columns { column-gap:10px; display: flex; justify-content: start;}
#bo_list .card-columns .card { position: relative; margin-bottom: 30px; border: 1px solid #bfbfbf; border-radius: 0; }
#bo_list .card-columns .card .c-img .chk-box { position: absolute; right: 10px; bottom: 10px; z-index: 10;}
#bo_list .card-columns .card .c-img a { overflow:hidden; display: block; position: relative; height: 100%; border-bottom: 1px solid #bfbfbf;}
#bo_list .card-columns .card .c-img a img { max-width: 100%;   transition: 0.3s; }
#bo_list .card-columns .card:hover .c-img a img { transform: scale(1.05);}
#bo_list .card-columns .card .c-body { padding: 20px 10px;}
#bo_list .card-columns .card .c-body .na-title { display: flex;}
#bo_list .card-columns .card .c-body .na-title .na-item { display: block; flex:1; padding: 0 25px 0 0; }
#bo_list .card-columns .card .c-body .na-title .na-item .na-subject { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 2.7em; font-size: 17px; font-weight: 700; line-height: 1.35;  word-break: break-all; text-overflow: ellipsis; white-space: inherit; color: #000; }
#bo_list .card-columns .card .c-body .na-title .na-item .na-subject span {color: #ec4b4c;  }
#bo_list .card-columns .card .c-body .na-title .like { width: 17px; line-height: 1.2; text-align: center; color: #929497; cursor:pointer }
#bo_list .card-columns .card .c-body .na-title .like.on i { color: #ff0000;}
#bo_list .card-columns .card .c-body .na-title .like span { display: block; font-size: 10px; color: #929497; font-weight: 500; }
#bo_list .card-columns .card .c-body .content a { overflow:hidden; display: -webkit-box;  margin: 10px 0; height: 7.25em; font-size: 15px; font-weight: 500; line-height: 1.45; color: #58595b; text-overflow:ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
#bo_list .card-columns .card .c-body .date { font-size: 10px; color: #929497;  }


@media (max-width:576px){
    /*#nt_body .board-head-wrap,
    #nt_body .board-head-wrap .board-head {height: 200px;}  */
    #bo_list_wrap,
    #bo_v, #bo_w  { padding: 40px 0;}
}


#bo_v  header {  padding: 0 0  40px;}
#bo_v_img { display: none;}

.list-group-item { border-right: 0; border-left: 0; }
