diff --git a/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp b/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp
index 3a6ca50f..e6dd5b9e 100644
--- a/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp
+++ b/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp
@@ -152,7 +152,6 @@
li.append($('').attr('class', 't-tit').html("" +
obj.title +
(obj.secretYn == "Y" ? '
' : '') +
- (obj.attachYn == "Y" ? '
' : '') +
""));
li.append($('').attr('class', 't-writer').html(obj.regNm));
li.append($('').attr('class', 't-date').html(obj.regDd));