This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="ko"> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<title>🎬 시네마클럽 함께볼 영화 2026</title> | |
<style> | |
:root{--ink:#111;--mut:#667085;--line:#e5e7eb;--bg:#fafafa;--brand:#111} | |
*{box-sizing:border-box} | |
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--ink);background:#fafafa; | |
max-width:960px;margin:24px auto;padding:0 16px} |