/* Footer Styles */
.layout-footer {
    background: #333;
    color: #ffffff;
    padding: 20px 0;
    margin-top: auto;
    font-size: 13px;
    line-height: 1.6;
}

.layout-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* PC 버전 푸터 (기본 표시) */
.layout-footer-desktop {
    display: block;
}

.layout-footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 20px;
}

.layout-footer-contact-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.layout-footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* 모바일 간편 푸터 (기본 숨김) */
.layout-footer-mobile {
    display: none;
    text-align: center;
    margin-bottom: 15px;
}

.layout-footer-contact-mobile {
    margin-bottom: 15px;
}

/* Company Info */
.layout-footer-company-info {
    flex: 1;
    padding-right: 30px;
}

.layout-footer-company-basic {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.layout-footer-company-basic span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.5;
}

.layout-footer-company-name {
    font-weight: 600;
    color: #ffffff !important;
    margin-bottom: 4px;
}

.layout-footer-business-check {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}

.layout-footer-business-check:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

/* Contact Section */
.layout-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

.layout-footer-contact-phone {
    text-align: right;
}

.layout-footer-phone-number {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 4px;
}

.layout-footer-contact-hours {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}

/* Social Media Links */
.layout-footer-social {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.layout-footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.2s ease;
    position: relative;
}

/* 유튜브 아이콘 */
.layout-footer-social-link.youtube {
    background: #ff0000;
    color: white;
}

.layout-footer-social-link.youtube:hover {
    background: #cc0000;
    color: white;
}

/* 네이버밴드 아이콘 */
.layout-footer-social-link.band {
    background: #00c73c;
    padding: 8px;
}

.layout-footer-social-link.band:hover {
    background: #00a832;
}

/* 카카오톡 아이콘 */
.layout-footer-social-link.kakao {
    background: #fee500;
    padding: 8px;
}

.layout-footer-social-link.kakao:hover {
    background: #e6d000;
}

.social-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* 토글 버튼 */
.layout-footer-toggle {
    background: #444;
    border: none;
    color: #ccc;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 auto 15px;
    transition: all 0.2s ease;
}

.layout-footer-toggle:hover {
    background: #555;
    color: #fff;
}

.layout-footer-toggle i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.layout-footer-toggle.active i {
    transform: rotate(180deg);
}

/* 상세 정보 (기본 숨김) */
.layout-footer-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 15px;
}

.layout-footer-details.show {
    max-height: 300px;
    padding-top: 15px;
}

/* Footer Links */
.layout-footer-links {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.layout-footer-link {
    color: #ccc;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    transition: all 0.2s ease;
    padding: 3px 6px;
    border-radius: 8px;
}

.layout-footer-link:hover {
    color: #ffffff;
}

.layout-footer-link.layout-footer-privacy {
    color: #ff6b6b;
    font-weight: 600;
}

.layout-footer-link.layout-footer-privacy:hover {
    color: #ff5252;
    background: rgba(255, 107, 107, 0.1);
}

/* 회사 정보 */
.layout-footer-company-info {
    text-align: left;
    flex: 1;
}

.layout-footer-company-basic {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.layout-footer-company-basic span {
    color: #bbb;
    font-size: 11px;
    line-height: 1.4;
}

.layout-footer-company-name {
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 2px;
}

.layout-footer-business-check {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 3px;
    background: #555;
    transition: background 0.2s ease;
}

.layout-footer-business-check:hover {
    background: #666;
    color: #fff;
}

/* Footer Copyright */
.layout-footer-copyright {
    text-align: center;
    color: #999;
    font-size: 10px;
    padding-top: 10px;
}

.layout-footer-copyright p {
    margin: 0;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
    .layout-footer {
        padding: 15px 0;
    }
    
    .layout-footer-container {
        padding: 0 12px;
    }
    
    /* PC 버전 숨기기 */
    .layout-footer-desktop {
        display: none;
    }
    
    /* 모바일 버전 보이기 */
    .layout-footer-mobile {
        display: block;
        margin-bottom: 10px;
    }
    
    .layout-footer-social {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .layout-footer-social-link {
        width: 35px;
        height: 35px;
    }
    
    .layout-footer-social-link.youtube {
        font-size: 14px;
    }
    
    .social-icon {
        width: 20px;
        height: 20px;
    }
    
    .layout-footer-links {
        gap: 10px;
    }
    
    .layout-footer-link {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .layout-footer {
        padding: 12px 0;
    }
    
    .layout-footer-phone-number {
        font-size: 14px;
    }
    
    .layout-footer-contact-hours {
        font-size: 10px;
    }
    
    .layout-footer-social-link {
        width: 32px;
        height: 32px;
    }
    
    .layout-footer-social-link.youtube {
        font-size: 13px;
    }
    
    .social-icon {
        width: 18px;
        height: 18px;
    }
    
    .layout-footer-toggle {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .layout-footer-company-basic span {
        font-size: 10px;
    }
    
    .layout-footer-copyright {
        font-size: 9px;
    }
}

/* PC 버전 추가 스타일링 */
@media (min-width: 769px) {
    .layout-footer-desktop .layout-footer-company-info {
        text-align: left;
    }
    
    .layout-footer-social {
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

