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 e336d26a..5f9f31c9 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -386,8 +386,9 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) { z-index: 1000; /* 다른 요소들 위에 표시되도록 설정 */ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 그림자 효과 */ } - .popup_wrap{position:fixed;padding:100px 30px;left:0;top:0;z-index:10;} - .pop-conts{display:flex;background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;padding:20px 0;} + .popup_wrap{padding:100px 30px;left:0;top:0;z-index:10;} + .pop-conts{background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;} + .pop-conts a{width:100%;padding:20px;word-break:break-word;} .btn-r{display:flex;height:45px;padding:0 15px;justify-content:space-between;align-items:center;} .today_close{display:flex;font-size:1.5rem;color:#222;gap:6px;} .today_close [type="checkbox"]{width:16px;height:16px;} @@ -399,7 +400,6 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) { .popup_wrap img{height:auto !important;object-fit:contain;} } - \ No newline at end of file