@charset "utf-8";

@font-face {
    font-family: 'Pretendard-Light';
    src: url('font/Pretendard-Light') format('woff');
    font-weight: 300;
    font-style: normal;
      unicode-range: U+0020-007E; /*영문, 숫자, 특수문자를 포함 한 유니코드 범위*/
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
      unicode-range: U+0020-007E; /*영문, 숫자, 특수문자를 포함 한 유니코드 범위*/
}
			@font-face {
    font-family: 'Pretendard-Bold';
    src: url('font/Pretendard-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
      unicode-range: U+0020-007E; /*영문, 숫자, 특수문자를 포함 한 유니코드 범위*/
}
			@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('font/Pretendard-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
      unicode-range: U+0020-007E; /*영문, 숫자, 특수문자를 포함 한 유니코드 범위*/
}
			@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('font/Pretendard-Regular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
      unicode-range: U+0020-007E; /*영문, 숫자, 특수문자를 포함 한 유니코드 범위*/
}

	@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('font/Pretendard-ExtraBold') format('woff');
    font-weight: 800;
    font-style: normal;
      unicode-range: U+0020-007E; /*영문, 숫자, 특수문자를 포함 한 유니코드 범위*/
}

	@font-face {
    font-family: 'Pretendard-Black';
    src: url('font/Pretendard-Black') format('woff');
    font-weight: 900;
    font-style: normal;
      unicode-range: U+0020-007E; /*영문, 숫자, 특수문자를 포함 한 유니코드 범위*/
}

@font-face
{font-display:swap;
font-family:"Noto Serif KR";
font-style:normal;
font-weight:500;
src:url(font/NotoSerifKR-Regular.woff2) format("woff2"),url(font/NotoSerifKR-Regular.woff2) format("woff"),url(font/NotoSerifKR-Regular.otf) format("opentype")
}

@font-face
{font-display:swap;
font-family:"Noto Serif KR";
font-style:normal;
font-weight:600;
src:url(font/NotoSerifKR-Medium.woff2) format("woff2"),url(font/NotoSerifKR-Medium.woff2) format("woff"),url(font/NotoSerifKR-Medium.otf) format("opentype")
}

@font-face
{font-display:swap;
font-family:"Noto Serif KR";
font-style:normal;
font-weight:700;
src:url(font/NotoSerifKR-SemiBold.woff2) format("woff2"),url(font/NotoSerifKR-SemiBold.woff2) format("woff"),url(font/NotoSerifKR-SemiBold.otf) format("opentype")
}

@font-face
{font-display:swap;
font-family:"Noto Serif KR";
font-style:normal;
font-weight:800;
src:url(font/NotoSerifKR-Bold.woff2) format("woff2"),url(font/NotoSerifKR-Bold.woff2) format("woff"),url(font/NotoSerifKR-Bold.otf) format("opentype")
}

@font-face
{font-display:swap;
font-family:"Noto Serif KR";
font-style:normal;
font-weight:900;
src:url(font/NotoSerifKR-Black.woff2) format("woff2"),url(font/NotoSerifKR-Black.woff2) format("woff"),url(font/NotoSerifKR-Black.otf) format("opentype")
}



