/**
* =============================================================================
* @	file     : common-web-font.css
* -----------------------------------------------------------------------------
* 
* @ project  : 
* @ category : 
* @ author   : JANG SANG SEOK
* @ since    : 2022-01-10
* @ desc     : WEB - FONTS
* 
* =============================================================================
*/

@charset "UTF-8";
	
	/**************************************************************************
	* 01. NOTOSANS (노토산스)
	---------------------------------------------------------------------------
	* 02. NANUMGOTHIC (나눔고딕)
	---------------------------------------------------------------------------
	* 03. GmarketSansOTF (지마켓 산스체)
	---------------------------------------------------------------------------
	* 04. S-CORE-DREAM (에스코어드림체)
	---------------------------------------------------------------------------
	* 05. NexonMaplestory (넥슨 메이폴스토리체)
	---------------------------------------------------------------------------
	* 06. tmon (티몬체)
	---------------------------------------------------------------------------
	* 07. swagger (스웨거체)
	---------------------------------------------------------------------------
	* 08. BMJua (배민 주아체)
	---------------------------------------------------------------------------
	* 09. jalnan (여기어때 잘란체)
	---------------------------------------------------------------------------
	* 10. Cafe24 (카페24 서체)
	---------------------------------------------------------------------------
	* 11. 
	---------------------------------------------------------------------------		
	* 12. 
	---------------------------------------------------------------------------	
	* 13. 
	**************************************************************************/
	
	/**
	| -------------------------------------------------------------------------
	| @ 01. NOTOSANS (노토산스)
	| -------------------------------------------------------------------------
	*/
	@font-face {
		font-family: 'NotoSansKR-Thin';
		font-style: normal;
		font-weight: normal;
		src:url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Thin.woff2) format('woff2'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Thin.woff) format('woff'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Thin.otf) format('opentype');
	}	
	@font-face {
		font-family: 'NotoSansKR-Light';
		font-style: normal;
		font-weight: normal;
		src:url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Light.woff2) format('woff2'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Light.woff) format('woff'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Light.otf) format('opentype');
	} 	
	@font-face {
		font-family: 'NotoSansKR-Regular';
		font-style: normal;
		font-weight: normal;
		src:url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Regular.woff2) format('woff2'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Regular.woff) format('woff'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Regular.otf) format('opentype');
	} 	
	@font-face {
		font-family: 'NotoSansKR-Medium';
		font-style: normal;
		font-weight: normal;
		src:url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Medium.woff2) format('woff2'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Medium.woff) format('woff'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Medium.otf) format('opentype');
	} 	
	@font-face {
		font-family: 'NotoSansKR-Bold';
		font-style: normal;
		font-weight: normal;
		src:url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Bold.woff2) format('woff2'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Bold.woff) format('woff'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Bold.otf) format('opentype');
	}	
	@font-face {
		font-family: 'NotoSansKR-Black';
		font-style: normal;
		font-weight: normal;
		src:url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Black.woff2) format('woff2'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Black.woff) format('woff'),
			url(/_common/fonts/NotoSansKR-WEB/NotoSansKR-Black.otf) format('opentype');
	}	

	/**
	| -------------------------------------------------------------------------
	| @ 02. NANUMGOTHIC (나눔고딕)
	| -------------------------------------------------------------------------
	*/
	@font-face {
		font-family: 'NanumGothic';
		font-style: normal;	
		src:url(/_common/fonts/NanumGothic-WEB/NanumGothic-Regular.ttf) format('truetype'), /* 디폴트 나눔고딕 폰트 **/
			url(/_common/fonts/NanumGothic-WEB/NanumGothic.otf) format('opentype'),
			url(/_common/fonts/NanumGothic-WEB/NanumGothic.woff) format('woff'),
			url(/_common/fonts/NanumGothic-WEB/NanumGothic.woff2) format('woff2');
	}
	@font-face {
		font-family: 'NanumGothicLight';
		font-style: normal;
		src:url(/_common/fonts/NanumGothic-WEB/NanumGothicLight.otf) format('opentype'),
			url(/_common/fonts/NanumGothic-WEB/NanumGothicLight.woff) format('woff'),
			url(/_common/fonts/NanumGothic-WEB/NanumGothicLight.woff2) format('woff2');
	}	
	@font-face {
		font-family: 'NanumGothicBold';
		font-style: normal;
		src:url(/_common/fonts/NanumGothic-WEB/NanumGothicBold.otf) format('opentype'),
			url(/_common/fonts/NanumGothic-WEB/NanumGothicBold.woff) format('woff'),
			url(/_common/fonts/NanumGothic-WEB/NanumGothicBold.woff2) format('woff2');
	}
	@font-face {
		font-family: 'NanumGothicExtraBold';
		font-style: normal;
		src:url(/_common/fonts/NanumGothic-WEB/NanumGothicExtraBold.otf) format('opentype'),
			url(/_common/fonts/NanumGothic-WEB/NanumGothicExtraBold.woff) format('woff'),
			url(/_common/fonts/NanumGothic-WEB/NanumGothicExtraBold.woff2) format('woff2');
	}
	
	/**
	| -------------------------------------------------------------------------
	| @ 03. GmarketSansOTF (지마켓 산스체)
	| -------------------------------------------------------------------------
	*/
	@font-face {
		font-family: 'GmarketSans';
		font-style: normal;
		src:url(/_common/fonts/GmarketSansOTF/GmarketSansLight.otf),
			url(/_common/fonts/GmarketSansOTF/GmarketSansLight.woff) format('woff');
	}	
	@font-face {
		font-family: 'GmarketSansMedium';
		font-style: normal;
		src:url(/_common/fonts/GmarketSansOTF/GmarketSansMedium.otf),
			url(/_common/fonts/GmarketSansOTF/GmarketSansMedium.woff) format('woff');
	}	
	@font-face {
		font-family: 'GmarketSansBold';
		font-style: normal;
		src:url(/_common/fonts/GmarketSansOTF/GmarketSansBold.otf),
			url(/_common/fonts/GmarketSansOTF/GmarketSansBold.woff) format('woff');
	}

	/**
	| -------------------------------------------------------------------------
	| @ 04. S-CORE-DREAM (에스코어드림체)
	| -------------------------------------------------------------------------
	*/
	@font-face {
	    /*font-family: 's-core-dream-thin';**/ 
	    font-family: 's-core-dream-1';
	    src: url('/_common/fonts/S-Core_Dream/SCDream1.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream1-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream1-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    /*font-family: 's-core-dream-extralight';**/
	    font-family: 's-core-dream-2';
	    src: url('/_common/fonts/S-Core_Dream/SCDream2.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream2-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream2-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    /*font-family: 's-core-dream-light';**/
	    font-family: 's-core-dream-3';
	    src: url('/_common/fonts/S-Core_Dream/SCDream3.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream3-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream3-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    /*font-family: 's-core-dream-regular';**/
	    font-family: 's-core-dream-4';
	    src: url('/_common/fonts/S-Core_Dream/SCDream4.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream4-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream4-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    /*font-family: 's-core-dream-medium';**/
	    font-family: 's-core-dream-5';
	    src: url('/_common/fonts/S-Core_Dream/SCDream5.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream5-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream5-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    /*font-family: 's-core-dream-bold';**/
	    font-family: 's-core-dream-6';
	    src: url('/_common/fonts/S-Core_Dream/SCDream6.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream6-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream6-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    /*font-family: 's-core-dream-extrabold';**/
	    font-family: 's-core-dream-7';
	    src: url('/_common/fonts/S-Core_Dream/SCDream7.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream7-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream7-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    /*font-family: 's-core-dream-heavy';**/
	    font-family: 's-core-dream-8';
	    src: url('/_common/fonts/S-Core_Dream/SCDream8.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream8-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream8-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    /*font-family: 's-core-dream-black';**/
	    font-family: 's-core-dream-9';
	    src: url('/_common/fonts/S-Core_Dream/SCDream9.otf'),
	    	 url('/_common/fonts/S-Core_Dream/SCDream9-webfont.woff2') format('woff2'),
	         url('/_common/fonts/S-Core_Dream/SCDream9-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}

	/**
	| -------------------------------------------------------------------------
	| @ 05. NexonMaplestory (넥슨 메이폴스토리체)
	| -------------------------------------------------------------------------
	*/
	@font-face {
	    font-family: 'nexonMaplestoryLight';
	    src: url('/_common/fonts/NexonMaplestory/NexonMaplestoryLight.otf'),
	    	 url('/_common/fonts/NexonMaplestory/NexonMaplestoryLight.ttf'),
	         url('/_common/fonts/NexonMaplestory/NexonMaplestoryLight.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}	
	@font-face {
	    font-family: 'nexonMaplestoryBold';
	    src: url('/_common/fonts/NexonMaplestory/NexonMaplestoryBold.otf'),
	    	 url('/_common/fonts/NexonMaplestory/NexonMaplestoryBold.ttf'),
	         url('/_common/fonts/NexonMaplestory/NexonMaplestoryBold.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	
	/**
	| -------------------------------------------------------------------------
	| @ 06. tmon (티몬체)
	| -------------------------------------------------------------------------
	*/
	@font-face {
	    font-family: 'tium';
	    src: url('/_common/fonts/tmon/Tium.ttf'),
	         url('/_common/fonts/tmon/Tium.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'tmon';
	    src: url('/_common/fonts/tmon/Tmon.ttf'),
	         url('/_common/fonts/tmon/Tmon.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	
	/**
	| -------------------------------------------------------------------------
	| @ 07. swagger (스웨거체)
	| -------------------------------------------------------------------------
	*/
	@font-face {
	    font-family: 'swagger';
	    src: url('/_common/fonts/swagger/SDSwagger.otf'),
	    	 url('/_common/fonts/swagger/SDSwagger.ttf'),
	         url('/_common/fonts/swagger/SDSwagger.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	
	/**
	| -------------------------------------------------------------------------
	| @ 08. BMJua (배민 주아체)
	| -------------------------------------------------------------------------
	*/
	@font-face {
	    font-family: 'bmjua';
	    src: url('/_common/fonts/BMJua/BMJua.otf'),
	    	 url('/_common/fonts/BMJua/BMJua.ttf'),
	         url('/_common/fonts/BMJua/BMJua.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}

	/**
	| -------------------------------------------------------------------------
	| @ 09. jalnan (여기어때 잘란체)
	| -------------------------------------------------------------------------
	*/
	@font-face {
	    font-family: 'jalnan';
	    src: url('/_common/fonts/jalnan/jalnan.otf'),
	    	 url('/_common/fonts/jalnan/jalnan.ttf');
	    font-weight: normal;
	    font-style: normal;
	}
	
	/**
	| -------------------------------------------------------------------------
	| @ 10. Cafe24 (카페24 서체)
	| -------------------------------------------------------------------------
	*/
	@font-face {
	    font-family: 'cafe24-classictype';
	    src: url('/_common/fonts/cafe24/Cafe24Classictype.ttf');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'cafe24-ohsquare';
	    src: url('/_common/fonts/cafe24/Cafe24Ohsquare.ttf');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'cafe24-shiningstar';
	    src: url('/_common/fonts/cafe24/Cafe24Shiningstar.ttf');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'cafe24-ssurround';
	    src: url('/_common/fonts/cafe24/Cafe24Ssurround.ttf');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'cafe24-ssurroundAir';
	    src: url('/_common/fonts/cafe24/Cafe24SsurroundAir.ttf');
	    font-weight: normal;
	    font-style: normal;
	}
	