.elementor-8456 .elementor-element.elementor-element-3d72e202{margin-top:100px;margin-bottom:0px;}@media(max-width:1024px){.elementor-8456 .elementor-element.elementor-element-45154b4{margin-top:50px;margin-bottom:0px;}.elementor-8456 .elementor-element.elementor-element-1aa0e1d.elementor-column{width:100%;}}/* Start custom CSS for html, class: .elementor-element-d09e8b1 *//* 1. 공통 섹션 설정 */
.product-features, .ntrees-spec-table {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1d1d1f;
    line-height: 1.5;
}

/* 섹션 배경 차별화 (사양표 섹션은 아주 연한 그레이) */
.ntrees-spec-table {
    background-color: #fafafa;
}

.ntrees-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #bf4800; /* 오렌지색 포인트 */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    text-align: center;
}

h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 60px !important;
    text-align: center;
    color: #1d1d1f;
}

/* 2. 상단 특장점 그리드 (.product-features) */
.spec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.spec-item {
    background: #f5f5f7;
    padding: 40px 30px;
    border-radius: 22px;
    transition: transform 0.3s ease;
    text-align: left;
}

.spec-item:hover {
    transform: translateY(-5px);
}

.spec-icon {
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
}

.spec-item h3 {
    font-size: 21px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #1d1d1f;
}

.spec-item p {
    font-size: 16px;
    color: #86868b;
    margin: 0;
    word-break: keep-all;
}

/* 3. 하단 상세 사양표 (.ntrees-spec-table) */
.spec-table-group {
    max-width: 800px;
    margin: 0 auto;
}

.spec-table-group h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 50px 0 20px 5px;
    color: #1d1d1f;
    border-left: 4px solid #0071e3;
    padding-left: 15px;
}

.spec-table-group table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.spec-table-group th, .spec-table-group td {
    padding: 18px 25px;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
}

.spec-table-group th {
    width: 35%;
    background-color: #f9f9fb;
    color: #86868b;
    font-weight: 500;
    text-align: left;
}

.spec-table-group td {
    color: #1d1d1f;
    text-align: left;
}

.spec-table-group tr:last-child th, 
.spec-table-group tr:last-child td {
    border-bottom: none;
}

/* 4. 공통 반응형 (모바일) */
@media (max-width: 768px) {
    .product-features, .ntrees-spec-table {
        padding: 60px 20px;
    }

    h2 { font-size: 28px !important; margin-bottom: 40px !important; }

    /* 그리드를 1열로 */
    .spec-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .spec-item { padding: 30px 25px; }

    /* 표 텍스트 크기 축소 */
    .spec-table-group th, .spec-table-group td {
        padding: 15px;
        font-size: 14px;
    }
}/* End custom CSS */