.elementor-342 .elementor-element.elementor-element-f67d4b7{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ba4a486 */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

/* --- [수정] 푸터 전용 네임스페이스(khs-footer) 적용 --- */
.khs-footer,
.khs-footer *,
.khs-footer *::before,
.khs-footer *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.khs-footer {
    font-family: 'Noto Sans KR', sans-serif;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.khs-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #BBC9A3, #a8b694, #BBC9A3);
}

.khs-footer::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 150%;
    height: 200%;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.05) 0%, transparent 70%);
    animation: khs-footerFloat 15s ease-in-out infinite;
}

@keyframes khs-footerFloat {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(5deg); }
}

.khs-footer-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 60px 30px 30px;
    position: relative;
    z-index: 1;
}

.khs-footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.khs-footer-clinic-info {
    position: relative;
}

.khs-footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.khs-footer-logo-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 6px 20px rgba(187, 201, 163, 0.3);
    position: relative;
    overflow: hidden;
}

.khs-footer-logo-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: khs-footerShimmer 4s infinite;
}

@keyframes khs-footerShimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.khs-footer-clinic-name {
    color: white;
}

.khs-footer-clinic-name h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.khs-footer-clinic-name p {
    font-size: 0.9rem;
    opacity: 0.8;
    font-weight: 400;
}

.khs-footer-clinic-details {
    margin-bottom: 25px;
}

.khs-footer-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.95rem;
    opacity: 0.9;
}

.khs-footer-detail-item .icon {
    width: 20px;
    margin-right: 12px;
    font-size: 1rem;
}

.khs-footer-action-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.khs-footer-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.khs-footer-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.3);
    transition: left 0.5s ease;
}

.khs-footer-btn:hover::before {
    left: 100%;
}

.khs-footer-btn-naver {
    background: #03C75A;
    color: white;
    box-shadow: 0 4px 15px rgba(3, 199, 90, 0.3);
}

.khs-footer-btn-naver:hover {
    background: #02B050;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(3, 199, 90, 0.4);
    color: white;
    text-decoration: none;
}

.khs-footer-btn-reservation {
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    color: white;
    box-shadow: 0 4px 15px rgba(187, 201, 163, 0.3);
}

.khs-footer-btn-reservation:hover {
    background: linear-gradient(135deg, #a8b694, #9aa085);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(187, 201, 163, 0.4);
    color: white;
    text-decoration: none;
}

.khs-footer-btn .icon {
    margin-right: 8px;
    font-size: 1.1rem;
}

.khs-footer-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #BBC9A3;
    position: relative;
    padding-bottom: 8px;
}

.khs-footer-section h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #BBC9A3;
    border-radius: 1px;
}

.khs-footer-links {
    list-style: none;
}

.khs-footer-links li {
    margin-bottom: 10px;
}

.khs-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
}

.khs-footer-links a::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #BBC9A3;
    transition: width 0.3s ease;
}

.khs-footer-links a:hover {
    color: #BBC9A3;
    transform: translateX(10px);
    text-decoration: none;
}

.khs-footer-links a:hover::before {
    width: 10px;
}

.khs-footer-hours {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.khs-footer-hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.85rem;
}

.khs-footer-hours-day {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.khs-footer-hours-time {
    color: #BBC9A3;
    font-weight: 600;
}

.khs-footer-lunch {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.khs-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.khs-footer-copyright {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0px;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .khs-footer-container {
        padding: 40px 20px 20px;
    }
    
    .khs-footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }
    
    .khs-footer-logo {
        justify-content: center;
        text-align: center;
    }
    
    .khs-footer-clinic-details {
        text-align: center;
    }
    
    .khs-footer-action-buttons {
        justify-content: center;
    }
    
    .khs-footer-btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
    
    .khs-footer-section {
        text-align: center;
    }

    /* 모바일에서 '빠른 링크' 섹션 숨기기 */
    .khs-footer-section:has(.khs-footer-links) {
        display: none;
    }
    
    .khs-footer-section h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .khs-footer-hours-item {
        font-size: 0.8rem;
    }
    
        .khs-footer-clinic-name p {
        font-size: 0.8em;
    }
    
        .khs-footer-detail-item {
        font-size: 0.8em;
    }
    
}/* End custom CSS */