@charset "UTF-8";

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

/* Notosans */
@font-face {
	font-family: 'Notosans';
	font-weight: 500;
	font-display: swap;
	src: url('../font/NotoSans-Medium.woff2') format('woff2'), url('../font/NotoSans-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Notosans';
	font-weight: 400;
	font-display: swap;
	src: url('../font/NotoSans-Regular.woff2') format('woff2'), url('../font/NotoSans-Regular.woff') format('woff');
}

/***** Pretendard *****/
@font-face {
	font-family:'Pretendard';font-weight:100;font-display:swap;
	src: url(../font/Pretendard-Thin.woff2) format('font-woff2'),
		url(../font/Pretendard-Thin.woff) format('woff'),
		url(../font/Pretendard-Thin.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard';font-weight:200;font-display:swap;
	src: url(../font/Pretendard-ExtraLight.woff2) format('font-woff2'),
		url(../font/Pretendard-ExtraLight.woff) format('woff'),
		url(../font/Pretendard-ExtraLight.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard';font-weight:300;font-display:swap;
	src: url(../font/Pretendard-Light.woff2) format('font-woff2'),
		url(../font/Pretendard-Light.woff) format('woff'),
		url(../font/Pretendard-Light.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard';font-weight:400;font-display:swap;
	src: url(../font/Pretendard-Regular.woff2) format('font-woff2'),
		url(../font/Pretendard-Regular.woff) format('font-woff');
		
@font-face {
	font-family:'Pretendard';font-weight:500;font-display:swap;
	src: url(../font/Pretendard-Medium.woff2) format('font-woff2'),
		url(../font/Pretendard-Medium.woff) format('woff'),
		url(../font/Pretendard-Medium.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard';font-weight:600;font-display:swap;
	src: url(../font/Pretendard-SemiBold.woff2) format('font-woff2'),
		url(../font/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
	font-family:'Pretendard';font-weight:700;font-display:swap;
	src: url(../font/Pretendard-Bold.woff2) format('font-woff2'),
		url(../font/Pretendard-Bold.woff) format('woff');
}
@font-face {
	font-family:'Pretendard';font-weight:800;font-display:swap;
	src: url(../font/Pretendard-ExtraBold.woff2) format('font-woff2'),
		url(../font/Pretendard-ExtraBold.woff) format('woff'),
		url(../font/Pretendard-ExtraBold.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard';font-weight:900;font-display:swap;
	src: url(../font/Pretendard-Black.woff2) format('font-woff2'),
		url(../font/Pretendard-Black.woff) format('woff'),
		url(../font/Pretendard-Black.otf) format('opentype');
}


body, th, td, input, select, textarea, button {
  font-family: 'Notosans', 'Pretendard', AppleSDGothicNeo-Regular, "Malgun Gothic", "맑은 고딕", dotum,
    "돋움", sans-serif;
}