Files
fod/assets/css/popup.css

227 lines
5.1 KiB
CSS

@charset "UTF-8";
/*변수*/
/*반응형 화면 크기*/
/*css 디폴트는 모바일이 기준*/
/*반응형, 브라우저 크기가 300px 이하일때*/
/*반응형, 브라우저 크기가 800px 이상일때*/
/*@media (min-width: $mobile ) and (max-width: $tablet){*/
/*반응형, 브라우저 크기가 1025px 이상일때*/
/*반응형, 브라우저 크기가 1204px 이상일때*/
/*넓이, 높이 자동 계산함수*/
/*변수파일 import*/
.popupWarp {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.4);
z-index: 1000;
}
.popupWarp .popInner {
background-color: #fff;
padding: 5rem;
border-radius: 0.6rem;
}
.popupWarp .popInner h1 {
font-size: 2.4rem;
font-weight: bold;
text-align: center;
margin-bottom: 3rem;
}
.popupWarp .popInner .termsCon {
height: 29rem;
overflow-y: auto;
overflow-x: hidden;
}
.popupWarp .popInner .termsCon::-webkit-scrollbar {
width: 8px;
}
.popupWarp .popInner .termsCon::-webkit-scrollbar-thumb {
background-color: #DEDEDE;
border-radius: 10px;
background-clip: padding-box;
border: 2px solid transparent;
}
.popupWarp .popInner .termsCon::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
box-shadow: inset 0px 0px 5px white;
}
.popupWarp .popInner .termsCon p {
line-height: 2.4rem;
color: #676767;
}
.popupWarp .popInner .oneButton {
width: 16rem;
margin: 0 auto;
margin-top: 5rem;
}
.popupWarp .popInner .towButton {
margin: 0 auto;
margin-top: 5rem;
}
@media (max-width: 768px) {
.popupWarp .popInner {
padding: 3rem;
}
}
.popupWarp .popInner {
position: absolute;
width: 92%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
@media (min-width: 1240px) {
.popupWarp .popInner {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
width: 100%;
}
}
.popupWarp .termsPop {
max-width: 90rem;
}
.popupWarp .payInfo {
max-width: 54rem;
}
.popupWarp .payInfo .payInfoCon p strong {
display: block;
font-size: 1.6rem;
line-height: 2.4rem;
text-align: center;
}
.popupWarp .payInfo .payInfoCon p span {
text-align: center;
display: block;
font-size: 1.6rem;
color: #676767;
margin-top: 1.5rem;
line-height: 2.4rem;
}
.popupWarp .marketingAgree {
max-width: 54rem;
}
.popupWarp .marketingAgree .payInfoCon p {
text-align: center;
}
.popupWarp .marketingAgree .payInfoCon p strong {
display: block;
font-size: 1.6rem;
line-height: 2.4rem;
}
.popupWarp .marketingAgree .payInfoCon p span {
text-align: center;
display: block;
font-size: 1.6rem;
color: #676767;
margin-top: 1.5rem;
line-height: 2.4rem;
}
.popupWarp .marketingAgree .payInfoCon p.borderWrap {
margin-top: 30px;
padding: 24px;
font-size: 1.4rem;
line-height: 2.2rem;
color: #676767;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
}
.popupWarp .marketingAgree.popInner .towButton {
width: 100%;
}
.popupWarp .marketingAgree .hideAdCheck {
text-align: center;
margin-top: 5rem;
}
.popupWarp .marketingAgree .hideAdCheck label {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
font-size: 1.6rem;
color: #676767;
cursor: pointer;
}
.popupWarp .marketingAgree .hideAdCheck label span {
margin-left: 1rem;
}
@media (max-width: 768px) {
.popupWarp .marketingAgree h1 {
font-size: 1.8rem;
margin-bottom: 1.5rem;
}
.popupWarp .marketingAgree .payInfoCon p {
font-size: 1.4rem;
}
.popupWarp .marketingAgree .payInfoCon p.borderWrap {
padding: 2rem 1rem;
}
.popupWarp .marketingAgree.popInner {
padding: 3rem 3rem 4rem;
}
.popupWarp .marketingAgree.popInner .towButton {
margin-top: 4rem;
flex-wrap: wrap;
}
.popupWarp .marketingAgree.popInner .towButton button + button {
margin-top: 1rem;
}
.popupWarp .marketingAgree .hideAdCheck {
margin-top: 4rem;
}
.popupWarp .marketingAgree .hideAdCheck label {
font-size: 1.4rem;
}
}
.popupWarp .inquiryCaseEtc {
max-width: 54rem;
}
.popupWarp .inquiryCaseEtc .inquiryCaseEtcCon p {
font-size: 1.6rem;
line-height: 2.4rem;
text-align: center;
}
.popupWarp .inquiryCaseEtc .inquiryCaseEtcCon p span {
text-align: center;
display: block;
font-size: 1.6rem;
color: #676767;
margin-top: 1.5rem;
line-height: 2.4rem;
}
.popupWarp .inquiryCaseEtc .inquiryCaseEtcCon .linkBox {
margin-top: 2rem;
padding: 2.8rem;
background-color: #F3F3F3;
text-align: center;
}
.popupWarp .inquiryCaseEtc .inquiryCaseEtcCon .linkBox a {
position: relative;
display: inline;
border-bottom: 1px solid #676767;
margin-right: 2rem;
font-size: 1.4rem;
font-weight: 400;
line-height: 2.2;
color: #676767;
}
.popupWarp .inquiryCaseEtc .inquiryCaseEtcCon .linkBox a:after {
content: "";
display: inline-block;
position: absolute;
right: -2rem;
bottom: 0;
width: 2rem;
height: 2rem;
background-image: url(/kr/assets/images/kia/svg/icon-link-arrow.svg);
background-repeat: no-repeat;
background-size: 0.6rem 1.2rem;
margin-left: 1rem;
background-position: center;
}