/* ===================================
   LOCATION PAGE - location.css
   ================================== */

.location-body {
    background: #F5F0E0;
    overflow-x: hidden;
}

.location-page {
    min-height: 100vh;
    background: #F5F0E0;
    padding-top: 161px;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
    padding-bottom: 0;
}

/* Location Sub Navigation */
.location-nav {
    position: absolute;
    left: 64px;
}

.location-nav-label {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin-bottom: 70px;
}

.location-nav a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    margin-bottom: 25px;
    transition: color 0.3s;
}

.location-nav a:hover {
    color: #FF7632;
}

.location-nav a.active {
    color: #000;
    font-weight: 600;
}

.location-nav a.active::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/resources/service-sub-memu-active.png") no-repeat left center;
    margin-left: 10px;
}

/* Hero Section */
.location-hero {
    margin-left: 256px;
    margin-bottom: 80px;
}

.hero-top-line {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.hero-top-line::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
}

.hero-top-line .subtitle {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.hero-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    color: #000;
}

.hero-title .title-line {
    display: flex;
    align-items: center;
    gap: 12px;
}

.title-icon-flower {
    width: 66px;
    height: 66px;
}

/* Business Divisions Section */
.business-divisions {
    margin-left: 256px;
    margin-right: 256px;
    margin-bottom: 100px;
}

.division-row {
    display: flex;
    border-bottom: 1px solid #000;
    min-height: 115px;
}

.division-row.division-header {
    min-height: 80px;
}

.division-col {
    flex: 1;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.division-col.division-jeju {
    text-align: right;
    padding-right: 30px;
}

.division-col.division-seoul {
    text-align: left;
    padding-left: 30px;
}

.division-col h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    color: #000;
    margin: 0;
}

.division-subtitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #FF7632;
    margin: 0 0 8px 0;
}

.division-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin: 0;
}

/* Map Section */
.location-map {
    position: relative;
    width: 100%;
    height: 510px;
    margin-bottom: 0;
}

.map-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.map-marker img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-logo {
    position: absolute;
    top: 209px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 13px;
}

.map-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 1440px) {
    .business-divisions {
        margin-left: 200px;
        margin-right: 200px;
    }
}

@media (max-width: 1200px) {
    .location-page {
        padding-left: 48px;
        padding-right: 48px;
    }

    .location-nav {
        left: 48px;
    }

    .location-hero {
        margin-left: 200px;
    }

    .hero-title {
        font-size: 50px;
        line-height: 60px;
    }

    .title-icon-flower {
        width: 50px;
        height: 50px;
    }

    .business-divisions {
        margin-left: 100px;
        margin-right: 100px;
    }

    .division-col h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .division-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .division-name {
        font-size: 18px;
        line-height: 26px;
    }

    .location-map {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .location-page {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 120px;
    }

    .location-nav {
        position: static;
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
    }

    .location-nav-label {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .location-nav a {
        margin-bottom: 0;
    }

    .location-hero {
        margin-left: 0;
        margin-bottom: 60px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 48px;
    }

    .title-icon-flower {
        width: 40px;
        height: 40px;
    }

    .business-divisions {
        margin-left: 0;
        margin-right: 0;
    }

    .division-row {
        flex-direction: column;
        min-height: auto;
    }

    .division-row.division-header {
        min-height: auto;
    }

    .division-col {
        padding: 20px 15px;
        text-align: left !important;
    }

    .division-col.division-jeju {
        border-right: none;
        border-bottom: 1px solid #000;
        padding-right: 15px;
    }

    .division-col.division-seoul {
        padding-left: 15px;
    }

    .division-col h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .division-subtitle {
        font-size: 13px;
        line-height: 18px;
    }

    .division-name {
        font-size: 16px;
        line-height: 24px;
    }

    .location-map {
        height: 300px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .map-marker {
        width: 60px;
        height: 60px;
    }

    .map-logo {
        top: 150px;
        width: 80px;
        height: 10px;
    }
}