@charset "utf-8";
/*********************************************************
	root.css - &.202406
**********************************************************/

/*ROOT*/
:root {
	/*vh동적설정*/
	--vh: 100%;
  /*color set*/
  --color-white:#FFFFFF;
	--color-black: #262626;
	--color-txtblk: #323842;
  --color-darkgray: #565E6C;
  --color-lightgray: #BCC1CA;
  --color-linegray: #DEE1E6;
  --color-linelightgray: #EAECEF;
  --color-bggray:#FAFAFB;
  --color-ylw:#F7B616;
  --color-lightylw:#FFD972;
  --color-bgylw:#FFF9EB;
  --color-brw:#545046;
  --color-blue:#486BD4;
  --color-cyan:#22B8CF;
  --color-cyan-deep:#1098AD;
  --color-cyan-soft:#E3F7FA;
  --color-navy:#2E3848;
  --color-navy-deep:#262E3D;
	--color-shadow:rgba(0,0,0,0.15);
  /*font weight*/
  --txt-thin: 100;
  --txt-light: 300;
  --txt-regular: 400;
  --txt-medium: 500;
  --txt-semibold: 600;
  --txt-bold: 700;
  --txt-extrabold: 800;
	/*seperate size(padding,margin,gap)*/
	--sep-min:8px;
	--sep-half:24px;
	--sep-comm:40px;
	--sep-double:80px;
	@media screen and (max-width:768px) {
		--sep-comm:36px;
		--sep-double:60px;
	}
	/*radius*/
	--radius-comm: 8px;
}
