전용관 수정 완료

This commit is contained in:
2025-11-07 00:48:06 +09:00
parent bc85caf466
commit 97ec363780
26 changed files with 3396 additions and 144 deletions

View File

@@ -386,7 +386,7 @@ html {
}
@media (min-width: 768px) {
#promotion .section1 .parallax-bg:after {
background: url("../images/kia/promotion/section1_board.png") no-repeat center bottom/cover;
background: url("../images/kia/promotion/section1_board.webp") no-repeat center bottom/cover;
}
}
@media (min-width: 768px) {
@@ -1371,6 +1371,7 @@ html {
@media (min-width: 768px) {
#promotion .recent-theme .contentSection .media-area .youtubeThumb img {
border-radius: 0.6rem;
aspect-ratio: 1200/675;
}
}
#promotion .recent-theme .contentSection .media-area .youtubeThumb .btn-play {

File diff suppressed because one or more lines are too long

View File

@@ -376,7 +376,7 @@ html {
height: 100%;
background: url("../images/kia/promotion/section1_m_board.png") no-repeat center bottom / cover;
@include tablet {
background: url("../images/kia/promotion/section1_board.png") no-repeat center bottom / cover;
background: url("../images/kia/promotion/section1_board.webp") no-repeat center bottom / cover;
}
}
@include tablet {
@@ -1393,6 +1393,7 @@ html {
border-radius: 0;
@include tablet {
border-radius: 0.6rem;
aspect-ratio: 1200 / 675;
}
}
.btn-play {