한글 디즈니 작업 중
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user