@charset "utf-8";
:root {
  --WebColor01: #8D7B70;
  --WebColor02: #AE9C92;
  --WebColor03: #957460;
  --WebColor04: #3D3B35;
  --WebColor05: #7A7A79;
  --SFont:"Noto Serif TC", serif;/*特殊字體*/
  --SFontE:;/*特殊字體*/
  --pd100:100px 0;
  --m120:120px;
  --m100:100px;
  --m80:80px;
  --m50:50px;
  --m30:30px;
  --m20:20px;
  --fz60:60px;
  --fz48:48px;
  --fz40:40px;
  --fz36:36px;
  --fz32:32px;
  --fz28:28px;
  --fz24:24px;
  --fz22:22px;
  --fz20:20px;
  --fz18:18px;
  --fz17:17px;
  --fz16:16px;
}
@media (max-width:1024px) {
:root{
  --m120:100px;
  --m100:80px;
  --m80:75px;
  --m50:40px;
  --m30:25px;
  --m20:18px;
  --fz60:48px;
  --fz48:40px;
  --fz40:36px;
  --fz36:32px;
  --fz32:28px;
  --fz28:24px;
  --fz24:22px;
  --fz22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m120:80px;
  --m100:75px;
  --m80:60px;
  --m50:30px;
  --m30:20px;
  --m20:15px;
  --fz60:40px;
  --fz48:32px;
  --fz40:28px;
  --fz36:26px;
  --fz32:24px;
  --fz28:20px;
  --fz24:20px;
  --fz20:18px;
  --fz18:17px;
  --fz17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m120:75px;
  --m100:50px;
  --m80:40px;
  --m50:25px;
  --m30:15px;
  --m20:10px;
  --fz60:32px;
  --fz48:28px;
  --fz40:24px;
  --fz36:22px;
  --fz32:20px;
  --fz28:18px;
  --fz24:18px;
  --fz22:18px;
  --fz20:17px;
  --fz18:16px;
  --fz17:15px;
  --fz16:15px;
}
}
@media (max-width:375px) {
:root{
  --fz60:28px;
  --fz48:24px;
  --fz40:20px;
  --fz36:18px;
  --fz32:18px;
  --fz28:17px;
  --fz24:17px;
  --fz22:17px;
  --fz20:16px;
  --fz18:15px;
}
}

body *{font-family: var(--SFont);letter-spacing: 0.03em;}
#content_main , #content {    background-color: #F8F8F4;}



/*反白顏色*/
::-moz-selection{    background-color: #AE9C92;    color: #fff;  }
::selection{    background-color: #AE9C92;    color: #fff;  }

.main_part{width: 90%;max-width: 1500px;padding: var(--m100) 0;}

.animated-arrow {    background: var(--WebColor01);}
.shop_search_btn {    background: var(--WebColor01);}
.contact_le_map a{background: var(--WebColor01);}
.contact_form li.last cite{background: var(--WebColor01);}
.products-list .more{border-color: var(--WebColor01);color: var(--WebColor01);}
.products-list .item a:hover .more {    background: var(--WebColor01);}


/*****************************************/

/*HEADER*/
.header_area {    background: transparent;position: fixed;    transition: all 0.5s;border-bottom: 1px solid transparent;padding: 15px;}
.header_area.sticky {    background: #F8F8F4;border-bottom-color: #F0E8DB;}
.main_header_area .container{max-width: 97.5%;    margin: 0 0 0 auto;}
.stellarnav.mobile > ul > li{padding: 0 var(--m20);border-bottom: none;}
.stellarnav.mobile > ul > li > a{color: var(--WebColor05); margin: 0;transition:all 0.3s;padding: 10px ;font-size: 14px;}
.stellarnav.mobile > ul > li > a b{font-weight: bold;display: inline-block;}
.stellarnav.mobile > ul > li > a b:nth-child(2) {    padding-left: 0.5em;    font-size: 90%;}
.stellarnav.mobile > ul > li:hover > a{color: var(--WebColor03);}
.stellarnav.mobile > ul > li > a.dd-toggle{display: none;}
.stellarnav.mobile ul ul{display: none;}
/*
.stellarnav.mobile > ul > li li a{transition:all 0.3s;}
.stellarnav.mobile > ul > li li a:hover{background: var(--WebColor01);color: #fff;}
*/



.tp_links a{color: var(--WebColor01);font-size: 18px;transition: all 0.3s;}
.tp_links a:hover{color: var(--WebColor04);}
.tp_links a + a{margin-left: 5px;}


.navigation{grid-template-columns: 250px 1fr 65px;align-items: center;}
.nav-header {    grid-row: unset;}


/*漢堡選單*/
.stellarnav .menu-toggle {    border: 1px solid var(--WebColor02);    border-radius: 100%;    padding: var(--m20);    background: var(--WebColor02);}
.stellarnav .menu-toggle:after{content: none;}
.stellarnav .menu-toggle span.bars span {    background: #fff;height: 1px;}

.stellarnav.mobile.right > ul {    height: fit-content;max-width: 350px;    padding: 15px 15px var(--m80);    border-bottom-left-radius: var(--m80);    border-left: 1px solid #F0E8DB;border-bottom: 1px solid #F0E8DB;}
.stellarnav.mobile.active.right > ul::after {    content: "";    display: block;    position: relative;    font-size: 15px;    color: #AE9C92;    background-image: url(https://pic03.eapple.com.tw/truelovecare/menu_dec.png);    width: 100%;    aspect-ratio: 20 / 3;    background-size: contain;    margin: var(--m30) auto 0;    max-width: calc(100% - var(--m30) * 2);}
.stellarnav.mobile.right .close-menu {    color: transparent;    width: 65px;    height: 65px;    margin: 0 0 var(--m50) auto;    display: block !important;background: var(--WebColor02);border-radius: 100%;position: relative;}
.stellarnav .icon-close {    width: 20px;    height: 20px;    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);}
.stellarnav .icon-close:before , .stellarnav .icon-close:after{border-bottom: 1px solid #fff;width: 20px;}


/*電腦LOGO*/
.nav-brand{position: relative;}
.nav-brand img {    display: block; transition: all 0.4s;}
/*手機LOGO
.nav-brand-m {}
*/


/*首頁設定*/
.header_area{background: transparent;position: fixed;}
.header_area.sticky{background: #F8F8F4;}
.header_area .nav-brand img {    display: block; opacity: 0;}
.header_area.sticky .nav-brand img {    opacity: 1;}
.header_area .nav-brand::before{content: "";position: absolute;    left: 0;width: 100%;background-image: url(https://pic03.eapple.com.tw/truelovecare/Logo_white.png);background-repeat: no-repeat;aspect-ratio: 25/6;background-position: center;background-size: contain;transition: all 0.4s;}
.header_area.sticky .nav-brand::before{opacity: 0;}



/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;transition: all 0.4s;background: #f8f8f4;}
.swiper-banner { position:static; height:auto;overflow: hidden;}
.swiper-slide img { height:auto;}

.bannerindex .swiper-banner {margin: 0 0 0 auto; animation: banner-resize 1.5s 0.4s both;}
@keyframes banner-resize {
    0% {      width: 100%; border-radius:0 ;  }
    100% {    width: 97.5%;  border-radius:0 0 0 var(--m100);   }
}

.bannerindex .swiper-banner .swiper-slide::before {
    content: "";
    width: 45%;
    max-width: 750px;
    aspect-ratio: 85 / 23;
    position: absolute;
    right: 7.5%;
    top: 50%;
    z-index: 2;
    text-align: right;
    font-size: var(--fz28);
    font-weight: 700;
    background-repeat: no-repeat;
    transform: translateY(-50%);opacity: 0;
    background-size: contain;animation: banner-slow 3s 0.4s both;transition: all 0.4s;
}
@keyframes banner-slow {
    0% {      opacity: 0;  }
    100% {    opacity: 1;    }
}
.bannerindex .swiper-banner .swiper-slide:nth-of-type(1)::before{background-image: url(https://pic03.eapple.com.tw/truelovecare/BN-01-web.png);}
.bannerindex .swiper-banner .swiper-slide:nth-of-type(2)::before{background-image: url(https://pic03.eapple.com.tw/truelovecare/BN-02-web.png);}




@media screen and (max-width: 768px) {
.bannerindex { padding:0;aspect-ratio:4/3;  }
.bannerindex .swiper-banner {    height: 100%;}
.bannerindex .swiper-banner .swiper-slide img {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}
.bannerindex .swiper-banner .swiper-slide:nth-of-type(1) img{    object-position: 35%;}
.bannerindex .swiper-banner .swiper-slide:nth-of-type(2) img{    object-position: 50%;}
.bannerindex .swiper-banner .swiper-slide::before {    width: 70%;top: 80%; }
}
@media screen and (max-width: 600px){
.bannerindex { aspect-ratio:4/5;  }
.bannerindex .swiper-banner .swiper-slide::before {
    width: 22.5%;
    max-width: 200px;
    aspect-ratio: 20 / 67;
    transform: none;
    }
.bannerindex .swiper-banner .swiper-slide:nth-of-type(1)::before{background-image: url(https://pic03.eapple.com.tw/truelovecare/BN-01-phone.png);    top: 40%;    right: 12.5%;}
.bannerindex .swiper-banner .swiper-slide:nth-of-type(2)::before{background-image: url(https://pic03.eapple.com.tw/truelovecare/BN-02-phone.png);    top: 17.5%;right: 12.5%;}


}





/* 商品下拉超過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個但次分類直接顯示-結束 */

/*FOOTER*/
.footer {    background: var(--WebColor04);    padding: var(--m80) 0 0;    border-radius: var(--m80) var(--m80) 0 0;}
.footer .center {    max-width: 1500px;width: 90%;}

.footer_info{padding: 0;    grid-gap: 0 var(--m80);transition: all 0.3s;}
.footer_info{grid-template-areas:
    "footer-logo footer-info"
    "footer-icon footer-info"
;
}
.footer_logo{grid-area:footer-logo;}
.box_link{grid-area:footer-icon;}
.footer_info > ul{grid-area:footer-info;}


.footer_info > ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 500px;
    margin: 0 0 0 auto;
}
.footer_info li {    padding: 0;}

.footer_info li:nth-child(1) {    display: grid;    gap: 3px;    height: fit-content;    padding-right: var(--m80);}
.footer_info li:nth-child(1) p{position: relative;color: #fff;transition: all 0.3s;width: fit-content;    max-width: 100%;}
.footer_info li:nth-child(1) p::after{content: "";width: 0;height: 1px;position: absolute;left: 0;bottom: 0;background: transparent; transition: all 0.3s;}
.footer_info li:nth-child(1) *{color: #fff;transition: all 0.3s;}
.footer_info li:nth-child(1) p:hover , .footer_info li:nth-child(1) p:hover *{color: var(--WebColor02);}
.footer_info li:nth-child(1) p:hover::after{width: 100%;background: var(--WebColor02);}

.footer_menu {    display: grid;    gap: 3px;grid-template-columns: repeat(1,1fr);}
.footer_menu a {    position: relative;margin: 0;  text-align: center; padding: 0; transition: all 0.3s;border: none;width: fit-content;background: transparent;color: #fff;line-height: 1.75;}
.footer_menu a:first-child{display: none;}
.footer_menu a::after{content: "";width: 0;height: 1px;position: absolute;left: 0;bottom: 0;background: transparent; transition: all 0.3s;}
.footer_menu a:hover {    background: transparent;color: var(--WebColor02);}
.footer_menu a:hover::after{background: var(--WebColor02);width: 100%;}

.box_link {    position: relative;    width: 100%;    right: 0;    max-width: 20em;    margin: auto;    flex-direction: row;    justify-content: space-around;}

.box_link a {
    width: 2.25em;
    margin: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    color: #fff;
    background: var(--WebColor03);
    border: none;
    transition: all 0.3s;
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1.5em;
}
.box_link a:hover{background: var(--WebColor01);}

.footer_logo a{display: block;position: relative;    width: 100%;}
.footer_logo a::before{content: "";position: absolute;    left: 0;width: 100%;background-image: url(https://pic03.eapple.com.tw/truelovecare/Logo_white.png);background-repeat: no-repeat;aspect-ratio: 25/6;background-position: center;background-size: contain;transition: all 0.4s;}
.footer_logo a img{opacity: 0;width: 100%;}


.copy {    background: #35332c;    color: #fff;  border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.copy a:hover{color: var(--WebColor03);}


.linksBtn {    background-color: var(--WebColor01);}
.info_fix_links a:hover {    background: var(--WebColor03);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/truelovecare/sBanner-01.jpg);
    background-size: cover;
    height: 40vw;
    max-height: 600px;width: 100%;margin: 0 0 0 auto;    animation: banner-resize 1.5s 0.4s both;transition: 0.4s;
}
.banner h5 {
    color: #fff;
    position: absolute;
    transition: all 0.4s;opacity: 0;
    animation: banner-slow 3s 0.4s both;
    left: 5%;
    bottom:2em;
    font-size: var(--fz48);    text-shadow: 0 0 0.5em #000;max-width:   90%;
}


.product_page .banner , .product_info_page .banner{}
.services_page .banner{background-image: url(https://pic03.eapple.com.tw/truelovecare/sBanner-02.jpg);}
.other_page .banner{background-image: url(https://pic03.eapple.com.tw/truelovecare/sBanner-03.jpg);background-position:     25%;}
.article_a .banner.banblog{background-image: url(https://pic03.eapple.com.tw/truelovecare/sBanner-04.jpg);}
.article_b .banner.banblog{background-image: url(https://pic03.eapple.com.tw/truelovecare/sBanner-05.jpg);background-position:  20%;}

.privacy_page .banner{background-image: url(https://pic03.eapple.com.tw/truelovecare/sBanner-06.jpg);background-size: cover;    }
.privacy_page .main_part ,.privacy_page .show_content{width: 100%;max-width: 100%;padding: 0;}
.privacy_page .banner h5{font-size: var(--fz48);}
.privacy_page .banner h6{display: none;}
.privacyContent{width:  90%;padding:    var(--m100) 0;max-width:    1200px;}



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */
.prod_part{padding: var(--m100) 0;}

.pageIndex .products-list{gap:var(--m50) var(--m30);}
.prod_part section{width: 90%;max-width: 1500px;}


.products-list .price b.ori_price{color: #444;}
.products-list .price b.sp_price{color: var(--WebColor01);font-weight: bold;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product-layer-two li a , .video-layer-two li a{background: transparent;color: var(--WebColor03);padding: 10px 5px;    font-weight: bold;}
.product-layer-two li.active , .video-layer-two li.active{    border-bottom: 1px solid var(--WebColor01);    padding-bottom: 0;}
.product-layer-two li.active a , .video-layer-two li.active a{    border: none;    color: var(--WebColor01);}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}


.inquiry_a1{    background: var(--WebColor03);}
.inquiry_a2{    background: var(--WebColor02);}
.inquiry_a3 {    background: var(--WebColor01);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--WebColor04);}

.prod_related{padding: var(--m100) 0;}
.related_list{max-width: 1500px;width: 90%;}
.lastPage{background: var(--WebColor01);border-radius:50px;}


@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
/*
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--WebColor01) !important;}
*/
.submenu a:hover {    background: var(--WebColor02);}


.blog_box{padding: 0;}
h5.blog_le_t{display: none;}
/*h5.blog_le_t span {    display: block;    font-size: var(--fz16);}*/

.blog_le{width: 100%;padding: 0;margin-bottom: var(--m50);}
.blog_ri{width: 100%;padding: 0;}
.blog_page h4.blog_category_title{display: none;}

.blog_search {    max-width: 250px;    margin: 0 0 var(--m30) auto;}
.blog_le .accordion {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));border: none;    border-radius: 0;}
.accordion li+li .link {    border-top: none;}
.accordion li .link a {
    font-size: var(--fz28);
    transition: all 0.3s;
    text-align: center;
    padding: 0.3em 0.3em 0.4em;
    border-bottom: 1px solid;
    color: #aaa;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: transparent !important;}
.blog_le .accordion>li:hover .link a, .blog_le .accordion>li.on_this_category .link a {    color: var(--WebColor03) !important;}


.blog_subbox{grid-template-columns: repeat(3,1fr);grid-gap: 0;    border-top: 1px solid #F0E8DB;border-left: 1px solid #F0E8DB;}
.article_b .blog_subbox{grid-template-columns: repeat(4,1fr);}
.subbox_item {    border-right: 1px solid #F0E8DB;border-bottom: 1px solid #F0E8DB; }
.subbox_item a{grid-template-columns: repeat(1,1fr);padding: 1.5em;}
.subbox_item a:before , .subbox_item a:after{content: none;}

.blog_list_le {    border-radius: 1em;    overflow: hidden; aspect-ratio: 5 / 4;}
.blog_list_ri h5{font-size: var(--fz24);}
.blog_list_ri p {    font-size: var(--fz17);    margin-top: 1em;}

.subbox_item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #957460ba;
    opacity: 0;
    transform: scale(1, 0);
    backdrop-filter: blur(5px);
    pointer-events: none;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    z-index: 2;
}
.subbox_item::after {
    content: "READ MORE";
    display: block;
    font-size: var(--fz18);
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 3;pointer-events: none;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.subbox_item:hover:before {    opacity: 1;    transform: scale(1, 1);}
.subbox_item:hover::after {    opacity: 1;}


h4.blog_category_title{font-size: var(--fz28);}
.articel_mainPic{display: none;}
.blog_in_page .blog_ri{margin-bottom: var(--m50);}

.blog_back{max-width: 350px;margin: auto;}
.blog_back a{border-radius: 0.3em;transition: all 0.3s;}
.blog_back a.article_btn_prev ,.blog_back a.article_btn_next{    background: var(--WebColor04);}
.blog_back a.article_btn_back {    background: var(--WebColor03);}
.blog_back a.article_btn_prev:hover ,.blog_back a.article_btn_next:hover{background: #1d1c18;}
.blog_back a.article_btn_back:hover{background: var(--WebColor02);}

.news_related{display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1440px) {
.article_b .blog_subbox{grid-template-columns: repeat(3,1fr);}

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {

.navigation {    display: grid;grid-template-columns: 200px 1fr 65px;grid-gap: 5px;}
.nav-header {    max-width: 200px;}
.me_tp_features {        text-align: right;        margin: 0;    }


}
@media screen and (max-width: 980px) {
.footer_info {    grid-gap: 0 var(--m50);}
.footer_info li:nth-child(1) {    padding-right: var(--m30);}

/**/
.blog_subbox{grid-template-columns: repeat(2,1fr);}
.article_b .blog_subbox{grid-template-columns: repeat(2,1fr);}


}

@media screen and (max-width: 850px) {
.footer_info {    grid-template-columns: 250px 1fr;}

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding-bottom: 55px; }
.footer_info li+li{margin-top:  0;}
.footer_info {grid-template-columns: repeat(1,1fr);grid-gap: var(--m30);
        grid-template-areas: 
        "footer-logo "
        "footer-icon "
        "footer-info"
;}
.footer_logo {    margin: auto;}
.footer_info > ul{max-width: 100%;flex-direction: column;}
.footer_info li:nth-child(1) {        padding: 0;        text-align: center;        margin: auto;    }
.footer_info li:nth-child(1) p{margin: auto;}
.footer_info li:nth-child(2) {    width: 100%;        margin-top: var(--m50);}
.footer_menu {    grid-template-columns: repeat(auto-fit, minmax(min(125px, 100%), 1fr));grid-gap: 5px;}
.footer_menu a{width: 100%;background: #35332c;padding: 3px;border-radius: 3px;}
.footer_menu a:hover{background: var(--WebColor03);color: #fff;}
.footer_info li:nth-child(1) p::after , .footer_menu a::after{content: none;}

#to_top { bottom:60px;}

.info_fix{display: none !important;}


.stellarnav.mobile {        position: relative;}
.stellarnav.mobile.right .menu-toggle{width: 50px;height: 50px;}
.stellarnav .menu-toggle span.bars span {    width: 18px;}
.stellarnav.mobile.right .close-menu{width: 50px;height: 50px;margin-bottom: var(--m100);}
.stellarnav.mobile.active.right > ul::after {    width: 80%;    margin: var(--m50) auto 0 var(--m30);}
.stellarnav.mobile > ul > li > a{padding: 15px 10px;}
}


@media screen and (max-width: 600px) {
.navigation{grid-template-columns: 200px 1fr;}
.me_tp_features{display: none;}

.stellarnav .menu-toggle span.bars{top: 8px;}
/**/
.banner {    height: 70vw;}
.banner h5 {    bottom: var(--m100);}



/**/
.blog_search {    max-width: 100%;}


}

@media screen and (max-width: 500px) {
/**/
.blog_subbox{grid-template-columns: repeat(1,1fr);}
.article_b .blog_subbox{grid-template-columns: repeat(1,1fr);}

}