311 lines
13 KiB
HTML
311 lines
13 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>문자온</title>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/publish/css/reset.css">
|
|
<link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css">
|
|
<link rel="stylesheet" href="/publish/css/common.css">
|
|
<link rel="stylesheet" href="/publish/css/button.css">
|
|
<link rel="stylesheet" href="/publish/css/content.css">
|
|
<link rel="stylesheet" href="/publish/css/mem.css">
|
|
<link rel="stylesheet" href="/publish/css/font.css">
|
|
<link rel="stylesheet" href="/publish/css/popupLayer.css">
|
|
|
|
|
|
<script src="/publish/js/jquery-3.5.0.js"></script>
|
|
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script>
|
|
<script src="/publish/js/common.js"></script>
|
|
<script src="/publish/js/content.js"></script>
|
|
<script src="/publish/js/popupLayer.js"></script>
|
|
|
|
<script>
|
|
$(function () {
|
|
// on/off 시 confirm 창 노출
|
|
$(".security_tab").click(function () {
|
|
if ($(this).find("a.on").text().trim() == "ON") {
|
|
if (!confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")) {
|
|
$(this).find("a.on").siblings("a").removeClass("on");
|
|
|
|
} else {
|
|
$(this).find("a.on").removeClass("on").siblings("a").addClass("on");
|
|
$(this).removeClass("on").addClass("off");
|
|
}
|
|
} else if ($(this).find("a.on").text().trim() == "OFF") {
|
|
if (!confirm("가입자 휴대폰번호로 본인인증 후 해제가 가능하며, 보안로그인 설정을 해제함으로써 발생하는 손해에 대하여 회사는 책임지지 않습니다.")) {
|
|
$(this).find("a.on").siblings("a").removeClass("on");
|
|
} else {
|
|
$(this).find("a.on").removeClass("on").siblings("a").addClass("on");
|
|
$(this).removeClass("off").addClass("on");
|
|
}
|
|
}
|
|
});
|
|
})
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="mask"></div>
|
|
<div data-include-path="/publish/layout/_header.html"></div>
|
|
<!-- login 영역 -->
|
|
<!-- content 영역 -->
|
|
<div id="container" class="cont sub">
|
|
<div class="inner">
|
|
<!-- send top -->
|
|
<div class="send_top">
|
|
<!-- tab button -->
|
|
<ul class="tabType4">
|
|
<li class="tab"><button type="button" onclick="location.href='/publish/mypage2.html'">회원정보 변경</button></li>
|
|
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li>
|
|
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li>
|
|
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li>
|
|
<li class="tab"><button type="button" onclick="TabType5(this,'6');">알림설정</button></li>
|
|
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li>
|
|
<li class="tab active"><button type="button" onclick="location.href='/publish/mypage_security_login.html'">보안로그인</button></li>
|
|
</ul>
|
|
<!--// tab button -->
|
|
|
|
<!-- 보안로그인 -->
|
|
<div class="mypage_content current" id="tab5_7">
|
|
<div class="heading">
|
|
<h2>보안로그인</h2>
|
|
</div>
|
|
<div class="my_dashboard">
|
|
|
|
<!-- 보안로그인 -->
|
|
<div class="security_login">
|
|
|
|
<ul class="explanation_wrap box info">
|
|
<li>· 사이트 부정로그인으로 인한 피해를 방지할 수 있는 2차 로그인 인증 서비스입니다. </li>
|
|
<li>· 인증 휴대폰번호 추가 등록 또는 IP 접속 허용을 통해 편리한 사용이 가능합니다.</li>
|
|
<li>· 보안로그인 기능을 사용할 경우 로그인 시 등록한 휴대폰번호로 추가 인증이 진행됩니다.</li>
|
|
</ul>
|
|
|
|
<div class="security_set box">
|
|
<div class="title_wrap">
|
|
<p class="dashboard_title">보안로그인</p>
|
|
<div class="title_box ip_add_wrap">
|
|
<span>현재 접속중인 IP : <b>119.193.215.98 </b></span>
|
|
<input type="hidden" id="cennectIp" value="119.193.215.98">
|
|
|
|
<button type="button" class="btnType btnType6 btn_allow_ip_add">허용 IP 등록</button>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="set_area">
|
|
<input type="hidden" id="secuLoginFlag" value="">
|
|
<div class="tab_depth1 security_tab on">
|
|
<a href="#none" id="secuOnBtn" class="on">ON</a>
|
|
<a href="#none" id="secuOffBtn">OFF</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 인증 휴대폰번호 관리 -->
|
|
<div class="title_area">
|
|
<p class="dashboard_title">인증 휴대폰번호 관리</p>
|
|
<p class="qmMark">?</p>
|
|
<div class="hover_cont" style="width:330px;left:240px;top:25px;">
|
|
<p>인증에 사용할 휴대폰번호를 추가로 등록하여 관리할 수 있습니다. <br>
|
|
(등록 시 휴대폰 인증 필요)</p>
|
|
</div>
|
|
<button type="button" id="phonePlus" class="btn_plus"><img src="/publish/images/content/mypage_plus.png" alt="더보기"></button>
|
|
<input type="hidden" data-tooltip="popup05" id="phonePlusPopupOpen">
|
|
</div>
|
|
|
|
<div class="table_wrap" id="phoneTable">
|
|
<table>
|
|
<colgroup>
|
|
<col style="width: 140px;">
|
|
<col style="width: auto;">
|
|
<col style="width: auto;">
|
|
<col style="width: 160px;">
|
|
<col style="width: 140px;">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">휴대폰번호</th>
|
|
<th scope="col">별칭</th>
|
|
<th scope="col">메모</th>
|
|
<th scope="col">등록일시</th>
|
|
<th scope="col">관리</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>01057058729</td>
|
|
<td>대표번호</td>
|
|
<td>-</td>
|
|
<td>-</td>
|
|
<td>-</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- //인증 휴대폰번호 관리 -->
|
|
|
|
<!-- 접속 IP관리 -->
|
|
<div class="title_area">
|
|
<p class="dashboard_title">접속 IP 관리</p>
|
|
<p class="qmMark">?</p>
|
|
<div class="hover_cont" style="width:380px;left:160px;top:25px;">
|
|
<p>접속 IP를 미리 등록할 경우 2차 로그인 인증 없이 접속이 가능합니다. <br>
|
|
<span>(공용 PC는 보안상의 이유로 등록을 권장하지 않습니다.)</span></p>
|
|
</div>
|
|
<button type="button" class="btn_plus btn_ip_plus"><img src="/publish/images/content/mypage_plus.png" alt="더보기"></button>
|
|
</div>
|
|
|
|
<div class="table_wrap" id="ipTable">
|
|
<table>
|
|
<colgroup>
|
|
<col style="width: 26%;">
|
|
<col style="width: auto;">
|
|
<col style="width: 26%;">
|
|
<col style="width: 100px;">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">허용IP</th>
|
|
<th scope="col">메모</th>
|
|
<th scope="col">등록일시</th>
|
|
<th scope="col">관리</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td colspan="4" class="empty-row">등록된 IP 주소가 없습니다.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- //접속 IP관리 -->
|
|
|
|
|
|
<!-- 로그인 내역 -->
|
|
<div class="title_area">
|
|
<p class="dashboard_title">로그인 내역 <span class="small_text">로그인 내역은 최대 3개월까지만 보관됩니다.</span></p>
|
|
</div>
|
|
|
|
<div class="table_wrap">
|
|
<table>
|
|
<colgroup>
|
|
<col style="width:calc(100% /3);">
|
|
<col style="width:calc(100% /3);">
|
|
<col style="width:calc(100% /3);">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">로그인 일시</th>
|
|
<th scope="col">로그인 IP</th>
|
|
<th scope="col">로그인 환경</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
<tr>
|
|
<td>2025-04-02 15:59:07</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-04-02 14:00:54</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-04-02 09:43:06</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-04-01 14:25:58</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-04-01 12:36:03</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-03-31 17:15:37</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-03-31 16:51:08</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-03-31 16:50:59</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-03-31 15:06:58</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2025-03-31 14:35:07</td>
|
|
<td>119.193.215.98</td>
|
|
<td>PC</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- //로그인 내역 -->
|
|
<!-- pagination -->
|
|
<ul class="pagination">
|
|
<li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li>
|
|
<li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li>
|
|
<li class="on"><button>1</button></li>
|
|
<li><button>2</button></li>
|
|
<li><button>3</button></li>
|
|
<li><button>4</button></li>
|
|
<li><button>5</button></li>
|
|
<li><button>6</button></li>
|
|
<li><button>7</button></li>
|
|
<li><button>8</button></li>
|
|
<li><button>9</button></li>
|
|
<li><button>10</button></li>
|
|
<li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li>
|
|
<li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li>
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
<!-- //보안로그인 -->
|
|
</div>
|
|
</div>
|
|
<!-- // 보안로그인 -->
|
|
|
|
</div>
|
|
<!--// send top -->
|
|
</div>
|
|
</div>
|
|
<!--// content 영역 -->
|
|
<!-- footer 영역 -->
|
|
<!-- footer -->
|
|
<div data-include-path="/publish/layout/_footer.html"></div>
|
|
<!--// footer 영역 -->
|
|
</body>
|
|
|
|
</html> |