전용관, PDP 영상 수정 완료

This commit is contained in:
2025-11-12 23:22:34 +09:00
parent 97ec363780
commit 6ece736da9
30 changed files with 358 additions and 303 deletions

View File

@@ -4863,6 +4863,11 @@
.tab-box {
padding-top: 0;
display: none;
&.box2 {
display: block;
}
.discover-area {
position: relative;
padding: 4rem 0 0;
@@ -5127,6 +5132,9 @@
.tab-box {
display: none;
padding-top: 2.2rem;
&.box1 {
display: block;
}
@include tablet {
margin-bottom: 2.4rem;
@@ -5457,6 +5465,27 @@
width: 100%;
}
}
.video-area {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 120rem;
// height: 19.667rem;
aspect-ratio: 1200 / 236;
padding: 1.8333333333333333vw;
background: url("../images/kia/promotion/video_frame.png") no-repeat center center / contain;
@media (min-width: 1000px) {
padding: 2.2rem;
}
& + .video-area {
margin-top: 1.2rem;
@include tablet {
margin-top: 1.6rem;
}
}
}
}
.inner {