:root{
	--main: #034694;

    --mobile-bg: #eee;         /*   모바일에서 section 뒤  배경색  */
	--mobile-bg-border: #f8f8f8; /*   모바일에서 mobile-bg 넣을시 보더값 */
	
	--text-blue: #283270; /* 파란색 글씨(서브) */
	--bg-soft:#ECEFF6;
	--gray:#f8f8f8;
	--gray1: #d9d9d9;
	--gray2: #b7b7b7;
	--blue:#eaf0ff;
	--blue1: #eef2f7;/*#a9c4f9*/
	--blue2:#1f42c0;
	--table:#cdd1d5;       /*   테이블 td 색상  */
	--table-gray: #ccc;
    --border:#bababa;

	--point-color-1:#f6ece3;
	--point-color-2:#f6ece3;
	--title: #333 ;
	--indigo:#6610f2;
	--purple:#6f42c1;
	--pink:#e83e8c;
	--red:#dc3545;
	--orange:#fd7e14;
	--yellow:#ffc107;
	--green:#28a745;
	--teal:#20c997;
	--cyan:#17a2b8;
	--white:#fff;

	--gray-dark:#343a40;
	--primary:#007bff;
	--secondary:#6c757d;
	--success:#28a745;
	--info:#17a2b8;
	--warning:#ffc107;
	--danger:#dc3545;
	--light:#f8f9fa;
	--dark:#343a40;
	--button:#653500;
	--hoverbutton:#3b2003;


/*    폰트     조직도 하단 직원 업무에 사용 */
	  --font-ui: "Pretendard Variable", Pretendard, "Noto Sans KR",
             "Apple SD Gothic Neo", "Malgun Gothic", "Segoe UI",
             system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco,
               Consolas, "Liberation Mono", monospace;




 /*   그림자 */
 --shadow:0 10px 24px rgba(2,12,27,.2);
 --shadow-1: 0 6px 24px rgba(2,6,23,.08);

 /*   border-radius  */
  --round:16px;
  --radius: 16px;               
  --radius-small: 6px;
  --radius-medium: 12px;
  --radius-bold: 28px;
  --radius-large: 50%;
   
/*     패딩   */
  --padding-sm: 8px;          
  --padding: 16px;
  --padding-lg: 24px;

 /*   비전   */
   --text: #0f172a;           
    --muted: #475569;           
    --brand: #0B4596;            
    --brand-2: #F1B93C;          
    --card: #ffffff;
    --border: #e2e8f0;
 
    --radius: 1.25rem;
    --gap: clamp(1rem, 2.5vw, 1.5rem);
}

