From dbb2b8d653c38bca55b2853542999ccaf88f1671 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 16 Nov 2023 16:03:24 +0900 Subject: [PATCH] =?UTF-8?q?2023/11/16=20=ED=9A=8C=EC=9B=90=ED=83=88?= =?UTF-8?q?=ED=87=B4=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=ED=8B=80?= =?UTF-8?q?=EC=96=B4=EC=A7=90=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/publish/css/mem.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/publish/css/mem.css b/src/main/webapp/publish/css/mem.css index 1626ac75..a3250e03 100644 --- a/src/main/webapp/publish/css/mem.css +++ b/src/main/webapp/publish/css/mem.css @@ -590,8 +590,8 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare /* ȸ��Ż�� */ -.self_identfy_wrap {display: flex; justify-content: space-between;} -.self_identfy_wrap>div {width: calc(100%/2 - 15px); height: 390px; border: 3px solid #dddddd; border-radius: 5px; display: table; text-align: center;} +.self_identfy_wrap {display: flex; justify-content: center;} +.self_identfy_wrap>div {width: 64%; height: 390px; border: 3px solid #dddddd; border-radius: 5px; display: table; text-align: center;} .self_identfy_wrap p {font-size: 24px; font-weight: 500;} .self_identfy_wrap span {font-size: 17px; font-weight: 300; color: #555; margin: 12px 0 22px 0; display: inline-block; line-height: 1.5;} .self_identfy_wrap .indenfy_btn {width: 325px; height: 50px; border-radius: 5px; background-color: #002c9a; color: #fff; font-size: 18px;}