@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');




/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccbba9;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}




/*大圖********************************* */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:relative; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-slide {position: relative;}
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}




.swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/ibbqpro/banner01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    left: 65%;
    width: 30%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.43);
}


.swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-top 1.5s cubic-bezier(.1,.300,.400,0.2) both}
.swiper-slide.swiper-slide-active:nth-child(1):before { animation: fade-in-elegant  1.8s ease-in-out both;}


.swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/ibbqpro/banner01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    left: 20%;
    width: 30%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.43);
}


.swiper-slide.swiper-slide-active:nth-child(2):after { animation: slide-top 1.5s cubic-bezier(.1,.300,.400,0.2) both}
.swiper-slide.swiper-slide-active:nth-child(2):before { animation: fade-in-elegant  1.8s ease-in-out both;}


  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%); 
            transform: translateY(100%);
            opacity:0;}
  100% {-webkit-transform: translateY(0);
            transform: translateY(0);
            opacity:1;}
}

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*背景*/
#content {
    min-height: 80vh;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;}
#content_main {

    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 100vh;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;}

#to_top {
        position: fixed;
        left: 10px;
        z-index: 600;
        width: 50px;
        height: 50px;
        padding-top: 10px;
        font-size: 12px;
        color: #ccbba9;
        text-align: center;
        text-decoration: none;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        border-radius: 100%;
    }
    #to_top i:before, #to_top i:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100px;
        background: #ffffff;
        transition: all 100ms ease-in-out;}
        


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/*首頁*/

.pageIndex .main_header_area {
    transition: all .3s;}
.pageIndex .header_area .main_header_area {
    position:relative;
    width: 100%;
    transition: all 0.3s;
    background: #ffffff00;}
    

.pageIndex .header_area.sticky .main_header_area {
        background: #d5cbbf;
        transition: all 0.3s;
    }


/*其他分頁*/

.header_area {position: fixed;z-index: 9999; padding: 0px;background: #ccbba900; width: 100%;}
.main_header_area {
    background: #d5cbbf;}
.main_header_area .container {
        max-width: 85%;
        transition: all 0.3s;}


.header_area.sticky .main_header_area .container {
            max-width: 80%;
            transition: all 0.3s;}

.header_area.sticky {
    background:#d5cbbf;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 1px 5px rgba(169, 169, 169, 0.3);}


 .swiper-banner:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }

 .swiper-pagination-bullet {
        display: none; }


/*第一層*/


.stellarnav > ul > li:before {
    content: "";
    opacity: 0;
    background-image: url(https://pic03.eapple.com.tw/ibbqpro/smalllogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -30px;
    width: 50px;
    height: 30px;
    transform: translateY(10px);
    left: calc(50% - 25px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none; /* 防止 hover 被遮住 */
}

.stellarnav > ul > li:hover:before {
    opacity: 1;
    transform: translateY(0);
}



/*首頁文字顏色*/
.pageIndex .stellarnav  ul  li  a {  color: #ffffff;}
.pageIndex .stellarnav  ul  li:hover  a {color: #3a3530; font-weight:bold ;}




/*首頁sticky文字顏色*/

.pageIndex .header_area.sticky a {color: #3a3530;}
.pageIndex .header_area.sticky a:hover { color:#3a3530;}

/*其他分頁文字顏色*/
.stellarnav > ul > li > a {padding: 0 10px 0 0;color: #3a3530;font-weight: 700;font-size: 17px; line-height: 30px;height: 50px;}
.stellarnav  ul  li:hover  a {color: #3a3530; font-weight:bold ;}



.nav-menu {    margin: 0 auto;padding: 0;text-align:center;}
.nav-header {    position: relative;}
.me_tp_features {    position: relative;    right: unset;    top: unset;    width: fit-content;}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #ccbba9;}

 .pageIndex .me_tp_features a {color: #ffffff;}
 .pageIndex .me_tp_features .sticky a {color: #3a3530;}

.me_tp_features a {color: #3a3530;}
.me_tp_features a:hover {color: #3a3530;}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li>a {
    color: #3a3530;
    letter-spacing: 3px;
    padding: 25px 7px;
}


.nav-menu>li.focus>a {
    color: #3a3530;
}
.nav-dropdown>li:hover>a .nav-dropdown>li.focus>a {
    color: #3a3530;
}


.stellarnav li.has-sub > a:after {
        content: '';
        margin-left: 10px;
        position: absolute;
        top: 25%;
        right: 5px;
        transform: translateY(-50%);}   


.navigation {     padding: 20px 0px 20px 300px;}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: end;}
/*下拉箭頭*/
.pageIndex .stellarnav li.has-sub > a:after {
            height: 8px;
            width: 8px;
            display: block;
            border-style: solid;
            border-width: 0 1px 1px 0;
            border-color: transparent #ffffff #ffffff transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border .2s;
            transition: border .2s;    }    
.stellarnav li.has-sub > a:after {
            height: 8px;
            width: 8px;
            display: block;
            border-style: solid;
            border-width: 0 1px 1px 0;
            border-color: transparent #3a3530 #3a3530 transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border .2s;
            transition: border .2s;    }    

.sticky .stellarnav li.has-sub > a:after {
           border-color: transparent #3a3530 #3a3530 transparent; }
            




/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;   transition: all 0.3s; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #3a3530;	padding-left:10px;}
.stellarnav li li.has-sub:hover > a {color: #231815;}




/*次選單樣式-半透明底色*/
.stellarnav ul ul {
    background:#d5cbbf;
    border-radius: 0 0  6px 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    width: 180px;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--f3-color) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #3a3530;
    font: bold ;
    letter-spacing: .1rem;
}
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    border-left: 2px solid transparent ;
}

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color:#231815;
    padding-left: 10px;
    font-weight: bold;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    letter-spacing: .1rem;
    position: relative;
}


/*logo*/
.pageIndex .header_area .nav-brand {
    max-width: 100%;
    filter: brightness(10);}

.pageIndex .header_area.sticky .nav-brand {
    filter: none !important;
}


.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;}

.header_area.sticky .nav-brand {
        max-width: 100%;
        }
   
/* = = = 頁尾 = = = =  = = = = = = = = */


/*換圖*/
.footer {

    background-color: #d5cbbf;
}

.center {  max-width: 100%;}
   
    
.footer_logo {  width: 230px;}
.footer_logo img { width: 100%;}


.footer_info li:nth-child(1) { display: flex;flex-wrap: wrap;justify-content: center;}
.footer_info {    display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0 0;}
.footer_info li p {line-height: 175%;letter-spacing: 1px;color: #3a3530}
.footer a {  color: #3a3530; }
.footer_menu {display: inline-block; grid-template-columns: repeat(auto-fit, minmax(min(120px,100%), 1fr));  gap: 3px; width: 100%; text-align: center; margin: 0 auto;}
.footer_info li {display: flex;padding: 10px;justify-content: center;}
.footer_menu a {  color: #3a3530;  letter-spacing: 2px;margin: 0;text-align: center;padding: 7px 11px 8px 4px;border: 0;border-right: 1px #3a3530 solid;background: transparent;transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a { position: relative; display: inline-block;color: #3a3530;padding: 5px 10px;text-decoration: none;font-weight: 500; transition: all 0.4s ease-in-out; }
.footer_menu a:nth-child(1){display: none;}
.footer_menu a:hover {color: #3a3530;background: #bdb0a4;border-radius: 5px;}
.copy {    background: transparent;    color: #3a3530;	border:none;}
.copy a{    color: #3a3530;transition:all 0.3s;}
.box_link {   display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #3a3530;   color: #fff;}


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
/*按鈕*/
.animated-arrow {
    border-radius:20px;
    background: #ccbba9;
    color: #3a3530;
    display: inline-block;
    margin-top: 20px;

    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;

    text-align: center;
    position: relative;}

/*頁碼*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #3a3530;}
.path p a:hover {
        color: #3a3530;}


/* = = = banner = = = =  = = = = = = = = */
.banB{display: none;}



.banner {
    background: url(https://pic03.eapple.com.tw/ibbqpro/banner.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    flex-direction: column;
    height: 80vw;
    max-height: 550px;}


.banner h5 {    
    color: #ccbba9;
    font-weight: 900;
    font-size: 24px;}

.banner h5:before {
    display: block;
    font-size: 80px;
   font-family: "Anton", sans-serif;
    font-weight: 500;
    text-align: center;
    padding-left: 0px;
    color: #ffffff;
    margin-bottom: -10px;
}

.blog_page .banner h5:before {
    content: 'News';} 
.album_page .banner h5:before {
    content: 'PHOTO';} 

.contact_page .banner h5:before {
    content: 'CONTACT';} 


/* = = = 文章管理 = = = =  = = = = = = = = */

/*文章管理/外層＝＝*/


.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le {
	width: 30%;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
}

.i_blog_le img{
	display:block;
    max-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    border-radius:20px;
}

.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    color: #736668;
    -webkit-line-clamp: 3;
    min-height: 80px;
}


.module_i_news li a:before, .subbox_item a:before {
    top: 50%;
    left: 50%;
	bottom:unset;
	right:unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	font-size: 18px;
	
}
.blog_list_le img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
border-radius: 20px;}


/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #ccbba9 !important;;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #e1dcc8;}
.accordion li .link{background:#fff;}

/*首*/
/*標題*/
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #d5cbbf;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.module_i_news .title_i_box h6 {
    font-size: 30px;
    color: #ccbba9;
    font-weight: bold;}
.module_i_news .title_i_box h4 {
       font-size: 30px;
    color: #3a3530;
    font-weight: bold;
    font-family: "Noto Sans TC", Bold;}

.module_i_news .title_i_box h4::before {
        display: block;
    font-size: 80px;
    font-family: "Anton", sans-serif;
    font-weight: 500;
    text-align: center;
    padding-left: 0px;
    color: #d5cbc0;
    }

.module_i_news .title_i_box h4::before  {
    content: 'News';
}  

.module_i_news .title_i_box {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;}

.module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr;    max-width: 1400px;}


.animated-arrow {
    background: #ccbba9;}

@media screen and (max-width: 768px) {

.module_i_news .title_i_box h4 {
    font-size: 20px;
    color: #3a3530;
    font-weight: bold;
    font-family: "Noto Sans TC", Bold;
}
}

/*功*/
.blog_subbox:before{content:none;}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(580px, 1fr));}

/*文章管理/內層＝＝*/
h4.blog_category_title {
    color: #d5cbbf;
    font-size: 30px;
    /* border-bottom: 1px #ccc solid; */
    padding: 10px 0;
    margin-bottom: 20px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #323232;}
.blog_back a.article_btn_next {
    border-radius:20px;
    background: #ccbba9;
}
.blog_back a.article_btn_prev {
        border-radius:20px;
    background: #ccbba9;
}
.blog_back a.article_btn_back {
        border-radius:20px;
    background: #d5cbbf;
}
.lastPage {
    border-radius:20px;
    font-size: 16px;
    color: #fff;
    background: #ccbba9;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

/*相關文章*/
.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #d5cbbf;}
@media screen and (max-width: 1024px) {
        .module_i_news ul {
            grid-template-columns: 1fr 1fr;
        }}

@media screen and (max-width: 1000px) {
.module_i_news .title_i_box h6 {
    font-size: 50px;
    font-family: 'Noto Sans TC' !important;}


}
@media screen and (max-width: 768px) {	
.module_i_news ul, .blog_subbox {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 500px) {	
.blog_list_le {
    width: 100%;}
.blog_list_ri {
    width: 100%;
    padding: 5px;}
.blog_list_ri p {
    margin-top: 0px;}
.blog_list_ri h5{font-size:20px;}
.module_i_news .title_i_box h6 {
    font-size: 50px;
    font-family: 'Noto Sans TC' !important;}


}
/* = = = 相簿 = = = =  = = = = = = = = */


.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
}

.show-list .show_name {
    font-size: 17px;
    color: #3a3530;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
}

.show-list .item:hover .show_name {
    color: #ccbba9;
}
/*內層*/
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
}
.subalbum-menu h2 {
    font-size: 20px;
    color: #3a3530;
    display: inline-block;
    vertical-align: middle;
}

/* = = = 聯絡我們 = = = =  = = = = = = = = */

.contact_le_map a {
    display: block;
    background: #d5cbc0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #dfd4c3 solid;
    width: 150px;
    max-width: calc(50% - 10px);
    border-radius: 20px;
}
.contact_form li.last cite {
    background: #d5cbc0;
    color: #fff;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
 .contact_form li .form__label {
                    width: 100%;
                    margin-left: 0;
                    text-align: left;
                    font-weight: bold;
                    padding: 5px;
                    background: #f5f1ec;}

}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

/*大圖*/
.swiper-banner .swiper-slide img {width: 100%;height: auto;}




@media screen and (max-width: 1400px) {
.container {max-width: 1200px;transition: all 0.3s;}}

 @media screen and (max-width: 980px) {
    .pageIndex .header_area.sticky a {
        color: #3a3530;}
.main_header_area .container .navigation {    grid-template-columns: 1fr;}
.main_header_area .container .navigation> *{grid-row:unset;grid-column:unset;text-align: center;}
.nav-menu>li>a {padding: 10px 0px;}
.pageIndex .header_area {position: relative;width: 100%;}
.header_area.sticky {position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;}
.pageIndex .header_area .main_header_area , .pageIndex .header_area.sticky .main_header_area{    background: #d5cbbf;}
.pageIndex .stellarnav  ul  li:hover  a {color: #ffffff; font-weight:bold ;}
.nav-menu>li>a {    padding: 15px 0px;letter-spacing: 2px;}
.me_tp_features {width: 100%;text-align: center; margin-bottom: 7px;}

/*logo*/
.nav-brand img {transition: all 0.3s;text-align: center; }
.nav-brand img {max-width: 80%;}
.navigation {grid-template-columns: 200px 1fr;grid-gap: 0 20px;align-content: stretch;justify-content: center;align-items: center;justify-items: center}
.tp_links {display: none;}}

@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}

/*footer*/
.footer_info li:nth-child(1) {display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;text-align: center;}   
.footer_menu {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(135px, 100%), 1fr));gap: 5px;}
.footer_info li { width: 80%;}   
.footer_menu a {margin: 0;text-align: center;transition: all 0.3s;color: #3a3530;background: #ffffff00;border: 1px #3a3530 solid;border-radius: 99em;}
.footer_menu a:hover {background: #b1a29b; border-radius: 99em;}
.footer_info li p {         
     text-align: left;
        display: flex;
        color: #3a3530;
        letter-spacing: 2px;
        margin: 2px 8px;
        flex-direction: row;
        flex-wrap: wrap;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.footer_info li{width: 80%;}
.footer_info ul { display: flex;flex-wrap: nowrap;flex-direction: column;align-items: center;}

 /*側邊選單*/
.main_header_area .container {max-width: 95%;transition: all 0.3s;}
.header_area.sticky .main_header_area .container {max-width: 95%;transition: all 0.3s;}
.stellarnav > ul > li > a {border-right: 0px solid #ccbba9;}
 /*menu*/
 .pageIndex .header_area .nav-brand {
    max-width: 100%;
    filter: brightness(1);
}
.stellarnav > ul > li:before {
    content: "";
    opacity: 0;
    background-image: url(https://pic03.eapple.com.tw/ibbqpro/smalllogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0px;
    width: 50px;
    height: 30px;
    transform: translateY(10px);
    left: calc(50% - 5px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;}
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 2px;border-radius: 6px;background: #3a3530; margin: 0 auto 4px;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #3a3530;display: block;transform: scale(0.9);}
 .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {position: fixed;top: 0; bottom: 0;width: 100%;max-width: 280px; overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 9999;border-right: 1px #ccbba9 solid;background:#ffffff;}
.stellarnav.mobile li.open { background: #ffffff;}
.stellarnav.mobile ul {background: #f5efe8;}
.stellarnav ul ul {box-shadow: none;}
.pageIndex .stellarnav ul li a {color: #ccbba9;    border-right: 0;}
.stellarnav ul li:hover a {color: #ccbba9 !important;    border-right: 0;}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {display: inline-block;padding: 5px 7px;}
.stellarnav.mobile .menu-toggle {margin-top: 25px;}
.sticky .stellarnav li.has-sub > a:after {display: none;}
/*close*/
 .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 12px;background: #d5cbbf;color: #ffffff;}
.stellarnav .icon-close:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #ffffff;position: absolute;transform: rotate(-45deg);}
.stellarnav .icon-close:before {content: '';display: block; width: 12px;height: 0px;border-bottom: solid 3px #ffffff;position: absolute;top: 50%;transform: rotate(45deg);}


#to_top { bottom:60px;}
#bottom_menu li a {  background: #fff;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}}

@media screen and (max-width: 600px) { }




