/* 나눔바른고딕 */
@font-face {
  font-family:'NanumBarunGothic';
  font-style:normal;
  font-weight:700;
  src:url('/assets/fonts/NanumBarunGothic-Bold.eot');
  src:url('/assets/fonts/NanumBarunGothic-Bold.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/NanumBarunGothic-Bold.woff') format('woff'),
      url('/assets/fonts/NanumBarunGothic-Bold.ttf') format('truetype')
}

@font-face {
  font-family:'NanumBarunGothic';
  font-style:normal;
  font-weight:400;
  src:url('/assets/fonts/NanumBarunGothic-Regular.eot');
  src:url('/assets/fonts/NanumBarunGothic-Regular.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/NanumBarunGothic-Regular.woff') format('woff'),
      url('/assets/fonts/NanumBarunGothic-Regular.ttf') format('truetype');
}

/* 나눔 스퀘어체 */

@font-face {
    font-family:'NanumSquare';
	font-weight: 300;
    src: url('/assets/fonts/NanumSquareL.eot');
         url('/assets/fonts/NanumSquareL.woff') format('woff'),
         url('/assets/fonts/NanumSquareL.ttf') format('truetype');
}

@font-face {
    font-family:'NanumSquare';
	font-weight: 400;
    src: url('/assets/fonts/NanumSquareR.eot');
    src: url('/assets/fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/NanumSquareR.woff') format('woff'),
         url('/assets/fonts/NanumSquareR.ttf') format('truetype');
}


@font-face {
    font-family:'NanumSquare';
	font-weight: 500;
    src: url('/assets/fonts/NanumSquareB.eot');
    src: url('/assets/fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/NanumSquareB.woff') format('woff'),
         url('/assets/fonts/NanumSquareB.ttf') format('truetype');
}

@font-face {
    font-family:'NanumSquare';
	font-weight: 600;
    src: url('/assets/fonts/NanumSquareEB.eot');
    src: url('/assets/fonts/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/NanumSquareEB.woff') format('woff'),
         url('/assets/fonts/NanumSquareEB.ttf') format('truetype');
}  


/* 노토산스 */

@font-face {
   font-family: 'notokr';
   font-style: normal;
   font-weight: 400;
   src:url('/assets/fonts/NotoSansKR-Regular.eot');
   src:url('../fonts/NotoSansKR-Regular.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Regular.woff') format('woff'),
        url('../fonts/NotoSansKR-Regular.otf') format('opentype');
 }

@font-face {
   font-family: 'notokr';
   font-style: normal;
   font-weight: 500;
   src:url('/assets/fonts/NotoSansKR-Medium.eot');
   src:url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Medium.woff') format('woff'),
        url('../fonts/NotoSansKR-Medium.otf') format('opentype');
 }

@font-face {
   font-family: 'notokr';
   font-style: normal;
   font-weight: 700;
   src:url('/assets/fonts/NotoSansKR-Bold.eot');
   src:url('../fonts/NotoSansKR-Bold.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Bold.woff') format('woff'),
        url('../fonts/NotoSansKR-Bold.otf') format('opentype');
 }

@font-face {
   font-family: 'notokr';
   font-style: normal;
   font-weight: 900;
   src:url('/assets/fonts/NotoSansKR-Black.eot');
   src:url('../fonts/NotoSansKR-Black.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Black.woff') format('woff'),
        url('../fonts/NotoSansKR-Black.otf') format('opentype');
 }



@font-face {
	font-family: 'SUIT';
	font-weight: 100;
	src: local('SUIT Thin'), url('../fonts/SUIT-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 200;
	src: local('SUIT ExtraLight'), url('../fonts/SUIT-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: local('SUIT Light'), url('../fonts/SUIT-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: local('SUIT Regular'), url('../fonts/SUIT-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: local('SUIT Medium'), url('../fonts/SUIT-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: local('SUIT SemiBold'), url('../fonts/SUIT-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: local('SUIT Bold'), url('../fonts/SUIT-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: local('SUIT ExtraBold'), url('../fonts/SUIT-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: local('SUIT Heavy'), url('../fonts/SUIT-Heavy.woff2') format('woff2');
}












@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800')