/* ===== 오시는길 페이지 전용 (sub.css 공통 이후 로드) ===== */
.page-sub .intro-content--location {
    background: #fff;
    padding: clamp(48px, 8vw, 64px) 20px clamp(64px, 10vw, 80px);
}

.page-sub .intro-content--location .inner-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-sub .location-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 500;
    color: #0A1C3C;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
    text-align: center;
}

.page-sub .location-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 2rem;
    font-size: 1rem;
    color: #333;
    text-align: center;
}

.page-sub .location-address__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0A1C3C;
}

.page-sub .location-address__text {
    letter-spacing: -0.01em;
}

.page-sub .location-map-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    min-height: 418px;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f0f0;
}

.page-sub .location-map-wrap .root_daum_roughmap,
.page-sub .location-map-wrap iframe {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* 캡슐형 버튼 그룹: 흰 배경, 연한 테두리, 세로 구분선 */
.page-sub .location-map-links {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.page-sub .location-map-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    min-height: 48px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: background-color 0.2s;
}
.page-sub .location-map-link:not(:first-child) {
    border-left: 1px solid #E0E0E0;
}
.page-sub .location-map-link:hover {
    background: #F5F5F5;
}

.page-sub .location-map-link__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-sub .location-map-link__icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.root_daum_roughmap .cont {
    display: none;
}

@media (max-width: 768px) {
    .page-sub .location-title {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
        letter-spacing: -0.02em;
    }
    .page-sub .location-address {
        flex-direction: column;
        text-align: center;
        font-size: 0.9375rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    .page-sub .location-address__text {
        line-height: 1.55;
    }
    .page-sub .location-map-wrap {
        min-height: 280px;
    }
    .page-sub .location-map-links {
        flex-direction: column;
        max-width: 100%;
        border-radius: 16px;
    }
    .page-sub .location-map-link {
        font-size: 0.875rem;
        padding: 0.875rem 1rem;
        min-height: 52px;
    }
    .page-sub .location-map-link:not(:first-child) {
        border-left: none;
        border-top: 1px solid #E0E0E0;
    }
}
