<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("pretendard.css");

/* 홈페이지 폰트 설정 */
html, body { font-family: 'Pretendard'; font-weight: 400; color: #222; 
}
@media (max-width: 760px) { html, body { font-size: 20px; } }
@media (max-width: 600px) { html, body { font-size: 16px; } }
@media (max-width: 500px) { html, body { font-size: 14px; } }
@media (max-width: 350px) { html, body { font-size: 12px; } }

/* 홈페이지 가이드 너비 설정 */
.guide { width: 92%; max-width: 1400px; }

/* 홈페이지 포인트 컬러 설정 */
.point-color { color: #eb008b !important; }
.point-bg { background-color: #eb008b !important; }
</pre></body></html>