/* =================================
   LAYOUT WIDTH & ALIGNMENT (최종 안정 버전)
   ================================= */

@media (min-width: 769px) {

    /* 1. 부모 컨테이너 확장 (핵심) */
    .site-content,
    .inside-article,
    .entry-content {
        max-width: 100% !important;
        width: 100% !important;
    }

    /* 2. 본문 영역 */
    .geo-content,
    .geo-pro {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden;
    }



/* =================================
🔥 간격 완전 제거 (핵심)
================================= */
.site-content {
    gap: 0 !important;
}

.content-area {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.sidebar {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

}