diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index 5f9f31c9..41a1de85 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -49,7 +49,7 @@ function popupSet(bodyWidth){ if(bodyWidth>1199){ $(".popup").each(function(idx,itm) { $(this).css({ - top: '10%', // 화면 중앙에 위치 + top: '60px', // 화면 중앙에 위치 left: offset + 'px', // 각 팝업을 가로로 정렬 /* transform: 'translateY(-50%)', // 세로 중앙 정렬 */ position: 'absolute' // 부모 요소 기준으로 위치 설정