body{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
}
.header-wrap{
  width: 100%;
  height: 30vh;
  background: url("../images/back03-img.png") repeat center , url("../images/kv-img.jpg") no-repeat center top / cover;
  position: relative;
  z-index: 1;
}

.indoor-wrap{
  width: 100%;
  height: 550px;
  background: url("../images/indoor-img.png") no-repeat center top / cover;
  position: relative;
  padding: 15px 0px 15px 0px;
  margin-top: 30px;
}

.more-wrap{
  width: 100%;
  height: 30vh;
  background:  url("../images/more-img.jpg") no-repeat center top / cover;
  padding: 15px 0px 15px 0px;
}

.header-logo{
  width: 0px;
  padding-left: 148px;
  overflow: hidden;  
  height: 32px;
  margin: 10px 0px 0px 16px;
  background: url(../images/logo.svg) no-repeat center left;
}
.header-title{
  width: 100%;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  bottom: 80px;
  
}
.header-title h1{
  font-size: 40px;
  font-weight: 900;
  text-shadow: #00000029 0px 0px 6px;
  margin-bottom: 10px;
  padding-top: 50px;
}
.header-title p{
  font-size: 16px;
  text-shadow: #00000029 0px 0px 6px;
}
.main-wrap{
  margin-top: -50px;
  position: relative;
  z-index: 3
}
.main-title{
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  background-color: #fff;
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 6px #00000029;
}
.main-title::before{
  content: "";
  position: absolute;
  border: 30px solid transparent;
  border-bottom: 30px solid #9BC648;
  border-right: none;
  bottom: -2px;
  right: -2px;
}
.main-title::after{
  content: "";
  position: absolute;
  border: 30px solid transparent;
  border-top: 30px solid #9BC648;
  border-left: none;
  top: -2px;
  left: -2px;
}
.section{}
.section-scenario{
  display: flex;
  flex-direction: column;
}
.section-scenario h2{
  order: 1;
  color: #9B9B9B;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  background: url(../images/parentheses-left-img.svg) no-repeat center left 20px , url(../images/parentheses-right-img.svg) no-repeat center right 20px;
  background-color: #fff ;
  padding: 40px 46px;
  box-sizing: border-box;
}
.scenario-one-wrap{
  margin-top: -100px;
}
.scenario-two-wrap{}
.chat-wrap{
  width: 100%;
  padding: 300px 20px 20px 20px;
  box-sizing: border-box;
}
.chat-wrap-one{
  background: url(../images/scenario-one-bg.jpg) no-repeat top center / cover ;
}
.chat-wrap-two{
  background: url(../images/scenario-two-bg.jpg) no-repeat top center / cover ;
}
.chat-wrap p{
  position: relative;
  width: 80%;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  border-radius: 8px;
  border-top-right-radius: 0px;
  background: rgba(255, 255, 255, .9);
  margin: 20px 0px;
  margin-left: 20%;
  padding: 10px 15px;
  box-sizing: border-box;
}
.chat-wrap p span{
  font-size: 20px;
}
.chat-wrap p::after{
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, .9);
  border-right: none;
  top: -20px;
  right: 0px;
}
.chat-wrap p:last-child{
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 0px;
  background: rgba(151, 196, 63, .9);
  margin-left: auto;
  margin-right: 20%;
}
.chat-wrap p:last-child::after{
  border-bottom: 10px solid rgba(151, 196, 63, .9);
  border-right: 10px solid rgba(151, 196, 63, 0) ;
  border-top-right-radius: 50px;
  border-left:none;
  top: -20px;
  right: auto;
  left: 0;
}
.point-wrap{
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
}
.point-wrap h2{
  color: #383838;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #4A4A4A;
  padding: 10px 5px 10px 5px;
  margin:15px;
}
.point-list{
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
}
.point-list li{
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.point-img{
  flex: 1;
}
.point-img img{
  width: 100%;
  border-radius: 50%;
  border:1px solid #D4D4D4;
  vertical-align: top;
}
.point-content{
  flex: 2;
  padding-left: 20px;
}
.point-content h3{
  color: #97C43F;
  font-size: 26px;
  font-weight: 500px;
  letter-spacing: 2px;
  padding-bottom: 8px;
}
.point-content p{
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 1.3;
}


.step-list{
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  background-color:hsl(0, 0%, 93%)
}
.step-list li{
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.step-img{
  flex: 1;
  padding: 15px;
}
.step-img img{
  width: 100%;
  border:1px solid #D4D4D4;
  vertical-align: top;
}
.step-content{
  flex: 2;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.step-content h3{
  color: #97C43F;
  font-size: 26px;
  font-weight: 500px;
  letter-spacing: 2px;
  padding-bottom: 8px;
}
.step-content p{
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 1.3;
}



.app-wrap{
  width: 100%;
  padding: 13px 43px 13px 29px;
  box-sizing: border-box;
  text-align: center;
}
.app-wrap h2{
  color: #fff;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0,0,0, .3);
  padding-top: 60vh;
  padding-bottom: 30px;
  text-align: left;
}

.app-wrap p{
    padding: 10px 10px 10px 10px;
}

.qr-code{
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 32px 0px 0px;
}
.qr-code img{
  width: 100%;
  vertical-align: top;
  border-radius: 8px;
}
.app-download{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 13px 43px 13px 43px;
  border-radius: 3px;
  border-bottom: 4px solid #BF890D;
  background: #FFB817;
}
.service-wrap{
  padding: 45px 20px;
}
.service-wrap h2{
  color: #707070;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.service-wrap h2 strong{
  color: #97C43F;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1.5;
  display: block;
  background: url(../images/service-title-img.svg) no-repeat left top; 
}
.service-list{
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #D4D4D4; 
}
.service-list > li{
  padding-top: 30px;
}
.service-list > li h3{
  color: #383838;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 15px;
}
.service-clean , .service-move{
  display: flex;
  flex-wrap: wrap;
}
.service-clean li , .service-move li{
  width: calc(100% / 3 - 20px);
  margin: 15px 10px;
}
.service-link{
  color: #4A4A4A;
  text-align: center;
}
.service-img{}
.service-img img{
  width: 100%;
  vertical-align: top;
  border-radius: 8px;
  border: 1px solid #D4D4D4;
}
.service-name{
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 8px;
}

.service-more{
  text-align: center;
  padding: 15px 0px 15px 0px;
}

.service-more p{
  width: 100%;
  color: #383838;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 5px 15px 5px;
}
.service-more a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 11px 45px 11px 32px;
  border-radius: 3px;
  border-bottom: 4px solid #E62300;
  background: #FA5047 url(../images/arrow-ic.svg) no-repeat right 26px center ;
}
.footer-wrap{
}
.footer-content{
  padding: 30px 20px;
  background-color: #EBEBEB;
  text-align: center;
}
.footer-logo{
  width: 0px;
  padding-left: 148px;
  overflow: hidden;  
  height: 90px;
  margin: 20px 0px;
  background: url(../images/logo-footer.svg) no-repeat center;
}
.footer-content h3{
  color: #97C43F;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 20px 0px;
}
.footer-about{
  color: #747474;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: left;
}
.copyright{
  background-color: #9B9B9B;
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  padding: 12px 20px;
}










