.atlas-description-title {
    margin-top: 22px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.description-section-title {
    font-size: 28px;
    font-weight: 600;
    color: #0479CD;
    margin-top: 20px;
}

.description-section-title .dot {
    font-size: 18px;
    color: #0479CD;
}

/* 테이블 */
.description-table-box {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.description-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    min-width: 900px;
}

.description-table tr th {
    background: #f3f4f6;
}

.description-table thead {
    background: #f3f4f6;
}

.description-table th,
.description-table td {
    padding: 12px 10px;
    font-size: 14px;
    color: #111827;
    text-align: center;
    border: 1px solid #e5e7eb;
    vertical-align: middle;
    height: 67px;
}

.description-structure-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.structure-content-inline {
    flex: 1;
    min-width: 280px;
}

.structure-box {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    padding: 18px 20px;
    font-size: 14px;
    color: #111827;
    line-height: 1.8;
    height: 100%;
}

.structure-header {
    font-weight:700;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    margin-bottom:10px;
    color:#333;
}

.structure-non {
    margin-top:15px;
    font-size:0.9em;
    color:#d32f2f;
}

.structure-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.structure-list li {
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.structure-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    color: #999;
}
