@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');*/
/********************************************************************************
全域變數
********************************************************************************/
/********************************************************************************
全域函数
********************************************************************************/
/*********************************************************************************/
/* home                                                               */
/*********************************************************************************/
#homeArea {
  /*border:3px #F00 dotted;*/ }

#homeArea .content {
  /*border:3px #F00 dotted;*/ }

#homeArea .bg {
  background-image: url(../images/bg.jpg); }

#container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 200; }

#container canvas {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent; }

/*#act{
	@include setDiv($p:absolute,$w:50px,$h:50px);
	top:0;
	border:2px #F00 dotted;
}*/
