From b47a1a75f89a260063d68508defa351f91e5754b Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 2 Jan 2025 11:51:03 +0900 Subject: [PATCH] =?UTF-8?q?25/01/02=20=ED=8C=9D=EC=97=85=20=EB=B0=98?= =?UTF-8?q?=EC=9D=91=ED=98=95=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 | 5 ++++- 1 file changed, 4 insertions(+), 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 41a1de85..c72e50fe 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -395,10 +395,13 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) { .btn-layerClose{width:16px;height:16px;margin:2px 0 0 0;} .icon.popup_close{width:16px;height:16px;background:url(/kofair_case_seed/usr/images/component/icon_popup_close.png) no-repeat center center;background-size:100% auto;} @media screen and (max-width: 1199px){ - .popup_wrap{width:95%;} + .popup{width:95%;min-width:auto;} .pop-conts{min-height:auto;} .popup_wrap img{height:auto !important;object-fit:contain;} } + @media screen and (max-width: 640px){ + .popup{width:95% !important;left:50% !important;transform:translateX(-50%);} + }