/* =========================
GEO CONTENT ONLY (격리)
========================= */

/* 전체 컨테이너 */
.geo-content{
max-width: 780px;
margin: 0 auto;
padding: 0px 10px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
color:#222;
}


/* ❌ h1 제거 (WP 제목 보호) */
.entry-content h1{
font-size:18px;
line-height:1.3;
margin-bottom:15px;
}



/* 섹션 제목 */
.geo-content h2{
font-size: 18px !important;
font-weight: 700;
margin-top: 25px;
margin-bottom: 10px;
padding-left:12px;
border-left:5px solid #111;
}

/* h2 아래 문단 */
.geo-content h2 + p{
margin-top:0;
}

/* FAQ 질문 */
.geo-content h3{
font-size:16px !important;
font-weight:600;
margin-top:15px;
margin-bottom:0px;
}

/* h3 다음 문단 */
.geo-content h3 + p{
margin-top:0;
}

/* 본문 */
.geo-content p{
font-size:16px !important;   /* 🔥 18 → 16 추천 (가독성 좋음) */
line-height:1.7;
margin-bottom:18px;
}

/* 리스트 */
.geo-content ul,
.geo-content ol{
margin: 16px 0 22px 20px;
}

/* 리스트 아이템 */
.geo-content li{
margin-bottom:10px;
font-size:16px !important;
line-height:1.7;
}

/* 강조 */
.geo-content strong{
font-weight:600;
color:#000;
}

/* 구분선 */
.geo-content .section-divider{
height:1px;
background:#eee;
margin:40px 0;
}


/* =========================
MAP BOX (최종)
========================= */
/* =========================
🔥 MAP LEFT ALIGN FIX (최종)
========================= */

.geo-map-wrap{
    margin:25px 0 !important;     /* 🔥 좌우 margin 제거 */
}

/* 🔥 부모 padding 무시하고 왼쪽으로 밀기 */
.geo-map-wrap{
    margin-left:-10px !important;   /* 🔥 핵심 */
    margin-right:-10px !important;
}



.geo-map-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}


.geo-map-header{
    font-size:18px;
    font-weight:700;
    text-align:center;
    margin-bottom:5px;   /* ⭐ 이게 간격 */
}


.geo-map-box{
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fff;
    padding:10px 10px 10px 10px;   /* 🔥 아래만 줄임 */
    box-shadow:0 3px 10px rgba(0,0,0,0.04);
}

.geo-map-box iframe{
    border-radius:10px;
    display:block;
    height:360px !important;
}



/* =========================
CTA
========================= */

.geo-cta{
    margin:35px 15px;
    padding:25px;
    background:#f8f9ff;
    border:1px solid #e2e6ff;
    border-radius:12px;
    text-align:center;
}

.geo-cta h3{
    margin-bottom:10px;
    font-size:20px;
}

.geo-cta p{
    font-size:14px;
    color:#555;
    margin-bottom:15px;
}

.geo-btn{
    display:inline-block;
    background:#1a73e8;
    color:#fff;
    padding:12px 22px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
}

.geo-btn:hover{
    background:#1558b0;
}

/* =========================
모바일 ⭐
========================= */

@media (max-width:600px){

    .geo-map-wrap{
        margin:18px 10px;
    }

    .geo-map-box{
        padding:8px;
    }

    .geo-map-inner iframe{
        height:260px;
    }

    .geo-cta{
        margin:25px 10px;
        padding:18px;
    }

    .geo-cta h3{
        font-size:17px;
    }

    .geo-cta p{
        font-size:13px;
    }

    .geo-btn{
        width:100%;
        padding:14px;
        font-size:15px;
    }


/* =========================
FAQ strong 제거
========================= */
.geo-content .geo-faq-box{
    background:#f9f9f9;
    padding:15px 18px;
    margin:15px 0 25px 0;
    border-radius:8px;
    box-shadow:0 2px 6px rgba(0,0,0,0.05);
}









}
