diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index 5e01be31..e36190eb 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -39,15 +39,14 @@ $(document).ready(function() { //개인정보처리방침 팝업 날짜 설정 - var agreePrivateSDate = "2024-11-06"; + var agreePrivateSDate = "2024-11-23"; var agreePrivateNow = new Date(); agreePrivateNow = leadingZeros(agreePrivateNow.getFullYear(), 4) + '-' + leadingZeros(agreePrivateNow.getMonth() + 1, 2) + '-' + leadingZeros(agreePrivateNow.getDate(), 2); - if (agreePrivateNow < agreePrivateSDate) { - $("#agreePrivatePop_20241105").show(); + $("#agreePrivatePop_20241119").show(); $("#agreePrivatePop_20241106").hide(); }else{ - $("#agreePrivatePop_20241105").hide(); + $("#agreePrivatePop_20241119").hide(); $("#agreePrivatePop_20241106").show(); } @@ -1211,7 +1210,7 @@ function fn_click_banner_add_stat(bannerMenuCode){ -
@@ -1239,6 +1238,38 @@ function fn_click_banner_add_stat(bannerMenuCode){
+
+
+
+
diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css
index 3fa3cc1f..d99c22d8 100644
--- a/src/main/webapp/publish/css/popupLayer.css
+++ b/src/main/webapp/publish/css/popupLayer.css
@@ -58,6 +58,7 @@
.layer_popup_wrap02 .layer_popup:first-child{margin-left: 0;}
.layer_popup_wrap02 .layer_popup:last-child{margin-right: 0;}
.layer_popup_wrap02 .popup_inner{position: relative; display: flex; width: 100%; height: 100%; vertical-align: middle; justify-content: center; align-items: center;}
+.layer_popup_wrap .popup_range {display:flex; flex-direction:column;}
/* layer_tType1 */
.popTable_wrap {border: 1px solid #ccc; border-radius: 5px;}
diff --git a/src/main/webapp/publish/images/main/popup04_241119.jpg b/src/main/webapp/publish/images/main/popup04_241119.jpg
new file mode 100644
index 00000000..2cfdcc77
Binary files /dev/null and b/src/main/webapp/publish/images/main/popup04_241119.jpg differ
diff --git a/src/main/webapp/publish/images/main/popup06_241119.jpg b/src/main/webapp/publish/images/main/popup06_241119.jpg
new file mode 100644
index 00000000..8f28e142
Binary files /dev/null and b/src/main/webapp/publish/images/main/popup06_241119.jpg differ
diff --git a/src/main/webapp/publish/mypage_index_2024.html b/src/main/webapp/publish/mypage_index_2024.html
index 4885cd40..a2630cce 100644
--- a/src/main/webapp/publish/mypage_index_2024.html
+++ b/src/main/webapp/publish/mypage_index_2024.html
@@ -27,7 +27,7 @@
$('.security_set .tab_depth1 a').click(function () {
if ($(this).text().trim() == "ON") {
confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")
- }else{
+ } else {
confirm("가입자 휴대폰번호로 본인인증 후 해제가 가능하며, 보안로그인 설정을 해제함으로써 발생하는 손해에 대하여 회사는 책임지지 않습니다.")
}
})
@@ -38,17 +38,56 @@
$(".ip_table tbody").prepend(ipTr);
});
-
})
-
-
-
+
+ 휴대폰 인증
+ +| 핸드폰번호 | ++ + + + | +
|---|---|
| 인증번호 | ++ + + + | +
홍길동회원님 반갑습니다
- +인증에 사용할 휴대폰번호를 추가로 등록하여 관리할 수 있습니다.
(등록 및 삭제 시 휴대폰 본인인증 필요)