.faq-box .inner-p, .faq-box .inner-p p/*

reset boostrap
common 
共用模組
  Navigation
  icon
  app-download
  gotop
  footer
Layout
  

*/


/* //////////////////////////common////////////////////////// */

* {margin: 0; padding: 0; outline: 0;}
* {margin: 0; padding: 0; outline: 0;}
*, *:before, *:after {  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;   }
html {scroll-behavior: smooth;}
html, body {
 font-size: 10px;
 font-family: 'Noto Sans TC', sans-serif,"微軟正黑體", Microsoft JhengHei;
 line-height: 1.4;
 color: #7f4733;
 
}
body{padding-top: 0px;background-color: #fff;}

a{ color: #6d5bf4; text-decoration: underline;}
a:hover {
    color: #bc42f4;
    text-decoration: none;
}

ol, ul, li {    margin: 0; padding:0;}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


h1, h2, h3, h4{ color: #200833; font-size: 2.6rem; font-weight: bolder; }
h1{  font-size: 3.6rem; color: #ff8f1f; }
h2{  font-size: 2.4rem; }
h3{  font-size: 2.2rem; }

p{ font-size: 1.8rem; line-height:1.5;}


.mt-0{margin-top:0}
.pt-2, .main-text.pt-2{padding-top:2rem;}

@media (max-width:749px){
  h1{  font-size: 3.2rem; }
  h2{  font-size: 2.8rem; }
  h3{  font-size: 2.4rem; }
}



/* //////////////////////////共用模組////////////////////////// */

/* ====Navigation==== */

.Navigation{
  background-color: #fff;
  height: 50px;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  padding: 0 28px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}
.Navigation .inner-box{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.Navigation .logo{ display: inline-flex;align-items: center;}
  .Navigation .logo img{ height:28px; }
  .Navigation .link img{ height:28px; }
  

@media (max-width:749px){
  .Navigation{ height: 35px; padding: 0 14px;}
  .Navigation .logo img{ height:18px; }
  .Navigation .link img{ height:18px; }

}

/* ====icon==== */


.ic{ 
  height: 20px; width: 20px; 
  display: inline-block; 
  background-position: 0 0; 
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: bottom;
}

.ic-s{ width: 12px; height: 12px; }
.ic-l{ width: 24px; height: 24px; }


.btn .ic{margin:0 2px; vertical-align: middle;}


/* ====app-download==== */
.app-download{
  background:  url(../img/app-download.png) no-repeat 0 0 / cover;
  z-index: 999;
  width:172px;
  height: 205px;
  position: fixed;
  top:50%;
  right:0px;
  transform: translateY(-50%);
}
.app-download a{position: absolute; top: 0; right: 0; left: 0; bottom: 0; visibility: hidden;}
@media (max-width:1279px){
  .app-download{width:127px; height:151px;  }
}
@media (max-width:749px){
  .app-download{
    width: calc(122px * 0.75);
    height: calc(154px * 0.75);
    top:auto;
    transform: translate(0);
    bottom: calc(45px + 10px + 10px);
    background: url(../img/app-download_m.png) no-repeat 0 0 / cover;
  }
  .app-download a{ visibility:visible; }

}

/* ====gotop==== */


.cd-top {
  border-radius: 50%;
  display: inline-block;
  height:86px;
  width: 86px;
  position: fixed;
  bottom: 10px;
  right: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:#ff9390  url(../img/ic-go-top.png) no-repeat center 50%;
  visibility: hidden;
  background-size:86px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  
  z-index:3;

}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover ,.no-touch .cd-top:focus{
 
  opacity: 1;
}
  
@media (max-width:1279px){
  .cd-top{
    height: 60px;
    width: 60px;
    background-size:cover;
    right: 10px;
     
   }
}
@media (max-width:749px){
 .cd-top{
    height:calc(60px * 0.75);
    width:calc(60px * 0.75);

   
 }
   
}


/* ====footer==== */

 footer{
  margin-top: 0px;
  background-color: #7e308d;
  height: 103px;
 
 }
 footer, footer p, footer a{
  font-size:22px;
  color:#fff;
  font-weight: normal;
}
 footer a:hover{ color:#fff;}


 footer .box{ 
    display:flex;
    justify-content: flex-start;
    align-items: center ;
    flex-wrap:wrap;
    padding:20px 44px 0;
    margin:0 auto;
    width: 100%;
}
footer .box img{margin-left: auto;}



@media (max-width:749px){
  footer{ height: 60px; }
   footer .box{  padding:16px 26px 0; font-size: 13px; font-weight: 300;}
   footer .box img{margin-left: 0; margin-top: 10px;}
}



/* //////////////////////////Layout////////////////////////// */




/* ====共用==== */
.kv-box,
#section_1,
#section_2,
#section_3,
#section_4,
footer{  z-index: 2; position: relative;}



.inner-box,
.kv-box .inner-box,
section .inner-box{
  margin-left: auto;
  margin-right: auto;

  max-width: 1280px;
}


.show-pc{ display: block; }
.show-mobile{display: none; }

@media (max-width:749px){
  .show-pc{display: none; }
  .show-mobile{display: block;}
}

/* ====kv-box==== */



@keyframes shake-rotate1{
    50% {
      transform: translate(0,0) rotate(-13deg);
      transform-origin: bottom left;   
    }
    0%, 100%{
      transform: translate(0, 0) rotate(0deg);
      transform-origin: bottom left;

    }
}
@keyframes shake-rotate2{
    100% {
      transform: translate(0,0) rotate(-8deg);
      transform-origin: bottom right;   
    }
    0%{
      transform: translate(0, 0) rotate(0deg);
      transform-origin: bottom right;

    }
}
@keyframes shake-rotate3{
    50% {
      transform: translate(0,0) rotate(10deg);
      transform-origin: bottom right;   
    }
    0%, 100%{
      transform: translate(0px, 0) rotate(0deg);
      transform-origin: bottom right;

    }
}




.kv-box{
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 1222px;
  background: url(../img/kv-main.png)  no-repeat 50% 0 ,url(../img/kv-bg.png)  repeat-x 0 0;
}

.kv-box:after{
  background: url(../img/kv-mask.png) no-repeat 50% 0;
  height: 211px;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left:   0;
  right:  0;
}

.kv-box .inner-box{
  width: 1280px;
  max-width: 100%;
  position: relative;
}


.kv-box .img1,
.kv-box .img2,
.kv-box .img3{
  position: absolute;
}

.kv-box .img1:before,
.kv-box .img2:before,
.kv-box .img3:before,
.mushroom:before,
.bubbleTea:before{
 content: '';
 display: block; 
}


.kv-box  img{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



.kv-box .img1:before{   padding-bottom:140.3755%;}
.kv-box .img1{
  position: absolute;
  width: 213px; 
  height: auto;
  bottom: 36px;
  left: 220px;
  
    animation-name: shake-rotate1;
    animation-delay: 0.25s;                 /* 動畫延遲時間 */
    animation-duration: 1.2s;               /* 動畫持續時間 */
    animation-timing-function: ease-in-out; /* 影片加速速率 */
    animation-iteration-count:infinite;     /* 動畫播放次數 */
    animation-direction: alternate;         /* 方向反覆交替，第一次是正向執行 */   
  
}

.kv-box .img2:before{   padding-top:244.6969% ;}
.kv-box .img2{
  position: absolute;
  background: url(../img/kv-hand2.png) no-repeat 0 0 /cover;;
  width: 132px;
  height:   auto;
  right: 475px;
  bottom: 8px;

    animation-name: shake-rotate2;
    animation-duration: 1s;               /* 動畫持續時間 */
    animation-timing-function: ease-in-out; /* 影片加速速率 */
    animation-iteration-count:infinite;     /* 動畫播放次數 */
    animation-direction: alternate;         /* 方向反覆交替，第一次是正向執行 */ 

}

.kv-box .img3:before{   padding-top:113.0081% ;}
.kv-box .img3{
  background: url(../img/kv-hand3.png) no-repeat 0 0 /cover;;
  width: 246px;
  height:   auto;
    right: 132px;
    bottom:62px;

    animation-name: shake-rotate3;
    animation-duration: 1.33s;                 /* 動畫持續時間 */
    animation-timing-function: ease-in-out; /* 影片加速速率 */
    animation-iteration-count:infinite;     /* 動畫播放次數 */
    animation-direction: alternate;         /* 方向反覆交替，第一次是正向執行 */ 
   

}
@media (max-width:1279px){
    .kv-box{
       background: none;
       height: auto;
       display: block;
    }
    .kv-box:after{
        background: url(../img/kv-mask.png) no-repeat 50% 0 / auto 100%;
        height:auto;
        width: 100%;
        padding-top: 16.4843%;
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
      }
    .kv-box .inner-box{
      width: 100%;
      position: relative;
       background: url(../img/kv-main.png)  no-repeat 50% 0 / auto 100% , url(../img/kv-bg.png)  repeat-x 0 0;

    }
    .kv-box .inner-box:before{
      
      display: block;
      content: '';
      width: 100%;
      padding-top: 95.4687%;

    }
    .kv-box .img1{ width:16.64%; bottom:  3%; left:  19.21%;}
    .kv-box .img2{ width:10.31%; bottom:  2%; right:  37.03%;}
    .kv-box .img3{ width:19.21%; bottom:  4%; right:  10.62%;}


}



@media (max-width: 460px) {
    #PageTop{margin-top: 10px}
    .kv-box .inner-box:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 102%;
    }


}

/* ====section_1 筆筆回饋/週日最好PAY/新戶回饋 ==== */

#section_1{
  background-color: #905ca2;
  padding:1% 0;
}


#section_1 .cont li:nth-of-type(1):before,
#section_1 .cont li:nth-of-type(1):after,
#section_1 .cont li:nth-of-type(3):before,
.ex-box:after{
  content: '';
  display: inline-block;
  position: absolute;  
}
 

#section_1 .cont{
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  list-style-type: none;
  
}

#section_1 .cont li{
  text-align: center;
  width: 100%; 
  max-width: 100%;
  margin:20px 0;
  position: relative;
}
#section_1 .cont li img{ width: 847px; max-width: 100%;}

#section_1 .cont li:nth-of-type(1):before{ /* 番茄 */
    width: 115px;
    height:108px;
    background: url(../img/dec_tomato.png) no-repeat 100% 0;
    left:25px;
    top: 70px;
}
#section_1 .cont li:nth-of-type(1):after{  /* 火鍋 */
    width:194px;
    height:183px;
    background: url(../img/dec_hotpot.png) no-repeat 0 0;
    right:0;
    bottom: 0px;
}
#section_1 .cont li:nth-of-type(3):before{ /* 義大利麵 */
    width: 176px;
    height:136px;
    background: url(../img/dec_pasta.png) no-repeat 100% 0;
    left:0;
    top: 60px;
}




.ex-box{
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
  margin:20px 100px 0px 100px;
  position: relative;

}
.ex-box:after{                                  /* 胡蘿蔔 */
    width: 106px;
    height:130px;
    background: url(../img/dec_carrot.png) no-repeat 0 0 / contain;
    left:calc(100% - 7%);
    top: 100%;

}
@media (max-width:1279px){
    #section_1 .cont{ }
    #section_1 .cont li, .ex-box{ padding:0 100px; }
    #section_1 .cont li:nth-of-type(1):before { /* 番茄 */
        width: 82px;
        right: auto;
        left: 0;
        top: 30px;
    }
    #section_1 .cont li:nth-of-type(1):after{  /* 火鍋 */
        width:128px;
        left:auto;
        right:0;
    }
    #section_1 .cont li:nth-of-type(3):before{ /* 義大利麵 */
        width: 100px;
        right: 0;
        left: 0;
        top: 30px;
    }
    .ex-box{margin:20px 0px 0px 0px; padding-left: 50px; padding-right: 50px;}
    .ex-box:after{                                  /* 胡蘿蔔 */
          width: 10%;
          left:auto;
          right: 0;
          top: 60%;
          bottom: auto;

      }


}
@media (max-width:749px){
    .ex-box{  font-size: 1.4rem; margin: 10px auto 0px auto;}
    #section_1 .cont li {margin: 5px 0;}
     #section_1 .cont li, .ex-box{ padding:0 50px; }
    #section_1 .cont li:nth-of-type(1):before { /* 番茄 */
        width: calc(82px * 0.65);
        height: calc(108px * 0.65);
        background-size: cover;
    }
    #section_1 .cont li:nth-of-type(1):after{  /* 火鍋 */
        width:calc(128px * 0.65);
        height:calc(183px * 0.65);
        background-size: cover;
        bottom: auto;
        top: 40%;
    }
    #section_1 .cont li:nth-of-type(3):before{ /* 義大利麵 */
        width: calc(100px * 0.65);
        height:calc(136px * 0.65);
        background-size: cover;
    }
    .ex-box:after{                             /* 胡蘿蔔 */
          width: calc(106px * 0.65);
          height:  calc(130px * 0.65);
          background-size: cover;

      }

}


@media (max-width: 460px) {
    #section_1 {  padding: 10px 0;}
    #section_1 .cont li, .ex-box {
        padding: 0 35px;
    }
    .ex-box{font-size: 1.15rem;}
    .ex-box:after {top: 80%; bottom: auto;}

    #section_1 .cont li:nth-of-type(1):before { /* 番茄 */
        width: calc(82px * 0.4);
        height: calc(108px * 0.4);
        background-size: cover;
    }
    #section_1 .cont li:nth-of-type(1):after{  /* 火鍋 */
        width:calc(128px * 0.4);
        height:calc(183px * 0.4);
        background-size: cover;
        bottom: auto;
        top: 45%;
    }
    #section_1 .cont li:nth-of-type(3):before{ /* 義大利麵 */
        width: calc(100px * 0.4);
        height:calc(136px * 0.4);
        background-size: cover;
    }
    .ex-box:after{                             /* 胡蘿蔔 */
          width: calc(106px * 0.4);
          height:  calc(130px * 0.4);
          background-size: cover;

      }

}

    
/* ====section_2 tab==== */

.tabcontent ul:before,
.tabcontent ul:after{
  content: '';
  display: inline-block;
  position: absolute;  
}
.tabcontent ul:before{/* 香菜+洋蔥 */
    width: 95px;
    height:164px;
    background: url(../img/dec_corianderOnion.png) no-repeat 0 0 ;
    left: -66px;
    top: 24%;

}
.tabcontent ul:after{/* BBQ */
    width: 159px;
    height:122px;
    background: url(../img/dec_bbq.png) no-repeat 0 0 ;
    right: -80px;
    bottom: -61px;

}
 

#section_2{ background-color: #905ca2; z-index: 1; position: relative;}

#section_2 .inner-box{   position: relative;  padding:25px 100px 72px;  }


.BF-nav{
  position: relative;
  text-align: center;
  margin-bottom: -8px;
  display: flex;
  padding: 0 60px;
}
.BF-nav .tablinks{
  cursor: pointer;
  background-color: #7e308d;
  border: 5px solid  #d5accf;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding:9px 0.5em;
  margin: 0px 6px;
   
  line-height: 1.13;
  font-size: calc(3.6rem * .85);
  font-weight: normal;
  text-align: center;
  color: #d5accf;
  flex: 1;
}
.BF-nav .tablinks span{ display:inline-block; }



#section_2 .BF-nav .tablinks.active{ 
  color:#7e308d;  
  background-color: #fff;
  border: 8px solid  #7e308d;
  position: relative;
  z-index: 2;
  border-bottom: 0;
  font-size: 3.6rem;
  font-weight: bold;
}

#section_2 .tabcontent{
   display: none;
   position: relative;
   background-color: #fff;
   border:8px solid #7e308d;
   border-radius: 30px;
   padding:32px 0px ;
}

.tabcontent ul, .tabcontent li { list-style:none }
.tabcontent ul{ display:flex; flex-wrap:wrap; padding:15px 7%; justify-content: center; align-items:center; }
.tabcontent ul li{margin:25px 20px;}
@media (max-width:1279px){
    #section_2 .inner-box{padding:25px 50px 72px;}
    .tabcontent ul:after{/* BBQ */
          right: -44px;
          bottom: -45px;
    }
    
}
@media (max-width:1023px){
   .BF-nav .tablinks span{ display:block; }
}
@media (max-width:749px){
    .BF-nav{padding: 0 30px;}
    #section_2 .tabcontent{padding: 16px 0px;}
    .tabcontent ul{padding:15px 35px;}
    .BF-nav .tablinks{font-size: calc(2.2rem * .85);}
    #section_2 .BF-nav .tablinks.active{font-size: 2.2rem;}

    #section_2 .tabcontent,
    #section_2 .BF-nav .tablinks.active,
    .BF-nav .tablinks{border-width: 5px; margin: 0 3px;}
    .BF-nav .tablinks{border-top-left-radius: 20px; border-top-right-radius: 20px;  border-width: 3px; }
    #section_2 .tabcontent{border-radius: 20px;}
    .BF-nav{margin-bottom: -5px;}

    .tabcontent ul li {
        margin: 17px 20px 18px;
        text-align: center;
    }
    .tabcontent ul li img{ width:85%; margin: 0 auto;}

    .tabcontent ul:before{/* 香菜+洋蔥 */
          width: calc(95px * 0.65);
          height: calc(164px * 0.65);
          background-size: cover;
          left: -44px;
          top: 24%;

      }
      .tabcontent ul:after{/* BBQ */
          width: calc(159px * 0.65);
          height:calc(122px * 0.65);
          right: -44px;
          bottom: -31px;
          background-size: cover;
      }
       
}


@media (max-width: 460px) {
    
    #section_2 .inner-box{
      width: 100%;
      padding: 25px 32px 36px;
    }
    
    .BF-nav .tablinks{ font-size: calc(2rem * .85); padding:2px 4px;}
    #section_2 .BF-nav .tablinks.active{ font-size: 2rem; }

    .tabcontent ul:after{/* BBQ */
          width: calc(159px * 0.45);
          height:calc(122px * 0.45);
          right: -26px;
        bottom: -18px;
          background-size: cover;
      }
      .tabcontent ul {  padding: 8px 15px;}  
      .tabcontent ul li {   margin: 12px 10px;}
  

}




/* ====section_3 詳細內容==== */
#section_3 {
  padding: 64px 0;
  background: url(../img/pattern-star.png) repeat 50% 50%;
}

#section_3 .inner-box{  padding: 0 110px;}



.btn-more #title{ 

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 64px;
    padding:0 25px;
    background-color: #905ca2;
   display: flex;
   align-items: center;
   justify-content: space-between;
    cursor: pointer;

    color: #fff;
    font-size: 36px;
    font-weight: 500;

  }
.btn-more #title img{ height: 32px; width: auto; }

.btn-more #title:after{
  content: '';
  display: inline-block;
  background: url('../img/title-eventNotes-arrow.png') 0 0 / cover;
  width: 11px;
  height: 17px;
  transition: all 0.5s;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-more #title.active:after{
   transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  
}

/* 統一字級21 */
:root {
  --precautions-font-size: 2.1rem;
}

#precautions{
  background-color: #f8ebff;
    display: none;
    transition: all 0.5s;
    padding:20px 54px;
    border:8px solid #905ca2;
    border-top-width:1px;
    text-align: left;
    font-size: var(--precautions-font-size);
    line-height: 1.67;
    color: #766f7a;
}
#precautions a{color: #1a5cff; text-decoration: underline;}
#precautions a:hover{ text-decoration:none }


#precautions .box,
#precautions .box p{
    color: #333333;
    font-size: var(--precautions-font-size);
    line-height: 1.24;
    padding:0;
    text-align: left;
}
#precautions .box{padding-top: 10px;}
#precautions .box p{padding: 0 0 10px 0;}



.special-color{ color:#ff6700; font-weight:bold; margin: 15px 0;}
.special-color:has(.title){ font-weight:normal; color: #333;}
.special-color .title{font-weight:bold;color:#ff6700; }

.border-title{ 
  border-radius:20px;
  padding:8px 15px;
  line-height: 1;
  background-color: #9836c2;
  color: #fff; 
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}



.box-dowload{
  padding:25px 0;
  border-top:1px solid #bf91bf;
  border-bottom:1px solid #bf91bf;
  margin:31px 0 46px;
}


#precautions table{ border:1px solid #905ca2;border-collapse: collapse; margin-bottom: 27px; margin-top: 10px; }
#precautions th, #precautions td{ font-size:1.8rem; line-height:1.33; padding:10px 17px; }
#precautions th{color: #fff; background-color: #b88dc9; padding:5px 17px; text-align: center; font-weight: bold;}
#precautions td{ color:#905ca2; background-color:#fff;     vertical-align: top;}


#precautions ol{margin-left: 1em;} 

#precautions ol u{ font-weight:bold; }
#precautions ul{  margin-left: 1.2em;}
#precautions li{margin-bottom: 10px;}

@media (max-width: 1280px) {
      #section_3 .inner-box {    padding: 0 60px;}
      
}

@media (max-width: 749px) {

    :root {
      --precautions-font-size:1.5rem;
    }

    #section_3 { padding: 32px 0; background-size: calc(125px * 0.65); }
    #section_3 .inner-box{    padding: 0 30px;  }

    .special-color{margin: 8px 0;}
    .btn-more #title{font-size: 2.2rem;height:40px; padding: 0 18px;}
    .box-dowload {  padding: 12px 0;  margin: 15px 0 23px;  }
      
    #precautions{border-width: 5px; border-top-width: 0px;   padding:0px 22px;}
    #precautions table{margin-bottom: 10px; margin-top: 0}
    #precautions th, #precautions td {   padding: 5px 9px; font-size: 1.3rem;}
    #section_3 .inner-box {     padding: 0 20px;   }
    .btn-more #title:after{ width: 6px; height: 10px;}
    
}




