diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 95b5d4e5..bf8fc060 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -1146,7 +1146,7 @@ footer .family_site {right:10px;} .conditions-wrap .selected-conditions .conditions li button {text-align:left;} /* 알림 팝업 */ - .pop-notice { width: 343px; left: calc(50% - 171.5px); } + .pop-notice { width: 343px; height: 549px; left: calc(50% - 171.5px); } .pop-notice .Title p { display: none; } .pop-notice .Title h3 { font-size: 22px; line-height: 33px; } .pop-notice .inner .Text p { font-size: 16px; line-height: 24px; }