한글 디즈니 작업 중

This commit is contained in:
2025-07-22 23:30:09 +09:00
parent b45090aeca
commit deed3fa35a
19 changed files with 297 additions and 110 deletions

View File

@@ -3853,10 +3853,10 @@
display: flex;
align-items: center;
justify-content: center;
height: 12.5rem;
height: 14.8rem;
font-size: 2.4rem;
font-weight: 600;
padding-bottom: 4.6rem;
padding-bottom: 3.8rem;
letter-spacing: -0.095rem;
background: url(../images/kia/pdp/display_theme_disney/available-h3.png) no-repeat center bottom/auto 100%;
}
@@ -3867,10 +3867,23 @@
padding-bottom: 8.6rem;
}
}
.displayThemeDesney .available-theme h3 span {
display: block;
width: 100%;
max-width: 36rem;
padding: 0 2rem;
text-align: left;
}
@media (min-width: 768px) {
.displayThemeDesney .available-theme h3 span {
max-width: 100%;
text-align: center;
}
}
.displayThemeDesney .available-theme .list {
display: flex;
justify-content: center;
padding-top: 2.4rem;
padding-top: 0.6rem;
padding-bottom: 5.6rem;
}
@media (min-width: 501px) {
@@ -3893,7 +3906,7 @@
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2.4rem 0.8rem;
gap: 5.6rem 0.8rem;
}
@media (min-width: 1025px) {
.displayThemeDesney .available-theme .list ul {
@@ -3909,6 +3922,7 @@
background-color: #fff;
border-radius: 0.8rem;
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.12);
transition: all 0.2s ease;
}
@media (min-width: 768px) {
.displayThemeDesney .available-theme .list ul li {
@@ -3958,12 +3972,13 @@
display: inline-block;
}
.displayThemeDesney .available-theme .list ul li.more {
overflow: visible;
width: 32rem;
height: 19.4rem;
padding: 2.4rem 2rem;
margin: 0;
background: url(../images/kia/pdp/display_theme_disney/box_more_m.png) no-repeat center/auto 100%;
border-radius: 3.3rem 0.8rem 3.3rem 0.8rem;
border-radius: 2rem 0.8rem 2rem 0.8rem;
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.1215686275);
}
@media (min-width: 768px) {
@@ -4005,10 +4020,10 @@
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble {
display: inline-block;
position: absolute;
top: -1.5rem;
left: 77%;
top: -5.5rem;
left: 5rem;
background-color: #fbc707;
padding: 0.8rem 0.9rem;
padding: 0.6rem 0.9rem;
border-radius: 0.4rem;
font-size: 1.2rem;
color: #000;
@@ -4019,9 +4034,9 @@
}
@media (min-width: 768px) {
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble {
top: -7rem;
top: -6.4rem;
left: 50%;
transform: translateX(-70%);
transform: translateX(-67%);
padding: 1.2rem 1.2rem 1rem;
border-radius: 0.4rem;
font-size: 1.6rem;
@@ -4032,18 +4047,12 @@
display: block;
position: absolute;
bottom: -1rem;
left: 1.65rem;
transform: 0;
left: 50%;
transform: translateX(-50%);
border-left: 1rem solid transparent;
border-right: 1rem solid transparent;
border-top: 1rem solid #fbc707;
}
@media (min-width: 768px) {
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble::after {
left: 50%;
transform: translateX(-50%);
}
}
.displayThemeDesney .available-theme .list ul li.more .arrow {
display: inline-block;
position: relative;
@@ -4276,7 +4285,7 @@
}
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box {
display: none;
padding-top: 4.8rem;
padding-top: 2.2rem;
}
@media (min-width: 768px) {
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box {
@@ -4288,7 +4297,7 @@
}
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .discover {
position: relative;
padding: 0 2rem 20rem;
padding: 0 2rem 15.5rem;
}
@media (min-width: 1025px) {
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .discover {
@@ -4299,7 +4308,7 @@
content: "";
display: block;
position: absolute;
bottom: 0;
bottom: -3rem;
left: 0;
width: 100%;
height: 20rem;
@@ -4334,6 +4343,7 @@
font-size: 1.4rem;
color: #fff;
line-height: 1.55;
letter-spacing: -0.025em;
}
@media (min-width: 768px) {
.displayThemeDesney.discover-epic-design .tab-wrap p {
@@ -4341,15 +4351,25 @@
font-size: 1.6rem;
}
}
.displayThemeDesney.discover-epic-design .tab-wrap p .add {
font-size: 1rem;
color: #969696;
}
@media (min-width: 768px) {
.displayThemeDesney.discover-epic-design .tab-wrap p .add {
font-size: 1.6rem;
}
}
.displayThemeDesney .image_area {
position: relative;
max-width: 100%;
line-height: 0;
}
.displayThemeDesney .image_area img {
max-width: 100%;
}
.displayThemeDesney .welcome-goodbye .image_area + .image_area {
margin-top: 0.8rem;
margin-top: 0.4rem;
}
@media (min-width: 768px) {
.displayThemeDesney .welcome-goodbye .image_area + .image_area {
@@ -4366,7 +4386,7 @@
.displayThemeDesney .three-reasons {
overflow: hidden;
position: relative;
padding: 7.2rem 0 0;
padding: 0;
background-color: #fff;
text-align: left;
}
@@ -4405,20 +4425,20 @@
}
}
.displayThemeDesney .three-reasons .tit-area p {
margin: 0.6rem 0 0;
margin: 0 0 0.2rem;
font-size: 2.4rem;
color: #000;
font-weight: 600;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .tit-area p {
margin: 2rem 0 0;
margin: 0 0 1.1rem;
font-size: 4.8rem;
color: #000;
}
}
.displayThemeDesney .three-reasons .reasons {
padding: 3rem 0 6.4rem;
padding: 3.6rem 0 6.4rem;
background: linear-gradient(176.68deg, #3f3e3e 23.87%, #060606 97.26%);
}
@media (min-width: 768px) {
@@ -4434,7 +4454,7 @@
}
}
.displayThemeDesney .three-reasons .reasons li + li {
margin-top: 2.4rem;
margin-top: 3.2rem;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li + li {
@@ -4443,8 +4463,8 @@
}
.displayThemeDesney .three-reasons .reasons li p {
flex: 1;
padding: 1rem 2rem 0 6rem;
margin: 0 2rem 1.6rem;
padding: 1rem 2rem 0 4.2rem;
margin: 0 0 1.6rem 4rem;
font-size: 1.4rem;
color: #fff;
line-height: 1.5;
@@ -4459,9 +4479,20 @@
background-size: 3.1rem auto;
}
}
.displayThemeDesney .three-reasons .reasons li p .add {
display: block;
font-size: 1rem;
color: #969696;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li p .add {
font-size: 1.4rem;
}
}
.displayThemeDesney .three-reasons .reasons li:nth-child(2) p {
padding: 1rem 6rem 0 2rem;
background: url(../images/kia/pdp/display_theme_disney/number2.png) no-repeat 100% 0/3.7rem auto;
padding: 1rem 8rem 0 0;
margin: 0 0 1.6rem 2rem;
background: url(../images/kia/pdp/display_theme_disney/number2.png) no-repeat calc(100% - 2.6rem) 0/3.7rem auto;
text-align: right;
}
@media (min-width: 768px) {
@@ -4473,7 +4504,10 @@
}
}
.displayThemeDesney .three-reasons .reasons li:nth-child(2) .img-area {
display: flex;
justify-content: center;
padding-left: 2rem;
margin-bottom: 0.7rem;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li:nth-child(2) .img-area {
@@ -4499,6 +4533,7 @@
}
.displayThemeDesney .three-reasons .reasons li strong {
display: block;
margin-bottom: 0.8rem;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
@@ -4521,6 +4556,60 @@
.displayThemeDesney .three-reasons .reasons li .img-area img {
max-width: 100%;
}
.displayThemeDesney .three-reasons .reasons li .img-area .img-msg {
display: flex;
gap: 1rem;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li .img-area .img-msg {
gap: 1.9rem;
}
}
.displayThemeDesney .three-reasons .reasons li .img-area .img-msg img {
width: 18rem;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li .img-area .img-msg img {
width: 25.6rem;
}
}
.displayThemeDesney .three-reasons .reasons li .img-area .img-msg .msg {
display: flex;
justify-content: flex-end;
align-items: flex-start;
flex-direction: column;
width: 13rem;
height: 11.7rem;
padding: 1.4rem;
font-size: 1rem;
font-weight: 600;
color: #fff;
line-height: 1.5;
background: url(../images/kia/pdp/display_theme_disney/img_reason_msg.png) no-repeat 0 0/100% auto;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li .img-area .img-msg .msg {
width: 18.5rem;
height: 16.7rem;
padding: 2rem;
font-size: 1.4rem;
}
}
.displayThemeDesney .three-reasons .reasons li .img-area .img-msg .msg:before {
content: "";
display: block;
width: 2.6rem;
height: 2rem;
margin-bottom: 0.5rem;
background: url(../images/kia/pdp/display_theme_disney/ico_megaphone.png) no-repeat 0 0/100% auto;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li .img-area .img-msg .msg:before {
width: 3.37rem;
height: 2.6rem;
margin-bottom: 0.8rem;
}
}
.displayThemeDesney .coming-next {
padding: 7.7rem 0 5.7rem;
text-align: left;

File diff suppressed because one or more lines are too long

View File

@@ -4405,10 +4405,10 @@
display: flex;
align-items: center;
justify-content: center;
height: 12.5rem;
height: 14.8rem;
font-size: 2.4rem;
font-weight: 600;
padding-bottom: 4.6rem;
padding-bottom: 3.8rem;
letter-spacing: -0.095rem;
background: url(../images/kia/pdp/display_theme_disney/available-h3.png) no-repeat center bottom / auto 100%;
@@ -4417,12 +4417,25 @@
font-size: 4.8rem;
padding-bottom: 8.6rem;
}
span {
display: block;
width: 100%;
max-width: 36rem;
padding: 0 2rem;
text-align: left;
@include tablet {
max-width: 100%;
text-align: center;
}
}
}
.list {
display: flex;
justify-content: center;
padding-top: 2.4rem;
padding-top: 0.6rem;
padding-bottom: 5.6rem;
@include mobile {
@@ -4442,7 +4455,7 @@
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2.4rem 0.8rem;
gap: 5.6rem 0.8rem;
@include desktopMin {
flex-wrap: wrap;
@@ -4457,6 +4470,7 @@
background-color: #fff;
border-radius: 0.8rem;
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.12);
transition: all 0.2s ease;
@include tablet {
width: 28.2rem;
@@ -4507,12 +4521,13 @@
}
&.more {
overflow: visible;
width: 32rem;
height: 19.4rem;
padding: 2.4rem 2rem;
margin: 0;
background: url(../images/kia/pdp/display_theme_disney/box_more_m.png) no-repeat center / auto 100%;
border-radius: 3.3rem 0.8rem 3.3rem 0.8rem;
border-radius: 2rem 0.8rem 2rem 0.8rem;
box-shadow: 0px 0px 1rem 0px #0000001f;
@include tablet {
@@ -4550,10 +4565,10 @@
.speech-bubble {
display: inline-block;
position: absolute;
top: -1.5rem;
left: 77%;
top: -5.5rem;
left: 5rem;
background-color: #fbc707;
padding: 0.8rem 0.9rem;
padding: 0.6rem 0.9rem;
border-radius: 0.4rem;
font-size: 1.2rem;
color: #000;
@@ -4563,9 +4578,9 @@
white-space: nowrap;
@include tablet {
top: -7rem;
top: -6.4rem;
left: 50%;
transform: translateX(-70%);
transform: translateX(-67%);
padding: 1.2rem 1.2rem 1rem;
border-radius: 0.4rem;
font-size: 1.6rem;
@@ -4576,15 +4591,13 @@
display: block;
position: absolute;
bottom: -1rem;
left: 1.65rem;
transform: 0;
left: 50%;
transform: translateX(-50%);
border-left: 1rem solid transparent;
border-right: 1rem solid transparent;
border-top: 1rem solid #fbc707;
@include tablet {
left: 50%;
transform: translateX(-50%);
}
}
}
@@ -4833,7 +4846,7 @@
.tab-box {
display: none;
padding-top: 4.8rem;
padding-top: 2.2rem;
@include tablet {
margin-bottom: 2.4rem;
@@ -4845,7 +4858,7 @@
.discover {
position: relative;
padding: 0 2rem 20rem;
padding: 0 2rem 15.5rem;
@include desktopMin {
padding-bottom: 40rem;
@@ -4855,7 +4868,7 @@
content: "";
display: block;
position: absolute;
bottom: 0;
bottom: -3rem;
left: 0;
width: 100%;
height: 20rem;
@@ -4894,11 +4907,19 @@
font-size: 1.4rem;
color: #fff;
line-height: 1.55;
letter-spacing: -0.025em;
@include tablet {
margin-top: 1rem;
font-size: 1.6rem;
}
.add {
font-size: 1rem;
color: #969696;
@include tablet {
font-size: 1.6rem;
}
}
}
}
}
@@ -4906,6 +4927,7 @@
.image_area {
position: relative;
max-width: 100%;
line-height: 0;
img {
max-width: 100%;
@@ -4915,7 +4937,7 @@
.welcome-goodbye {
.image_area {
& + .image_area {
margin-top: 0.8rem;
margin-top: 0.4rem;
@include tablet {
margin-top: 2rem;
@@ -4936,7 +4958,7 @@
.three-reasons {
overflow: hidden;
position: relative;
padding: 7.2rem 0 0;
padding: 0;
background-color: #fff;
text-align: left;
@@ -4988,13 +5010,13 @@
}
p {
margin: 0.6rem 0 0;
margin: 0 0 0.2rem;
font-size: 2.4rem;
color: #000;
font-weight: 600;
@include tablet {
margin: 2rem 0 0;
margin: 0 0 1.1rem;
font-size: 4.8rem;
color: #000;
}
@@ -5002,7 +5024,7 @@
}
.reasons {
padding: 3rem 0 6.4rem;
padding: 3.6rem 0 6.4rem;
background: linear-gradient(176.68deg, #3f3e3e 23.87%, #060606 97.26%);
@include tablet {
@@ -5017,7 +5039,7 @@
}
& + li {
margin-top: 2.4rem;
margin-top: 3.2rem;
@include tablet {
margin-top: 6rem;
@@ -5026,8 +5048,8 @@
p {
flex: 1;
padding: 1rem 2rem 0 6rem;
margin: 0 2rem 1.6rem;
padding: 1rem 2rem 0 4.2rem;
margin: 0 0 1.6rem 4rem;
font-size: 1.4rem;
color: #fff;
line-height: 1.5;
@@ -5040,12 +5062,23 @@
background-position: 0 0.5rem;
background-size: 3.1rem auto;
}
.add {
display: block;
font-size: 1rem;
color: #969696;
@include tablet {
font-size: 1.4rem;
}
}
}
&:nth-child(2) {
p {
padding: 1rem 6rem 0 2rem;
background: url(../images/kia/pdp/display_theme_disney/number2.png) no-repeat 100% 0 / 3.7rem auto;
padding: 1rem 8rem 0 0;
margin: 0 0 1.6rem 2rem;
background: url(../images/kia/pdp/display_theme_disney/number2.png) no-repeat calc(100% - 2.6rem) 0 / 3.7rem auto;
text-align: right;
@include tablet {
@@ -5057,7 +5090,10 @@
}
.img-area {
display: flex;
justify-content: center;
padding-left: 2rem;
margin-bottom: 0.7rem;
@include tablet {
padding-left: 0;
@@ -5086,6 +5122,7 @@
strong {
display: block;
margin-bottom: 0.8rem;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
@@ -5107,6 +5144,55 @@
img {
max-width: 100%;
}
.img-msg {
display: flex;
gap: 1rem;
@include tablet {
gap: 1.9rem;
}
img {
width: 18rem;
@include tablet {
width: 25.6rem;
}
}
.msg {
display: flex;
justify-content: flex-end;
align-items: flex-start;
flex-direction: column;
width: 13rem;
height: 11.7rem;
padding: 1.4rem;
font-size: 1rem;
font-weight: 600;
color: #fff;
line-height: 1.5;
background: url(../images/kia/pdp/display_theme_disney/img_reason_msg.png) no-repeat 0 0 / 100% auto;
@include tablet {
width: 18.5rem;
height: 16.7rem;
padding: 2rem;
font-size: 1.4rem;
}
&:before {
content: "";
display: block;
width: 2.6rem;
height: 2rem;
margin-bottom: 0.5rem;
background: url(../images/kia/pdp/display_theme_disney/ico_megaphone.png) no-repeat 0 0 / 100% auto;
@include tablet {
width: 3.37rem;
height: 2.6rem;
margin-bottom: 0.8rem;
}
}
}
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -387,7 +387,9 @@
</div>
</div>
<div class="comp_bottom available-theme">
<h3>내 드라이브에 더 어울리는 마블 테마는?</h3>
<h3>
<span>내 드라이브에 <br class="br-m" />더 어울리는 마블 테마는?</span>
</h3>
<div class="list">
<ul>
<li>
@@ -412,7 +414,7 @@
<a href="#">
<strong>
마블 테마는 계속 됩니다.
<em class="speech-bubble">앞으로 출시될 테마들을 기대해주세요!</em>
<em class="speech-bubble">앞으로 출시될 테마들을 <br class="br-m" />기대해주세요!</em>
</strong>
<img src="../assets/images/kia/pdp/display_theme_disney/thumb_theme_more.png" alt="MARVEL" />
<span class="hashs">※ 출시 예정 테마는 변경될 수 있습니다.</span>
@@ -425,20 +427,20 @@
<div class="comp_wide discover-epic-design displayThemeDesney">
<div class="comp_top">
<h3>Discover Epic Designs</h3>
<p class="info">Pick a theme and preview the exciting changes to your screen!</p>
<h3>마블 테마, <br class="btn-m" />직접 확인해보세요!</h3>
<p class="info">옵션을 선택하면, 차량에 적용된 테마 디자인을 <br class="btn-m" />바로 확인할 수 있어요.</p>
</div>
<div class="comp_body">
<div class="tab-wrap">
<div class="tab-menu cont-select">
<div class="inner">
<div class="btn-select">Marvels Avengers Comics</div>
<div class="btn-select">마블 어벤져스 어셈블</div>
<ul>
<li class="active">
<span class="tab-btn">Marvels Avengers Comics</span>
<span class="tab-btn">마블 어벤져스 어셈블</span>
</li>
<li>
<span class="tab-btn">Marvels Avengers Assemble</span>
<span class="tab-btn">마블 어벤져스 코믹스</span>
</li>
</ul>
</div>
@@ -450,60 +452,63 @@
<div class="item welcome-goodbye" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<video class="video-welcome" playsinline="playsinline" autoplay="autoplay" muted="muted" loop>
<source src="../assets/images/kia/pdp/display_theme_disney/welcome.mp4" type="video/mp4" />
<source src="../assets/images/kia/pdp/display_theme_disney/Marvel Avengers_Welcome.webm" type="video/webm" />
이 문장은 여러분의 브라우저가 video 태그를 지원하지 않을 때 화면에 표시됩니다!
</video>
</div>
<div class="image_area">
<video class="video-goodbye" playsinline="playsinline" autoplay="autoplay" muted="muted" loop>
<source src="../assets/images/kia/pdp/display_theme_disney/goodbye.mp4" type="video/mp4" />
<source src="../assets/images/kia/pdp/display_theme_disney/Marvel Avengers_Goodbye.webm" type="video/webm" />
이 문장은 여러분의 브라우저가 video 태그를 지원하지 않을 때 화면에 표시됩니다!
</video>
</div>
<div class="text_area">
<h4>Welcome & Goodbye Video</h4>
<p>Marvel-themed motion graphics are displayed upon vehicle start-up and shutdown.</p>
<p>
마블 어벤져스 컨셉의 모션 그래픽 video가 차량 sleep 모드 동작 이후 차량을 켤 때, 끌 때에 적용 됩니다.<br />
<span class="add">※ 두가지 테마 모두 동일한 모션 그래픽 video가 적용됩니다.</span>
</p>
</div>
</div>
<div class="item" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_cont3.png" class="themeImg box1-cluster" alt="디스플레이 테마1" />
<img src="../assets/images/kia/pdp/display_theme_disney/Avengers Comics_Cluster.png" class="themeImg box1-cluster" alt="Cluster" />
</div>
<div class="text_area">
<h4>Cluster</h4>
<p>The selected Marvel theme appears on the cluster with themed graphics and gauges.</p>
<p>선택한 마블 테마가 클러스터 화면에 적용됩니다. 마블만의 역동적인 그래픽과 게이지 디자인을 확인해 보세요.</p>
</div>
</div>
<div class="item" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_cont4.png" class="themeImg box1-navigation" alt="디스플레이 테마1" />
<img src="../assets/images/kia/pdp/display_theme_disney/Avengers Comics_Map.png" class="themeImg box1-navigation" alt="Navigation" />
</div>
<div class="text_area">
<h4>Navigation</h4>
<p>Marvel artwork highlights your current location during navigation.</p>
<p>목적지까지의 길 안내 기능을 이용할 때마다 마블의 특별한 아트워크가 현재 위치를 표시해줍니다.</p>
</div>
</div>
<div class="item" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_cont5.png" class="themeImg box1-homecard" alt="디스플레이 테마1" />
<img src="../assets/images/kia/pdp/display_theme_disney/Avengers Comics_Home.png" class="themeImg box1-homecard" alt="Homecard" />
</div>
<div class="text_area">
<h4>Homecard</h4>
<p>Artwork of Marvel characters and logos appear across various menu screens.</p>
<p>각 메뉴 화면을 넘길 때마다 마블 캐릭터와 로고, 다양한 일러스트가 나타납니다.</p>
</div>
</div>
<div class="item" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_cont6.png" class="themeImg box1-profile" alt="디스플레이 테마1" />
<img src="../assets/images/kia/pdp/display_theme_disney/Avengers Comics_Profile.png" class="themeImg box1-profile" alt="Profile" />
</div>
<div class="text_area">
<h4>Profile</h4>
<p>Choose from Marvel-themed profile images—set a unique one for each driver.</p>
<p>마블 캐릭터와 로고를 활용하여 디자인된 다양한 프로필 이미지를 선택할 수 있습니다. 운전자마다 다른 이미지를 설정해 보세요.</p>
</div>
</div>
</div>
@@ -512,8 +517,8 @@
<div class="three-reasons">
<div class="tit-area">
<div class="inner" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<h3>Three Reasons</h3>
<p>Why you can't miss out</p>
<p>마블 테마를 놓쳐서는 안될</p>
<h3>세 가지 이유</h3>
</div>
</div>
<div class="reasons">
@@ -521,9 +526,9 @@
<ol>
<li>
<p>
<strong>A Wonderful In-Car Experience</strong>
Once you transform your display with Marvel themes, <br />
you might find it hard to return to the standard setup.
<strong>차 안에서 누리는 특별한 즐거움</strong>
마블 어벤져스의 특별한 테마를 경험한다면,<br />
이전 화면이 심심하게 느껴질 거예요.
</p>
<div class="img-area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons1.png" class="web" alt="" />
@@ -532,19 +537,21 @@
</li>
<li>
<p>
<strong>Themes for Every Taste</strong>
Whether you're a fan of Spider-Man, Deadpool, or Wolverine, <br />
a variety of Marvel themes will soon be available to match your favorite character.
<strong>취향에 따라 골라보는 다양한 테마</strong>
어벤져스, 스파이더맨, 엑스맨 등 <br class="br-m" />마블 유니버스의 팬이라면, <br />곧 최애 캐릭터를 만나보게 될 거예요.
<span class="add">※ 출시 예정 테마는 변경될 수 있습니다.</span>
</p>
<div class="img-area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons2.png" class="web" alt="" />
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons2_m.png" class="mobile" alt="" />
<span class="img-msg">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reason_marvel.png" alt="" />
<span class="msg">앞으로 출시될 테마들을<br />기대해주세요!</span>
</span>
</div>
</li>
<li>
<p>
<strong>Your One-of-a-kind Journey Starts Here</strong>
Marvel in-car experience offers something you wont see anywhere else - made uniquely for Kia owners.
<strong>나만의 개성을 담은 <br class="br-m" />드라이빙의 시작</strong>
기아 오너를 위한 첫 마블 어벤저스 테마로 <br />지금, 누구보다 먼저 새로운 드라이빙 무드를 경험해 보세요.
</p>
<div class="img-area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons3.png" class="web" alt="" />
@@ -580,60 +587,63 @@
<div class="item welcome-goodbye" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop>
<source src="../assets/images/kia/pdp/display_theme_disney/lakers_welcome.mp4" type="video/mp4" />
<source src="../assets/images/kia/pdp/display_theme_disney/Marvel Avengers_Welcome.webm" type="video/webm" />
이 문장은 여러분의 브라우저가 video 태그를 지원하지 않을 때 화면에 표시됩니다!
</video>
</div>
<div class="image_area">
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop>
<source src="../assets/images/kia/pdp/display_theme_disney/lakers_goodbye.mp4" type="video/mp4" />
<source src="../assets/images/kia/pdp/display_theme_disney/Marvel Avengers_Goodbye.webm" type="video/webm" />
이 문장은 여러분의 브라우저가 video 태그를 지원하지 않을 때 화면에 표시됩니다!
</video>
</div>
<div class="text_area">
<h4>Welcome & Goodbye Video</h4>
<p>Marvel-themed motion graphics are displayed upon vehicle start-up and shutdown.</p>
<p>
마블 어벤져스 컨셉의 모션 그래픽 video가 차량 sleep 모드 동작 이후 차량을 켤 때, 끌 때에 적용 됩니다.<br />
<span class="add">※ 두가지 테마 모두 동일한 모션 그래픽 video가 적용됩니다.</span>
</p>
</div>
</div>
<div class="item" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_cont3.png" class="themeImg" alt="디스플레이 테마1" />
<img src="../assets/images/kia/pdp/display_theme_disney/Avengers Assemble_Cluster.png" class="themeImg" alt="Cluster" />
</div>
<div class="text_area">
<h4>Cluster</h4>
<p>The selected Marvel theme appears on the cluster with themed graphics and gauges.</p>
<p>선택한 마블 테마가 클러스터 화면에 적용됩니다. 마블만의 역동적인 그래픽과 게이지 디자인을 확인해 보세요.</p>
</div>
</div>
<div class="item" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_cont4.png" class="themeImg" alt="디스플레이 테마1" />
<img src="../assets/images/kia/pdp/display_theme_disney/Avengers Assemble_Map.png" class="themeImg" alt="Navigation" />
</div>
<div class="text_area">
<h4>Navigation</h4>
<p>Marvel artwork highlights your current location during navigation.</p>
<p>목적지까지의 길 안내 기능을 이용할 때마다 마블의 특별한 아트워크가 현재 위치를 표시해줍니다.</p>
</div>
</div>
<div class="item" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_cont5.png" class="themeImg" alt="디스플레이 테마1" />
<img src="../assets/images/kia/pdp/display_theme_disney/Avengers Assemble_Home.png" class="themeImg" alt="Homecard" />
</div>
<div class="text_area">
<h4>Homecard</h4>
<p>Artwork of Marvel characters and logos appear across various menu screens.</p>
<p>각 메뉴 화면을 넘길 때마다 마블 캐릭터와 로고, 다양한 일러스트가 나타납니다.</p>
</div>
</div>
<div class="item" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="image_area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_cont6.png" class="themeImg" alt="디스플레이 테마1" />
<img src="../assets/images/kia/pdp/display_theme_disney/Avengers Assemble_Profile.png" class="themeImg" alt="Profile" />
</div>
<div class="text_area">
<h4>Profile</h4>
<p>Choose from Marvel-themed profile images—set a unique one for each driver.</p>
<p>마블 캐릭터와 로고를 활용하여 디자인된 다양한 프로필 이미지를 선택할 수 있습니다. 운전자마다 다른 이미지를 설정해 보세요.</p>
</div>
</div>
</div>
@@ -642,8 +652,8 @@
<div class="three-reasons" data-aos="fade-up" data-aos-easing="ease-out-expo" data-aos-once="true" data-aos-duration="800">
<div class="tit-area">
<div class="inner">
<h3>Three Reasons</h3>
<p>Why you can't miss out</p>
<p>마블 테마를 놓쳐서는 안될</p>
<h3>세 가지 이유</h3>
</div>
</div>
<div class="reasons">
@@ -651,9 +661,9 @@
<ol>
<li>
<p>
<strong>A Wonderful In-Car Experience</strong>
Once you transform your display with Marvel themes, <br />
you might find it hard to return to the standard setup.
<strong>차 안에서 누리는 특별한 즐거움</strong>
마블 어벤져스의 특별한 테마를 경험한다면,<br />
이전 화면이 심심하게 느껴질 거예요.
</p>
<div class="img-area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons1.png" class="web" alt="" />
@@ -662,19 +672,21 @@
</li>
<li>
<p>
<strong>Themes for Every Taste</strong>
Whether you're a fan of Spider-Man, Deadpool, or Wolverine, <br />
a variety of Marvel themes will soon be available to match your favorite character.
<strong>취향에 따라 골라보는 다양한 테마</strong>
어벤져스, 스파이더맨, 엑스맨 등 마블 유니버스의 팬이라면, <br />
곧 최애 캐릭터를 만나보게 될 거예요.
<span class="add">※ 출시 예정 테마는 변경될 수 있습니다.</span>
</p>
<div class="img-area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons2.png" class="web" alt="" />
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons2_m.png" class="mobile" alt="" />
<span class="msg">앞으로 출시될 테마들을<br />기대해주세요!</span>
</div>
</li>
<li>
<p>
<strong>Your One-of-a-kind Journey Starts Here</strong>
Marvel in-car experience offers something you wont see anywhere else - made uniquely for Kia owners.
<strong>나만의 개성을 담은 드라이빙의 시작</strong>
기아 오너를 위한 첫 마블 어벤저스 테마로 <br />지금, 누구보다 먼저 새로운 드라이빙 무드를 경험해 보세요.
</p>
<div class="img-area">
<img src="../assets/images/kia/pdp/display_theme_disney/img_reasons3.png" class="web" alt="" />