This commit is contained in:
2026-01-30 17:20:52 +09:00
commit 21b6332c9c
459 changed files with 190743 additions and 0 deletions

46
kngil/skin/pop_cancel.php Normal file
View File

@@ -0,0 +1,46 @@
<!-- popup_wrap -->
<div class="popup-wrap" id="pop_cancel" role="dialog" aria-labelledby="mypage03_title" aria-modal="true">
<!-- popup_in -->
<div class="popup-in mypage">
<button class="btn-close" type="button" aria-label="팝업 닫기">
<img src="/kngil/img/ico/ico_close.svg" alt="닫기">
</button>
<!-- popup_container -->
<div class="popup-container cancel">
<!-- pop_header -->
<div class="pop-header">
<h2 class="tit" id="mypage03_title">회원 탈퇴</h2>
<p class="sub-txt">
<em>
서비스를 이용해주셔서 감사합니다.<br><br>
탈퇴 내용을 <br>
다시 확인해주세요.
</em>
</p>
</div>
<!-- //pop_header -->
<!-- pop_body -->
<div class="pop-body">
<div class="messages">
<div class="msg-box">
<div class="ico-pw"><img src="/kngil/img/ico/ico_people_del.svg" alt=""></div>
<p>
탈퇴 서비스 이용이 <em class="tc-red">즉시 종료</em>되며, <br />
<em>이용 중인 유료 서비스는 이상 사용할 없습니다.</em>
</p>
<br/>
<p><em>그래도 탈퇴하시겠습니까?</em></p>
</div>
<div class="btn-wrap">
<button class="btn-cancel" type="button">회원탈퇴</button>
<button class="btn-full" type="button">취소</button>
</div>
</div>
</div>
<!-- //pop_body -->
</div>
<!-- //popup_container -->
</div>
<!-- //popup_in -->
</div>
<!-- //popup_wrap -->