gnb 브레이크포인트 수정

This commit is contained in:
2025-11-25 23:32:18 +09:00
parent 4baac677a3
commit 9b97d1426c
6 changed files with 77 additions and 2970 deletions

View File

@@ -806,7 +806,6 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
.hederWarp_n .headerInner .gnb .logoWrap {
display: flex;
align-items: center;
height: 8rem;
}
}
.hederWarp_n .headerInner .gnb .logoWrap a {
@@ -1047,7 +1046,7 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
margin-left: 4.5rem;
transition: margin-left 0.2s ease-in-out;
}
@media (max-width: 1220px) {
@media (max-width: 1250px) {
.hederWarp_n .headerInner .gnb .menuWarp .menu {
margin-left: 2rem;
}
@@ -1114,7 +1113,7 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
}
@media (max-width: 1220px) {
.hederWarp_n .headerInner .gnb .menuWarp .menu .menuDepth1Wrap .menuDepth1 {
padding: 0 1.25rem;
padding: 0 1rem;
}
}
@media (max-width: 1120px) {

File diff suppressed because one or more lines are too long

View File

@@ -188,7 +188,8 @@ video::-webkit-media-controls {
left: 50%;
transform: translate(-50%, 0);
@include desktopMin {}
@include desktopMin {
}
.boxBullet {
display: none;
@@ -693,7 +694,6 @@ video::-webkit-media-controls {
.moblieMenu {
.slide-open {
.burgur {
.top-line,
.bot-line {
background-color: #000;
@@ -943,7 +943,7 @@ video::-webkit-media-controls {
@media (min-width: 1120px) {
display: flex;
align-items: center;
height: 8rem;
// height: 8rem;
}
a {
@@ -1220,7 +1220,7 @@ video::-webkit-media-controls {
margin-left: 4.5rem;
transition: margin-left 0.2s ease-in-out;
@media (max-width: 1220px) {
@media (max-width: 1250px) {
margin-left: 2rem;
}
@@ -1303,7 +1303,7 @@ video::-webkit-media-controls {
white-space: nowrap;
@media (max-width: 1220px) {
padding: 0 1.25rem;
padding: 0 1rem;
}
@media (max-width: 1120px) {
@@ -2135,7 +2135,6 @@ video::-webkit-media-controls {
margin-top: 0;
}
.infoStickyInner {
display: flex;
justify-content: space-between;
@@ -2241,7 +2240,6 @@ video::-webkit-media-controls {
padding-right: 0rem;
}
body.scroll-up & {
top: 10.6rem;
transition: top 0.3s ease-in-out;
@@ -2781,7 +2779,8 @@ video::-webkit-media-controls {
margin-bottom: 0rem;
}
@include desktopMax {}
@include desktopMax {
}
dt {
color: #676767;

View File

@@ -121,7 +121,7 @@ $(document).ready(function () {
});
}
targetSize = "moblie";
} else if (windowWidth > 500 && windowWidth <= 1024) {
} else if (windowWidth > 500 && windowWidth <= 1120) {
//타블릿 class
body.className = "tablet";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff