@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: #5eb4d2 !important; }
.point-color02{color: #3d8199 !important;}
.point-bg { background-color: #5eb4d2 !important; }
