
.menuset{
  left: 0;
  background: #fff;
  margin: 0px 0 0 0px;
  padding: 0 0px;
  height: auto;
}


.topmenu{
  background: #fff;
  padding: 0 0 0px 0;
  
  z-index: 3;
  /*border-bottom:1px solid #dfdfdf;*/
  top:0;
  position: relative;
}
.logo{
  background: #fff;
  max-width: 80px;
  overflow: hidden;
  border-radius: 2px;
}


.singleone{
  padding: 0 2%;
  text-align: center;
  line-height: 1.45em;
  margin: 1% 0;
}

.singleone755{
  min-height: 340px;
}

.promise{
  border: 1px solid #fff;
  padding: 20px 20px;
  text-align: center;
  margin: 30px 0;
}

.promise h1{
  color:#2ec4b6;
  font-weight: bold;
}

/*區塊共同元素*/
.sections{
  padding: 3.5% 0;
}
#item5{
  padding: 3.5% 0 2% 0;
}
.turquoise{
  color:#2ec4b6;
  font-weight: bold;
}
.whytitle{
  color: #e4ba4a;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.white{
  color:#fff;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.white h1{
  font-style: italic;
  font-weight: bold;
}


/*第二區塊-----------------------------------------------------*/

.area2{
  /*background: #fff url(../image/banner/a2bg.jpg) fixed no-repeat center center;*/
}
.area2right{
  padding: 60px 0 0 0;
  text-align: justify;
  line-height: 2em;
}
.area2pra{
  line-height: 32px;
  margin: 20px 0 25px 0;
}

.machine img{
  border: 1px solid #ccc;
  border-radius: 3px;
}

.machine{
  padding: 0 1.5%;
  text-align: center;
  line-height: 1.45em;
  margin: 1% 0;
}

/*第三區塊-----------------------------------------------------*/
.area3{
  line-height: 32px;
  /*background: #ededed;*/
}

/*諮詢表單*/
.consultation{
  /*background: #eaeaea;*/

}

/*Footer-----------------------------------------------*/
#footer{
  padding: 1% 0;
  background: #6e8886;
  color: #fff;
}

#footer .footinfo{
  margin: 0px 0;
  line-height: 36px;
}

#footer .footinfo p{
  margin: 0 0;
}
#footer .footinfo i{
  margin: 0 1% 0 0;
  min-height: 30px;
}

.facepage iframe{
  min-height: 280px;
  margin: 20px 0 20px 0;
}


.facepage .faces{
  max-height: 280px;
  overflow: hidden;
}

.map{
  margin: 0 0 10px 0;
}

/*------------------------------------*/

.consultation input[type="checkbox"],
.consultation input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.consultation label {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
  min-width: 20px;
  min-height:20px;
  z-index: 1;
  color: #fff;
}
.consultation label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #6e8886;
  border-radius: 4px;
  z-index: -1;
}
.consultation input[type="radio"] + label::before {
  border-radius: 18px;
}
/* Checked */
.consultation input[type="checkbox"]:checked + label,
.consultation input[type="radio"]:checked + label {
  padding-left: 10px;
  color: #fff;
  
}
.consultation input[type="checkbox"]:checked + label::before,
.consultation input[type="radio"]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #6e8886;/*#2995cc*/

}
/* Transition */
.consultation label,
.consultation label::before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}


/*右側按鈕---------------------------------------------*/

.quicklink{
  position: fixed;
  right:0;
  top:40%;
  max-width: 50px;
  /*background: #f00;*/
  z-index: 4;
}

.quicklink div{
  margin: 0 0 8px 0;
}

@media only screen and (min-width: 600px) {
  .singleone755{
 
  min-height: 430px;
}
 
}

@media (min-width: 768px) {
  
  

}
@media (min-width: 900px) {



}
@media (min-width: 1000px) {
  .facepage iframe{
  min-height: 280px;
  margin: 0px 0 20px 0;
}

.quicklink{
  right:0;
  top:40%;
  max-width: 70px;
}

}
@media (min-width: 1200px) {

  
  .topmenu{
    position: sticky;
    top: 0;
  }


  /*Footer-------------------------------*/
  #footer .footinfo{
    margin: 0% 0;
  }
}
@media (min-width: 1300px) {
  
  
}

@media (min-width: 1600px) {
  
 
   
}


