포토리뷰 작업 중

This commit is contained in:
2026-01-05 22:17:09 +09:00
parent e0eb8418ec
commit 534015a521
11 changed files with 111 additions and 29 deletions

View File

@@ -1673,6 +1673,13 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
background-color: #fff;
border-top: 1px solid #dedede;
}
.hederWarp_n .headerInner .mobileOpenMenu:after {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #dedede;
}
.hederWarp_n .headerInner .mobileOpenMenu.hBoder {
border-bottom: 1px solid #dedede;
}
@@ -1680,6 +1687,7 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
overflow-x: auto;
scrollbar-width: none;
-ms-overflow-style: none;
margin-bottom: -1px;
display: flex;
align-items: center;
white-space: nowrap;
@@ -4834,7 +4842,7 @@ body.scroll-up .infoSticky {
right: 0;
width: 3rem;
height: 3rem;
background: url(../images/common/icon-menu-close.svg) no-repeat center/1.8rem auto;
background: url(../images/common/icon-close.png) no-repeat center/100% auto;
text-indent: -9999em;
}
@media (min-width: 768px) {
@@ -5535,7 +5543,7 @@ body.scroll-up .infoSticky {
right: 0;
width: 3rem;
height: 3rem;
background: url(../images/common/icon-menu-close.svg) no-repeat center/1.8rem auto;
background: url(../images/common/icon-close.png) no-repeat center/100% auto;
text-indent: -9999em;
}
@media (min-width: 768px) {