@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=RocknRoll+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

.me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice,.fa-cart-shopping::before,.fa-credit-card::before{
    color: #37416b;
}

.me_tp_features{
    right: 4%;
    top: 6%;
    position: absolute;
    z-index: 9999;
}



.box_search input[type=text]{
    background-color: #f2e4dd;
    border: solid 1px #ffffff;
}

.shop_search_btn{
    background: #37416b;
}

.tp_links{
    display: none;
}


/*加入購物車*/
.stepImg img{
    filter: hue-rotate(318deg);
}

.stepImg span.active {
    color: #ff9571;
}

.small_pic{
    width: 200px;
    height: 200px;
}

.shopping-cart .cell.product_name p{
    width: calc(100% - 220px);
}

.rewrite_simple{
    background: #ddb690 url(../images/simple_left.png) 10% center no-repeat;
}

.send_simple{
    background: #8b5b45 url(../images/simple_right.png) 88% center no-repeat;
}

.separate_title{
    background: #d8c6bc7a url(../images/separateTitle.png) left center no-repeat;
}


.total_amount ul{
    border: 1px solid #f2bda5;
}

.total_amount ul:after{
    border-right: 1px dashed #e2ad96;
    border-bottom: 1px dashed #e2ad96;
}

.border200{
    width: 100%;
    border: none;
    background-color: #e0c6b7;
}

.formbox_form li.last{
    justify-content: flex-end;
}

/*麵包屑*/
.path{
    display: none; 
}


/*版面*/
.car_page .main_part {
    width: 100%;
    max-width: 74%;
    padding: 6% 0;
}

.remit_page  .main_part {
    width: 100%;
    max-width: 74%;
    padding: 6% 0;
}

.main_part{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10% 0 0 0;
}

.contact_page .main_part{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.blog_page  .main_part,.blog_in_page   .main_part{
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 6% 0 0 0;
}


.product_page .main_part{
    width: 100%;
    max-width: 90%;
    padding: 6% 0 0 0;
}

.product_info_page .main_part{
    width: 100%;
    max-width: 76%;
    padding: 6% 0 0 0;
   
}

h5.blog_le_t em {
    display: flex;
    font-style: normal;
    font-family: "RocknRoll One", sans-serif;
    justify-content: center;
    color: #37416b;
    font-size: 30px;
}

.accordion li .link a{
    color: #1F1F1F;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.blog_le .accordion {
    border-radius: 6px;
    border: none;
    background-color: #e3c0aa;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #f2bda5 !important;
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
    color: #1F1F1F!important;
}

.blog_search input[type=search]{
    border: solid 1px #f2bda5;
}

.subbox_item a{
    padding-bottom: 14%;
    border-radius: 8px 8px 0 0;
}

.subbox_item a:after{

}

.subbox_item{
    border-bottom: 1px solid #e3c0aa;
    background-color: #ffffff;
    border-radius: 8px;
}

.blog_list_le img{
    border-radius: 8px 8px 0 0;
}




/*背景*/
#content_main,#content{
    background-color: #f3e2d8;
    position: relative;
}



.swiper-banner .swiper-slide{
    position: relative;
}
/*動畫圖片-----------------------------------*/

.swiper-banner .swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/big1_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 34%;
    bottom: 22%;
    left: 7%;
    z-index: 1;
    background-position: bottom left;
}

.swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/big1_photo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 38%;
    bottom: 12%;
    right: 8%;
    z-index: 1;
    background-position: bottom right;
}

.swiper-banner .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/donut.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 96%;
    bottom: 0;
    left: -10%;
    z-index: 1;
    background-position: bottom;
    animation: kenburns-right 5s ease-out both;
}

.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/big2_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 36%;
    bottom: 20%;
    right: 8%;
    z-index: 1;
    background-position: bottom right;
}


@keyframes kenburns-right {
0% {
        transform: scale(1) translate(0, 0);
        transform-origin: 84% 50%;
}
50% {
        transform: scale(1.25) translateX(20px);
        transform-origin: right;
}
100% {
    transform: scale(1) translateX(-20px);
    transform-origin: left;
}

}

.main_header_area .container{
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.pageIndex .header_area{
    position: fixed;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/top_bk.png);
    background-color: #ffffff;
    background-position: top  center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    border-bottom: 2px solid  #F2BDA5;
    padding: 0;
   
}
.header_area{
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/top_bk.png);
    background-color: #ffffff;
    background-position: top  center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    border-bottom: 2px solid  #F2BDA5;
    padding: 0;
   
}

.pageIndex .header_area.sticky{
    position: fixed;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/top_bk.png);
    background-color: #ffffff;
    background-position: top  center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    border-bottom: 2px solid  #F2BDA5;
    padding: 0;
}

.header_area.sticky{
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/top_bk.png);
    background-color: #ffffff;
    background-position: top  center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    border-bottom: 2px solid  #F2BDA5;
    padding: 0;
}

.pageIndex .header_area .nav-brand {
    display: none;
    opacity: 0;
    height: 0;
    transition: .4s ease;
}

.header_area .nav-brand {
    display: block;
    opacity: 1;
    height: auto;
    transition: .4s ease;
}

.pageIndex  .header_area.sticky .nav-brand{
    display: block;
    opacity: 1;
    height: auto;
    transition: .4s ease;
    top: 6%;
    left: 20%;
    position: relative;
}



.main_header_area {
    padding: 0;
}

.pageIndex .header_area .navigation {
    grid-template-columns: 1fr;
    transition: .4s ease;
}

.pageIndex .header_area.sticky .navigation {
    grid-template-columns: 105px 1fr;
    transition: .4s ease;
}



.nav-header{
    max-width: 100%;
    width: 100%;
}

.stellarnav ul{
    margin: 3.2% 0 0 0;
    text-align: center;
}

.stellarnav ul ul{
    top: 88%;
    border-radius: 4px;
}

.stellarnav li li{
    text-align: center;
    border: 1px #f2bda5 solid;
    border-radius: 4px;
}




.stellarnav > ul > li{
    width: 146px;
    text-align: center;
}


/*原物料專區*/

.stellarnav > ul > li:nth-child(7):hover::before{
    left: -6px;
    transform: translateY(0%);
    opacity: 1;
}


.stellarnav > ul > li:hover::before{
    left: -2px;
    transform: translateY(0%);
    opacity: 1;
}


.stellarnav > ul > li:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/crispy95479024/top_icon01.png) no-repeat;
    width: 34px;
    height: 34px;
    background-size: contain;
    position: absolute;
    transition: all 0.3s;
    transform: translateY(-50%);
    left: -2px;
    opacity: 0;
}




.stellarnav li.has-sub > a:after{
    display: none;
}


.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}



.stellarnav > ul > li:last-child:after{
    display: none;
}


.stellarnav > ul > li > a{
    font-family: "Kosugi Maru", sans-serif;
    letter-spacing: 2px;
    color: #293155;
}


.stellarnav > ul  > li >a:hover, .stellarnav.desktop li.has-sub a:hover{
    color: #EEAB8D;
}





/*內頁BANNER 設定*/
.banner h5 {
    display: none;
}

.banner.banA {
    background: #f3e2d8;
}
.banner.banB {
  display: none;
}
.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/all_banner.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

.remit_page .banner.banD {
    background: #f3e2d8;
}

.banner.banD{
    display: none;
}

.banner.banE {
    background: #f3e2d8;
}
.banner.banF {
   display: none;
   
}
.banner.banblog {
   display: none;
}



/*文章*/
.blog_le {
    width: 18%;
}

.blog_ri {
    width: calc(100% - 19%);
    padding: 0 0 0 4%;
}

.subbox_item a{
    grid-template-columns: 1fr;
}

.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-gap: 40px;
}

.subbox_item a:after{
    background: transparent;
    border: none;
}

.blog_list_ri{
    padding: 5px 16px;
}


.blog_list_ri h5{
    color: #37406B;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
}

.blog_list_ri p{
    color: #1F1F1F;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    -webkit-line-clamp: 2;
    letter-spacing: 1px;
}

.subbox_item a::before {
    content: '閱讀更多';
    color: #dd9066;
    opacity: 1;
    right: 4%;
    padding: 1% 0;
    font-family: 'Noto Sans TC';
    font-weight: 400;
    letter-spacing: 2px;
}

.subbox_item a:hover:before, .subbox_item a:hover:after {
    color: #e9d2c6;
    transition: all .5s;
}

.articel_mainPic img{
    display: none;
}

.news_related{
    position: relative;
    background-color: #f8eee8;
    z-index: 0;
    padding: 4% 0;
}

.news_related::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/top_page.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.news_related h6 span:before{
    color: #37416b;
}

.news_related h6 {
    width: 100%;
    max-width: 80%;
    margin: 3% auto 4% auto;
    text-align: center;
}

.news_related_list{
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    max-width: 80%;
    grid-gap: 40px;
    z-index: 2;
    position: relative;
}

h4.blog_category_title{
    color: #37406B;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
}

.blog_box_edit *{
    color: #1F1F1F;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}

.news_related_list li a p{
    color: #1F1F1F;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
}

.news_related_list li a{
    padding: 0;
    border-radius: 8px;
}

.news_related_list li a p{
    padding: 4% 0;
}

.news_related_b_box{
    margin-top: 4%;
}

.blog_back a.article_btn_prev{
    background: #d3bcaf;
    border-radius: 40px;
}

.blog_back a.article_btn_next{
    background: #d3bcaf;
    border-radius: 40px;
}

.blog_back a.article_btn_back{
    background: #b3a296;
    border-radius: 40px;
}

.blog_page #content::before {
    content: '';
    position: absolute;
    background-image: url(http://pic03.eapple.com.tw/crispy95479024/new_img01.png);
    background-repeat: no-repeat;
    background-size: 34%;
    width: 100%;
    height: 100%;
    background-position: bottom left;
    left: -8%;
    bottom: -21%;
    z-index: 0;
}

.news_related_list li figure{
    border-radius: 8px 8px 0 0;
}



/*產品*/
.products-list .pic{
    border-radius: 10px;
}


.pageIndex .products-list .pic::before {
    content: '熱銷';
    position: absolute;
    padding: 5px 40px;
    background-color: #d52d2d;
    box-shadow: 1px 1px 1px 1px #2c2c2c54;
    color: #ffffff;
    width: 180px;
    height: 34px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 120%;
    transform: rotate(325deg);
    z-index: 1;
    top: 10px;
    left: -50px;
}

.pageIndex .animated-arrow{
    display: none;
}



.pageIndex .products-list {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 0;
    grid-gap: 40px;
}

.pageIndex  .prod_part section{
    max-width: 80%;
    margin: auto;
    width: 100%;
}

.i_prod_tit span, .i_video_tit span{
    font-family: "RocknRoll One", sans-serif;
    font-size: 45px;
    color: #373F6B;
    letter-spacing: 2px;
}

.i_prod_tit, .i_video_tit{
    margin-bottom: 6%;
    margin-top: 2%;
}
.i_prod_tit span{
    display: flex;
    flex-direction: column;
    align-items: center;

}

.i_prod_tit span::before {
    font-family: "Proza Libre", sans-serif;
    position: relative;
    content: 'SHOPPING';
    color: #EB936D;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
}



.pageIndex .products-list .more {
    border: none;
    color: #fcfcfc;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: right;
    transition: all .5s;
    bottom: 25%;
    padding-right: 2%;
}

.pageIndex  .products-list .item a:hover .more{
    background: transparent;
    color: #37416b;
    letter-spacing: 2px;
    
}

.product_page  .show_content{
    margin: auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
}

.product_page .product_menu_list {
    position: relative;
    width: 16%;
    letter-spacing: 1px;
    min-height: 30vw;
    padding-right: 2%;
}

.products-list .item a{
    height: auto;
}

.proImgSwiper li{
    align-items: flex-start;
}

.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_page .products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 40px;
    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;}
.sidebarBtn{
    border: none;
    border-radius: 8px;
}

.products-list .name{
    font-size: 18px;
    color: #1F1F1F;
    text-align: center;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
}

.product-layer-two li a{
    color: #293155;
    border-radius: 20px;
}

.related_list{
    grid-gap: 40px;
}

.related_list li a{
    padding: 0;
    border-radius: 8px  8px;
}

.related_list li figure{
    border-radius: 8px 8px 0 0;
}

.lastPage{
    background: #f2bda5;
    margin: 0 auto;
    border-radius: 20px;
}

.prod_related h6 {
    width: 100%;
    max-width: 80%;
    margin: 2% auto 4% auto;
    text-align: center;
}

.related_list{
    max-width: 76%;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.prod_related{
    background: #f3eeea;
}


.prod_related h6 span:before{
    color: #223271;
}

.prod_related_b_box {
    margin-top: 3%;
    margin-bottom: 3%;
}

.related_list li a p{
    font-size: 18px;
    color: #333;
    font-family: 'Noto Sans TC';
}

.products-list .more{
    border: 1px solid #f1ad8f;
    color: #f1ad8f;
}

.products-list .item a:hover .more{
    background: #f1ad8f;
}    

.sidebarBtn h2,.mobile_product_name{
    color: #37416b;
}

#prod_thumbSwiper img,.proImgSwiper img{
    border-radius: 8px;
}

.product_main{
    padding-right: 4%;
}

.products-list .price b.ori_price{
    text-align: right;
    color: #d52d2d;
}

.products-list .price .sp_price{
    text-align: left;
    color: #ae6c39;
}

.sidebarBtn .price{
    color: #9e9d9d;
}

/*下拉*/
.promotion_title{
    display: none;
}

.page{
    display: none;
}

.other_select_page .other_promotion{
    display: none;
}



/*聯絡我們*/
.contact_content{
    margin: auto;
    padding: 4% 0 4% 0;
}


.contact_form li input.noborder{
    border: 1px #cebeb4 solid;
    background-color: #e3d0c547;
}

.contact_form li textarea.noborder{
    background-color: #e3d0c547;
    border: 1px #cebeb4 solid;
}

.contact_content .information_left{
    display: none;
}

.contact_form li .form__label {
    display: flex;
    max-width: 100%;
    width: 100%;
    font-weight: bold;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 20px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact_content .information_right {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 0 3%;
    border-radius: 34px;
    box-shadow: 1px 1px 1px 3px #00000012;
}

.contact_form li.last cite{
    background: #37416b;
    color: #ffffff;
}

.contact_form li.last blockquote{
    background: #fa9d72;
    color: #ffffff;
}


.contact_form li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    justify-items: start;
    padding-bottom: 2%;
}

.blank_letter {
    color: #37416b;
    font-size: 28px;
    font-family: "Kosugi Maru", sans-serif;
    margin-bottom: 1%;
    margin-top: 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 2;
}


.red{
    order: 2; 
    color: #e87474;
}


.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(30%, 1fr));
}

.contact_form li:nth-child(7) .form__insert{
    margin-top:1%;
}


.contact_form li:nth-child(7) .form__label::before {
    content: '若已鎖定加盟地點或有合作區域意願，可填寫城市／商圈地點';
    position: absolute;
    left: 0;
    font-family: 'Noto Sans TC';
    color: #ff4e4e;
    font-size: 15px;
    letter-spacing: 1px;
    top: 96%;
    z-index: 1;
    width: 100%;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
}


/*頁腳*/
.box_link {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    right: 0%;
}

.box_link a{
    border: none;
}

.footer {
    position: relative;
    background-color: #37416B;
    padding: 10% 0 4% 0;
}

.footer::after {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/footer_bk.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 66px;
    bottom: 0;
}

.footer::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/footer_special.png);
    background-repeat: no-repeat;
    width: 100%;
    height:367px;
    -webkit-animation: bg-pan-tr 8s infinite both;
            animation: bg-pan-tr 8s infinite both;

}

@-webkit-keyframes bg-pan-tr {
    0% {
      background-position: 0% 100%;
    }
    25% {
      background-position: 100% 0%;
    }
    50% {
        background-position: 100% 0%;
      }
    100% {
        background-position: 0% 100%;
    }
}

.footer .center{
   
}
.footer_info li:nth-child(1) {
    width: 100%;
}

.footer_info li:nth-child(1)::before {
    content: '山城烘焙-川禾餐飲事業有限公司';
    position: relative;
    left: 0;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    top: 0;
}


.footer_info li:nth-child(2)::before {
    content: 'MENU';
    position: relative;
    left: 0;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
}


.footer_info li:nth-child(2) {
    width: 100%;
}

.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    margin-top: 4%;
    gap: 10% 0;
}

.footer_menu a {
    color: #ffffff;
    background: transparent;
    border: none;
    text-align: center;
    font-family: "Noto Sans TC", serif;
    padding: 0;
    height: 20px;
}

.footer_menu a:hover{
    border-bottom: 1px solid #fff;
    padding: 0 0 2% 0;
    color: #fff;
}

.footer_info{
    justify-items: center;
    grid-template-columns: 1fr;
    padding-right: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.copy{
    font-size: 14px;
    border-top:none;
    color: #56608b;
    font-family: "Noto Sans TC", serif;
}

.copy a{
    color: #56608b;
}


.copy a:hover{
    
    color: #56608b;
}

.footer_logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo{
   
    margin: 2% 0 0 0;
}

.footer_logo a::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/footer_logo.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 0;
    top: -35%;
    width: 100%;
    height: 128px;
}

.footer_logo img{
   display: none;
}

.footer_info li{
    padding: 2% 0;
}

.footer_info li p:nth-child(1){
    margin-top: 2%;
}

.footer_info li p{
    color: #ffffff;
    font-family: "Noto Sans TC", serif;
    font-size: 15px;
}

.footer_info li p a{
    color: #ffffff;
}


.footer_menu a{
    font-size: 15px;
}

.footer_menu a:nth-child(1){
    display: none;
}

.fa-line:before {
    color: #6cc883;
}

.fa-phone-volume::before {
    color: #c8ac6c;
}

.fa-mobile-screen-button::before{
    color: #e77171;
}

.fa-envelope::before{
    color: #fa9d72;
}

@media screen and (max-width: 1600px) {
.swiper-banner .swiper-slide:nth-child(2):before{
    background-size: 100%;
    width: 100%;
    height: 87%;
    max-width: 90%;
}

  


}
@media screen and (max-width: 1280px) {
.pageIndex .header_area{
    position: relative;
} 

.me_tp_features{
    right: 0;
}

.stellarnav ul {
    margin: 5% 0 0 0;
}

.stellarnav > ul > li{
    width: 100px;
}

.box_search{
    display: none;
}


.nav-brand img {
    max-width: 90%;
}


.stellarnav > ul > li {
    width: 84px;
}



/*文章*/
.blog_page .main_part, .blog_in_page .main_part{
    padding: 14% 0 6% 0;
}

.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
}

.blog_page #content::before{
    left: -8%;
    bottom: -6%;
}

.blog_le {
    width: 22%;
}

.blog_ri {
    width: calc(100% - 23%);
    padding: 0 0 0 4%;
}


/*聯絡我們*/
.contact_content .information_right{
    width: 100%;
    max-width: 82%;
}

.contact_form li.last{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*產品*/
.pageIndex .prod_part section{
    max-width: 90%;
}


/*頁腳*/
.footer_info li:nth-child(2) {
    width: 68%;
}

.footer .center{
    max-width: 84%;
}






}

@media screen and (max-width: 1024px) {
.header_area{
    position: relative;
}
.nav-brand img {
    max-width: 82%;
}

.navigation {
    display: grid;

}

.stellarnav ul {
    margin: 7% 0 0 0;
}

.navigation{
    grid-template-columns: 140px 1fr;
}


/*聯絡我們*/
.contact_form li{
    padding-bottom: 2%;
}

.contact_form li:nth-child(7) .form__label::before{
    color: #ff4e4e;
    font-size: 13px;
}


/*產品*/
.pageIndex .products-list{
    grid-template-columns: repeat(2, 1fr);
}
.pageIndex .products-list .more{
    font-size: 12px;
}


/*文章*/

.blog_page .main_part, .blog_in_page .main_part {
    padding: 4% 0 6% 0;
}

.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
}





}
@media screen and (max-width: 980px) {
.main_header_area .container {
    max-width: 100%;
}

.nav-brand img {
    max-width: 100%;
}

.navigation {
    grid-template-columns: 84px 1fr;
}


/*文章*/
.blog_le {
    width: 30%;
}

.blog_ri {
    width: calc(100% - 31%);
    padding: 0 0 0 4%;
}

.blog_page #content::before {
    left: -13%;
    bottom: -2%;
    background-size: 50%;
}




.footer_info ul{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.footer_info li:nth-child(2) {
    width: 100%;
}




}
@media screen and (max-width: 768px) {
.pageIndex .me_tp_features{
    display: none;
}

.me_tp_features{
    position: relative;
}

.pageIndex .header_area{
    height: 152px;
}



/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li{
    width: 100%;
}

.stellarnav.mobile{
    left: 2%;
}

.nav-header{
    top: 0;
}

.header_area {
    height: auto;
    padding: 0 0 3% 0;
}

.navigation {
    grid-template-columns: 1fr;
}

.pageIndex .header_area{
    position: relative;
}

.pageIndex .header_area.sticky{
    position: relative;
}

.pageIndex .header_area .nav-brand {
    display: block;
    opacity: 1;
    height: auto;
    transition: .4s ease;
}

.nav-header{
    top: 10%;
    position: relative;
}




.header_area,.header_area.sticky{
    background-image: none;
    background-color: #ffffff;
    box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.2);
}

.header_area.sticky .navigation{
    grid-template-columns: 1fr;
    transition: .4s ease;
}


.header_area .nav-brand {
    display: block;
    opacity: 1;
}

.stellarnav.mobile{
    top: 64px;
}

.stellarnav > ul > li > a{
    color: #ffffff;
}


.stellarnav.mobile ul{
    background: #37416b;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #ffffff;
}

.stellarnav > ul > li:before{
    display: none;
}

.stellarnav ul {
    margin: 0;
}

.stellarnav > ul > li{
    width: 100%;
}

.stellarnav.mobile > ul > li > a{
    padding: 4% 0 4% 4%;
}

.stellarnav.mobile li.open{
    background: #5e6685;
}

.stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #fff;
}

.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #fff;
}

.stellarnav .menu-toggle:after{
    color: #37416b;
}

.stellarnav .menu-toggle span.bars span{
    background: #37416b;
}




/*產品*/

.pageIndex .products-list{
    grid-template-columns: repeat(2, 1fr);
}


.product_page .product_menu_list{
    display: none;
    padding-right: 0;
}

.product_page .products-list{
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
}
.product_page .main_part {
    width: 100%;
    max-width: 86%;
    padding: 6% 0 8% 0;
}

.products-list .item a{
    padding-bottom: 0;
}



.products-list .name{
    font-size: 20px;
}

.pageIndex .products-list .more{
    bottom: 20%;
}

/*聯絡我們*/
.contact_form li .form__label{
    border-radius: 14px;
    background: transparent;
    padding: 0;
}

.contact_form li:nth-child(7) .form__label {
    padding-bottom: 14%;
}

.contact_form li:nth-child(7) .form__label::before{
    top: 50%;
}


/*文章*/

.blog_le {
    width: 100%;
}

.blog_ri {
    width: 100%;
    padding: 0;
}

.subbox_item a:before{
    font-size: 14px;
}

.fa-caret-down::before{
    color: #ffffff;
}

.news_related h6{
    margin: 10% auto 6% auto;
}

.news_related_list{
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
}



/*頁腳*/
.footer.with_shopping_mode{
    padding: 30% 0 10% 0;
}

.footer_menu a{
    width: 49%;
    text-align: left;
}

.footer_info{
    padding: 0;
}

.footer_info li p{
    letter-spacing: 2px;
}
#bottom_menu  .fa-phone-volume::before{
    color: #555555;
}

#bottom_menu .fa-phone-volume::after{
    right: 0;
    position: absolute;
}

.fa-house::before{
    color: #37416b;
}

#bottom_menu li a em{
    color: #37416b;
}


}
@media screen and (max-width: 600px) {

/*大圖*/
.swiper-wrapper .swiper-slide img{
    width: auto;
     height: 60vh;
    object-fit: cover;
    object-position: 100%;
    position: relative;

}


.swiper-banner .swiper-slide:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/crispy95479024/phone_big2_text.png);
    background-size: 58%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 23%;
    left: 0;
    z-index: 1;
    background-position: top center;
}


.swiper-banner .swiper-slide:nth-child(1)::after{
    background-size: 48%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    bottom: 0;
    right: 0;
    z-index: -0;
    background-position: bottom center;
}

.swiper-banner .swiper-slide:nth-child(2)::after{
    background-size: 65%;
    height: 83%;
    max-width: 100%;
    bottom: 20%;
    right: 0;
    background-position: bottom center;
}





.news_related h6{
    margin: 20% auto 6% auto;
}



/*產品*/
.prod_related_b_box{
    margin-top: 20%;
}


}


@media screen and (max-width: 480px) {
/*大圖*/
.swiper-wrapper .swiper-slide img{
    width: auto;
    height: 60vh;
    object-fit: cover;
    object-position: 30%;
    position: relative;

} 

.swiper-banner .swiper-slide:nth-child(2):before {
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    left: 0;
}

.swiper-banner .swiper-slide:nth-child(2)::after{
    background-size: 76%;
    height: 60%;
    max-width: 100%;
    bottom: 34%;
}

.swiper-banner .swiper-slide:nth-child(1)::after{
    background-size: 74%;
}

.swiper-banner .swiper-slide:nth-child(1):before{
    background-size: 74%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 16%;
}

/*加入購物車*/
.remit_page .main_part{
    max-width: 86%;
}
.rewrite_simple, .send_simple{
    width: 48%;
}
    


/*產品*/
.pageIndex .products-list .more{
    bottom: 30%;
}
.related_list {
    max-width: 84%;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

.products-list .name{
    height: auto;
}


/*文章*/
.blog_page .main_part, .blog_in_page .main_part{
    padding: 4% 0 20% 0;
}

.blog_page #content::before {
    left: -28%;
    bottom: 0;
    background-size: 88%;
}

.blog_le {
    width: 100%;
}

.blog_ri {
    width: 100%;
    padding: 0;
}

.subbox_item a {
    grid-template-columns: 1fr;
}

.blog_box {
    padding: 0;
}

.subbox_item a:before{
    right: 5%;
}


.blog_list_ri{
    padding: 8% 4% 14% 4%;
}



/*banner*/
.banner.banblog{
    height: 310px;
}



/*產品*/
.pageIndex .products-list{
    grid-template-columns: repeat(1, 1fr);
}



/*聯絡我們*/
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100%, 1fr));
}

.contact_content .information_right {
    width: 100%;
    max-width: 82%;
    padding: 0 6%;
    border-radius: 18px;
}





/*頁腳*/
.footer_info li:nth-child(1)::before{
    font-size: 18px;
}

.footer_menu a {
    width: 100%;
}

.footer_menu{
    gap: 0;
}

.footer::before{
    background-size: 300%;
}

.footer.with_shopping_mode {
    padding: 45% 0 70px 0;
}




}




