
        .top-bar {
            background-color: #f7f2f2;
            border-bottom: 1px solid #fae5e4;
            display: none; 
        }
        @media (min-width: 992px) {
            .top-bar { display: block; } 
        }
        .top-bar-inner { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; font-size: 0.85rem; }
        .top-bar-title { font-weight:600; color: #333; letter-spacing: -0.3px; }
        .top-bar-links { display: flex; align-items: center; }
        .top-bar-links a { position: relative; color: #333; text-decoration: none; font-weight: 500; transition: color 0.2s; padding-right: 0.4rem; margin-right: 0.4rem; }
        .top-bar-links a:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background-color: #ccc; }
        .top-bar-links a:last-child { padding-right: 0; margin-right: 0; }
        .top-bar-links a:hover { color: var(--main-color); }

        .header-nav { 
            background-color: rgba(255, 255, 255, 1); 
            backdrop-filter: blur(5px);
            padding-top: 0.5rem; padding-bottom:0.5rem; /*³×ºñ ¼¼·Î ±½±â*/
            box-shadow: 0 2px 10px rgba(0,0,0,0.05); 
            position: sticky; top: 0; z-index: 1020; 
        }
        .header-container { position: relative; }
        
        .mobile-menu-toggle { border: none; padding: 0; box-shadow: none; background: transparent; }
        .mobile-menu-toggle:focus { box-shadow: none; }
        .mobile-menu-icon { font-size: 1.8rem; color: #333;font-weight:500; }
        
       /* .logo-placeholder { 
            width: 120px; height: 35px; background-color: #e0e0e0; 
            display: flex; align-items: center; justify-content: center; 
            font-size: 14px; color: #666; font-weight: 600; text-decoration: none; border-radius: 4px; 
        }*/
        .pc-logo { margin: 0; display: none; }
		.pc-logo img { width:100px; height:60px;object-fit: contain; vertical-align: middle; }
        .mobile-logo { margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; }
        .mobile-logo img { width: 130px; height: 30px; object-fit: contain; vertical-align: middle; }


        @media (min-width: 992px) {
            .pc-logo { display: flex; }
            .mobile-logo { display: none; }
            .mobile-menu-toggle { display: none; }
        }

        .mobile-phone-link { text-decoration: none; display: inline-block; }
        .mobile-phone-icon { width: 30px; height: 30px; object-fit: contain; vertical-align: middle; }
        @media (min-width: 992px) { .mobile-phone-link { display: none; } }

        .pc-nav-list { margin-left: auto; display: flex; gap: 0.5rem; }
        .navbar-nav .nav-link {font-size: 1rem; font-weight: 600; padding: 0.5rem 1rem !important; transition: color 0.3s ease; color: #121212 !important; }
        .navbar-nav .nav-link:hover { color: var(--main-color) !important; }
        
        .pc-search-item { display: none; align-items: center; margin-left: 0.5rem; }
        .search-icon-size { font-size: 1.25rem; }
        @media (min-width: 992px) { .pc-search-item { display: flex; } }

        
        .custom-bottom-panel { height: 60vh; border-radius: 20px 20px 0 0; box-shadow: 0 -10px 40px rgba(0,0,0,0.1); }
        .bottom-panel-header { border-bottom: 1px solid #dee2e6; padding-bottom: 1rem; padding-top: 1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; }
        .bottom-panel-title { font-weight: 700; margin: 0; }
        .bottom-panel-body { padding: 1.5rem; }
        .bottom-search-wrap { margin-bottom: 1.5rem; width: 100%; }
        .bottom-search-input { padding-left: 1.2rem; }
        .bottom-keyword-wrap { text-align: left; }
        .bottom-keyword-title { color: #6c757d; font-size: 0.875rem; font-weight: 700; margin-bottom: 1rem; }
        .keyword-badge-group { display: flex; flex-wrap: wrap; gap: 0.5rem; }
        .bottom-badge { margin: 0; }

        .mobile-sticky-nav { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1030; background-color: rgba(255, 255, 255, 0.95); 
		backdrop-filter: blur(10px); box-shadow: 0 -4px 20px rgba(0,0,0,0.08); border-top: 1px solid #e0e0e0; display: flex; justify-content: space-around; padding: 5px 0; padding-bottom: env(safe-area-inset-bottom); }
        .mobile-sticky-nav .nav-btn { color: #555; font-size: 0.75rem; font-weight: 500; text-decoration: none; padding: 5px 0; flex: 1; text-align: center; transition: color 0.2s; }
        .mobile-sticky-nav .nav-btn i { font-size: 1.3rem; display: block; margin-bottom: 2px; }
        .mobile-sticky-nav .nav-btn:hover, .mobile-sticky-nav .nav-btn.active { color: var(--main-color); }

        /* ¸Þ´º ¿­¸² ½Ã µÚ¿¡ ±ò¸®´Â ¾îµÎ¿î ¹è°æ */
        .menu-backdrop {
            position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
            background-color: rgba(0,0,0,0.5); z-index: 1040;
            opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out;
        }
        /* active Å¬·¡½º°¡ ºÙÀ¸¸é ¹è°æ ³ëÃâ */
        .menu-backdrop.active { 
            opacity: 1; 
            visibility: visible; 
        }

        /* ·¹ÇÁÆ® ÆÐ³Î ½ºÅ¸ÀÏ (Bootstrap ¼Ó¼º µ¤¾î¾²±â) */
        .custom-left-panel { 
            --bs-offcanvas-width: 280px; 
            --bs-offcanvas-bg: var(--panel-bg); 
            border-right: none;
            visibility: hidden; 
            transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out !important; 
            z-index: 1050;
        }
        /* active Å¬·¡½º°¡ ºÙÀ¸¸é È­¸é ¾ÈÀ¸·Î ½½¶óÀÌµå */
        .custom-left-panel.active { 
            visibility: visible !important; 
            transform: translateX(0) !important; 
        }
        
        .panel-header { padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .custom-close-btn { box-shadow: none; filter: invert(1) grayscale(100%) brightness(200%); cursor: pointer; }
        .custom-left-panel .offcanvas-title { color: #ffffff; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; gap: 10px; }
        .custom-left-panel .offcanvas-body { padding: 20px 15px; }
        .left-menu-list { padding: 0; margin: 0; list-style: none; }
        .custom-left-panel .nav-item { margin-bottom: 8px; }
        .custom-left-panel .nav-link { color: #a0a5b1 !important; font-weight: 500; padding: 12px 16px !important; border-radius: 8px; display: flex; align-items: center; gap: 12px; transition: all 0.2s ease; text-decoration: none; }
        .nav-icon { font-size: 1.1rem; }
        .custom-left-panel .nav-link:hover { background-color: rgba(255, 255, 255, 0.05); color: #ffffff !important; }
        /*½ºÅ¸ÀÏ¿¡µû¶ó º¯°æ*/
		.custom-left-panel .nav-link.active { background-color: var(--main-color) !important; color: #ffffff !important; box-shadow: 0 4px 10px rgba(231, 76, 60, 0.3); }

        
        /*main { min-height: calc(100vh - 250px); padding-top: 40px; padding-bottom: 60px; }*/
        
        .site-footer { background-color: #fafafa; border-top: 1px solid #eeeeee; color: #666; font-size: 0.85rem; line-height: 1.7; padding:1rem 0; }
        .footer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom:1.5rem; flex-wrap: wrap; gap: 1.5rem; }
        .footer-logo { width: 100px;  background-color: none; display: flex; font-weight: 600; color: #555; text-decoration: none; border-radius: 2px; }
		.footer-logo img { width: 90px;  }
        .footer-links { display: flex; gap: 0.5rem; flex-wrap: wrap; }
        .footer-link-btn { display: inline-block; padding: 0.6rem 1.8rem; border: 1px solid #e0e0e0; background-color: #fffff; color: #333; 
		text-decoration: none; font-weight: 500; font-size: 0.85rem; transition: background-color 0.2s; letter-spacing: -0.3px;border-radius: 8px; }
        .footer-link-btn:hover { background-color: #f0f0f0; }
        .footer-bottom { text-align: left; }
        .footer-bottom p { margin: 0; color: #555; }
        .site-footer .copyright { margin-top: 1rem; font-size: 0.8rem; color: #444; }
        .footer-divider { margin: 0 0.4rem; color: #bbb; }
        
        @media (max-width: 767px) {
            .footer-top { flex-direction: column; align-items: flex-start; margin-bottom: 2rem; }
            .footer-links { width: 100%; justify-content: space-between; gap: 0.3rem; }
            .footer-link-btn { flex: 1; text-align: center; padding: 0.7rem 0.5rem; font-size: 0.8rem; }
			.footer-link-btn{ display: none; }/**/
			.footer-logo { display: none; }
        }
        