:root {
	/* sso 추가 */
	/* --sso-height: 71px; */
    --min-width:360px;
    --container-padding:60px;
    --container-width:1800px;
    
    /* 아래 주석된 부분이 sso 추가 전 */
    --header-height:127px;
    /* --header-height:calc(127px + var(--sso-height)); */
    
    --header-background:#ffffff;
    --header-padding:50px 0 30px;
    --content-width:1280px;
    --footer-padding:60px 0 100px;
 	--header-fix-height:100px;
    --header-fix-padding:30px 0 30px;
}


/*Global Color*/
:root {
    --black0:#000000;
    --black1:#342F2B;
    --black2:#6C6763;
    --orange0:#ff8d01;
    --orange1:#F38601;
    --orange2:#FFC76D;
    --orange3:#FFF1CC;
    --orange4:#FFF8E5;
    --green1:#488D64;
    --green2:#84BE8F;
    --green3:#DEF1D5;
    --button_off:#C1996C;
    --button_on:#6D4B21;
    --white:#FFFFFF;
    --line1:#D8D8D8;
    --line2:#A9A9A9;
    --red:#FF6A00;
    --shadow1: 0 20px 30px 0 rgba(70,70,70,0.2);
    --shadow2: 0 8px 10px 0 rgba(0,0,0,0.08);
    --shadow3: 0 0 10px 5px rgba(0,0,0,0.08);
    --shadow4: 0 8px 10px 0 rgba(199,76,0,0.2);
}
