.elementor-262 .elementor-element.elementor-element-461d894{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-262 .elementor-element.elementor-element-bacc6c2{--display:flex;}.elementor-262 .elementor-element.elementor-element-ad5b173{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-262 .elementor-element.elementor-element-4620ccc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8dd0fce */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

.directions-container {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px 20px;
}

.directions-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.directions-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #BBC9A3, #a8b694, #BBC9A3);
}

.directions-header {
    padding: 60px 60px 40px;
    background: linear-gradient(135deg, #fafbfc 0%, #f1f3f4 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.directions-header::before {
    content: '📍 🚗 🚇 🚌 🗺️';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    opacity: 0.2;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateX(-50%) translateY(0px); }
    50% { transform: translateX(-50%) translateY(-8px); }
}

.directions-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.directions-subtitle {
    font-size: 1.2rem;
    color: #BBC9A3;
    font-weight: 500;
}

.directions-body {
    padding: 60px 60px 0;
}

.clinic-info-section {
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

.clinic-info-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 20px;
    padding: 40px;
    border-left: 6px solid #BBC9A3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.clinic-info-card::before {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.clinic-name-large {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.clinic-address {
    font-size: 1.3rem;
    color: #BBC9A3;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.landmark-info {
    display: inline-flex;
    align-items: center;
    background: rgba(187, 201, 163, 0.15);
    padding: 12px 20px;
    border-radius: 25px;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.landmark-info::before {
    content: '🏢';
    margin-right: 8px;
    font-size: 1.1rem;
}

.map-section {
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.4s;
}

.map-header {
    text-align: center;
    margin-bottom: 30px;
}

.map-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.map-subtitle {
    font-size: 1.1rem;
    color: #666;
}

.map-container {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    border: 2px dashed rgba(187, 201, 163, 0.5);
    position: relative;
    overflow: hidden;
}

.map-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 150%;
    height: 200%;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.03) 0%, transparent 70%);
    animation: float 8s ease-in-out infinite;
}

.map-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, rgba(187, 201, 163, 0.1), rgba(187, 201, 163, 0.05));
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(187, 201, 163, 0.2);
    position: relative;
    z-index: 1;
}

.map-placeholder-icon {
    font-size: 4rem;
    color: #BBC9A3;
    margin-bottom: 20px;
}

.map-placeholder-text {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
}

.parking-section {
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.6s;
}

.parking-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 20px;
    padding: 35px;
    border-left: 6px solid #BBC9A3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.parking-card::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.parking-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.parking-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 4px 15px rgba(187, 201, 163, 0.3);
}

.parking-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.parking-content {
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
}

.search-keyword {
    background: rgba(187, 201, 163, 0.15);
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
    color: #2c3e50;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid rgba(187, 201, 163, 0.3);
}

.transport-section {
    margin-bottom: 60px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.8s;
}

.transport-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.transport-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 20px;
    padding: 35px;
    border-left: 6px solid #BBC9A3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.transport-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(187, 201, 163, 0.2);
}

.transport-card::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.transport-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.transport-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.7rem;
    color: white;
    box-shadow: 0 4px 15px rgba(187, 201, 163, 0.3);
}

.transport-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.transport-content {
    color: #555;
    line-height: 1.8;
    font-size: 1.05rem;
}

.route-item {
    background: rgba(187, 201, 163, 0.1);
    padding: 15px 20px;
    border-radius: 10px;
    margin: 10px 0;
    border-left: 3px solid #BBC9A3;
}

.route-label {
    font-weight: 600;
    color: #BBC9A3;
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.route-text {
    color: #2c3e50;
    font-weight: 500;
}

.directions-footer-section {
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    min-height: 300px; 
    padding: 40px;
    margin-top: 60px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.directions-footer-section::before {
    content: '🚗 🚇 📍 ✨ 🏥';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    opacity: 0.3;
    animation: float 8s ease-in-out infinite;
}

.directions-footer-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -20%;
    width: 150%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: float 10s ease-in-out infinite reverse;
}

.directions-footer-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.directions-footer-text {
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .directions-container {
        padding: 20px 10px;
    }
    
    .directions-header,
    .directions-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .directions-footer-section {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
        padding: 40px 30px 50px 30px;
    }
    
    .directions-title {
        font-size: 2.2rem;
    }
    
    .transport-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .clinic-info-card,
    .parking-card,
    .transport-card {
        padding: 25px;
    }
    
    .map-placeholder {
        height: 300px;
    }
    
    .map-placeholder-icon {
        font-size: 3rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.directions-fade-in {
    animation: fadeInUp 0.8s ease-out;
}/* End custom CSS */