한글 디즈니 작업 중

This commit is contained in:
2025-07-24 21:47:48 +09:00
parent f8fa2eb962
commit f43e39e185
12 changed files with 135 additions and 82 deletions

View File

@@ -3828,12 +3828,20 @@
}
.displayThemeDesney .comp_body .text_area .info {
color: #f0f0f0;
letter-spacing: -0.032rem;
letter-spacing: -0.075rem;
line-height: 1.5;
}
.displayThemeDesney .comp_body .text_area .info br {
display: none;
}
.displayThemeDesney .comp_body .text_area .info br.br-m {
display: block;
}
@media (min-width: 768px) {
.displayThemeDesney .comp_body .text_area .info br.br-m {
display: none;
}
}
@media (min-width: 768px) {
.displayThemeDesney .comp_body .text_area .info br {
display: block;
@@ -4105,13 +4113,13 @@
width: 100%;
max-width: 192rem;
margin: 0 auto;
padding: 4rem 0 10rem;
padding: 4rem 0 7rem;
text-align: center;
background: url(../images/kia/pdp/display_theme_disney/bg_design_m.jpg) no-repeat center top/100% auto;
}
@media (min-width: 768px) {
.displayThemeDesney.discover-epic-design {
padding: 12rem 0 10rem;
padding: 12rem 0 0;
background: url(../images/kia/pdp/display_theme_disney/bg_design.jpg) no-repeat center top/192rem auto;
}
}
@@ -4309,7 +4317,7 @@
content: "";
display: block;
position: absolute;
bottom: -3rem;
bottom: 0;
left: 0;
width: 100%;
height: 20rem;
@@ -4398,6 +4406,10 @@
background-color: #fff;
text-align: left;
}
.displayThemeDesney .three-reasons .inner {
position: relative;
z-index: 1;
}
.displayThemeDesney .three-reasons .tit-area {
position: relative;
padding: 0 2rem 4rem;
@@ -4409,12 +4421,27 @@
box-shadow: 0px 4.4rem 4rem 0px rgba(0, 0, 0, 0.25);
}
}
.displayThemeDesney .three-reasons .tit-area:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20rem;
background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1240px) {
.displayThemeDesney .three-reasons .tit-area::after {
display: none;
}
}
.displayThemeDesney .three-reasons .tit-area h3 {
display: inline-flex;
align-items: center;
height: 4.2rem;
padding: 0 0.8rem;
font-size: 3rem;
height: 3.5rem;
padding: 0.4rem 0.8rem 0;
font-size: 2.4rem;
color: #fff;
font-weight: 600;
background-color: #ed1c24;
@@ -4441,12 +4468,12 @@
}
}
.displayThemeDesney .three-reasons .reasons {
padding: 3.6rem 0 6.4rem;
padding: 3.6rem 0 4.4rem;
background: linear-gradient(176.68deg, #3f3e3e 23.87%, #060606 97.26%);
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons {
height: 84.7rem;
height: 94rem;
padding: 8rem 2rem;
}
}
@@ -4479,7 +4506,7 @@
margin: 0;
padding: 0 2rem 0 7.2rem;
font-size: 1.6rem;
background-position: 0 0.5rem;
background-position: 0 0;
background-size: 3.1rem auto;
}
}
@@ -4502,7 +4529,8 @@
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li:nth-child(2) p {
padding: 0 2rem 0 7.2rem;
background-position: 0 0.5rem;
margin: 0;
background-position: 0 1.2rem;
background-size: 5.1rem auto;
text-align: left;
}
@@ -4520,10 +4548,14 @@
}
}
.displayThemeDesney .three-reasons .reasons li:nth-child(3) p {
padding-left: 5.4rem;
margin-left: 2.7rem;
background: url(../images/kia/pdp/display_theme_disney/number3.png) no-repeat 0 0/3.6rem auto;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons li:nth-child(3) p {
margin: 0;
padding: 0 2rem 0 7.2rem;
background-position: 0 0;
background-size: 4.9rem auto;
}
@@ -4615,6 +4647,17 @@
margin-bottom: 0.8rem;
}
}
.displayThemeDesney .three-reasons .reasons .copyright {
margin-top: 8.2rem;
color: #fff;
font-size: 1.2rem;
text-align: center;
}
@media (min-width: 768px) {
.displayThemeDesney .three-reasons .reasons .copyright {
margin-top: 16rem;
}
}
.displayThemeDesney .coming-next {
padding: 7.7rem 0 5.7rem;
text-align: left;
@@ -4703,16 +4746,21 @@
}
}
.displayThemeDesney.comp_2x_b_h_s_e2 {
margin-top: 6rem;
margin-top: 0;
}
@media (min-width: 768px) {
.displayThemeDesney.comp_2x_b_h_s_e2 {
margin-top: 10rem;
margin-top: 9.4rem;
}
}
.displayThemeDesney.comp_2x_b_h_s_e2 .text_area {
text-align: left;
}
@media (min-width: 768px) {
.displayThemeDesney.comp_2x_b_h_s_e2 .comp_body .item {
margin-bottom: 0;
}
}
.displayThemeDesney .btn-zoom {
display: block;
position: absolute;