/* ══════════════════════════════════════
   개인정보처리방침 (privacy-policy.html)
   GP: 1920px / GM: 360px
   Figma file: 9atg0Kz3RdcbBqpN2Ozdsd  Page 4
   GP frame: 529:2021 / GM frame: 529:2293
══════════════════════════════════════ */


/* ── 페이지 헤더 ── */
.pp-page-header {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 120px 100px;
    overflow: hidden;
}

.pp-page-title-wrap {
    width: 948px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-page-title {
    font-size: 80px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    height: 106px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* ── 컨텐츠 컨테이너 ── */
.pp-container {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 100px 120px;
    box-sizing: border-box;
}

.pp-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
}

.pp-desc {
    font-size: 22px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.6;
    margin: 0;
    width: 100%;
}


/* ── 아코디언 ── */
.pp-accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pp-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 140px;
    padding-right: 24px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.pp-item-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.pp-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

.pp-item.is-open .pp-item-icon {
    filter: brightness(0) saturate(100%) invert(49%) sepia(96%) saturate(1200%) hue-rotate(10deg) brightness(103%);
}

.pp-item-title {
    font-size: 30px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1.5;
    white-space: nowrap;
    margin: 0;
}

.pp-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 7px;
    border-radius: 33.103px;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.pp-item-btn img {
    width: 33.103px;
    height: 33.103px;
    display: block;
}

.pp-icon-plus {
    display: block;
}

.pp-icon-minus {
    display: none !important;
}

.pp-item.is-open .pp-icon-plus {
    display: none !important;
}

.pp-item.is-open .pp-icon-minus {
    display: block !important;
}


/* ── 펼쳐진 컨텐츠 (슬라이드) ── */
.pp-item-content {
    overflow: hidden;
    max-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 44px;
    width: 100%;
    box-sizing: border-box;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.pp-item.is-open .pp-item-content {
    max-height: 2000px;
    padding: 20px 44px;
}

.pp-content-box {
    background: #f8f9fb;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

.pp-content-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

.pp-content-text-group {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.pp-content-text {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.6;
    flex: 1;
    margin: 0;
}

.pp-content-label-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    gap: 16px;
}

.pp-content-label-key {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.6;
    white-space: nowrap;
    flex-shrink: 0;
}

.pp-content-label-val {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.6;
    flex: 1;
    margin: 0;
}

.pp-content-indent-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 67px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

.pp-content-indent-row--px62 {
    padding-left: 62px;
    padding-right: 62px;
}

.pp-content-indent-text {
    font-size: 18px;
    font-weight: 500;
    color: #4e4e4e;
    line-height: 1.6;
    flex: 1;
    margin: 0;
}

.pp-content-bullet-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    gap: 16px;
}

.pp-content-dot {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.6;
    flex-shrink: 0;
}

.pp-content-dot--circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7a7a7a;
    flex-shrink: 0;
}

.pp-content-box--gap30 {
    gap: 30px;
}

.pp-content-box--gap10 {
    gap: 10px;
}

.pp-item.is-open .pp-item-content--py22 {
    padding-top: 22px;
    padding-bottom: 22px;
}


/* ── 테이블 ── */
.pp-table-wrap {
    width: 100%;
    border-bottom: 1px solid #000;
}

.pp-table-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.pp-table-header-cell {
    background: #f8f9fb;
    border-top: 1px solid #000;
    display: flex;
    flex: 1;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    box-sizing: border-box;
}

.pp-table-header-cell p {
    font-size: 24px;
    font-weight: 700;
    color: #363636;
    line-height: 1.5;
    white-space: nowrap;
    margin: 0;
}

.pp-table-row {
    display: flex;
    height: 100px;
    align-items: center;
    width: 100%;
}

.pp-table-cell {
    background: #fff;
    border-top: 1px solid #d3d3d3;
    display: flex;
    flex: 1;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    box-sizing: border-box;
}

.pp-table-cell--border-right {
    border-right: 1px solid #d3d3d3;
}

.pp-table-cell p {
    font-size: 20px;
    font-weight: 400;
    color: #363636;
    line-height: 1.6;
    flex: 1;
    text-align: center;
    margin: 0;
}


/* ══════════════════════════════════════
   반응형 — 태블릿 (768px ~ 1439px)
══════════════════════════════════════ */
@media (max-width: 1439px) {

    .pp-page-header {
        padding: 50px 40px 70px;
    }

    .pp-page-title-wrap {
        width: auto;
    }

    .pp-page-title {
        font-size: clamp(36px, 5vw, 60px);
        height: auto;
    }

    .pp-container {
        padding: 60px 40px;
    }

    /* 헤더/제목/아이콘 — 윤리강령 태블릿과 동일 */
    .pp-item-header {
        height: 104px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .pp-item-title {
        font-size: 20px;
        white-space: normal;
    }

    .pp-item-icon {
        width: 20px;
        height: 20px;
    }

    .pp-table-header-cell p {
        font-size: 18px;
    }

    .pp-table-cell p {
        font-size: 16px;
    }

    /* 검수 0702: 태블릿 accordion — 윤리강령과 동일
       바깥 여백 10px / 회색박스 padding 24 / gap 24 균일 / radius 12 / 좌측정렬 */
    .pp-item.is-open .pp-item-content,
    .pp-item.is-open .pp-item-content--py22 {
        padding: 10px;
    }

    .pp-content-box,
    .pp-content-box--gap30,
    .pp-content-box--gap10 {
        padding: 24px;
        border-radius: 12px;
        align-items: flex-start;
        gap: 24px;
    }

    .pp-content-row,
    .pp-content-label-row,
    .pp-content-indent-row,
    .pp-content-indent-row--px62,
    .pp-content-bullet-row {
        padding: 0;
        border-radius: 0;
        justify-content: flex-start;
    }

    .pp-content-label-row {
        gap: 4px;
        align-items: flex-start;
    }

    .pp-content-bullet-row {
        gap: 8px;
        align-items: flex-start;
    }
}


/* ══════════════════════════════════════
   반응형 — 모바일 (~ 767px)
   GM frame: 360px
══════════════════════════════════════ */
@media (max-width: 767px) {

    /* GM: Page Header — pb=30, gap=20 */
    .pp-page-header {
        gap: 20px;
        padding: 20px 16px 30px;
        align-items: center;
    }

    .pp-page-title-wrap {
        width: 328px;
    }

    .pp-page-title {
        font-size: 30px;
        font-weight: 700;
        height: 54px;
        text-align: center;
        line-height: 1.4;
    }

    /* GM: container — px=16, py=40 */
    .pp-container {
        padding: 40px 16px;
        align-items: flex-start;
    }

    .pp-inner {
        gap: 30px;
        width: 100%;
    }

    .pp-desc {
        font-size: 16px;
    }

    /* GM: item header — py=15, no fixed height */
    .pp-item-header {
        height: auto;
        padding: 15px 0;
    }

    .pp-item-left {
        gap: 8px;
    }

    .pp-item-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        white-space: pre-wrap;
        width: 250px;
    }

    /* GM: dropdown btn — 42×42 */
    .pp-item-btn {
        width: 42px;
        height: 42px;
        padding: 4.594px;
        border-radius: 21.724px;
    }

    .pp-item-btn img {
        width: 21.724px;
        height: 21.724px;
    }

    /* GM: 닫힘 — padding 0 (펼침 전 sliver 방지) */
    .pp-item-content {
        padding: 0;
    }

    /* GM: 펼침 — p=12 */
    .pp-item.is-open .pp-item-content,
    .pp-item.is-open .pp-item-content--py22 {
        padding: 12px;
    }

    .pp-content-box {
        padding: 24px;
        border-radius: 12px;
        align-items: flex-start;
        gap: 24px;
    }

    .pp-content-row {
        padding: 0;
        border-radius: 0;
    }

    .pp-content-text {
        font-size: 16px;
    }

    .pp-content-label-row {
        padding: 0;
        gap: 4px;
        align-items: flex-start;
    }

    .pp-content-label-key {
        font-size: 16px;
    }

    .pp-content-label-val {
        font-size: 16px;
    }

    .pp-content-indent-row {
        padding: 0;
        border-radius: 0;
    }

    .pp-content-indent-row--px62 {
        padding: 0;
    }

    .pp-content-indent-text {
        font-size: 16px;
    }

    .pp-content-bullet-row {
        padding: 0;
        gap: 8px;
        align-items: flex-start;
    }

    .pp-content-dot {
        font-size: 16px;
        margin-top: 0;
        flex-shrink: 0;
    }

    .pp-content-box--gap30 {
        gap: 24px;
    }

    .pp-content-box--gap10 {
        gap: 24px;
    }

    /* GM: table */
    .pp-table-header-cell {
        height: 70px;
        padding: 16px;
    }

    .pp-table-header-cell p {
        font-size: 16px;
        white-space: normal;
        text-align: center;
    }

    .pp-table-row {
        height: auto;
        min-height: 70px;
    }

    .pp-table-cell {
        height: auto;
        min-height: 70px;
        padding: 16px;
    }

    .pp-table-cell p {
        font-size: 16px;
    }
}
