From c6265aee2ac96e5ee8f3074fcf9073b9ab7a45d1 Mon Sep 17 00:00:00 2001 From: seeoya Date: Fri, 24 Sep 2021 15:23:29 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EC=9D=B8=EC=A6=9D=20:=20?= =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B3=B5=ED=86=B5=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=9E=AC=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/member/basic/register_cert_reset.skin.php | 8 ++++++-- mobile/skin/member/basic/register_form.skin.php | 8 ++++---- mobile/skin/member/basic/style.css | 2 +- mobile/skin/social/style.css | 2 +- skin/member/basic/style.css | 2 +- .../mobile/skin/member/basic/register_cert_reset.skin.php | 8 ++++++-- .../basic/mobile/skin/member/basic/register_form.skin.php | 8 ++++---- theme/basic/mobile/skin/member/basic/style.css | 2 +- theme/basic/skin/member/basic/style.css | 2 +- 9 files changed, 25 insertions(+), 17 deletions(-) diff --git a/mobile/skin/member/basic/register_cert_reset.skin.php b/mobile/skin/member/basic/register_cert_reset.skin.php index 6dd08a9ac..9074f3cd2 100644 --- a/mobile/skin/member/basic/register_cert_reset.skin.php +++ b/mobile/skin/member/basic/register_cert_reset.skin.php @@ -25,14 +25,18 @@ add_stylesheet('추가 개인정보처리방침 안내 - 목적 + 목적 + + 항목 보유기간 - 이용자 식별 및 본인여부 확인 + 이용자 식별 및 본인여부 확인 + + 생년월일, 암호화된 개인식별부호(CI) 회원 탈퇴 시까지 diff --git a/mobile/skin/member/basic/register_form.skin.php b/mobile/skin/member/basic/register_form.skin.php index d11e183ad..1e774dea5 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -52,10 +52,10 @@ add_stylesheet('', if($config['cf_cert_use']) { // #TODO 조건 추가 필요 if($config['cf_cert_sa']) { - echo ''.PHP_EOL; - echo ''.PHP_EOL; - echo ''.PHP_EOL; - echo ''.PHP_EOL; + echo ''.PHP_EOL; + echo ''.PHP_EOL; + echo ''.PHP_EOL; + echo ''.PHP_EOL; } if($config['cf_cert_hp']) echo ''.PHP_EOL; diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index 79a53b1bd..4f1b53535 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -39,7 +39,7 @@ #fregisterform .form_01 {margin-bottom:30px} #fregisterform .form_01 h2 {font-size:1.167em;margin:0 0 5px} #fregisterform .frm_label {display:block;font-size:1.083em;margin:15px 0 5px;color:#555} -#fregisterform .btn_frmline {width:auto;height:30px;line-height:30px;padding:0 10px;font-weight:bold} +#fregisterform .btn_frmline {margin-bottom:5px;width:auto;height:30px;line-height:30px;padding:0 10px;font-weight:bold} #fregisterform .rgs_name_li button {margin:5px 0 0;width:auto} #fregisterform .reg_mb_img_file {margin-bottom:30px} #fregisterform .reg_mb_img_file img {max-width:100%;height:auto} diff --git a/mobile/skin/social/style.css b/mobile/skin/social/style.css index 00ba0b2b9..093a2c655 100644 --- a/mobile/skin/social/style.css +++ b/mobile/skin/social/style.css @@ -125,7 +125,7 @@ #fregisterform .form_01 {margin-bottom:30px} #fregisterform .form_01 h2 {font-size:1.167em;margin:0 0 5px} #fregisterform .frm_label {display:block;font-size:1.083em;margin:15px 0 5px;color:#555} -#fregisterform .btn_frmline {width:auto;height:30px;line-height:30px;padding:0 10px;font-weight:bold} +#fregisterform .btn_frmline {margin-bottom:5px;width:auto;height:30px;line-height:30px;padding:0 10px;font-weight:bold} #fregisterform .rgs_name_li button {margin:5px 0 0;width:auto} #fregisterform .reg_mb_img_file {margin-bottom:30px} #fregisterform .reg_mb_img_file img {max-width:100%;height:auto} diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index 9b87ac40b..7c1dfbf04 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -118,7 +118,7 @@ #register_cert_reset_private div {padding:20px;background:#fff} #register_cert_reset_private table {width:100%;border-collapse:collapse;font-size:1em;} #register_cert_reset_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden} -#register_cert_reset_private table th {background:#f7f7f9;width:33.33%;color:#000;padding:10px;border:1px solid #d8dbdf} +#register_cert_reset_private table th {background:#f7f7f9;width:33.33%;color:#000;padding:10px;border:1px solid #d8dbdf;font-weight:bold;} #register_cert_reset_private table td {border:1px solid #e7e9ec;padding:10px;border-top:0} .register_cert_reset_agree {position:absolute;top:0;right:0} diff --git a/theme/basic/mobile/skin/member/basic/register_cert_reset.skin.php b/theme/basic/mobile/skin/member/basic/register_cert_reset.skin.php index 6dd08a9ac..9074f3cd2 100644 --- a/theme/basic/mobile/skin/member/basic/register_cert_reset.skin.php +++ b/theme/basic/mobile/skin/member/basic/register_cert_reset.skin.php @@ -25,14 +25,18 @@ add_stylesheet('추가 개인정보처리방침 안내 - 목적 + 목적 + + 항목 보유기간 - 이용자 식별 및 본인여부 확인 + 이용자 식별 및 본인여부 확인 + + 생년월일, 암호화된 개인식별부호(CI) 회원 탈퇴 시까지 diff --git a/theme/basic/mobile/skin/member/basic/register_form.skin.php b/theme/basic/mobile/skin/member/basic/register_form.skin.php index 13e702d01..d41186189 100644 --- a/theme/basic/mobile/skin/member/basic/register_form.skin.php +++ b/theme/basic/mobile/skin/member/basic/register_form.skin.php @@ -52,10 +52,10 @@ add_stylesheet('', if($config['cf_cert_use']) { // #TODO 조건 추가 필요 if($config['cf_cert_sa']) { - echo ''.PHP_EOL; - echo ''.PHP_EOL; - echo ''.PHP_EOL; - echo ''.PHP_EOL; + echo ''.PHP_EOL; + echo ''.PHP_EOL; + echo ''.PHP_EOL; + echo ''.PHP_EOL; } if($config['cf_cert_hp']) echo ''.PHP_EOL; diff --git a/theme/basic/mobile/skin/member/basic/style.css b/theme/basic/mobile/skin/member/basic/style.css index c08d98a78..caed1eab5 100644 --- a/theme/basic/mobile/skin/member/basic/style.css +++ b/theme/basic/mobile/skin/member/basic/style.css @@ -41,7 +41,7 @@ #fregisterform .form_01 {margin-bottom:30px} #fregisterform .form_01 h2 {font-size:1.167em;margin:0 0 5px} #fregisterform .frm_label {display:block;font-size:1.083em;margin:15px 0 5px;color:#555} -#fregisterform .btn_frmline {width:auto;height:30px;line-height:30px;padding:0 10px;font-weight:bold} +#fregisterform .btn_frmline {margin-bottom:5px;width:auto;height:30px;line-height:30px;padding:0 10px;font-weight:bold} #fregisterform .rgs_name_li button {margin:5px 0 0;width:auto} #fregisterform .reg_mb_img_file {margin-bottom:30px} #fregisterform .reg_mb_img_file img {max-width:100%;height:auto} diff --git a/theme/basic/skin/member/basic/style.css b/theme/basic/skin/member/basic/style.css index d28456cd0..51c738a64 100644 --- a/theme/basic/skin/member/basic/style.css +++ b/theme/basic/skin/member/basic/style.css @@ -118,7 +118,7 @@ #register_cert_reset_private div {padding:20px;background:#fff} #register_cert_reset_private table {width:100%;border-collapse:collapse;font-size:1em;} #register_cert_reset_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden} -#register_cert_reset_private table th {background:#f7f7f9;width:33.33%;color:#000;padding:10px;border:1px solid #d8dbdf} +#register_cert_reset_private table th {background:#f7f7f9;width:33.33%;color:#000;padding:10px;border:1px solid #d8dbdf;font-weight:bold;} #register_cert_reset_private table td {border:1px solid #e7e9ec;padding:10px;border-top:0} .register_cert_reset_agree {position:absolute;top:0;right:0}