마수동, 광수동 완료

This commit is contained in:
2024-11-18 22:30:18 +09:00
parent 6f2e197911
commit 86375c637b
12 changed files with 562 additions and 130 deletions

View File

@@ -2162,7 +2162,7 @@ pre {
.marketingAgrre,
.outAgrre {
margin-top: 6rem;
margin-top: 3rem;
h3 {
strong {
@@ -2227,7 +2227,6 @@ pre {
}
span {
flex: 1;
font-size: 1.6rem;
font-weight: 400;
@@ -2238,7 +2237,7 @@ pre {
}
a {
font-size: 1.6rem;
font-size: 1.4rem;
font-weight: 400;
color: #676767;
margin-left: 1rem;
@@ -2248,6 +2247,23 @@ pre {
margin-left: 0.5rem;
}
}
.btn-more {
font-size: 1.4rem;
color: #676767;
@media (max-width: 768px) {
margin-top: 0.4rem;
}
em {
border:0;
}
&:after {
width: 0.8rem;
height: 1rem;
margin-left:.5rem;
}
}
}
div {
@@ -2255,12 +2271,16 @@ pre {
label {
display: flex;
width: 100%;
align-items: center;
// width: 100%;
align-items: flex-start;
cursor: pointer;
input {
min-width: 2rem;
@include maxtablet {
margin-top: 0.3rem;
}
}
span {
@@ -2271,7 +2291,7 @@ pre {
}
label+label {
margin-top: 1.5rem;
margin-top: 2.4rem;
}
}
@@ -2297,7 +2317,7 @@ pre {
div {
label {
align-items: flex-start;
width: 100%;
@include desktopMax {
align-items: center;
@@ -2642,19 +2662,19 @@ pre {
}
.memberOut {
display: block;
width: 20rem;
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
width: 18.7rem;
margin: 0 auto;
margin-top: 6rem;
font-size: 1.4rem;
color: #676767;
display: flex;
align-items: center;
justify-content: space-between;
@include tablet {
font-size: 1.6rem;
width: 22rem;
width: 21rem;
}
span {
@@ -2668,7 +2688,7 @@ pre {
height: 2.5rem;
display: block;
margin-left: 0.5rem;
background: url(/kr/assets/images/common/icon-tbarrow.svg) center right no-repeat;
background: url(../images/common/icon-tbarrow.svg) center right no-repeat;
background-size: 1.4rem;
transform: rotate(-90deg);