kbo 작업중

This commit is contained in:
2025-03-26 21:19:14 +09:00
parent 225c99a5b3
commit 19dc9a5b63
6 changed files with 512 additions and 250 deletions

View File

@@ -3647,11 +3647,28 @@
height: 76rem;
}
}
.displayTheme-kbo.comp_wide .dtlImgs {
padding-top: 4rem;
}
@media (max-width: 768px) {
.displayTheme-kbo.comp_wide .dtlImgs {
padding-top: 0;
}
}
.displayTheme-kbo.comp_wide .tooltip {
top: -6.5rem;
}
.displayTheme-kbo.comp_wide .swiper-info {
padding: 0 0 0.6rem;
color: #fff;
font-size: 1.6rem;
}
.displayTheme-kbo.comp_wide .swiper-slide .image_area img {
box-shadow: 0px 0px 20px 0px rgba(234, 229, 188, 0.3019607843);
}
.displayTheme-kbo.comp_wide .swiper-pagination {
top: 48.4rem;
}
@media (max-width: 768px) {
.displayTheme-kbo.comp_wide .comp_top .comp_body .text_area h3 {
letter-spacing: -0.075em;

File diff suppressed because one or more lines are too long

View File

@@ -4169,10 +4169,29 @@
}
}
.dtlImgs {
padding-top: 4rem;
@include maxtablet {
padding-top: 0;
}
}
.tooltip {
top: -6.5rem;
}
.swiper-info {
padding: 0 0 0.6rem;
color: #fff;
font-size: 1.6rem;
}
.swiper-slide {
.image_area {
img {
box-shadow: 0px 0px 20px 0px #eae5bc4d;
}
}
}
.swiper-pagination {
top: 48.4rem;
}
.comp_top {
.comp_body {
.text_area {