This commit is contained in:
hehihoho3@gmail.com 2024-11-06 11:06:32 +09:00
commit e7eee5528d

View File

@ -511,7 +511,7 @@
<input type="checkbox" name="agreeCheck" onclick="tooltipChk();" id="agree_${result.termsId}" title="${result.termsSj}동의" class="joinCheckbox type2 ${necCheck}" />
<label for="agree_${result.termsId}"><span class="${colClass}">[${nec}]</span><strong>${result.termsSj}</strong></label>
<c:if test="${result.termsId eq 'TERMS_00000023'}" >
<a href="https://www.munjaon.co.kr/web/cop/bbs/TermsList.do?menuNm=03&termsMastNo=2023" class="btn btnType3 term_href">개인정보처리방침 바로가기</a>
<a href="https://www.munjaon.co.kr/web/cop/bbs/TermsList.do?menuNm=03&termsMastNo=2024" class="btn btnType3 term_href">개인정보처리방침 바로가기</a>
</c:if>
</div>