From 2dd296adbe258a231a8dfb85443319bc7dddc8cd Mon Sep 17 00:00:00 2001 From: kmg Date: Mon, 22 Jan 2024 12:21:00 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/22=20=EA=B0=95=EC=82=AC=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EB=A0=88=EC=9D=B4=EC=96=B4=ED=8C=9D=EC=97=85=20?= =?UTF-8?q?=EC=82=AC=EC=A7=84=20=EA=B0=80=EC=9A=B4=EB=8D=B0=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/visitEdu/usr/publish/css/popup.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/visitEdu/usr/publish/css/popup.css b/src/main/webapp/visitEdu/usr/publish/css/popup.css index f9025eba..cf49dfd8 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/popup.css +++ b/src/main/webapp/visitEdu/usr/publish/css/popup.css @@ -102,7 +102,8 @@ .application_wrap .list ol li a {display:inline;color:#555;} .pop_tb_type01 table tbody tr td .put_photo{position: absolute; right: 0; top: 0; border-left: 1px solid #e5e5e5; background-color: #fff;} -.pop_tb_type01 table tbody tr td .put_photo .put_photo_in {background-color: #f5f5f5; width: 116px; height: 150px; border: 1px solid #d5d5d5; border-radius: 5px; margin: 7px; box-sizing: border-box; position: relative; overflow: hidden;} +.pop_tb_type01 table tbody tr td .put_photo .put_photo_in {background-color: #f5f5f5; width: 116px; height: 150px; border: 1px solid #d5d5d5; border-radius: 5px; margin: 7px; box-sizing: border-box; position: relative; overflow: hidden; text-align:center;} +.pop_tb_type01 table tbody tr td .put_photo .put_photo_in .put_photo_box {position:relative; top:50%; left:50%; transform:translate(-50%,-50%);} /* 교육문의 */ .popup_texta textarea {width:100%; height:200px; margin: 10px 0 0 0; font-size:15px;}