diff --git a/bbs/password_lost.php b/bbs/password_lost.php
index c8f93f352..e250f747d 100644
--- a/bbs/password_lost.php
+++ b/bbs/password_lost.php
@@ -7,9 +7,9 @@ if ($is_member) {
}
$g5['title'] = '회원정보 찾기';
-include_once(G5_PATH.'/head.sub.php');
+include_once(G5_PATH.'/_head.php');
$action_url = G5_HTTPS_BBS_URL."/password_lost2.php";
include_once($member_skin_path.'/password_lost.skin.php');
-include_once(G5_PATH.'/tail.sub.php');
\ No newline at end of file
+include_once(G5_PATH.'/_tail.php');
\ No newline at end of file
diff --git a/bbs/password_reset.php b/bbs/password_reset.php
new file mode 100644
index 000000000..4b53664c0
--- /dev/null
+++ b/bbs/password_reset.php
@@ -0,0 +1,5 @@
+password_reset.php
+- skin/member/basic/password_reset.skin.php
+- mobile/skin/member/basic/password_reset.skin.php
+- theme/basic/skin/member/basic/password_reset.skin.php
+- theme/basic/mobile/skin/member/basic/password_reset.skin.php
\ No newline at end of file
diff --git a/mobile/skin/member/basic/login.skin.php b/mobile/skin/member/basic/login.skin.php
index 8fa843fa6..a53a15af2 100644
--- a/mobile/skin/member/basic/login.skin.php
+++ b/mobile/skin/member/basic/login.skin.php
@@ -32,7 +32,7 @@ add_stylesheet('',
diff --git a/mobile/skin/member/basic/password_lost.skin.php b/mobile/skin/member/basic/password_lost.skin.php
index 10ccb24a8..4acd2d0ac 100644
--- a/mobile/skin/member/basic/password_lost.skin.php
+++ b/mobile/skin/member/basic/password_lost.skin.php
@@ -7,7 +7,6 @@ add_stylesheet('',
diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css
index 042c43fa0..63209a259 100644
--- a/mobile/skin/member/basic/style.css
+++ b/mobile/skin/member/basic/style.css
@@ -108,7 +108,7 @@
#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:70px;height:30px;line-height:30px;padding:0 10px;font-weight:bold}
-#fregisterform .rgs_name_li button {margin:5px 0 0}
+#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/login.skin.php b/skin/member/basic/login.skin.php
index 15f94e3a7..1cf0239a2 100644
--- a/skin/member/basic/login.skin.php
+++ b/skin/member/basic/login.skin.php
@@ -30,7 +30,7 @@ add_stylesheet('',
diff --git a/skin/member/basic/password_lost.skin.php b/skin/member/basic/password_lost.skin.php
index 56f27ff58..7a5241081 100644
--- a/skin/member/basic/password_lost.skin.php
+++ b/skin/member/basic/password_lost.skin.php
@@ -7,7 +7,6 @@ add_stylesheet('',
-
회원정보 찾기
@@ -35,15 +33,5 @@ function fpasswordlost_submit(f)
return true;
}
-
-$(function() {
- var sw = screen.width;
- var sh = screen.height;
- var cw = document.body.clientWidth;
- var ch = document.body.clientHeight;
- var top = sh / 2 - ch / 2 - 100;
- var left = sw / 2 - cw / 2;
- moveTo(left, top);
-});
\ No newline at end of file
diff --git a/skin/outlogin/basic/outlogin.skin.1.php b/skin/outlogin/basic/outlogin.skin.1.php
index 5735d3326..5c41ffbdf 100644
--- a/skin/outlogin/basic/outlogin.skin.1.php
+++ b/skin/outlogin/basic/outlogin.skin.1.php
@@ -27,7 +27,7 @@ add_stylesheet('
'
'
diff --git a/skin/outlogin/shop_side/outlogin.skin.1.php b/skin/outlogin/shop_side/outlogin.skin.1.php
index df051c4a4..8f3c7ce82 100644
--- a/skin/outlogin/shop_side/outlogin.skin.1.php
+++ b/skin/outlogin/shop_side/outlogin.skin.1.php
@@ -27,7 +27,7 @@ add_stylesheet(''
',
diff --git a/theme/basic/mobile/skin/member/basic/password_lost.skin.php b/theme/basic/mobile/skin/member/basic/password_lost.skin.php
index 10ccb24a8..ce82c6a7f 100644
--- a/theme/basic/mobile/skin/member/basic/password_lost.skin.php
+++ b/theme/basic/mobile/skin/member/basic/password_lost.skin.php
@@ -7,7 +7,6 @@ add_stylesheet('',
-
아이디 / 비밀번호 찾기
@@ -33,14 +31,4 @@ function fpasswordlost_submit(f)
return true;
}
-
-$(function() {
- var sw = screen.width;
- var sh = screen.height;
- var cw = document.body.clientWidth;
- var ch = document.body.clientHeight;
- var top = sh / 2 - ch / 2 - 100;
- var left = sw / 2 - cw / 2;
- moveTo(left, top);
-});
diff --git a/theme/basic/mobile/skin/member/basic/style.css b/theme/basic/mobile/skin/member/basic/style.css
index 208b0df1f..802b74032 100644
--- a/theme/basic/mobile/skin/member/basic/style.css
+++ b/theme/basic/mobile/skin/member/basic/style.css
@@ -108,7 +108,7 @@
#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:70px;height:30px;line-height:30px;padding:0 10px;font-weight:bold}
-#fregisterform .rgs_name_li button {margin:5px 0 0}
+#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/login.skin.php b/theme/basic/skin/member/basic/login.skin.php
index 19e7e01d1..6c1d87af0 100644
--- a/theme/basic/skin/member/basic/login.skin.php
+++ b/theme/basic/skin/member/basic/login.skin.php
@@ -30,7 +30,7 @@ add_stylesheet('
',
diff --git a/theme/basic/skin/member/basic/password_lost.skin.php b/theme/basic/skin/member/basic/password_lost.skin.php
index 903b3a4fd..eb29ca913 100644
--- a/theme/basic/skin/member/basic/password_lost.skin.php
+++ b/theme/basic/skin/member/basic/password_lost.skin.php
@@ -7,7 +7,6 @@ add_stylesheet('',
-
회원정보 찾기
@@ -34,15 +32,5 @@ function fpasswordlost_submit(f)
return true;
}
-
-$(function() {
- var sw = screen.width;
- var sh = screen.height;
- var cw = document.body.clientWidth;
- var ch = document.body.clientHeight;
- var top = sh / 2 - ch / 2 - 100;
- var left = sw / 2 - cw / 2;
- moveTo(left, top);
-});
\ No newline at end of file
diff --git a/theme/basic/skin/outlogin/basic/outlogin.skin.1.php b/theme/basic/skin/outlogin/basic/outlogin.skin.1.php
index 5735d3326..5c41ffbdf 100644
--- a/theme/basic/skin/outlogin/basic/outlogin.skin.1.php
+++ b/theme/basic/skin/outlogin/basic/outlogin.skin.1.php
@@ -27,7 +27,7 @@ add_stylesheet('
'
'
diff --git a/theme/basic/skin/outlogin/shop_side/outlogin.skin.1.php b/theme/basic/skin/outlogin/shop_side/outlogin.skin.1.php
index df051c4a4..8f3c7ce82 100644
--- a/theme/basic/skin/outlogin/shop_side/outlogin.skin.1.php
+++ b/theme/basic/skin/outlogin/shop_side/outlogin.skin.1.php
@@ -27,7 +27,7 @@ add_stylesheet(''