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

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff