@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0;z-index: 1;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 


/*背景*/
#content_main,#content{
    background: #fffef2;
}

/*版面*/
.main_part{
    width: 100%;
    max-width: 78%;
}


.me_tp_features{
    display: none;
}

.header_area{
    background: transparent;
    position: fixed;
    width: 100%;
    padding: 0;
}
.main_header_area .container{
    width: 100%;
    max-width: 90%;
}
.header_area.sticky{
    background: transparent;
}
.navigation{
    grid-template-columns: 220px 1fr;
}
.nav-header{
    max-width: 100%;
    width: 100%;
}
.nav-brand{
    max-width: 180px;
    padding: 6% 0 0 0;
    margin: 0 auto;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li {
    display: inline-block;
    width: 126px;
    right: 0;
    position: relative;
    text-align: center;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}
.stellarnav > ul > li > a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #111111;
    font-size: 17px;
}
.stellarnav > ul > li > a:hover{
     color: #F8B32B;
}
.stellarnav{
    display: flex;
    justify-content: flex-end;
}
.stellarnav ul {
    margin: 0;
    padding: 1% 4%;
    text-align: center;
    background-color: #FFFEF2;
    border-radius: 40px;
    right: 0;
    position: relative;
    max-width: 74%;
}




/*大圖*/
.swiper-banner .swiper-slide{
    position: relative;
}


.swiper-banner .swiper-slide:nth-child(1)::before{
    content: "";
    position: absolute;
    top: 28%;
    left:0;
    width: 100%;
    height: 100%;
    max-width: 597px;
    max-height: 299px;
    background-image: url(https://pic03.eapple.com.tw/doufun1994/slogan01.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    animation: slide-br 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.swiper-banner .swiper-slide:nth-child(1)::after{
    content: "";
    position: absolute;
    top: 42%;
    right: 16%;
    width: 100%;
    height: 100%;
    max-width: 511px;
    max-height: 169px;
    background-image: url(https://pic03.eapple.com.tw/doufun1994/slogan01_text.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    animation: slide-bck-tr 2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

.swiper-banner .swiper-slide:nth-child(2)::before{
    content: "";
    position: absolute;
    top: 28%;
    left:0;
    width: 100%;
    height: 100%;
    max-width: 597px;
    max-height: 299px;
    background-image: url(https://pic03.eapple.com.tw/doufun1994/slogan01.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    animation: slide-br 6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.swiper-banner .swiper-slide:nth-child(2)::after{
    content: "";
    position: absolute;
    top: 46%;
    right: 12%;
    width: 100%;
    height: 100%;
    max-width: 403px;
    max-height: 157px;
    background-image: url(https://pic03.eapple.com.tw/doufun1994/slogan02_text.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    animation: slide-bck-tr 5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
/*slogan01*/
@keyframes slide-br {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(100px) translateX(100px);
  }
}
/*slogan01_text*/
@keyframes slide-bck-tr {
  0% {
      transform: translateZ(0) translateY(0) translateX(0);
  }
  100% {
      transform: translateZ(-400px) translateY(-200px) translateX(200px);
  }
}



/*內頁BANNER 設定*/
.banner {
    font-size: 40px;
    text-align: center;
    background: repeat center center #fffef2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    min-height: 290px;
    align-content: flex-end;
    padding-bottom: 2%;
}
.banner h5 {
    color: #111111;
}
.banner.banA {
    background-image: none;
    background-color: #f9f7de;
}
.banner.banB {
    background-image: none;
    background-color: #f9f7de;
}
.banner.banC {
    background-image: none;
    background-color: #f9f7de;
}
.banner.banD {
    background-image: none;
    background-color: #f9f7de;
}
.banner.banE {
    background-image: none;
    background-color: #f9f7de;
}
.banner.banblog {
    background-image: none;
    background-color: #f9f7de;
}


/*麵包屑*/
.path {
    padding: 0;
    font-family: 'Noto Sans TC';
}
.path p, .path p a{
    font-size: 18px;
}
.path p a:hover{
    color: #d7aa5d;
}


/* 產品*/
.pageIndex .animated-arrow {
    background: #e6dfae;
    border-radius: 4px;
}
.fa-arrow-right::before{
    display: none;
}
.i_prod_b a i.fa-solid.fa-arrow-right{
    margin: 0;
}
.i_prod_b *{
    color: #111111;
}
.pageIndex .prod_part {
    padding: 0;
    background-image: url(https://pic03.eapple.com.tw/doufun1994/product_box.png);
    background-repeat: repeat-y;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.products-list .pic {
    aspect-ratio: 4 / 3;
}
.i_prod_tit span {
    position: relative;
    width: 100%;
    color: transparent;
    display: block;
    padding-top: 5%;
}
.i_prod_tit span::before {
    content: '豆坊商品';
    position: absolute;
    font-family: "Yusei Magic", sans-serif;
    color: #F9B327;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 4px;
    width: 100%;
    right: 0;
    display: contents;
}
.pageIndex .prod_part section{
    width: 100%;
    max-width: 80%;
}
.products-list .item a>*{
    text-align: center;
}
.products-list .more{
    border: 1px solid #F9B327;
    color: #F9B327;
}
.products-list .item a:hover .more{
    background: #F9B327;
}
.products-list .name{
    color: #111111;
    font-family: 'Noto Sans TC';
    font-size: 18px;
}
.pageIndex .productsListBox, .productsListBox.swiper{
    padding: 6% 0 4% 0;
}


.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
.product_page .main_part { max-width:1500px;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}
.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}



/*頁腳*/
.footer {
    padding: 1% 0 0 0;
    background-color: #fffbdd;
    position: relative;
    z-index: 1;
    box-shadow: 1px -4px 6px 1px #d5d1ae54;
}
.footer::after {
    content: '中央廚房符合衛生標準並榮獲衛生局檢驗合格';
    white-space: pre-wrap;
    position: absolute;
    color: #A4021A;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 20px;
    right: 0;
    bottom: 0;
    letter-spacing: 4px;
    z-index: 1;
    background-color: #dcebc5;
    width: 100%;
    padding: 0.5% 0;
    text-align: center;
}
.footer .center{
    z-index: 1;
    max-width: 80%;
    width: 100%;
}
.footer_info{
    padding: 3% 0 0 0;
    margin-top: 0;
    padding-right: 0;
    grid-template-columns: 36% 1fr;
    align-items: center;

}
.copy{
    border-top: none;
    color: #b7b391;
    z-index: 999;
    position: relative;
   font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 4% 4%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.copy a{
   color: #b7b391;
   
}
.copy a:hover {
    color: #F8B32B;
}
.footer_menu a {
    border: none;
    background: #e6dfae;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #111111;
    border-radius: 4px;
    padding: 10px 0;
    width: 12.5%;
    text-align: center;
}
.footer_menu a:hover {
    background: #e7e1a5;
    color: #111111;
}
.footer_info li p,.footer_info li p a{
    color: #111111;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.footer_info li p{
    display: inline-block;
    padding-right: 0;
}
.box_link{
    display: none;
}
.footer_info li p.tel:before{
    content: '連絡電話：';
}
.footer_info li p.taxid:before{
    content: '統一編號：';
}
.footer_info li p.line:before{
    content: '豆坊總部：';
}
.footer_info li p.fax:before{
    content: '豆坊客服：';
}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-wrap: wrap;
}
.footer_info li:nth-child(1)::before {
    content: '本圓食品有限公司';
    position: relative;
    color: #000000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    left: 0;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 300%;
    width: 100%;
}
.footer_info li p.tel2:before{
    content: '工廠登記證號：';
}
.footer_info li p.phone:before{
    content: '食品業字號：';
}
.line{
    order: 1;
}
.fax{
    order: 2;
}
.tel{
    order: 3;
}
.taxid{
    order: 4;
}
.mail{
    order: 5;  
}
.add{
    order: 6;  
}
#to_top{
    background: #fffef2;
    color: #111;
    text-decoration: none;
}

@media screen and (max-width: 1500px) {
.stellarnav ul {
    width: 100%;
    max-width: 100%;
}
.swiper-banner .swiper-slide:nth-child(2)::before{
    max-width: 30%;
    max-height: 30%;
}
.swiper-banner .swiper-slide:nth-child(2)::after{
    max-width: 25%;
    max-height: 17%;
}
.swiper-banner .swiper-slide:nth-child(1)::before{
    max-width: 30%;
    max-height: 30%;
}
.swiper-banner .swiper-slide:nth-child(1)::after {
    max-width: 23%;
    max-height: 15%;
}


/*頁腳*/
.copy{
    font-size: 12px;
}
.footer_menu a{
    padding: 10px 8px;
}
.footer_info{
    grid-template-columns: 34% 1fr;
}
.footer_logo{
    max-width: 210px;
}
.footer::before{
    height:92%;
}

}
@media screen and (max-width: 1280px) {
.swiper-banner .swiper-slide:nth-child(1)::after{
    top: 54%;
    right: 20%;
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    max-width: 17%;
    max-height: 13%;
    right: 24%;
}


/*頁腳*/

.footer::after{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.copy{
    justify-content: center;
}
.footer_logo {
    max-width: 170px;
}
.footer_info {
    grid-template-columns: 26% 1fr;
}

}
@media screen and (max-width: 1024px) {
.header_area {
    background: #fffef2;
    position: relative;
    width: 100%;
    z-index: 1;
}
.nav-brand {
    max-width: 150px;
    padding: 1% 0 0 0;
    margin: 0 auto;
}
.stellarnav ul{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.swiper-banner .swiper-slide:nth-child(2)::before,.swiper-banner .swiper-slide:nth-child(1)::before,.swiper-banner .swiper-slide:nth-child(1)::after,.swiper-banner .swiper-slide:nth-child(2)::after{
    animation: none;
}
.swiper-banner .swiper-slide:nth-child(2)::before,.swiper-banner .swiper-slide:nth-child(1)::before{
    left: 6%;
}
.swiper-banner .swiper-slide:nth-child(1)::after {
    top: 60%;
    right: 6%;
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    max-width: 17%;
    max-height: 13%;
    right: 6%;
    top: 24%;
}
.stellarnav > ul > li{
    width: 96px;
}


}
@media screen and (max-width: 980px) {



/*頁腳*/
.footer_info {
    grid-template-columns: 1fr;
    grid-gap: 0;
}
.footer_logo {
    padding: 8% 0 0 0;
}




}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
.stellarnav .menu-toggle{
    padding: 50% 0;
}
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0; z-index: 0;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: transparent;
}
.stellarnav ul{
    border-radius: 0;
}
.stellarnav > ul > li{
    width: 100%;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px #edebd6 solid;
}
#bottom_menu{
    background: #fffbdd;
    z-index: 9;
}
#content_main{
    z-index: 0;
}
.stellarnav.mobile ul{
    background: #fffef3;
}
.stellarnav.mobile li a{
    border-bottom: none;
}
.stellarnav a.dd-toggle .icon-plus:after,.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #fac160;
}
.stellarnav.mobile li.open{
    background: #fffbdd;
}

/*換手機版大圖*/
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-banner{height: 90vh; padding:0;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/doufun1994/opening768_01.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/doufun1994/opening768_02.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}


/*產品*/
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

/*bottom*/
#bottom_menu{
    background: #fffbdd;
}
#bottom_menu li a i,#bottom_menu li a em{
    color: #010101;
}
#bottom_menu li:nth-child(2),
#bottom_menu li:nth-child(3),
#bottom_menu li:nth-child(4),
#bottom_menu li:nth-child(5),
#bottom_menu li:nth-child(6)
{
    display: none;
}

/*頁腳*/
.footer_menu a{
    width: 48%;
}
.footer_menu a:nth-child(1){
    display: none;
}
.footer::before{
    border-radius: 100px 100px 0 0;
}
.footer_menu a{
    text-align: center;
}
.fa-house::before,.fa-phone-volume::before,.fa-line:before,.fa-square-facebook:before{
    color: #41331f;
}
#bottom_menu li a i, #bottom_menu li a em{
    color: #41331f;
}


}
@media screen and (max-width: 600px) {
.stellarnav ul{
    margin: 0;
    padding: 0;
}
.stellarnav.mobile{
    top: 26%;
}

/*頁腳*/
.footer .center{
    width: 100%;
    max-width: 90%;
}
.footer_info{
    text-align: center;
}
.footer_logo a{
    width: 100%;
}
.footer_logo{
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
}
.footer::before{
    border-radius: 60px 60px 0 0;
}




}
@media screen and (max-width: 480px) {
/*大圖*/    
/*換手機版大圖*/
.swiper-pagination-bullet{
    background: #ffffff;
}
.stellarnav .menu-toggle {
    padding: 0;
}
.header_area {
    background: #fffcdd;
    position: relative;
    width: 100%;
    padding: 0;
}
.pageIndex .swiper-banner{
    height: 80vh;
    padding: 0;
}
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/doufun1994/opening480_01.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/doufun1994/opening480_02.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}



/*頁腳*/
.footer_info{
    grid-template-columns: 1fr;
}


}

