마수동, 광수동 수정 중

This commit is contained in:
2024-11-17 21:33:45 +09:00
parent d2a1e9fddf
commit 6f2e197911
8 changed files with 448 additions and 80 deletions

View File

@@ -2098,6 +2098,7 @@ pre {
}
.contentWarp .mypageWarp .rightConWarp .myAccount .marketingAgrre .marketingCheck span,
.contentWarp .mypageWarp .rightConWarp .myAccount .outAgrre .marketingCheck span {
flex: 1;
font-size: 1.6rem;
font-weight: 400;
}
@@ -2402,6 +2403,82 @@ pre {
.contentWarp .mypageWarp .rightConWarp .myAccount .outInfo p + p {
margin-top: 2rem;
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation {
padding: 0;
border: 0;
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div p {
display: flex;
align-items: center;
font-size: 1.4rem;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div p {
font-size: 1.6rem;
}
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div p strong {
font-size: 1.8rem;
font-weight: 600;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div p strong {
font-size: 2.4rem;
}
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div p span {
font-size: 1.4rem;
font-weight: 400;
margin-left: 1rem;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div p span {
font-size: 1.8rem;
}
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div p:nth-child(2) {
margin-top: 2rem;
color: #676767;
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div p:nth-child(3) {
margin-top: 1rem;
color: #676767;
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div a {
font-size: 1.4rem;
color: #676767;
display: flex;
align-items: center;
justify-content: space-between;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
@media (min-width: 1025px) {
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div a {
font-size: 1.6rem;
width: 13.5rem;
}
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div a span {
display: block;
border-bottom: 1px solid #676767;
}
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div a::after {
content: "";
width: 1.6rem;
height: 2.5rem;
display: block;
margin-left: 0.5rem;
background: url(/kr/assets/images/common/icon-tbarrow.svg) center right no-repeat;
background-size: 1.4rem;
transform: rotate(-90deg);
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .myAccount.reNew .myinfomation > div a::after {
background-size: 1.6rem;
}
}
.contentWarp .mypageWarp .rightConWarp .memberOut {
display: block;
width: 20rem;