@charset "utf-8";

/* Poppins */ 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.font_poppins {font-family: 'Poppins', sans-serif;}


/* 환경체 */ 
@font-face {
	font-family:"hwan";
	font-style: normal;
	src : url(/fonts/hwangyeongR.woff2) format('woff2'),
		  url(/fonts/hwangyeongR.woff) format('woff'),
		  url(/fonts/hwangyeongR.otf) format('opentype');
}
@font-face {
	font-family:"hwan";
	font-style: bold;
	src : url(/fonts/hwangyeongB.woff2) format('woff2'),
		  url(/fonts/hwangyeongB.woff) format('woff'),
		  url(/fonts/hwangyeongB.otf) format('opentype');
}



/* 나눔 스퀘어체 */
@font-face {
  font-family: 'nsr';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/fonts/NanumSquareR.woff2) format('woff2'),
       url(/fonts/NanumSquareR.woff) format('woff'),
       url(/fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'nsr';
  font-style: bold;
  font-weight: 700;
  src: url(/fonts/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/fonts/NanumSquareB.woff2) format('woff2'),
       url(/fonts/NanumSquareB.woff) format('woff'),
       url(/fonts/NanumSquareB.ttf) format('truetype');
}


/* 나눔고딕체 */
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css);

/* 나눔명조체 */
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
.font_nmr { font-family:나눔명조, 'Nanum Myeongjo', serif; }


/* 본고딕 */
@font-face{
	font-family:'NotoSanskr';
	font-style: normal;
	font-weight: 300;
	src:url("/fonts/notokr-demilight.eot");
	src:src: local('※'),
			url("/fonts/notokr-demilight.eot?#iefix") format('embedded-opentype'),
			url("/fonts/notokr-demilight.woff2") format('woff2'),
			url("/fonts/notokr-demilight.woff") format('woff');
}

@font-face{
    font-family: 'NotoSanskr';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/NotoSansCJKkr-Regular.eot');
    src: local('※'),
         url('/fonts/NotoSansCJKkr-Regular.woff2') format('woff2'),
         url('/fonts/NotoSansCJKkr-Regular.woff') format('woff'),
         url('/fonts/NotoSansCJKkr-Regular.ttf') format('truetype');
}

@font-face{
    font-family: 'NotoSanskr';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/NotoSansCJKkr-Medium.eot');
    src: local('※'),
         url('/fonts/NotoSansCJKkr-Medium.woff2') format('woff2'),
         url('/fonts/NotoSansCJKkr-Medium.woff') format('woff'),
         url('/fonts/NotoSansCJKkr-Medium.ttf') format('truetype');
}

@font-face{
    font-family: 'NotoSanskr';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/NotoSansCJKkr-Black.eot');
    src: local('※'),
         url('/fonts/NotoSansCJKkr-Black.woff2') format('woff2'),
         url('/fonts/NotoSansCJKkr-Black.woff') format('woff'),
         url('/fonts/NotoSansCJKkr-Black.ttf') format('truetype');
}

@font-face{
    font-family: 'NotoSanskr';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/NotoSansCJKkr-Bold.eot');
    src: local('※'),
         url('/fonts/NotoSansCJKkr-Bold.woff2') format('woff2'),
         url('/fonts/NotoSansCJKkr-Bold.woff') format('woff'),
         url('/fonts/NotoSansCJKkr-Bold.ttf') format('truetype');
}



html, body {
	font-family:'NanumSquareRound', NotoSanskr, nsr, 나눔고딕, 'Nanum Gothic', 나눔바른고딕, 돋움;
	-webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: none;
}
