92 lines
5.1 KiB
HTML
92 lines
5.1 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/calendar.js"></script>
|
|
<script src="/publish/js/popupLayer.js"></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 active"><button type="button" onclick="TabType5(this,'7');">회원탈퇴</button></li>
|
|
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li>
|
|
</ul>
|
|
<!--// tab button -->
|
|
<!-- 마이페이지 - 회원탈퇴 -->
|
|
<div class="mypage_content current" id="tab5_4">
|
|
<div class="heading">
|
|
<h2>회원탈퇴</h2>
|
|
</div>
|
|
<div class="mem_cont_in widthL">
|
|
<p class="list_title2">본인 확인 후 <span class="c_002c9a fwMd">회원탈퇴 신청이 가능</span>합니다.</p>
|
|
<div class="self_identfy_wrap">
|
|
<!-- <div class="self_identfy1">
|
|
<div class="table_cell">
|
|
<p>등록한 휴대폰 번호로 SMS 인증</p>
|
|
<span>회원정보에 등록한 휴대폰 번호로 SMS 인증</span>
|
|
<div class="indenfy_num">
|
|
<div>
|
|
<label for="" class="label">휴대폰 번호 인증</label>
|
|
<input type="text" placeholder="010-12**-56**" readonly>
|
|
<button type="button" class="btnType btnType6">인증번호 받기</button>
|
|
</div>
|
|
<div>
|
|
<label for="" class="label">인증번호 입력</label>
|
|
<input type="text" placeholder="인증번호를 입력해주세요" onfocus="this.placeholder=''" onblur="this.placeholder='인증번호를 입력해주세요'">
|
|
</div>
|
|
<button type="button" class="indenfy_btn">확인</button>
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
<div class="self_identfy2">
|
|
<div class="table_cell">
|
|
<p>본인 명의 휴대폰 번호로 본인인증</p>
|
|
<span>등록한 휴대폰으로 SMS 인증이 어려우시면,<br>본인 명의로 가입된 휴대폰 번호로 받으실 수 있습니다.</span>
|
|
<button type="button" class="indenfy_btn" onclick="openKMCISWindow()">확인</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div><!--// 마이페이지 - 회원해지 -->
|
|
|
|
</div><!--// send top -->
|
|
</div>
|
|
</div><!--// content 영역 -->
|
|
<!-- footer 영역 -->
|
|
<!-- footer -->
|
|
<div data-include-path="/publish/layout/_footer.html"></div>
|
|
<!--// footer 영역 -->
|
|
</body></html>
|