/* ========================================================= ArtStage – Common Base Styles Rule: 1. All shared styles live here 2. Section styles are scoped separately 3. Add first, then decide: common or section ========================================================= */ /* --------------------------------------------------------- 1. Design Tokens (extend here first) --------------------------------------------------------- */ :root { /* Typography */ --font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Inter", "Segoe UI", Roboto, Arial, sans-serif; /* Base font settings */ --fs-base: 16px; --lh-base: 1.6; /* Colors (temporary placeholders) */ --c-text-primary: #111111; --c-text-secondary: rgba(17, 17, 17, 0.65); --c-bg-primary: #ffffff; /* Layout */ --container-max: 1100px; --container-gutter: 20px; /* Radius / Effects */ --radius-base: 14px; } /* --------------------------------------------------------- 2. Reset & Base --------------------------------------------------------- */ *, *::before, *::after { box-sizing: border-box; } html { font-size: var(--fs-base); -webkit-text-size-adjust: 100%; scroll-behavior: smooth; } body { margin: 0; font-family: var(--font-sans); line-height: var(--lh-base); color: var(--c-text-primary); background-color: var(--c-bg-primary); /* Font rendering optimization */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } img, video { max-width: 100%; height: auto; display: block; } a { color: inherit; text-decoration: none; } /* --------------------------------------------------------- 3. Base Typography (keep minimal) --------------------------------------------------------- */ h1, h2, h3, h4, p { margin: 0; } p { color: var(--c-text-primary); } /* --------------------------------------------------------- 4. Layout Helpers --------------------------------------------------------- */ .container { width: min( var(--container-max), calc(100% - (var(--container-gutter) * 2)) ); margin-inline: auto; } .text-muted { color: var(--c-text-secondary); } /* --------------------------------------------------------- 5. Accessibility Helpers --------------------------------------------------------- */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }


서울특별시 강남구 언주로 106길 21 2층

대표이사 : 박혜선

사업자등록번호 : 884-88-01273

이메일상담 : artstage1992@naver.com


02)547-1204

copyright© 2019 artstage1992 ALL RIGHTS RESERVED