body{
    font-family: 'Noto Sans TC', sans-serif;
    
}
a{
  text-decoration: none !important;
}
/* * 城市學訂閱 */ 
.city-section{
    width: 100%;
    height: auto;
    background: #ebebeb;
}
.background03{
    background: #ffd7df;
    width: 100%;
   height: 410px;
    display: block;
    padding:  70px 0;
    margin-top: -5px;
}

.my-c {
    display: inline-block;
    width: 55px;
}
.no-ab{
    display: flex;
    position: relative;
    justify-content: center;
    padding: 10px;
}
.no-cb{
    display: flex;
    justify-content: center;
}
.my-city{
    /*     font-family: 'Noto Serif TC', serif !important; */
        color: #fc84ac;
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        padding:  20px 20px;
    }
    .form-city input[type="text"] {
        display: block;
        margin: 10px auto;
/*         width: 200px;
        max-width: 250px; */
            font-size: 16px;
            width: 90%;
    }
    .form-city button {
    display: block;
        margin: 26px auto;
        font-size: 20px;
        padding: 15px 30px;
        font-family: "Noto Sans TC", sans-serif;
    }
    a#contact-submit {
        text-decoration: none;
        text-align: center;
        display: block !important;
        font-size: 20px;
        /* padding: 15px 30px !important; */
        font-family: "Noto Sans TC", sans-serif !important;
        cursor: pointer;
        color: #fff;
        background: #fc84ac;
        margin: 0px 20px 0 20px;
        display: inline-block;
        /* border: 0; */
        padding: 5px 15px;
        border-radius: 5px;
        transition: 1s;
        position: relative;
        top: 2px;
        transition: .3s;
        }
        a#contact-submit:hover{
          background: #14c6ba;
        }
    .c-pc01{
        padding-right: 0px;
    }
    .c-pc02{
        padding-left: 0px;
    }

.city-style{
    position: relative;
}

.my-c{
    display: inline-block;
    height: 250px;
/*     width: 10%; */
}
.my-d{
    margin-top: 20px;
    display: inline-block;
/*     width: 75%; */
}
.my-d p{
    color: #14c6ba;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
}
.my-d p::after{
    content: "";
    display: block;
    margin: 20px auto 20px auto;
    width: 70px;
    height: 2px;
    background-color:  #fff;
}
.my-d h3{
    display: block;
    text-align: center;
    color:  #000;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 30px;
}
.big-form {
    display: flex;
    justify-content: center;
    align-items: baseline;
/*     margin: 10px auto 20px auto; */
}
.form-city {
    display: block;
    margin: 0 0 20px 0;
}
.form-city input[type="text"] {
/*     color: grey; */
    padding: 5px;
    /* display: inline-block; */
}
.form-city button {
    cursor: pointer;
    margin-left: 20px;
    display: inline-block;
    padding: 10px 20px;
    background: #ffc90c;
    border: 0;
    padding: 14px 20px;
    font-family: "Noto Sans TC", sans-serif;
    color: #f1f1f1;
    border-radius: 5px;
    transition:  1s;
}

/* menu */

.menuOverlay{
  width: 30%;
  transform: translateX(235%);
  height: 100%;
  background: #22b09f;
  position: fixed;
  z-index: 10;
  display: none;
}
.menuClose {
  color: #fff;
  font-size: 30px;
  text-align: right;
  cursor: pointer;
}
.menu{
  margin: 100px 50px;
  text-align: left;
}
.menu li {
  margin: 25px auto;
}
.menu li a{
  font-size: 19px;
  color: #fff;
  text-decoration: none;
}


.menu li a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 85%;
  left: 0;
  right: 0;
  /* margin: 0 auto; */
  bottom: 0;
  visibility: hidden;
  background-color: #fc84ac;
  -webkit-transition: all .1s ease;
  transition: all 0.3s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.menu li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* tab測試 */

.mapBtn{
  padding: 0;
} 
.mapBtn img{
  width: 200px;
}
.ui-widget-header {
  background: transparent;
  border: none;
}
.ui-tabs .ui-tabs-nav{
  display: flex;
  justify-content: center;
  padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding:0;
  text-decoration: none;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-tabs .ui-tabs-nav li{
  border: none;
  border-radius: 40px;
  
}
.ui-tabs .ui-tabs-nav li:hover{
  border: none;
  border-radius: 40px;
  /* background: #ffd7df; */
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  border-radius: 40px;
  /* background: #fc84ac; */
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background: transparent;
}
.ui-widget button{
  font-size: 0;
}


/* tab測試END */


/******SCROLL BAR***********/
/* width */
::-webkit-scrollbar {
  width: 10px;
  @media screen and(max-width: 768px){
  	  width: 0px;
  }
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 /* Handle */
::-webkit-scrollbar-button {
  background:#fc84ac;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fc84ac;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #22b09f;
}
/******SCROLL BAR***********/


  .navBar{
      width: 100%;
      background: #fc84ac;
      z-index: 5;
    position: fixed;
      /* padding-top: 10px; */
      /* padding-bottom: 10px; */
  }
  .burger{
      width: 50px;
      background: #22b09f;
      height: 50px;
      color: #fff;
      font-size: 24px;
      line-height: 50px;
      text-align: center;   
  }

  .L-section01{
      width: 100%;
      /* top: 50px; */
      height: 100vh;
      /* overflow: hidden; */
      background-size: cover; 
      background: url("../img/cut2_bg.jpg") top center no-repeat;
      position: relative;
      overflow: hidden;
  }

  .diaBox{
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  @keyframes cut01 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
} 

@-webkit-keyframes webkit-cut01 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
  .dialog01 {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 200px;
    text-align: center;
    animation-name: cut01;
    -webkit-animation-name:webkit-cut01;
    animation-fill-mode: both;
    animation-duration: 3s;
    animation-delay: 1s;
  }


  .dialog02 {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 200px;
    text-align: center;
    animation-delay: 4s;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: cut02;
    -webkit-animation-name:webkit-cut02;
    -moz-animation-name: moz-cut02;
  }
  @keyframes cut02 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
} 

@-webkit-keyframes webkit-cut02 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
 

.mb_dialog01, .mb_dialog02{
  display: none;
}

  .L-section02{
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 2;
    overflow: hidden;
  }
  
  .go01{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-45%,490px);
    z-index: 6;
    animation-delay: 7s;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: titlein;
    -webkit-animation-name:webkit-titlein;
  }
  .go02{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-45%,490px);
    z-index: 6;
    animation-delay: 7s;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: titlein;
    -webkit-animation-name:webkit-titlein;
  }
  .go01  img{
    width: 200px;
    height: 200px;
   }
   .go02  img{
    width: 200px;
    height: 200px;
    animation: btnRun 5s infinite linear;
   }

   @keyframes titlein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} 

@-webkit-keyframes webkit-titlein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
 


   .L-title{
    position: absolute;
    top: 10%;
    margin: 0 auto;
    width: 100%;
    left: 0%;
    right: 0;
    display: flex;
    justify-content: center;
    animation-delay: 7s;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: titlein;
    -webkit-animation-name:webkit-titlein;
    }
    .L-title img{
        width: 500px;
    }

@keyframes btnRun {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}
/* --------------------------------------INDEX -----------------------------------------*/
/* scrollDown */
@keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
.pc-down-box{
  margin-left: 94%;
  position: absolute;
  z-index: 9;
  top: 40%;
}
.pc-scroll_down{
  animation: slideDown 2s infinite;
  padding-left: 0px;
}
.down{
  color: #22b09f;
  font-size: 20px;
  -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
/* padding-left: 3px; */
}


.section01{
    width: 100%;
    overflow: hidden;
    position: relative;
    /* height: 110vh;
    background-size:contain;
    background: url("../img/bg.jpg") top center no-repeat;  */
    margin: 0 auto;
}
.section01 img{
    /* padding-top: 25px; */
}
.title{
position: absolute;
top: 10%;
margin: 0 auto;
width: 100%;
left: 0%;
right: 0;
display: flex;
justify-content: center;
}
.title img{
    width: 500px;
}
.stickerBox1{
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 22%;
}
.stickerBox1 img{
  width: 45px;
}
.stickerBox2{
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 22%;
}
.stickerBox2 img{
  width: 45px;
}
.stickerBox3{
  position: absolute;
  z-index: 2;
  top: 10%;
  right: 30%;
}
.stickerBox3 img{
  width: 45px;
}
.stickerBox4{
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 32%;
}
.stickerBox4 img{
  width: 45px;
}
.sunBox{
    position: absolute;
top: 8%;
margin: 0 auto;
width: 100%;
left: 20%;
right: 0;

}

.sunBox img{
    width: 200px;
    animation: btnRun 5s infinite  linear;
}
.train{
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -115px;
  animation: train 8s linear infinite;
}

@-moz-keyframes train {
  0%   { -moz-transform: translateX(-100%); }
  100% { -moz-transform: translateX(200%); }
 }
 @-webkit-keyframes train {
  0%   { -webkit-transform: translateX(-100%); }
  100% { -webkit-transform: translateX(200%); }
 }
 @keyframes train {
  0%   { 
  -moz-transform: translateX(-100%); /* Firefox bug fix */
  -webkit-transform: translateX(-100%); /* Firefox bug fix */
  transform: translateX(-100%); 		
  }
  100% { 
  -moz-transform: translateX(350%); /* Firefox bug fix */
  -webkit-transform: translateX(350%); /* Firefox bug fix */
  transform: translateX(350%); 
  }
 }


 .section02{
  width: 100%;
  overflow: hidden; 
  position: relative;
  top: -5px;
  padding-top: 50px;
  padding-bottom: 100px;
  background: url("../img/s2-1_bg.jpg") center;
  margin: 0 auto;
  background-color: #ffdfe2;
  background-size: 100%;
}
.cardBtn{
  cursor: pointer;
  text-align: center;

}
.cardBtn img{
  width: 100%;
}
.startBtn a{
  color: #fff;
}
.PageBox{
  position: relative;
  height: 600px;
  margin-top: 30px;
}
.IEbox{
  width: 95%;
}
#Page01{
  /* max-width: 960px; */
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background: #fff;
  margin: 0 auto;
}

.fored p{
  color: #000;
  font-size: 20px;
  text-align: center;
}
.fored h5{
  color: #fc84ac;
  font-size: 24px;
  text-align: center;
}
.QbtnBox{
  margin-top: 50px;
}
.p1Btn{
  width: 200px;
  height: 65px;
  border-radius: 50px;
  background: #fc84ac;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 65px;
  cursor: pointer;
  transition: .5s;
  margin-top: -150px;

}
.p1Btn:hover{
  background: #14c6ba;
}

#Page02{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 50px;
  padding-bottom: 105px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#f-p01{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 80px;
  padding-bottom: 105px;
  background: #fff;
  margin: 0 auto;
  display: none;
}

#g-p01{
  max-width: 1110px;
  height:600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 80px;
  padding-bottom: 105px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#g-p02{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 50px;
  padding-bottom: 105px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
.f1Btn{
  background: #fc84ac;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
  transition: .5s;
}
.f1Btn:hover{
  background: #14c6ba;
}

#f-p02{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
.q-title{
  color: #14c6ba;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.q-content {
  text-align: left;
  font-size: 18px;
  margin-bottom: 5px;
}
.q-content a{
  color: #14c6ba;
}
.qBtn{
  width: 200px;
  height: 30px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #22b09f;
}
#taiwan-page{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 0px;
  padding-bottom: 100px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#island-page{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#g-small-page{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#g-p03{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#g-p04{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#g-p05{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#g-p06{
  max-width: 1110px;
  height: 600px;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #fff;
  margin: 0 auto;
  display: none;
}




.logoBox2{
  width: 100%;
  /* position: absolute; */
  top: 0%;
  /* margin-top: 50px; */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.logoBox2 img{
  width: 150px;
}
.s-titleBox2{
  width: 100%;
  /* position: absolute; */
  top: 0%;
  /* margin: 30px auto; */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.s-titleBox2 img{
  width: 500px;
}
.mb_title2 {
  display: none;
}
.mb_title3 {
  display: none;
}
.mb_title4 {
  display: none;
}
.section03{
  width: 100%;
  padding-top:50px;
  padding-bottom: 100px; 
  /* height: 2545px; */
  top: -5px;
  position: relative;
  /* background:url("../img/s3_bg.png")  center center no-repeat; */
  background:#14c6ba;
  z-index: 3;
  
}
.logoBox3{
  width: 100%;
  /* position: absolute; */
  /* top: 0%; */
  /* margin-top: 50px; */
  /* left: 0;
  right: 0; */
  display: flex;
  justify-content: center;
}
.logoBox3 img{
  width: 150px;
}
.s-titleBox3{
  width: 100%;
  top: 0%;
  /* margin-top: 30px; */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.s-titleBox3 img{
  width: 500px;
  margin-top: 0px;
}

.tabBox{
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding-bottom: 100px;
  position: relative;

}
.section04{
  width: 100%;
  background: url("../img/bg_food.jpg")center center no-repeat;
  background-size: contain;
  padding-top: 50px;

  padding-bottom: 100px;
  position: relative;
}
.logoBox4{
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.logoBox4 img{
  width: 150px;
}
.s-titleBox4{
  width: 100%;
  /* margin-top: 30px; */
  display: flex;
  justify-content: center;
}
.s-titleBox4 img{
  width: 500px;
 
}
.articleBox{
  align-items: center;
  justify-content: center;
}
.tag{
  border: 1px solid #fc84ac;
  color: #fc84ac;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px;
}
.p-title{
  font-size: 20px;
  margin-top: 15px;
  color: #fff;
}
.p-num{
  color:#fc84ac;
  font-size: 36px;
}
.article-title{
  font-size: 24px;
  margin-top: 20px;
  align-items: center;
  font-weight: 600;
  text-align: justify;
  font-family: 'Noto Sans TC', sans-serif;
}
.article-content{
  margin-top: 20px;
  line-height: 30px;
  text-align: justify;
  font-family: 'Noto Sans TC', sans-serif;
}
.picBox1{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden;
  /* background: url("../img/pic01.jpg") center center no-repeat */
}
.picBox1 img{
  width: 150%;
  transition: all 1s ease-out;
}
.picBox1 img:hover{transform:scale(1.2,1.2);}
.picBox2{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden;
  /* background: url("../img/pic02.jpg") center center no-repeat */
}
.picBox2 img{
  width: 150%;
  transition: all 1s ease-out;
}
.picBox2 img:hover{transform:scale(1.2,1.2);}
.picBox3{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden;
  /* background: url("../img/pic03.jpg") center center no-repeat */
}
.picBox3 img{
  width: 150%;
  transition: all 1s ease-out;
}
.picBox3 img:hover{transform:scale(1.2,1.2);}
.tabBtn {
  cursor: pointer;
}
.tabBtn img{
  width: 180px;
  margin: 0 auto;
}
.mapBox{
  width: 100%;
  position: relative;
  margin: 50px auto;
  justify-content: center;
  height: 500px;
}
.map img{
  display: flex;
  width: 650px;
  margin: 0 auto; 
  justify-content: center;
}

.mb_bg{
  display: none;
}
/* slider */
.slick-slider {
  padding-top: 80px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  /* padding: 0; */
  padding-left: 10px;
}
.mb-articleBox{
  display: none;
}


.gotop{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  background: #fc84ac;
  line-height: 50px;
  font-size: 30px;
  position: fixed;
  right: 5%;
  text-align: center;
  bottom: 5%;
  cursor: pointer;
  z-index: 3;
  transition: .3s;
  display: none;
}
.gotop:hover{
  color: #fc84ac;
  background: #ffd7df;

}
/* 延伸閱讀 */

.mask{
  width: 100%;
  position: relative;
  z-index: 0;
}

.mask:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, .5);
  opacity: 0.8;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.topic-title {
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  z-index: 3;
  bottom: 6px;
  left: 10px;
  display: block;
}
.hover-title{
  color: #fff;
  width: 100%;
  height: 80px;
  background: #fc84ac;
  font-size: 18px;
  line-height: 28px; 
  font-family: 'Noto Sans TC', sans-serif; 
  font-weight: 400;
  position: absolute;
  z-index: 2;
  padding: 10px;
  text-align: left;
  bottom: 0;
  left: 0;
  margin: 0px auto;
  display: none;
}


.mb-w-title{
  color: #fff;
  font-size: 16px;
}
.mbhover-title{
  color: #c9a063;
  align-items: center;
  width: calc(100% - 30px);
  background:#000;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  padding: 5px;
  text-align: center;
  bottom: 0;
  left: 15px;
  margin: 0px auto;
  display: none;
}
.section05{
  padding-bottom: 100px;
}
.section05 img{
  width: 100%;
}
.article_bg01 {
  background: url("../img/01_bg.png") center  no-repeat;
}
.article_bg02 {
  background: url("../img/02_bg.png") right center no-repeat;
}
.article_bg03{ 
  background: url("../img/03_bg.png") center no-repeat;
}

@media screen and (max-width:1400px){
  .L-title img {
    width: 450px;
}
.L-title {
  position: absolute;
  top: 8%;
  margin: 0 auto;
  width: 100%;
  left: 0%;
  right: 0;
  display: flex;
  justify-content: center;
}
  .title img {
    width: 450px;
}
.title {
  position: absolute;
  top: 8%;
  margin: 0 auto;
  width: 100%;
  left: 0%;
  right: 0;
  display: flex;
  justify-content: center;
}
.go01{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-45%,440px);
  z-index: 6;
}
.go02{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-45%,440px);
  z-index: 6;
}
.go01 img {
  width: 190px;
  /* height: 190px; */
}
.go02 img {
  width: 190px;
  /* height: 190px; */
}

}
@media screen and (max-width:992px){

}
@media screen and (max-width:768px){

}
@media screen and (max-width:480px){
  .mb_size{
    width: 100% !important;
    padding: 0 0;
    margin: 0px 35px;
  }
  .qBtn{
    margin: 20px auto;
  }
  .menu {
    margin: 50px auto;
    text-align: center;
}
  .menuOverlay{
    width: 100%;
    transform: translateX(0%);
    height: 100%;
    background: #22b09f;
    position: fixed;
    z-index: 10;
    /* display: none; */
  }
  /* laodingPage */

  .L-section01{
    width: 100%;
    background-size: cover; 
    background: url("../img/mb_load.jpg")center no-repeat;
    position: relative;
    overflow: hidden;
}
.dialog01 img {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 100px;
}
.dialog02 img {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 100px;
}

  .dialog {
    width: 80%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #22b09f;
    position: absolute;
    top: 35%;
    left: 50%;
    padding-bottom: 50px;
    transform: translate(-50%,-50%);
}
.dialog01, .dialog02{
  display: none;
}
.mb_dialog01{
  display: block;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 100px;
  text-align: center;
  animation-fill-mode: both;
  animation-name: cut01;
  -webkit-animation-name:webkit-cut01;
  -moz-animation-name: moz-cut01;
  -o-animation-name: o-cut-01;
  animation-duration: 3s;
  animation-delay: 1s;
}
.mb_dialog02{
  display: block;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 100px;
  text-align: center;
  animation-delay: 4s;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-name: cut02;
  -webkit-animation-name:webkit-cut02;
  -moz-animation-name: moz-cut02;
}
.pc_cut2{
  display: none;
}
.mb_cut2{
  display: block;
  background: #ffd7df;
}
.mb_cut2 img{
  width: 100%;
  padding-top: 40px;
}
.L-title{
  top: 55px;
  width: 85%;
}

.L-title img{
  width: 100%;
}
.enter{
  position: relative;
  top: 400px;
}
.go01 {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-45%,40%);
  z-index: 6;
}
.go02 {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-45%,40%);
  z-index: 6;
}
.go01 img{
  width: 160px;
  height: 160px;
}
.go02 img{
width: 160px;
height: 160px;

}


.dialogBox2 {
  left: 0;
  position: unset;
  margin: 30px auto 0;
}

.dialogBox {
  align-items: center;
  /* display: none; */
}


  /* loadingPage END */

  /* scroll */
.down{
  display: none;
}
.pc-down-box {
  margin-left: 47%;
  position: absolute;
  z-index: 9;
  top: 65%;
}
.pc-down-box  img{
  width: 20px;
}
  .pc_bg{
    display: none;
  }
  .mb_bg{
    display: block;
  }
  .mb_bg img{
    padding-top: 50px;
    width: 100%;
  }
  .tabBtn img {
    width: 125px;
    margin: 0 auto;
}
.title{
  top: 55px;
  width: 85%;
}

.title img{
  width: 100%;
}
.sunBox img{
  display: none;
}
.train {
  bottom: -70px;
}
.train  img{
  width: 65%;
}
.stickerBox1, .stickerBox2, .stickerBox3, .stickerBox4{
  display: none;
}
.section02{
  background: url("../img/s2-1_bg.jpg") center;
  padding-bottom: 100px;
  height: auto;
}
.s2_bg img{
  display: none;
}
.IEbox {
  width: 100%;
}
.logoBox2 {
  width: 100%;
  height: 100px;
  position: unset;
  top: 0%;
  margin-top: 0px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
/* .logoBox2 img {
  width: 30%;
} */
.s-titleBox2{
  position: unset;
  margin: 30px auto;
  display: none;
}
.s-titleBox2 img{
  display: none;
}
.mb_title2 {
  /* margin-top: 30px; */
  display: block;
}
.mb_title2 img{
  width: 100%;
}
.mb_title3 {
  margin-top: 0px;
  display: block;
}
.s-titleBox3{
  position: unset;
  margin: 30px auto;
  display: none;
}
.s-titleBox3 img{
  display: none;
}
.logoBox3 {
  width: 100%;
  height: 100px;
  position: unset;
  top: 0%;
  margin-top: 0px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.logoBox4 {
  width: 100%;
  height: 100px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
}


.mb_title3 img{
  width: 100%;
}
.s-titleBox4{
  position: unset;
  margin: 30px auto;
  display: none;
}
.s-titleBox4 img{
  display: none;
}
.mb_title4 {
  /* margin-top: -20px; */
  display: block;
}
.mb_title4 img{
  width: 100%;
}
.cardBtn img{
  width: 100%;
}
.s-titleBox2 img {
  width: 100%;
}
/* Q */
.fored p {
  color: #000;
  font-size: 16px;
  text-align: center;
}
.fored h5 {
  color: #fc84ac;
  font-size: 22px;
  text-align: center;
}

.f1Btn {
  background: #fc84ac;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
}

#g1-page {
  border-radius: 20px;
  position: absolute;
  width: 95%;
  top: 34%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
.section03{
  padding-top: 50px;
  padding-bottom: 50px;
}
.tabBox {
  margin-top: 50px;
  padding-bottom: 50px;
}

.section04 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.picBox1{
  width: 280px;
  height: 280px;
  background: url("https://imgs.gvm.com.tw/upload/gallery/20191205/69808001.jpg") center center no-repeat;
  background-size: cover;
}
.picBox2{
  width: 280px;
  height: 280px;
  background: url("https://imgs.gvm.com.tw/upload/gallery/20191212/69925001.jpg") center center no-repeat;
  background-size: cover;
}

.picBox3{
  width: 280px;
  height: 280px;
  background: url("../img/pic03.jpg") center center no-repeat;
  background-size: cover;
}


/* tab */
.mapBtn img{
  width: 122px;
}
/* .mapTips{
  color: #22b09f;
  font-family: 'Noto Sans TC', sans-serif;
} */
    
.ui-tabs .ui-tabs-nav {
  display: block;
  /* flex-wrap: wrap; */
  justify-content: center;
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 0;
  background: none;
}
.map img {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
/* slider */

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding:0;
}
.mb-articleBox{
  display: block;
}
.pc-articleBox{
  display: none;
}
.slick-next, .slick-prev {
  width: 50px;
  height: 50px;
}



/* GamePage */
.PageBox{
  position: relative;
  height: 350px;
  top: 0px;
  margin-top: 50px;
}
#Page01{
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  margin: 0 auto;
}
#Page02 {
  /* max-width: 960px; */
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  margin: 0 auto;
  display: none;

}
#g-p01 {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#g-p02 {
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#g-p03, #g-p04, #g-p05, #g-p06, #g-small-page {
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#f-p01 {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 30px;
  padding-bottom: 40px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#f-p02 {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#taiwan-page{
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.q-title {
  color: #14c6ba;
  font-size: 18px;
  margin-bottom: 15px;
  /* text-align: left; */
}
.q-content {
  /* text-align: center; */
  font-size: 16px;
}
.accordion__title {
  margin-left: 18px;
  font-size: 16px;
}
.accordion__content {
  padding: 10px;
}


.fored {
  /* color: #22b09f;
  font-size: 18px;
  /* height: 50px; */
  /* text-align: justify; */ 
}
.p1Btn {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background: #fc84ac;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    margin-top: 10px;
    cursor: pointer;
}
.QbtnBox {
  margin-top: 20px;
}
.p-title {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
  line-height: 38px;
}
.section05 {
  padding-bottom: 50px;
}
.article_bg02 {
  background: url("../img/02_bg.png") center no-repeat;
}

/* EMAIL */
.background03 {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 0;
}
.my-d {
  margin-top: 20px;
  display: inline-block;
  /* width: 75%; */
}
.my-d h3 {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 30px;
}
.my-d p {
  color: #14c6ba;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
}

.big-form {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  /* margin: 10px auto 20px auto; */
}
.my-city {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 0px 0px;
}
a#contact-submit {
  text-align: center;
  display: block !important;
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans TC", sans-serif !important;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  transition: 1s;
  position: relative;
  top: -10px;
}
.form-city {
  display: block;
  margin: 0px 0 0px 0;
  padding-left: 10px;
  padding-right: 10px;
}
.my-c{
  display: none;
}
}
@media screen and (max-width:375px){
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 50px;

}
.mapBtn img {
  width: 138px;
}
.ui-tabs .ui-tabs-nav {
  display: block;
  /* flex-wrap: wrap; */
  justify-content: center;
  padding: 0 20px;
  /* padding-left: 20px; */
}
}

