@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700&display=swap&subset=korean');
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:wght@300..900&display=swap');

@font-face {
  font-family: 'notoL';
  src: url(../font/NotoSansKR-Light.eot); /* IE 호환성 보기 */
  src: url(../font/NotoSansKR-Light.woff2) format('woff2'), /* WOFF2 지원 브라우저 */
       url(../font/NotoSansKR-Light.woff) format('woff'), /* 모던 브라우저 */
       url(../font/NotoSansKR-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'notoR';
  src: url(../font/NotoSansKR-Regular.eot); /* IE 호환성 보기 */
  src: url(../font/NotoSansKR-Regular.woff2) format('woff2'), /* WOFF2 지원 브라우저 */
       url(../font/NotoSansKR-Regular.woff) format('woff'), /* 모던 브라우저 */
       url(../font/NotoSansKR-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'notoM';
  src: url(../font/NotoSansKR-Medium.eot); /* IE 호환성 보기 */
  src: url(../font/NotoSansKR-Medium.woff2) format('woff2'), /* WOFF2 지원 브라우저 */
       url(../font/NotoSansKR-Medium.woff) format('woff'), /* 모던 브라우저 */
       url(../font/NotoSansKR-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'notoDL';
  src: url(../font/NotoSansKR-DemiLight.eot); /* IE 호환성 보기 */
  src: url(../font/NotoSansKR-DemiLight.woff2) format('woff2'), /* WOFF2 지원 브라우저 */
       url(../font/NotoSansKR-DemiLight.woff) format('woff'), /* 모던 브라우저 */
       url(../font/NotoSansKR-DemiLight.ttf) format('truetype');
}
@font-face {
  font-family: 'notoB';
  src: url(../font/NotoSansKR-Bold.eot); /* IE 호환성 보기 */
  src: url(../font/NotoSansKR-Bold.woff2) format('woff2'), /* WOFF2 지원 브라우저 */
       url(../font/NotoSansKR-Bold.woff) format('woff'), /* 모던 브라우저 */
       url(../font/NotoSansKR-Bold.ttf) format('truetype');
}
