*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei", 微軟雅黑體,
    Noto Sans TC, sans-serif;
  font-size: 3.5vw;
  overflow-x: hidden;
  color: #3f2830;
  line-height: 1.5em;
  min-height: 100vh;
}
.qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner {
  padding-top:0px;
  width: 100%;
}

.qodef-logo-wrapper a, .qodef-testimonials .qodef-testimonial-text-bottom .qodef-testimonial-image-holder img, .wp-caption, iframe, img, pre{
  max-width: none;
}
.float-btn{
  border-radius: 40px;
  border: none;
  padding: 8px 15px;
  color: #fff;
  background-color: #f55b65;
  box-shadow: 0 4px #c1212d;
  position: relative;
  text-decoration: none;
  display: inline-block;
  line-height: 1.15em;
  font-weight: 700;
}
.float-btn:hover {
  box-shadow: 0 2px #c1212d;
  top: 2px;
  text-decoration: none;
}
.float-btn:active {
  box-shadow: 0 0px #c1212d;
  top: 4px;
  text-decoration: none;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
/*====== page-menu =======*/
.page-menu {
  position: fixed;
  background-color: #fff;
  color: #966c5d;
  right: 0px;
  top: 10%;
  padding: 3vw 3vw 3vw 8vw;
  border-radius: 0 0 0 4vw;
  box-shadow: 0vw 1.5vw rgba(0,0,0,0.1);
  transform: translateX(100%);
  transition: transform .5s ease-in-out;
}
.page-menu a {
  color: #966c5d;
  text-decoration: none;
}
.page-menu a:hover {
  text-decoration: none;
}
.page-menu a:active {
  text-decoration: none;
}

.page-menu.active{
  transform: translateX(0);
}
.page-menu::after {
  position: absolute;
  content: 'MENU';
  display: inline-block;
  padding: 2.5vw;
  background: #fff;
  border-radius: 3vw 0 0 3vw;
  box-shadow: -.5vw 1vw rgba(0,0,0,0.1);
  top: 0px;
  left: 0px;
  transform: translateX(-100%);
}
/*======= go-to ========*/
.go-to{
  display: block;
  position: fixed;
  right: 0;
  bottom: 5%;
}
.go-to img {
  width: 30vw;
}

/*======= header ========*/
#header {
  background-image: url(../image/mobile_header.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 951px;
  overflow: hidden;
  position: relative;
}


#cycle {
  position: relative;
}

@keyframes rotateRoad {
  from {
    transform: translateX(-50%) rotate(360deg);
  }
  to {
    transform: translateX(-50%) rotate(0deg);
  }
}
#cycle-road {
  width: 100vw;
  position: relative;
}

#cycle-road img {
  width: 200%;
  position: absolute;
  left: 50%;
  top: 35vw;
  transform: translateX(-50%);
  animation: rotateRoad 50s linear 0s infinite normal;
}

@keyframes bounceCard {
  from {
    transform: translate(-50%, 0px);
  }
  to {
    transform: translate(-50%, -5px);
  }
}
#cycle-road__car {
  position: absolute;
  top: 43vw;
  left: 50%;
  animation: bounceCard 0.5s ease 0s infinite alternate;
}

#cycle-road__car img:first-child {
  width: 40vw;
}

#cycle-road__speack {
  position: absolute;
  top: -18vw;
  left: -20vw;
  width: 35vw;
}

#active-info-container {
  position: absolute;
  top: 70vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
#active-info {
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 0px;
  font-weight: 700;
}
.info-special-chart {
  color: #e75558;
  background-color: #ffd5d0;
}
#active-search-form {
  text-align: center;
}
.form-item--inline {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.form-itme--inline:last-child {
  margin-right: 0px;
}
#active-search-form select {
  border-radius: 5px;
  padding: 5px 20px 5px 5px;
  border-color: #f55b67;
  border-width: 2px;
  background-image: linear-gradient(45deg, transparent 50%, #f3b5ac 50%),
    linear-gradient(135deg, #feb5ac 50%, transparent 50%);
  background-position: calc(100% - 8px) calc(10px + 2px),
    calc(100% - 3px) calc(10px + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
#active-search-form .btn-group {
  margin-top: 10px;
  display: inline-block;
}

/*======= grass ========*/
#grass {
  background-image: url(../image/grass_mobile.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: absolute;
  top: 112vw;
  padding-top: 20vw;
  padding-bottom: 10vw;
}

@media screen and (min-width: 680px) {
  body{
    font-size: 16px;
  }
  #header{
    background-image: url(../image/header2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    height: 786px;
  }
  #cycle-road img{
    width: 1200px;
    top: 150px;
  }
  #cycle-road__car{
    top: 150px;
  }

  #cycle-road__car img:first-child{
    width: 100%;
  }
  #cycle-road__car img:last-child{
    top: -45px;
    left: -110px;
    width: auto;
  }
  #active-info-container{
    top: 360px;
  }
  #grass {
    background-image: url(../image/grass.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    min-height: 1693px;
    position: absolute;
    top: 557px;
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .menu-group{
    position: fixed;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-menu{
    position: static;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px -1px 2px 4px rgba(0,0,0,0.1);
    transform: none;
  }
  .page-menu::after{
    display:none;
  }
  .go-to{
    position: static;
  }
  .go-to img{
    width: 145px;
  }
}

@media screen and (min-width: 980px) {
  .go-to{
    margin-left: 42px;
  }
}
@media only screen and (max-width: 900px){
.apply-form .form-label {display: initial;}
.apply-form .form-group--multiple .form-input.form_input--block {margin-left: 6em;}
/**/
}
@media screen and (min-width: 680px) {
#grass {background-image: url(../bus/image/grass3.png);background-size: auto;height: auto;min-height: 670px;top: 537px;padding-top: 100px;padding-bottom: 80px;}
.page-menu {padding: 10px 0px 10px 50px;width: 210px;}
}
#apply-form2{position: relative;top: -150px;display: block;}
.float-btn a{color: #fff;}
	.qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner {margin-bottom: -22px;}