스트리밍프리미엄 PDP 정보고시 테이블 수정 완료

This commit is contained in:
2024-10-23 22:11:02 +09:00
parent 12773d70d5
commit a0ed9d504c
5 changed files with 1116 additions and 999 deletions

View File

@@ -3546,4 +3546,48 @@
height: 48rem;
}
}
.disclaimerWrap .disclaimerList .item .contents .indent {
display: block;
padding-left: 1.25rem;
}
.refund-area {
margin-bottom: 0.8rem;
}
.refund-area .btn-fold {
display: inline-flex;
align-items: center;
border-bottom: 1px solid #676767;
cursor: pointer;
}
.refund-area .btn-fold em {
margin-left: 0.4rem;
font-size: 1rem;
transform: rotate(0);
transform-origin: center center;
transition: all 0.2s ease;
}
.refund-area .btn-fold.fold em {
transform: rotate(180deg);
}
.refund-area .dtl {
display: none;
padding: 0.5rem 1.05rem;
}
.refund-area .dtl p {
margin-top: 0;
}
.refund-area .dtl .text_area {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 0.5rem;
}
.refund-area .dtl .table-area {
margin-bottom: 0.5rem !important;
}
.refund-area .dtl .tbl-dtl tr:nth-of-type(odd) td {
background-color: #fafafa;
}
/*# sourceMappingURL=pdp_detail.css.map */