
/* --- 기본 스타일 유지 --- */
body { font-family: "Gowun Dodum", sans-serif; margin: 0; background-color: #111111; color: #333; }
.massageShop_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;

    margin-top: 0px;
    min-height: calc(100vh);
}
#massageShop-headerSection {
    margin-top: 80px;
    background-color: white;
    color: #fd7e14;
    padding:  20px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 8px;
    position: relative;
    z-index: 10;
}
#massageShop-headerSection h1 {
    font-family: "Gowun Dodum", sans-serif;
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
#massageShop-headerSection p {
    margin-top: 4px;
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 4px;

}

/* --- 섹션 1: 필터 바 --- */
.massageShop_filter_bar {
    margin-top: 0px; margin-bottom: 20px; padding: 15px 20px; background-color: #fff;
    border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); display: flex;
    flex-wrap: wrap; gap: 20px; align-items: center;
    justify-content: center;
}
.massageShop_filter_bar .filter_group { display: flex; gap: 8px; align-items: center; }
.massageShop_filter_bar label { font-weight: 500; font-size: 14px; color: #555; }
.massageShop_filter_bar input[type="text"], .massageShop_filter_bar select {
    padding: 8px 12px; border: 1px solid #ced4da; border-radius: 4px; font-size: 14px; font-family: "Gowun Dodum", sans-serif;
}
.massageShop_filter_bar input[type="text"] { min-width: 250px; }
.massageShop_filter_bar button {
    padding: 8px 15px; background-color: #fd7e14; color: white; border: none;
    border-radius: 4px; cursor: pointer; transition: background-color 0.3s ease; font-size: 14px; font-family: "Gowun Dodum", sans-serif;
}
.massageShop_filter_bar button:hover { background-color: #e8700f; }
.massageShop_filter_bar .filter_checkboxes label { margin-left: 5px; font-weight: normal; }

/* --- 섹션 2: 마이맵 (전체) --- */
.massageShop_map_container { position: relative; width: 100%; height: 450px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; }
.massageShop_map_iframe { width: 100%; height: 100%; border: none; }

/* --- 섹션 3: 카테고리별 상세 정보 (아코디언) --- */
.massageShop_categories { margin-top: 20px; }
.massageShop_category_section { margin-bottom: 5px; border-radius: 8px; overflow: hidden; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.massageShop_category_toggle {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fd7e14;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    font-family: "Gowun Dodum", sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.massageShop_category_toggle:hover { background-color: #d6630f ; }
.massageShop_category_toggle .arrow { position: absolute; right: 20px; top: 50%; transform: translateY(-50%) rotate(0deg); transition: transform 0.4s ease; font-size: 16px; }
.massageShop_category_toggle.active .arrow { transform: translateY(-50%) rotate(180deg); }
.massageShop_category_content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out, padding 0.3s ease; background-color: #fff; padding: 0 20px; display: flex; flex-direction: column; }
.massageShop_category_content.active { max-height: none; /* 내용만큼 늘어나도록 변경 */ padding: 20px; } /* 높이 제한 제거 */

/* --- 카테고리 내부 좌우 분할 (데스크탑) --- */
@media (min-width: 769px) {
    .massageShop_category_content { flex-direction: row; }
    .massageShop_detail_panel { flex: 7; padding-right: 20px; border-right: 1px solid #e9ecef; display: flex; flex-direction: column; max-height: 80vh; /* 높이 제한 추가 */ overflow-y: auto; }
    .massageShop_item_list { flex: 3; padding-left: 20px; background-color: #f8f9fa; max-height: 80vh; /* 높이 제한 추가 */ overflow-y: auto; }
    .massageShop_detail_mobile_map_container {
        display: none;
    }
}
/* 모바일 레이아웃 */
@media (max-width: 768px) {
    .massageShop_wrapper{
        margin-top: 0px;
    }
    #massageShop-headerSection {
        margin-top: 0px;
        background-color: white;
        color: #fd7e14;
        padding:  10px;
        text-align: center;
        margin-bottom: 5px;
        border-radius: 8px;
        position: relative;
        z-index: 10;
    }
    #massageShop-headerSection h1 {
        font-family: "Gowun Dodum", sans-serif;
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    }
    .massageShop_detail_map_container {
        display: none;
    }
    .massageShop_detail_mobile_map_container {
        display: block; /* 모바일에서 보임 */
        width: 100%;
        height: 220px; /* 모바일에서 원하는 지도 높이 */
        margin-top: 1px; /* 제목/별점 아래 여백 */
        margin-bottom: 5px; /* 다음 요소와의 간격 */
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #eee;
        position: relative; /* iframe absolute 기준 */
    }
    .massageShop_detail_mobile_map_container iframe {
        position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
    }
    /* 지도 정보 없을 때 플레이스홀더 스타일 (선택 사항) */
    .massageShop_detail_mobile_map_container .massageShop_detail_placeholder {
        min-height: 200px; /* 지도 높이에 맞춤 */
    }

    .massageShop_category_content.active{
        max-height: 80vh;
    }
    .massageShop_detail_panel {
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        padding-right: 0;
        padding-bottom: 8px;
        margin-bottom: 8px;
        height: auto;
        max-height: 65vh;
        overflow-y: auto;
        order: 1;
        border-bottom: 10px solid #fd7e14;
    }
    .massageShop_detail_top_section{
        margin-bottom: 3px;
        gap: 5px;
    }
    .massageShop_detail_basic_info .massageShop_detail_title{
        font-size: 16px !important;
        font-weight: 700;
        margin: 0 0 0 0 !important;
        line-height: 1.2 !important;
    }
    .massageShop_detail_basic_info .massageShop_detail_rating{
        font-size: 14px;
        color: #fd7e14;
        font-weight: bold;
        margin-bottom: 1px !important;
    }
    .massageShop_detail_basic_info{
        gap: 4px !important;
    }
    .massageShop_detail_basic_info .info_item{
        gap: 4px;
        line-height: 1.2;
    }
    .massageShop_item_list {
        padding-left: 0;
        height: auto;
        max-height: 40vh; /* 모바일 목록 높이 제한 */
        overflow-y: auto;
        order: 2;
        background-color: #f8f9fa;
    }

    .massageShop_map_container {
        height: 300px;
    }

    /* 상세페이지 상단 50/50 레이아웃 모바일 스택 */
    .massageShop_detail_top_section {
        flex-direction: column;
    }



    .massageShop_map_container {
        height: 300px; /* 메인 전체 지도 높이 */
    }

    /* 상세페이지 상단 50/50 레이아웃 모바일 스택 */
    .massageShop_detail_top_section {
        flex-direction: column;
    }



    /* 지도 높이 조정 */
    .massageShop_detail_basic_info {
        width: 100%;
        padding-left: 0;
    }


    /* 지도 높이 조정 */
    .massageShop_detail_basic_info {
        width: 100%;
        padding-left: 0;
    }

    /* 대표 메뉴 모바일 1열 */
    .massageShop_menu_grid {
        grid-template-columns: 1fr;
    }

    /* 이미지 갤러리 모바일 조정 */
    /* .massageShop_gallery_images { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } */
    .massageShop_filter_bar {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 8px 10px;
        gap: 4px;
    }

    .massageShop_filter_bar input[type="text"] {
        max-width: 140px !important;
        min-width: 140px !important;
        font-size: 14px;
        font-family: "Gowun Dodum", sans-serif;
    }
    .massageShop_filter_bar .filter_group{
        gap: 3px;
    }
    .massageShop_filter_bar input[type="text"], .massageShop_filter_bar select{
        max-width: 140px !important;
        min-width: 140px !important;
        font-size: 14px;
        font-family: "Gowun Dodum", sans-serif;
    }
    .massageShop_category_toggle{
        padding: 8px 10px;
        border: none;
        font-size: 18px;
        font-weight: 600;
        font-family: "Gowun Dodum", sans-serif;
    }
    .massageShop_category_content.active{
        padding: 5px;
    }
    .image-modal-content img{
        max-width: 100% !important;
        margin: 0 auto;
    }
    .massageShop_item{
        padding: 3px 2px !important;
        margin-bottom: 4px !important;
        border-radius: 5px !important;
    }
    .massageShop_item_info {

        gap: 2px !important;
        font-size: 12px !important;

    }
    .massageShop_item_thumb {
        width: 60px !important;
        height: 80px !important;
        border-radius: 4px !important;
        margin-right: 5px !important;
        flex-shrink: 0;
        background-color: #eee;
    }
    .massageShop_menu_item {
        padding: 4px;
        border-radius: 5px;
        font-size: 12px;
    }
    .massageShop_menu_item .price {
        font-size: 13px;
        margin-bottom: 1px;
    }
    .massageShop_menu_item .desc {
        font-size: 12px;
        line-height: 1.2;
    }
    .massageShop_gallery_images{
        gap: 5px;
    }
    .massageShop_detail_section{
        margin-bottom: 5px;
        padding: 4px;
    }
}
/* --- 오른쪽 리스트 아이템 ) --- */
.massageShop_item { display: flex; align-items: center; padding: 6px 5px; margin-bottom: 8px; background-color: white; border-radius: 5px; cursor: pointer; transition: all 0.3s ease; border-left: 5px solid transparent; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.massageShop_item_thumb { width: 80px; height: 110px; object-fit: cover; border-radius: 4px; margin-right: 10px; flex-shrink: 0; background-color: #eee; }
.massageShop_item_info { display: flex; flex-direction: column; flex-grow: 1; gap: 4px; /* 요소간 간격 */ }
.massageShop_item_additionalInfo{ font-size: 12px}
/* 이름 + 별점 라인 */
.massageShop_item_name_rating { display: flex; align-items: baseline; /* baseline 정렬 */ gap: 8px; }
.massageShop_item_title { font-weight: 600; font-size: 15px; color: #333; line-height: 1.3; }
.massageShop_item_rating { font-size: 13px; color: #fd7e14; white-space: nowrap; /* 별점 줄바꿈 방지 */ }
.massageShop_item_rating i { margin-right: 3px; }
/* 할인 + 픽업 태그 라인 */
.massageShop_item_tags { display: flex; gap: 6px; flex-wrap: wrap; /* 태그 많을 시 줄바꿈 */ }
.massageShop_item_tags .tag { padding: 3px 8px; border-radius: 10px; font-size: 11px; font-weight: 500; line-height: 1; border: 1px solid transparent; }
.massageShop_item_tags .tag-discount { background-color: #f8d7da; /* Light red */ color: #842029; /* Dark red text */ border-color: #f5c2c7; }
.massageShop_item_tags .tag-pickup { background-color: #cfe2ff; /* Light blue */ color: #0a58ca; /* Dark blue text */ border-color: #b6d4fe; }
.massageShop_item:hover { background-color: #eef; transform: translateX(3px); }
.massageShop_item.active { background-color: #f8f0ff; border-left: 10px solid #fd7e14; }

/* --- 왼쪽 상세 정보 패널 내부 (수정) --- */
.massageShop_detail_content { display: flex; flex-direction: column; height: 100%; }
.massageShop_detail_placeholder { display: flex; justify-content: center; align-items: center; min-height: 300px; /* 최소 높이 보장 */ color: #adb5bd; text-align: center; font-size: 16px; flex-grow: 1; }

/* 상단 분할 영역 */
.massageShop_detail_top_section { display: flex; margin-bottom: 5px; gap: 20px; /* 지도와 정보 사이 간격 */ }
.massageShop_detail_map_container { flex: 1.5; /* 50% 너비 */ height: 350px; border-radius: 8px; overflow: hidden; border: 1px solid #eee; position: relative; /* Iframe 절대 위치 기준 */ }
.massageShop_detail_map_container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.massageShop_detail_basic_info { flex: 1; /* 50% 너비 */ display: flex; flex-direction: column; gap: 8px; }
.massageShop_detail_basic_info .massageShop_detail_title { font-size: 24px; font-weight: 700; color: #fd7e14; margin: 0 0 5px 0; line-height: 1.3; }
.massageShop_detail_basic_info .massageShop_detail_rating { display: flex; align-items: center; font-size: 16px; color: #fd7e14; font-weight: bold; margin-bottom: 10px; }
.massageShop_detail_basic_info .massageShop_detail_rating i { margin-right: 4px; }
.massageShop_detail_basic_info .info_item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #333; line-height: 1.6; }
.massageShop_detail_basic_info .info_item i { color: #fd7e14; width: 16px; text-align: center; }
/* 카카오톡 ID/링크 스타일 추가 */
.massageShop_detail_basic_info .info_item a,
.massageShop_detail_basic_info .info_item .kakao-id-copy {
    color: #fd7e14; /* 링크 색상 */
    /* text-decoration: underline; */ /* 밑줄 제거 또는 조정 */
    cursor: pointer; /* 마우스 오버 시 커서 변경 */
    /* white-space: nowrap; */ /* 줄바꿈 허용 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; /* 인라인 블록으로 설정 */
    word-break: break-all; /* 긴 문자열 자동 줄바꿈 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
}
.info_item_kakao{
    display: flex;
    /* align-items: center; */ /* 필요한 경우 주석 해제 */
    flex-wrap: wrap; /* 필요한 경우 주석 해제 */
    gap: 1px; /* 필요한 경우 주석 해제 */
}
.massageShop_detail_basic_info .info_item .kakao-id-copy:hover {
    color: #d6630f; /* 호버 색상 */
    text-decoration: underline; /* 호버 시 밑줄 표시 */
}

.massageShop_item_price{ font-size: 14px; font-weight: bold}
.massageShop_item_price span{color: #fd7e14}
.massageShop_detail_tags { margin-left: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.massageShop_detail_tags .tag { padding: 4px 10px; border-radius: 15px; font-size: 12px; font-weight: 500; border: 1px solid transparent; }
.massageShop_detail_tags .detail-tag-discount { background-color: #f8d7da; color: #842029; border-color: #f5c2c7; }
.massageShop_detail_tags .detail-tag-pickup { background-color: #cfe2ff; color: #0a58ca; border-color: #b6d4fe; }
.discount_info h4, .pickup_info h4, .discount_info p, .pickup_info p{
    font-size: 14px !important; margin-bottom: 0px !important; padding: 0px !important; font-weight: 400;
}
.discount_info,.pickup_info{
    margin-bottom: 4px !important; padding: 0px !important;
}

/* 하단 풀 너비 섹션 */
.massageShop_detail_section { width: 100%; margin-bottom: 10px; background-color: #ffffff; padding: 8px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.massageShop_detail_section h4 { font-size: 18px; font-weight: 600; margin-top: 0; margin-bottom: 05px; border-bottom: 1px solid #eee; padding-bottom: 5px; color: #495057; display: flex; align-items: center; gap: 8px; }
.massageShop_detail_section h4 i { color: #fd7e14; }

/* 할인/픽업 정보 섹션 */
.massageShop_detail_section.discount_info p,
.massageShop_detail_section.pickup_info p { font-size: 14px; line-height: 1.7; color: #333; margin-left: 18px; white-space: pre-line; /* 줄바꿈 유지 */ }

/* 대표 메뉴 섹션 (수정) */
.massageShop_menu_grid { display: grid; grid-template-columns: repeat(2, 1fr); /* 1줄에 2개 */ gap: 8px; }
.massageShop_menu_item { background-color: #fdfdfd; padding: 8px; border-radius: 6px; border: 1px solid #f0f0f0; font-size: 14px; position: relative; overflow: hidden; /* Animation용 */ transition: transform 0.2s ease; }
.massageShop_menu_item:hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(0,4,1,0.1); }
.massageShop_menu_item strong { display: block; font-weight: 600; margin-bottom: 1px; color: #333; }
.massageShop_menu_item .price { display: block; text-align: right; font-weight: bold; color: #fd7e14; font-size: 15px; margin-bottom: 1px; }
.massageShop_menu_item .desc { font-size: 13px; color: #666; line-height: 1.5; }

/* 대표 메뉴 테두리 애니메이션 */
.animated-border::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 2px solid transparent;
    border-radius: 6px; /* 아이템 radius와 동일하게 */
    pointer-events: none; /* 클릭 방해 안 함 */
    z-index: 1;
    animation: satellite-border 4s linear infinite;
    /* 그라데이션 배경 사용 */
    background: conic-gradient(from var(--angle), #ffcc00, #ffd500, #ffff00, #f8e47e) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out; /* 구멍 뚫기 */
    mask-composite: exclude;
    --angle: 0deg; /* 애니메이션에서 변경될 변수 */
}
@property --angle { /* CSS 변수 애니메이션 활성화 */
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}
@keyframes satellite-border {
    0% { --angle: 0deg; opacity: 0.7; }
    25% { opacity: 1; }
    50% { --angle: 180deg; opacity: 0.7; }
    75% { opacity: 1; }
    100% { --angle: 360deg; opacity: 0.7; }
}


/* 이미지 갤러리 (수정) */
.massageShop_gallery_images { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* 최소 100px 너비, 가득 채움 */ gap: 10px; } /* 1줄에 5개 고정 대신 변경 */
/* 메뉴 이미지에만 커서 변경 및 호버 효과 적용 */
.menu_gallery_images_grid img { cursor: pointer;  width:120px; pxcursor: zoom-in; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.menu_gallery_images_grid img:hover { transform: scale(1.05); box-shadow: 0 4px 8px rgba(0,0,0,0.2); }

/* 샵 이미지 스타일 (클릭 효과 없음) */
.shop_gallery_images_grid img {
    width: 100%;
    height: 140px; /* 높이 조정 */
    object-fit: cover;
    border-radius: 4px;
    background-color: #eee;
    border: 1px solid #ddd;
    /* 기본 커서 유지, 호버 효과 제거 */
    cursor: default;
    transition: none;
}
.shop_gallery_images_grid img:hover { transform: scale(1.05); box-shadow: 0 4px 8px rgba(0,0,0,0.2); }

#modalImage{
    max-width: 1400px;
    max-height: 820px;
}

/* 기타 정보 */
.massageShop_detail_additional p { font-size: 14px; line-height: 1.7; color: #333; margin: 0; white-space: pre-line; }

/* 스크롤바 스타일 */
/* 왼쪽 상세 정보 패널 스크롤바 (기존 스타일 유지) */
.massageShop_detail_panel::-webkit-scrollbar { width: 6px; }
.massageShop_detail_panel::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 3px; }
.massageShop_detail_panel::-webkit-scrollbar-track { background-color: #f1f1f1; }

/* 오른쪽 리스트 스크롤바 숨김 (추가) */
.massageShop_item_list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}
.massageShop_item_list::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera*/
}

/* --- 모달 스타일 --- */
.image-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
    display: none; /* Hidden by default, will be flex when visible */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    z-index: 2000; /* Ensure it's on top of other content */
    cursor: pointer; /* Indicate clickable area to close */
    /* Optional: smooth fade-in */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-modal-backdrop.visible {
    opacity: 1;
}

.image-modal-content {
    position: relative;
    max-width: 95%; /* Limit image size relative to viewport */
    max-height: 95%;
    cursor: default; /* Reset cursor for the content area */
    /* Optional: slight scale-in effect */
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.image-modal-backdrop.visible .image-modal-content {
    transform: scale(1);
}


.image-modal-content img {
    display: block;
    width: auto; /* Use actual image width up to max limits */
    height: auto; /* Use actual image height up to max limits */
    max-width: 100%; /* Scale down if wider than container */
    max-height: 100%; /* Scale down if taller than container */
    object-fit: contain; /* Ensure the image fits within the bounds without distortion */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); /* Optional: add shadow */
}

.image-modal-close-btn {
    position: absolute;
    top: 80px; /* Distance from top of backdrop */
    right: 25px; /* Distance from right of backdrop */
    color: #fff; /* White color */
    font-size: 40px; /* Larger size for visibility */
    font-weight: bold;
    cursor: pointer;
    z-index: 2001; /* Ensure it's above the image */
    text-shadow: 0 0 10px rgba(0,0,0,0.8); /* Add shadow for visibility */
    transition: color 0.3s ease;
}

.image-modal-close-btn:hover {
    color: #ccc;
}

/* Prevent scrolling when modal is open */
body.modal-open {
    overflow: hidden;
}


/* --- 퀵 메뉴 스타일 --- */
.quick_menu {
    position: fixed; /* 화면에 고정 */
    right: 20px; /* 우측에서 20px 떨어짐 */
    bottom: 20px; /* 하단에서 20px 떨어짐 (모바일에서 편리) */
    display: none; /* 기본적으로 숨김 (PC) */
    flex-direction: column; /* 버튼을 세로로 나열 */
    gap: 10px; /* 버튼 간 간격 */
    z-index: 1000; /* 다른 요소 위에 표시 */
}

.quick_menu button {
    width: 45px; /* 버튼 너비 */
    height: 45px; /* 버튼 높이 */
    border-radius: 50%; /* 원형 버튼 */
    border: none;
    background-color: rgba(253, 126, 20, 0.9); /* 배경색 (투명도 조절) */
    color: white; /* 글자색 */
    font-size: 18px; /* 아이콘 크기 */
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex; /* 아이콘 중앙 정렬 */
    justify-content: center;
    align-items: center;
    padding: 0; /* 기본 패딩 제거 */
}

.quick_menu button:hover {
    background-color: rgba(232, 112, 15, 0.95);
    transform: scale(1.05);
}

/* 모바일 (768px 이하) 에서만 보이게 설정 */
@media (max-width: 768px) {
    .quick_menu {
        display: flex; /* 모바일에서 보이게 설정 */
        right: 15px; /* 모바일에서 우측 여백 조금 줄임 */
        bottom: 15px; /* 모바일에서 하단 여백 조금 줄임 */
        gap: 8px; /* 모바일 버튼 간격 조정 */
    }
    .quick_menu button {
        width: 40px; /* 모바일 버튼 크기 */
        height: 40px;
        font-size: 16px;
    }
}

/* --- 퀵 메뉴 스타일 끝 --- */
