diff --git a/WebContent/WEB-INF/view/partMng/structureList.jsp b/WebContent/WEB-INF/view/partMng/structureList.jsp
index 992a365..b4dccbd 100644
--- a/WebContent/WEB-INF/view/partMng/structureList.jsp
+++ b/WebContent/WEB-INF/view/partMng/structureList.jsp
@@ -462,7 +462,7 @@ function fn_openSetBomCopy(product_code){
* 구조등록 팝업
*/
function fn_openSetStructure(objId){
- window.open("/partMng/setStructurePopupMainFS.do?objId="+objId, "", "width=1880, height=1100, resizable=no");
+ window.open("/partMng/setStructurePopupMainFS.do?objId="+objId, "", "width=1880, height=900, resizable=yes");
}
/**
* 배포사유 입력 팝업
diff --git a/WebContent/WEB-INF/view/partMng/structurePopupHeaderFs.jsp b/WebContent/WEB-INF/view/partMng/structurePopupHeaderFs.jsp
index 70cac52..8bd425e 100644
--- a/WebContent/WEB-INF/view/partMng/structurePopupHeaderFs.jsp
+++ b/WebContent/WEB-INF/view/partMng/structurePopupHeaderFs.jsp
@@ -1,7 +1,7 @@
<%
java.util.Map map = (java.util.HashMap)request.getAttribute("info");
%>
-