미키 수정

This commit is contained in:
2025-10-29 23:13:06 +09:00
parent afa6e761c2
commit 7c0545236b
4 changed files with 145 additions and 144 deletions

View File

@@ -17,7 +17,8 @@ $(document).ready(function () {
$thisBtn.closest("li").addClass("active");
// 탭 콘텐츠 show/hide
$tabContents.hide().eq(currentIndex).show();
$tabContents.removeClass("active");
$tabContents.eq(currentIndex).addClass("active");
// 스크롤 이동
$("html, body").animate(