@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400; /* Regular */
  src: url('../fontfile/ZenKakuGothicNew-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700; /* Bold */
  src: url('../fontfile/ZenKakuGothicNew-Bold.ttf') format('truetype');
}

body{
	font-family: 'Noto Sans KR', -apple-system, system-ui, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color:#333333;
  word-break: break-all;
}