        /* Local Noto Sans KR font - fallback for CORS issues */
        @font-face {
            font-family: 'Noto Sans KR';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url('../fonts/NotoSansKR-Regular.woff2') format('woff2');
        }
        
        /* 전역 스타일 */
        html, body {
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Malgun Gothic', sans-serif;
            color: #1f2937;
            background-color: #111827;
        }

        /* Utility Classes */
        .text-center {
            text-align: center !important;
        }
        
        /* Main Content Wrapper - Unified Gradient Background (Dark Blue to Light Blue) */
        .main-content-wrapper {
            position: relative;
            background: linear-gradient(180deg, 
                #1a2e4a 0%, 
                #2a4066 8%, 
                #3a5080 16%, 
                #4a6098 24%, 
                #5a70b0 32%, 
                #6a80c8 40%, 
                #7a90d8 48%, 
                #8aa0e0 56%, 
                #9ab0e8 64%, 
                #a8c0f0 72%, 
                #b8d0f4 80%, 
                #c8e0f8 88%, 
                #d8ecfc 94%, 
                #e8f4ff 100%
            );
            overflow: hidden;
        }
        
        /* Wave decoration on background */
        .main-content-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(ellipse 80% 50% at 20% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse 60% 40% at 80% 60%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse 50% 30% at 50% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
            pointer-events: none;
            z-index: 0;
        }
        
        /* SVG Wave Pattern Overlay - White waves on dark background */
        .main-content-wrapper::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 2400' preserveAspectRatio='none'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.15)' stroke-width='2' d='M-100,100 Q200,50 450,150 T900,120 T1350,180 T1600,100'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='2' d='M-100,200 Q250,150 500,250 T950,200 T1400,280 T1650,200'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.10)' stroke-width='1.5' d='M-100,350 Q300,280 550,380 T1000,320 T1450,420 T1700,350'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1.5' d='M-100,500 Q350,430 600,530 T1050,470 T1500,570 T1750,500'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1.5' d='M-100,700 Q400,630 650,730 T1100,670 T1550,770 T1800,700'/%3E%3Cpath fill='none' stroke='rgba(100,150,200,0.15)' stroke-width='2' d='M-100,900 Q200,830 450,930 T900,870 T1350,970 T1600,900'/%3E%3Cpath fill='none' stroke='rgba(100,150,200,0.12)' stroke-width='2' d='M-100,1100 Q250,1030 500,1130 T950,1070 T1400,1170 T1650,1100'/%3E%3Cpath fill='none' stroke='rgba(100,150,200,0.10)' stroke-width='1.5' d='M-100,1300 Q300,1230 550,1330 T1000,1270 T1450,1370 T1700,1300'/%3E%3Cpath fill='none' stroke='rgba(80,120,180,0.08)' stroke-width='1.5' d='M-100,1500 Q350,1430 600,1530 T1050,1470 T1500,1570 T1750,1500'/%3E%3Cpath fill='none' stroke='rgba(80,120,180,0.06)' stroke-width='1.5' d='M-100,1700 Q400,1630 650,1730 T1100,1670 T1550,1770 T1800,1700'/%3E%3Cpath fill='none' stroke='rgba(60,100,160,0.05)' stroke-width='1.5' d='M-100,1900 Q450,1830 700,1930 T1150,1870 T1600,1970 T1850,1900'/%3E%3Cpath fill='none' stroke='rgba(60,100,160,0.04)' stroke-width='1.5' d='M-100,2100 Q500,2030 750,2130 T1200,2070 T1650,2170 T1900,2100'/%3E%3C/svg%3E");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            pointer-events: none;
            z-index: 0;
            opacity: 1;
        }
        
        /* Ensure all sections in wrapper are above background */
        .main-content-wrapper > div {
            position: relative;
            z-index: 1;
        }
        
        /* Section Separator - subtle divider between sections */
        .main-content-wrapper > div:not(:last-child)::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            max-width: 1000px;
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.15) 80%, transparent 100%);
        }
        
        .main-content-wrapper::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(ellipse 80% 50% at 20% 30%, rgba(139, 127, 219, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse 60% 40% at 80% 60%, rgba(168, 197, 232, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse 50% 30% at 50% 80%, rgba(155, 143, 235, 0.06) 0%, transparent 50%);
            pointer-events: none;
            z-index: 0;
        }
        
        /* SVG Wave Pattern Overlay */
        .main-content-wrapper::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900' preserveAspectRatio='none'%3E%3Cpath fill='none' stroke='rgba(139,127,219,0.15)' stroke-width='1.5' d='M-50,150 Q200,80 400,200 T800,180 T1200,220 T1500,150'/%3E%3Cpath fill='none' stroke='rgba(123,159,232,0.12)' stroke-width='1.5' d='M-50,350 Q250,280 500,400 T900,360 T1300,420 T1550,350'/%3E%3Cpath fill='none' stroke='rgba(168,197,232,0.1)' stroke-width='1.5' d='M-50,550 Q200,480 450,600 T850,540 T1250,620 T1500,550'/%3E%3Cpath fill='none' stroke='rgba(155,143,235,0.08)' stroke-width='1.5' d='M-50,750 Q300,680 550,800 T950,740 T1350,820 T1550,750'/%3E%3C/svg%3E");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            pointer-events: none;
            z-index: 0;
            opacity: 0.8;
        }
        
        /* Ensure all sections in wrapper are above background */
        .main-content-wrapper > div {
            position: relative;
            z-index: 1;
        }
        
        /* Home page - no top padding, hero starts from top */
        body.home-page {
            padding-top: 0;
        }
        
        /* Other pages - add padding for fixed header */
        body:not(.home-page) {
            padding-top: 70px;
        }
        
        /* 색상 변수 */
        :root {
            --primary-500: #3b82f6;
            --primary-600: #2563eb;
            --gray-50: #f9fafb;
            --gray-200: #e5e7eb;
            --gray-600: #4b5563;
            --gray-700: #374151;
            --gray-800: #1f2937;
            --gray-900: #111827;
            
            /* Glassmorphism 그라데이션 색상 */
            --gradient-purple-start: #8B7FDB;
            --gradient-purple-mid: #9B8FEB;
            --gradient-blue-mid: #7B9FE8;
            --gradient-blue-light: #A8C5E8;
            --gradient-blue-end: #B8D5F8;
        }
        
        /* Top Info Bar - Exchange Rate */
        .top-info-bar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1001;
            background: linear-gradient(90deg, #1a2e4a 0%, #2a4066 100%);
            padding: 6px 0;
            font-size: 13px;
            color: #fff;
            transition: all 0.3s ease;
        }
        
        .top-bar-content {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 20px;
        }
        
        .exchange-rate {
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 600;
        }
        
        .exchange-rate i {
            color: #60a5fa;
        }
        
        .rate-label {
            color: rgba(255, 255, 255, 0.8);
            font-size: 12px;
            transition: opacity 0.2s ease;
        }
        
        .rate-value {
            color: #fbbf24;
            font-weight: 700;
            font-size: 14px;
            transition: opacity 0.2s ease;
        }
        
        .top-bar-divider {
            width: 1px;
            height: 14px;
            background: rgba(255, 255, 255, 0.3);
        }
        
        .top-bar-date {
            display: flex;
            align-items: center;
            gap: 6px;
            color: rgba(255, 255, 255, 0.9);
        }
        
        .top-bar-date i {
            color: #60a5fa;
        }
        
        /* Mobile - Top Info Bar */
        @media (max-width: 767px) {
            .top-info-bar {
                padding: 5px 0;
            }
            
            .top-bar-content {
                justify-content: flex-end;
                gap: 12px;
            }
            
            .rate-label {
                font-size: 11px;
            }
            
            .rate-value {
                font-size: 13px;
            }
            
            .top-bar-date {
                display: none;
            }
            
            .top-bar-divider {
                display: none;
            }
        }
        
        /* Header 스타일 */
        .main-header {
            position: fixed;
            top: 30px;
            left: 0;
            right: 0;
            z-index: 1000;
            transition: all 0.3s ease;
            background-color: transparent;
        }
        
        @media (max-width: 767px) {
            .main-header {
                top: 28px;
            }
        }
        
        .main-header.scrolled {
            background-color: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        
        .main-header .navbar-brand {
            padding: 8px 15px;
            height: auto;
            transition: all 0.3s ease;
        }
        
        .main-header .navbar-brand .brand-logo {
            height: 75px;
            width: auto;
            display: block;
            transition: all 0.3s ease;
        }
        
        .main-header.scrolled .navbar-brand .brand-logo {
            height: 75px;
        }
        
        .main-header .navbar-nav > li > a {
            font-size: 14px;
            font-weight: 700;
            color: #e5e7eb;
            transition: all 0.3s ease;
            line-height: 75px;
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 12px;
            padding-right: 12px;
            border-radius: 4px;
        }
        
        .main-header.scrolled .navbar-nav > li > a {
            color: #374151;
            line-height: 75px;
        }
        
        .main-header .navbar-nav > li > a:hover,
        .main-header .navbar-nav > li.open > a,
        .main-header .navbar-nav > li.open > a:hover,
        .main-header .navbar-nav > li.open > a:focus {
            color: #3b82f6;
            background-color: rgba(59, 130, 246, 0.1);
        }
        
        .main-header.scrolled .navbar-nav > li > a:hover,
        .main-header.scrolled .navbar-nav > li.open > a,
        .main-header.scrolled .navbar-nav > li.open > a:hover,
        .main-header.scrolled .navbar-nav > li.open > a:focus {
            background-color: rgba(59, 130, 246, 0.15);
        }
        
        .main-header .navbar-toggle {
            border-color: transparent;
            margin-top: 29px;
            margin-bottom: 29px;
        }
        
        .main-header.scrolled .navbar-toggle {
            margin-top: 29px;
            margin-bottom: 29px;
        }

        .main-header .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        
        .main-header.scrolled .navbar-toggle .icon-bar,
        .main-header.menu-open .navbar-toggle .icon-bar {
            background-color: #1f2937;
        }
        
        /* Mobile menu dropdown background */
        @media (max-width: 767px) {
            .main-header .navbar-collapse {
                position: fixed;
                top: 119px;
                left: 0;
                right: 0;
                max-height: calc(100vh - 119px);
                overflow-y: auto;
                background-color: rgba(26, 46, 74, 0.98);
                border: none;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
                margin-top: 0;
            }
            
            .main-header.scrolled .navbar-collapse {
                background-color: rgba(255, 255, 255, 0.98);
                top: 91px;
                max-height: calc(100vh - 91px);
            }
            
            .main-header .navbar-nav {
                margin: 0;
                padding: 10px 0;
            }
            
            .main-header .navbar-nav > li > a {
                padding: 12px 20px;
                line-height: 24px;
            }
            
            .main-header.scrolled .navbar-nav > li > a {
                color: #374151;
                padding: 12px 20px;
                line-height: 24px;
            }
            
            /* 환율 정보 모바일에서 위치 고정 */
            .exchange-rate-mobile {
                position: static;
            }
        }
        
        /* Hero 섹션 - New Carousel Design */
        .hero-section {
            position: relative;
            min-height: 100vh;
            background: url('../images/hero-bg.jpg') center center / cover no-repeat;
            color: #fff;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(26, 46, 74, 0.7) 0%, rgba(42, 64, 102, 0.6) 50%, rgba(58, 80, 128, 0.5) 100%);
            z-index: 1;
        }
        
        .hero-section > * {
            position: relative;
            z-index: 2;
        }
        
        /* Home page - Hero starts from top, overlaps with header */
        body.home-page .hero-section {
            margin-top: -70px;
            padding-top: 70px;
        }
        
        /* Hero Content - Top Centered */
        .hero-content-new {
            position: relative;
            z-index: 10;
            text-align: center;
            padding: 120px 20px 40px;
            flex-shrink: 0;
        }
        
        .hero-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
        
        .hero-title-black {
            color: #ffffff;
        }
        
        .hero-title-green {
            color: #4ade80;
        }
        
        .hero-subtitle {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .hero-cta-btn {
            display: inline-block;
            padding: 14px 36px;
            background-color: #4ade80;
            color: #1a2e4a;
            font-size: 16px;
            font-weight: 700;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(74, 222, 128, 0.3);
        }
        
        .hero-cta-btn:hover {
            background-color: #22c55e;
            color: #1a2e4a;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(74, 222, 128, 0.4);
            text-decoration: none;
        }
        
        /* Hero Carousel */
        .hero-carousel-container {
            position: relative;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: visible;
            padding: 20px 0 180px;
            min-height: 350px;
            perspective: 1000px;
        }
        
        /* Fan Layout for 3D Carousel */
        .hero-carousel-fan {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            width: 100%;
            height: 320px;
        }
        
        .hero-carousel-card {
            position: absolute;
            width: 180px;
            height: 260px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            backface-visibility: hidden;
        }
        
        .hero-carousel-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Center card - front facing */
        .hero-carousel-card.card-center {
            z-index: 5;
            transform: translateX(0) rotateY(0deg) scale(1.1);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
        }
        
        /* Left cards - angled */
        .hero-carousel-card.card-left-1 {
            z-index: 4;
            transform: translateX(-160px) rotateY(25deg) scale(0.95);
        }
        
        .hero-carousel-card.card-left-2 {
            z-index: 3;
            transform: translateX(-300px) rotateY(40deg) scale(0.85);
            opacity: 0.8;
        }
        
        /* Right cards - angled */
        .hero-carousel-card.card-right-1 {
            z-index: 4;
            transform: translateX(160px) rotateY(-25deg) scale(0.95);
        }
        
        .hero-carousel-card.card-right-2 {
            z-index: 3;
            transform: translateX(300px) rotateY(-40deg) scale(0.85);
            opacity: 0.8;
        }
        
        .hero-carousel-card:hover {
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
        }
        
        /* Tracking Search New Style */
        .tracking-search-new {
            max-width: 550px;
            margin: 30px auto 0;
        }
        
        .tracking-search-new .input-group {
            display: flex;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        }
        
        .tracking-input-new {
            flex: 1;
            height: 55px;
            font-size: 16px;
            border: none;
            background: rgba(255, 255, 255, 0.95);
            color: #1f2937;
            padding: 0 25px;
            border-radius: 50px 0 0 50px;
        }
        
        .tracking-input-new:focus {
            outline: none;
            background: #fff;
        }
        
        .btn-search-new {
            height: 55px;
            background-color: #4ade80;
            color: #1a2e4a;
            font-weight: 700;
            padding: 0 30px;
            border: none;
            font-size: 16px;
            transition: all 0.3s ease;
            border-radius: 0 50px 50px 0;
        }
        
        .btn-search-new:hover {
            background-color: #22c55e;
            color: #1a2e4a;
        }
        
        .tracking-help-link-new {
            display: inline-block;
            margin-top: 15px;
            color: rgba(255, 255, 255, 0.85);
            font-size: 14px;
            text-decoration: underline;
            transition: color 0.3s ease;
        }
        
        .tracking-help-link-new:hover {
            color: #4ade80;
            text-decoration: underline;
        }
        
        /* Legacy hero styles - kept for backward compatibility */
        .hero-carousel-track {
            display: none;
        }
        
        .hero-background {
            display: none;
        }
        
        .hero-animation-layer {
            display: none;
        }
        
        /* All-in-One Service Page Hero Styles */
        section.all-in-one-hero {
            position: relative;
            min-height: 100vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }
        
        section.all-in-one-hero .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(10, 25, 50, 0.85) 0%, rgba(30, 60, 100, 0.75) 100%);
            z-index: 1;
        }
        
        section.all-in-one-hero .container {
            position: relative;
            z-index: 2;
        }
        
        section.all-in-one-hero .hero-content {
            display: block;
            padding: 40px 0;
        }
        
        section.all-in-one-hero .hero-eyebrow {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #60a5fa;
            background: rgba(96, 165, 250, 0.15);
            padding: 10px 24px;
            border-radius: 50px;
            margin-bottom: 30px;
            border: 1px solid rgba(96, 165, 250, 0.3);
        }
        
        section.all-in-one-hero h1 {
            font-size: 52px;
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 30px;
            color: #ffffff;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        
        section.all-in-one-hero .hero-pain-points {
            font-size: 20px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        section.all-in-one-hero .hero-btns {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        section.all-in-one-hero .btn-consult {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 18px 40px;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
        }
        
        section.all-in-one-hero .btn-consult:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(139, 92, 246, 0.5);
            color: #fff;
            text-decoration: none;
        }
        
        section.all-in-one-hero .btn-consult i {
            width: 20px;
            height: 20px;
        }
        
        /* Animation for All-in-One Hero */
        section.all-in-one-hero .animate-up {
            opacity: 0;
            transform: translateY(30px);
            animation: allInOneFadeUp 0.8s forwards;
        }
        
        section.all-in-one-hero .delay-1 { animation-delay: 0.2s; }
        section.all-in-one-hero .delay-2 { animation-delay: 0.4s; }
        section.all-in-one-hero .delay-3 { animation-delay: 0.6s; }
        
        @keyframes allInOneFadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Responsive for All-in-One Hero */
        @media (max-width: 767px) {
            section.all-in-one-hero {
                min-height: 80vh;
                padding: 100px 15px 60px;
            }
            
            section.all-in-one-hero h1 {
                font-size: 32px;
            }
            
            section.all-in-one-hero .hero-pain-points {
                font-size: 16px;
            }
            
            section.all-in-one-hero .btn-consult {
                padding: 15px 30px;
                font-size: 16px;
            }
        }
        
        .hero-overlay {
            display: none;
        }
        
        .hero-content {
            display: none;
        }
        
        /* All-in-One Solution Section */
        .all-in-one-solution {
            padding: 80px 0;
            background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
        }
        
        .all-in-one-solution .solution-card-center {
            max-width: 800px;
            margin: 0 auto;
            background: #fff;
            border-radius: 20px;
            padding: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            text-align: center;
        }
        
        .all-in-one-solution .solution-card-center h3 {
            font-size: 28px;
            font-weight: 700;
            color: #3b82f6;
            margin-bottom: 20px;
        }
        
        .all-in-one-solution .solution-card-center p {
            font-size: 17px;
            line-height: 1.8;
            color: #4b5563;
            margin-bottom: 30px;
        }
        
        .all-in-one-solution .solution-image img {
            max-width: 100%;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        @media (max-width: 767px) {
            .all-in-one-solution .solution-card-center {
                padding: 30px 20px;
            }
            
            .all-in-one-solution .solution-card-center h3 {
                font-size: 22px;
            }
        }
        
        /* All-in-One Details Section - Service Module Cards */
        .all-in-one-details {
            padding: 80px 0;
            background: #f8fafc;
        }
        
        .all-in-one-details .section-title {
            font-size: 36px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 15px;
        }
        
        .all-in-one-details .section-subtitle {
            font-size: 17px;
            color: #6b7280;
            margin-bottom: 50px;
        }
        
        .all-in-one-details .mb-60 {
            margin-bottom: 60px;
        }
        
        .all-in-one-details .detail-cards-row {
            display: flex;
            flex-wrap: wrap;
        }
        
        .all-in-one-details .detail-cards-row > [class*="col-"] {
            display: flex;
            margin-bottom: 30px;
        }
        
        .all-in-one-details .detail-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            width: 100%;
            min-height: 220px;
        }
        
        .all-in-one-details .detail-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
        }
        
        .all-in-one-details .detail-icon-box {
            width: 60px;
            height: 60px;
            border-radius: 14px;
            background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .all-in-one-details .detail-emoji {
            font-size: 28px;
            line-height: 1;
        }
        
        .all-in-one-details .detail-card h4 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 12px;
        }
        
        .all-in-one-details .detail-card p {
            font-size: 14px;
            line-height: 1.7;
            color: #6b7280;
            flex-grow: 1;
            margin-bottom: 0;
        }
        
        .all-in-one-details .detail-card.highlight {
            background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
        }
        
        .all-in-one-details .detail-card.highlight h4 {
            color: #ffffff;
        }
        
        .all-in-one-details .detail-card.highlight p {
            color: rgba(255, 255, 255, 0.8);
        }
        
        .all-in-one-details .detail-card.highlight .detail-icon-box {
            background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
        }
        
        .all-in-one-details .btn-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            font-weight: 600;
            color: #f59e0b;
            text-decoration: none;
            margin-top: 15px;
            transition: gap 0.3s ease;
        }
        
        .all-in-one-details .btn-link:hover {
            gap: 10px;
            color: #fbbf24;
            text-decoration: none;
        }
        
        @media (max-width: 767px) {
            .all-in-one-details {
                padding: 60px 0;
            }
            
            .all-in-one-details .section-title {
                font-size: 26px;
            }
            
            .all-in-one-details .detail-card {
                min-height: auto;
                padding: 25px;
            }
        }
        
            border: none;
            font-size: 16px;
            transition: all 0.3s ease;
            animation: fadeInUp 0.8s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-delay: 0.6s;
            text-decoration: none;
            display: inline-block;
        }
        
        .hero-content .btn-cta:hover {
            background-color: #2563eb;
            transform: scale(1.05);
        }
        
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* 운송장 조회 스타일 */
        .tracking-search {
            max-width: 480px;
            margin: 35px auto 0;
            animation: fadeInUp 0.8s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-delay: 0.6s;
        }
        
        .tracking-search .input-group {
            display: flex;
            border-radius: 8px;
            overflow: visible;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
            width: 100%;
        }

        .tracking-input {
            flex: 1;
            min-width: 0;
            height: 55px;
            font-size: 16px;
            border: none;
            background: rgba(255, 255, 255, 0.9);
            color: #1f2937;
            padding: 0 20px;
            border-radius: 8px 0 0 8px;
        }
        
        .tracking-input:focus {
            outline: none;
            background: #fff;
        }
        
        .tracking-search .input-group-btn {
            display: block;
        }
        
        .btn-search {
            height: 55px;
            background-color: #3b82f6;
            color: #ffffff;
            font-weight: 700;
            padding: 0 30px;
            border: none;
            font-size: 16px;
            transition: all 0.3s ease;
            border-radius: 0 8px 8px 0;
            white-space: nowrap;
            display: inline-block;
            flex-shrink: 0;
        }
        
        .btn-search:hover {
            background-color: #2563eb;
            color: #ffffff;
        }
        
        .tracking-help-link {
            display: inline-block;
            margin-top: 15px;
            color: rgba(255, 255, 255, 0.85);
            font-size: 14px;
            text-decoration: underline;
            transition: color 0.3s ease;
        }

        .tracking-help-link:hover {
            color: #4ade80;
            text-decoration: underline;
        }
        
        /* Quick Menu 스타일 */
        .quick-menu-container {
            position: absolute;
            bottom: 50px;
            left: 0;
            right: 0;
            z-index: 20;
            background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
            padding: 15px 0;
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        }
        
        /* Marquee Container */
        .marquee-container {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 20;
            background: linear-gradient(90deg, #1e3a8a 0%, #1e40af 100%);
            padding: 15px 0;
            overflow: hidden;
        }
        
        .marquee-content {
            display: flex;
            animation: marqueeScroll 15s linear infinite;
            white-space: nowrap;
        }
        
        /* 모바일에서 더 빠르게 */
        @media (max-width: 767px) {
            .marquee-content {
                animation: marqueeScroll 10s linear infinite;
            }
        }
        
        .marquee-text {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            padding: 0 50px;
            display: inline-block;
        }
        
        @keyframes marqueeScroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        
        .marquee-container:hover .marquee-content {
            animation-play-state: paused;
        }
        
        .quick-menu-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }
        
        .quick-menu-title {
            font-size: 16px;
            font-weight: 900;
            color: #ffffff;
            text-align: center;
            line-height: 1.3;
            padding-right: 20px;
            border-right: 2px solid rgba(255, 255, 255, 0.3);
            min-width: 100px;
        }
        
        .quick-menu-items {
            display: flex;
            align-items: center;
            gap: 15px;
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        
        .quick-menu-items::-webkit-scrollbar {
            display: none;
        }
        
        .quick-menu-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex: 1;
            max-width: 120px;
            min-width: 100px;
            padding: 12px 20px;
            background-color: transparent;
            border-radius: 16px;
            transition: all 0.3s ease;
            text-decoration: none;
            cursor: pointer;
        }
        
        .quick-menu-item:hover {
            background-color: rgba(0, 0, 0, 0.1);
            transform: translateY(-3px);
        }
        
        .quick-menu-item.active {
            background-color: rgba(0, 0, 0, 0.6);
        }
        
        .quick-menu-item.active .quick-menu-icon {
            color: #ffffff;
        }
        
        .quick-menu-item.active .quick-menu-text {
            color: #ffffff;
        }
        
        .quick-menu-icon {
            width: 32px;
            height: 32px;
            color: #1f2937;
            margin-bottom: 8px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .quick-menu-icon svg {
            width: 28px;
            height: 28px;
        }
        
        .quick-menu-item:hover .quick-menu-icon {
            color: #ffffff;
            transform: scale(1.1);
        }
        
        .quick-menu-text {
            font-size: 13px;
            font-weight: 700;
            color: #1f2937;
            text-align: center;
            white-space: nowrap;
            transition: all 0.3s ease;
        }
        
        /* 반응형 텍스트 전환 */
        .quick-menu-text .text-short {
            display: none;
        }
        
        .quick-menu-item:hover .quick-menu-text {
            color: #ffffff;
        }
        
        /* Why Branding 섹션 */
        .why-branding {
            padding: 50px 0;
            position: relative;
            background: transparent;
            overflow: visible;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 54px; /*64px;*/
        }
        
        .section-title h2 {
            font-size: 36px;
            font-weight: 700;
            color: #FFA500;
            margin-bottom: 16px;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
        }
        
        /* Typing animation for section titles */
        .section-title h2.typing-animate,
        .shipping-calculator-title.typing-animate,
        .about-section h2.typing-animate {
            overflow: hidden;
            white-space: nowrap;
            border-right: 3px solid #FFA500;
            width: 0;
            animation: typing 1.2s steps(30, end) forwards, blink-caret 0.6s step-end infinite;
        }
        
        @keyframes typing {
            from { width: 0; }
            to { width: 100%; }
        }
        
        @keyframes blink-caret {
            from, to { border-color: transparent; }
            50% { border-color: #FFA500; }
        }
        
        .section-title h2.typing-done,
        .shipping-calculator-title.typing-done,
        .about-section h2.typing-done {
            border-right: none;
            animation: none;
            width: auto;
            white-space: normal;
        }
        
        .section-title p {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 700px;
            margin: 0 auto;
        }
        
        .branding-card {
            background-color: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.25);
            padding: 32px;
            border-radius: 16px;
            text-align: center;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            height: 100%;
            margin-bottom: 30px;
        }
        
        .branding-card:hover {
            transform: translateY(-8px);
            background-color: rgba(255, 255, 255, 0.22);
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
        }
        
        .branding-card .icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin: 0 auto 20px;
            filter: drop-shadow(0 3px 6px rgba(59, 130, 246, 0.4));
        }
        
        .branding-card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #FFA500;
            margin-bottom: 12px;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        }
        
        .branding-card p {
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.6;
        }
        
        /* Success Stories */
        .success-stories {
            padding: 80px 0;
            position: relative;
            background: transparent;
        }
        
        .success-stories .container {
            position: relative;
            z-index: 1;
        }
        
        .success-stories .section-title h2 {
            color: #FFA500;
        }
        
        .success-stories .section-title p {
            color: rgba(255, 255, 255, 0.85);
        }
        
        .success-stories .section-divider {
            width: 96px;
            height: 4px;
            background: linear-gradient(90deg, rgba(255,255,255,0.4), rgba(255,255,255,0.8), rgba(255,255,255,0.4));
            margin: 16px auto 0;
        }
        
        .project-card {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            margin-bottom: 30px;
        }
        
        .project-card img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            border-radius: 8px;
            transition: transform 0.5s ease;
        }
        
        .project-card:hover img {
            transform: scale(1.1);
        }
        
        .project-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
            transition: all 0.3s ease;
        }
        
        .project-card:hover .project-overlay {
            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
        }
        
        .project-info {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 24px;
        }
        
        .project-info h3 {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 4px;
        }
        
        .project-info p {
            font-size: 14px;
            color: #fcd34d;
        }
        
        /* Process 섹션 - Vertical Layout */
        .process-section {
            padding: 40px 0;
            position: relative;
            background: transparent;
        }
        
        .process-section .container {
            position: relative;
            z-index: 1;
        }
        
        .process-section .section-title h2 {
            color: #FFA500;
        }
        
        .process-section .section-title p {
            color: rgba(255, 255, 255, 0.85);
        }
        
        /* Vertical Process Container */
        .process-vertical {
            max-width: 400px;
            margin: 0 auto;
            padding: 0;/*20px;*/
        }
        
        /* Process Step Item (Card) */
        .process-step-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 16px;
            padding: 14px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }
        
        .process-step-item:hover {
            transform: translateX(8px);
            background: rgba(255, 255, 255, 0.22);
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
        }
        
        /* Icon Circle (Left Side) */
        .step-icon-circle {
            flex-shrink: 0;
            width: 68px;
            height: 68px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            margin-left: 15px;
        }
        
        .process-step-item:hover .step-icon-circle {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
            transform: rotate(360deg) scale(1.1);
            box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
        }
        
        .step-icon-circle .glyphicon {
            font-size: 32px;
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: all 0.3s ease;
            filter: drop-shadow(0 2px 4px rgba(59, 130, 246, 0.4));
        }
        
        .process-step-item:hover .step-icon-circle .glyphicon {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        /* Content Area (Right Side) */
        .step-content {
            flex: 1;
            position: relative;
            padding-top: 10px;
            padding-left: 10px;
        }
        
        .step-content h4 {
            font-size: 18px;
            font-weight: 700;
            color: #FFA500;
            margin: 0 0 10px 0;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        }
        
        .step-content p {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.85);
            margin: 0;
        }
        
        /* Arrow Between Cards */
        .step-arrow-down {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 0;
        }
        
        .step-arrow-down .glyphicon {
            font-size: 32px;
            color: rgba(255, 255, 255, 0.7);
            animation: arrowBounce 2s ease-in-out infinite;
            filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
        }
        
        @keyframes arrowBounce {
            0%, 100% {
                transform: translateY(0);
                opacity: 0.6;
            }
            50% {
                transform: translateY(8px);
                opacity: 1;
            }
        }
        
        /* Customer Reviews 섹션 */
        .customer-reviews-section {
            padding: 80px 0;
            position: relative;
            background: transparent;
        }
        
        .customer-reviews-section .section-title {
            margin-bottom: 50px;
        }
        
        .customer-reviews-section .section-title h2 {
            font-size: 36px;
            font-weight: 700;
            color: #FFA500;
            margin-bottom: 16px;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
        }
        
        .customer-reviews-section .section-divider {
            width: 96px;
            height: 4px;
            background: linear-gradient(90deg, #FFA500 0%, #ff6b00 100%);
            margin: 20px auto 24px;
            border-radius: 2px;
        }
        
        .customer-reviews-section .section-title p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
        }
        
        .review-card {
            background: #ffffff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            margin-bottom: 30px;
            position: relative;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .review-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
        }
        
        .review-card .quote-icon {
            font-size: 60px;
            font-family: Georgia, serif;
            color: #e0e0e0;
            line-height: 1;
            padding: 20px 25px 0;
        }
        
        .review-card .review-text {
            padding: 0 25px 25px;
            font-size: 14px;
            color: #666;
            line-height: 1.7;
        }
        
        .review-card .reviewer-info {
            background: var(--accent-color, #1abc9c);
            padding: 30px 25px 20px;
            text-align: center;
            position: relative;
        }
        
        .review-card .reviewer-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid #fff;
            margin: -60px auto 15px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        .review-card .reviewer-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .review-card .reviewer-name {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 12px;
        }
        
        .review-card .social-icons {
            display: flex;
            justify-content: center;
            gap: 12px;
        }
        
        .review-card .social-icons a {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            transition: color 0.3s ease;
        }
        
        .review-card .social-icons a:hover {
            color: #fff;
        }
        
        /* Contact CTA */
        .contact-cta {
            position: relative;
            padding: 80px 0;
            text-align: center;
            color: #1e3a5f;
            background: transparent;
        }
        
        .contact-cta::before {
            display: none;
        }
        
        .contact-cta::after {
            display: none;
        }
        
        .contact-cta .container {
            position: relative;
            z-index: 10;
        }
        
        .contact-cta h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 16px;
            color: #1e3a5f;
            text-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
        }
        
        .contact-cta p {
            font-size: 18px;
            color: #334155;
            max-width: 700px;
            margin: 0 auto 32px;
        }
        
        .contact-cta .btn-cta {
            background: linear-gradient(135deg, #7c8dbd 0%, #6b7aa8 100%);
            border: none;
            color: #fff;
            font-weight: 700;
            padding: 12px 32px;
            border-radius: 50px;
            font-size: 15px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 24px rgba(124, 141, 189, 0.4);
            cursor: pointer;
            font-family: 'Noto Sans KR', sans-serif;
            line-height: 1;
            min-width: 140px;
        }
        
        .contact-cta .btn-cta:hover {
            background: linear-gradient(135deg, #6b7aa8 0%, #5a6997 100%);
            transform: scale(1.05) translateY(-2px);
            box-shadow: 0 12px 32px rgba(124, 141, 189, 0.5);
            color: #fff;
            text-decoration: none;
        }
        
        /* Global Locations Section - Compact Pill Design */
        .global-locations-section {
            position: relative;
            background: transparent;
            padding: 60px 0;
        }
        
        .global-locations-section .container {
            position: relative;
            z-index: 1;
        }
        
        .global-locations-section .section-title h2 {
            color: #1a5a9e;
        }
        
        .global-locations-section .section-title p {
            color: #334155;
        }
        
        .location-pills-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            margin: 32px auto;
            max-width: 900px;
        }
        
        .location-pill {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid rgba(100, 140, 200, 0.2);
            border-radius: 50px;
            padding: 10px 20px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden;
            opacity: 0;
            transform: translateY(30px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }
        
        .location-pill.pill-visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .location-pill::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(100, 140, 200, 0.15), transparent);
            transition: left 0.5s ease;
        }
        
        .location-pill:hover::before {
            left: 100%;
        }
        
        .location-pill:hover {
            border-color: #5a80c8;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(100, 140, 200, 0.25);
        }
        
        .location-hq {
            border-color: #5a80c8;
            border-width: 2px;
            background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
        }
        
        .location-hq .pill-flag {
            animation: pulse 2s ease-in-out infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }
        
        .pill-flag {
            font-size: 24px;
            line-height: 1;
            display: flex;
            align-items: center;
        }
        
        .pill-content {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        
        .pill-content strong {
            font-size: 15px;
            font-weight: 700;
            color: #1e3a5f;
            line-height: 1.2;
        }
        
        .pill-content small {
            font-size: 12px;
            color: #5a708a;
        }
            line-height: 1;
        }
        
        /* Compact Map Design */
        .locations-map-compact {
            margin-top: 40px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .map-wrapper {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border: 1px solid #e5e7eb;
        }
        
        .map-wrapper iframe {
            display: block;
            width: 100%;
        }
        
        .map-caption {
            text-align: center;
            margin-top: 16px;
            font-size: 13px;
            color: #6b7280;
        }
        
        .map-caption .glyphicon {
            margin-right: 6px;
            color: #3b82f6;
        }
        
        /* Footer */
        .main-footer {
            background-color: #111827;
            color: #9ca3af;
            padding: 64px 0 32px;
            position: relative;
            z-index: 1;
        }
        
        /* Partner Logos - Right Column */
        .partner-logos-right {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            align-items: center;
        }
        
        .partner-logo {
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }
        
        .partner-logo:hover {
            opacity: 1;
        }
        
        .partner-logo img {
            height: 50px;
            width: 50px;
            object-fit: contain;
            filter: grayscale(100%) brightness(1.8);
            transition: filter 0.3s ease, transform 0.3s ease;
        }
        
        .partner-logo:hover img {
            filter: grayscale(0%) brightness(1);
            transform: scale(1.05);
        }
        
        .main-footer h3 {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 16px;
        }
        
        .main-footer p,
        .main-footer a {
            font-size: 14px;
            color: #9ca3af;
            margin-bottom: 8px;
        }
        
        .main-footer a:hover {
            color: #3b82f6;
            text-decoration: none;
        }
        
        .footer-logo {
            height: 85px;
            width: auto;
            margin-bottom: 16px;
            display: block;
        }
        
        .footer-bottom {
            border-top: 1px solid #374151;
            padding-top: 24px;
            margin-top: 32px;
            text-align: center;
            font-size: 14px;
        }
        
        /* KakaoTalk Floating Button */
        .kakao-floating-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 999;
            width: 70px;
            height: 70px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            display: block;
        }
        
        .kakao-floating-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
        }
        
        .kakao-floating-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        /* 반응형 스타일 */
        @media (max-width: 991px) {
            .hero-title {
                font-size: 36px;
            }
            
            .hero-subtitle {
                font-size: 16px;
            }
            
            .hero-carousel-card {
                width: 160px;
                height: 220px;
            }
            
            .hero-content h1 {
                font-size: 36px;
            }
            
            .hero-content p {
                font-size: 16px;
            }
            
            .section-title h2 {
                font-size: 28px;
            }
            
            .about-section h2 {
                font-size: 28px;
            }
            
            .contact-cta h2 {
                font-size: 28px;
            }
            
            .location-pill {
                padding: 8px 16px;
            }
            
            .pill-flag {
                font-size: 20px;
            }
            
            .pill-content strong {
                font-size: 14px;
            }
            
            .pill-content small {
                font-size: 11px;
            }
            
            .quick-menu-wrapper {
                flex-direction: column;
                gap: 15px;
            }
            
            .quick-menu-title {
                border-right: none;
                border-bottom: 2px solid rgba(255, 255, 255, 0.3);
                padding-right: 0;
                padding-bottom: 10px;
                min-width: auto;
            }
            
            .quick-menu-items {
                justify-content: flex-start;
                width: 100%;
                padding: 0 10px;
            }
            
            .quick-menu-item {
                min-width: 80px;
                padding: 12px 15px;
            }
            
            .quick-menu-icon {
                font-size: 28px;
            }
            
            .quick-menu-text {
                font-size: 12px;
            }
            
            /* 작은 화면에서 짧은 텍스트 표시 */
            .quick-menu-text .text-full {
                display: none;
            }
            
            .quick-menu-text .text-short {
                display: inline;
            }
            
            /* Process Vertical - Tablet */
            .process-vertical {
                padding: 15px;
            }
            
            .process-step-item {
                padding: 24px;
            }
            
            .step-icon-circle {
                width: 64px;
                height: 64px;
            }
            
            .step-icon-circle .glyphicon {
                font-size: 28px;
            }
            
            .step-content h4 {
                font-size: 18px;
            }
            
            .step-content p {
                font-size: 14px;
            }
        }
        
        @media (max-width: 767px) {
            .hero-content-new {
                padding: 100px 15px 20px;
            }
            
            .hero-title {
                font-size: 28px;
            }
            
            .hero-subtitle {
                font-size: 15px;
            }
            
            .tracking-search {
                max-width: 100%;
                padding: 0 10px;
                margin-top: 20px;
                box-sizing: border-box;
                overflow: visible;
            }
            
            .tracking-search .input-group {
                display: table;
                width: 100%;
                overflow: visible;
            }
            
            .tracking-input {
                display: table-cell;
                width: 100%;
                height: 48px;
                font-size: 14px;
                padding: 0 10px;
            }
            
            .btn-search {
                height: 48px;
                font-size: 13px;
                padding: 0 18px;
                flex-shrink: 0;
                min-width: 85px;
            }
            
            .tracking-search .input-group-btn {
                display: table-cell;
                width: 1%;
                white-space: nowrap;
                vertical-align: middle;
            }
            
            .hero-carousel-container {
                padding: 10px 0 160px;
                min-height: 240px;
            }
            
            .hero-carousel-fan {
                height: 200px;
            }
            
            .hero-carousel-card {
                width: 110px;
                height: 150px;
                border-radius: 14px;
            }
            
            .hero-carousel-card.card-center {
                transform: translateX(0) rotateY(0deg) scale(1.1);
            }
            
            .hero-carousel-card.card-left-1 {
                transform: translateX(-100px) rotateY(20deg) scale(0.9);
            }
            
            .hero-carousel-card.card-left-2 {
                transform: translateX(-180px) rotateY(35deg) scale(0.8);
            }
            
            .hero-carousel-card.card-right-1 {
                transform: translateX(100px) rotateY(-20deg) scale(0.9);
            }
            
            .hero-carousel-card.card-right-2 {
                transform: translateX(180px) rotateY(-35deg) scale(0.8);
            }
            
            .why-branding,
            .success-stories,
            .process-section,
            .about-section,
            .contact-cta,
            .global-locations-section {
                padding: 60px 0;
            }
            
            .main-footer {
                padding: 48px 0 24px;
            }
            
            .location-pills-container {
                gap: 8px;
                margin: 24px auto;
            }
            
            .location-pill {
                padding: 8px 14px;
                gap: 8px;
            }
            
            .map-wrapper iframe {
                height: 300px;
            }
            
            /* KakaoTalk Floating Button - Mobile */
            .kakao-floating-btn {
                width: 60px;
                height: 60px;
                bottom: 20px;
                right: 20px;
            }
            
            .about-section img {
                margin-top: 30px;
            }
            
            /* Process Vertical - Mobile */
            .process-vertical {
                padding: 10px;
            }
            
            .process-step-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 20px;
                gap: 16px;
            }
            
            .step-icon-circle {
                width: 50px;
                height: 50px;
            }
            
            .step-icon-circle .glyphicon {
                font-size: 24px;
            }
            
            .step-content {
                padding-top: 0;
            }
            
            .step-content h4 {
                font-size: 16px;
            }
            
            .step-content p {
                font-size: 13px;
            }
            
            .step-arrow-down {
                padding: 15px 0;
            }
            
            .step-arrow-down .glyphicon {
                font-size: 28px;
            }

            .quick-menu-wrapper {
            flex-direction: column;
            gap: 8px;
            align-items: center;
            }
        
            .quick-menu-title {
                font-size: 16px;
                line-height: 1.2;
                padding: 0;
                border-right: none;
                border-bottom: none;
                min-width: auto;
                white-space: nowrap;
                text-align: center;
                width: 100%;
            }
            
            .quick-menu-items {
                justify-content: center;
                width: 100%;
                padding: 5px 8px;
                flex-wrap: nowrap;
                gap: 0 !important;
                box-sizing: border-box;
            }
            
            .quick-menu-item {
                flex: 0 0 20%;
                max-width: 20%;
                min-width: 0;
                padding: 6px 2px;
                box-sizing: border-box;
                border-radius: 6px;
            }
            
            .quick-menu-icon {
                font-size: 20px;
                margin-bottom: 2px;
            }
            
            .quick-menu-text {
                font-size: 12px;
                line-height: 1.2;
                text-align: center;
                white-space: nowrap;
            }
            
            .quick-menu-text .text-full {
                display: none;
            }
            
            .quick-menu-text .text-short {
                display: inline;
            }
            /*
            .quick-menu-container {
                padding: 15px 0;
            }
            
            .quick-menu-item {
                min-width: 70px;
                padding: 0 0;
            }
            
            .quick-menu-icon {
                font-size: 24px;
                margin-bottom: 6px;
            }
            
            .quick-menu-text {
                font-size: 11px;
            }*/
        }


/* ========================================
   배송비 계산 Section 스타일 (격리)
   ======================================== */

.shipping-calculator-section {
    padding: 40px 0;
    background: transparent;
}

.shipping-calculator-header {
    margin-bottom: 50px;
}

.shipping-calculator-title {
    font-size: 36px;
    font-weight: 700;
    color: #FFA500;
    margin-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.shipping-calculator-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.shipping-calculator-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 40px;
}

.shipping-calculator-form .form-group {
    margin-bottom: 25px;
}

.shipping-label {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    display: block;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.shipping-input {
    height: 50px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease;
    color: #1f2937;
}

.shipping-input:focus {
    border-color: rgba(255, 255, 255, 0.6);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    outline: none;
}

.shipping-input-readonly {
    background-color: #f9fafb;
    color: #6b7280;
    cursor: not-allowed;
    font-weight: 600;
}

.shipping-dimension-row {
    margin: 0 -5px;
}

.shipping-dimension-row .col-xs-4 {
    padding: 0 5px;
}

.shipping-dimension-input {
    text-align: center;
}

.shipping-hint {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #ffffff;
    font-style: italic;
}

.shipping-calculate-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 50px;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.shipping-calculate-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
    color: #ffffff;
}

.shipping-calculate-btn:active {
    transform: translateY(0);
}

.shipping-calculate-btn i {
    margin-right: 8px;
    color: #ffffff;
}

.shipping-result {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #e5e7eb;
}

.shipping-result-content {
    animation: shippingFadeInUp 0.5s ease;
}

.shipping-result-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 25px;
    text-align: center;
}

.shipping-result-item {
    text-align: center;
    padding: 20px;
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 15px;
}

.shipping-result-item-highlight {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.shipping-result-label {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 8px;
    font-weight: 600;
}

.shipping-result-value {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
}

.shipping-result-value-main {
    font-size: 28px;
    color: #2563eb;
}

.shipping-result-total {
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.shipping-result-total-label {
    display: block;
    font-size: 16px;
    color: #e5e7eb;
    margin-bottom: 10px;
}

.shipping-result-total-value {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #3b82f6;
}

.shipping-result-note {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    font-style: italic;
}

@keyframes shippingFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 배송 결과 새 스타일 */
.shipping-result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5e7eb;
}

.shipping-result-header .shipping-result-title {
    margin: 0;
    font-size: 24px;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 10px;
}

.shipping-result-header .shipping-result-title i {
    color: #10b981;
}

.shipping-apply-btn {
    background-color: #10b981;
    color: white;
    border: none;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 5px;
}

.shipping-info-row {
    margin-top: 25px;
}

.shipping-info-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
}

.shipping-info-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.shipping-info-box h4 i {
    color: #3b82f6;
}

.shipping-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.shipping-info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-size: 14px;
    color: #6b7280;
}

.info-value {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
}

.info-value-highlight {
    color: #2563eb;
    font-size: 16px;
}

.info-value-strike {
    text-decoration: line-through;
    color: #9ca3af;
}

.info-value-discount {
    color: #ef4444;
    font-weight: 700;
}

.info-label-discount {
    color: #ef4444;
}

.shipping-info-note {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 10px;
    font-style: italic;
}

.shipping-price-box {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 2px solid #3b82f6;
}

.shipping-total-price {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 6px;
    margin: 15px 0 10px 0;
}

.total-price-value {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
}

.shipping-apply-request-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    padding: 16px 50px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3);
}

.shipping-apply-request-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(59, 130, 246, 0.4);
    color: white;
}

/* 배송비 계산 섹션 반응형 */
@media (max-width: 767px) {
    .shipping-calculator-section {
        padding: 60px 0;
    }
    
    .shipping-calculator-title {
        font-size: 28px;
    }
    
    .shipping-calculator-subtitle {
        font-size: 16px;
    }
    
    .shipping-calculator-form-wrapper {
        padding: 25px 20px;
    }
    
    .shipping-calculate-btn {
        width: 100%;
        padding: 15px 30px;
        font-size: 16px;
    }
    
    .shipping-result-value {
        font-size: 20px;
    }
    
    .shipping-result-value-main {
        font-size: 24px;
    }
    
    .shipping-result-total-value {
        font-size: 30px;
    }
    
    .shipping-result-item {
        margin-bottom: 10px;
    }
    
    .shipping-result-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .total-price-value {
        font-size: 28px;
    }
    
    .shipping-apply-request-btn {
        width: 100%;
        padding: 14px 30px;
    }
    
    /* Marquee 모바일 */
    .marquee-container {
        padding: 12px 0;
    }
    
    .marquee-text {
        font-size: 14px;
        padding: 0 30px;
    }
    
    .quick-menu-container {
        bottom: 50px;
    }
}

/* ===========================================
   Zigzag Section Layout - 지그재그 레이아웃
   =========================================== */
.zigzag-section {
    padding: 80px 0;
    background: #f8fafc;
}

.zigzag-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.zigzag-row:last-child {
    margin-bottom: 0;
}

.zigzag-row.reverse {
    flex-direction: row-reverse;
}

.zigzag-content {
    flex: 1;
}

.zigzag-image {
    flex: 1;
    max-width: 55%;
}

.zigzag-image img {
    width: 100%;
    max-width: 550px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.zigzag-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.4;
}

.zigzag-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 15px;
}

.zigzag-content p strong {
    color: #3b82f6;
}

/* Infographic larger size */
.zigzag-image.infographic img {
    max-width: 500px;
}

/* Edge Section Zigzag Layout */
.edge-zigzag-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.edge-zigzag-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 60px;
    text-align: center;
}

/* Edge Items Grid - 3 columns */
.edge-items-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}

.edge-item-card {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.edge-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.edge-item-card .edge-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.edge-item-card .edge-icon i {
    width: 24px;
    height: 24px;
    color: #0284c7;
}

.edge-item-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.edge-item-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

/* Responsive Zigzag */
@media (max-width: 991px) {
    .zigzag-row {
        flex-direction: column;
        gap: 40px;
    }
    
    .zigzag-row.reverse {
        flex-direction: column;
    }
    
    .zigzag-image {
        max-width: 100%;
        text-align: center;
    }
    
    .zigzag-image img {
        max-width: 100%;
    }
    
    .zigzag-image.infographic img {
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .zigzag-section {
        padding: 60px 0;
    }
    
    .zigzag-row {
        margin-bottom: 60px;
    }
    
    .zigzag-content h3 {
        font-size: 22px;
    }
    
    .zigzag-content p {
        font-size: 15px;
    }
    
    .edge-zigzag-section {
        padding: 60px 0;
    }
    
    .edge-zigzag-section .section-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .edge-items-row {
        flex-direction: column;
    }
    
    .edge-item-card {
        min-width: 100%;
    }
}
        font-size: 16px;
    }
}


/* Custom style for about-company.html strength image */
.strength-image-custom {
    font-size: 14px;
    font-weight: 400;
    color: rgb(31, 41, 55);
    text-align: start;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    margin-top: 85px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 0px;
}
