@charset "utf-8";
/* CSS Document */

/*===============================
	main
================================*/
header.header {
  background-color: rgba(1,91,177,0.9);
}
header .sab-nav-wrap {
  background-color: rgba(18,26,35,0.8);
}

@media screen and (max-width:1023px) {

header.header {
  background-color: rgba(1,91,177,1);
}
header .sab-nav-wrap {
  background-color: rgba(18,26,35,1);
}
}