@charset "utf-8";
@import url(notosanskr.css);
@import url('//cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/* 홈페이지 폰트 설정 */
body { font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: 18px; }

@media screen and (max-width:1080px) {
    body{ font-size: 16px; }
}
@media screen and (max-width:767px) {
    body{font-size: 15px;}
}
@media screen and (max-width:430px) {
    body{font-size: 13px;}
}
/* 노토산스 폰트 */
.noto_ft{font-family: 'Noto Sans KR',sans-serif; font-weight: 300;}
/* 홈페이지 가이드 너비 설정 */
.guide { width: 92%; max-width: 1200px; }

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