/* Location Section - 오시는길 */
.location {
    background: url('../../images/main/section_05_bg.jpg') center center / cover no-repeat;
}

.location .container {
    gap: 40px;
}

.location .section-nav {
    flex: 0 0 150px;
    width: 150px;
}

.location-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.location-header {
    text-align: center;
    margin-bottom: 60px;
}

.location-subtitle {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Sumana', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    
}

.location-title {
    color: #FFF;
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px;
    
}

.location-station {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.location-main {
    display: flex;
    gap: 0;
    height: 300px;
}

.location-map {
    width: 500px;
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
}

.location-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-info-box {
    flex: 1;
    height: 300px;
    background: rgba(6, 33, 50, 0.50);
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.location-address {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.location-address svg {
    flex-shrink: 0;
}

.location-address span {
    color: #FFF;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.location-detail-row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.location-label {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Sumana', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    min-width: 80px;
}

.location-value {
    color: #FFF;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.info-box p {
    color: #666;
    line-height: 1.6;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .location-subtitle {
        color: #FFF;
        font-family: 'Sumana', serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .location-title {
        color: #FFF;
        font-family: 'Pretendard', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
    }
}
