kbo 작업중

This commit is contained in:
2025-03-25 23:18:33 +09:00
parent efa5d6a600
commit 225c99a5b3
69 changed files with 92 additions and 30 deletions

View File

@@ -3643,36 +3643,56 @@
}
@media (max-width: 768px) {
.displayTheme.comp_wide .comp_top .comp_body .text_area h3 {
.displayTheme-kbo.comp_wide .visualBg {
height: 76rem;
}
}
@media (max-width: 768px) {
.displayTheme-kbo.comp_wide .dtlImgs {
padding-top: 0;
}
}
@media (max-width: 768px) {
.displayTheme-kbo.comp_wide .comp_top .comp_body .text_area h3 {
letter-spacing: -0.075em;
}
}
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo {
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo {
padding: 0;
}
@media (max-width: 768px) {
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo {
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo {
padding: 0 1.3rem;
}
}
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper {
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper {
flex-wrap: wrap;
justify-content: center;
max-width: 1180px;
margin: 0 auto;
}
@media (max-width: 768px) {
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper {
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper {
justify-content: flex-start;
}
}
@media (max-width: 768px) {
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper .swiper-slide {
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper .swiper-slide {
width: 25% !important;
padding: 0.5rem;
}
}
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper .swiper-slide:first-child {
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper .swiper-slide:first-child {
margin-left: 0;
}
@media (max-width: 768px) {
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper .swiper-slide p {
letter-spacing: -0.075em;
}
}
@media (max-width: 768px) {
.displayTheme-kbo.comp_wide .comp_bottom.thumb-swiper {
padding-top: 28.2rem;
}
}
/*# sourceMappingURL=pdp_detail.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -4162,7 +4162,17 @@
}
//KBO PDP
.displayTheme.comp_wide {
.displayTheme-kbo.comp_wide {
.visualBg {
@include maxtablet {
height: 76rem;
}
}
.dtlImgs {
@include maxtablet {
padding-top: 0;
}
}
.comp_top {
.comp_body {
.text_area {
@@ -4198,10 +4208,20 @@
&:first-child {
margin-left: 0;
}
p {
@include maxtablet {
letter-spacing: -0.075em;
}
}
}
}
}
}
}
&.thumb-swiper {
@include maxtablet {
padding-top: 28.2rem;
}
}
}
}