@charset "utf-8";
/*==============================================

    ----------------------------------------------------------------
	* Date		:	2021-09-13
	* Modify		:   
	* Name		:	font.css
	----------------------------------------------------------------
	
	- Description -

==============================================*/
/*
@font-face {
    font-family: 'KoPubDotum';
    font-weight: 300;
	font-display: swap;
	  src: local(''),
		   url('../fonts/KoPubDotumLight.woff2') format('woff2'),
		   url('../fonts/KoPubDotumLight.woff') format('woff');
}
@font-face {
    font-family: 'KoPubDotum';
    font-weight: 500;
	font-display: swap;
	  src: local(''),
		   url('../fonts/KoPubDotumMedium.woff2') format('woff2'),
		   url('../fonts/KoPubDotumMedium.woff') format('woff');
}
@font-face {
    font-family: 'KoPubDotum';
    font-weight: 700;
	font-display: swap;
	  src: local(''),
		   url('../fonts/KoPubDotumBold.woff2') format('woff2'),
		   url('../fonts/KoPubDotumBold.woff') format('woff');
}
*/

@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/SpoqaHanSansNeo-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/SpoqaHanSansNeo-Light.woff2) format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SpoqaHanSansNeo-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/SpoqaHanSansNeo-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/SpoqaHanSansNeo-Bold.woff2) format("woff2");
}

 
@font-face {
	font-family: 'KoPubDotum';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/KoPubDotum_ProLight.woff) format('woff');
}
@font-face {
	font-family: 'KoPubDotum';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/KoPubDotum_ProMedium.woff) format('woff');
}
@font-face {
	font-family: 'KoPubDotum';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/KoPubDotum_ProBold.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
	font-display: swap;
  src: local(''),
       url('../fonts/poppins-v15-latin-100.woff2') format('woff2'),
       url('../fonts/poppins-v15-latin-100.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
	font-display: swap;
  src: local(''),
       url('../fonts/poppins-v15-latin-300.woff2') format('woff2'),
       url('../fonts/poppins-v15-latin-300.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: local(''),
       url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'),
       url('../fonts/poppins-v15-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
	font-display: swap;
  src: local(''),
       url('../fonts/poppins-v15-latin-500.woff2') format('woff2'),
       url('../fonts/poppins-v15-latin-500.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
	font-display: swap;
  src: local(''),
       url('../fonts/poppins-v15-latin-600.woff2') format('woff2'),
       url('../fonts/poppins-v15-latin-600.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
	font-display: swap;
  src: local(''),
       url('../fonts/poppins-v15-latin-700.woff2') format('woff2'),
       url('../fonts/poppins-v15-latin-700.woff') format('woff');
}