스프 - 정보고시 수정완료

This commit is contained in:
hyeonggil
2024-10-24 16:04:35 +09:00
parent a0ed9d504c
commit 1066e5d7b5
4 changed files with 63 additions and 36 deletions

View File

@@ -1350,6 +1350,8 @@
}
.disclaimerArea .disclaimerInner .disclaimerList .item .contents li a {
color: #676767;
text-decoration: none !important;
border-bottom: 1px solid #676767;
}
.reviewArea {
@@ -3001,6 +3003,11 @@
vertical-align: middle;
text-align: center;
}
@media (max-width: 768px) {
.streamingPremium.comp_wide .comp_body .table-area table th {
font-size: 1.4rem;
}
}
.streamingPremium.comp_wide .comp_body .table-area table tbody {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
@@ -3553,7 +3560,7 @@
}
.refund-area {
margin-bottom: 0.8rem;
margin-bottom: 1.6rem;
}
.refund-area .btn-fold {
display: inline-flex;
@@ -3564,16 +3571,16 @@
.refund-area .btn-fold em {
margin-left: 0.4rem;
font-size: 1rem;
transform: rotate(0);
transform: rotate(180deg);
transform-origin: center center;
transition: all 0.2s ease;
}
.refund-area .btn-fold.fold em {
transform: rotate(180deg);
transform: rotate(0);
}
.refund-area .dtl {
display: none;
padding: 0.5rem 1.05rem;
padding: 1rem 1.05rem;
}
.refund-area .dtl p {
margin-top: 0;