.terms-v2{
    max-width:1100px;
    margin:0 auto;
    padding:40px;
    background:#fff;
    color:#1f2937;
    font-family:'Pretendard',sans-serif;
    line-height:1.9;
}

.terms-header{
    text-align:center;
    padding:40px 0;
    border-bottom:2px solid #0f172a;
    margin-bottom:40px;
}

.terms-header h1{
    font-size:34px;
    font-weight:800;
    margin-bottom:10px;
}

.terms-header p{
    color:#64748b;
}

.terms-toc{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:30px;
    margin-bottom:50px;
}

.terms-toc h2{
    margin-bottom:15px;
}

.terms-toc ol{
    columns:2;
}

.terms-article{
    margin-bottom:50px;
}

.terms-article h2{
    font-size:22px;
    font-weight:700;
    margin-bottom:18px;
    padding-left:15px;
    border-left:5px solid #162DA3;
}

.terms-article ol{
    padding-left:24px;
}

.terms-article li{
    margin-bottom:10px;
}

.terms-article p{
    margin-bottom:12px;
}

@media(max-width:768px){

    .terms-v2{
        padding:20px;
    }

    .terms-header h1{
        font-size:26px;
    }

    .terms-toc ol{
        columns:1;
    }

    .terms-article h2{
        font-size:18px;
    }
}