
:root{
    --MainColor:#7c949e;
    --SubColor:#F3E8E6;
}

/*網站字體------------------*/
body { background-color: #F6F2F1; font-family: 'Noto Sans TC', 'Marcellus', sans-serif; letter-spacing: 1px;}

/*錨點滾動------------------*/
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

.path p, .path p a {
    display: none;
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}

/*HEADER--------------------*/
.pageIndex .header_area{
    position: fixed;
    background: #ffffff00;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.pageIndex .header_area.sticky{
    background: #7c949e;
    backdrop-filter: blur(5px);
}
.header_area{
    position: sticky;
    background: #7c949e;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.header_area.sticky{
    background: #7c949e;
    backdrop-filter: blur(5px);
}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area{
        position: sticky;
        background: #7c949e;
    }
}

/*HEADER選單----------------*/

.shop_search_btn {
    background: #364c64;
    color: #fff;
    font-size: 13px;}

.tp_links{display: none;}
.pageIndex .stellarnav > ul > li > a{
    color: #ffffff;
    text-shadow: 0 0 8px #364c64;
}
.stellarnav > ul > li > a{color: #364c64;}
.pageIndex .header_area.sticky .stellarnav>ul>li>a{
    color: #FFF;
    text-shadow:none;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:0px;
    border-right:0px;
    border-top:0px;
}
.stellarnav > ul > li:hover > a{
    color:#FFF;
    transition: all 0.3s;
}
.stellarnav > ul > li > a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #7c949e;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: .5s;
}
.stellarnav > ul > li:hover > a::before {width: 100%;}

.stellarnav > ul > li:hover > a{
    color: #FFF;
    transition: 0.3s;
}

.pageIndex .stellarnav > ul > li:hover > a{
    color: #FFF;
    transition: 0.3s;
}
.header_area.sticky .stellarnav > ul > li:hover > a{
    color: #364c64;
    transition: 0.3s;
}

@media screen and (max-width: 1024px) {
    .pageIndex .stellarnav > ul > li > a{
        color: #343434;
        text-shadow: none;
    }
    
}

/*第二層*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: #fff;
    padding-left: 11px;
    background: #7c949e;
    transition: 0.3s;
}
.stellarnav ul ul{
    background: #ffffffd8;
    backdrop-filter: blur(5px);
}
ul.album_classes li:first-child{display: none;}

/*選單最大寬度--------------*/
.main_header_area .container { max-width: 80%; }

@media screen and (max-width: 768px) {
    .main_header_area .container { max-width: 100%; }
}

/*LOGO----------------------*/
.pageIndex .nav-brand{
    max-width:90%;
    /*filter: brightness(40);*/
}
.header_area.sticky .nav-brand{
    max-width: 70%;
    filter: none;
}
.nav-brand{max-width: 100%;}

@media screen and (max-width: 1024px) {
    .pageIndex .nav-brand{filter: none;}
    .nav-brand{
        position: relative;
        top: 7px;
    }
}

/*大圖----------------------*/
#content_main { margin: 0; }
.bannerindex {
    position: static;
    position: relative;
    height: auto;
}
.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.swiper-slide img { height: auto; }

/*浮動按鈕------------*/


/*BANNER--------------*/
.banner.banB{display: none;}
.banner.banE{display: none;}
.banner.banC{display: none;}
.banner.banblog{display: none;}


.banner h5 {
    font-size: 37px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px #000000;
    font-family: "Noto Serif TC";
}
.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/forestgardenstudio/banner01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
}
/*文章管理------------*/
h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    /*background: #7c949e;*/
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background:#7c949e; }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    transition: 0.3s;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color:#ffffff94;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri { 
    width: 100%;
    padding: 15px 10px;
}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #7c949e!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #7c949e!important;
    transition: 0.3s;
}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.subbox_item a{grid-gap: 0px;}

/*第二層*/
.articel_mainPic img{max-width: 50%;}
.news_related{display: none;}

@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/*相簿----------------*/
.show-list .item:hover .show_name{color:#364c64;}
.other_album_choice li{background-color:#7c949e;}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {text-align: center;}
.show-list .show_pic{}
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { height:auto; padding:0;}
.other_subalbum li p {margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}
.subalbum-menu h2{display: none;}
.album_fixed_title {display: none;}
/*.other_album{display: none;}*/
.other_subalbum li a p{text-align: center;}

@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
    }
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*聯絡表單------------*/
.i_contact_box {
    padding: 50px 20px;
    background-color: #a7917445;
}
.i_contact_box section {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}
.pageIndex .blank_letter {
    font-family: 'Noto Serif TC', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #364c64;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.contact_form li.last cite {
    border-radius: 30px;
    background: #ada17e;
    color: #fff;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border-radius: 30px;
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #ada17e solid;
    width: 150px;
    max-width: calc(50% - 10px);
}
.info_ADD2:before {
    content: "時間";
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: grid;

    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(140px, 1fr));
    align-items: center;
}
/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr); margin: auto;}
.products-list::before { content:none;}
.products-list .item { width: 100%;}
.products-list .item .pic { overflow: hidden;}
.products-list .item .pic img { transition: .3s ease-in-out;  border-radius: 30px;}
.products-list .item:hover .pic img { transform: scale(1.1); transition: .3s ease-in-out;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: var(--FontColor_2);}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: var(#7c949e); font-weight: 600; letter-spacing: 1px; padding: 10px 20px; background: var(--FontColor_4);}
.prod_part .i_prod_tit span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 1px;
    background: var(--SubColor_1);
    z-index: -1;
}

/*按鈕*/
.i_prod_b a.animated-arrow { background: #7c949e; border-radius: 15px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover { background: #7c949e;}
.i_prod_b a.animated-arrow b { color: var(--FontColor_3); font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow i { color: var(--FontColor_5);}

/*--購物車/外層---------------------------------------*/

.product_menu_list {
    margin-bottom: 30px;
    /*background-color: #7c949e7d;*/
}
/*顏色*/
.products-list .more {     border-radius: 30px; border: 1px solid #7c949e; color:#7c949e;}
.products-list .item a:hover .more { background: #7c949e;}

/*名稱*/
.products-list .name { color: #364c64;  font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center;color: #7c949e;}
.products-list .price b.ori_price { font-size: 14px; color: #7c949e;}
.products-list .price b.sp_price { color: #7c949e;}

/*外層版面*/
.product_page .main_part { width: 90%;	max-width: 1500px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { width: calc(100% - 280px);}

/*主分類*/
.product-layer-two { width: 250px; margin: 0;}
.product-layer-two li { margin: 0 0 10px; width: 100%; padding: 0 10px;}
.product-layer-two li a {color:#fff;padding: 10px;border: none;/* border-bottom: 1px dotted #7c949e; */background: #7c949e;font-weight: 600;line-height: 200%;padding-left: 30px;transition: all 0.3s;}
.product-layer-two li:hover a { color: #fff;}
.product-layer-two li.active a { color:#fff; border: none;}

.product-layer-two li.active { background: var#7c949e; border-radius: 10px;}
.product-layer-two li.active li a { color: #fff; border: unset;}
.product-layer-two li:hover a:before { background:#7c949e; color:#fff;}
.product-layer-two li.active > a:before { background:#7c949e; color:#fff;}
.product-layer-two > li > a:before {
    content: "➤";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 0 0 0 2px;
    font-size: 10px;
    text-align: center;
    color: #364c64;
    background: #fff;
    transition: 0.3s ease-in-out;
}

/*次分類*/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li:hover ul { border: none;}
.product-layer-two li li { border: none; background: #7c949e; transition: .3s ease-in-out;}
.product-layer-two li li a { background: #7c949e; color:#fff; transition: .3s ease-in-out;}
.product-layer-two li li:hover a { color: #7c949e; transition: .3s ease-in-out;}
.product-layer-two li.active li:hover a { color: #7c949e;}

/*次分類hover箭頭*/
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background:#7c949e;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    opacity: 1;
    transition: .3s ease-in-out;
}
.product-layer-two li li:hover > a:before { opacity: 1; transition: .3s ease-in-out;}
.product-layer-two li.active li > a:before {background:#7c949e ;}

/*次分類直接開啟*/
.product-layer-two li li { display: block;}

/*頁碼*/
.product_page .page { width: 100%;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: #7c949e; font-size:; text-align: center;}

/*分類*/
.product_info_page .product-layer-two { display: none;}

/*輪播小圖*/
.block { background: #7c949e;}

/*按鈕顏色*/
.inquiry_a1 { background: #364c64; transition: .3s ease-in-out;}
.inquiry_a2 { background: #364c64; transition: .3s ease-in-out;}
.inquiry_a3 { background: #364c64; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #7c949e; color: #fff; transition: .3s ease-in-out;}

/*商品照輪播*/
.product_main { /*width: 100%;*/ overflow: hidden;}
.product_pic h6 { display: none; color: ;}
.product_pic #bx-pager .block { background: ;}
.product_pic .bx-wrapper .bx-viewport { background: ; border: 1px solid #7c949e; border-radius: 5px;}
.product_pic .bx-wrapper .bx-viewport li img { margin: auto;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.sidebarBtn { border: 1px solid #7c949e; background:#fff; border-radius: 5px;}
.sidebarBtn h2 { color: #7c949e; font-size: ;}
div#number_area { color:#7c949e;}
.sidebarBtn .ori_price { font-size: ; color: #7c949e; text-decoration: line-through;}
.sidebarBtn .sp_price { font-size: ; color:#7c949e;}

/*.product_info li:nth-of-type(2) { display: none;}數量*/
.product_info li .txt_box { color: #7c949e; width: 100%;}
.radio-inline__label { color: #7c949e;}
.product_info li span, .toShare { color: #7c949e;}

/*區塊*/
.prod li { color: #7c949e; text-align: center;}
.prod li .prod-panel { color: #7c949e; margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { display: none; background: #7c949e; color:#7c949e; border-bottom: 1px solid #7c949e; padding: 5px 5px 15px;}
.prod-panel { color: var#7c949e; letter-spacing: 1px; text-align: justify; line-height: 150%;}

/*Q&A*/
/*.prod li.prod-item:not(.is-active) { display: none;}隱藏*/
.half_box span { color: #7c949e; font-size: ;}/*題目*/
.qaform .breakF { background: #7c949e; counter-reset: ; border: 1px solid #7c949e;}/*輸入框*/
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px; /*filter: invert(1) brightness(3.4) grayscale(1);*/}/*驗證碼*/

.lastaction { color: #fff; background-color: #7c949e; transition: .3s ease-in-out;}
.lastaction:hover { color: #7c949e; background-color: #c8beae; transition: .3s ease-in-out;}
.nextaction { background-color: #7c949e; transition: .3s ease-in-out;}
.nextaction:hover { color:#7c949e; background-color:#c8beae; transition: .3s ease-in-out;}

/*相關推薦*/
.prod_related { background: #7c949e; text-align: center;}
.prod_related h6 { color: #7c949e; border-bottom: 2px solid #7c949e; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { color: #7c949e;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto; transition: .3s ease-in-out;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px; background: #7c949e;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px; color:#7c949e;}

/*上一頁*/
.lastPage { background: #7c949e; border: 1px solid ; transition: all 0.3s;}
.lastPage:hover { color: #ada17e; background-color:#fff ; border: 1px solid #fff; transition: all 0.3s;}

/*--詢價車---------------------------------------*/

/*回產品頁*/
.rewrite_simple { background:#ada17e  url(../images/simple_left.png) 10% center no-repeat; transition: .3s ease-in-out;}
.rewrite_simple:hover { opacity: 0.6; transition: .3s ease-in-out;}

/*送出詢價*/
.send_simple { background:#ada17e  url(../images/simple_right.png) 88% center no-repeat; transition: .3s ease-in-out;}
.send_simple:hover { opacity: 0.6; transition: .3s ease-in-out;}

/*--購物車/訂單設定---------------------------------------*/

.car_page .information_left { display: block;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .product_page .main_part { padding: 50px 0;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) {
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}

 /*下方資訊隱藏*/
body.product_info_page h3.prod-thumb {  display: none;}
body.product_info_page .half_box li {margin: 10px 0; display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*FOOTER--------------*/
.box_link a { display: none; }
.footer {
	background-image: url(https://pic03.eapple.com.tw/);
	overflow: hidden;
    background-size: cover;
	padding: 30px 0 0;
	box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
    background-color: #7c949e;
}
.footer .center {
    position: relative;
    max-width: 1200px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
    grid-gap: 10px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: #7c949e;
    color: #FFF;
    display: block;
    width: fit-content;
}
.footer_menu a:before { content: "·"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover {
	background: #7c949e;
	color:#364c64;
}
.copy {
	background: #364c64;
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #fff;
	transition:all 0.3s;
}
.footer_info li { padding: 25px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #FFF;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { 
    content: "CONTACT"; 
    font-family: 'Marcellus';
    font-weight: 500;
}
.footer_info ul>li:nth-child(2):before { 
    content: "MAIN MENU"; 
    font-family: 'Marcellus';
    font-weight: 500;
}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #FFF;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0px;
}
.footer_info li p.add2:before {
    content: '營業時間：';
}

@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.footer_info li+li{margin-top: 0px;}
}


/*手機版選單--------*/

/*小漢堡*/
.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #fff;
    margin: 0 auto 4px;
}
.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #fff;
    display: block;
    transform: scale(0.9);
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    color: #fff;
    background:#364c64;
}
.stellarnav .icon-close:before {border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after {border-bottom: solid 3px #fff;}

.stellarnav.mobile li.open {
    background: #7c949e;
    padding: 3px;
}
.stellarnav.mobile li.open > a {color: #fff;}


.stellarnav li.open > a.dd-toggle .icon-plus:before,
.stellarnav li.open > a.dd-toggle .icon-plus:after {
    border-bottom: solid 3px #fff;
}



.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { 
    bottom: -800px!important; 
    z-index: 999999;
}


@media screen and (max-width: 768px) {
    #bottom_menu{display: none;}
        .bannerindex {
        padding-bottom:0;
    }
    .stellarnav > ul > li > a::before {display: none;}
    .stellarnav > ul > li:hover > a {
    color: #364c64;
    transition: 0.3s;
}

}