.inner-section { padding: 70px 0; }
.price-tabs { display: flex; gap: 0; margin-bottom: 40px; border-bottom: 2px solid var(--border); }
.price-tab { padding: 12px 32px; border: none; background: none; cursor: pointer; font-size: 1rem; color: var(--ink-3); border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .2s; }
.price-tab.active { color: var(--pink); border-bottom-color: var(--pink); font-weight: 700; }
@media(max-width:768px){
  .price-tab { flex: 1; padding: 12px 8px; font-size: .92rem; white-space: nowrap; }   /* 탭 안에서 글자가 두 줄로 꺾이지 않게 */
}
.price-block { margin-bottom: 50px; }
.price-block-title { font-size: 1.2rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.price-block-title i { color: var(--pink); margin-right: 8px; }
.price-block-desc { font-size: .9rem; color: var(--ink-3); margin-bottom: 18px; }
.price-sub-notes { margin-top: 12px; }
.price-sub-notes p { font-size: .83rem; color: var(--gray); line-height: 1.7; }
.table-wrap { overflow-x: auto; border: 1px solid var(--border-pink); border-radius: 14px; box-shadow: 0 2px 10px rgba(176,53,121,.06); }
.price-table { width: 100%; border-collapse: collapse; min-width: 460px; }
.price-table th, .price-table td { padding: 14px 16px; border: none; border-bottom: 1px solid var(--border-pink); text-align: center; font-size: .9rem; }
.price-table thead th { background: var(--pink-pale); color: var(--pink-dark); border: none; border-bottom: 1px solid var(--border-pink); }
.price-table thead tr.group-row th { font-size: .95rem; font-weight: 700; letter-spacing: .03em; color: var(--pink-dark); padding: 10px 16px 7px; border-bottom: 1px solid var(--border-pink); }
.price-table thead tr.group-row th[rowspan] { border-bottom: none; }
.price-table thead tr:not(.group-row) th { font-size: .85rem; font-weight: 600; color: var(--pink-dark); padding-top: 9px; }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table tbody tr:nth-child(even) { background: var(--wash); }
.price-table .period-cell { font-weight: 600; color: var(--dark); text-align: left; }
.price-table .deposit-cell { color: var(--ink-3); font-size: .87rem; }
.price-table tbody tr:hover { background: var(--pink-pale); }
.extra-footnote { margin-top: 14px; }
.extra-footnote p { font-size: .85rem; color: var(--gray); line-height: 1.7; margin-bottom: 4px; }
.parttime-block { margin-top: 10px; }
.parttime-list { list-style: none; padding: 0; margin: 6px 0 0; }
.parttime-list li { font-size: .87rem; color: var(--gray); padding-left: 16px; position: relative; margin-bottom: 6px; display: flex; gap: 14px; flex-wrap: wrap; }
.parttime-list li::before { content: ''; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.parttime-list li strong { color: var(--pink); }

