pdp 부스트

This commit is contained in:
2024-08-12 23:01:05 +09:00
parent 2a791fa3f2
commit 329efd6441
13 changed files with 871 additions and 31 deletions

View File

@@ -3857,4 +3857,72 @@
background: url(../images/common/ico_arrow_l.png) no-repeat center / contain;
}
}
.bu {
display: block;
padding-left: 5.4rem;
text-indent: -2rem;
@include maxmobile {
padding-left: 2rem;
}
}
}
.boost {
&.comp_1x_w_v_s_e1 {
.bottom {
&:before {
background-color: rgba(5, 20, 31, 1);
}
.contents_area {
.image_area {
margin-top:0;
}
}
}
.contents_area {
padding-top:7rem;
@include maxmobile {
padding-top:4rem;
}
}
}
&.comp_1x_b_h_s_e1 {
@include maxmobile {
margin-top:6rem;
}
}
&.comp_1x_w_v_s_e2 {
@include maxmobile {
margin-top:6rem;
}
.comp_body {
&.full {
flex-wrap: wrap;
}
}
.image_area {
max-width: 120rem;
height: auto;
padding-top:5rem;
margin: 0 auto;
@include maxmobile {
padding-top:3rem;
}
img {
height: auto;
object-fit: inherit;
border-radius: 0.6rem;
}
}
}
}