diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx
index 6451498d..f4214e68 100644
--- a/src/components/estimate/Estimate.jsx
+++ b/src/components/estimate/Estimate.jsx
@@ -1139,7 +1139,6 @@ export default function Estimate({}) {
{getMessage('estimate.detail.objectNo')}
- {/* {objectNo} (Plan No: {estimateContextState.planNo}) */}
{currentObjectNo} (Plan No: {planNo})
@@ -1568,9 +1567,7 @@ export default function Estimate({}) {
{/* 견적특이사항 선택한 내용 영역끝 */}
-
{/* 견적 특이사항 코드영역 끝 */}
-
{/* 견적특이사항 영역끝 */}
{/* 제품정보 시작 */}
@@ -1580,10 +1577,6 @@ export default function Estimate({}) {
- {/*
-
{getMessage('estimate.detail.sepcialEstimateProductInfo.totAmount')}
-
{convertNumberToPriceDecimal(estimateContextState?.totAmount)}
-
*/}
{getMessage('estimate.detail.sepcialEstimateProductInfo.totVolKw')}
{convertNumberToPriceDecimalToFixed(estimateContextState?.totVolKw, 2)}
@@ -1602,6 +1595,7 @@ export default function Estimate({}) {
+ {/* //todo: 추후 YJSS가 다시 나타날 경우 주석 풀기 */}
{/* YJOD면 아래영역 숨김 */}
{/*
@@ -1882,7 +1876,6 @@ export default function Estimate({}) {
-
{/* html테이블끝 */}