.terms_wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    line-height: 1.8;
    font-size: 16px;
}

.terms_wrap .main_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    border-bottom: 2px solid #555;
    padding-bottom: 10px;
}

.terms_wrap .small_title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #444;
}

.terms_wrap .terms_add_explain {
    font-size: 15px;
    margin-bottom: 20px;
    color: #555;
}

.terms_wrap ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 30px;
}

.terms_wrap ol.circle {
    list-style: disc;
}

.terms_wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
}

.terms_wrap table th,
.terms_wrap table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.terms_wrap table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.terms_wrap .table-head th {
    background-color: #eaeaea;
    text-align: center;
}

.textCenter {
    text-align: center !important;
}

.tabs {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    border-bottom: 2px solid #eee;
}

.tabs li {
    list-style: none;
}

.tabs li a {
    display: inline-block;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
}

.tabs li.seleted a {
    background-color: #fff;
    border-bottom: 2px solid #222;
    color: #000;
    font-weight: 700;
}
