This commit is contained in:
wyh 2024-11-05 17:48:15 +09:00
commit 8d7fe25978

View File

@ -13,6 +13,17 @@
<link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css">
<link rel="stylesheet" href="/publish/css/popupLayer.css">
<style>
.clause_list .clause_list_head .list_head_in{display:flex;align-items:center;}
.joinCheckbox+label::after{top:4px;}
.clause_list_body_noneOpen .joinCheckbox.type3+label::after{width:20px;height:20px;top:3px;}
.clause_list_head .checkbox_wrap .term_href{display:inline-flex;height:30px;font-size:15px;border-radius:5px;padding:0 15px;margin:5px 0 0 10px;justify-content:center;align-items:center;}
.clause_list li.list_open,.mem_cont.join2 .clause_list li.list_open .clause_list_body .agree_text{overflow:hidden;}
.mem_cont.join2 .clause_list li.list_open.on .clause_list_body{display:block;}
.mem_cont.join2 .clause_list li.list_open .clause_list_body{display:none;}
</style>
<script src="/publish/js/content.js"></script>
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="/publish/js/popup.js"></script>
@ -45,6 +56,8 @@
changeCheck();
});
$(".list_open.on").siblings().find(".clause_list_body").slideUp(0);
});
//필수 체크 3개인지 확인 후 3개가 맞으면 팝업 오픈
@ -497,7 +510,11 @@
<div class="checkbox_wrap">
<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>
</c:if>
</div>
<button type="button" onclick="clause_list(this);"><i></i></button>
</div>
</div>