2295 lines
54 KiB
CSS
2295 lines
54 KiB
CSS
@charset "UTF-8";
|
|
/*변수*/
|
|
/*반응형 화면 크기*/
|
|
/*css 디폴트는 모바일이 기준*/
|
|
/*반응형, 브라우저 크기가 300px 이하일때*/
|
|
/*반응형, 브라우저 크기가 800px 이상일때*/
|
|
/*@media (min-width: $mobile ) and (max-width: $tablet){*/
|
|
/*반응형, 브라우저 크기가 1025px 이상일때*/
|
|
/*반응형, 브라우저 크기가 1204px 이상일때*/
|
|
/*넓이, 높이 자동 계산함수*/
|
|
.contentHeaderCase {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 10.6rem;
|
|
width: 100%;
|
|
height: 22rem;
|
|
background-size: cover;
|
|
background-position: center;
|
|
transition: top 0.3s ease-in-out;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.contentHeaderCase {
|
|
top: 5.6rem;
|
|
}
|
|
}
|
|
@media (min-width: 1120px) {
|
|
.contentHeaderCase {
|
|
top: 8rem;
|
|
}
|
|
}
|
|
@media (min-width: 1025px) {
|
|
.contentHeaderCase {
|
|
height: 35rem;
|
|
}
|
|
}
|
|
.contentHeaderCase.case01 {
|
|
background-image: url("/kr/assets/images/kia/contents/header01.jpg");
|
|
}
|
|
.contentHeaderCase.case02 {
|
|
background-image: url("/kr/assets/images/kia/contents/header02.jpg");
|
|
}
|
|
.contentHeaderCase.case03 {
|
|
background-image: url("/kr/assets/images/kia/contents/header03.jpg");
|
|
}
|
|
.contentHeaderCase.case04 {
|
|
background-image: url("/kr/assets/images/kia/contents/header04.jpg");
|
|
}
|
|
.contentHeaderCase.case05 {
|
|
background-image: url("/kr/assets/images/kia/contents/header05.jpg");
|
|
}
|
|
.contentHeaderCase.case06 {
|
|
background-image: url("/kr/assets/images/kia/contents/header06.jpg");
|
|
}
|
|
.contentHeaderCase.case07 {
|
|
background-image: url("/kr/assets/images/kia/keybg/event-key.png");
|
|
}
|
|
|
|
.contentsTypeNew {
|
|
width: 100%;
|
|
min-width: 315px;
|
|
padding-top: calc(100px - 5.5em);
|
|
}
|
|
@media (max-width: 1240px) {
|
|
.contentsTypeNew {
|
|
padding-right: 2rem;
|
|
padding-left: 2rem;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew {
|
|
padding-top: calc(50px - 3.5em);
|
|
}
|
|
}
|
|
.contentsTypeNew .titleCase01 {
|
|
font-size: 30px;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .titleCase01 {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
.contentsTypeNew .titleCase02 {
|
|
font-size: 24px;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .titleCase02 {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
.contentsTypeNew .titleCase03 {
|
|
font-size: 20px;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .titleCase03 {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
.contentsTypeNew .titleCase03 a {
|
|
display: block;
|
|
width: 9rem;
|
|
margin-top: 2rem;
|
|
background: url("/kr/assets/images/kia/contents/arrowRight.svg") no-repeat right 4px;
|
|
font-size: 1.6rem;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew .titleCase04 {
|
|
font-size: 16px;
|
|
}
|
|
.contentsTypeNew .txtCase01 {
|
|
font-size: 16px !important;
|
|
line-height: 24px !important;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .txtCase01.respond {
|
|
font-size: 14px !important;
|
|
line-height: 22px !important;
|
|
}
|
|
}
|
|
@media (min-width: 501px) {
|
|
.contentsTypeNew br.caseNarrow {
|
|
display: none;
|
|
}
|
|
}
|
|
.contentsTypeNew a.caseYoutube {
|
|
position: relative;
|
|
}
|
|
.contentsTypeNew a.caseYoutube::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
width: 66px;
|
|
height: 46px;
|
|
background: url("/kr/assets/images/kia/contents/youtube.svg") no-repeat center;
|
|
}
|
|
.contentsTypeNew.caseAs .txtCase01 {
|
|
margin: 20px 0 40px;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li {
|
|
position: relative;
|
|
padding: 80px 30px 25px;
|
|
border: 1px solid #dedede;
|
|
border-radius: 6px;
|
|
background-repeat: no-repeat;
|
|
background-position: 30px 24px;
|
|
font-size: 18px;
|
|
line-height: 26px;
|
|
font-weight: bold;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li:nth-of-type(1) {
|
|
background-image: url("/kr/assets/images/kia/contents/icon01.svg");
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li:nth-of-type(2) {
|
|
background-image: url("/kr/assets/images/kia/contents/icon02.svg");
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li:nth-of-type(3) {
|
|
background-image: url("/kr/assets/images/kia/contents/icon03.svg");
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li:not(:last-of-type)::after {
|
|
content: "";
|
|
position: absolute;
|
|
margin: auto;
|
|
width: 8px;
|
|
height: 16px;
|
|
background: url("/kr/assets/images/kia/contents/arrow.svg") no-repeat center;
|
|
}
|
|
@media (min-width: 769px) {
|
|
.contentsTypeNew.caseAs ul.case01 li {
|
|
width: calc(33.3333333333% - 40px);
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li::after {
|
|
right: -34px;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.contentsTypeNew.caseAs ul.case01 li {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li + li {
|
|
margin-top: 38px;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li::after {
|
|
right: 0;
|
|
left: 0;
|
|
bottom: -30px;
|
|
transform: rotate(90deg);
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseAs ul.case01 li {
|
|
padding: 60px 20px 20px;
|
|
background-size: 30px;
|
|
background-position: 20px 20px;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li .choice {
|
|
margin-top: 1rem;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
line-height: 2.2rem;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li .flow {
|
|
margin-top: 1rem;
|
|
text-align: center;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li .flow .item {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
background-color: #eeeeee;
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
padding: 0.5rem;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case01 li .flow .arrow {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 0.4rem;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case02 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
flex-wrap: wrap;
|
|
margin-top: 50px;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case02 li {
|
|
width: 50%;
|
|
padding-right: 20px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case02 li:first-of-type {
|
|
padding-left: 100px;
|
|
background-image: url("/kr/assets/images/kia/contents/icon04.svg");
|
|
background-position: left 5px;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case02 li:last-of-type {
|
|
padding-left: 140px;
|
|
background-image: url("/kr/assets/images/kia/contents/icon05.svg");
|
|
background-position: 40px 5px;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case02 li + li {
|
|
border-left: 1px solid #dedede;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.contentsTypeNew.caseAs ul.case02 li {
|
|
width: 100%;
|
|
padding-top: 80px;
|
|
padding-right: 0;
|
|
padding-left: 0 !important;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case02 li + li {
|
|
margin-top: 20px;
|
|
border-left: none;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseAs ul.case02 li {
|
|
padding-top: 60px;
|
|
background-size: 50px;
|
|
background-position: left top !important;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseAs ul.case02 li strong,
|
|
.contentsTypeNew.caseAs ul.case02 li p {
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew.caseAs ul.case02 li strong {
|
|
display: block;
|
|
margin: 17px 0 6px;
|
|
}
|
|
.contentsTypeNew.caseAs .caseAsinfo {
|
|
overflow: hidden;
|
|
margin-top: 90px;
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.contentsTypeNew.caseAs .caseAsinfo {
|
|
margin-top: 60px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseAs .caseAsinfo dl {
|
|
float: left;
|
|
margin-top: 53px;
|
|
width: calc(50% - 10px);
|
|
}
|
|
.contentsTypeNew.caseAs .caseAsinfo dl dt {
|
|
padding-bottom: 10px;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.contentsTypeNew.caseAs .caseAsinfo dl dt {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseAs .caseAsinfo dl dd {
|
|
padding-top: 6px;
|
|
font-size: 16px;
|
|
line-height: 1.57;
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.contentsTypeNew.caseAs .caseAsinfo dl dd {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseAs .caseAsinfo dl dd + dd {
|
|
color: #676767;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.contentsTypeNew.caseAs .caseAsinfo dl {
|
|
float: none;
|
|
width: 100%;
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseAs .caseAsinfo a {
|
|
position: relative;
|
|
float: right;
|
|
display: block;
|
|
margin-top: 30px;
|
|
width: calc(50% - 10px);
|
|
height: 120px;
|
|
padding-left: 110px;
|
|
border: 1px solid #dedede;
|
|
border-radius: 6px;
|
|
background: url("/kr/assets/images/kia/contents/icon06.svg") no-repeat 30px center;
|
|
line-height: 118px;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
color: #000;
|
|
}
|
|
.contentsTypeNew.caseAs .caseAsinfo a::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 30px;
|
|
margin: auto;
|
|
width: 8px;
|
|
height: 16px;
|
|
background: url("/kr/assets/images/kia/contents/arrow.svg") no-repeat center;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.contentsTypeNew.caseAs .caseAsinfo a {
|
|
float: none;
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseAs .caseAsinfo a {
|
|
margin-top: 16px;
|
|
height: 80px;
|
|
padding-left: 70px;
|
|
font-size: 16px;
|
|
line-height: 78px;
|
|
background-size: 40px;
|
|
background-position: 20px 20px;
|
|
}
|
|
.contentsTypeNew.caseAs .caseAsinfo a::after {
|
|
right: 25px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader {
|
|
margin-bottom: 70px;
|
|
position: relative;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
color: #fff;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader::before {
|
|
z-index: -1;
|
|
content: "";
|
|
position: absolute;
|
|
left: -100vw;
|
|
right: -100vw;
|
|
top: -6.6rem;
|
|
bottom: 25%;
|
|
background: #000;
|
|
}
|
|
@media (max-width: 1145px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader::before {
|
|
bottom: 23%;
|
|
}
|
|
}
|
|
@media (max-width: 976px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader::before {
|
|
bottom: 20%;
|
|
}
|
|
}
|
|
@media (max-width: 971px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader::before {
|
|
bottom: 17%;
|
|
}
|
|
}
|
|
@media (max-width: 615px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader::before {
|
|
bottom: 13%;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader::before {
|
|
bottom: 15%;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader strong {
|
|
display: block;
|
|
margin-top: 20px;
|
|
font-size: 38px;
|
|
line-height: 1.25;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader strong {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader p {
|
|
margin-top: 30px;
|
|
}
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader img {
|
|
display: block;
|
|
margin: 60px auto 0;
|
|
max-width: 100%;
|
|
border-radius: 6px;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader {
|
|
margin-bottom: 20px;
|
|
}
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader strong {
|
|
margin-top: 15px;
|
|
}
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader p {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseServiceinfo .serviceInfoHeader img {
|
|
margin-top: 40px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseRegist section + section {
|
|
margin-top: 80px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew.caseRegist section + section {
|
|
margin-top: 60px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseRegist .connectStore ul {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
margin-top: 30px;
|
|
}
|
|
.contentsTypeNew.caseRegist .connectStore ul li {
|
|
width: calc(33.3333333333% - 12px);
|
|
}
|
|
.contentsTypeNew.caseRegist .connectStore ul li:first-child img {
|
|
border: 1px solid #dedede;
|
|
}
|
|
.contentsTypeNew.caseRegist .connectStore ul li img {
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
width: 100%;
|
|
border-radius: 6px;
|
|
}
|
|
.contentsTypeNew.caseRegist .connectStore ul li p {
|
|
margin-top: 8px;
|
|
font-size: 14px;
|
|
color: #676767;
|
|
}
|
|
@media (max-width: 640px) {
|
|
.contentsTypeNew.caseRegist .connectStore ul li {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseRegist .connectStore ul li + li {
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseRegist .connectStore ul {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseRegist .connectStore ul img {
|
|
margin-bottom: 15px;
|
|
}
|
|
.contentsTypeNew.caseRegist .connectStore ul p {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseUsageList > section + section {
|
|
margin-top: 80px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section h2 {
|
|
margin-bottom: 40px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div a {
|
|
width: calc(50% - 20px);
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div a + a + a {
|
|
margin-top: 40px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType01 a {
|
|
aspect-ratio: 16/9;
|
|
padding: 40px;
|
|
border-radius: 6px;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
line-height: 1.4;
|
|
font-size: 30px;
|
|
color: #fff;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType02 a {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
border: 1px solid #dedede;
|
|
border-radius: 6px;
|
|
font-size: 20px;
|
|
line-height: 1.5;
|
|
color: #000;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType02 a img {
|
|
margin: -1px 0 -1px -1px;
|
|
width: 31.25%;
|
|
border-radius: 6px 0 0 6px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType02 a b {
|
|
max-width: 305px;
|
|
padding: 0 30px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew.caseUsageList > section div a {
|
|
width: calc(50% - 15px);
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div a + a + a {
|
|
margin-top: 30px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType01 a {
|
|
padding: 30px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType02 a b {
|
|
padding: 0 25px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.contentsTypeNew.caseUsageList > section div a {
|
|
width: calc(50% - 10px);
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div a + a + a {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType01 a {
|
|
padding: 25px;
|
|
font-size: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType02 a b {
|
|
padding: 0 20px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
@media (max-width: 640px) {
|
|
.contentsTypeNew.caseUsageList > section div.listType02 a {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType02 a + a {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseUsageList > section + section {
|
|
margin-top: 60px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section h2 {
|
|
margin-bottom: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType01 a {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseUsageList > section div.listType01 a + a {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .titleCase01 {
|
|
margin-bottom: 40px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail > section + section {
|
|
margin-top: 90px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseBtnWrap {
|
|
margin-top: 80px;
|
|
text-align: center;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseBtnWrap a {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 160px;
|
|
height: 56px;
|
|
font-size: 14px;
|
|
line-height: 54px;
|
|
color: #000;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseBtnWrap a::before, .contentsTypeNew.caseUsageDetail .caseBtnWrap a::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 40px;
|
|
background: url("/kr/assets/images/kia/contents/btnList.svg") no-repeat left top;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseBtnWrap a::before {
|
|
left: 0;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseBtnWrap a::after {
|
|
right: 0;
|
|
transform: rotate(180deg);
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseBtnWrap a b {
|
|
position: absolute;
|
|
left: 40px;
|
|
right: 40px;
|
|
border-top: 1px solid #9ba1a5;
|
|
border-bottom: 1px solid #9ba1a5;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseVideo a {
|
|
display: block;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseVideo img {
|
|
display: block;
|
|
width: 100%;
|
|
border-radius: 6px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction {
|
|
position: relative;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction::before {
|
|
content: "";
|
|
position: absolute;
|
|
right: -2px;
|
|
top: 50px;
|
|
width: 51px;
|
|
height: 57px;
|
|
background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab {
|
|
overflow-x: auto;
|
|
margin-bottom: 15px;
|
|
width: 100%;
|
|
padding-bottom: 15px;
|
|
-ms-overflow-style: none;
|
|
/* IE and Edge */
|
|
scrollbar-width: none;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab {
|
|
display: none;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab > ul {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
white-space: nowrap;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab > ul::after {
|
|
content: "";
|
|
width: 40px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab > ul button {
|
|
margin-right: 20px;
|
|
font-size: 18px;
|
|
color: #9ea1a2;
|
|
cursor: pointer;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab > ul li.active button {
|
|
border-bottom: 1px solid #000;
|
|
color: #000;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab > ul li:last-child {
|
|
padding-right: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail:not(.active) {
|
|
display: none;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail h3 {
|
|
display: none;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap .item {
|
|
width: calc(33.3333333333% - 12px);
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap p {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item {
|
|
position: relative;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item strong {
|
|
position: absolute;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item img {
|
|
max-width: 100%;
|
|
border: 1px solid #dedede;
|
|
border-radius: 6px;
|
|
box-sizing: border-box;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item.single {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item.single strong {
|
|
top: 30px;
|
|
left: 30px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item.single img {
|
|
width: 65%;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item.single p {
|
|
width: 35%;
|
|
padding-left: 50px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item:not(.single) strong {
|
|
top: 20px;
|
|
left: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseUsage p {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > p {
|
|
margin-top: 28px;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming h2 {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section {
|
|
letter-spacing: -4px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:first-of-type {
|
|
width: 612px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2) {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: calc(100% - 742px);
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2) h3 {
|
|
width: 100px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2)::before, .contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2)::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 1px;
|
|
background: #dedede;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2)::before {
|
|
left: calc((100% - 100px) / 4);
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2)::after {
|
|
right: calc((100% - 100px) / 4);
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:last-of-type {
|
|
width: 130px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section h3 {
|
|
margin-bottom: 23px;
|
|
width: 100%;
|
|
letter-spacing: 0;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div {
|
|
display: inline-block;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div + div {
|
|
margin-left: 40px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div strong {
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
letter-spacing: 0;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div a {
|
|
display: inline-block;
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 6px;
|
|
overflow: hidden;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div a.caseBorder {
|
|
border: 1px solid #dedede;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div a + a {
|
|
margin-left: 15px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming {
|
|
justify-content: flex-start;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:first-of-type {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2) {
|
|
display: unset;
|
|
margin-top: 40px;
|
|
width: unset;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2)::before, .contentsTypeNew.caseUsageDetail .caseStreaming > section:nth-of-type(2)::after {
|
|
display: none;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:last-of-type {
|
|
margin-top: 40px;
|
|
margin-left: 50px;
|
|
padding-left: 50px;
|
|
border-left: 1px solid #dedede;
|
|
}
|
|
}
|
|
@media (max-width: 680px) {
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div:first-of-type {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div:nth-of-type(2) {
|
|
margin-left: 0;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div:not(:first-of-type) {
|
|
margin-top: 28px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > p {
|
|
margin-top: 23px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) and (max-width: 359px) {
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:first-of-type {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:first-of-type > div {
|
|
display: unset;
|
|
margin-left: 0 !important;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section + section {
|
|
margin-top: 28px !important;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section:last-of-type {
|
|
margin-left: 15px;
|
|
padding-left: 0;
|
|
border-left: 0;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section h3 {
|
|
margin-bottom: 18px;
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div strong {
|
|
margin-bottom: 8px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseStreaming > section > div a {
|
|
width: 84px;
|
|
height: 84px;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap .item {
|
|
width: calc(50% - 10px);
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap .item + .item + .item {
|
|
margin-top: 14px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap p {
|
|
margin-top: 0;
|
|
width: calc(50% - 10px);
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item.single p {
|
|
padding-left: 30px;
|
|
}
|
|
}
|
|
@media (max-width: 680px) {
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap .item,
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap p {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap .item + .item {
|
|
margin-top: 14px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap .item strong {
|
|
left: 30px;
|
|
top: 30px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .itemWrap p {
|
|
margin-top: 15px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item.single img {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item.single p {
|
|
width: 100%;
|
|
padding-left: 0;
|
|
padding-top: 15px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseUsageDetail .titleCase01 {
|
|
margin-bottom: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail > section + section {
|
|
margin-top: 60px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseBtnWrap {
|
|
margin-top: 60px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseBtnWrap a {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionTab {
|
|
padding-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseUsageDetail .caseFunction .functionDetail .item strong {
|
|
top: 15px !important;
|
|
left: 15px !important;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseRspa2 > section + section {
|
|
margin-top: 90px;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseRspa2 > section + section {
|
|
margin-top: 60px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info p {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info p:last-child {
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
align-items: stretch;
|
|
margin-top: 40px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li {
|
|
position: relative;
|
|
width: calc(20% - 12px);
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li + li {
|
|
margin-left: 15px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li strong {
|
|
position: absolute;
|
|
top: 14px;
|
|
left: 14px;
|
|
font-size: 16px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li img {
|
|
display: block;
|
|
width: 100%;
|
|
border: 1px solid #dedede;
|
|
border-radius: 6px;
|
|
}
|
|
@media (min-width: 641px) and (max-width: 1024px) {
|
|
.contentsTypeNew.caseRspa2 .info ul li {
|
|
width: calc(33.3333333333% - 10px);
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li + li + li + li {
|
|
margin-top: 15px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li:nth-of-type(3n + 1) {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media (max-width: 640px) {
|
|
.contentsTypeNew.caseRspa2 .info ul li {
|
|
width: calc(50% - 7px);
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li + li {
|
|
margin-left: 14px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li + li + li {
|
|
margin-top: 15px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li:nth-of-type(2n + 1) {
|
|
margin-left: 0;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li strong {
|
|
top: 20px;
|
|
left: 20px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseRspa2 .info p:first-of-type {
|
|
margin-top: 15px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul {
|
|
margin-top: 30px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li {
|
|
width: 100%;
|
|
margin-left: 0 !important;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .info ul li + li {
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
align-items: stretch;
|
|
justify-content: space-between;
|
|
margin-top: 40px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > * {
|
|
position: relative;
|
|
width: calc(33.3333333333% - 8px);
|
|
padding: 30px 30px 110px;
|
|
border: 1px solid #dedede;
|
|
border-radius: 6px;
|
|
background-repeat: no-repeat;
|
|
background-position: left 30px bottom 30px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > *:first-of-type {
|
|
background-image: url("/kr/assets/images/kia/contents/rspaHowto01.svg");
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > *:nth-of-type(2) {
|
|
background-image: url("/kr/assets/images/kia/contents/rspaHowto02.svg");
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > *:last-of-type {
|
|
background-image: url("/kr/assets/images/kia/contents/rspaHowto03.svg");
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > * b:first-child {
|
|
font-size: 14px;
|
|
color: #9ea1a2;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > * strong {
|
|
display: block;
|
|
margin-top: 6px;
|
|
color: #000;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > * b:last-child {
|
|
position: absolute;
|
|
right: 30px;
|
|
bottom: 30px;
|
|
padding-right: 12px;
|
|
background: url("/kr/assets/images/kia/contents/arrowRight.svg") no-repeat right 1px;
|
|
font-size: 16px;
|
|
color: #676767;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > * {
|
|
padding: 25px 25px 79px;
|
|
background-position: left 20px bottom 20px;
|
|
background-size: 40px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > * b:last-child {
|
|
bottom: 25px;
|
|
right: 25px;
|
|
}
|
|
}
|
|
@media (max-width: 640px) {
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > * {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div > * + * {
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseRspa2 .howtobuy > div {
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
.contentsTypeNew.caseRspa2 .caseMagazineView:first-of-type {
|
|
margin-top: 40px;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew.caseRspa2 .caseMagazineView:first-of-type {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .caseMagazineView img {
|
|
margin-bottom: 20px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .caseMagazineView > div h3 + p {
|
|
margin-top: 15px;
|
|
}
|
|
.contentsTypeNew.caseRspa2 .caseMagazineView > div a {
|
|
margin-top: 30px;
|
|
background-position: right 3px;
|
|
}
|
|
}
|
|
.contentsTypeNew .storeguideTab {
|
|
margin-left: -15px;
|
|
padding-top: 30px;
|
|
}
|
|
.contentsTypeNew .storeguideTab > div {
|
|
align-items: stretch;
|
|
}
|
|
.contentsTypeNew .storeguideTab a {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin-top: 20px;
|
|
margin-left: 15px;
|
|
width: calc(20% - 15px);
|
|
height: unset;
|
|
padding: 20px;
|
|
border: 1px solid #dedede;
|
|
border-radius: 6px;
|
|
font-size: 16px;
|
|
}
|
|
.contentsTypeNew .storeguideTab a:hover, .contentsTypeNew .storeguideTab a:focus, .contentsTypeNew .storeguideTab a.current {
|
|
border-color: #000;
|
|
}
|
|
.contentsTypeNew .storeguideTab a strong {
|
|
width: 100%;
|
|
margin-top: 4.8rem;
|
|
color: #000;
|
|
}
|
|
.contentsTypeNew .storeguideTab a p {
|
|
width: 100%;
|
|
padding-top: 10px;
|
|
line-height: 1.5;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew .storeguideTab a::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 2rem;
|
|
width: 26px;
|
|
height: 26px;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
.contentsTypeNew .storeguideTab a:nth-child(1)::before {
|
|
background-image: url("/kr/assets/images/kia/contents/iconTab01.svg");
|
|
}
|
|
.contentsTypeNew .storeguideTab a:nth-child(2)::before {
|
|
background-image: url("/kr/assets/images/kia/contents/iconTab02.svg");
|
|
}
|
|
.contentsTypeNew .storeguideTab a:nth-child(3)::before {
|
|
background-image: url("/kr/assets/images/kia/contents/iconTab03.svg");
|
|
}
|
|
.contentsTypeNew .storeguideTab a:nth-child(4)::before {
|
|
background-image: url("/kr/assets/images/kia/contents/iconTab04.svg");
|
|
}
|
|
.contentsTypeNew .storeguideTab a:nth-child(5)::before {
|
|
background-image: url("/kr/assets/images/kia/contents/iconTab05.svg");
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew .storeguideTab {
|
|
margin-left: calc(-15px - 2rem);
|
|
margin-right: -2rem;
|
|
padding-left: 2rem;
|
|
padding-right: 2rem;
|
|
}
|
|
.contentsTypeNew .storeguideTab a {
|
|
width: 228px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .storeguideTab {
|
|
margin: 0;
|
|
padding-top: 15px;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.contentsTypeNew .storeguideTab .swiper-wrapper {
|
|
display: block;
|
|
transform: none !important;
|
|
}
|
|
.contentsTypeNew .storeguideTab a {
|
|
margin-top: 15px;
|
|
margin-left: 0;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
}
|
|
.contentsTypeNew .storeguideTab a strong {
|
|
width: unset;
|
|
}
|
|
.contentsTypeNew .storeguideTab a p {
|
|
padding-top: 15px;
|
|
}
|
|
.contentsTypeNew .storeguideTab a::before {
|
|
margin-bottom: 0;
|
|
margin-right: 10px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .storeguideTab.caseSelect {
|
|
display: none;
|
|
}
|
|
}
|
|
.contentsTypeNew .storeGuideItem {
|
|
position: relative;
|
|
margin-bottom: 10rem;
|
|
}
|
|
.contentsTypeNew .storeGuideItem + .storeGuideItem {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem > header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
align-items: flex-end;
|
|
margin: 60px 0 30px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem > header.case {
|
|
margin: 0 0 20px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem > header br.narrowonly {
|
|
display: none;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .storeGuideItem > header br.narrowonly {
|
|
display: inline;
|
|
}
|
|
}
|
|
.contentsTypeNew .storeGuideItem > header strong {
|
|
padding: 0 0 13px 5px;
|
|
font-size: 12px;
|
|
color: #ff0000;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .storeGuideItem > header strong {
|
|
padding-bottom: 9px;
|
|
}
|
|
}
|
|
.contentsTypeNew .storeGuideItem > header .titleCase03 + strong {
|
|
padding-bottom: 8px !important;
|
|
}
|
|
.contentsTypeNew .storeGuideItem > header p {
|
|
margin-top: 28px;
|
|
width: 100%;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li {
|
|
width: calc(25% - 31px);
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li:not(:last-child) {
|
|
margin-right: 40px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li img {
|
|
display: block;
|
|
border-radius: 6px;
|
|
width: 100%;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
image-rendering: crisp-edges;
|
|
transform: translateZ(0);
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li img:not(.noBorder) {
|
|
border: 1px solid #dedede;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li > b {
|
|
display: block;
|
|
margin: 20px 0 8px;
|
|
font-size: 14px;
|
|
color: #9ea1a2;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li strong {
|
|
font-size: 16px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li p {
|
|
margin-top: 15px;
|
|
font-size: 14px;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li p.caseBlack {
|
|
margin-top: 8px;
|
|
color: #000;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li p small {
|
|
display: inline-block;
|
|
vertical-align: 3px;
|
|
font-size: 0.5em;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul.caseWide li {
|
|
width: calc(33.3333333333% - 12px);
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul.caseWide li:not(:last-child) {
|
|
margin-right: 18px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul.caseWide2 li {
|
|
width: calc(50% - 10px);
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul.caseWide2 li:not(:last-child) {
|
|
margin-right: 20px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-horizontal > .swiper-scrollbar,
|
|
.contentsTypeNew .storeGuideItem .swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: 400px;
|
|
height: 4px;
|
|
border-radius: 0;
|
|
background: #c3c6c8;
|
|
opacity: 1 !important;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
|
|
.contentsTypeNew .storeGuideItem .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
|
|
border-radius: 0;
|
|
background: #05141f;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-scrollbar-after-space {
|
|
height: 68px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-scrollbar-lock + .swiper-scrollbar-after-space {
|
|
display: none;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-button-next,
|
|
.contentsTypeNew .storeGuideItem .swiper-button-prev {
|
|
top: 250px;
|
|
margin-top: 0;
|
|
width: 55px;
|
|
height: 55px;
|
|
background: url("/kr/assets/images/kia/contents/arrowSwipe.svg") no-repeat center;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-button-next::after, .contentsTypeNew .storeGuideItem .swiper-button-next.swiper-button-disabled,
|
|
.contentsTypeNew .storeGuideItem .swiper-button-prev::after,
|
|
.contentsTypeNew .storeGuideItem .swiper-button-prev.swiper-button-disabled {
|
|
display: none;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-button-next.case,
|
|
.contentsTypeNew .storeGuideItem .swiper-button-prev.case {
|
|
top: 132px;
|
|
}
|
|
@media (max-width: 1400px) {
|
|
.contentsTypeNew .storeGuideItem .swiper-button-next,
|
|
.contentsTypeNew .storeGuideItem .swiper-button-prev {
|
|
display: none;
|
|
}
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-button-prev {
|
|
left: -95px;
|
|
transform: rotate(180deg);
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-button-next {
|
|
right: -95px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew .storeGuideItem {
|
|
margin-left: -2rem;
|
|
margin-right: -2rem;
|
|
}
|
|
.contentsTypeNew .storeGuideItem + .storeGuideItem {
|
|
margin-top: 0;
|
|
}
|
|
.contentsTypeNew .storeGuideItem header {
|
|
padding-left: 2rem;
|
|
padding-right: 2rem;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper {
|
|
padding-right: 2rem;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li {
|
|
width: 252px;
|
|
padding-left: 24px !important;
|
|
margin-right: 0 !important;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul.caseWide li, .contentsTypeNew .storeGuideItem ul.caseWide2 li {
|
|
width: 480px;
|
|
padding-left: 2rem !important;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-scrollbar-after-space {
|
|
height: 50px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .storeGuideItem header {
|
|
margin-bottom: 15px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem header p {
|
|
margin-top: 23px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li {
|
|
width: 290px;
|
|
padding-left: 2rem !important;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul li b {
|
|
margin-top: 15px;
|
|
}
|
|
.contentsTypeNew .storeGuideItem ul.caseWide li, .contentsTypeNew .storeGuideItem ul.caseWide2 li {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-horizontal > .swiper-scrollbar,
|
|
.contentsTypeNew .storeGuideItem .swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
width: calc(100% - 40px);
|
|
}
|
|
.contentsTypeNew .storeGuideItem .swiper-scrollbar-after-space {
|
|
height: 45px;
|
|
}
|
|
}
|
|
.contentsTypeNew .caseInfoWrap {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.contentsTypeNew .caseInfoWrap h2 {
|
|
margin-bottom: 40px;
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew .caseInfoWrap img {
|
|
width: 580px;
|
|
border-radius: 6px;
|
|
}
|
|
.contentsTypeNew .caseInfoWrap div {
|
|
width: calc(100% - 630px);
|
|
}
|
|
.contentsTypeNew .caseInfoWrap div p {
|
|
margin-top: 20px;
|
|
}
|
|
@media (min-width: 769px) {
|
|
.contentsTypeNew .caseInfoWrap div p.case {
|
|
max-width: 400px;
|
|
}
|
|
}
|
|
.contentsTypeNew .caseInfoWrap div a {
|
|
display: inline-block;
|
|
margin-top: 40px;
|
|
padding-right: 14px;
|
|
background: url("/kr/assets/images/kia/contents/arrowRight.svg") no-repeat right 0;
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
color: #676767;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew .caseInfoWrap img {
|
|
width: 52%;
|
|
}
|
|
.contentsTypeNew .caseInfoWrap div {
|
|
width: calc(48% - 30px);
|
|
}
|
|
.contentsTypeNew .caseInfoWrap div p {
|
|
margin-top: 15px;
|
|
}
|
|
.contentsTypeNew .caseInfoWrap div a {
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
@media (max-width: 680px) {
|
|
.contentsTypeNew .caseInfoWrap img {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew .caseInfoWrap div {
|
|
margin-top: 25px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .caseInfoWrap h2 {
|
|
margin-bottom: 20px;
|
|
}
|
|
.contentsTypeNew .caseInfoWrap img {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew .caseInfoWrap div a {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.contentsTypeNew .caseMagazineView {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
padding-top: 50px;
|
|
}
|
|
.contentsTypeNew .caseMagazineView > div {
|
|
width: 50%;
|
|
}
|
|
.contentsTypeNew .caseMagazineView > div:first-child {
|
|
padding-right: 50px;
|
|
}
|
|
.contentsTypeNew .caseMagazineView > div h3 + p {
|
|
margin-top: 20px;
|
|
}
|
|
.contentsTypeNew .caseMagazineView > div p + p {
|
|
margin-top: 10px;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew .caseMagazineView > div a {
|
|
display: inline-block;
|
|
margin-top: 40px;
|
|
padding-right: 14px;
|
|
background: url("/kr/assets/images/kia/contents/arrowRight.svg") no-repeat right 4px;
|
|
color: #676767;
|
|
}
|
|
.contentsTypeNew .caseMagazineView img {
|
|
width: 50%;
|
|
border-radius: 6px;
|
|
}
|
|
.contentsTypeNew .caseMagazineView img + div {
|
|
padding-left: 50px;
|
|
}
|
|
.contentsTypeNew .caseMagazineView span {
|
|
display: block;
|
|
margin-top: 10px;
|
|
margin-bottom: 40px;
|
|
font-size: 18px;
|
|
color: #676767;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .caseMagazineView span {
|
|
margin-bottom: 20px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.contentsTypeNew .caseMagazineView > div:first-child {
|
|
padding-right: 30px;
|
|
}
|
|
.contentsTypeNew .caseMagazineView img + div {
|
|
padding-left: 30px;
|
|
}
|
|
.contentsTypeNew .caseMagazineView span {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
@media (max-width: 640px) {
|
|
.contentsTypeNew .caseMagazineView > div,
|
|
.contentsTypeNew .caseMagazineView img {
|
|
width: 100%;
|
|
padding-right: 0 !important;
|
|
padding-left: 0 !important;
|
|
}
|
|
.contentsTypeNew .caseMagazineView img {
|
|
order: 1;
|
|
margin-bottom: 30px;
|
|
}
|
|
.contentsTypeNew .caseMagazineView div {
|
|
order: 2;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.contentsTypeNew .caseMagazineView {
|
|
padding-top: 40px;
|
|
}
|
|
}
|
|
.contentsTypeNew .caseService {
|
|
position: relative;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 100px;
|
|
}
|
|
.contentsTypeNew .caseService:not(.noBorder) {
|
|
padding-top: 100px;
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.contentsTypeNew .caseService {
|
|
margin-top: 60px;
|
|
}
|
|
.contentsTypeNew .caseService:not(.noBorder) {
|
|
padding-top: 60px;
|
|
}
|
|
}
|
|
.contentsTypeNew .caseService:not(.noBorder)::before {
|
|
z-index: 1;
|
|
content: "";
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 0;
|
|
height: 1px;
|
|
background: #dedede;
|
|
}
|
|
.contentsTypeNew .caseService header h2 {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.contentsTypeNew .caseService header h2 {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.contentsTypeNew .caseService header p {
|
|
margin-top: 8px;
|
|
font-size: 40px;
|
|
line-height: 1.25;
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.contentsTypeNew .caseService header p {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
.contentsTypeNew .caseService div {
|
|
width: calc(50% - 10px);
|
|
min-width: 476px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
}
|
|
@media (max-width: 930px) {
|
|
.contentsTypeNew .caseService div {
|
|
margin-top: 30px;
|
|
width: 100%;
|
|
min-width: unset;
|
|
}
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.contentsTypeNew .caseService div {
|
|
margin-top: 25px;
|
|
}
|
|
}
|
|
.contentsTypeNew .caseService div a {
|
|
position: relative;
|
|
width: calc(50% - 5px);
|
|
padding: 120px 50px 30px 30px;
|
|
border: 1px solid #dedede;
|
|
border-radius: 6px;
|
|
background-repeat: no-repeat;
|
|
background-position: 30px 30px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
.contentsTypeNew .caseService div a:first-child {
|
|
background-image: url("/kr/assets/images/kia/contents/icon07.svg");
|
|
}
|
|
.contentsTypeNew .caseService div a:last-child {
|
|
background-image: url("/kr/assets/images/kia/contents/icon08.svg");
|
|
}
|
|
.contentsTypeNew .caseService div a::after {
|
|
content: "";
|
|
position: absolute;
|
|
right: 30px;
|
|
bottom: 34px;
|
|
width: 8px;
|
|
height: 16px;
|
|
background: url("/kr/assets/images/kia/contents/arrow.svg") no-repeat center;
|
|
}
|
|
.contentsTypeNew .caseService div a:hover, .contentsTypeNew .caseService div a:focus {
|
|
border-color: #000;
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.contentsTypeNew .caseService div a {
|
|
width: 100%;
|
|
padding: 95px 25px 20px;
|
|
background-size: 40px;
|
|
background-position: 25px 25px;
|
|
font-size: 16px;
|
|
}
|
|
.contentsTypeNew .caseService div a + a {
|
|
margin-top: 10px;
|
|
}
|
|
.contentsTypeNew .caseService div a::after {
|
|
bottom: 23px;
|
|
right: 25px;
|
|
}
|
|
}
|
|
.contentsTypeNew .comp_youtube {
|
|
margin-top: 6rem;
|
|
border-radius: 0.6rem;
|
|
overflow: hidden;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew .comp_youtube {
|
|
margin-top: 4rem;
|
|
}
|
|
}
|
|
.contentsTypeNew .comp_youtube .comp_body {
|
|
width: 100%;
|
|
}
|
|
.contentsTypeNew .comp_youtube .youtubeArea {
|
|
position: relative;
|
|
padding-bottom: 56.25%;
|
|
/* 16:9 비율인 경우 */
|
|
/* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */
|
|
height: 0;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsTypeNew .comp_youtube .youtubeArea {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.contentsTypeNew .comp_youtube .youtubeArea iframe {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.contentsBtn {
|
|
margin-top: 7rem;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsBtn {
|
|
margin-top: 5rem;
|
|
}
|
|
}
|
|
|
|
.contentsBtnWarp {
|
|
width: 100%;
|
|
margin-top: 7rem;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.contentsBtnWarp {
|
|
margin-top: 5rem;
|
|
}
|
|
}
|
|
.contentsBtnWarp .oneButton {
|
|
max-width: 16rem;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.serviceInfoTop {
|
|
width: 100%;
|
|
max-width: 192rem;
|
|
text-align: left;
|
|
margin: 0 auto;
|
|
margin-top: 3rem;
|
|
}
|
|
.serviceInfoTop:first-child {
|
|
margin-top: 0;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.serviceInfoTop {
|
|
margin-top: 4.9rem;
|
|
}
|
|
}
|
|
|
|
.comp_body {
|
|
width: 100%;
|
|
max-width: 120rem;
|
|
margin: 0 auto;
|
|
}
|
|
@media (max-width: 1240px) {
|
|
.comp_body {
|
|
padding: 0 2rem;
|
|
}
|
|
}
|
|
|
|
.comp_1x_w_v_c_e2 {
|
|
position: relative;
|
|
}
|
|
.comp_1x_w_v_c_e2 .text_wrap {
|
|
padding-top: 6rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap {
|
|
display: block;
|
|
padding-top: 5rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area {
|
|
width: 100%;
|
|
color: #000000;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .title_area {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .title_area {
|
|
display: block;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .title_area span {
|
|
width: calc(100% - 160px);
|
|
font-size: 3rem;
|
|
font-weight: 600;
|
|
line-height: 3.8rem;
|
|
margin-right: 2rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .title_area span {
|
|
font-size: 2.4rem;
|
|
line-height: 3.2rem;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .title_area span {
|
|
width: 100%;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .title_area .oneButton {
|
|
width: 16rem;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .title_area .oneButton {
|
|
width: 100%;
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .text {
|
|
margin-top: 3rem;
|
|
font-size: 1.6rem;
|
|
font-weight: 400;
|
|
line-height: 2.4rem;
|
|
}
|
|
@media (max-width: 1025px) {
|
|
.comp_1x_w_v_c_e2 .text_wrap .text_area .text {
|
|
margin-top: 2rem;
|
|
font-size: 1.4rem;
|
|
line-height: 2.2rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .youtubeArea {
|
|
position: relative;
|
|
margin-top: 6rem;
|
|
padding-bottom: 56.25%;
|
|
/* 16:9 비율인 경우 */
|
|
/* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */
|
|
padding-top: 25px;
|
|
height: 0;
|
|
border-radius: 0.6rem;
|
|
overflow: hidden;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.comp_1x_w_v_c_e2 .youtubeArea {
|
|
margin-top: 4rem;
|
|
}
|
|
}
|
|
.comp_1x_w_v_c_e2 .youtubeArea iframe {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.selectInner .cont-select {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 4.5rem;
|
|
min-width: 10rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.selectInner .cont-select {
|
|
width: 13rem;
|
|
}
|
|
}
|
|
.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) {
|
|
.selectInner .cont-select .btn-select {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.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);
|
|
}
|
|
.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;
|
|
}
|
|
.selectInner .cont-select .btn-select.on::after {
|
|
transform: rotate(0deg);
|
|
}
|
|
.selectInner .cont-select .btn-select.on + .list-member {
|
|
display: block;
|
|
}
|
|
.selectInner .cont-select .list-member li {
|
|
font-size: 1.6rem;
|
|
line-height: 2;
|
|
box-sizing: border-box;
|
|
}
|
|
.selectInner .cont-select .list-member li button {
|
|
font-size: 1.4rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.selectInner .cont-select .list-member li button {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.selectInner .cont-select .list-member li a {
|
|
display: block;
|
|
width: 100%;
|
|
font-size: 1.4rem;
|
|
color: #000000;
|
|
border: none;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
/* 말줄임 */
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.selectInner_new {
|
|
position: relative;
|
|
z-index: 2;
|
|
margin-top: 2rem;
|
|
display: none;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.selectInner_new {
|
|
display: block;
|
|
}
|
|
}
|
|
.selectInner_new .cont-select {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 4.5rem;
|
|
min-width: 10rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.selectInner_new .cont-select {
|
|
width: 13rem;
|
|
}
|
|
}
|
|
.selectInner_new .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) {
|
|
.selectInner_new .cont-select .btn-select {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.selectInner_new .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);
|
|
}
|
|
.selectInner_new .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;
|
|
}
|
|
.selectInner_new .cont-select .btn-select.on::after {
|
|
transform: rotate(0deg);
|
|
}
|
|
.selectInner_new .cont-select .btn-select.on + .list-member {
|
|
display: block;
|
|
}
|
|
.selectInner_new .cont-select .list-member li {
|
|
font-size: 1.6rem;
|
|
line-height: 2;
|
|
box-sizing: border-box;
|
|
}
|
|
.selectInner_new .cont-select .list-member li a {
|
|
display: block;
|
|
width: 100%;
|
|
font-size: 1.4rem;
|
|
color: #000000;
|
|
border: none;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
/* 말줄임 */
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.selectInner_new2 {
|
|
position: relative;
|
|
z-index: 2;
|
|
margin-top: 2rem;
|
|
display: none;
|
|
margin-bottom: 2rem;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.selectInner_new2 {
|
|
display: block;
|
|
}
|
|
}
|
|
.selectInner_new2 .cont-select {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 4.5rem;
|
|
min-width: 10rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.selectInner_new2 .cont-select {
|
|
width: 13rem;
|
|
}
|
|
}
|
|
.selectInner_new2 .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) {
|
|
.selectInner_new2 .cont-select .btn-select {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.selectInner_new2 .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);
|
|
}
|
|
.selectInner_new2 .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;
|
|
}
|
|
.selectInner_new2 .cont-select .btn-select.on::after {
|
|
transform: rotate(0deg);
|
|
}
|
|
.selectInner_new2 .cont-select .btn-select.on + .list-member {
|
|
display: block;
|
|
}
|
|
.selectInner_new2 .cont-select .list-member li {
|
|
font-size: 1.6rem;
|
|
line-height: 2;
|
|
box-sizing: border-box;
|
|
}
|
|
.selectInner_new2 .cont-select .list-member li a {
|
|
display: block;
|
|
width: 100%;
|
|
font-size: 1.4rem;
|
|
color: #000000;
|
|
border: none;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
/* 말줄임 */
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.util-area {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
gap: 1.6rem;
|
|
margin-bottom: 1.6rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.util-area {
|
|
gap: 2rem;
|
|
margin-bottom: 2rem;
|
|
}
|
|
}
|
|
.util-area .btn-wish {
|
|
width: 2.4rem;
|
|
height: 2.4rem;
|
|
background: url(../images/common/icon_heart.png) no-repeat center/100% auto;
|
|
text-indent: -9999px;
|
|
cursor: pointer;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.util-area .btn-wish {
|
|
width: 3rem;
|
|
height: 3rem;
|
|
}
|
|
}
|
|
.util-area .btn-share {
|
|
width: 2.4rem;
|
|
height: 2.4rem;
|
|
background: url(../images/common/icon_share.png) no-repeat center/100% auto;
|
|
text-indent: -9999px;
|
|
cursor: pointer;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.util-area .btn-share {
|
|
width: 3rem;
|
|
height: 3rem;
|
|
}
|
|
}
|
|
.util-area .btn-reviewCount {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
transform: translate(0, -50%);
|
|
font-size: 1.8rem;
|
|
color: #05141f;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #05141f;
|
|
}
|
|
|
|
.utilBtnArea {
|
|
width: 100%;
|
|
padding: 4rem 0;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.utilBtnArea {
|
|
padding: 4rem 0;
|
|
}
|
|
}
|
|
.utilBtnArea .utilBtnInner {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
width: 100%;
|
|
max-width: 120rem;
|
|
margin: 0 auto;
|
|
padding: 0 2rem;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.utilBtnArea .utilBtnInner {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.utilBtnArea .utilBtnInner .util-area {
|
|
margin-bottom: 0;
|
|
}
|
|
/*# sourceMappingURL=contents.css.map */ |