UIUX수정

This commit is contained in:
2025-05-14 22:58:58 +09:00
parent 16cceafea3
commit a933b6d359
103 changed files with 1360 additions and 1267 deletions

View File

@@ -1063,7 +1063,7 @@ video::-webkit-media-controls {
}
.hederWarp_n .headerInner .gnb .menuWarp .menu .menuDepth1Wrap .menuDepth2Wrap {
position: absolute;
display: block;
display: none;
width: 100%;
min-width: 11rem;
top: 7.9rem;

File diff suppressed because one or more lines are too long

View File

@@ -1232,7 +1232,7 @@ video::-webkit-media-controls {
.menuDepth2Wrap {
position: absolute;
display: block;
display: none;
width: 100%;
min-width: 11rem;
top: 7.9rem;

View File

@@ -147,7 +147,7 @@ $(document).ready(function () {
return;
}
$(".menuDepth2Wrap").stop(true).hide();
$(".menuDepth2Wrap").hide().stop(true);
$(".desktop .menu").removeClass("open");
$(".desktop .hederWarp_n").removeClass("menu-open");
$(".desktop .menuBg").css("height", "0");