kbo 작업중

This commit is contained in:
2025-03-26 21:21:35 +09:00
parent 19dc9a5b63
commit 5aed895f23
3 changed files with 9 additions and 1 deletions

View File

@@ -3663,6 +3663,11 @@
color: #fff;
font-size: 1.6rem;
}
@media (max-width: 768px) {
.displayTheme-kbo.comp_wide .swiper-info {
display: none;
}
}
.displayTheme-kbo.comp_wide .swiper-slide .image_area img {
box-shadow: 0px 0px 20px 0px rgba(234, 229, 188, 0.3019607843);
}

File diff suppressed because one or more lines are too long

View File

@@ -4181,6 +4181,9 @@
padding: 0 0 0.6rem;
color: #fff;
font-size: 1.6rem;
@include maxtablet {
display: none;
}
}
.swiper-slide {
.image_area {