5000 lines
114 KiB
CSS
5000 lines
114 KiB
CSS
@charset "UTF-8";
|
|
/*변수*/
|
|
/*반응형 화면 크기*/
|
|
/*css 디폴트는 모바일이 기준*/
|
|
/*반응형, 브라우저 크기가 300px 이하일때*/
|
|
/*반응형, 브라우저 크기가 800px 이상일때*/
|
|
/*@media (min-width: $mobile ) and (max-width: $tablet){*/
|
|
/*반응형, 브라우저 크기가 1025px 이상일때*/
|
|
/*반응형, 브라우저 크기가 1204px 이상일때*/
|
|
/*넓이, 높이 자동 계산함수*/
|
|
/*변수파일 import*/
|
|
.comp_wide {
|
|
width: 100%;
|
|
max-width: 192rem;
|
|
text-align: left;
|
|
margin: 0 auto;
|
|
margin-top: 12rem;
|
|
}
|
|
.comp_wide:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.comp_wide .text-left {
|
|
text-align: left !important;
|
|
}
|
|
.comp_wide .text-center {
|
|
text-align: center !important;
|
|
}
|
|
.comp_wide .text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
.comp_body {
|
|
width: 100%;
|
|
max-width: 120rem;
|
|
margin: 0 auto;
|
|
}
|
|
@media (max-width: 1240px) {
|
|
.comp_body {
|
|
padding: 0 2rem;
|
|
}
|
|
}
|
|
.comp_body .text_area {
|
|
margin-top: 4rem;
|
|
transition: 0.3s;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_body .text_area {
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.comp_body .text_area h3 {
|
|
transition: 0.3s;
|
|
font-size: 4rem;
|
|
font-weight: 600;
|
|
line-height: 4.8rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_body .text_area h3 {
|
|
font-size: 3rem;
|
|
line-height: 3.8rem;
|
|
}
|
|
}
|
|
.comp_body .text_area h4 {
|
|
transition: 0.3s;
|
|
font-size: 3rem;
|
|
font-weight: 600;
|
|
line-height: 3.8rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_body .text_area h4 {
|
|
font-size: 2.4rem;
|
|
line-height: 3.2rem;
|
|
}
|
|
}
|
|
.comp_body .text_area h5 {
|
|
transition: 0.3s;
|
|
font-size: 2.4rem;
|
|
font-weight: 600;
|
|
line-height: 3.4rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_body .text_area h5 {
|
|
font-size: 2rem;
|
|
line-height: 2.8rem;
|
|
}
|
|
}
|
|
.comp_body .text_area p {
|
|
margin-top: 2rem;
|
|
font-size: 1.6rem;
|
|
line-height: 2.4rem;
|
|
transition: 0.3s;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_body .text_area p {
|
|
margin-top: 1.5rem;
|
|
font-size: 1.4rem;
|
|
line-height: 2.2rem;
|
|
}
|
|
}
|
|
.comp_body .text_area .sub {
|
|
margin-top: 3rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
color: #0f0b0b;
|
|
line-height: 2.2rem;
|
|
}
|
|
|
|
.comp_1x_w_v_s_eS .comp_top {
|
|
width: 100%;
|
|
height: 35.5rem;
|
|
background-color: #000000;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_w_v_s_eS .comp_top {
|
|
height: auto;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_top .text_area {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-top: 10rem;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_w_v_s_eS .comp_top .text_area {
|
|
display: block;
|
|
padding-top: 5rem;
|
|
padding-bottom: 4rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_top .text_area h4 {
|
|
width: 50%;
|
|
font-size: 4rem;
|
|
font-weight: 600;
|
|
line-height: 4.8rem;
|
|
color: #ffffff;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_w_v_s_eS .comp_top .text_area h4 {
|
|
width: 100%;
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_top .text_area h4 br {
|
|
display: none;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_top .text_area .info {
|
|
width: 50%;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
line-height: 2.2rem;
|
|
color: #ffffff;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_w_v_s_eS .comp_top .text_area .info {
|
|
width: 100%;
|
|
margin-top: 3rem;
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_top .text_area .info br {
|
|
display: none;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_eS .movieArea {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 52rem;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_w_v_s_eS .movieArea {
|
|
height: 40rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_s_eS .movieArea {
|
|
height: 30rem;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.comp_1x_w_v_s_eS .movieArea {
|
|
height: 20rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_bottom {
|
|
width: 100%;
|
|
padding-top: 6rem;
|
|
padding-bottom: 5rem;
|
|
background-color: #000000;
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner {
|
|
width: 100%;
|
|
max-width: 120rem;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner .swiper {
|
|
padding-right: 2rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner .swiper ul li {
|
|
width: 220px !important;
|
|
cursor: pointer;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner .swiper ul li {
|
|
width: 200px !important;
|
|
}
|
|
}
|
|
@media (max-width: 1240px) {
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner .swiper ul li:first-child {
|
|
margin-left: 2rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner .swiper ul li img {
|
|
width: 100%;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner .swiper ul li p {
|
|
margin-top: 3rem;
|
|
font-size: 1.8rem;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner .swiper ul li p {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_eS .comp_bottom .com_bottm_inner .swiper ul li.active img {
|
|
border: 1px solid #ffffff;
|
|
}
|
|
|
|
.comp_1x_w_v_s_e1 {
|
|
border-top: 1px solid #dedede;
|
|
padding-top: 10rem;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_w_v_s_e1 {
|
|
padding-top: 7rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_s_e1 {
|
|
padding-top: 3rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e1 .image_area {
|
|
height: 600px;
|
|
margin-top: 4rem;
|
|
overflow: hidden;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.comp_1x_w_v_s_e1 .image_area {
|
|
height: 400px;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e1 .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
transition: 0.3s;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.comp_1x_w_v_s_e1 .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom {
|
|
position: relative;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 50%;
|
|
background-color: #0f0b0b;
|
|
background-size: 100% 50%;
|
|
z-index: -1;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .text_area {
|
|
margin-top: 0;
|
|
padding-top: 4rem;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .text_area h3 {
|
|
color: #ffffff;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .text_area p {
|
|
color: #ffffff;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-direction: row-reverse;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area.reverse {
|
|
flex-direction: row;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area.reverse .text_area {
|
|
padding-left: 5rem;
|
|
padding-right: 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area.reverse .text_area {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area .image_area {
|
|
width: 50%;
|
|
height: initial !important;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area .image_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area .image_area img {
|
|
height: initial !important;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area .text_area {
|
|
width: 50%;
|
|
padding-right: 4rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area .text_area {
|
|
width: 100%;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area .text_area h4 {
|
|
color: #000000;
|
|
}
|
|
.comp_1x_w_v_s_e1 .bottom .contents_area .text_area p {
|
|
color: #000000;
|
|
}
|
|
|
|
.comp_1x_w_v_s_e2 .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
@media (max-width: 900px) {
|
|
.comp_1x_w_v_s_e2 .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e2 .comp_body .text_area {
|
|
margin-top: 0;
|
|
}
|
|
@media (max-width: 900px) {
|
|
.comp_1x_w_v_s_e2 .comp_body .icon_area {
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e2 .comp_body .icon_area img:last-child {
|
|
margin-left: 1.5rem;
|
|
}
|
|
@media (max-width: 900px) {
|
|
.comp_1x_w_v_s_e2 .comp_body .icon_area img {
|
|
width: 7rem;
|
|
height: 7rem;
|
|
}
|
|
.comp_1x_w_v_s_e2 .comp_body .icon_area img:last-child {
|
|
margin-left: 1rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e2 .image_area {
|
|
height: 520px;
|
|
margin-top: 4rem;
|
|
overflow: hidden;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.comp_1x_w_v_s_e2 .image_area {
|
|
height: 360px;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_e2 .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
transition: 0.3s;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.comp_1x_w_v_s_e2 .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.comp_1x_b_n_n_e1 {
|
|
margin-top: 10rem;
|
|
padding-top: 10rem;
|
|
padding-bottom: 10rem;
|
|
border-top: 1px solid #dedede;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_b_n_n_e1 {
|
|
margin-top: 6rem;
|
|
padding-top: 6rem;
|
|
padding-bottom: 6rem;
|
|
}
|
|
}
|
|
.comp_1x_b_n_n_e1 h5 {
|
|
font-size: 3rem;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
color: #000000;
|
|
}
|
|
.comp_1x_b_n_n_e1 .youtubeArea {
|
|
position: relative;
|
|
margin-top: 3.5rem;
|
|
padding-bottom: 56.25%;
|
|
/* 16:9 비율인 경우 */
|
|
/* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */
|
|
padding-top: 25px;
|
|
height: 0;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_b_n_n_e1 .youtubeArea {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.comp_1x_b_n_n_e1 .youtubeArea iframe {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.comp_1x_b_n_n_e1 .youtubeArea object {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.comp_1x_b_n_n_e2 {
|
|
margin-top: 10rem;
|
|
padding-top: 10rem;
|
|
padding-bottom: 10rem;
|
|
border-top: 1px solid #dedede;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_b_n_n_e2 {
|
|
margin-top: 6rem;
|
|
padding-top: 6rem;
|
|
padding-bottom: 6rem;
|
|
}
|
|
}
|
|
.comp_1x_b_n_n_e2 h5 {
|
|
font-size: 3rem;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
color: #000000;
|
|
}
|
|
.comp_1x_b_n_n_e2 .mp4area {
|
|
position: relative;
|
|
margin-top: 3.5rem;
|
|
padding-bottom: 56.25%;
|
|
/* 16:9 비율인 경우 */
|
|
/* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */
|
|
padding-top: 25px;
|
|
height: 0;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_b_n_n_e2 .mp4area {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.comp_1x_b_n_n_e2 .mp4area video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
@media (max-width: 501px) {
|
|
.comp_1x_w_v_s_b .image_area {
|
|
height: 360px;
|
|
}
|
|
}
|
|
.comp_1x_w_v_s_b .image_area img {
|
|
width: 100%;
|
|
transition: 0.3s;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.comp_1x_w_v_s_b .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
.comp_1x_w_v_c_e1 {
|
|
position: relative;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_c_e1 .image_area {
|
|
height: 560px;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e1 .image_area img {
|
|
width: 100%;
|
|
transition: 0.3s;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_c_e1 .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e1 .comp_body.layer_up {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.comp_1x_w_v_c_e1 .comp_body.layer_up .text_area {
|
|
margin-top: 9rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e1 .comp_body.layer_up .text_area {
|
|
margin-top: 6rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e1 .comp_body.no_layer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-bottom: 10rem;
|
|
}
|
|
.comp_1x_w_v_c_e1 .comp_body.no_layer .text_area {
|
|
width: 38rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e1 .comp_body.no_layer {
|
|
position: relative;
|
|
left: initial;
|
|
transform: initial;
|
|
display: block;
|
|
}
|
|
.comp_1x_w_v_c_e1 .comp_body.no_layer .text_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.comp_1x_w_v_o_b {
|
|
position: relative;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_o_b .image_area {
|
|
height: 560px;
|
|
}
|
|
}
|
|
.comp_1x_w_v_o_b .image_area img {
|
|
width: 100%;
|
|
transition: 0.3s;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_o_b .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
.comp_1x_w_v_o_b .comp_body .text_area {
|
|
color: #ffffff !important;
|
|
}
|
|
.comp_1x_w_v_o_b .comp_body.layer_up {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.comp_1x_w_v_o_b .comp_body.layer_up .text_area {
|
|
margin-top: 9rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_o_b .comp_body.layer_up .text_area {
|
|
margin-top: 6rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_o_b .comp_body.bottom .text_area {
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.comp_1x_w_v_c_b {
|
|
position: relative;
|
|
}
|
|
.comp_1x_w_v_c_b .image_area {
|
|
height: 700px;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_c_b .image_area {
|
|
height: 560px;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_b .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
transition: 0.3s;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.comp_1x_w_v_c_b .comp_body.layer_up {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.comp_1x_w_v_c_b .comp_body.layer_up .text_area {
|
|
margin-top: 9rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_b .comp_body.layer_up .text_area {
|
|
margin-top: 6rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_b .comp_body.no_layer {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
margin-bottom: 10rem;
|
|
}
|
|
.comp_1x_w_v_c_b .comp_body.no_layer .text_area {
|
|
width: 38rem;
|
|
margin-top: 25rem;
|
|
}
|
|
.comp_1x_w_v_c_b .comp_body.no_layer .icon_area {
|
|
margin-top: 3rem;
|
|
}
|
|
.comp_1x_w_v_c_b .comp_body.no_layer .icon_area img {
|
|
margin-right: 2rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_b .comp_body.no_layer {
|
|
position: relative;
|
|
left: initial;
|
|
transform: initial;
|
|
display: block;
|
|
}
|
|
.comp_1x_w_v_c_b .comp_body.no_layer .text_area {
|
|
width: 100%;
|
|
margin-top: 4rem;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 501px) {
|
|
.comp_1x_b_v_s_b .image_area {
|
|
height: 360px;
|
|
}
|
|
}
|
|
.comp_1x_b_v_s_b .image_area img {
|
|
width: 100%;
|
|
transition: 0.3s;
|
|
border-radius: 0.6rem;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.comp_1x_b_v_s_b .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
.comp_1x_b_v_s_e1 .image_area img {
|
|
width: 100%;
|
|
transition: 0.3s;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_1x_b_v_s_e1 .text_wrap {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_b_v_s_e1 .text_wrap {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_b_v_s_e1 .text_wrap .text_area {
|
|
width: calc((100% - 4rem) / 2);
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_b_v_s_e1 .text_wrap .text_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.comp_1x_w_v_c_e2 {
|
|
position: relative;
|
|
}
|
|
.comp_1x_w_v_c_e2::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
display: block;
|
|
width: 100%;
|
|
height: 60rem;
|
|
background-color: #05141f;
|
|
z-index: -1;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e2::after {
|
|
height: 80%;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .text_wrap {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-top: 6rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap {
|
|
display: block;
|
|
padding-top: 1rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area {
|
|
width: calc((100% - 40px) / 2);
|
|
color: #ffffff;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .image_area {
|
|
margin-top: 9rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e2 .image_area {
|
|
margin-top: 4rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .image_area img {
|
|
width: 100%;
|
|
transition: 0.3s;
|
|
border-radius: 0.6rem;
|
|
}
|
|
|
|
.comp_1x_b_v_o_b .comp_body {
|
|
position: relative;
|
|
}
|
|
.comp_1x_b_v_o_b .comp_body .image_area {
|
|
height: 520px;
|
|
}
|
|
.comp_1x_b_v_o_b .comp_body .image_area img {
|
|
width: 100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
transition: 0.3s;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_1x_b_v_o_b .comp_body .text_area {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
color: #ffffff;
|
|
margin-top: 7rem;
|
|
padding: 0 7rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_b_v_o_b .comp_body .text_area {
|
|
margin-top: 4rem;
|
|
padding: 0 4rem;
|
|
}
|
|
}
|
|
|
|
.comp_1x_b_h_s_b .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_b .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_b .comp_body .image_area {
|
|
width: 50%;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_b .comp_body .image_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_b .comp_body .image_area img {
|
|
width: 100%;
|
|
}
|
|
.comp_1x_b_h_s_b .comp_body .text_area {
|
|
width: 50%;
|
|
padding: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_b .comp_body .text_area {
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.comp_1x_b_h_s_e1 .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e1 .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e1 .comp_body .image_area {
|
|
width: 50%;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e1 .comp_body .image_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e1 .comp_body .image_area img {
|
|
width: 100%;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_1x_b_h_s_e1 .comp_body .text_area {
|
|
width: 50%;
|
|
margin-top: 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e1 .comp_body .text_area {
|
|
width: 100%;
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e1 .comp_body:nth-child(odd) .text_area {
|
|
padding-left: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e1 .comp_body:nth-child(odd) .text_area {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e1 .comp_body:nth-child(even), .comp_1x_b_h_s_e1 .comp_body.reverse {
|
|
flex-direction: row-reverse;
|
|
}
|
|
.comp_1x_b_h_s_e1 .comp_body:nth-child(even) .text_area, .comp_1x_b_h_s_e1 .comp_body.reverse .text_area {
|
|
padding-right: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e1 .comp_body:nth-child(even) .text_area, .comp_1x_b_h_s_e1 .comp_body.reverse .text_area {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e1 .comp_body:not(:first-child) {
|
|
margin-top: 5rem;
|
|
}
|
|
|
|
.comp_1x_b_h_s_e3 .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e3 .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e3 .comp_body .image_area {
|
|
width: 50%;
|
|
aspect-ratio: 1/1;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e3 .comp_body .image_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e3 .comp_body .image_area img {
|
|
width: 100%;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_1x_b_h_s_e3 .comp_body .image_area video {
|
|
width: 100%;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_1x_b_h_s_e3 .comp_body .text_area {
|
|
width: 50%;
|
|
margin-top: 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e3 .comp_body .text_area {
|
|
width: 100%;
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e3 .comp_body:nth-child(odd) .text_area {
|
|
padding-left: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e3 .comp_body:nth-child(odd) .text_area {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e3 .comp_body:nth-child(even) {
|
|
flex-direction: row-reverse;
|
|
}
|
|
.comp_1x_b_h_s_e3 .comp_body:nth-child(even) .text_area {
|
|
padding-right: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e3 .comp_body:nth-child(even) .text_area {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e3 .comp_body:not(:first-child) {
|
|
margin-top: 5rem;
|
|
}
|
|
|
|
.comp_1x_b_h_s_e4 {
|
|
border-top: 1px solid #dedede;
|
|
padding-top: 6rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e4 {
|
|
padding-top: 7.5rem;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e4 .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e4 .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e4 .comp_body .item {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
width: 100%;
|
|
margin-bottom: 5rem;
|
|
}
|
|
.comp_1x_b_h_s_e4 .comp_body .item .image_area {
|
|
width: 20%;
|
|
max-width: 12rem;
|
|
}
|
|
.comp_1x_b_h_s_e4 .comp_body .item .image_area img {
|
|
width: 100%;
|
|
}
|
|
.comp_1x_b_h_s_e4 .comp_body .item .text_area {
|
|
width: 80%;
|
|
margin-top: 0;
|
|
margin-left: 3rem;
|
|
}
|
|
.comp_1x_b_h_s_e4 .comp_body .item .text_area p {
|
|
color: #676767;
|
|
}
|
|
|
|
.comp_2x_b_v_s_e1 .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_v_s_e1 .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_2x_b_v_s_e1 .comp_body .half_area {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: calc((100% - 6rem) / 2);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_v_s_e1 .comp_body .half_area {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_2x_b_v_s_e1 .comp_body .half_area .image_area {
|
|
width: 100%;
|
|
}
|
|
.comp_2x_b_v_s_e1 .comp_body .half_area .image_area img {
|
|
width: 100%;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_2x_b_v_s_e1 .comp_body .half_area:last-child {
|
|
flex-direction: column-reverse;
|
|
margin-top: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_v_s_e1 .comp_body .half_area:last-child {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_2x_b_v_s_e1 .comp_body .half_area .text_area {
|
|
padding-bottom: 4rem;
|
|
}
|
|
|
|
.comp_2x_b_v_s_b .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_v_s_b .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_2x_b_v_s_b .comp_body .half_area {
|
|
width: calc((100% - 2rem) / 2);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_v_s_b .comp_body .half_area {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_2x_b_v_s_b .comp_body .half_area .image_area {
|
|
width: 100%;
|
|
}
|
|
.comp_2x_b_v_s_b .comp_body .half_area .image_area img {
|
|
width: 100%;
|
|
border-radius: 0.6rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_v_s_b .comp_body .half_area:last-child {
|
|
margin-top: 4rem;
|
|
}
|
|
}
|
|
|
|
.comp_1x_b_h_s_e2 .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e2 .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e2 .comp_body .image_area {
|
|
width: 46%;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e2 .comp_body .image_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e2 .comp_body .image_area img {
|
|
width: 100%;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_1x_b_h_s_e2 .comp_body .text_area {
|
|
width: calc(54% - 5rem);
|
|
margin-top: 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_b_h_s_e2 .comp_body .text_area {
|
|
width: 100%;
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.comp_1x_b_h_s_e2 .comp_body .text_area ul {
|
|
margin-top: 5.5rem;
|
|
}
|
|
.comp_1x_b_h_s_e2 .comp_body .text_area ul li {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.comp_1x_b_h_s_e2 .comp_body .text_area ul li p {
|
|
margin-top: 0;
|
|
margin-left: 3rem;
|
|
font-size: 1.6rem;
|
|
line-height: 2.4rem;
|
|
color: #676767;
|
|
}
|
|
.comp_1x_b_h_s_e2 .comp_body .text_area ul li:not(:first-child) {
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
.comp_2x_b_h_s_e2 .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_h_s_e2 .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_2x_b_h_s_e2 .comp_body .item {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
width: calc((100% - 5rem) / 2);
|
|
margin-bottom: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_h_s_e2 .comp_body .item {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_2x_b_h_s_e2 .comp_body .item .image_area {
|
|
width: 20%;
|
|
max-width: 12rem;
|
|
}
|
|
.comp_2x_b_h_s_e2 .comp_body .item .image_area img {
|
|
width: 100%;
|
|
}
|
|
.comp_2x_b_h_s_e2 .comp_body .item .text_area {
|
|
width: 80%;
|
|
margin-top: 0;
|
|
margin-left: 3rem;
|
|
}
|
|
.comp_2x_b_h_s_e2 .comp_body .item .text_area p {
|
|
color: #676767;
|
|
}
|
|
|
|
.comp_2x_b_h_s_e3 .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_h_s_e3 .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_2x_b_h_s_e3 .comp_body .item {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
width: calc((100% - 5rem) / 2);
|
|
margin-bottom: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_2x_b_h_s_e3 .comp_body .item {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_2x_b_h_s_e3 .comp_body .item .image_area {
|
|
width: 20%;
|
|
max-width: 12rem;
|
|
}
|
|
.comp_2x_b_h_s_e3 .comp_body .item .image_area img {
|
|
width: 100%;
|
|
}
|
|
.comp_2x_b_h_s_e3 .comp_body .item .text_area {
|
|
width: 80%;
|
|
margin-top: 0;
|
|
margin-left: 3rem;
|
|
}
|
|
.comp_2x_b_h_s_e3 .comp_body .item .text_area p {
|
|
color: #676767;
|
|
}
|
|
|
|
.comp_3x_b_v_s_b .comp_body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_3x_b_v_s_b .comp_body {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_3x_b_v_s_b .comp_body .item {
|
|
width: calc((100% - 10rem) / 3);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_3x_b_v_s_b .comp_body .item {
|
|
width: 100%;
|
|
}
|
|
.comp_3x_b_v_s_b .comp_body .item:not(:first-child) {
|
|
margin-top: 6rem;
|
|
}
|
|
}
|
|
.comp_3x_b_v_s_b .comp_body .item .image_area {
|
|
width: 100%;
|
|
}
|
|
.comp_3x_b_v_s_b .comp_body .item .image_area img {
|
|
width: 100%;
|
|
border-radius: 0.6rem;
|
|
}
|
|
.comp_3x_b_v_s_b .comp_body .item .text_area {
|
|
margin-top: 3rem;
|
|
}
|
|
.comp_3x_b_v_s_b .comp_body .item .text_area p {
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
.comp_1x_b_n_n_b {
|
|
margin-top: 15rem;
|
|
background-color: #f3f3f3;
|
|
padding: 4rem 0;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_b_n_n_b {
|
|
margin-top: 6rem;
|
|
}
|
|
}
|
|
.comp_1x_b_n_n_b .comp_body .title {
|
|
font-size: 1.8rem;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
}
|
|
.comp_1x_b_n_n_b .comp_body ul {
|
|
margin-top: 10px;
|
|
}
|
|
.comp_1x_b_n_n_b .comp_body ul li {
|
|
position: relative;
|
|
padding: 0.5rem 0 0.5rem 1rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
line-height: 2.2rem;
|
|
}
|
|
.comp_1x_b_n_n_b .comp_body ul li::before {
|
|
content: "∙";
|
|
position: absolute;
|
|
top: 0.5rem;
|
|
left: 0;
|
|
}
|
|
|
|
.pdpDetail {
|
|
padding-bottom: 10rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.pdpDetail {
|
|
padding-bottom: 6rem;
|
|
}
|
|
}
|
|
|
|
.disclaimerArea {
|
|
padding-bottom: 10rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.disclaimerArea {
|
|
padding-bottom: 6rem;
|
|
}
|
|
}
|
|
.disclaimerArea .disclaimerInner h2 {
|
|
width: 100%;
|
|
font-size: 2.4rem;
|
|
font-weight: 600;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.disclaimerArea .disclaimerInner h2 {
|
|
font-size: 1.8rem;
|
|
}
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList {
|
|
margin-top: 4rem;
|
|
border-top: 1px solid #999999;
|
|
border-bottom: 1px solid #999999;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.disclaimerArea .disclaimerInner .disclaimerList {
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item {
|
|
display: block;
|
|
}
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .title {
|
|
width: 15.5rem;
|
|
padding-right: 2rem;
|
|
font-size: 1.6rem;
|
|
line-height: 2.4rem;
|
|
font-weight: 600;
|
|
word-break: keep-all;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .title {
|
|
width: 100%;
|
|
padding-right: 0;
|
|
font-size: 1.4rem;
|
|
line-height: 2.2rem;
|
|
}
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .bar {
|
|
width: 0.1rem;
|
|
height: 1.5rem;
|
|
background-color: #dedede;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .bar {
|
|
display: none;
|
|
}
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .contents {
|
|
width: calc(100% - 15.6rem);
|
|
padding-left: 2rem;
|
|
font-size: 1.6rem;
|
|
line-height: 2.4rem;
|
|
word-break: keep-all;
|
|
color: #676767;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .contents {
|
|
width: 100%;
|
|
font-size: 1.4rem;
|
|
line-height: 2.2rem;
|
|
margin-top: 1.5rem;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .contents li {
|
|
position: relative;
|
|
padding-left: 1rem;
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .contents li::before {
|
|
content: "∙";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
line-height: 2.2rem;
|
|
}
|
|
.disclaimerArea .disclaimerInner .disclaimerList .item .contents li a {
|
|
color: #676767;
|
|
text-decoration: none !important;
|
|
border-bottom: 1px solid #676767;
|
|
}
|
|
|
|
.reviewArea {
|
|
margin-top: 0;
|
|
padding-top: 10rem;
|
|
padding-bottom: 10rem;
|
|
border-top: 0.1rem solid #dedede;
|
|
border-bottom: 0.1rem solid #dedede;
|
|
}
|
|
.reviewArea:has(+ .qnaArea) {
|
|
border-bottom: none;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.reviewArea {
|
|
padding-top: 6rem;
|
|
padding-bottom: 6rem;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .titleArea {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.reviewArea .reviewInner .titleArea h2 {
|
|
width: 100%;
|
|
font-size: 2.4rem;
|
|
font-weight: 600;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.reviewArea .reviewInner .titleArea h2 {
|
|
font-size: 1.8rem;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 4.5rem;
|
|
min-width: 10rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select {
|
|
width: 13rem;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select .btn-select {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 4.5rem;
|
|
font-size: 1.4rem;
|
|
padding: 1.4rem 2rem;
|
|
background-color: #fff;
|
|
border: 1px solid #dedede;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
color: #000;
|
|
line-height: 1;
|
|
/* 말줄임 */
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select .btn-select {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select .btn-select::after {
|
|
content: "";
|
|
position: absolute;
|
|
right: 1rem;
|
|
top: 40%;
|
|
transform: translate(-50%, 0);
|
|
width: 1.4rem;
|
|
height: 0.8rem;
|
|
display: block;
|
|
background: url("/kr/assets/images/common/icon-notice.svg");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
transform: rotate(-180deg);
|
|
}
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select .list-member {
|
|
display: none;
|
|
position: absolute;
|
|
padding: 1rem 2rem;
|
|
width: 100%;
|
|
top: 4.4rem;
|
|
left: 0;
|
|
border: 1px solid #dedede;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
z-index: 1;
|
|
}
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select .btn-select.on::after {
|
|
transform: rotate(0deg);
|
|
}
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select .btn-select.on + .list-member {
|
|
display: block;
|
|
}
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select .list-member li {
|
|
font-size: 1.6rem;
|
|
line-height: 2;
|
|
box-sizing: border-box;
|
|
}
|
|
.reviewArea .reviewInner .titleArea .searchBox .selectInner .cont-select .list-member li button {
|
|
width: 100%;
|
|
font-size: 1.6rem;
|
|
border: none;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
/* 말줄임 */
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.reviewArea .reviewInner .reviewList {
|
|
margin-top: 3rem;
|
|
border-top: 1px solid #999999;
|
|
border-bottom: 1px solid #999999;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.reviewArea .reviewInner .reviewList {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
padding: 2rem 0;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.reviewArea .reviewInner .reviewList .item {
|
|
display: block;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea {
|
|
width: calc(100% - 10rem);
|
|
padding-right: 5rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.reviewArea .reviewInner .reviewList .item .textArea {
|
|
width: 100%;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea .title {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea .title .name {
|
|
font-size: 1.6rem;
|
|
font-weight: 600;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea .title .date {
|
|
margin-left: 1rem;
|
|
font-size: 1.4rem;
|
|
color: #9ea1a2;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea .contents {
|
|
margin-top: 1.5rem;
|
|
font-size: 1.6rem;
|
|
line-height: 2.4rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.reviewArea .reviewInner .reviewList .item .textArea .contents {
|
|
margin-top: 1.3rem;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea .contents.abstracted {
|
|
white-space: normal;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 3;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea .contentMoreBtn {
|
|
display: none;
|
|
align-items: center;
|
|
margin-top: 1rem;
|
|
font-size: 1.6rem;
|
|
color: #9ea1a2;
|
|
cursor: pointer;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea .contentMoreBtn::after {
|
|
content: "";
|
|
display: block;
|
|
width: 1rem;
|
|
height: 1rem;
|
|
margin-left: 0.5rem;
|
|
background-image: url("/kr/assets/images/common/icon-more.svg");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .textArea .contentMoreBtn.active::after {
|
|
background-image: url("/kr/assets/images/common/icon-briefly.svg");
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .reviewBtnArea {
|
|
width: 10rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.reviewArea .reviewInner .reviewList .item .reviewBtnArea {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
width: 100%;
|
|
margin-top: 1.5rem;
|
|
}
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .reviewBtnArea .reviewBtn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 10rem;
|
|
height: 3.5rem;
|
|
border: 1px solid #dedede;
|
|
border-radius: 0.6rem;
|
|
transition: 0.3s;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .reviewBtnArea .reviewBtn .icon-good {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
background-image: url("/kr/assets/images/common/icon_good.svg");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .reviewBtnArea .reviewBtn .goodNum {
|
|
margin-left: 0.8rem;
|
|
padding-top: 0.2rem;
|
|
color: #9ea1a2;
|
|
font-size: 1.4rem;
|
|
font-weight: 600;
|
|
line-height: 2rem;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .reviewBtnArea .reviewBtn:hover {
|
|
border: 1px solid #000000;
|
|
}
|
|
.reviewArea .reviewInner .reviewList .item .reviewBtnArea .reviewBtn.active .goodNum {
|
|
color: #000000;
|
|
}
|
|
.reviewArea .reviewInner .noList {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 14rem;
|
|
margin-top: 4rem;
|
|
border: 1px solid #dedede;
|
|
border-radius: 0.6rem;
|
|
font-size: 1.8rem;
|
|
color: #9ea1a2;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.reviewArea .reviewInner .noList {
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
|
|
.qnaArea {
|
|
margin-top: 0;
|
|
padding-top: 10rem;
|
|
padding-bottom: 10rem;
|
|
border-top: 0.1rem solid #dedede;
|
|
border-bottom: 0.1rem solid #dedede;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.qnaArea {
|
|
padding-top: 6rem;
|
|
padding-bottom: 6rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .titleArea {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.qnaArea .qnaInner .titleArea h2 {
|
|
width: 100%;
|
|
font-size: 2.4rem;
|
|
font-weight: 600;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.qnaArea .qnaInner .titleArea h2 {
|
|
font-size: 1.8rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList {
|
|
margin-top: 4rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList {
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList {
|
|
width: 100%;
|
|
margin-top: 2rem;
|
|
}
|
|
@media (min-width: 1025px) {
|
|
.qnaArea .qnaInner .qnaList {
|
|
max-width: 120rem;
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
@media (min-width: 1240px) {
|
|
.qnaArea .qnaInner .qnaList {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl {
|
|
border: 1px solid #dedede;
|
|
border-radius: 0.6rem;
|
|
padding: 2rem;
|
|
position: relative;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl:hover {
|
|
border-color: #05141f;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl {
|
|
padding: 2.5rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 1.6rem;
|
|
font-weight: 600;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
@media (min-width: 1025px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt {
|
|
font-size: 1.8rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt > p {
|
|
position: relative;
|
|
width: 93%;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt > p .subTitle {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
color: #9ea1a2;
|
|
margin-bottom: 1.5rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt > p .subTitle .badge {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 2.5rem;
|
|
margin-right: 1rem;
|
|
padding: 0 0.8rem;
|
|
border: 0.1rem solid #dedede;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt > p .subTitle .badge.an {
|
|
color: #9ea1a2;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt > p .subTitle .badge.ay {
|
|
color: #000000;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt > p span {
|
|
font-weight: 600;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt:hover {
|
|
color: var(--unnamed-color-00aad2);
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt::after {
|
|
content: "";
|
|
position: absolute;
|
|
right: 0rem;
|
|
top: 65%;
|
|
transform: translate(-50%, 0);
|
|
transform: rotate(-180deg);
|
|
width: 1.4rem;
|
|
height: 0.8rem;
|
|
display: block;
|
|
background: url("/kr/assets/images/common/icon-notice.svg");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt::after {
|
|
top: 40%;
|
|
right: 1rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt.active::after {
|
|
transform: rotate(0deg);
|
|
background-position-x: right;
|
|
right: 0rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt.active::after {
|
|
right: 1rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dt.active + dd {
|
|
display: block;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd {
|
|
display: none;
|
|
margin-top: 3rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd p {
|
|
font-size: 1.4rem;
|
|
line-height: 2.4rem;
|
|
color: #000000;
|
|
}
|
|
@media (min-width: 1025px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd p {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .imageArea {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
width: 100%;
|
|
margin-top: 3rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .imageArea .item {
|
|
width: calc((100% - 4rem) / 3);
|
|
border: 0.1rem solid #dedede;
|
|
overflow: hidden;
|
|
margin-right: 2rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .imageArea .item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .imageArea .item .box {
|
|
position: relative;
|
|
padding-top: 100%;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: center;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .adminAnswer {
|
|
margin-top: 3.5rem;
|
|
padding-top: 3.5rem;
|
|
border-top: 0.1rem solid #dedede;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .adminAnswer .subTitle {
|
|
color: #9ea1a2;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .adminAnswer .answer {
|
|
margin-top: 1.5rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .adminAnswer .downloadArea {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
margin-top: 2rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .adminAnswer .downloadArea .downloadItem {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 1.6rem;
|
|
padding: 0.7rem 1rem;
|
|
background-color: #f3f3f3;
|
|
color: #000000;
|
|
margin-right: 1rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .adminAnswer .downloadArea .downloadItem:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .adminAnswer .downloadArea .downloadItem .icon {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
background-image: url("/kr/assets/images/common/icon-download.svg");
|
|
background-repeat: repeat;
|
|
margin-left: 0.8rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn {
|
|
margin: 0 auto;
|
|
margin-top: 4rem;
|
|
width: 100%;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn {
|
|
width: 37rem;
|
|
margin-top: 5rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .oneButton {
|
|
width: 16rem;
|
|
margin: 0 auto;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .towButton {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .towButton {
|
|
flex-wrap: nowrap;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .towButton .leftBtn {
|
|
margin-right: 0;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .towButton .leftBtn {
|
|
margin-right: 0.5rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .towButton .rightBtn {
|
|
margin-left: 0;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .towButton .rightBtn {
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .towButton button + button {
|
|
margin-top: 1rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl dd .csBtn .towButton button + button {
|
|
margin-left: 1rem;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl > .dd-padding {
|
|
padding-left: 6.5rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl.active {
|
|
border-color: #000;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl.private:hover {
|
|
border-color: #dedede;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl.private dt {
|
|
cursor: default;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl.private dt:after {
|
|
content: none;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl.private dt > p span {
|
|
color: #9ea1a2;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .accordion dl + dl {
|
|
margin-top: 1rem;
|
|
}
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .noList {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 14rem;
|
|
border: 1px solid #dedede;
|
|
border-radius: 0.6rem;
|
|
font-size: 1.8rem;
|
|
color: #9ea1a2;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.qnaArea .qnaInner .qnaList .qnaAccodion .noList {
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
|
|
.listbtnWarp {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
padding: 0 2rem;
|
|
}
|
|
@media (min-width: 1025px) {
|
|
.listbtnWarp {
|
|
width: 16rem;
|
|
}
|
|
}
|
|
.listbtnWarp a::before,
|
|
.listbtnWarp a::after {
|
|
width: 3.2rem;
|
|
}
|
|
@media (min-width: 1025px) {
|
|
.listbtnWarp a::before,
|
|
.listbtnWarp a::after {
|
|
width: 3.2rem;
|
|
}
|
|
}
|
|
|
|
.pdpDisplayThemeSwiper .swiper-wrapper {
|
|
transition-timing-function: linear;
|
|
}
|
|
|
|
.displayTheme .visualBg {
|
|
position: absolute;
|
|
width: 100%;
|
|
max-width: 192rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.displayTheme .visualBg {
|
|
overflow: hidden;
|
|
height: 76rem;
|
|
}
|
|
}
|
|
@media (max-width: 820px) {
|
|
.displayTheme .visualBg {
|
|
height: 62rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme .visualBg {
|
|
height: 76rem;
|
|
}
|
|
}
|
|
@media (max-width: 501px) {
|
|
.displayTheme .visualBg {
|
|
height: 71rem;
|
|
}
|
|
}
|
|
.displayTheme .visualBg img {
|
|
width: auto;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
-o-object-position: center;
|
|
object-position: center;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.displayTheme .visualBg img {
|
|
width: 100%;
|
|
-o-object-fit: initial;
|
|
object-fit: initial;
|
|
-o-object-position: initial;
|
|
object-position: initial;
|
|
}
|
|
}
|
|
.displayTheme .visualBg img.mobile {
|
|
display: none;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.displayTheme .visualBg img.web {
|
|
display: none;
|
|
}
|
|
.displayTheme .visualBg img.mobile {
|
|
display: block;
|
|
-o-object-fit: initial;
|
|
object-fit: initial;
|
|
height: auto;
|
|
}
|
|
}
|
|
.displayTheme .visualBg:after {
|
|
content: "";
|
|
display: none;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 2;
|
|
width: 100%;
|
|
height: 60%;
|
|
background: rgb(255, 255, 255);
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 43%, rgb(255, 255, 255) 100%);
|
|
}
|
|
.displayTheme.comp_wide .comp_body.layer_up .text_area {
|
|
margin-top: 5.2rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme.comp_wide .comp_body.layer_up .text_area {
|
|
margin-top: 6rem !important;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme.comp_wide .comp_body .text_area {
|
|
margin-top: 3rem !important;
|
|
}
|
|
.displayTheme.comp_wide .comp_body .text_area h3 {
|
|
font-size: 3rem;
|
|
}
|
|
.displayTheme.comp_wide .comp_body .text_area .info {
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.displayTheme.comp_wide .comp_bottom {
|
|
padding: 3rem 0;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme.comp_wide .comp_bottom {
|
|
padding: 2rem 0;
|
|
}
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom.thumb-swiper {
|
|
overflow: hidden;
|
|
flex-wrap: wrap;
|
|
padding: 17rem 0 0;
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom.thumb-swiper .com_bottm_inner {
|
|
padding: 3.4rem 0;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme.comp_wide .comp_bottom.thumb-swiper {
|
|
padding: 31.2rem 0 0;
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom.thumb-swiper .com_bottm_inner {
|
|
padding: 2.4rem 0;
|
|
}
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner {
|
|
padding: 3rem 0;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner {
|
|
padding: 2.5rem 0;
|
|
}
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper {
|
|
overflow: visible;
|
|
width: 100%;
|
|
padding: 0 10rem;
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper:before, .displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: -4rem;
|
|
bottom: -4rem;
|
|
left: 0;
|
|
z-index: 2;
|
|
width: 10rem;
|
|
background: rgb(0, 0, 0);
|
|
background: linear-gradient(270deg, rgba(0, 0, 0, 0) 43%, rgb(0, 0, 0) 100%);
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper:after {
|
|
left: auto;
|
|
right: 0;
|
|
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 43%, rgb(0, 0, 0) 100%);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper:before, .displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper:after {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper {
|
|
padding-right: 2rem;
|
|
}
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper {
|
|
width: 100%;
|
|
transition-timing-function: linear;
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide {
|
|
width: 11.6rem !important;
|
|
padding: 6px;
|
|
border: 2px solid transparent;
|
|
cursor: pointer;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide {
|
|
width: 12rem !important;
|
|
padding: 0.8rem;
|
|
}
|
|
}
|
|
@media (max-width: 1240px) {
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide:first-child {
|
|
margin-left: 2rem;
|
|
}
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide img {
|
|
max-width: 100%;
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide p {
|
|
margin-top: 0.3rem;
|
|
font-size: 1.2rem;
|
|
font-weight: 400;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
text-align: left;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide p {
|
|
margin-top: 0.5rem;
|
|
}
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide.selected {
|
|
border: 2px dashed rgba(255, 255, 255, 0.5);
|
|
}
|
|
.displayTheme.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide.active {
|
|
border: 2px solid #f8c40c;
|
|
}
|
|
.displayTheme .comp_top {
|
|
z-index: 2;
|
|
}
|
|
.displayTheme .comp_top .comp_body .text_area h3 {
|
|
font-size: 3rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.displayTheme .comp_top .comp_body .text_area .info {
|
|
font-size: 1.6rem;
|
|
}
|
|
.displayTheme .comp_top .comp_body .text_area > * {
|
|
flex: 1;
|
|
}
|
|
.displayTheme .comp_md {
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 0;
|
|
height: 48rem;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme .comp_md {
|
|
height: 3rem;
|
|
}
|
|
}
|
|
.displayTheme.type2 .comp_bottom {
|
|
background-color: transparent;
|
|
}
|
|
.displayTheme.type2 .comp_bottom .com_bottm_inner .thumb-wrap {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 1.4rem 2rem;
|
|
width: 100%;
|
|
max-width: 118rem;
|
|
margin: 0 auto;
|
|
}
|
|
.displayTheme.type2 .comp_bottom .com_bottm_inner .thumb-wrap .dtthumb {
|
|
width: 13rem;
|
|
}
|
|
.displayTheme.type2 .comp_bottom .com_bottm_inner .thumb-wrap .img-area {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 13rem;
|
|
height: 12rem;
|
|
background-color: #fff;
|
|
border-radius: 0.8rem;
|
|
}
|
|
.displayTheme.type2 .comp_bottom .com_bottm_inner .thumb-wrap p {
|
|
font-size: 1.4rem;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
}
|
|
.displayTheme .dtlImgs {
|
|
position: relative;
|
|
padding-top: 7.2rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme .dtlImgs {
|
|
padding-top: 7.2rem;
|
|
}
|
|
}
|
|
.displayTheme .dtlImgs .item {
|
|
transition: opacity 0.2s;
|
|
}
|
|
.displayTheme .dtlImgs .item .text_area {
|
|
margin-top: 4rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme .dtlImgs .item .text_area {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.displayTheme .dtlImgs .item + .item {
|
|
margin-top: 8rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme .dtlImgs .item + .item {
|
|
margin-top: 5rem;
|
|
}
|
|
}
|
|
.displayTheme .dtlImgs .item.change {
|
|
opacity: 0;
|
|
}
|
|
.displayTheme + .comp_1x_b_v_s_b {
|
|
position: relative;
|
|
z-index: 2;
|
|
margin-top: 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme + .comp_1x_b_v_s_b {
|
|
margin-top: 4rem;
|
|
}
|
|
}
|
|
.displayTheme + .comp_1x_b_v_s_b .image_area {
|
|
height: auto;
|
|
}
|
|
.displayTheme .comp_body .swiper-slide .text_area h5 {
|
|
font-size: 3rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme .comp_body .swiper-slide .text_area h5 {
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
.displayTheme.welcome-goodbye {
|
|
margin-top: 8rem;
|
|
}
|
|
.displayTheme.welcome-goodbye .comp_body + .comp_body {
|
|
margin-top: 10rem;
|
|
}
|
|
.displayTheme.welcome-goodbye .comp_body .text_area {
|
|
margin-bottom: 2rem;
|
|
}
|
|
.displayTheme.welcome-goodbye .comp_body video {
|
|
width: 100%;
|
|
}
|
|
|
|
.displayThemeDtl .swiper-navigation > * {
|
|
top: 210px;
|
|
left: -65px;
|
|
width: 5rem;
|
|
height: 5rem;
|
|
border-radius: 50%;
|
|
background: rgb(255, 255, 255) url(../images/kia/pdp/display_theme/icon-arrow.png) no-repeat center/15px auto;
|
|
}
|
|
.displayThemeDtl .swiper-navigation > *:after {
|
|
display: none;
|
|
}
|
|
.displayThemeDtl .swiper-navigation .swiper-button-next {
|
|
left: auto;
|
|
right: -65px;
|
|
transform: rotate(180deg);
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.displayThemeDtl .swiper-navigation {
|
|
display: none;
|
|
}
|
|
}
|
|
.displayThemeDtl .swiper-pagination {
|
|
top: 46.4rem;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.displayThemeDtl .swiper-pagination {
|
|
top: 36.4vw;
|
|
}
|
|
}
|
|
.displayThemeDtl .swiper-pagination .swiper-pagination-bullet {
|
|
opacity: 1;
|
|
width: 5.6rem;
|
|
height: 0.4rem;
|
|
border-radius: 0;
|
|
background-color: #e9e9e9;
|
|
}
|
|
.displayThemeDtl .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
|
background-color: #000;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_1x_w_v_o_b .image_area {
|
|
overflow: hidden;
|
|
height: auto;
|
|
}
|
|
}
|
|
.inCarGame .comp_top.title-area {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
.inCarGame .visualBg {
|
|
position: absolute;
|
|
width: 100%;
|
|
max-width: 192rem;
|
|
}
|
|
.inCarGame .visualBg img {
|
|
width: 100%;
|
|
}
|
|
.inCarGame .visualBg img.mobile {
|
|
display: none;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame .visualBg img.web {
|
|
display: none;
|
|
}
|
|
.inCarGame .visualBg img.mobile {
|
|
display: block;
|
|
-o-object-fit: initial;
|
|
object-fit: initial;
|
|
height: auto;
|
|
}
|
|
}
|
|
.inCarGame .visualBg.swiper {
|
|
position: relative;
|
|
}
|
|
.inCarGame .visualBg.swiper .swiper-pagination {
|
|
bottom: 3rem;
|
|
}
|
|
.inCarGame .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) {
|
|
.inCarGame .visualBg.swiper .swiper-pagination .swiper-pagination-bullet {
|
|
width: 3rem;
|
|
height: 0.3rem;
|
|
}
|
|
}
|
|
.inCarGame .visualBg.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
.inCarGame .visualBg.swiper .image_area img {
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.inCarGame.comp_wide .comp_body.layer_up .text_area {
|
|
margin-top: 7rem;
|
|
}
|
|
.inCarGame.comp_wide .comp_body.layer_up .text_area .info {
|
|
line-height: 1.5;
|
|
}
|
|
.inCarGame.comp_wide .comp_body.layer_up .text_area .info br {
|
|
display: none;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_wide .comp_body.layer_up .text_area .info br {
|
|
display: block;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_wide .comp_body .text_area {
|
|
margin-top: 6rem;
|
|
}
|
|
.inCarGame.comp_wide .comp_body .text_area h3 {
|
|
font-size: 3rem;
|
|
line-height: 4rem;
|
|
}
|
|
.inCarGame.comp_wide .comp_body .text_area .info {
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 2;
|
|
padding: 4rem 0;
|
|
margin-top: 8rem;
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.inCarGame.comp_wide .comp_bottom {
|
|
padding: 3rem 0;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_wide .comp_bottom {
|
|
padding: 0;
|
|
margin-top: 4rem;
|
|
}
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner {
|
|
padding: 3rem 0;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner {
|
|
padding: 2.5rem 0;
|
|
}
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper {
|
|
width: 100%;
|
|
padding: 0 10rem;
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper:before, .inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 2;
|
|
width: 10rem;
|
|
height: 100%;
|
|
background: rgb(0, 0, 0);
|
|
background: linear-gradient(270deg, rgba(0, 0, 0, 0) 43%, rgb(0, 0, 0) 100%);
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper:after {
|
|
left: auto;
|
|
right: 0;
|
|
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 43%, rgb(0, 0, 0) 100%);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper:before, .inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper:after {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper {
|
|
padding-right: 2rem;
|
|
}
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper {
|
|
width: 100%;
|
|
transition-timing-function: linear;
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide {
|
|
width: 16.6rem !important;
|
|
padding: 6px;
|
|
border: 2px solid transparent;
|
|
cursor: pointer;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide {
|
|
width: 18rem !important;
|
|
padding: 0.8rem;
|
|
}
|
|
}
|
|
@media (max-width: 1240px) {
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide:first-child {
|
|
margin-left: 2rem;
|
|
}
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide img {
|
|
max-width: 100%;
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide p {
|
|
margin-top: 0.3rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
text-align: left;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide p {
|
|
margin-top: 0.5rem;
|
|
}
|
|
}
|
|
.inCarGame.comp_wide .comp_bottom .com_bottm_inner .swiper .swiper-wrapper .swiper-slide.active {
|
|
border-color: #fff;
|
|
}
|
|
.inCarGame .comp_top {
|
|
z-index: 2;
|
|
}
|
|
.inCarGame .comp_top .comp_body .text_area h3 {
|
|
margin-bottom: 2rem;
|
|
}
|
|
.inCarGame .comp_top .comp_body .text_area > * {
|
|
flex: 1;
|
|
}
|
|
.inCarGame .comp_md {
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 0;
|
|
height: 48rem;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame .comp_md {
|
|
height: 3rem;
|
|
}
|
|
}
|
|
.inCarGame.type2 .comp_bottom {
|
|
background-color: transparent;
|
|
}
|
|
.inCarGame.type2 .comp_bottom .com_bottm_inner .thumb-wrap {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 1.4rem 2rem;
|
|
width: 100%;
|
|
max-width: 118rem;
|
|
margin: 0 auto;
|
|
}
|
|
.inCarGame.type2 .comp_bottom .com_bottm_inner .thumb-wrap .dtthumb {
|
|
width: 13rem;
|
|
}
|
|
.inCarGame.type2 .comp_bottom .com_bottm_inner .thumb-wrap .img-area {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 13rem;
|
|
height: 12rem;
|
|
background-color: #fff;
|
|
border-radius: 0.8rem;
|
|
}
|
|
.inCarGame.type2 .comp_bottom .com_bottm_inner .thumb-wrap p {
|
|
font-size: 1.4rem;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
}
|
|
.inCarGame .dtlImgs .item {
|
|
transition: opacity 0.2s;
|
|
}
|
|
.inCarGame .dtlImgs .item .text_area {
|
|
margin-top: 4rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame .dtlImgs .item .text_area {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.inCarGame .dtlImgs .item + .item {
|
|
margin-top: 8rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame .dtlImgs .item + .item {
|
|
margin-top: 5rem;
|
|
}
|
|
}
|
|
.inCarGame .dtlImgs .item.change {
|
|
opacity: 0;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b {
|
|
position: relative;
|
|
z-index: 2;
|
|
margin-top: 2rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame + .comp_1x_b_v_s_b {
|
|
margin-top: 7.5rem;
|
|
}
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .image_area {
|
|
height: auto;
|
|
border-radius: 0.8rem;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .image_area img {
|
|
display: block;
|
|
border-radius: 0.8rem;
|
|
overflow: hidden;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame + .comp_1x_b_v_s_b .image_area video {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame + .comp_1x_b_v_s_b {
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs .text_area {
|
|
display: none;
|
|
margin-top: 3.2rem;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme0 .text_theme0 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme1 .text_theme1 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme2 .text_theme2 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme3 .text_theme3 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme4 .text_theme4 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme5 .text_theme5 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme6 .text_theme6 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme7 .text_theme7 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme8 .text_theme8 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme9 .text_theme9 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme10 .text_theme10 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme11 .text_theme11 {
|
|
display: block;
|
|
}
|
|
.inCarGame + .comp_1x_b_v_s_b .dtlImgs.theme12 .text_theme12 {
|
|
display: block;
|
|
}
|
|
.inCarGame.comp_2x_b_h_s_e2 .comp_body .item .text_area {
|
|
margin-top: 0;
|
|
}
|
|
.inCarGame.comp_wide.comp_2x_b_h_s_e2 {
|
|
margin-top: 20rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame.comp_wide.comp_2x_b_h_s_e2 {
|
|
margin-top: 10rem;
|
|
}
|
|
}
|
|
.inCarGame .comp_body .swiper-slide .text_area h5 {
|
|
font-size: 3rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame .comp_body .swiper-slide .text_area h5 {
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
.inCarGame .inCarGameDtl {
|
|
overflow: hidden;
|
|
border-radius: 0.8rem;
|
|
}
|
|
.inCarGame .inCarGameDtl .swiper-slide {
|
|
cursor: pointer;
|
|
}
|
|
.inCarGame .inCarGameDtlThumb {
|
|
margin-top: 0.7rem;
|
|
}
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide {
|
|
overflow: hidden;
|
|
position: relative;
|
|
height: 14.85rem;
|
|
border-radius: 0.8rem;
|
|
cursor: pointer;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide {
|
|
height: 4.5rem;
|
|
border-radius: 0.4rem;
|
|
}
|
|
}
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide.video-slideThumb:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 2;
|
|
transform: translate(-50%, -50%);
|
|
width: 60px;
|
|
height: 61px;
|
|
background: url(../images/kia/pdp/in_car_game/btn_play.png) no-repeat center/contain;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide.video-slideThumb:before {
|
|
width: 30px;
|
|
height: 31px;
|
|
opacity: 0.75;
|
|
}
|
|
}
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide.video-slideThumb.theme5::before {
|
|
display: none;
|
|
}
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide img {
|
|
display: block;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide video {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
z-index: 1;
|
|
width: 100%;
|
|
}
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 3;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 0.8rem;
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
.inCarGame .inCarGameDtlThumb .swiper-slide.swiper-slide-thumb-active:after {
|
|
display: none;
|
|
}
|
|
|
|
.tooltip {
|
|
display: flex;
|
|
align-items: center;
|
|
position: absolute;
|
|
top: -8.5rem;
|
|
left: 0;
|
|
z-index: 10;
|
|
width: 27.6rem;
|
|
height: 7.2rem;
|
|
padding: 0 0 0 1.6rem;
|
|
font-size: 1.2rem;
|
|
color: #05141f;
|
|
line-height: 2rem;
|
|
border: 1px solid #000;
|
|
border-radius: 0.4rem;
|
|
background-color: #fff;
|
|
}
|
|
.tooltip:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
bottom: -0.9rem;
|
|
left: 2.4rem;
|
|
width: 1.5rem;
|
|
height: 0.9rem;
|
|
background: url("../images/kia/pdp/display_theme/ico_edge.png") no-repeat center/contain;
|
|
}
|
|
.tooltip .btn-close {
|
|
position: absolute;
|
|
top: 1.6rem;
|
|
right: 1.6rem;
|
|
width: 1.6rem;
|
|
height: 1.6rem;
|
|
background: url("../images/kia/pdp/display_theme/ico_close.png") no-repeat center/contain;
|
|
text-indent: -9999em;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.theme-story {
|
|
display: flex;
|
|
align-items: center;
|
|
-moz-column-gap: 1.6rem;
|
|
column-gap: 1.6rem;
|
|
position: absolute;
|
|
top: 1.4rem;
|
|
left: 0;
|
|
width: 100%;
|
|
max-width: 120rem;
|
|
margin: 0 auto;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.theme-story {
|
|
overflow-x: auto;
|
|
padding: 0 2rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.theme-story {
|
|
top: 0;
|
|
}
|
|
}
|
|
.theme-story .tooltip {
|
|
display: none;
|
|
}
|
|
.theme-story .btn-dtthumb {
|
|
position: relative;
|
|
}
|
|
.theme-story .btn-dtthumb.active .dtthumb {
|
|
border-color: rgb(248, 196, 12);
|
|
background-color: rgba(253, 224, 68, 0.5);
|
|
}
|
|
.theme-story .dtthumb {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 15.5rem;
|
|
height: 4.4rem;
|
|
padding: 0 0 0 0.8rem;
|
|
font-size: 1.2rem;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
border-radius: 2.2rem;
|
|
background-color: rgba(236, 221, 193, 0.5);
|
|
text-align: left;
|
|
cursor: pointer;
|
|
}
|
|
.theme-story .dtthumb img {
|
|
display: block;
|
|
width: 3rem;
|
|
height: 3rem;
|
|
margin-right: 0.8rem;
|
|
border-radius: 50%;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.theme-story .dtthumb {
|
|
width: 7.4rem;
|
|
}
|
|
.theme-story .dtthumb p {
|
|
display: none;
|
|
}
|
|
}
|
|
.theme-story .btn-remove {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0.6rem;
|
|
width: 2.4rem;
|
|
height: 2.4rem;
|
|
margin-top: -1.2rem;
|
|
background: url("../images/kia/pdp/display_theme/ico_close2.png") no-repeat center/1rem auto;
|
|
text-indent: -9999em;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type=checkbox] + label {
|
|
height: auto;
|
|
padding: 2rem 2rem 2rem 0;
|
|
}
|
|
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type=checkbox] + label:before {
|
|
display: none;
|
|
}
|
|
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type=checkbox] + label strong {
|
|
font-size: 1.6rem;
|
|
}
|
|
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type=checkbox] + label strong span {
|
|
font-size: 1.6rem;
|
|
}
|
|
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type=checkbox] + label span {
|
|
color: #aaa !important;
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
.comp_wide.comp_2x_b_h_s_e2 {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.streamingPremium .mobile {
|
|
display: none;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.streamingPremium .web {
|
|
display: none;
|
|
}
|
|
.streamingPremium .mobile {
|
|
display: block;
|
|
-o-object-fit: initial;
|
|
object-fit: initial;
|
|
height: auto;
|
|
}
|
|
}
|
|
.streamingPremium.comp_1x_b_v_s_b {
|
|
margin-top: 4rem;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.streamingPremium.comp_1x_b_v_s_b {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.streamingPremium.comp_1x_b_v_s_b .mt-12 {
|
|
margin-top: 12rem;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.streamingPremium.comp_1x_b_v_s_b .mt-12 {
|
|
margin-top: 6rem;
|
|
}
|
|
}
|
|
.streamingPremium.comp_1x_b_v_s_b .mb-2 {
|
|
margin-bottom: 2rem;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.streamingPremium.comp_1x_b_v_s_b .mb-2 {
|
|
margin-top: 1rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.streamingPremium.comp_1x_w_v_o_b .image_area {
|
|
overflow: hidden;
|
|
height: auto;
|
|
}
|
|
}
|
|
.streamingPremium .visualBg {
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 192rem;
|
|
max-height: 70rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.streamingPremium .visualBg {
|
|
max-height: auto;
|
|
}
|
|
}
|
|
.streamingPremium .visualBg img {
|
|
width: 100%;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body.layer_up .text_area {
|
|
margin-top: 7rem;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body.layer_up .text_area .info {
|
|
line-height: 1.5;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body.layer_up .text_area .info br {
|
|
display: none;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.streamingPremium.comp_wide .comp_body.layer_up .text_area .info br {
|
|
display: block;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.streamingPremium.comp_wide .comp_body .text_area {
|
|
margin-top: 3rem;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .text_area h3 {
|
|
font-size: 3rem;
|
|
line-height: 4rem;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .text_area .info {
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .refund-table .text_area {
|
|
margin-top: 0;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .table-area {
|
|
margin-bottom: 12rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.streamingPremium.comp_wide .comp_body .table-area {
|
|
margin-bottom: 5rem;
|
|
}
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .table-area .index {
|
|
padding: 1.6rem 0 1rem;
|
|
font-size: 1.4rem;
|
|
color: #676767;
|
|
text-align: right;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .table-area table {
|
|
width: 100%;
|
|
border-top: 1px solid #999;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .table-area table th {
|
|
height: 7.6rem;
|
|
padding: 0 1rem;
|
|
font-size: 1.6rem;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.streamingPremium.comp_wide .comp_body .table-area table th {
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .table-area table tbody {
|
|
border-top: 1px solid #dedede;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
.streamingPremium.comp_wide .comp_body .table-area table tbody td {
|
|
padding: 1rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
.streamingPremium.comp_1x_b_v_s_b .image_area {
|
|
height: auto;
|
|
}
|
|
.streamingPremium .comp_top {
|
|
z-index: 2;
|
|
}
|
|
.streamingPremium .comp_top .comp_body .text_area h3 {
|
|
margin-bottom: 2rem;
|
|
}
|
|
.streamingPremium .comp_top .comp_body .text_area > * {
|
|
flex: 1;
|
|
}
|
|
.streamingPremium .comp_md {
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 0;
|
|
height: 48rem;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.streamingPremium .comp_md {
|
|
height: 3rem;
|
|
}
|
|
}
|
|
.streamingPremium .spec-area {
|
|
padding: 6rem 0 16rem;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.streamingPremium .spec-area {
|
|
padding: 3rem 0 8rem;
|
|
}
|
|
}
|
|
|
|
.comp_wide.title-only + .comp_wide {
|
|
margin-top: 4rem;
|
|
}
|
|
.comp_wide .between {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.editorWarp .visualBg img {
|
|
width: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
-o-object-position: center;
|
|
object-position: center;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.editorWarp .visualBg img {
|
|
width: 100%;
|
|
-o-object-fit: initial;
|
|
object-fit: initial;
|
|
-o-object-position: initial;
|
|
object-position: initial;
|
|
}
|
|
}
|
|
.editorWarp .visualBg img.mobile {
|
|
display: none;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.editorWarp .visualBg img.web {
|
|
display: none;
|
|
}
|
|
.editorWarp .visualBg img.mobile {
|
|
display: block;
|
|
-o-object-fit: initial;
|
|
object-fit: initial;
|
|
height: auto;
|
|
}
|
|
}
|
|
.editorWarp .video_wrap {
|
|
display: none;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
padding-top: 56.25%;
|
|
z-index: 4;
|
|
background: rgba(0, 0, 0, 0.9);
|
|
opacity: 1;
|
|
transition: all 0.3s ease;
|
|
}
|
|
.editorWarp .video_wrap .video-area {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 80%;
|
|
max-width: 120rem;
|
|
aspect-ratio: 16/9;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #000;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video .youtube-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video .btn-play {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 8rem;
|
|
height: 8rem;
|
|
background: url(../images/kia/contents/ico_play.png?v1) no-repeat center/100% auto;
|
|
text-indent: -9999em;
|
|
cursor: pointer;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video .btn-play.pause {
|
|
display: none;
|
|
background: url(../images/kia/contents/ico_pause.png?v1) no-repeat center/100% auto;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video .btn-play.play {
|
|
display: block;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.editorWarp .video_wrap .video-area .video .btn-play {
|
|
width: 4rem;
|
|
height: 4rem;
|
|
}
|
|
}
|
|
.editorWarp .video_wrap .video-area .video .btn-sound {
|
|
display: none;
|
|
position: absolute;
|
|
bottom: 3rem;
|
|
right: 3rem;
|
|
width: 4rem;
|
|
height: 4rem;
|
|
background: url(../images/kia/contents/ico_sound_off.png?v1) no-repeat center/100% auto;
|
|
text-indent: -9999em;
|
|
cursor: pointer;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video .btn-sound.off {
|
|
background: url(../images/kia/contents/ico_sound_off.png?v1) no-repeat center/100% auto;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video .btn-sound.on {
|
|
background: url(../images/kia/contents/ico_sound_on.png?v1) no-repeat center/100% auto;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.editorWarp .video_wrap .video-area .video .btn-sound {
|
|
bottom: 1.5rem;
|
|
right: 1.5rem;
|
|
width: 2rem;
|
|
height: 2rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.editorWarp .video_wrap .video-area {
|
|
width: 100%;
|
|
}
|
|
.editorWarp .video_wrap .video-area .video {
|
|
border: 1.5rem solid #000;
|
|
border-bottom-width: 1.5rem;
|
|
}
|
|
}
|
|
.editorWarp .video_wrap .btn-close {
|
|
position: absolute;
|
|
top: -4rem;
|
|
right: -16rem;
|
|
z-index: 10;
|
|
width: 14rem;
|
|
height: 14rem;
|
|
background-color: transparent;
|
|
border: none;
|
|
text-indent: -9999em;
|
|
cursor: pointer;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.editorWarp .video_wrap .btn-close {
|
|
top: -7rem;
|
|
right: -12rem;
|
|
width: 10rem;
|
|
height: 10rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.editorWarp .video_wrap .btn-close {
|
|
top: -7rem;
|
|
right: 0;
|
|
width: 6rem;
|
|
height: 6rem;
|
|
}
|
|
}
|
|
.editorWarp .video_wrap .btn-close::before,
|
|
.editorWarp .video_wrap .btn-close::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 9.2rem;
|
|
height: 2px;
|
|
background-color: #fff;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.editorWarp .video_wrap .btn-close::before,
|
|
.editorWarp .video_wrap .btn-close::after {
|
|
width: 7rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.editorWarp .video_wrap .btn-close::before,
|
|
.editorWarp .video_wrap .btn-close::after {
|
|
width: 4rem;
|
|
}
|
|
}
|
|
.editorWarp .video_wrap .btn-close::before {
|
|
transform: translate(-50%, -50%) rotate(45deg);
|
|
}
|
|
.editorWarp .video_wrap .btn-close::after {
|
|
transform: translate(-50%, -50%) rotate(-45deg);
|
|
}
|
|
.editorWarp .video_wrap.played .video .btn-sound {
|
|
display: block;
|
|
}
|
|
.editorWarp .video_wrap.played .video:hover .video-ctrl .btn-play {
|
|
display: block;
|
|
}
|
|
.editorWarp .video_wrap.paused .btn-play,
|
|
.editorWarp .video_wrap.paused .btn-sound {
|
|
display: block !important;
|
|
}
|
|
.editorWarp .video_wrap.paused .video:hover .video-ctrl .btn-play {
|
|
display: block;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.editorWarp .video_wrap {
|
|
height: 56rem;
|
|
}
|
|
}
|
|
@media (max-width: 501px) {
|
|
.editorWarp .video_wrap {
|
|
height: 40rem;
|
|
}
|
|
}
|
|
.editorWarp .close-today {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
bottom: 8.2rem;
|
|
width: 100%;
|
|
font-size: 1.6rem;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
transition: all 0.2s ease;
|
|
}
|
|
.editorWarp .close-today span {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
.editorWarp .close-today span input {
|
|
margin-right: 0.4rem;
|
|
}
|
|
.editorWarp .close-today span:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.editorWarp .close-today label {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.editorWarp .close-today label input {
|
|
margin-right: 0.4rem;
|
|
}
|
|
@media (max-width: 1780px) {
|
|
.editorWarp .close-today {
|
|
bottom: 4rem;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.editorWarp .close-today {
|
|
bottom: 2rem;
|
|
}
|
|
}
|
|
@media (max-width: 501px) {
|
|
.editorWarp .close-today {
|
|
bottom: 3.5rem;
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
.editorWarp .btn-intro {
|
|
display: none;
|
|
align-items: center;
|
|
position: absolute;
|
|
top: 5rem;
|
|
right: 3rem;
|
|
z-index: 3;
|
|
font-size: 1.4rem;
|
|
font-weight: 600;
|
|
color: #000;
|
|
cursor: pointer;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.editorWarp .btn-intro {
|
|
top: 2rem;
|
|
right: 1.6rem;
|
|
}
|
|
}
|
|
.editorWarp .btn-intro:before {
|
|
content: "";
|
|
display: block;
|
|
width: 2.8rem;
|
|
height: 2.8rem;
|
|
margin-right: 0.5rem;
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
|
|
border-radius: 50%;
|
|
background: #fff url("../images/kia/pdp/display_theme/ico_media.png") no-repeat center/1.6rem auto;
|
|
text-indent: -9999em;
|
|
cursor: pointer;
|
|
}
|
|
.editorWarp.playing .comp_body.layer_up,
|
|
.editorWarp.playing .thumb-swiper,
|
|
.editorWarp.playing .pdpInCarGameSwiper,
|
|
.editorWarp.playing .displayThemeDtl,
|
|
.editorWarp.playing .inCarGameDtl,
|
|
.editorWarp.playing .srsPlus .visualBg {
|
|
filter: blur(2px);
|
|
}
|
|
.editorWarp.playing .displayThemeDtl {
|
|
opacity: 0;
|
|
}
|
|
@media (max-width: 1700px) {
|
|
.editorWarp.playing .displayThemeDtl {
|
|
filter: blur(0);
|
|
}
|
|
}
|
|
.editorWarp .srsPlus .close-today {
|
|
bottom: 13rem;
|
|
}
|
|
@media (max-width: 1920px) {
|
|
.editorWarp .srsPlus .close-today {
|
|
bottom: 2vw;
|
|
}
|
|
}
|
|
.editorWarp .visualBg .swiper-navigation {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 10;
|
|
width: 100%;
|
|
max-width: 140rem;
|
|
height: 0;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
@media (max-width: 501px) {
|
|
.editorWarp .visualBg .swiper-navigation {
|
|
max-width: 92%;
|
|
}
|
|
}
|
|
.editorWarp .visualBg .swiper-button-next,
|
|
.editorWarp .visualBg .swiper-button-prev {
|
|
position: static;
|
|
width: 1.8rem;
|
|
height: 3.6rem;
|
|
margin: 0;
|
|
background: url(../images/common/ico_arrow_r.png) no-repeat center/contain;
|
|
}
|
|
.editorWarp .visualBg .swiper-button-next:after,
|
|
.editorWarp .visualBg .swiper-button-prev:after {
|
|
display: none;
|
|
}
|
|
.editorWarp .visualBg .swiper-button-prev {
|
|
background: url(../images/common/ico_arrow_l.png) no-repeat center/contain;
|
|
}
|
|
.editorWarp .bu {
|
|
display: block;
|
|
padding-left: 5.4rem;
|
|
text-indent: -2rem;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.editorWarp .bu {
|
|
padding-left: 2rem;
|
|
}
|
|
}
|
|
|
|
.boost.comp_1x_w_v_s_e1 .bottom:before {
|
|
background-color: rgb(5, 20, 31);
|
|
}
|
|
.boost.comp_1x_w_v_s_e1 .bottom .contents_area .image_area {
|
|
margin-top: 0;
|
|
}
|
|
.boost.comp_1x_w_v_s_e1 .contents_area {
|
|
padding-top: 7rem;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.boost.comp_1x_w_v_s_e1 .contents_area {
|
|
padding-top: 4rem;
|
|
}
|
|
}
|
|
@media (max-width: 501px) {
|
|
.boost.comp_1x_b_h_s_e1 {
|
|
margin-top: 6rem;
|
|
}
|
|
}
|
|
@media (max-width: 501px) {
|
|
.boost.comp_1x_w_v_s_e2 {
|
|
margin-top: 6rem;
|
|
}
|
|
}
|
|
.boost.comp_1x_w_v_s_e2 .comp_body.full {
|
|
flex-wrap: wrap;
|
|
}
|
|
.boost.comp_1x_w_v_s_e2 .image_area {
|
|
max-width: 120rem;
|
|
height: auto;
|
|
padding-top: 5rem;
|
|
margin: 0 auto;
|
|
}
|
|
@media (max-width: 501px) {
|
|
.boost.comp_1x_w_v_s_e2 .image_area {
|
|
padding-top: 3rem;
|
|
}
|
|
}
|
|
.boost.comp_1x_w_v_s_e2 .image_area img {
|
|
height: auto;
|
|
-o-object-fit: inherit;
|
|
object-fit: inherit;
|
|
border-radius: 0.6rem;
|
|
}
|
|
|
|
.pdpDtl .swiper-navigation > * {
|
|
top: 210px;
|
|
left: -65px;
|
|
width: 5rem;
|
|
height: 5rem;
|
|
border: 1px solid #d3d3d3;
|
|
border-radius: 50%;
|
|
background: rgb(255, 255, 255) url(../images/kia/pdp/display_theme/icon-arrow.png) no-repeat center/15px auto;
|
|
}
|
|
.pdpDtl .swiper-navigation > *:after {
|
|
display: none;
|
|
}
|
|
.pdpDtl .swiper-navigation .swiper-button-next {
|
|
left: auto;
|
|
right: -65px;
|
|
transform: rotate(180deg);
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.pdpDtl .swiper-navigation {
|
|
display: none;
|
|
}
|
|
}
|
|
.pdpDtl .swiper-pagination {
|
|
position: static;
|
|
top: 46.4rem;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.pdpDtl .swiper-pagination {
|
|
top: 36.4vw;
|
|
}
|
|
}
|
|
.pdpDtl .swiper-pagination .swiper-pagination-bullet {
|
|
opacity: 1;
|
|
width: 5.6rem;
|
|
height: 0.4rem;
|
|
border-radius: 0;
|
|
background-color: #e9e9e9;
|
|
}
|
|
.pdpDtl .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
|
background-color: #000;
|
|
}
|
|
|
|
.scroll_area .web {
|
|
display: block;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.scroll_area .web {
|
|
display: none;
|
|
}
|
|
}
|
|
.scroll_area .mobile {
|
|
display: none;
|
|
position: relative;
|
|
padding-top: 3rem;
|
|
}
|
|
.scroll_area .mobile:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 16px;
|
|
background: url("../images/kia/pdp/streaming_premium/img_spec_index.png") no-repeat 100% 0/contain;
|
|
}
|
|
.scroll_area .mobile .header {
|
|
overflow: hidden;
|
|
flex: none;
|
|
width: 125px;
|
|
height: 460px;
|
|
background: url("../images/kia/pdp/streaming_premium/img_spec_m2.png") no-repeat 0 0/auto 100%;
|
|
}
|
|
.scroll_area .mobile .cont {
|
|
overflow: hidden;
|
|
overflow-x: auto;
|
|
height: 460px;
|
|
}
|
|
.scroll_area .mobile .cont:after {
|
|
content: "";
|
|
display: block;
|
|
width: 306px;
|
|
height: 100%;
|
|
background: url("../images/kia/pdp/streaming_premium/img_spec_m2.png") no-repeat -126px 0/auto 100%;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.scroll_area .mobile {
|
|
display: flex;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.scroll_area .themeImg {
|
|
height: 48rem;
|
|
}
|
|
}
|
|
|
|
.disclaimerWrap .disclaimerList .item .contents .indent {
|
|
display: block;
|
|
padding-left: 1.25rem;
|
|
}
|
|
|
|
.refund-area {
|
|
margin-bottom: 1.6rem;
|
|
}
|
|
.refund-area .btn-fold {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
border-bottom: 1px solid #676767;
|
|
cursor: pointer;
|
|
}
|
|
.refund-area .btn-fold em {
|
|
margin-left: 0.4rem;
|
|
font-size: 1rem;
|
|
transform: rotate(180deg);
|
|
transform-origin: center center;
|
|
transition: all 0.2s ease;
|
|
}
|
|
.refund-area .btn-fold.fold em {
|
|
transform: rotate(0);
|
|
}
|
|
.refund-area .dtl {
|
|
display: none;
|
|
padding: 1rem 1.05rem;
|
|
}
|
|
.refund-area .dtl p {
|
|
margin-top: 0;
|
|
}
|
|
.refund-area .dtl .text_area {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.refund-area .dtl .table-area {
|
|
margin-bottom: 0.5rem !important;
|
|
}
|
|
.refund-area .dtl .tbl-dtl tr:nth-of-type(odd) td {
|
|
background-color: #fafafa;
|
|
}
|
|
.refund-area .table-area {
|
|
margin-bottom: 12rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.refund-area .table-area {
|
|
margin-bottom: 5rem;
|
|
}
|
|
}
|
|
.refund-area .table-area .index {
|
|
padding: 1.6rem 0 1rem;
|
|
font-size: 1.4rem;
|
|
color: #676767;
|
|
text-align: right;
|
|
}
|
|
.refund-area .table-area table {
|
|
width: 100%;
|
|
border-top: 1px solid #999;
|
|
}
|
|
.refund-area .table-area table th {
|
|
height: 7.6rem;
|
|
padding: 0 1rem;
|
|
font-size: 1.6rem;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.refund-area .table-area table th {
|
|
height: auto;
|
|
padding: 1rem;
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
.refund-area .table-area table tbody {
|
|
border-top: 1px solid #dedede;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
.refund-area .table-area table tbody td {
|
|
padding: 1rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .visualBg {
|
|
height: 76rem;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .dtlImgs {
|
|
padding-top: 4rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .dtlImgs {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .tooltip {
|
|
top: -6.5rem;
|
|
}
|
|
.displayTheme-kbo.comp_wide .swiper-info {
|
|
padding: 0 0 0.6rem;
|
|
color: #fff;
|
|
font-size: 1.6rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .swiper-info {
|
|
display: none;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .swiper-slide .image_area img {
|
|
box-shadow: 0px 0px 20px 0px rgba(234, 229, 188, 0.3019607843);
|
|
}
|
|
.displayTheme-kbo.comp_wide .swiper-pagination {
|
|
top: 48.4rem;
|
|
}
|
|
@media (max-width: 1240px) {
|
|
.displayTheme-kbo.comp_wide .swiper-pagination {
|
|
top: 39vw;
|
|
}
|
|
}
|
|
@media (max-width: 900px) {
|
|
.displayTheme-kbo.comp_wide .swiper-pagination {
|
|
top: 39.4vw;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .swiper-pagination {
|
|
top: 37.5vw;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .comp_top .comp_body .text_area h3 {
|
|
letter-spacing: -0.075em;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo {
|
|
padding: 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo {
|
|
padding: 0 1.3rem;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper {
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
max-width: 1180px;
|
|
margin: 0 auto;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper .swiper-slide {
|
|
width: 25% !important;
|
|
padding: 0.5rem;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper .swiper-slide:first-child {
|
|
margin-left: 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .comp_bottom .com_bottm_inner .swiper.pdpDisplayThemeKbo .swiper-wrapper .swiper-slide p {
|
|
letter-spacing: -0.075em;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.displayTheme-kbo.comp_wide .comp_bottom.thumb-swiper {
|
|
padding-top: 28.2rem;
|
|
}
|
|
}
|
|
@media (max-width: 640px) {
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-wrapper {
|
|
display: block;
|
|
}
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-wrapper .swiper-slide + .swiper-slide {
|
|
margin-top: 5rem;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-navigation > * {
|
|
top: 210px;
|
|
left: -65px;
|
|
width: 5rem;
|
|
height: 5rem;
|
|
border-radius: 50%;
|
|
background: rgb(255, 255, 255) url(../images/kia/pdp/display_theme/icon-arrow.png) no-repeat center/15px auto;
|
|
}
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-navigation > *:after {
|
|
display: none;
|
|
}
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-navigation .swiper-button-next {
|
|
left: auto;
|
|
right: -65px;
|
|
transform: rotate(180deg);
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-navigation {
|
|
display: none;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-pagination {
|
|
top: 48.4rem;
|
|
}
|
|
@media (max-width: 1240px) {
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-pagination {
|
|
top: 47.4rem;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-pagination {
|
|
top: 39.4vw;
|
|
}
|
|
}
|
|
@media (max-width: 760px) {
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-pagination {
|
|
top: 36.4vw;
|
|
}
|
|
}
|
|
@media (max-width: 640px) {
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-pagination {
|
|
display: none;
|
|
}
|
|
}
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-pagination .swiper-pagination-bullet {
|
|
opacity: 1;
|
|
width: 5.6rem;
|
|
height: 0.4rem;
|
|
border-radius: 0;
|
|
background-color: #e9e9e9;
|
|
}
|
|
.displayTheme-kbo.comp_wide .displayThemeKboDtl .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
|
background-color: #000;
|
|
}
|
|
|
|
.displayThemeDesney {
|
|
position: relative;
|
|
}
|
|
.displayThemeDesney .layer_up {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.displayThemeDesney .comp_body .text_area {
|
|
margin-top: 4.8rem;
|
|
text-align: center;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .comp_body .text_area {
|
|
margin-top: 8rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .comp_body .text_area h3 {
|
|
margin: 1.2rem 0 2rem;
|
|
font-size: 3rem;
|
|
color: #fff;
|
|
letter-spacing: -0.095rem;
|
|
line-height: 1.3;
|
|
}
|
|
.displayThemeDesney .comp_body .text_area h3.color-000 {
|
|
color: #000;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .comp_body .text_area h3 {
|
|
margin: 1.2rem 0 3rem;
|
|
font-size: 4.8rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .comp_body .text_area .info {
|
|
color: #f0f0f0;
|
|
letter-spacing: -0.075rem;
|
|
line-height: 1.5;
|
|
}
|
|
.displayThemeDesney .comp_body .text_area .info.color-000 {
|
|
color: #000;
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme {
|
|
background-color: #f0f0f0;
|
|
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;
|
|
height: 14.8rem;
|
|
font-size: 2.4rem;
|
|
font-weight: 600;
|
|
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%;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme h3 {
|
|
height: 30.6rem;
|
|
font-size: 4.8rem;
|
|
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: 0.6rem 2rem 5.6rem;
|
|
}
|
|
@media (min-width: 501px) {
|
|
.displayThemeDesney .available-theme .list {
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list {
|
|
padding-top: 4.8rem;
|
|
}
|
|
}
|
|
@media (min-width: 1240px) {
|
|
.displayThemeDesney .available-theme .list {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
width: 100%;
|
|
gap: 5.6rem 0.8rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul {
|
|
gap: 2.4rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li {
|
|
overflow: hidden;
|
|
width: calc(50% - 0.4rem);
|
|
aspect-ratio: 156/196;
|
|
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 {
|
|
width: 28.2rem;
|
|
height: 36.9rem;
|
|
aspect-ratio: inherit;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li a {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li a img {
|
|
display: block;
|
|
max-width: 100%;
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li a .txt {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding: 0.8rem 1.2rem;
|
|
line-height: 1.333;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li a .txt {
|
|
padding: 2rem 2.4rem;
|
|
text-align: left;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li a .txt strong {
|
|
font-size: 1.4rem;
|
|
color: #000;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li a .txt strong {
|
|
font-size: 2.4rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li a .txt .hashs {
|
|
display: block;
|
|
margin-top: 1.5rem;
|
|
font-size: 1rem;
|
|
color: #888;
|
|
line-height: 1.5;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li a .txt .hashs {
|
|
margin-top: 2.4rem;
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li a .txt .hashs > * {
|
|
display: inline-block;
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more {
|
|
overflow: visible;
|
|
position: relative;
|
|
width: 100%;
|
|
aspect-ratio: 320/190;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 94.4444444444vw;
|
|
height: 58.3333333333vw;
|
|
background: url(../images/kia/pdp/display_theme_disney/box_more_m2.png) no-repeat center/auto 100%;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li.more:before {
|
|
width: 61rem;
|
|
height: 40.5rem;
|
|
background: url(../images/kia/pdp/display_theme_disney/box_more.png) no-repeat center/auto 100%;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more a {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 6.6666666667vw 5.5555555556vw;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li.more a {
|
|
padding: 4.8rem 4rem;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li.more {
|
|
width: 57.4rem;
|
|
height: 36.9rem;
|
|
margin: 0 0 0;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
aspect-ratio: inherit;
|
|
}
|
|
}
|
|
@media (min-width: 1025px) {
|
|
.displayThemeDesney .available-theme .list ul li.more {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more strong {
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
margin-bottom: 1.2rem;
|
|
font-size: 1.8rem;
|
|
color: #000;
|
|
font-weight: 600;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li.more strong {
|
|
font-size: 3rem;
|
|
margin-bottom: 3.6rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble {
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: -5.5rem;
|
|
left: 5rem;
|
|
background-color: #fff;
|
|
border: 0.14rem solid #000;
|
|
padding: 0.6rem 0.9rem;
|
|
border-radius: 0.4rem;
|
|
font-size: 1.2rem;
|
|
color: #000;
|
|
line-height: 1.3;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble {
|
|
top: -6.4rem;
|
|
left: 50%;
|
|
transform: translateX(-67%);
|
|
padding: 1.2rem 1.2rem 1rem;
|
|
border-radius: 0.4rem;
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: -0.7rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
border-width: 0.7rem 0.7rem 0 0.7rem;
|
|
border-style: solid;
|
|
border-color: #000 transparent transparent transparent;
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble::before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: -0.6rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
border-width: 0.7rem 0.7rem 0 0.7rem;
|
|
border-style: solid;
|
|
border-color: #fff transparent transparent transparent;
|
|
z-index: 1;
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more .arrow {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 2rem;
|
|
height: 0.2rem;
|
|
margin-left: 0.4rem;
|
|
background-color: #f5c400;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li.more .arrow {
|
|
width: 4rem;
|
|
height: 0.4rem;
|
|
margin-left: 0.8rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more .arrow::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
transform: translateY(-50%) rotate(45deg);
|
|
width: 1rem;
|
|
height: 1rem;
|
|
border-top: 0.2rem solid #f5c400;
|
|
border-right: 0.2rem solid #f5c400;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li.more .arrow::after {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
border-top: 0.4rem solid #f5c400;
|
|
border-right: 0.4rem solid #f5c400;
|
|
}
|
|
}
|
|
.displayThemeDesney .available-theme .list ul li.more .hashs {
|
|
display: block;
|
|
margin-top: 0.8rem;
|
|
font-size: 1rem;
|
|
color: #969696;
|
|
letter-spacing: -0.032rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .available-theme .list ul li.more .hashs {
|
|
font-size: 1.6rem;
|
|
margin-top: 2.2rem;
|
|
text-align: left;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design {
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 192rem;
|
|
margin: 0 auto;
|
|
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 0;
|
|
background: url(../images/kia/pdp/display_theme_disney/bg_design.jpg) no-repeat center top/192rem auto;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design.mickey {
|
|
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 {
|
|
background: url(../images/kia/pdp/display_theme_mickey/bg_design.jpg) no-repeat center top/192rem auto;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .comp_top {
|
|
padding: 0 2rem 2.4rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .comp_top {
|
|
padding: 0 0 5.4rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .comp_top h3 {
|
|
margin: 0 0 1.6rem;
|
|
font-size: 3rem;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
letter-spacing: -0.095rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .comp_top h3 {
|
|
margin: 0 0 3rem;
|
|
font-size: 4.8rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .comp_top .info {
|
|
font-size: 1.4rem;
|
|
color: #f0f0f0;
|
|
letter-spacing: -0.032rem;
|
|
line-height: 1.5;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .comp_top .info {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .comp_body {
|
|
max-width: 100%;
|
|
padding: 0;
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 5.6rem;
|
|
z-index: 10;
|
|
padding: 1.6rem 2rem;
|
|
background: transparent;
|
|
-webkit-backdrop-filter: blur(1.2rem);
|
|
backdrop-filter: blur(1.2rem);
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
|
|
top: 6rem;
|
|
padding: 1.6rem 2rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu .btn-select {
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 4.5rem;
|
|
padding: 1.4rem 3.6rem 1.4rem 1.8rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
background-color: #383838;
|
|
border-radius: 0.4rem;
|
|
border: 0.15rem solid rgba(255, 255, 255, 0.5);
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu .btn-select:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 1.8rem;
|
|
width: 1.2rem;
|
|
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;
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu .btn-select.open:after {
|
|
transform: translateY(-50%) rotate(180deg);
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu .btn-select {
|
|
display: none;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul {
|
|
position: absolute;
|
|
left: 2rem;
|
|
right: 2rem;
|
|
display: none;
|
|
background-color: #383838;
|
|
border-radius: 0 0 0.4rem 0.4rem;
|
|
border: 0.15rem solid rgba(255, 255, 255, 0.5);
|
|
border-top: 0;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul {
|
|
display: flex !important;
|
|
position: static;
|
|
-moz-column-gap: 0.8rem;
|
|
column-gap: 0.8rem;
|
|
border: 0;
|
|
border-radius: 0;
|
|
background: transparent;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li {
|
|
width: 100%;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li {
|
|
width: auto;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li .tab-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 4.5rem;
|
|
padding: 1.4rem 1.8rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 600;
|
|
color: #666;
|
|
cursor: pointer;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li .tab-btn {
|
|
width: auto;
|
|
height: 4.3rem;
|
|
padding: 0 1.6rem 0 1.2rem;
|
|
font-size: 1.6rem;
|
|
background-color: #2c2c2c;
|
|
border-radius: 2.2rem;
|
|
border: 0.2rem solid rgba(255, 255, 255, 0.2);
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li .tab-btn:before {
|
|
content: "";
|
|
display: block;
|
|
width: 2.2rem;
|
|
height: 2.2rem;
|
|
margin-right: 0.6rem;
|
|
background: url(../images/kia/pdp/display_theme_disney/ico_tab.png) no-repeat center top/100% auto;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li.active .tab-btn {
|
|
color: #fff;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li.active .tab-btn {
|
|
border: 0;
|
|
background: linear-gradient(90deg, #ed1c24 0%, #b51016 100%);
|
|
padding: 0 1.8rem 0 1.4rem;
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-menu ul li.active .tab-btn:before {
|
|
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.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;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .text_area {
|
|
margin-top: 1.6rem;
|
|
text-align: left;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .text_area {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box.box1 {
|
|
display: block;
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .discover {
|
|
position: relative;
|
|
padding: 0 2rem 15.5rem;
|
|
}
|
|
@media (min-width: 1025px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .discover {
|
|
padding-bottom: 40rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .discover: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.discover-epic-design .tab-wrap .tab-box .discover::after {
|
|
display: none;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .item {
|
|
margin-bottom: 4rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .item {
|
|
margin-bottom: 6.4rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap .tab-box .item:not(.welcome-goodbye) .image_area {
|
|
overflow: hidden;
|
|
border-radius: 0.8rem;
|
|
border: 0.2rem solid rgba(255, 255, 255, 0.2);
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap h4 {
|
|
font-size: 1.8rem;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
line-height: 1.25;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.discover-epic-design .tab-wrap h4 {
|
|
font-size: 2.4rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.discover-epic-design .tab-wrap p {
|
|
margin-top: 0.2rem;
|
|
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 {
|
|
margin-top: 1.4rem;
|
|
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 {
|
|
display: block;
|
|
font-size: 1.6rem;
|
|
margin-top: 0.4rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.mickey .layer_up.comp_body .text_area {
|
|
margin-top: 11.4rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.mickey .layer_up.comp_body .text_area {
|
|
margin-top: 13.7rem;
|
|
}
|
|
}
|
|
.displayThemeDesney.mickey .available-theme .list ul li.more strong .speech-bubble {
|
|
top: -5.4rem;
|
|
transform: translateX(35%);
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.mickey .available-theme .list ul li.more strong .speech-bubble {
|
|
top: -7.8rem;
|
|
transform: translateX(-20%);
|
|
}
|
|
}
|
|
.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.4rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .welcome-goodbye .image_area + .image_area {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .welcome-goodbye .image_area video {
|
|
width: 100%;
|
|
}
|
|
.displayThemeDesney .inner {
|
|
max-width: 120rem;
|
|
margin: 0 auto;
|
|
}
|
|
.displayThemeDesney .three-reasons {
|
|
overflow: hidden;
|
|
position: relative;
|
|
padding: 0;
|
|
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;
|
|
box-shadow: 0px 2.2rem 2rem 0px rgba(0, 0, 0, 0.25);
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .tit-area {
|
|
padding: 0 2rem 7.2rem;
|
|
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 .inner {
|
|
position: relative;
|
|
padding-left: 1.8rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .tit-area .inner {
|
|
padding-left: 3.6rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .tit-area .inner:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
transform: translateY(-50%);
|
|
width: 0.6rem;
|
|
height: 5rem;
|
|
background: #ea0029;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .tit-area .inner:before {
|
|
width: 1.2rem;
|
|
height: 10rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .tit-area h3 {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
padding: 0;
|
|
font-size: 2.4rem;
|
|
font-weight: 600;
|
|
white-space: nowrap;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .tit-area h3 {
|
|
height: 6.4rem;
|
|
padding: 0 0.8rem;
|
|
font-size: 4.8rem;
|
|
line-height: 6.4rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .tit-area p {
|
|
font-size: 2.4rem;
|
|
color: #000;
|
|
font-weight: 600;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .tit-area p {
|
|
font-size: 4.8rem;
|
|
color: #000;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons {
|
|
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: 94rem;
|
|
padding: 8rem 2rem;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li + li {
|
|
margin-top: 3.7rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li + li {
|
|
margin-top: 7.6rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li p {
|
|
position: relative;
|
|
flex: 1;
|
|
padding: 1rem 2rem 0 3.6rem;
|
|
margin: 0 0 1.6rem 2rem;
|
|
font-size: 1.4rem;
|
|
color: #fff;
|
|
line-height: 1.52;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li p {
|
|
margin: 0;
|
|
padding: 0 2rem 0 4.8rem;
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.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 p::before {
|
|
content: "1";
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 1rem;
|
|
left: 0;
|
|
width: 2.4rem;
|
|
height: 2.4rem;
|
|
padding-top: 0.2rem;
|
|
font-size: 1.6rem;
|
|
color: #05141f;
|
|
font-weight: 600;
|
|
background-color: #fff;
|
|
box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.6);
|
|
border-radius: 0.4rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li p::before {
|
|
top: 0.3rem;
|
|
width: 3.2rem;
|
|
height: 3.2rem;
|
|
font-size: 2rem;
|
|
box-shadow: 0px 0px 0.8rem 0px rgba(0, 0, 0, 0.6);
|
|
border-radius: 0.8rem;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(1) p {
|
|
padding-bottom: 0.7rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(2) p {
|
|
padding: 1rem 3.6rem 0 0;
|
|
margin: 0 2rem 2.3rem 2rem;
|
|
text-align: right;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(2) p {
|
|
padding: 0 2rem 0 4.8rem;
|
|
margin: 0;
|
|
background-position: 0 1.2rem;
|
|
background-size: 5.1rem auto;
|
|
text-align: left;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(2) p::before {
|
|
content: "2";
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(2) p::before {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(2) .img-area {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 0.7rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(2) .img-area {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(3) p {
|
|
margin-bottom: 2.8rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(3) p {
|
|
margin: 0;
|
|
padding: 0 2rem 0 4.8rem;
|
|
background-position: 0 0;
|
|
background-size: 4.9rem auto;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(3) p::before {
|
|
content: "3";
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(3) .img-area {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding-left: 8rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li:nth-child(3) .img-area {
|
|
justify-content: center;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li strong {
|
|
display: block;
|
|
margin-bottom: 0.8rem;
|
|
font-size: 1.8rem;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li strong {
|
|
margin-bottom: 0.4rem;
|
|
font-size: 2.4rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li .img-area {
|
|
width: 100%;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li .img-area {
|
|
width: 50%;
|
|
margin-left: 3.2rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li .img-area img {
|
|
display: block;
|
|
max-width: 100%;
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li .img-area img.web {
|
|
display: none;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .three-reasons .reasons li .img-area img.web {
|
|
display: block;
|
|
}
|
|
.displayThemeDesney .three-reasons .reasons li .img-area img.mobile {
|
|
display: none;
|
|
}
|
|
}
|
|
.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: 50vw;
|
|
}
|
|
@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: 36.1111111111vw;
|
|
height: 32.5vw;
|
|
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/cover;
|
|
}
|
|
@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 .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;
|
|
background-color: #000;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .coming-next {
|
|
padding: 23.8rem 2rem 16rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .coming-next .tit-area {
|
|
padding: 0 2rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .coming-next .tit-area {
|
|
padding: 0;
|
|
margin-bottom: 5.5rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .coming-next .tit-area h3 {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 3rem;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
line-height: 1.4;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .coming-next .tit-area h3 {
|
|
font-size: 4.8rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .coming-next .tit-area h3 br {
|
|
display: block;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .coming-next .tit-area h3 br {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .coming-next .tit-area h3 .next {
|
|
position: relative;
|
|
}
|
|
}
|
|
.displayThemeDesney .coming-next .tit-area .speech-bubble {
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: -1.5rem;
|
|
left: 77%;
|
|
background-color: #fbc707;
|
|
padding: 0.6rem 0.9rem;
|
|
border-radius: 0.4rem;
|
|
font-size: 1.2rem;
|
|
color: #000;
|
|
line-height: 1.3;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .coming-next .tit-area .speech-bubble {
|
|
top: -7rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
padding: 1rem 1.2rem;
|
|
border-radius: 0.4rem;
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.displayThemeDesney .coming-next .tit-area .speech-bubble::after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
bottom: -1rem;
|
|
left: 1.65rem;
|
|
transform: 0;
|
|
border-left: 1rem solid transparent;
|
|
border-right: 1rem solid transparent;
|
|
border-top: 1rem solid #fbc707;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney .coming-next .tit-area .speech-bubble::after {
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
}
|
|
.displayThemeDesney.comp_2x_b_h_s_e2 {
|
|
margin-top: 0;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.displayThemeDesney.comp_2x_b_h_s_e2 {
|
|
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;
|
|
top: 0;
|
|
right: 0;
|
|
width: 2.4rem;
|
|
height: 2.4rem;
|
|
background: url(../images/kia/pdp/display_theme_disney/btn_zoom.png) no-repeat 0 0/100% auto;
|
|
}
|
|
|
|
.desktop .displayThemeDesney .mobile {
|
|
display: none;
|
|
}
|
|
|
|
.tablet .displayThemeDesney .mobile {
|
|
display: none;
|
|
}
|
|
|
|
.moblie .displayThemeDesney .web {
|
|
display: none;
|
|
}
|
|
|
|
.pdp-zoom {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.9);
|
|
z-index: 9999;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/* 팝업에 overflow 방지 */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.zoom-wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
/* 회전 + 위치 보정 */
|
|
transform-origin: center center;
|
|
}
|
|
|
|
.pdp-zoom img,
|
|
.pdp-zoom video {
|
|
width: 100%;
|
|
height: auto;
|
|
max-width: none;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.btn-close-zoom {
|
|
display: block;
|
|
position: absolute;
|
|
top: 2rem;
|
|
right: 2rem;
|
|
width: 2.4rem;
|
|
height: 2.4rem;
|
|
text-indent: -9999em;
|
|
background: url(../images/kia/pdp/display_theme_disney/btn_zoom_close.png) no-repeat 0 0/100% auto;
|
|
cursor: pointer;
|
|
}
|
|
/*# sourceMappingURL=pdp_detail.css.map */ |