@charset "utf-8";
/**
 * KBS Web Font Style
 * @author KBS Media Webpublisher
 * @version 1.0
 * @date 2021-04-19
 * @copyright Copyright (c) KBS Media. All right reserved.
 **/

@font-face{
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:100;
	src:local('Proxima Nova Thin'),
	url(./font/eot/Proxima-Nova-Thin.eot),
	url(./font/eot/Proxima-Nova-Thin.eot?#iefix) format('embedded-opentype'),
	url(./font/woff/Proxima-Nova-Thin.woff) format('woff');
}

@font-face{
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:400;
	src:local('Proxima Nova Regular'),
	url(./font/eot/Proxima-Nova-Regular.eot),
	url(./font/eot/Proxima-Nova-Regular.eot?#iefix) format('embedded-opentype'),
	url(./font/woff/Proxima-Nova-Regular.woff) format('woff');
}

@font-face{
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:700;
	src:local('Proxima Nova Bold'),
	url(./font/eot/Proxima-Nova-Bold.eot),
	url(./font/eot/Proxima-Nova-Bold.eot?#iefix) format('embedded-opentype'),
	url(./font/woff/Proxima-Nova-Bold.woff) format('woff');
}

@font-face{
	font-family:'NanumSquare';
	font-style:normal;
	font-weight:800;
	src:local('NanumSquareEB'), local('NanumSquare'),
	url(./font/eot/NanumSquareEB.eot),
	url(./font/eot/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
	url(./font/woff/NanumSquareEB.woff) format('woff'),
	url(./font/otf/NanumSquareEB.otf) format('opentype');
}

@font-face{
	font-family:'NanumSquare';
	font-style:normal;
	font-weight:700;
	src:local('NanumSquareB'), local('NanumSquare'),
	url(./font/eot/NanumSquareB.eot),
	url(./font/eot/NanumSquareB.eot?#iefix) format('embedded-opentype'),
	url(./font/woff/NanumSquareB.woff) format('woff'),
	url(./font/otf/NanumSquareB.otf) format('opentype');
}

@font-face{
	font-family:'NanumSquare';
	font-style:normal;
	font-weight:400;
	src:local('NanumSquareR'), local('NanumSquare'),
	url(./font/eot/NanumSquareR.eot),
	url(./font/eot/NanumSquareR.eot?#iefix) format('embedded-opentype'),
	url(./font/woff/NanumSquareR.woff) format('woff'),
	url(./font/otf/NanumSquareR.otf) format('opentype');
}

@font-face{
	font-family:'NanumSquare';
	font-style:normal;
	font-weight:300;
	src:local('NanumSquareL'), local('NanumSquare'),
	url(./font/eot/NanumSquareL.eot),
	url(./font/eot/NanumSquareL.eot?#iefix) format('embedded-opentype'),
	url(./font/woff/NanumSquareL.woff) format('woff'),
	url(./font/otf/NanumSquareL.otf) format('opentype');
}

@font-face{
	font-family:'Wolin';
	font-style:normal;
   	font-weight:normal;
	src:local('Wolin'),
	url(./font/eot/Wolin.eot),
	url(./font/eot/Wolin.eot?#iefix) format('embedded-opentype'),
	url(./font/woff/Wolin.woff) format('woff'),
	url(./font/otf/Wolin.otf) format('opentype'),
	url(./font/otf/Wolin.TTF) format('truetype');
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,div,span,strong,table,thead,tbody,tr,th,td,form,fieldset,legend,input,textarea,button{font-family:'NanumSquare','Apple SD Gothic Neo','애플 SD 산돌고딕 Neo','Helvetica Neue','Roboto','sans-serif'}