/* /css/add_terms.css */

.terms-page {
    padding: 60px 20px 100px;
    background: #f7f8fa;
    color: #222;
    font-family: Pretendard, "Noto Sans KR", Arial, sans-serif;
    word-break: keep-all;
}

.terms-page__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.terms-page__header {
    margin: 0;
    padding: 50px 60px 20px;
    background: #fff;
    border: 0;
    border-radius: 24px 24px 0 0;
}

.terms-page__header h1 {
    margin: 0;
    font-size: 38px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
}

.terms-page__content {
    padding: 20px 60px 60px;
    background: #fff;
    border: 0;
    border-radius: 0 0 24px 24px;
}

.terms-section {
    padding: 42px 0;
    border-bottom: 1px solid #ededed;
}

.terms-section:first-child {
    padding-top: 0;
}

.terms-section:last-child {
    border-bottom: 0;
}

.terms-section h2 {
    margin: 0 0 22px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #222;
}

.terms-section h3 {
    margin: 28px 0 14px;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
}

.terms-section p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.9;
    color: #666;
}

.terms-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.terms-list li {
    position: relative;
    margin-top: 10px;
    padding-left: 17px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.terms-list li:first-child {
    margin-top: 0;
}

.terms-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaa;
}

.terms-list li strong {
    margin-right: 8px;
    color: #333;
}

@media (max-width: 768px) {
    .terms-page {
        padding: 30px 15px 60px;
    }

    .terms-page__header {
        padding: 30px 24px 18px;
        border-radius: 16px 16px 0 0;
    }

    .terms-page__header h1 {
        font-size: 28px;
    }

    .terms-page__content {
        padding: 10px 24px 35px;
        border-radius: 0 0 16px 16px;
    }

    .terms-section {
        padding: 32px 0;
    }

    .terms-section h2 {
        font-size: 19px;
    }

    .terms-section p,
    .terms-list li {
        font-size: 14px;
    }
}

.terms-number-list {
    margin: 20px 0 0;
    padding-left: 22px;
}

.terms-number-list > li {
    margin-top: 12px;
    padding-left: 4px;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
    color: #555;
}

.terms-number-list > li:first-child {
    margin-top: 0;
}

.terms-sub-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.terms-sub-list li {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

@media (max-width: 768px) {
    .terms-number-list > li,
    .terms-sub-list li {
        font-size: 14px;
        line-height: 1.8;
    }
}