diff --git a/FO/Views/CRoom/EstimationSubject.cshtml b/FO/Views/CRoom/EstimationSubject.cshtml
index 8586659..53474bd 100644
--- a/FO/Views/CRoom/EstimationSubject.cshtml
+++ b/FO/Views/CRoom/EstimationSubject.cshtml
@@ -25,7 +25,8 @@
@Html.Raw((Model.LectSD.sddesc ?? "").Replace(System.Environment.NewLine, "
"))
- @if (Model.LectSD.sdfgno != null && Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno).Count() > 0)
+ @* // [start] pms 6523 - 양식파일 삭제처리 요청 건 *@
+ @*@if (Model.LectSD.sdfgno != null && Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno).Count() > 0)
{