@charset "UTF-8";


.bg-color {
	background-color: rgb(0,0,0);
}

.bg-color-2 {
	background-color:  rgba(0,0,0,0.80);
}
.bg-color-3 {
	background-color:  rgba(200,200,200,1);
}
.color-black {
	color: rgb(0,0,0);
}


.color-white {
	color: rgb(50,50,50);
}
.color-white-02 {
	color: rgb(255,255,255);
}

.color-grey-10 {
	color: rgb(230,230,230);
}
.color-grey-20 {
	color: rgb(204,204,204);
}
/*orange*/
.color-grey-30 {
	color: rgba(50,50,50,1.00);
}


.color-grey-40 {
	color: rgb(153,153,153);
}
.color-grey-50 {
	color: rgb(128,128,128);
}
.color-grey-60 {
	color: rgb(102,102,102);
}
.color-grey-70 {
	color: rgb(77,77,77);
}
.color-grey-80 {
	color: rgb(51,51,51);
}
.color-grey-90 {
	color: rgb(26,26,26);
}
