@charset "utf-8";

/* list */
.bbs_gallist ul li.cell > a { border:1px solid #dcdcdc; border-radius:20px; overflow:hidden; }
.bbs_gallist ul li.cell .con_box { padding:25px; }
.bbs_gallist ul li.cell .cell_subject { height:52px; margin:0; padding:0; font-size:20px; font-weight:700; color:#000; line-height:1.4; word-break:keep-all; }
.bbs_gallist ul li.cell .cell_date { margin-top:20px; font-size:14px; color:#718C9A; }
@media (max-width:992px) {
	.bbs_gallist ul li.cell .con_box { padding:15px; }
	.bbs_gallist ul li.cell .cell_subject { height:48px; font-size:18px; }
	.bbs_gallist ul li.cell .cell_date { margin-top:10px; }
}
@media (max-width:768px) {
	.bbs_gallist ul li.cell .cell_subject { height:45px; font-size:16px; }
}
@media (max-width:486px) {
	.row-cols-2>* { flex:100%; max-width:100%; }
}

/* view */