From 5db278332c40dcab648946773e75a3b2f24dbcef Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 2 Jan 2025 10:26:39 +0900 Subject: [PATCH] =?UTF-8?q?25/01/02=20=ED=8C=9D=EC=97=85=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' // 부모 요소 기준으로 위치 설정