/* CSS 변수 모음 */

:root {
	
	/* ----- 크기 ----- */
	
	/* 메인페이지 기본 넓이 */
	--width-main:1200px;
	
	/* 서브페이지 기본 넓이 */
	--width-sub:1200px;
	
	/* 반응형 - 넓이 */
	--width-res:95%;
	
	/* 헤더 높이 (반응형) */
	--header-height:80px;
	--header-height-res:110px;
	
	/* 서브 컨텐츠 */
	--top-height:120px;
	--bottom-height:150px;
	
	/* ----- 색상  ----- */
	
	--red:#FE0000;
	--grey:#F5F5F5;
	--navy:#10193A;
}