@charset "utf-8";

html{
  scroll-behavior: smooth;
}


	#intro {
		background: url("../../images/aboutus/smartbrella_l_bg.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}


	#one {
		background: url("../../images/aboutus/77a.jpg");
		background-size: 1200px 400px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}


	#two {
		background: url("../../images/aboutus/customize.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}


	#three {
		background: url("../../images/aboutus/maintenance_bg.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

	#four {
		background: url("../../images/aboutus/gift_bg.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

	#five {
		background: url("../../images/common/img01.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 100px;
  background: #FFF;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #BCAA6D;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


@media screen and (max-width:560px) {
    #header {
        display: none;
    }

}

