@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

font-family: 'Noto Sans KR', sans-serif;

/*------------------------------------
                                    폰트
------------------------------------*/
.NotoSansKR-01 {
    font-family: .NotoSansKR;
    font-size: 24px;
    font-weight: 500;
}

.NotoSansKR-02 {
    font-family: .NotoSansKR;
    font-size: 47px;
    color: #ffffff;
    font-weight: 700;
}

/*.menu {
    display: block;
    padding: .5rem 1rem;
    font-family: .NotoSansKR;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
}*/
body {
	font-family: 'Noto Sans KR', sans-serif !important;
}