겨울왕국 완료료
This commit is contained in:
@@ -3814,12 +3814,12 @@
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.displayThemeDesney .comp_body .text_area {
|
||||
margin-top: 4.8rem;
|
||||
margin-top: 11.4rem;
|
||||
text-align: center;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .comp_body .text_area {
|
||||
margin-top: 8rem;
|
||||
margin-top: 13.7rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .comp_body .text_area h3 {
|
||||
@@ -3867,15 +3867,12 @@
|
||||
background-image: radial-gradient(#e7e7e7 2px, transparent 4px);
|
||||
background-size: 3.4rem 3.5rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme {
|
||||
min-height: 85.1rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .available-theme h3 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
flex-wrap: wrap;
|
||||
height: 14.8rem;
|
||||
font-size: 2.4rem;
|
||||
font-weight: 600;
|
||||
@@ -3903,6 +3900,20 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .available-theme h3 em {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: 0.8rem;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme h3 em {
|
||||
margin-top: 2.4rem;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .available-theme .list {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -3928,7 +3939,7 @@
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
gap: 5.6rem 0.8rem;
|
||||
gap: 2rem 0.8rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul {
|
||||
@@ -3938,7 +3949,7 @@
|
||||
.displayThemeDesney .available-theme .list ul li {
|
||||
overflow: hidden;
|
||||
width: calc(50% - 0.4rem);
|
||||
aspect-ratio: 156/196;
|
||||
aspect-ratio: 156/184;
|
||||
background-color: #fff;
|
||||
border-radius: 0.8rem;
|
||||
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.12);
|
||||
@@ -3946,8 +3957,8 @@
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li {
|
||||
width: 28.2rem;
|
||||
height: 36.9rem;
|
||||
width: 28.9rem;
|
||||
height: 31.2rem;
|
||||
aspect-ratio: inherit;
|
||||
}
|
||||
}
|
||||
@@ -3972,7 +3983,7 @@
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li a .txt {
|
||||
padding: 2rem 2.4rem;
|
||||
padding: 1.6rem 2rem;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
@@ -4165,29 +4176,111 @@
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item {
|
||||
width: 100%;
|
||||
height: 4.8rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item {
|
||||
width: 20rem;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item .stay-tuned {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 1.2rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
background-color: #f2f4f6;
|
||||
border-radius: 0.6rem;
|
||||
letter-spacing: -0.05em;
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item .stay-tuned span {
|
||||
display: block;
|
||||
width: 1.8rem;
|
||||
height: 1.2rem;
|
||||
margin-right: 0.6rem;
|
||||
background: url("../images/kia/promotion/ico_stay_tuned.svg") no-repeat center/contain;
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item .stay-tuned strong {
|
||||
padding: 0.2rem 0 0;
|
||||
line-height: 1;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item .stay-tuned {
|
||||
flex-direction: column;
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item .stay-tuned span {
|
||||
position: relative;
|
||||
width: 7.2rem;
|
||||
height: 1.6rem;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 0.8rem;
|
||||
background: none;
|
||||
border: 1px solid #b2b8bd;
|
||||
border-radius: 0.8rem;
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item .stay-tuned span:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0.3rem;
|
||||
width: 4.8rem;
|
||||
height: 1rem;
|
||||
transform: translateY(-50%);
|
||||
background-color: #b2b8bd;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
.displayThemeDesney .available-theme .list ul li.stay-tuned-item .stay-tuned strong {
|
||||
padding: 0;
|
||||
font-size: 1.6rem;
|
||||
color: #b2b8bd;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 192rem;
|
||||
margin: 0 auto;
|
||||
padding: 4rem 0 7rem;
|
||||
padding: 0 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 0;
|
||||
padding: 8rem 0 0;
|
||||
background: url(../images/kia/pdp/display_theme_disney/bg_design.jpg) no-repeat center top/192rem auto;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design.mickey {
|
||||
background: #fff;
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design.mickey .tab-box .discover-area {
|
||||
padding: 4rem 0 0;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/bg_design_m.jpg) no-repeat center top/100% auto;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.discover-epic-design.mickey {
|
||||
.displayThemeDesney.discover-epic-design.mickey .tab-box .discover-area {
|
||||
padding: 12rem 0;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/bg_design.jpg) no-repeat center top/192rem auto;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design.mickey .tab-box .discover-area > .comp_top {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design.mickey .tab-box .discover-area > .comp_top h3 {
|
||||
margin-bottom: 4.8rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.discover-epic-design.mickey .tab-box .discover-area > .comp_top h3 {
|
||||
margin-bottom: 8rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .comp_top {
|
||||
padding: 0 2rem 2.4rem;
|
||||
}
|
||||
@@ -4229,7 +4322,7 @@
|
||||
position: sticky;
|
||||
top: 5.6rem;
|
||||
z-index: 10;
|
||||
padding: 1.6rem 2rem;
|
||||
padding: 2.4rem 2rem;
|
||||
background: transparent;
|
||||
-webkit-backdrop-filter: blur(1.2rem);
|
||||
backdrop-filter: blur(1.2rem);
|
||||
@@ -4250,10 +4343,10 @@
|
||||
padding: 1.4rem 3.6rem 1.4rem 1.8rem;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
background-color: #383838;
|
||||
color: #05141f;
|
||||
background-color: #f2f4f6;
|
||||
border-radius: 0.4rem;
|
||||
border: 0.15rem solid rgba(255, 255, 255, 0.5);
|
||||
border: 0.15rem solid #dedede;
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu .btn-select:after {
|
||||
content: "";
|
||||
@@ -4265,7 +4358,7 @@
|
||||
height: 0.6rem;
|
||||
transform: translateY(-50%), rotate(0deg);
|
||||
transition: all 0.2s ease;
|
||||
background: url(../images/kia/pdp/display_theme_disney/ico_arrow_down.png) no-repeat 50%/1.2rem auto;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/ico_arrow_down_black.png) no-repeat 50%/1.2rem auto;
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu .btn-select.open:after {
|
||||
transform: translateY(-50%) rotate(180deg);
|
||||
@@ -4280,7 +4373,7 @@
|
||||
left: 2rem;
|
||||
right: 2rem;
|
||||
display: none;
|
||||
background-color: #383838;
|
||||
background-color: #f2f4f6;
|
||||
border-radius: 0 0 0.4rem 0.4rem;
|
||||
border: 0.15rem solid rgba(255, 255, 255, 0.5);
|
||||
border-top: 0;
|
||||
@@ -4321,7 +4414,8 @@
|
||||
height: 4.3rem;
|
||||
padding: 0 1.6rem 0 1.2rem;
|
||||
font-size: 1.6rem;
|
||||
background-color: #2c2c2c;
|
||||
color: #fff;
|
||||
background-color: #b2b8bd;
|
||||
border-radius: 2.2rem;
|
||||
border: 0.2rem solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
@@ -4335,10 +4429,11 @@
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li.active .tab-btn {
|
||||
color: #fff;
|
||||
color: #05141f;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li.active .tab-btn {
|
||||
color: #fff;
|
||||
border: 0;
|
||||
background: linear-gradient(90deg, #ed1c24 0%, #b51016 100%);
|
||||
padding: 0 1.8rem 0 1.4rem;
|
||||
@@ -4347,12 +4442,17 @@
|
||||
background-image: url(../images/kia/pdp/display_theme_disney/ico_tab_active.png);
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu.blue ul li .tab-btn:before {
|
||||
background: url(../images/kia/pdp/display_theme_mickey/ico_tab.png) no-repeat center top/auto 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu.blue ul li.active .tab-btn {
|
||||
background: linear-gradient(90deg, #1c5eed 0%, #1031b5 100%);
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu.blue ul li.active .tab-btn:before {
|
||||
background: url(../images/kia/pdp/display_theme_mickey/ico_tab_active.png) no-repeat center top/100% auto;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/ico_tab_active.png) no-repeat center top/auto 100%;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .text_area {
|
||||
@@ -4366,12 +4466,19 @@
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box {
|
||||
display: none;
|
||||
padding-top: 2.2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box {
|
||||
margin-bottom: 2.4rem;
|
||||
padding-top: 3.2rem;
|
||||
padding-top: 4.8rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .index-area {
|
||||
padding: 0 2rem 6rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .index-area {
|
||||
padding: 0 0 10rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box.box1 {
|
||||
@@ -4550,11 +4657,10 @@
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
top: 0.5rem;
|
||||
bottom: 0.5rem;
|
||||
left: 0;
|
||||
transform: translateY(-50%);
|
||||
width: 0.6rem;
|
||||
height: 5rem;
|
||||
background: #ea0029;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
@@ -4949,6 +5055,73 @@
|
||||
height: 2.4rem;
|
||||
background: url(../images/kia/pdp/display_theme_disney/btn_zoom.png) no-repeat 0 0/100% auto;
|
||||
}
|
||||
.displayThemeDesney.theme-frozen .available-theme .list {
|
||||
padding: 3rem 2rem 3.8rem;
|
||||
background: url(../images/kia/pdp/display_theme_mickey/union-top.png) no-repeat center bottom/auto 1.46rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.theme-frozen .available-theme .list {
|
||||
padding: 7.2rem 2rem 9.9rem;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney.theme-frozen .available-theme h3 {
|
||||
padding: 4rem 2rem;
|
||||
background: #fff;
|
||||
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1215686275);
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney.theme-frozen .available-theme h3 {
|
||||
height: 23.4rem;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .swiper-navigation {
|
||||
display: none !important;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .swiper-navigation {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
.displayThemeDesney .swiper-button-next,
|
||||
.displayThemeDesney .swiper-button-prev {
|
||||
position: absolute !important;
|
||||
}
|
||||
.displayThemeDesney .swiper-slide-frozen .text_area {
|
||||
margin-top: 7.2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.displayThemeDesney .swiper-slide-frozen .text_area {
|
||||
margin-top: 14rem;
|
||||
}
|
||||
}
|
||||
|
||||
.visualBg.swiper {
|
||||
position: relative;
|
||||
}
|
||||
.visualBg.swiper .swiper-pagination {
|
||||
bottom: 3rem;
|
||||
}
|
||||
.visualBg.swiper .swiper-pagination .swiper-pagination-bullet {
|
||||
opacity: 1;
|
||||
width: 5.6rem;
|
||||
height: 0.4rem;
|
||||
border-radius: 0;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.visualBg.swiper .swiper-pagination .swiper-pagination-bullet {
|
||||
width: 3rem;
|
||||
height: 0.3rem;
|
||||
}
|
||||
}
|
||||
.visualBg.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
.visualBg.swiper .image_area img {
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.desktop .displayThemeDesney .mobile {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user