diff --git a/adm/config_form.php b/adm/config_form.php
index 6645c84ff..3c458808f 100644
--- a/adm/config_form.php
+++ b/adm/config_form.php
@@ -850,15 +850,6 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
-
- |
-
-
- |
-
|
@@ -870,12 +861,21 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
+
+ |
+
+
+ |
+
|
MID
-
+
API Key
diff --git a/bbs/register_form.php b/bbs/register_form.php
index 6f94d9cac..998510236 100644
--- a/bbs/register_form.php
+++ b/bbs/register_form.php
@@ -39,7 +39,7 @@ if ($w == "") {
}
if (!isset($_POST['agree2']) || !$_POST['agree2']) {
- alert('개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.', G5_BBS_URL.'/register.php');
+ alert('개인정보 수집 및 이용의 내용에 동의하셔야 회원가입 하실 수 있습니다.', G5_BBS_URL.'/register.php');
}
$agree = preg_replace('#[^0-9]#', '', $_POST['agree']);
diff --git a/css/default.css b/css/default.css
index c00c55c9c..de81a1102 100644
--- a/css/default.css
+++ b/css/default.css
@@ -402,6 +402,7 @@ box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
+.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}
diff --git a/css/mobile.css b/css/mobile.css
index e37088e53..fe161442d 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -321,6 +321,7 @@ box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win .win_btn {clear:both;padding:10px 0 30px;text-align:center}
.new_win .win_btn a {display:inline-block;height:45px;line-height:40px;font-weight:bold}
+.new_win .cert_btn {text-align:center}
.new_win .btn_close {width:60px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}
diff --git a/mobile/skin/member/basic/password_lost.skin.php b/mobile/skin/member/basic/password_lost.skin.php
index 4acd2d0ac..f08e6aa94 100644
--- a/mobile/skin/member/basic/password_lost.skin.php
+++ b/mobile/skin/member/basic/password_lost.skin.php
@@ -6,9 +6,11 @@ add_stylesheet('',
?>
+
+
+
+ 본인인증으로 찾기
+
+
+
+
+
+
+
+
+
+
+
|