gnb 작업중

This commit is contained in:
2025-09-29 22:38:58 +09:00
parent 963917b1be
commit 157de633dc
3 changed files with 27 additions and 1 deletions

View File

@@ -719,6 +719,12 @@ video::-webkit-media-controls {
height: 5.6rem;
}
}
@media (min-width: 1240px) {
.hederWarp_n .headerInner {
max-width: 100%;
padding: 0 1.5rem;
}
}
.hederWarp_n .headerInner .menuBg {
display: none;
}
@@ -750,6 +756,15 @@ video::-webkit-media-controls {
justify-content: flex-start;
align-items: center;
}
@media (min-width: 1240px) {
.hederWarp_n .headerInner .gnb {
flex: 1;
justify-content: space-between;
}
.hederWarp_n .headerInner .gnb .menuWarp {
padding-right: 25%;
}
}
.hederWarp_n .headerInner .gnb .logoWrap {
position: relative;
z-index: 2;

File diff suppressed because one or more lines are too long

View File

@@ -847,6 +847,10 @@ video::-webkit-media-controls {
@media (max-width: 1120px) {
height: 5.6rem;
}
@media (min-width: 1240px) {
max-width: 100%;
padding: 0 1.5rem;
}
.menuBg {
display: none;
@@ -879,6 +883,13 @@ video::-webkit-media-controls {
display: flex;
justify-content: flex-start;
align-items: center;
@media (min-width: 1240px) {
flex: 1;
justify-content: space-between;
.menuWarp {
padding-right: 25%;
}
}
.logoWrap {
position: relative;