Horizontal - K-Design Interactive Touch Screen Kiosk
Compact & Interactive: 21.5" FHD (1080p) Grade A LG LED Touch Screen Enterprise OS: Powered by Windows 10 for wide software compatibility Optimized Performance: 8GB RAM, 128GB SSD, and robust X86 framework Versatile Design: Sleek horizontal freestanding chassis for any business environment @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap'); .horizontal-payload-wrapper { max-width: 1200px; margin: 80px auto; padding: 0 5%; font-family: 'Inter', sans-serif; color: #111; } /* 갤러리 이미지 레이아웃 */ .image-gallery-hero { text-align: center; margin-bottom: 64px; } .image-gallery-hero img { width: 100%; max-width: 900px; height: auto; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.06); margin-bottom: 32px; } .image-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; margin-bottom: 64px; } .image-gallery-grid img { width: 10