
    @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
    :root {
        --primary: #0ea5e9;
        --primary-light: #38bdf8;
        --primary-dark: #0284c7;
        --accent: #f59e0b;
        --bg-body: #f8fafc;
        --bg-card: #ffffff;
        --text-main: #1e293b;
        --text-muted: #64748b;
        --border-color: #e2e8f0;
        --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        --shadow-md: 0 10px 25px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.025);
        --shadow-lg: 0 20px 40px -5px rgba(0,0,0,0.08);
        --radius-lg: 20px;
        --radius-xl: 28px;
    }
    body {
        line-height: 1.7; 
        color: #0f172a; 
    }
    .section-headline-title {
        margin: 4rem 0 2rem 0;
        font-weight: 700;
    }
    .guide-content-card, .faq-card {
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.03);
    }
    .btn-action:active {
        transform: scale(0.98);
    }
    .premium-intro-box {
        background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
        border-left: 5px solid var(--primary);
    }
    img { max-width: 100%; height: auto; }
    
    /* Header */
    .main-sticky-header { position: fixed; top: 0; left: 0; right: 0; height: 70px; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(0,0,0,0.05); z-index: 1000; transition: all 0.3s ease; }
    .header-container { max-width: 720px; margin: 0 auto; height: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 1.5rem; }
    .logo-link { display: flex; align-items: center; gap: 8px; text-decoration: none; min-width: 0; }
    .icon-blue { color: var(--primary); font-size: 1.6rem; flex-shrink: 0; }
    .logo-text { font-weight: 800; font-size: 1.4rem; color: #0f172a; letter-spacing: -0.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .header-actions { display: flex; gap: 10px; flex-shrink: 0; }
    .btn-action { text-decoration: none; padding: 0.6rem 1.1rem; border-radius: 12px; font-weight: 700; font-size: 0.9rem; color: #fff; display: flex; align-items: center; gap: 6px; transition: transform 0.2s, box-shadow 0.2s; white-space: nowrap; box-sizing: border-box; }
    .btn-action:hover { transform: translateY(-2px); }
    .btn-blue { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); box-shadow: 0 4px 15px rgba(14,165,233,0.3); }
    .btn-orange { background: linear-gradient(135deg, #f59e0b, #d97706); box-shadow: 0 4px 15px rgba(245,158,11,0.3); }

    /* Layout */
    .site-main-wrapper { max-width: 720px; margin: 90px auto 2rem auto; padding: 0 1.5rem; box-sizing: border-box; }
    
    /* Hero/Boxes */
    [class*="hero-box_"] { background: var(--bg-card); border-radius: var(--radius-xl); padding: 1.8rem; margin-bottom: 2.5rem; border: 1px solid rgba(255,255,255,0.5); box-shadow: var(--shadow-lg); text-align: center; position: relative; overflow: hidden; }
    .main-service-banner-img-wrap { width: 100%; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 1.8rem; box-shadow: var(--shadow-md); position: relative; }
    .main-service-banner-img-wrap img { width: 100%; height: auto; display: block; object-fit: cover; transition: transform 0.5s ease; }
    .main-service-banner-img-wrap:hover img { transform: scale(1.03); }
    
    .action-phone-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, #ef4444, #b91c1c); color: #fff; text-decoration: none; padding: 1.2rem; border-radius: 16px; font-size: 1.3rem; font-weight: 800; box-shadow: 0 8px 25px rgba(220,38,38,0.35); margin-bottom: 1rem; transition: all 0.3s; word-break: keep-all; }
    .action-phone-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(220,38,38,0.45); }
    .action-qna-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: #f8fafc; color: #334155; text-decoration: none; padding: 1rem; border-radius: 14px; font-size: 1.1rem; font-weight: 700; border: 1px solid #cbd5e1; transition: all 0.2s; }
    
    /* Typography */
    .seo-page-main-title { font-size: 1.8rem; font-weight: 800; color: #0f172a; text-align: left; margin: 1rem 0 2rem 0; letter-spacing: -0.8px; line-height: 1.35; text-wrap: balance; word-break: keep-all; }
    .section-headline-title { font-size: 1.4rem; font-weight: 800; color: #1e293b; text-align: left; margin: 4rem 0 1.5rem 0; display: flex; align-items: center; gap: 10px; line-height: 1.4; word-break: keep-all;}
    .section-headline-title i { color: var(--primary); flex-shrink: 0;}
    
    /* Content Blocks */
    .premium-intro-box { background: linear-gradient(to right, rgba(14,165,233,0.05), rgba(14,165,233,0.01)); border-left: 4px solid var(--primary); padding: 1.8rem; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; margin-bottom: 2.5rem; text-align: left; }
    .premium-intro-box p { margin: 0; font-size: 1.05rem; line-height: 1.7; color: #334155; font-weight: 500; }
    
    .guide-content-card { background: var(--bg-card); padding: 2rem; border-radius: var(--radius-xl); border: 1px solid var(--border-color); margin-bottom: 2.5rem; text-align: left; box-shadow: var(--shadow-md); transition: transform 0.3s; }
    .guide-content-card h4 { margin: 0 0 1.2rem 0; font-size: 1.25rem; font-weight: 800; color: #0f172a; display: flex; align-items: center; gap: 8px; }
    .guide-content-card h4 i { color: var(--accent); }
    .guide-content-card .html-box { font-size: 1rem; color: #475569; line-height: 1.8; word-break: keep-all;}
    .guide-content-card .html-box ul { padding-left: 1.5rem; margin-top: 1rem; }
    .guide-content-card .html-box li { margin-bottom: 0.8rem; }
    
    /* Slider */
    [class*="slider-wrap_"] { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-xl); padding: 18px; box-shadow: var(--shadow-md); margin-bottom: 2.5rem; }
    [class*="sl-container_"] { position: relative; overflow: hidden; border-radius: 16px; background: #0f172a; aspect-ratio: 4/3; }
    [class*="sl-display_"] { display: flex; height: 100%; transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
    [class*="sl-item_"] { flex: 0 0 100%; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
    
    .slide-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.85); color: #0f172a; border: none; font-size: 1.2rem; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
    .slide-nav-btn.prev { left: 15px; } .slide-nav-btn.next { right: 15px; }
    
    .slider-info-text { display: flex; justify-content: space-between; align-items: center; padding: 16px 8px 8px 8px; border-bottom: 1px solid var(--border-color); }
    .slider-title-text { font-size: 1.05rem; font-weight: 800; color: #1e293b; }
    .slider-page-counter { font-size: 0.85rem; color: #475569; font-weight: 700; background: #f1f5f9; padding: 4px 12px; border-radius: 20px; }
    
    .slider-thumbnails { display: flex; gap: 10px; justify-content: center; padding-top: 16px; overflow-x: auto; scrollbar-width: none; }
    [class*="th-item_"] { flex: 0 0 70px; width: 70px; height: 70px; border: 2px solid transparent; border-radius: 12px; overflow: hidden; cursor: pointer; transition: all 0.2s; opacity: 0.6; }
    [class*="th-item_"].active { border-color: var(--primary); transform: scale(1.05); opacity: 1; }
    
    /* Company List */
    [class*="comp-list_"] { display: flex; flex-direction: column; gap: 16px; margin-bottom: 3rem; } 
    [class*="comp-card_"] { background: var(--bg-card); border: 1px solid var(--border-color); padding: 1.5rem; border-radius: var(--radius-lg); display: flex; justify-content: space-between; align-items: center; box-shadow: var(--shadow-sm); transition: all 0.3s ease; }
    .comp-info { text-align: left; flex: 1; padding-right: 15px; overflow: hidden; }
    [class*="comp-card_"] h3 { margin: 0 0 0.5rem 0; font-size: 1.2rem; font-weight: 800; color: #0f172a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    [class*="comp-card_"] p.addr { margin: 0; font-size: 0.95rem; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    [class*="comp-card_"] p.tag { margin: 0.6rem 0 0 0; color: var(--primary-dark); font-weight: 700; font-size: 0.9rem; display: inline-flex; background: rgba(14,165,233,0.1); padding: 4px 10px; border-radius: 6px; }
    .map-btn { background: #f8fafc; color: #334155; border: 1px solid #cbd5e1; padding: 0.7rem 1.2rem; border-radius: 10px; text-decoration: none; font-size: 0.95rem; font-weight: 700; flex-shrink: 0;}
    
    /* APT and Infra */
    .local-infra-section { margin: 3rem 0; }
    [class*="apt-box_"] { background: var(--bg-card); border-radius: var(--radius-xl); border: 1px solid var(--border-color); border-left: 6px solid #10b981; padding: 1.8rem; box-shadow: var(--shadow-md); overflow: hidden; }
    [class*="apt-box_"] .box-title { margin: 0 0 1rem 0; font-size: 1.2rem; font-weight: 800; color: #047857; display: flex; align-items: center; gap: 8px; }
    .apt-meta-info { font-size: 1.05rem; margin-bottom: 1.2rem; color: #0f172a; font-weight: 700; background: #f8fafc; padding: 12px; border-radius: 8px; word-break: break-all;}
    .apt-direct-call-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #ef4444, #dc2626); color: #ffffff !important; text-decoration: none; padding: 0.8rem 1.5rem; border-radius: 12px; font-size: 1rem; font-weight: 800; box-shadow: 0 6px 15px rgba(220,38,38,0.25); margin-bottom: 1rem; word-break: keep-all; }
    .notice-desc { margin: 0; font-size: 0.9rem; color: #64748b; line-height: 1.6; border-top: 1px solid #f1f5f9; padding-top: 1.2rem; word-break: keep-all; }
    .no-phone-notice { margin-bottom: 1rem; color: #f59e0b; font-weight: 700; font-size: 0.95rem; }
    
    /* FAQ Section Accordion */
    .faq-section { display: flex; flex-direction: column; gap: 16px; margin: 3rem 0; }
    .faq-card { background: var(--bg-card); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 1.5rem; text-align: left; box-shadow: var(--shadow-sm); transition: transform 0.2s; }
    .faq-q { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
    .faq-q h4 { margin: 0; font-size: 1.1rem; font-weight: 800; color: #1e293b; display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; word-break: keep-all;}
    .faq-q i { color: #94a3b8; transition: transform 0.3s; flex-shrink: 0; }
    .faq-a { display: none; padding-top: 1rem; margin-top: 1rem; border-top: 1px dashed #e2e8f0; animation: fadeIn 0.3s; }
    .faq-a p { margin: 0; font-size: 1rem; color: #475569; line-height: 1.7; padding-left: 2.2rem; font-weight: 500; display: flex; gap: 8px; align-items: flex-start; word-break: keep-all;}
    .faq-card.open .faq-a { display: block; }
    .faq-card.open .faq-q i { transform: rotate(180deg); }
    
    @keyframes phonePulse {
        0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
        70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(239, 68, 68, 0); }
        100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
    }
    @keyframes phoneShake {
        0% { transform: rotate(0); }
        10%, 30%, 50% { transform: rotate(-12deg) scale(1.2); }
        20%, 40% { transform: rotate(12deg) scale(1.2); }
        60%, 100% { transform: rotate(0) scale(1); }
    }
    .phone-pulse {
        animation: phonePulse 2s infinite;
        background: linear-gradient(135deg, #ef4444, #dc2626) !important;
        color: #fff !important;
        border: 2px solid #fee2e2;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }
    .phone-pulse:hover {
        transform: scale(1.08) !important;
    }
    .phone-pulse i {
        animation: phoneShake 2s infinite;
        color: #fff !important;
    }
    @keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
    
    .badge-q { background: var(--primary); color: #fff; width: 26px; height: 26px; min-width: 26px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 900; box-shadow: 0 2px 6px rgba(14,165,233,0.3); flex-shrink: 0; }
    .badge-a { color: #ef4444; font-weight: 900; font-size: 1.2rem; line-height: 1; margin-top: 2px; flex-shrink: 0; }
    
    /* Gallery */
    .gallery-section { margin: 3rem 0; }
    .gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .gallery-card { background: var(--bg-card); border-radius: var(--radius-lg); border: 1px solid var(--border-color); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 0.3s; }
    .gallery-img-container { width: 100%; aspect-ratio: 4/3; background: #f8fafc; overflow: hidden; }
    .gallery-img-container img { width: 100%; height: 100%; object-fit: cover; }
    .gallery-caption { padding: 12px; font-size: 0.9rem; font-weight: 700; color: #334155; text-align: center; border-top: 1px solid var(--border-color); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    
    /* Cross Links */
    .cross-link-chain-card { background: var(--bg-card); border-radius: var(--radius-xl); border: 1px solid var(--border-color); padding: 2rem; margin-top: 3.5rem; box-shadow: var(--shadow-md); text-align: left; box-sizing: border-box; }
    .cross-link-chain-card h4 { margin: 0 0 1.5rem 0; font-size: 1.2rem; font-weight: 800; color: #0f172a; display: flex; align-items: center; gap: 8px; }
    .link-ul-wrapper { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding-right: 8px; }
    .link-ul-wrapper li a { display: block; text-decoration: none; background: #f8fafc; padding: 1rem; border-radius: 12px; font-size: 0.95rem; font-weight: 700; color: #475569; text-align: center; border: 1px solid var(--border-color); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all 0.2s; box-sizing: border-box; }
    .link-ul-wrapper li a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
    
    /* Hub Index */
    .hub-index-main-box { background: var(--bg-card); border-radius: var(--radius-xl); padding: 4rem 2.5rem; border: 1px solid var(--border-color); box-shadow: var(--shadow-lg); text-align: left; }
    .hub-index-main-box h1 { font-size: 2.2rem; font-weight: 900; color: #0f172a; text-align: center; margin: 0 0 1rem 0; letter-spacing: -1px; word-break: keep-all; }
    .hub-index-main-box .sub-p { text-align: center; color: #64748b; font-size: 1.1rem; margin: 0 0 4rem 0; font-weight: 500; word-break: keep-all; }
    .hub-sido-group-layer { margin-bottom: 3rem; background: #f8fafc; padding: 2rem; border-radius: var(--radius-lg); border: 1px solid #e2e8f0; }
    .hub-sido-group-layer h3 { color: var(--primary-dark); margin: 0 0 1.8rem 0; font-size: 1.4rem; font-weight: 800; display: flex; align-items: center; gap: 10px; border-bottom: 2px solid rgba(14,165,233,0.15); padding-bottom: 0.8rem; }
    .hub-dong-flex-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .hub-dong-flex-links a { text-decoration: none; color: #1e293b; background: #ffffff; padding: 1.2rem; border-radius: 14px; border: 1px solid var(--border-color); font-weight: 800; font-size: 1rem; text-align: center; box-shadow: var(--shadow-sm); }
    
    /* Footer */
    .site-main-footer { text-align: center; padding: 3rem 1.5rem; background: #0f172a; color: #94a3b8; margin-top: 5rem; font-size: 0.9rem; font-weight: 500; border-radius: 20px 20px 0 0; }
    
    /* Mobile */
    @media (max-width: 480px) { 
        .header-container { padding: 0 0.8rem; }
        .logo-text { font-size: 1.05rem; } 
        .header-actions { gap: 6px; }
        .btn-action { padding: 0.4rem 0.6rem; font-size: 0.75rem; } 
        .seo-page-main-title { font-size: 1.5rem; }
        .section-headline-title { font-size: 1.2rem; }
        .gallery-grid { grid-template-columns: 1fr; }
        .link-ul-wrapper, .hub-dong-flex-links { grid-template-columns: 1fr; }
        .cross-link-chain-card { padding: 1.5rem 1rem; }
        [class*="comp-card_"] { flex-direction: column; align-items: flex-start; gap: 15px; box-sizing: border-box; }
        .map-btn { width: 100%; text-align: center; box-sizing: border-box; }
        [class*="sl-container_"] { aspect-ratio: 4/3; }
        [class*="th-item_"] { flex: 0 0 60px; width: 60px; height: 60px; }
        .action-phone-btn { font-size: 1.1rem; padding: 1rem; }
        .premium-intro-box { padding: 1.2rem; }
        [class*="apt-box_"] { padding: 1.2rem; }
        .guide-content-card { padding: 1.5rem; }
    }
    
	
	/* ==========================================
   상담 신청(Q&A Form) 전용 스타일 추가
   ========================================== */

main {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: var(--radius-xl, 28px);
    text-align: center;
    margin-bottom: 2rem;
    border: 1px solid #fde68a;
}

.hero-content h1 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--text-main, #1c1917);
    margin: 0 0 0.5rem 0;
}

.hero-content p {
    font-size: 1rem;
    color: var(--primary-dark, #b45309);
    margin: 0;
    font-weight: 700;
}

/* Form Container */
.form-container {
    background: #ffffff;
    border: 1px solid var(--border-color, #f5f5f4);
    border-radius: var(--radius-xl, 28px);
    padding: 2.2rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-main, #1c1917);
    border-bottom: 2px solid var(--primary-light, #fef3c7);
    padding-bottom: 0.8rem;
}

/* Form Controls */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: #44403c;
    margin-bottom: 0.5rem;
}

.form-group label .required {
    color: #ef4444;
}

.form-group input[type="text"],
.form-group input[type="tel"] {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid #e7e5e4;
    border-radius: 12px;
    font-size: 0.98rem;
    background: #fafaf9;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus {
    outline: none;
    border-color: var(--primary, #d97706);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}

/* Category Grid (Radio Buttons) */
.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 0.5rem;
}

.category-btn {
    position: relative;
    cursor: pointer;
}

.category-btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.category-btn span {
    display: block;
    padding: 0.8rem 0.5rem;
    background: #fafaf9;
    border: 1px solid #e7e5e4;
    border-radius: 12px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #57534e;
    transition: all 0.2s ease;
}

.category-btn input[type="radio"]:checked + span {
    background: #fef3c7;
    border-color: var(--primary, #d97706);
    color: var(--primary-dark, #b45309);
    font-weight: 800;
}

/* Privacy Policy Box */
.privacy-policy {
    background: #fafaf9;
    border: 1px solid #e7e5e4;
    border-radius: 16px;
    padding: 1.2rem;
    margin: 2rem 0;
}

.privacy-policy h4 {
    margin: 0 0 0.6rem 0;
    font-size: 0.95rem;
    color: #1c1917;
    font-weight: 800;
}

.privacy-content {
    font-size: 0.85rem;
    color: #78716c;
    line-height: 1.6;
    margin-bottom: 1rem;
    background: #ffffff;
    padding: 0.8rem;
    border-radius: 8px;
    border: 1px solid #f5f5f4;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    color: #292524;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--primary, #d97706);
    cursor: pointer;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 1.1rem;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    font-size: 1.15rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(217, 119, 6, 0.28);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(217, 119, 6, 0.35);
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
    .form-container {
        padding: 1.4rem;
    }
}