@charset "utf-8";
/*Takara寶廚國際設計*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

:root{
    --MainColor:#E50012;
    --SubColor:#036EB7;
}
/*網站字體-------------------------------------*/
body{
    font-family: 'noto sans TC', sans-serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖====================================*/
/*預設解除背景輪播*/
#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;
}
}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*大圖特效*/
.bannerindex .swiper-slide.swiper-slide-active:before {
	content: "";
	position: absolute;
	z-index: 999;
	pointer-events: none;
}
.bannerindex .swiper-slide.swiper-slide-active:after {
	content: "";
	position: absolute;
	z-index: 999;
	pointer-events: none;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
	background: url(https://pic03.eapple.com.tw/baochukitchen/word-01.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 40%;
	left: 10%;
	width: 18% !important;
	height: 40% !important;
	background-position: right;
	animation: wave-reveal 4s both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
	background: url(https://pic03.eapple.com.tw/baochukitchen/word-02.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 15%;
	right: 10%;
	width: 18% !important;
	height: 40% !important;
	background-position: left;
	animation: wave-reveal 4s both;
}
@keyframes wave-reveal {
	0% {
		clip-path: ellipse(100% 0% at 0% 0%);
	}
	100% {
		clip-path: ellipse(100% 100% at 50% 50%);
	}
}

/*header====================================*/
.header_area{
    background: #ffffff;
    box-shadow: 0px 0px 20px #6b6b6bc2;
}
.header_area.sticky{
    background: #ffffffd1;
    backdrop-filter: blur(10px);
}
/*RWD*/
@media screen and (max-width: 1024px) {
    .header_area{
        padding: 10px 0 0 0;
    }
}
@media screen and (max-width: 768px) {
    .header_area{
        padding: 10px;
    }
    .header_area.sticky{
        background:#fff;
        backdrop-filter: none;
    }
}
/*HEADER選單==================================*/
.tp_links{
    display: none;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:none;
    border-right:none;
    border-top:none;
}
.stellarnav>ul>li>a:hover { 
    color: var(--MainColor);
    transition: 0.3s;
}
.stellarnav > ul > li > a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background: var(--MainColor);
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: .5s;
}
.stellarnav > ul > li:hover > a::before {
    width: 100%;
}
.shop_search_btn{
    border-radius: 0px;
    background: var(--SubColor);
}
.box_search input[type=text]{
    border-radius: 0em;
}

/*第二層*/
.stellarnav ul ul{
    width: 200px;
}

/*選單最大寬度*/
.main_header_area .container{
    max-width: 1920px;
    width: 95%;
    transition: .3s;
}
.sticky .main_header_area .container {
    max-width: 1920px;
    transition: .3s;
    width: 85%;
}

/*RWD*/
@media screen and (max-width: 768px) {
    .main_header_area .container{
        width: 95%;
    }
    .sticky .main_header_area .container{
        width: 95%;
    }
    .me_tp_features{
        display: none;
    }
    .stellarnav > ul > li > a::before {
        display: none;
    }
}

/*第二層*/
.stellarnav li li a{
    font-size: 15px;
}
.stellarnav li li.has-sub > a{
    padding: 10px;
    font-size: 15px;
}
.stellarnav li li.has-sub > a:after{
    border-bottom:none;
    border-left:none;
    border-top:none;
    right: 10px;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #fff; 
    padding-left:14px;
    background-color: var(--SubColor);
    transition: 0.3s;
    font-weight: bold;
}

/*LOGO======================================*/
.nav-brand{
    position: relative;
    top: 3px;
    width: 100%;
}
.nav-brand img{
    max-width: 300px;
}
.nav-header{
    max-width:100%;
}

@media screen and (max-width: 500px) {
    .nav-brand img{
        max-width: 230px;
    }
}

/*浮動按鈕===================================*/
.linksBtn{
    background: var(--MainColor);
}
.info_fix{
    bottom: 125px;
    display: flex;
}
/*直接展開*/
.info_fix_links{
    display: flex !important;
}
.info_fix>span{
    display: none;
}

/*第二層*/
a.info_fix_default.info_fix_mail{
    display: none;
}
.info_fix_links a{
    background: var(--SubColor);
}
.info_fix_links a:hover{
    background: var(--MainColor);
}
.info_fix:hover>.linksBtn{
    background: var(--MainColor);
}

/*TO TOP*/
#to_top{
    bottom: 95px;
    right:20px;
    background: var(--SubColor);
    box-shadow: unset;
    color: #ffffff;
    left:unset;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding-top: 10px;
}
#to_top i.top{
    height: 10px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #ffffff;
    height: 10px;
    top: 3px;
}

/*banner====================================*/
.banner{
    background-image: url(https://pic03.eapple.com.tw/baochukitchen/banner.png);
    background-attachment: fixed;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: top;
}
.banner h5{
    display: flex;
    flex-direction: column;
    font-size:20px;
    color: #fff;
    font-weight: 100;
    font-family: 'Jost';
}
.banner.banF h5:before{
    content: 'Products';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}
.video_page .banner.banF h5:before{
    content: 'Media';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}
.banner.banE h5:before{
    content: 'Album';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}
.banner.banblog h5:before{
    content: 'News';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}
.banner.banB {
    display: none;
}

@media only screen and (max-width: 768px) {
    .banner{
        min-height: 350px;
    }
}

/*購物車=====================================*/
/* 商品下拉超過30個變大 */
.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;
}

/*主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{
    grid-gap: 10px;
}
.stellarnav.desktop li.bigMenu li{
    border: 0;
}
.stellarnav.desktop li.bigMenu>ul>li>a{
    border: 1px solid #ddd;}

.stellarnav.desktop li.bigMenu ul ul{
    display: block !important; 
    position: relative; 
    top: 0; 
    background: unset; 
    border: 0;
}
.stellarnav.desktop li.bigMenu ul ul li{
    border: 0;
}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.products-list .name{
    height: 2.5em;
}
.products-list .price b{
    color: var(--MainColor);
}
.products-list .more{
    border: 1px solid var(--SubColor);
    color: var(--SubColor);
}
.products-list .item a:hover .more{
    background: var(--SubColor);
    color:#fff;
}
.product-layer-two li a{
    background: transparent;
    border: none;
    color: #222;
    padding: 7px 15px;
}
.product-layer-two li a:hover{
    background: var(--SubColor);
    border: none;
    color: #fff;
    transition: 0.3s;
}
/*第二層*/
.prod_related{
    display: none;
}
.inquiry_a3{
    background: var(--MainColor);
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.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: 0px;
}
.product-layer-two > li ul > li + li { 
    margin-top:5px;
}
.product_info_page .product_menu_list { 
    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;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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;
}
}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿=====================================*/
.album_page .main_part{
    max-width:1350px;
}
.show-list{
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    column-gap: 30px;
}
.other_album {
    display: none;
}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
    filter: unset;
}
.show-list .item a figure img {
    transition: 0.5s;
}
.show-list .show_name {
    text-align: center;
    color: var(--MainColor);
    font-weight: bolder;
    height: 35px;
}
.other_album_choice { 
    display: none; 
}
.show-list .item:hover .show_name{
    color: var(--MainColor);
}
.other_subalbum li{
    background: unset;
}

/*第二層*/
.subalbum-menu h2{
    color: var(--MainColor);
}
.other_subalbum li a p{
    color: var(--SubColor);
    background: transparent;
    text-align: center;
}
.album_fixed_title span:before{
    color: #fff;
}
.album_fixed_title{
    background: transparent;
    color: #222;
}
.fa-image::before{
    color: #fff;
}
.album_descrip{
    color: #222;
}

@media screen and (max-width: 768px) {
    .show-list{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

/*影片管理=================================*/
.video-list .vidCover{
    border-radius: 0;
}
.video-list .vidTitle{
    color: var(--SubColor);
}
.video-layer-two li a{
    color: #222;
}

/*首頁文章====================================*/
.module_i_news01 .title_i_box:before{
    content: 'News';
    font-size: 50px;
    font-family: 'Jost';
    color: var(--SubColor);
    font-weight: 300;
}
.module_i_news01 .title_i_box{
    margin: 70px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module_i_news.module_i_news02{
    background: #eee;
}
.module_i_news ul{
    display: grid;
    gap: 10px;
    justify-content: space-around;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.module_i_news ul li{
    flex: 1;
}
.module_i_news_list, .module_i_news_list.swiper{
    padding: 30px 0;
}
.module_i_news .title_i_box h6{
    font-size:40px;
    color: #333;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}
.module_i_news .title_i_box h4{
    font-size: 20px;
    font-weight: normal;
    color: var(--SubColor);
}
.i_blog_ri{
    width: 100%;
}
.i_blog_le{
    width: 100%;
}
.module_i_news li a:before{
    content: 'READ MORE';
    text-align: center; 
    background: transparent; 
    font-size: 16px; 
    letter-spacing: 1px; 
    color: var(--SubColor);
    padding: 8px 5px; 
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0, 0);
    font-family: 'Jost';
}
.module_i_news li a:hover:before{
    opacity: 1;
    width: 100%;
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 500ms;
}
.module_i_news li a:after{
    content: '';
    background: #ffffffde;
    border: 1px var(--SubColor) solid;
    width: 0;
    backdrop-filter: blur(5px);
}
.module_i_news li a:hover:after{
    opacity: 1;
    width: 100%;
}
.module_i_news li{
    border-bottom: none;
}
.animated-arrow{
    background: transparent;
    color: var(--MainColor);
    border: 1px solid var(--MainColor);
}
.module_i_news li a{
    display: flex;
    flex-direction: column;
}

/*RWD*/
@media screen and (max-width:768px) {
    .module_i_news ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .animated-arrow{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:600px) {
    .module_i_news .title_i_box{
        margin-top: 30px;
    }
}
@media screen and (max-width:320px) {
    .module_i_news ul{
        display: block;
    }
}

/*文章管理====================================*/
.blog_page .main_part { 
    max-width: 1350px; 
}
.blog_le{
    position: sticky;
    display: inline-block;
    top: 120px;
}
.blog_le .accordion>li:hover .link { 
    background: #a5a5a5; 
}
.blog_list_ri { 
    width: 100%; 
}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    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 h5 {
    position: relative;
    margin: 10px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    padding-top: 8px;
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.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_search input[type=search] { 
    border-radius: 2px;
 }
.blog_le .accordion { 
    border-radius: 2px;
 }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { 
    display: none;
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 5px;
}
.subbox_item a:before { 
    display: none; 
}
.subbox_item a:after { 
    display: none; 
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}

/*RWD*/
@media screen and (max-width: 1494px) {
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .blog_le{
        position: relative;
        top: 0px;
    }
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }
}

/*文章分類ARTICLE*/
h5.blog_le_t em {
    font-size: 20px;
    letter-spacing: 0.1em;
}
h5.blog_le_t span { 
    font-size: 20px; 
    font-family: 'Jost', sans-serif;
}
h5.blog_le_t, 
h4.blog_category_title {
    font-size: 25px;
    margin-bottom: 10px;
}
.blog_le .accordion > li:hover .link, 
.blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--SubColor);
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: var(--SubColor)!important;
}
.submenu li.on_this_category a, .submenu a:hover{
    background: var(--MainColor);
}

/*第二層*/
.blog_shareData{
    justify-content: flex-end;
}
.articel_mainPic img{
    max-width: 50%;
}
.news_related{
    display: none;
}
.blog_back a.article_btn_back { 
    background: var(--SubColor); 
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    color: #FFF;
}

/*Footer==================================*/
.box_link a{
    display: none;
}
.footer .center {
    padding: 0px 30px;
}
.copy a:hover {
    color: var(--MainColor);
}
.footer_menu a:first-child {
    display: none;
}
.footer {
    background:#fff;
    padding: 45px 0 0px;
    box-shadow: 0 0 6px rgb(0 0 0 / 40%);
}
.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.footer_logo{
    display: none;
}
.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
.footer_info li p {
    color: #222;
    font-size: 13px;
}
.footer_menu a {
    border: none;
    margin: 0 7px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
    color: #222;
    font-size: 13px;
}
.footer_menu a:hover {
    background: var(--SubColor);
    transition: .4s;
}
.copy {
    padding: 10px 0;
    width: 95%;
    margin: 20px auto 0px;
    font-size: 11px;
    color: #222;
}
.copy a{
    color: #222;
}
.footer_info li p a {
    color: #222;
    border-left: 1px solid #555;
    padding-left: 15px;
    letter-spacing: 2px;
    margin-left: 65px;
}
.footer_info li p.tel:before {
    content: 'TEL';
    position: absolute;
}
.footer_info li p.mail:before {
    content: 'MAIL';
    position: absolute;
}
.footer_info li p.add:before {
    content: 'ADD';
    position: absolute;
}
.footer_info li p.line:before{
    content: 'LINE ID';
    position: absolute;
}
.footer_info li p.add2:before{
    content: 'TIME';
    position: absolute;
}

@media screen and (max-width: 1200px){
.footer_info li:nth-child(1) {
    width: 50%;
}
.copy {
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 980px){
.footer_info ul {
    flex-wrap: wrap;
}
.footer_menu {
    justify-content: flex-start;
}
.box_link {
    top: -10px;
}
.copy {
    border: none;
}
.footer_menu {
    flex-wrap: wrap;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0px 15px;
}
.footer_logo {
    padding: 0px 18px;
}
.footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
}
.copy {
    margin-top: -10px;
}    
.footer {
    padding: 80px 0 0px;
}
}

@media screen and (max-width: 768px) {
.box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
}
.footer_info li+li {
    margin-top: 8px;
}
.footer_menu a {
    border: 1pt solid;
    border-radius: 0;
}
.copy {
    margin-top: 0px;
}
.footer.with_shopping_mode {
    padding: 50px 0 60px;
}
}

/*手機版選單*/
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav .menu-toggle span.bars span{
    width: 35px;
    height: 1px;
    margin: 0 auto 5px;
    background: var(--SubColor);
}
.stellarnav .menu-toggle{
    padding: 30px 0;
}

@media screen and (max-width: 500px) {
    .stellarnav .menu-toggle{
        padding: 22px 0;
    }
}

/*第二層*/
.stellarnav.mobile.right .close-menu, 
.stellarnav.mobile.left .close-menu{
    background: var(--SubColor);
    color: #fff;
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
}
.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #000;
}
.stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #000;
}

