@charset "utf-8";
@import url(notosanskr.css);

/* 홈페이지 폰트 설정 */
html { font-family: 'Noto Sans KR', 'Dotum'; font-weight: 300; }

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

/* 홈페이지 포인트 컬러 설정 */
.point-color { color: #17519a !important; }
.point-bg { background-color: #17519a !important; color: !important; }
