 /* 페이지 전체 레이아웃 개선 */
        .inner {
            max-width: 1480px;
            margin: 5rem auto;
            padding: 0 20px;
        }

        /* 지역 타이틀 간격 조정 */
        .regionTitle {
            margin-bottom: 4rem;
            font-size: 3.2rem;
            font-weight: 700;
            text-align: center;
        }

        /* 지역 탭 스크롤 개선 */
        .regionTab ul {
            display: flex;
            overflow-x: auto;
            overflow-y: hidden;
            gap: 0;
            scrollbar-width: thin;
            scrollbar-color: #ED1B23 #f0f0f0;
            -webkit-overflow-scrolling: touch;
            justify-content: space-between;
                border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
        }

        .regionTab ul::-webkit-scrollbar {
            height: 6px;
        }

        .regionTab ul::-webkit-scrollbar-track {
            background: #f0f0f0;
            border-radius: 3px;
        }

        .regionTab ul::-webkit-scrollbar-thumb {
            background: #ED1B23;
            border-radius: 3px;
        }

        .regionTab li {
            flex: 0 0 auto;
            min-width: 90px;
        }

        .regionTab li button {
            white-space: nowrap;
            padding: 0 10px;
            transition: all 0.3s ease;
                border-top: 0;
    border-bottom: 0;
        }

        /* 행정구역 개선 */
        .regionDistrict {
            margin-bottom: 3rem;
        }

        .regionDistrict dl {
            display: flex;
            gap: 1.5rem;
            align-items: flex-start;
        }

        .regionDistrict dl > dt {
            flex: 0 0 auto;
            width: 8rem;
            padding-top: 1rem;
            font-size: 1.8rem;
            font-weight: 600;
        }

        .regionDistrict dl > dd {
            flex: 1;
            overflow: hidden;
            border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
        }

        .regionDistrict ul {
            display: flex;
            overflow-x: auto;
            overflow-y: hidden;
            gap: 0;
            scrollbar-width: thin;
            scrollbar-color: #ED1B23 #f0f0f0;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 0;
        }

        .regionDistrict ul::-webkit-scrollbar {
            height: 6px;
        }

        .regionDistrict ul::-webkit-scrollbar-track {
            background: #f0f0f0;
            border-radius: 3px;
        }

        .regionDistrict ul::-webkit-scrollbar-thumb {
            background: #ED1B23;
            border-radius: 3px;
        }

        .regionDistrict li {
            flex: 0 0 auto;
            min-width: 100px;
        }

        .regionDistrict li button {
            height: 4.2rem;
            font-size: 1.6rem;
            white-space: nowrap;
            padding: 0 15px;
            transition: all 0.3s ease;
                border-top: 0;
    border-bottom:0;
        }

        /* 전화번호 버튼 위치 조정 */
        .phone-btn {
            margin: 2rem 0 3rem 0;
            display: flex;
            justify-content: flex-end;
        }

        .phone-btn a {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #ED1B23;
            border-radius: 30px;
            padding: 15px 30px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(237, 27, 35, 0.3);
        }

        .phone-btn a:hover {
            background: #d4000b;
            box-shadow: 0 6px 16px rgba(237, 27, 35, 0.4);
            transform: translateY(-2px);
        }

        .phone-btn i {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .phone-btn i svg {
            width: 100%;
            height: 100%;
        }

        .phone-btn span {
            font-size: 1.8rem;
            font-weight: 600;
            color: #fff;
            white-space: nowrap;
        }

        /* 지역 컨텐츠 레이아웃 개선 */
        .regionContent {
            display: flex;
            gap: 2rem;
            margin-bottom: 4rem;
            flex-wrap: wrap;
        }

        .regionContent .regionChart {
            flex: 0 0 auto;
            width: 100%;
            max-width: 450px;
            margin: 0 auto;
        }

        .regionContent .regionTable {
            flex: 1;
            min-width: 300px;
            max-height: 600px;
            overflow-y: auto;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            background: #fff;
        }

        .regionContent .regionTable::-webkit-scrollbar {
            width: 8px;
        }

        .regionContent .regionTable::-webkit-scrollbar-track {
            background: #f0f0f0;
        }

        .regionContent .regionTable::-webkit-scrollbar-thumb {
            background: #ED1B23;
            border-radius: 4px;
        }

        .regionContent .regionTable table {
            width: 100%;
            border-collapse: collapse;
        }

        .regionContent .regionTable thead {
            position: sticky;
            top: -19px;
            background: #fff;
            z-index: 10;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .regionContent .regionTable thead th {
            padding: 1.5rem 1rem;
            font-size: 1.6rem;
            font-weight: 700;
            border-bottom: 2px solid #ED1B23;
        }

        .regionContent .regionTable tbody td {
            padding: 1.2rem 1rem;
            font-size: 1.5rem;
            border-bottom: 1px solid #e8e8e8;
        }

        .regionContent .regionTable tbody tr:hover {
            background: #fff2f3;
        }

        /* 지도 영역 개선 */
        .regionMap {
            margin-top: 4rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .regionMap #kakao-map {
            width: 100%;
            height: 600px;
        }

        /* 핀 애니메이션 개선 */
        .regionContent .regionChart .marker .pin {
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        }

        .regionContent .regionChart .marker .pin * {
            pointer-events: none;
        }

        .regionContent .regionChart .marker .pin:hover {
            transform: translate(-50%, -50%) scale(1.1);
            box-shadow: 0 4px 12px rgba(0,0,0,0.3);
        }

        .regionContent .regionChart .marker .pin.on {
            box-shadow: 0 6px 16px rgba(237, 27, 35, 0.4);
            animation: pulse 2s infinite;
        }
        .custom-overlay{margin-top:5px;background:rgba(255,255,255,0.9);}
       .custom-overlay span {font-size:2.5rem;font-weight:800;}
 .map_info_text{ font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 2rem;
    white-space: pre-line;
    text-align: end;
    font-family: sans-serif;
    font-weight: 600;}
        @keyframes pulse {
            0%, 100% {
                box-shadow: 0 6px 16px rgba(237, 27, 35, 0.4);
            }
            50% {
                box-shadow: 0 6px 20px rgba(237, 27, 35, 0.6);
            }
        }
        
        @media (max-width: 1480px) {
    .region-Wrap .phone-btn {
        justify-content: end;
    }
    .region-Wrap .phone-btn a{width:auto;}
}

        /* 모바일 반응형 */
        @media all and (max-width: 1024px) {
                .regionTab li button {
        height: 11.4rem;
    }
        }

        @media all and (max-width: 768px) {
           
            .regionTitle {
                font-size: 2.4rem;
                margin-bottom: 3rem;
            }

            .regionTab li {
                min-width: 70px;
            }

            .regionTab li button {
        height: 12rem;
        font-size: 1.4rem;
    }

            .regionDistrict dl > dt {
                width: 6rem;
                font-size: 1.6rem;
            }

            .regionDistrict li {
                min-width: 80px;
            }

            .regionDistrict li button {
                font-size: 1.4rem;
                padding: 0 10px;
                border-top: 0;
    border-bottom: 0;
            }

            .regionContent .regionChart .marker .pin {
                width: 4rem;
                height: 4rem;
                font-size: 1rem;
            }

            .regionContent .regionChart .marker .pin.on {
                width: 7rem;
                height: 7rem;
            }

            .regionContent .regionTable thead th {
                padding: 1rem 0.5rem;
                font-size: 1.4rem;
            }

            .regionContent .regionTable tbody td {
                padding: 1rem 0.5rem;
                font-size: 1.3rem;
            }

            .regionMap #kakao-map {
                height: 400px;
            }

            .phone-btn a {
                padding: 15px 20px;
            }

            .phone-btn span {
                font-size: 1.6rem;
            }
        }

        /* 데이터 로딩 애니메이션 */
        .loading {
            text-align: center;
            padding: 2rem;
            color: #999;
        }

        .loading::after {
            content: '...';
            animation: dots 1.5s steps(4, end) infinite;
        }

        @keyframes dots {
            0%, 20% { content: '.'; }
            40% { content: '..'; }
            60%, 100% { content: '...'; }
        }

        /* 빈 데이터 표시 */
        .no-data {
            text-align: center;
            padding: 3rem;
            color: #999;
            font-size: 1.6rem;
        }

        /* 카카오맵 인포윈도우 커스텀 스타일 */
        .custom-infowindow {
            position: relative;
            background: #fff;
            border: 2px solid #ED1B23;
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 14px;
            font-weight: 600;
            color: #333;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            white-space: nowrap;
            min-width: 100px;
            text-align: center;
        }

        .custom-infowindow::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #ED1B23;
        }

        /* 테이블 행 클릭 가능 스타일 */
        .regionContent .regionTable tbody tr {
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .regionContent .regionTable tbody tr:hover {
            background: #fff2f3;
            transform: scale(1.01);
        }

        .regionContent .regionTable tbody tr.selected {
            background: #ffe6e8;
            border-left: 3px solid #ED1B23;
        }

        /* 지도 마커 애니메이션 */
        @keyframes markerBounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        .marker-highlight {
            animation: markerBounce 0.6s ease-in-out 2;
        }