body{
  font-family: Microsoft JhengHei,微軟正黑體;
}

h3{
  color: #000000;
  z-index: 1;
}

.at-home-content{
  position: relative;
  top: 300px;
}

.at-home-content p{
  font-size: 20px;
  line-height: 14px;
}

.at-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  z-index: 0; }
  .at-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .97;
    background: #ACD6FF;
    background: -moz-linear-gradient(45deg, 	#ACD6FF 0%, #efac78 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ACD6FF), color-stop(100%, #efac78));
    background: -webkit-linear-gradient(45deg, 	#ACD6FF 0%, #efac78 100%);
    background: -o-linear-gradient(45deg, 	#ACD6FF 0%, #efac78 100%);
    background: -ms-linear-gradient(45deg, 	#ACD6FF 0%, #efac78 100%);
    background: linear-gradient(45deg, 	#ACD6FF 0%, #efac78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448ef6', endColorstr='#af05a9', GradientType=1 ); }

#at-conent-js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }