        /* 푸터 스타일 */
        footer {
			padding: 30px 10px 70px;
		    font-size: 11px;
		    color: #94a3b8;
		    text-align: center;
		    background: #f8fafc;
        }

   
        .footer-info {
            font-size: 11px;
            color: #475569;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .footer-notice {
            font-size: 10px;
            color: #94a3b8;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .footer-links a {
            font-size: 11px;
            color: #1e40af;
            text-decoration: none;
            font-weight: bold;
        }

        .copyright {
            font-size: 10px;
            color: #cbd5e1;
        }