
        
        .video-slide {position: relative;}
        .video-background {position: absolute; top: 0;left: 0; width: 100%;height: 100%;object-fit: cover; z-index: 0;}
        .visual-tit { position: absolute; bottom: 50px; left: 50px; z-index: 2; color: #fff;}
        .visual-tit .title { font-family: 'Nanum Myeongjo', serif; font-size: clamp(32px, 4vw, 56px); line-height: 1.2; margin-bottom: 10px; }
        .slide-text p { font-size: 15px; opacity: 0.8; font-weight: 300; letter-spacing: 1px; color:#fff; }

        .section-inner { max-width: 1600px; margin: 0 auto; padding: 150px 20px; }

        .section-header { margin-bottom: 60px; display: flex; justify-content: space-between; align-items: flex-end; }
        .section-header h2 { font-family: 'Nanum Myeongjo', serif; font-size: clamp(28px, 4vw, 36px); }
        .section-header a { font-size: 13px; text-decoration: underline; letter-spacing: 1px; }

        /* --- 1. 헤더 --- */
        .header { padding: 30px 4vw; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 10; }
        .logo { font-family: 'Nanum Myeongjo', serif; font-size: 24px; font-weight: 800; }
        .nav-links { display: flex; gap: 40px; font-size: 13px; font-weight: 500; letter-spacing: 1px; }

        /* --- 2. Swiper 히어로 --- */
        .hero-section { padding: 100px 4vw 80px; }
        .hero-swiper { width: 100%; height: 75vh; border-radius: 4px; overflow: hidden; }
        .hero-swiper .swiper-slide { position: relative; background: #000; overflow: hidden; }
        .hero-swiper .swiper-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, transparent 100%); z-index: 1; pointer-events: none; }
        .slide-text { position: absolute; bottom: 50px; left: 50px; z-index: 2; color: #fff; }
        .slide-text h2 { font-family: 'Nanum Myeongjo', serif; font-size: clamp(32px, 4vw, 56px); line-height: 1.2; margin-bottom: 10px; }
        .slide-text p { font-size: 15px; opacity: 0.8; font-weight: 300; letter-spacing: 1px; color:#fff; }
        .swiper-custom-controls { position: absolute; bottom: 50px; right: 50px; z-index: 2; display: flex; align-items: center; color: #fff; font-size: 14px; gap: 60px; }
        .swiper-pagination-fraction { position: static; color: #fff; font-family: 'Nanum Myeongjo', serif; letter-spacing: 2px; }
        .nav-btn { z-index: 10; background: none; border: none; color: #fff; width: auto; height: auto; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.3s; font-size: 30px; font-weight: 100; padding: 0 10px; }
        .nav-btn:hover { background: none; color: #a39171; transform: scale(1.1); }

        /* --- 3. 오버랩 --- */
        .overlap-section { display: flex; align-items: center; gap: 5vw; position: relative; }
        .overlap-text { flex: 1; padding-right: 5vw; z-index: 2; }
        .overlap-text h3 { font-family: "Nanum Myeongjo", serif; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.4; margin-bottom: 30px; }
        .overlap-text p { color: #888; margin-bottom: 40px; max-width: 400px; word-break: keep-all; }
        .overlap-images { flex: 1; position: relative; height: 600px; }
        .img-main { width: 80%; height: 80%; position: absolute; top: 0; right: 0; z-index: 1; }
        .img-sub { width: 50%; height: 50%; position: absolute; bottom: 0; left: 0; z-index: 3; border: 10px solid #f6f5f0; box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

        /* --- 4. 브랜드 철학 --- */
        .philosophy-wrap { display: flex; gap: 8vw; align-items: flex-start; }
        .phil-left { flex: 1.2; }
        .phil-left h2 { font-family: 'Nanum Myeongjo', serif; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.2; font-weight: 400; }
        .phil-left h2 i { font-style: italic; color: #a39171; }
        .phil-right { flex: 1; margin-top: 20px; }
        .phil-right p { color: #888; font-size: 15px; margin-bottom: 30px; word-break: keep-all; }
        .phil-right img { width: 200px; height: auto; aspect-ratio: 3/4; }

        /* --- 5. 마키 (Marquee) --- */
        .marquee-wrap { overflow: hidden; white-space: nowrap; padding: 40px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #22211f; color: #f6f5f0; }
        .marquee { display: inline-block; font-family: 'Nanum Myeongjo', serif; font-size: clamp(30px, 5vw, 50px); animation: marquee 25s linear infinite; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

        /* --- 6. 벤토 그리드 --- */
        .bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 350px); gap: 20px; }
        .bento-item { position: relative; overflow: hidden; background: #eee; cursor: pointer; }
        .bento-item img { transition: transform 0.6s ease; }
        .bento-item:hover img { transform: scale(1.05); }
        .item-large { grid-column: span 2; grid-row: span 2; }
        .item-small-1 { grid-column: 3; grid-row: 1; }
        .item-small-2 { grid-column: 3; grid-row: 2; }
        .bento-info { position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px; background: linear-gradient(to top, rgba(0,0,0,0.7), transparent); color: #fff; }
        .bento-info h4 { font-family: 'Nanum Myeongjo', serif; font-size: 20px; margin-bottom: 5px; }
        .bento-info span { font-size: 13px; opacity: 0.8; letter-spacing: 1px; }

        /* --- 7. 패럴랙스 배너 --- */
        .parallax-banner {
            width: 100%; height: 60vh;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('./../img/section06.jpg') center/cover;
            background-attachment: fixed;
            display: flex; justify-content: center; align-items: center; text-align: center; color: #fff;
        }
        .parallax-content h2 { font-family: 'Nanum Myeongjo', serif; font-size: clamp(32px, 5vw, 48px); margin-top: 20px; font-weight: 400; line-height: 1.3; }
        .parallax-content p { font-size: 15px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.8; color:#fff; }

        /* --- 8. 서비스 리스트 --- */
        .service-list { border-top: 2px solid #1a1a1a; }
        .service-item { display: flex; justify-content: space-between; align-items: center; padding: 40px 0; border-bottom: 1px solid #ddd; transition: 0.3s; }
        .service-item:hover { padding-left: 20px; padding-right: 20px; background: rgba(0,0,0,0.02); }
        .service-num { font-size: 14px; color: #a39171; flex: 0.2; }
        .service-title { font-family: 'Nanum Myeongjo', serif; font-size: clamp(24px, 3vw, 28px); flex: 2; }
        .service-desc { font-size: 15px; color: #888; flex: 2; max-width: 400px; word-break: keep-all; }

        /* --- 9. 지그재그 시네마틱 슬라이더 --- */
        .cine-section { width: 100%; overflow: hidden; }
        .cine-container { width: 100%; padding: 80px 0 !important; overflow: visible !important; }
        .cine-container .swiper-slide { width: clamp(280px, 25vw, 420px); }
        .poster-card {
            display: block; position: relative; border-radius: 24px;
            overflow: hidden; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); aspect-ratio: 2 / 3;
            background: #eee; cursor: pointer; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        }
        .cine-container .swiper-slide.is-up .poster-card { transform: translateY(-40px); }
        .cine-container .swiper-slide.is-down .poster-card { transform: translateY(40px); }
        .poster-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .poster-card:hover img { transform: scale(1.08); }
        .poster-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%); opacity: 0; transition: opacity 0.4s ease; }
        .poster-card:hover::after { opacity: 0.8; }

        .poster-info {
            position: absolute; bottom: 0; left: 0; width: 100%;
            padding: 30px; color: #fff; z-index: 2;
            transform: translateY(20px); opacity: 0; transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        }
        .poster-card:hover .poster-info { transform: translateY(0); opacity: 1; }
        .poster-info h4 { font-family: 'Nanum Myeongjo', serif; font-size: 24px; margin-bottom: 8px; }
        .poster-info p { font-size: 14px; opacity: 0.9; word-break: keep-all; }

        .cine-controls-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 4vw; display: flex; align-items: center; gap: 30px; position: relative; z-index: 10;}
        .cine-progress-container { flex: 1; height: 2px; background: rgba(0, 0, 0, 0.1); position: relative; }
        #cineProgressBar { position: absolute; left: 0; top: 0; height: 100%; background: #1a1a1a; width: 0; transition: width 0.3s ease; }
        .cine-nav-btns { display: flex; align-items: center; gap: 12px; }
        .cine-nav-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ddd; background: #fff; cursor: pointer; display: grid; place-items: center; font-size: 18px; transition: 0.3s; }
        .cine-nav-btn:hover { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
        .cine-play-pause-btn { font-size: 14px; background: #f8f8f8; }
        .cine-counter { font-size: 16px; font-weight: 700; min-width: 60px; text-align: center; }

        /* --- 10. 소셜 / 저널 그리드 --- */
        .social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 40px; }
        .social-item { aspect-ratio: 1/1; overflow: hidden; position: relative; cursor: pointer; }
        .social-item img { transition: 0.5s; }
        .social-item:hover img { transform: scale(1.1); filter: brightness(0.6); }
        
        .social-overlay { 
            position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px;
            opacity: 0; color: #fff; transition: 0.4s ease; 
        }
        .social-item:hover .social-overlay { opacity: 1; }
        .social-overlay .icon { font-size: 24px; transform: translateY(-10px); transition: 0.4s ease; }
        .social-overlay .text { font-size: 14px; font-weight: 500; transform: translateY(10px); transition: 0.4s ease; letter-spacing: 1px; }
        .social-item:hover .social-overlay .icon, .social-item:hover .social-overlay .text { transform: translateY(0); }

        /* --- 11. 푸터 --- */
        .footer { background: #f6f5f0; padding: 80px 4vw 40px; }
        .footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
        .footer-col h5 { font-family: 'Nanum Myeongjo', serif; font-size: 18px; margin-bottom: 20px; }
        .footer-col p { font-size: 14px; color: #888; margin-bottom: 10px; }
        .footer-bottom { font-size: 12px; color: #aaa; text-align: center; border-top: 1px solid #eee; padding-top: 20px; }

        @media (max-width: 992px) {
            .overlap-section, .philosophy-wrap { flex-direction: column; }
            .overlap-images { width: 100%; height: 500px; margin-top: 40px; }
            .phil-right { margin-top: 40px; }
            .bento-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
            .item-large, .item-small-1, .item-small-2 { grid-column: span 1; grid-row: span 1; aspect-ratio: 4/3; }
            .service-item { flex-direction: column; align-items: flex-start; gap: 10px; }
            .social-grid { grid-template-columns: repeat(2, 1fr); }
            .parallax-banner { background-attachment: scroll; }
            
            .cine-container .swiper-slide { width: 75vw; }
            .cine-controls-wrapper { flex-direction: column; gap: 20px; }
            .cine-progress-container { width: 100%; order: 2; }
            .cine-nav-btns { order: 1; }
        }