통합인증 : 모바일 공통 스타일 재지정

This commit is contained in:
seeoya
2021-09-24 15:23:29 +09:00
parent 781c99b35d
commit c6265aee2a
9 changed files with 25 additions and 17 deletions

View File

@ -25,14 +25,18 @@ add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css"
<caption>추가 개인정보처리방침 안내</caption>
<thead>
<tr>
<th>목적</th>
<th colspan="2">목적</th>
</tr>
<tr>
<th>항목</th>
<th>보유기간</th>
</tr>
</thead>
<tbody>
<tr>
<td>이용자 식별 및 본인여부 확인</td>
<td colspan="2">이용자 식별 및 본인여부 확인</td>
</tr>
<tr>
<td>생년월일<?php echo ($config['mb'])? ", 휴대폰 번호(아이핀 제외)" : ""; ?>, 암호화된 개인식별부호(CI)</td>
<td>회원 탈퇴 시까지</td>
</tr>