no message

This commit is contained in:
2025-09-30 22:53:03 +09:00
parent 157de633dc
commit 0b4c92797a
4 changed files with 43 additions and 6 deletions

View File

@@ -725,6 +725,11 @@ video::-webkit-media-controls {
padding: 0 1.5rem;
}
}
@media (min-width: 1920px) {
.hederWarp_n .headerInner {
max-width: 1920px;
}
}
.hederWarp_n .headerInner .menuBg {
display: none;
}
@@ -1041,13 +1046,13 @@ video::-webkit-media-controls {
}
@media (min-width: 1120px) {
.hederWarp_n .headerInner .gnb .menuWarp .menu.open li:nth-child(3) .menuDepth2Wrap {
left: 21.6rem;
left: 13.6rem;
}
}
@media (min-width: 1120px) {
.hederWarp_n .headerInner .gnb .menuWarp .menu.open li:nth-child(4) .menuDepth2Wrap {
display: block;
left: 30.4rem;
left: 37.4rem;
}
}
@media (max-width: 1120px) {
@@ -1116,6 +1121,7 @@ video::-webkit-media-controls {
background: url("../images/common/icon-arrow_right.svg") center center no-repeat;
}
.hederWarp_n .headerInner .gnb .menuWarp .menu .menuDepth1Wrap .menuDepth1.lower.on ~ .menuDepth2Wrap {
padding-left: 1.2rem;
margin-bottom: 1rem;
}
}
@@ -1157,6 +1163,7 @@ video::-webkit-media-controls {
}
.hederWarp_n .headerInner .gnb .menuWarp .menu .menuDepth1Wrap .menuDepth2Wrap.support {
width: 16rem;
left: 40rem;
}
@media (max-width: 1120px) {
.hederWarp_n .headerInner .gnb .menuWarp .menu .menuDepth1Wrap .menuDepth2Wrap.support {
@@ -1193,6 +1200,9 @@ video::-webkit-media-controls {
padding: 0.6rem 0;
}
}
.hederWarp_n .headerInner .gnb .menuWarp .menu .hiddenMenuDepth1Wrap .menuDepth1 {
display: none !important;
}
.hederWarp_n .headerInner .gnb .menuWarp .mobileSubMenu {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@@ -851,6 +851,9 @@ video::-webkit-media-controls {
max-width: 100%;
padding: 0 1.5rem;
}
@media (min-width: 1920px) {
max-width: 1920px;
}
.menuBg {
display: none;
@@ -1214,7 +1217,7 @@ video::-webkit-media-controls {
li:nth-child(3) {
.menuDepth2Wrap {
@media (min-width: 1120px) {
left: 21.6rem;
left: 13.6rem;
}
}
}
@@ -1223,7 +1226,7 @@ video::-webkit-media-controls {
.menuDepth2Wrap {
@media (min-width: 1120px) {
display: block;
left: 30.4rem;
left: 37.4rem;
}
}
}
@@ -1294,6 +1297,7 @@ video::-webkit-media-controls {
}
& ~ .menuDepth2Wrap {
padding-left: 1.2rem;
margin-bottom: 1rem;
}
}
@@ -1348,6 +1352,7 @@ video::-webkit-media-controls {
&.support {
width: 16rem;
left: 40rem;
@media (max-width: 1120px) {
width: 100%;
@@ -1392,6 +1397,12 @@ video::-webkit-media-controls {
}
}
}
.hiddenMenuDepth1Wrap {
.menuDepth1 {
display: none !important;
}
}
}
.mobileSubMenu {