광수마수 작업 중

This commit is contained in:
2025-02-14 07:34:41 +09:00
parent 714370e688
commit 0d7e9fe472
4 changed files with 927 additions and 643 deletions

View File

@@ -3240,7 +3240,7 @@ video::-webkit-media-controls {
width: 100%; width: 100%;
max-width: 120rem; max-width: 120rem;
min-height: 22rem; min-height: 22rem;
max-height: calc(90vh - 342px); max-height: calc(90vh - 10rem);
position: relative; position: relative;
top: 0 !important; top: 0 !important;
background-color: #fff; background-color: #fff;
@@ -3269,9 +3269,14 @@ video::-webkit-media-controls {
} }
} }
.policyPopup .popInner .content + .content { .policyPopup .popInner .content + .content {
margin-top: 7rem; margin-top: 3rem;
padding-top: 6rem; padding-top: 6rem;
border-top: 1px solid #D9D9D9; border-top: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
.policyPopup .popInner .content + .content {
padding-top: 4rem;
}
} }
.policyPopup .popInner .content u { .policyPopup .popInner .content u {
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
@@ -3299,9 +3304,6 @@ video::-webkit-media-controls {
margin-top: 1.6rem; margin-top: 1.6rem;
} }
} }
.policyPopup .popInner .content .editorText.termsContents {
margin-top: 4rem;
}
.policyPopup .popInner .content .editorText.termsContents h2 { .policyPopup .popInner .content .editorText.termsContents h2 {
font-size: 1.8rem; font-size: 1.8rem;
font-weight: 600; font-weight: 600;
@@ -3330,6 +3332,7 @@ video::-webkit-media-controls {
@media (max-width: 768px) { @media (max-width: 768px) {
.policyPopup .popInner .content .editorText.termsContents > p { .policyPopup .popInner .content .editorText.termsContents > p {
font-size: 1.4rem; font-size: 1.4rem;
line-height: 2.2rem;
} }
} }
.policyPopup .popInner .content .editorText.termsContents ul, .policyPopup .popInner .content .editorText.termsContents ul,
@@ -3395,6 +3398,11 @@ video::-webkit-media-controls {
margin: 0 0 1.6rem; margin: 0 0 1.6rem;
font-size: 2.2rem; font-size: 2.2rem;
} }
@media (max-width: 768px) {
.policyPopup .popInner .content .marketingCheck h4 {
font-size: 1.6rem;
}
}
.policyPopup .popInner .content .marketingCheck h5 { .policyPopup .popInner .content .marketingCheck h5 {
width: 100%; width: 100%;
margin: 0 0 1.6rem; margin: 0 0 1.6rem;
@@ -3412,9 +3420,23 @@ video::-webkit-media-controls {
margin-bottom: 4rem; margin-bottom: 4rem;
font-size: 2.2rem; font-size: 2.2rem;
} }
@media (max-width: 768px) {
.policyPopup .popInner .content .marketingCheck .titArea {
margin-bottom: 2.4rem;
font-size: 1.6rem;
}
}
.policyPopup .popInner .content .marketingCheck .titArea + .agree-area { .policyPopup .popInner .content .marketingCheck .titArea + .agree-area {
margin-bottom: 4rem; margin-bottom: 4rem;
} }
.policyPopup .popInner .content .marketingCheck .titArea h4 {
margin-top: 0;
}
@media (max-width: 768px) {
.policyPopup .popInner .content .marketingCheck .titArea span {
font-size: 1.4rem;
}
}
.policyPopup .popInner .content .marketingCheck .agree-area { .policyPopup .popInner .content .marketingCheck .agree-area {
display: block; display: block;
gap: 5rem; gap: 5rem;
@@ -3465,17 +3487,88 @@ video::-webkit-media-controls {
text-indent: -2rem; text-indent: -2rem;
} }
.policyPopup .popInner .content .noticeTextBox { .policyPopup .popInner .content .noticeTextBox {
margin: 3.2rem 0 4rem;
padding: 3.2rem; padding: 3.2rem;
border: 1px solid #E2E2E2; font-size: 2rem;
line-height: 2.4rem;
border: 1px solid #e2e2e2;
}
@media (max-width: 768px) {
.policyPopup .popInner .content .noticeTextBox {
margin: 1.6rem 0 4rem;
padding: 2.4rem 2rem;
font-size: 1.4rem;
}
} }
.policyPopup .popInner .content .agreeBox { .policyPopup .popInner .content .agreeBox {
padding: 4.2rem; padding: 4.2rem;
border: 1px solid #E2E2E2; border: 1px solid #e2e2e2;
}
@media (max-width: 768px) {
.policyPopup .popInner .content .agreeBox {
padding: 2.4rem 2rem;
font-size: 1.4rem;
}
} }
.policyPopup .popInner .content .agreeBox h4 { .policyPopup .popInner .content .agreeBox h4 {
margin: 0 0 1.6rem; margin: 0 0 1.6rem !important;
font-size: 2.2rem; font-size: 2.2rem;
} }
@media (max-width: 768px) {
.policyPopup .popInner .content .agreeBox h4 {
font-size: 1.6rem;
}
}
.policyPopup .popInner .content .agreeBox h5 {
font-size: 1.6rem;
}
.policyPopup .popInner .content .agreeBox .titArea {
margin-bottom: 4rem;
}
.policyPopup .popInner .content .agreeBox .titArea span {
font-size: 2.2rem;
}
@media (max-width: 768px) {
.policyPopup .popInner .content .agreeBox .titArea span {
font-size: 1.4rem;
}
}
.policyPopup .popInner .content .towButton a {
min-width: 18rem;
}
@media (max-width: 768px) {
.policyPopup.marketingAd .popInner {
width: 100%;
}
}
@media (max-width: 768px) {
.policyPopup.marketingAd .popInner .content {
width: auto;
padding: 0;
margin: 0 3rem;
}
.policyPopup.marketingAd .popInner .content + .content {
padding: 6rem 0;
}
.policyPopup.marketingAd .popInner .content .marketingCheck {
display: block;
}
.policyPopup.marketingAd .popInner .content .marketingCheck .agree-area label {
margin-top: 2.4rem;
}
.policyPopup.marketingAd .popInner .content .carswBtn {
width: 100%;
margin: 0;
padding: 4rem 0 0;
}
.policyPopup.marketingAd .popInner .content .carswBtn .towButton {
display: block;
}
.policyPopup.marketingAd .popInner .content .carswBtn .towButton a {
width: 100%;
margin-top: 0.8rem;
}
}
.termsContents { .termsContents {
margin-top: 4rem; margin-top: 4rem;
@@ -3953,6 +4046,8 @@ video::-webkit-media-controls {
@media (max-width: 768px) { @media (max-width: 768px) {
.noticeTextUnderTable { .noticeTextUnderTable {
font-size: 1.4rem; font-size: 1.4rem;
text-indent: -1.7rem;
padding: 0 0 0 1.5rem;
} }
} }

File diff suppressed because one or more lines are too long

View File

@@ -2148,7 +2148,7 @@ video::-webkit-media-controls {
width: 16rem; width: 16rem;
} }
&.mg-t { &.mg-t {
margin-top:5rem; margin-top: 5rem;
} }
} }
.counponBtn { .counponBtn {
@@ -3083,11 +3083,11 @@ video::-webkit-media-controls {
z-index: 500; z-index: 500;
padding: 2rem; padding: 2rem;
.popInner { .popInner {
overflow-y:auto; overflow-y: auto;
width: 100%; width: 100%;
max-width: 120rem; max-width: 120rem;
min-height: 22rem; min-height: 22rem;
max-height: calc(90vh - 342px); max-height: calc(90vh - 10rem);
position: relative; position: relative;
top: 0 !important; top: 0 !important;
// left: 50%; // left: 50%;
@@ -3109,13 +3109,16 @@ video::-webkit-media-controls {
@media (max-width: 1100px) { @media (max-width: 1100px) {
padding: 0 3rem; padding: 0 3rem;
} }
&+ .content { & + .content {
margin-top:7rem; margin-top: 3rem;
padding-top:6rem; padding-top: 6rem;
border-top:1px solid #D9D9D9; border-top: 1px solid #d9d9d9;
@include maxtablet {
padding-top: 4rem;
}
} }
u { u {
border-bottom:1px solid #000; border-bottom: 1px solid #000;
} }
.title { .title {
strong { strong {
@@ -3139,7 +3142,6 @@ video::-webkit-media-controls {
margin-top: 1.6rem; margin-top: 1.6rem;
} }
&.termsContents { &.termsContents {
margin-top: 4rem;
h2 { h2 {
font-size: 1.8rem; font-size: 1.8rem;
font-weight: 600; font-weight: 600;
@@ -3159,9 +3161,10 @@ video::-webkit-media-controls {
> p { > p {
margin-top: 2rem; margin-top: 2rem;
line-height: 3rem; line-height: 3rem;
font-size:2.2rem; font-size: 2.2rem;
@include maxtablet { @include maxtablet {
font-size: 1.4rem; font-size: 1.4rem;
line-height: 2.2rem;
} }
} }
ul, ul,
@@ -3248,19 +3251,22 @@ video::-webkit-media-controls {
justify-content: space-between; justify-content: space-between;
align-items: flex-end; align-items: flex-end;
flex-wrap: wrap; flex-wrap: wrap;
margin-top:3rem; margin-top: 3rem;
flex-direction: column; flex-direction: column;
@include tablet { @include tablet {
flex-direction: row; flex-direction: row;
} }
h4 { h4 {
width: 100%; width: 100%;
margin:0 0 1.6rem; margin: 0 0 1.6rem;
font-size: 2.2rem; font-size: 2.2rem;
@include maxtablet {
font-size: 1.6rem;
}
} }
h5 { h5 {
width: 100%; width: 100%;
margin:0 0 1.6rem; margin: 0 0 1.6rem;
font-size: 1.4rem; font-size: 1.4rem;
} }
> span { > span {
@@ -3272,9 +3278,21 @@ video::-webkit-media-controls {
.titArea { .titArea {
margin-bottom: 4rem; margin-bottom: 4rem;
font-size: 2.2rem; font-size: 2.2rem;
&+.agree-area { @include maxtablet {
margin-bottom: 2.4rem;
font-size: 1.6rem;
}
& + .agree-area {
margin-bottom: 4rem; margin-bottom: 4rem;
} }
h4 {
margin-top: 0;
}
span {
@include maxtablet {
font-size: 1.4rem;
}
}
} }
.agree-area { .agree-area {
display: block; display: block;
@@ -3285,10 +3303,10 @@ video::-webkit-media-controls {
label { label {
display: flex; display: flex;
align-items: center; align-items: center;
margin-top:3rem; margin-top: 3rem;
@include tablet { @include tablet {
margin-top:0; margin-top: 0;
} }
span { span {
margin-left: 1rem; margin-left: 1rem;
@@ -3297,7 +3315,6 @@ video::-webkit-media-controls {
} }
} }
} }
} }
&.Multi { &.Multi {
display: block; display: block;
@@ -3305,12 +3322,12 @@ video::-webkit-media-controls {
} }
.bu { .bu {
display: block; display: block;
padding-left:0.8rem; padding-left: 0.8rem;
text-indent: -1rem; text-indent: -1rem;
} }
.bu2 { .bu2 {
display: block; display: block;
padding-left:1.8rem; padding-left: 1.8rem;
text-indent: -1.8rem; text-indent: -1.8rem;
} }
.acc { .acc {
@@ -3318,20 +3335,91 @@ video::-webkit-media-controls {
font-weight: 700; font-weight: 700;
.bu { .bu {
display: block; display: block;
padding-left:2rem; padding-left: 2rem;
text-indent: -2rem; text-indent: -2rem;
} }
} }
.noticeTextBox { .noticeTextBox {
padding:3.2rem; margin: 3.2rem 0 4rem;
border:1px solid #E2E2E2; padding: 3.2rem;
font-size: 2rem;
line-height: 2.4rem;
border: 1px solid #e2e2e2;
@include maxtablet {
margin: 1.6rem 0 4rem;
padding: 2.4rem 2rem;
font-size: 1.4rem;
}
} }
.agreeBox { .agreeBox {
padding:4.2rem; padding: 4.2rem;
border:1px solid #E2E2E2; border: 1px solid #e2e2e2;
@include maxtablet {
padding: 2.4rem 2rem;
font-size: 1.4rem;
}
h4 { h4 {
margin:0 0 1.6rem; margin: 0 0 1.6rem !important;
font-size: 2.2rem; font-size: 2.2rem;
@include maxtablet {
font-size: 1.6rem;
}
}
h5 {
font-size: 1.6rem;
}
.titArea {
margin-bottom: 4rem;
span {
font-size: 2.2rem;
@include maxtablet {
font-size: 1.4rem;
}
}
}
}
.towButton {
a {
min-width: 18rem;
}
}
}
}
&.marketingAd {
.popInner {
@include maxtablet {
width: 100%;
}
.content {
@include maxtablet {
width: auto;
padding: 0;
margin: 0 3rem;
& + .content {
padding: 6rem 0;
}
.marketingCheck {
display: block;
.agree-area {
label {
margin-top: 2.4rem;
}
}
}
.carswBtn {
width: 100%;
margin: 0;
padding: 4rem 0 0;
.towButton {
display: block;
a {
width: 100%;
margin-top: 0.8rem;
}
}
}
} }
} }
} }
@@ -3731,22 +3819,22 @@ video::-webkit-media-controls {
th { th {
padding: 2.3rem 1.8rem; padding: 2.3rem 1.8rem;
font-size: 1.6rem; font-size: 1.6rem;
color:#000; color: #000;
@include maxtablet { @include maxtablet {
padding: 1.8rem 1rem; padding: 1.8rem 1rem;
} }
} }
td { td {
font-size: 1.6rem; font-size: 1.6rem;
color:#676767; color: #676767;
@include maxtablet { @include maxtablet {
padding: 1.8rem 1rem; padding: 1.8rem 1rem;
font-size: 1.4rem; font-size: 1.4rem;
} }
a { a {
color:#676767; color: #676767;
border-bottom:1px solid #676767; border-bottom: 1px solid #676767;
} }
} }
} }
@@ -3759,9 +3847,11 @@ video::-webkit-media-controls {
line-height: 3rem; line-height: 3rem;
color: #000000; color: #000000;
text-indent: -2.4rem; text-indent: -2.4rem;
padding:0 0 2rem 2.4rem; padding: 0 0 2rem 2.4rem;
@include maxtablet { @include maxtablet {
font-size: 1.4rem; font-size: 1.4rem;
text-indent: -1.7rem;
padding: 0 0 0 1.5rem;
} }
} }
@for $i from 1 through 10 { @for $i from 1 through 10 {
@@ -3782,11 +3872,11 @@ video::-webkit-media-controls {
margin-left: 0.5rem; margin-left: 0.5rem;
} }
em { em {
border-bottom:1px solid #676767; border-bottom: 1px solid #676767;
line-height: 1.3; line-height: 1.3;
} }
&:after { &:after {
content:""; content: "";
display: block; display: block;
width: 0.8rem; width: 0.8rem;
height: 1.4rem; height: 1.4rem;
@@ -3806,7 +3896,6 @@ video::-webkit-media-controls {
-webkit-transform: translate(-50%, -55%); -webkit-transform: translate(-50%, -55%);
} }
.tableStyle { .tableStyle {
border-top: 1px solid #dedede; border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede; border-bottom: 1px solid #dedede;
@@ -3820,7 +3909,7 @@ video::-webkit-media-controls {
text-align: center; text-align: center;
dt { dt {
width: 39rem; width: 39rem;
padding: 2rem .5rem; padding: 2rem 0.5rem;
font-size: 1.6rem; font-size: 1.6rem;
color: #000; color: #000;
font-weight: 400; font-weight: 400;
@@ -3835,7 +3924,7 @@ video::-webkit-media-controls {
margin-top: 0; margin-top: 0;
font-size: 1.4rem; font-size: 1.4rem;
flex: 1; flex: 1;
color:#676767; color: #676767;
text-align: center; text-align: center;
@include tablet { @include tablet {
width: 40%; width: 40%;
@@ -3852,13 +3941,12 @@ video::-webkit-media-controls {
width: 16rem; width: 16rem;
margin: 0 auto; margin: 0 auto;
&.mg-t { &.mg-t {
margin-top:5rem; margin-top: 5rem;
} }
} }
} }
} }
.br-m { .br-m {
display: none; display: none;
@include maxtablet { @include maxtablet {

File diff suppressed because it is too large Load Diff