광수마수 작업 중

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

@@ -3087,7 +3087,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;
// left: 50%; // left: 50%;
@@ -3110,9 +3110,12 @@ video::-webkit-media-controls {
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;
@@ -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;
@@ -3162,6 +3164,7 @@ video::-webkit-media-controls {
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,
@@ -3257,6 +3260,9 @@ video::-webkit-media-controls {
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%;
@@ -3272,9 +3278,21 @@ video::-webkit-media-controls {
.titArea { .titArea {
margin-bottom: 4rem; margin-bottom: 4rem;
font-size: 2.2rem; font-size: 2.2rem;
@include maxtablet {
margin-bottom: 2.4rem;
font-size: 1.6rem;
}
& + .agree-area { & + .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;
@@ -3297,7 +3315,6 @@ video::-webkit-media-controls {
} }
} }
} }
} }
&.Multi { &.Multi {
display: block; display: block;
@@ -3323,15 +3340,86 @@ video::-webkit-media-controls {
} }
} }
.noticeTextBox { .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;
@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;
}
}
}
} }
} }
} }
@@ -3762,6 +3850,8 @@ video::-webkit-media-controls {
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 {
@@ -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;
@@ -3858,7 +3947,6 @@ video::-webkit-media-controls {
} }
} }
.br-m { .br-m {
display: none; display: none;
@include maxtablet { @include maxtablet {

File diff suppressed because it is too large Load Diff