@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/************通用 CSS 開始********************/

body {}

#mtkContainer * {
  box-sizing: border-box;
}

#mtkContainer {
  background: url(../images/taxi_img/repeatBg.jpg) top center repeat-y;
}

.heroImgPc {
  width:100%;
  height: 620px;
  background: url(../images/taxi_img/202402_heroImg_pc.jpg) top center no-repeat;
}

.onlyM {
  display: none;
}

@media screen and (max-width:960px) {
  .onlyM {
    display: block;
  }

  .onlyM {
    width: 100%;
  }

  .heroImgPc{
    background: none;
    width:100%;
    height: auto;
  }
}

/************通用 CSS 結束********************/




/************本地選單 CSS 開始********************/

/* --------- menu start --------- */

.ph-menu-arrow-left {
display: none;
}

.ph-menu-arrow-right{
  display: none;
}

.pageMenu {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0 0 0;
  z-index: 1;
}

.pageMenu_first {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 26px;
  padding: 12px 0;
  background: #ff9600;
}

.pageMenu_first a {
  position: relative;
  display: flex;
  justify-content: center;
  font: 700 24px/1.5 "Noto Sans TC", "微軟正黑體";
  color: #fff;
  text-decoration: none;
  margin: 0 24px;
  padding: 6px 30px;
}


.pageMenu_first a:hover {
  background-color: #c42800;
  color: #fff;
  border-radius: 25px;
  transform: translateY(-5px);
  text-decoration: none;
}

.pageMenu_first a:hover::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -31px;
  border: 18px solid #c42800;
  border-color: #c42800 transparent transparent transparent;
  z-index: 1;
}

.pageMenu_first a:focus{
  color: #fff;
  text-decoration: none;
}


@media screen and (max-width:960px) {
  
  .pageMenu{
    margin: 0;
  }

  .pageMenu_first a{
    font: 700 17px / 1.5 "Noto Sans TC", "微軟正黑體";
    margin: 0 15px;
    padding: 0;
  }

}





/* --------- menu end --------- */



/* --------- story start ---------  */

.story{
  position: relative;
  font-family:"Noto Sans TC";
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom:70px;
}

.story_car{
  width: 650px;
  height: 650px;
  animation: shakeY 2s infinite linear;
  }
  
  @keyframes shakeY{
  10%, 90%{ transform: translateY(-2px);}
  20%, 80%{ transform: translateY(+2px);}
  30%, 70%{ transform: translateY(-2px);}
  40%, 60%{ transform: translateY(+2px);}
  50%{ transform: translateY(-2px);}
  }
  


.title{
  position: relative;
  margin-bottom: 30px;
}

.text01{
  color:#231815; 
  font:700 26px/2 "Noto Sans TC"; 
  letter-spacing: 3px;
}

.text02{
  color:#6f2d1c; 
  font:700 24px/1.7 "Noto Sans TC"; 
  letter-spacing: 3px;
  margin-bottom: 36px;
}


.time_highlight{
  color:#bd4331; 
  font:700 32px/1.5 "Noto Sans TC"; 
  letter-spacing: 6px;
}

/* .time_highlight::before{
  content: url(../images/taxi_img/compass.png);
  position: absolute;
  right: 13%;
  bottom: 15%;
} */


@media screen and (max-width:960px) {

  .story{
    position: relative;
    display:block;
    text-align: center;
    margin-bottom:70px;
  }
  
  .story_car{
    width: 100vw;
    height: auto;
    }

  .story_right{
    padding: 0 30px;
  } 

  .title{
    position: relative;
    margin-bottom: 10px;
    width: 70vw;
  }

  .story_right p{
    text-align: left;
  }

  .text01{
    font:700 26px/1.4 "Noto Sans TC"; 
    letter-spacing: 2px;
    margin-bottom: 3px;
  }
  
  .text02{
    font:600 22px/1.4 "Noto Sans TC"; 
    letter-spacing: 1px;
  }
  

  .time_highlight{
    font:700 29px/1.5 "Noto Sans TC"; 
    letter-spacing: 2px;
    margin-bottom: 7px;
  }

}


/* --------- story end ---------  */



/* --------- place start ---------  */
.carArea{
  overflow: hidden;
  position: relative;
  bottom:-11px;
}


.place{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.place-box{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0;
}

.place_title{
  position: relative;
  margin: 25px 0 0 0;
}

.place_car{
  position: relative;
  
    width: 12%;
    animation: move 15s linear;
    animation-iteration-count:infinite;
}

@keyframes move {
  from {left:  -100%;}
  to {left: 100%;}
}


@media screen and (max-width:960px) {

  .place_title{
    width: 90vw;
  }

}



/* -----------------poi---------------- */

element.style {
  width: 100%;
}

.ph-menu{
  display:none;
}


.poiTaxi{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.poiTaxi .slidecontain{
  display:flex;
  justify-content: center;
  margin-bottom: 50px;
}

/* anchorLink start */

.poiTaxi .anchorLink {
  text-decoration: none;
}

.poiTaxi .anchorLink img{
  display: none;
}

.poiTaxi .anchorLink div {
  position: relative;
  font: 500 27px / 1.2 "Noto Sans TC";
  color: #6f2d1c;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 15px;
  background-color: #fadf46;
  border-radius: 50px;
}


.poiTaxi .anchorLink div:hover {
  color: #fadf46;
  background-color: #231815;
}

/* anchorLink end */




/* ph-group-title start (display:none) */

.poiTaxi .ph-group-title {
  display: none;
  text-align: center;
  margin: 10px auto 0 auto;
}

.poiTaxi .ph-group-title img{
  display: none;
}


.poiTaxi .ph-group-title span {
  display: none;
}


/* ph-group-title end*/


/* ph-group start */
.poiTaxi .ph-group {
  max-width: 1400px;
  position: relative;
  padding: 0;
  display: inline-flex;
  /* 讓彈性容器成為單一的行內元素 */
  justify-content: center;
  flex-wrap: wrap;
  /* 由左到右排列，超出範圍換行 */
}

.poiTaxi .ph-group-content {
  position: relative;
    width: 100%;
    max-width: 354px;
    background: #ffe64d;
    border-radius: 50px;
    margin: 70px 4%;
    padding: 10px 10px 35px 10px;
    box-shadow:none;
}

.poiTaxi .ph-group-content:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


.poiTaxi .ph-group-content .mirrorLeft{
  position: absolute;
    width: 20%;
    max-width: 60px;
    height: auto;
    left: 0;
    top: 0;
    transform: translate(-92%, 380%);
    transition: all 0.2s;
}

.poiTaxi .ph-group-content .mirrorRight{
  position: absolute;
    width: 20%;
    max-width: 60px;
    height: auto;
    right: 0;
    top: 0;
    transform: translate(92%,380%);
}

.poiTaxi .ph-group-content .wheelLeft{
  position: absolute;
  width: 16%;
  height: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-255%, 80%);
  transition: all 0.2s;
}
.poiTaxi .ph-group-content .wheelRight{
  position: absolute;
  width: 16%;
  height: auto;
  right: 50%;
  bottom: 0;
  transform: translate(255%, 80%);
  transition: all 0.2s;
}


.poiTaxi .ph-group-content-photo{
  position: relative;
  text-align: center;
  justify-content: center;
  display: flex;
}

.poiTaxi .ph-group-content-photo img {
  width: 100%;
  border-radius: 40px;
  border: 4px solid #fff;
}

.poiTaxi .ph-group-content-tag {
  position: absolute;
  width: 60%;
  height: 0;
  top: -46px;
  left: 50%;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  font: 600 19px / 2"Noto Sans TC";
  color: #6f2d1c;
  border-top: 0;
  border-right: 30px solid transparent;
  border-bottom: 38px solid #ffaa00;
  border-left: 30px solid transparent;
  background: none;
  transform: translateX(-50%);
  transition: all 0.2s;
}

.poiTaxi .ph-group-content:hover .ph-group-content-tag{
  color: #fff;
}



.poiTaxi .ph-group-content-text {
  padding: 10px 8px 8px 8px;
  text-align: center;
}

.poiTaxi .ph-group-content-text a {
  text-decoration: none;
}


.poiTaxi .ph-group-content-text-name {
  font: 700 21px / 1.4 "Noto Sans TC";
  color: #6f2d1c;
}

.poiTaxi .ph-group-content-text-sale {
  font: 500 19px / 1.4 "Noto Sans TC";
  color: #fff;
  background: #ff8300;
  text-align: center;
  border-radius: 9px;
  margin: 5px auto;
  padding: 6px ;
}

.poiTaxi .ph-group-content-text-price {
  position: absolute;
  font: 600 26px / 1.3 "Noto Sans TC";
  color: #bd4331;
  background-color: #fff;
  bottom: -20px;
  padding: 2px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 30%;
  transition: all 0.2s;
  border: 2px solid #ffe64d;
}

.poiTaxi .ph-group-content:hover .ph-group-content-text-price{
  color: #fff;
  background-color: #bd4331;
  border: none; 
}


.poiTaxi .ph-group-content-text-detail {
  font: 600 17px / 1.4 "Noto Sans TC";
  margin: 5px auto;
  color: #231815;
  text-align: left;
}


.poiAutoTemplate .slidecontain li:hover a{
  color: none;
  background: none;
}


.poiAutoTemplate .slidecontain li.poiAutoTemplate-on{
  border-bottom:none;
}






@media screen and (max-width: 1150px){

  .ph-group-content-tag{
    font-size: 3.5vw;
  }
}


@media screen and (max-width:960px) {

  .poiTaxi .ph-group-content{
    width: 94%;
  }

  .place_title{
    margin-bottom: 10px;
  }


  .poiTaxi .anchorLink div{
    font: 500 22px / 1.2 "Noto Sans TC";
    width: 78px;
    height: 78px;
  }

  .poiTaxi .slidecontain{
   margin-bottom: 0;
  }

  .place_car{
      width: 30%;
      bottom: 4px;
  }

}



@media screen and (max-width:500px){
  .poiTaxi .ph-group-content .mirrorLeft,
  .poiTaxi .ph-group-content .mirrorRight{ 
    display: none;
  }

  .poiTaxi .anchorLink div{
    margin: 0 5px;
    font-size: 5vw;
    width: 4em;
    height: 4em;
    padding: 1em;
  }

}


/* --------- place end ---------  */




/* --------- apply start ---------  */

.apply{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 50px 0;
}

.apply-info{
position: relative;
 border:2px solid #fff;
 border-radius: 30px; 
 padding:50px;
 text-align: center;
}

.apply-info::before{
  content: " ";
  position: absolute;
  width: 160px;
  height: 130px;
  top: 113px;
  left: -80px;
  background-image: url(../images/taxi_img/camera.png);
  transform: scale(0.8);
}


.apply-info::after{
  content: url(../images/taxi_img/popcorn.png);
  position: absolute;
  top: 340px;
  right: -80px;
  transform: scale(0.9);
}

.apply-title{
  font: 700 45px/1.5 "Noto Sans TC", "微軟正黑體";
  letter-spacing:1px;
  color:#231815;
}

.apply-title b{
  font: 700 45px/1.5 "Noto Sans TC", "微軟正黑體";
  letter-spacing:1px;
  color:#c42800;
}

.apply-mark{
  font: 600 18px/1.5 "Noto Sans TC", "微軟正黑體";
  color:#6f2d1c;
  margin: 8px 0 50px 0;
}

.apply-detail{
  position: relative;
  text-align: left;
}


.apply-detail p{
  font: 600 20px/1.5 "Noto Sans TC", "微軟正黑體";
  color:#c42800;
  margin: 40px 0 2px 0;
}


.apply-detail li{
  font: 500 17px/1.6 "Noto Sans TC", "微軟正黑體";
  color:#000000;
}


@media screen and (max-width:960px) {


  .apply{
    padding: 30px 0;
  }

  .apply-title{
    font: 700 36px/1.5 "Noto Sans TC", "微軟正黑體";
    letter-spacing:1px;
  }

  .apply-title b{
    font: 700 36px/1.5 "Noto Sans TC", "微軟正黑體";
    letter-spacing:1px;
  }

  .apply-info{
    position: relative;
     border:2px solid #fff;
     border-radius: 30px; 
     padding:25px;
     text-align: center;
     margin: 15px;
    }

    .apply-info::before{
      display: none;
    }

    .apply-info::after{
      display: none;
    }

}

/* --------- apply end ---------  */



/* --------- attractions start --------- */

.attractions{
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.attractions-title{
  position: relative;
  margin-bottom: 25px;
}


.attractions-first{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.attractions-ci{
  position: relative;
  background:
  linear-gradient(90deg, #ffaa00 50%, transparent 0) repeat-x,
  linear-gradient(90deg, #ffaa00 50%, transparent 0) repeat-x,
  linear-gradient(0deg, #ffaa00 50%, transparent 0) repeat-y,
  linear-gradient(0deg, #ffaa00 50%, transparent 0) repeat-y;
  background-size: 13px 3px, 13px 3px, 3px 13px, 3px 13px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  margin-bottom: 30px;
}

.attractions-ci:hover {
  animation: linearGradientMove .3s infinite linear;
}

.attractions-ci img{
  margin: 10px;
}

@keyframes linearGradientMove {
  100% {
      background-position: 13px 0, -13px 100%, 0 -13px, 100% 13px;
  }
}



.attractions-start{
  position: relative;
  width: 100%;
}


.attractions-flow{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 60px;
}


.attractions-left{
  width:600px;
  height:400px;
  margin-right: 40px;
}



.attractions-photo{
  position: relative;
  width: 600px;
  height: auto;
}


.attractions-right{
  position: relative;
  width:35%;
  text-align: left;
}



.attractions-name{
  font: 600 32px/1.5 "Noto Sans TC", "微軟正黑體";
  color:#c42800;
  margin-bottom: 4px;
}

.attractions-address{
  font: 500 22px/1.5 "Noto Sans TC", "微軟正黑體";
  color: #000000;
  background-color: #fff;
  border-radius: 100px;
  padding: 1px 13px;
  display: inline-flex;
  margin-bottom: 18px;
}

.attractions-intro{
  font: 500 18px/1.5 "Noto Sans TC", "微軟正黑體";
  color: #000000;
}


@media screen and (max-width: 960px){

  .attractions{
    margin-bottom: 50px;
  }

  .attractions-title {
    margin-bottom: 15px 
}

  .attractions-title img{
    width: 80vw;
  }

  .attractions-first img{
  width: 90vw;
  }

  .attractions-first{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .attractions-ci{
    margin-bottom: 0;
  }

  
.attractions-start{
  position: relative;
  width: 100%;
}


.attractions-flow{
  display: block;
  padding: 24px 30px;
}


.attractions-left{
  width:100%;
  height:auto;
  margin-bottom: 10px;
}



.attractions-photo{
  width: 100%;
  height: auto;
}


.attractions-right{
  width: 100%;
}

.attractions-name{
  font: 600 30px/1.5 "Noto Sans TC", "微軟正黑體";
  margin-bottom: 4px;
}

.attractions-address{
  font: 500 19px/1.5 "Noto Sans TC", "微軟正黑體";
  border-radius: 100px;
}



}




/* --------- attractions end --------- */


.video{
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}


.video-first{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}




.video-line{
  position: relative;
  background:
  linear-gradient(90deg, #ffaa00 50%, transparent 0) repeat-x,
  linear-gradient(90deg, #ffaa00 50%, transparent 0) repeat-x,
  linear-gradient(0deg, #ffaa00 50%, transparent 0) repeat-y,
  linear-gradient(0deg, #ffaa00 50%, transparent 0) repeat-y;
  background-size: 13px 3px, 13px 3px, 3px 13px, 3px 13px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  margin-bottom: 120px;
  padding:12px;
}

.video-line:hover {
  animation: linearGradientMove1 .3s infinite linear;
}


@keyframes linearGradientMove1 {
  100% {
      background-position: -13px 0, 13px 100%, 0 13px, 100% -13px;
  }
}




.video-line2{
  position: relative;
  background:
  linear-gradient(90deg, #ffaa00 50%, transparent 0) repeat-x,
  linear-gradient(90deg, #ffaa00 50%, transparent 0) repeat-x,
  linear-gradient(0deg, #ffaa00 50%, transparent 0) repeat-y,
  linear-gradient(0deg, #ffaa00 50%, transparent 0) repeat-y;
  background-size: 13px 3px, 13px 3px, 3px 13px, 3px 13px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  margin-bottom: 30px;
  padding:12px;
}

.video-line2:hover {
  animation: linearGradientMove2 .3s infinite linear;
}


@keyframes linearGradientMove2 {
  100% {
      background-position: 13px 0, -13px 100%, 0 -13px, 100% 13px;
  }
}

.video-line2::before{
  content:"";
  position: absolute;
  width:220px;
  height:100px;
  top: -91px;
  right: 60px;
  background-image: url(../images/taxi_img/taxi.png);
}


@media screen and (max-width: 960px){


  .video{
    margin-bottom: 50px;
    padding: 0 10px;
  }
  
  .video_title img{
   width:75vw;
  }

.video-first{
  display: block;
  margin-bottom: 70px;
}

  .video-line{
    background:none;
    margin: 0;
    padding: 0;
  }





  .wrapper{
    position: relative;
    padding-bottom:56.25%;
    width:100%;
    height:0;
  }



  .wrapper iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}





 /* .video-line iframe{
  width:100%;
  height:auto;
 } */

 .video-line2{
  background:none;
  margin: 0;
  padding: 0;
}

 .video-line2::before{
  transform: scale(.5);
  top: -71px;
  right: -18px;
 }

 /* .video-line2 iframe{
  width:100%;
  height:auto;
 } */

}








