@charset "utf-8";

/* ==================================================
	폰트
================================================== */
/* 와구리체 */
@font-face {
    font-family: 'WAGURITTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2403@1.0/WAGURITTF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* SUIT */
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: url('font/suit/SUIT-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: url('font/suit/SUIT-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: url('font/suit/SUIT-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: url('font/suit/SUIT-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: url('font/suit/SUIT-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: url('font/suit/SUIT-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: url('font/suit/SUIT-Heavy.woff2') format('woff2');
}

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('font/pretendard/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('font/pretendard/woff2/Pretendard-Bold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('font/pretendard/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('font/pretendard/woff2/Pretendard-Medium.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('font/pretendard/woff2/Pretendard-Regular.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('font/pretendard/woff2/Pretendard-Light.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Light.woff') format('woff');
}

/* 본고딕 - 중문 */
@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Noto_Sans_SC_Regular'), local('NotoSansSC-Regular'), url('font/Noto_Sans_SC_Regular.woff') format('woff');
	}
@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Noto_Sans_SC_Medium'), local('NotoSansSC-Medium'), url('font/Noto_Sans_SC_Medium.woff') format('woff');
	}
@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Noto_Sans_SC_Bold'), local('NotoSansSC-Bold'), url('font/Noto_Sans_SC_Bold.woff') format('woff');
	}
	