gnb 최신화

This commit is contained in:
2025-12-21 09:43:33 +09:00
parent 6426b87fd0
commit 7ee87344bf
117 changed files with 19978 additions and 5147 deletions

View File

@@ -1322,7 +1322,7 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
width: 2.5rem;
height: 0.8rem;
margin-top: -0.4rem;
background: url("../images/common/icon-wtbarrow.svg") center right no-repeat;
background: url("../images/common/icon-tbarrow.svg") center right no-repeat;
background-size: 1.2rem;
}
@media (min-width: 1025px) {
@@ -1542,12 +1542,12 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
padding: 0.3rem 0.6rem;
font-size: 1.4rem;
font-weight: 600;
border: 1px solid rgba(255, 255, 255, 0.3);
color: #ffffff;
border: 1px solid rgba(5, 20, 31, 0.3);
color: #05141f;
transition: 0.3s;
}
.hederWarp_n .headerInner .func .userLogin > a:hover {
border: 1px solid rgb(255, 255, 255);
border: 1px solid rgb(5, 20, 31);
}
.hederWarp_n .headerInner .func .user {
position: relative;
@@ -1559,6 +1559,9 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
display: none;
}
}
.hederWarp_n .headerInner .func .user .icon-user {
background-image: url(../images/common/icon-user.svg);
}
.hederWarp_n .headerInner .func .user > a {
display: flex;
align-items: center;

File diff suppressed because one or more lines are too long

View File

@@ -1549,7 +1549,7 @@ video::-webkit-media-controls {
width: 2.5rem;
height: 0.8rem;
margin-top: -0.4rem;
background: url("../images/common/icon-wtbarrow.svg") center right no-repeat;
background: url("../images/common/icon-tbarrow.svg") center right no-repeat;
background-size: 1.2rem;
@include desktopMin {
@@ -1798,13 +1798,21 @@ video::-webkit-media-controls {
padding: 0.3rem 0.6rem;
font-size: 1.4rem;
font-weight: 600;
border: 1px solid rgba(255, 255, 255, 0.3);
color: #ffffff;
// border: 1px solid rgba(255, 255, 255, 0.3);
// color: #ffffff;
// transition: 0.3s;
border: 1px solid rgba(5, 20, 31, 0.3);
color: #05141f;
transition: 0.3s;
&:hover {
border: 1px solid rgba(255, 255, 255, 1);
border: 1px solid rgba(5, 20, 31, 1);
}
// &:hover {
// border: 1px solid rgba(255, 255, 255, 1);
// }
}
}
@@ -1817,6 +1825,10 @@ video::-webkit-media-controls {
display: none;
}
.icon-user {
background-image: url(../images/common/icon-user.svg);
}
> a {
display: flex;
align-items: center;

View File

@@ -3742,4 +3742,17 @@ body#notice .contentWarp {
#event .utilBtnArea {
margin-bottom: 4rem;
}
body .notice,
body .faqKey,
body .csKey {
top: 10.6rem;
}
@media (min-width: 1121px) {
body .notice,
body .faqKey,
body .csKey {
top: 8.6rem;
}
}
/*# sourceMappingURL=service.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -2524,3 +2524,12 @@ body#notice {
margin-bottom: 4rem;
}
}
body .notice,
body .faqKey,
body .csKey {
top: 10.6rem;
@media (min-width: 1121px) {
top: 8.6rem;
}
}