FAQ 에러, 팝업공지 이미지 미노출, 풋터 패밀리사이트 토글 기능 개선

This commit is contained in:
root
2026-07-23 18:57:07 +09:00
parent e6c45240d9
commit 4dc194a064
15 changed files with 39 additions and 175 deletions
@@ -375,19 +375,6 @@
</body>
<script>
$(function(){
// footer family site toggle
$('.family_btn').click(function(e){
e.stopPropagation();
$('.family_list, .family_btn').toggleClass('family_on');
});
$(document).click(function(e){
if(!$(e.target).closest('.family_wrap').length){
$('.family_list, .family_btn').removeClass('family_on');
}
});
});
// 회원 탈퇴
function member_leave() {
if (confirm("회원에서 탈퇴 하시겠습니까?"))