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;}