.sub-visual .visual-section {height:70vh; background: url("../images/benner-sub01-map.jpg") 50% 50%/cover no-repeat;}
#section-02 .business-list {grid-template-columns: repeat(1, 1fr); gap:0rem;   }


/* 탭 */
.tab-menu {display:flex;gap:12px;margin-bottom:30px;}
.tab-btn {padding:15px 0px; width:12rem;border:none;font-size:2.2rem;font-weight: 700;line-height:1.4;letter-spacing:-0.056rem; color: #24252b; border:1px solid #bcbcbc;background:#fff; border-radius:10px;cursor:pointer;transition:all .3s ease;}
.tab-btn.active {color:#fff; border:1px solid #0f0f34;background:#0f0f34;}
/* 컨텐츠 */
.content-area {display:flex;gap:30px; height:886px; }
.left-area,  .right-area {width:50%;}
/* 왼쪽 */
.left-area {overflow-y:auto;padding-right:10px;}
.location-list {display:none;}
.location-list.active {display:block;}
/* 지역 박스 */
.location-box {background:#f6f8f9;padding:2rem 3em; margin-bottom:20px; border-radius:18px;transition:all .3s ease;cursor:pointer;border:1px solid transparent;}
.location-box:last-child{margin-bottom:0px;}
.location-box:hover {transform:translateY(1px);}
.location-box.active {border-color:#0f0f34;background:#fff;box-shadow:0 4px 20px rgba(0, 0, 0, .08);}
.location-title {font-size: 2.4rem;font-weight:700;line-height: 1.4;letter-spacing: -0.026rem;color: #24252b; margin-bottom:1.5rem;}
.location-info  {font-size: 1.8rem;font-weight:400;line-height: 1.4;letter-spacing: -0.026rem;color: #24252b; word-break:keep-all;}
.location-info b{color:#24252b; font-weight:600; }
.location-info span.pc-show {display:inline-block; font-weight:300; color:#a0a0a0}
/* 지도 */
.right-area {position:sticky;top:40px;height:700px;}
#map {width:100%;height:100%; border-radius:15px; overflow:hidden;border:1px solid #e5e5e5;}

/* 모바일 */
@media (max-width:1080px) {

.content-area {flex-direction:column;height:auto;}
.left-area,  .right-area {width:100%;}
/* 지도 먼저 */
.right-area {order:1;position:relative;top:auto;height:400px;margin-bottom:20px;}
.left-area {order:2;overflow:visible;padding-right:0;}
/* 모바일 카드 */
.location-box {background:#f6f8f9; padding:0;margin-bottom:14px;border-radius:12px;overflow:hidden; }
.location-box:hover {transform:none;}
.location-info span.pc-show {display: none}
/* 제목 버튼 */
.location-title {margin:0;padding:18px 20px;font-size:18px;background:#fff;position:relative;}
.location-title::after {content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:300;background:#fff;}
.location-box.active .location-title::after {content:"−";}
/* 아코디언 */
.location-info {max-height:0;overflow:hidden;padding:0 20px;background:#fff;transition:max-height .35s ease,  padding .35s ease;}
.location-box.active .location-info {max-height:500px;padding:0 20px 20px;}
.pc-show {display: none;}
.mob-show {display: block;  }
} 