광수마수 작업 중

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

File diff suppressed because it is too large Load Diff