.elementor-6509 .elementor-element.elementor-element-7ccdc38{--display:flex;}.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-46a154b *//* 메인 콘텐츠 (테스트용) */
        .main-content {
            min-height: 100vh;
            background: #f8f8f8;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px;
        }
        
        /* 푸터 CTA 섹션 */
        .footer-cta {
            background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
            padding: 80px 0;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .footer-cta::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: float 20s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            50% { transform: translate(-30px, 30px) rotate(180deg); }
        }
        
        .footer-cta-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 60px;
            position: relative;
            z-index: 1;
        }
        
        .footer-cta-title {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 800;
            margin-bottom: 1rem;
            letter-spacing: -0.02em;
        }
        
        .footer-cta-desc {
            font-size: 1.25rem;
            opacity: 0.9;
            margin-bottom: 2rem;
        }
        
        .footer-cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .cta-btn {
            padding: 16px 32px;
            border-radius: 12px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        
        .cta-btn-primary {
            background: white;
            color: #0066FF;
        }
        
        .cta-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        
        .cta-btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }
        
        .cta-btn-secondary:hover {
            background: white;
            color: #0066FF;
        }
        
        /* 메인 푸터 */
        .footer {
            background: #1a1a1a;
            color: #ffffff;
            padding: 80px 0 40px;
        }
        
        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 60px;
        }
        
        /* 푸터 상단 그리드 */
        .footer-top {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 60px;
        }
        
        /* 회사 정보 섹션 */
        .footer-company {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        
        .footer-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            color: white;
            font-size: 1.5rem;
            font-weight: 800;
            letter-spacing: -0.02em;
        }
        
        .footer-logo-icon {
            width: 48px;
            height: 48px;
            background: #0066FF;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
        }
        
        .footer-desc {
            color: #999999;
            line-height: 1.8;
        }
        
        .footer-socials {
            display: flex;
            gap: 1rem;
        }
        
        .social-link {
            width: 44px;
            height: 44px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999999;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-link:hover {
            background: #0066FF;
            color: white;
            transform: translateY(-4px);
        }
        
        /* 푸터 링크 섹션 */
        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        
        .footer-title {
            font-size: 1.125rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: white;
        }
        
        .footer-link {
            color: #999999;
            text-decoration: none;
            transition: color 0.3s ease;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        
        .footer-link:hover {
            color: #0066FF;
            transform: translateX(4px);
        }
        
        /* 연락처 정보 */
        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 1rem;
            color: #999999;
        }
        
        .contact-icon {
            width: 20px;
            height: 20px;
            color: #0066FF;
            flex-shrink: 0;
            margin-top: 2px;
        }
        
        .contact-info {
            line-height: 1.6;
        }
        
        .contact-info a {
            color: #999999;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .contact-info a:hover {
            color: #0066FF;
        }
        
        /* 푸터 중간 섹션 - 뉴스레터 */
        .footer-newsletter {
            padding: 40px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .newsletter-content {
            max-width: 600px;
            margin: 0 auto;
            text-align: center;
        }
        
        .newsletter-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        
        .newsletter-desc {
            color: #999999;
            margin-bottom: 1.5rem;
        }
        
        .newsletter-form {
            display: flex;
            gap: 1rem;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .newsletter-input {
            flex: 1;
            padding: 14px 20px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            color: white;
            font-size: 1rem;
            outline: none;
            transition: all 0.3s ease;
        }
        
        .newsletter-input::placeholder {
            color: #666666;
        }
        
        .newsletter-input:focus {
            background: rgba(255, 255, 255, 0.15);
            border-color: #0066FF;
        }
        
        .newsletter-submit {
            padding: 14px 28px;
            background: #0066FF;
            color: white;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .newsletter-submit:hover {
            background: #0052CC;
            transform: translateY(-2px);
        }
        
        /* 푸터 하단 */
        .footer-bottom {
            padding-top: 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 2rem;
        }
        
        .footer-info {
            color: #666666;
            font-size: 0.875rem;
            line-height: 1.8;
        }
        
        .footer-info-item {
            display: inline-block;
            margin-right: 1rem;
        }
        
        .footer-legal {
            display: flex;
            gap: 2rem;
            flex-wrap: wrap;
        }
        
        .legal-link {
            color: #666666;
            text-decoration: none;
            font-size: 0.875rem;
            transition: color 0.3s ease;
        }
        
        .legal-link:hover {
            color: #0066FF;
        }
        
        .footer-copy {
            color: #666666;
            font-size: 0.875rem;
        }
        
        
        .footer-newsletter .pw-newsletter-form {
    max-width: 500px;
    margin: 0 auto;
}

.footer-newsletter .pw-newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.footer-newsletter .pw-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-newsletter .pw-newsletter-submit {
    background: #0066FF;
    color: white;
}

.footer-newsletter #pw-newsletter-message {
    color: white;
}

        
        /* 인증 마크 */
        .footer-certifications {
            display: flex;
            gap: 1.5rem;
            align-items: center;
            margin-top: 1.5rem;
        }
        
        .cert-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            color: #666666;
            font-size: 0.8125rem;
        }
        
        .cert-icon {
            width: 24px;
            height: 24px;
            color: #0066FF;
        }
        
        /* 반응형 */
        @media (max-width: 1024px) {
            .footer-top {
                grid-template-columns: 1fr 1fr;
                gap: 40px;
            }
            
            .footer-company {
                grid-column: 1 / -1;
            }
        }
        
        @media (max-width: 768px) {
            .footer-container {
                padding: 0 24px;
            }
            
            .footer-cta-content {
                padding: 0 24px;
            }
            
            .footer-cta-title {
                font-size: 1.75rem;
            }
            
            .footer-cta-buttons {
                flex-direction: column;
                width: 100%;
            }
            
            .cta-btn {
                width: 100%;
                justify-content: center;
            }
            
            .footer {
                padding: 60px 0 30px;
            }
            
            .footer-top {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .newsletter-form {
                flex-direction: column;
            }
            
            .newsletter-submit {
                width: 100%;
            }
            
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
            
            .footer-legal {
                justify-content: center;
            }
            
            .footer-certifications {
                justify-content: center;
                flex-wrap: wrap;
            }
        }/* End custom CSS */