@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #000; /*網站主要色系*/
  --SubColor: #121212; /*網站輔助色系1*/
  --SubColor2: #acafba; /*網站輔助色系2*/
  --SFont:"IBM Plex Sans", sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f60:60px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f15:15px;
  --f14:14px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f60:48px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f60:40px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f60:32px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f15:14px;
  --f14:13px;
}
}
@media (max-width:375px) {
:root{
  --f60:28px;
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
  --f17:15px;
}
}
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.info_fix>span {    transform: rotate(45deg);}
.info_fix:hover>span , .info_fix_links.linkBox_Open >span{transform: rotate(90deg);}


.main_part{width: 90%;max-width: 1500px;margin: auto;padding: var(--m100) 0;}
.show_content{width: 100%;padding: 0;}

#content{ background: #161616;}
.blog_search input[type=search]{border-radius: 0;}


/*Header/＝＝＝＝＝*/
#page {
    padding-left: 15%;
        background: #000000;
}

/*選單設定*/
.header_area {
    padding: 0px;
    position: fixed;
    z-index: 9999;
    width: 15%;
    height: 100%;
    left: 0;
    top: 0;
}
.header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    z-index: 9999;
}


.main_header_area {
    background: #000;
    height: 100%;
}

.main_header_area .container {
    max-width: 100%;
    height: 100%;
    margin: auto;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 8px #ffffff0f;
}

.nav-header {
    position: absolute;
    z-index: 123;
    top: 14%;
    left: auto;
}
.nav-brand {
    display: inline-block;
    width: 110px;
}






/* 選項 */
.stellarnav {
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    justify-content: center;
    padding: 15%;
}
.stellarnav > ul > li > a {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: visible;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: relative;
}
.stellarnav ul {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    padding-left: 10%;
}

.stellarnav ul::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff47;
}
.stellarnav ul::after{
    content: "";
    display: block;
    position: absolute;
    top: -55px;
    left: 0;
    width: 2px;
    height: 55px;
    background-color: #ffffff7a;
    animation: stellarnav-scroll 3s infinite linear;
    border-radius: 90px;
}
.stellarnav > ul > li:nth-of-type(){
    display: none;
}

.stellarnav li.has-sub > a:after {
    display: none;
}

.stellarnav > ul > li > a b {
    width: auto;
    height: auto;
    font-weight: 500;
}

.stellarnav > ul > li > a b:nth-child(1){width: auto;}
.stellarnav > ul > li > a b:nth-child(2) {
    width: auto;
    text-wrap: nowrap;
    position: absolute;
    color: #ffffff;
    padding: 0 10px;
    opacity: 0;
}

.stellarnav > ul > li > a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: all 0.3s;
    padding-left: 10px;
}

/* .stellarnav > ul > li > a:hover b:nth-child(2) {
    left: 0;
    opacity: 1;
    background: #000;
    transition: all 0.3s;
} */


.stellarnav > ul > li{
    width: 100%;
}


@media screen and (max-width: 768px) {
    #page {
        padding-left: 0%;
    }
    .pageIndex .header_area{position: sticky;}
    .nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
    .nav-brand-m img {    max-width: 200px;    width: 100%;}
    .header_area {
        width: 100%;
        height: auto;
        transition: all 0.3s;
        position: relative;
    }
    .nav-header {
        z-index: 0;
        position: relative;
        top: unset;
    }
    .header_area.sticky {
        width: 100%;
        transition: all 0.3s;
    }
    .main_header_area {
        background: #000;
        transition: all 0.3s;
        height: auto;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 7px;
                /* display: none; */
    }
    .sticky .main_header_area {
        /* background: #0c1b2e; */
        transition: all 0.3s;
    }
    .stellarnav {
        padding: 10px;
    }
    .nav-brand {
        width: 65px;
    }
    .stellarnav.mobile {
        top: 10px;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #777;
    }

    .pageIndex .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .stellarnav .menu-toggle:after {
        color: #777;
    }
    .sticky .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .stellarnav.mobile > ul {
        border-top: 0;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #888;
        color: #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile > ul > li > a {
        color: #666;
        text-shadow: none;
        padding: 15px;
    }
    .header_area .navigation {
        padding: 15px 0;
    }
    .header_area.sticky .navigation {
        padding: 15px 0;
    }
    .stellarnav.mobile ul ul{
        background-color: transparent;
    }
    .stellarnav ul {
        padding-left: 0;
    }
    .stellarnav > ul > li > a b:nth-child(2) {
        width: auto;
        text-wrap: nowrap;
        position: relative;
        font-size: 12px;
        color: #1a1a1a;
        right: 0;
        padding: 0 10px;
        opacity: 1;
    }
    .stellarnav > ul > li > a:hover b:nth-child(2) {
        opacity: 1;
        background: transparent;
        transition: all 0.3s;
    }
    .stellarnav.mobile.left > ul {
        border-right: 0;
    }
    .stellarnav.mobile li li a{
        padding-left: 20px;
    }
}

/* 下拉 */

    .stellarnav > ul > li > ul{
        /* display: none !important;     */
            opacity: 0;
            pointer-events: none;
    }

@media screen and (max-width: 768px) {
    
    .stellarnav > ul > li > ul{
        display:unset    ;
        opacity: 1;
        pointer-events: inherit;
    }
    .stellarnav > ul > li > ul{}

            .product-layer-two {
                display: block;
            }
.product_menu_list {
    width: 100%;
    margin-top: 30px;
}
}



@keyframes stellarnav-scroll {
    0%{
        top: -600px;
    }
    50%{
        top: -55px;
    }
    75%{
        top: 50%;
    }
    100%{
        top: 100%;
    }
    
}


.me_tp_features {/* order:2; */position: absolute;top: 30px;flex: 0;text-align: center;z-index: 200;}
.box_search { width: 200px;}
.box_search input[type=text]{ max-width: 200px;background:#fff;padding: 6px 60px 6px 10px;}

.tp_links{display: none;}

/*選單漸變效果＝＝*/
.pageIndex .header_area .stellarnav > ul > li > a{color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a{/* color: #222; */}
.pageIndex .header_area .stellarnav > ul > li:before {    background: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li:before {    background: var(--MainColor);}
.pageIndex .header_area .tp_links a{color: #fff;}
.pageIndex .header_area.sticky .tp_links a{color: var(--MainColor);}

.shop_search_btn {
    background-image: url(https://pic03.eapple.com.tw/ecocamp/fxf_search.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4px;
    color: transparent;
}
.pageIndex .header_area .shop_search_btn {background-color: #2f2f2f;}
.pageIndex .header_area.sticky .shop_search_btn {    background-color: #2f2f2f;}


/*Footer/＝＝＝＝＝*/

.footer .center {width: 90%;max-width: 1400px;margin: 0 2% 0 auto;}
.footer {background: var(--MainColor);padding: var(--m50) 0 0;}
.footer_info {    display: grid;    justify-content: space-between;    padding: 0;    grid-template-columns: 1fr 380px;}
.footer_info > ul {    grid-column: 1 / 2;    grid-row: 1 / 3;    display: grid;    grid-template-columns: 400px 1fr;    width: 100%;    gap: var(--m50);}
    .footer_logo {grid-column: 2 / -1;width: 100%;margin: 0;text-align: center;filter: brightness(0) grayscale(100%) invert(1);}
.footer_info li p, .footer_info li * {    color: var(--SubColor2);    line-height: 200%;transition:all 0.3s;}
.footer_info li p:hover * , .footer_info li p:hover:before {    color: #fff;}
.footer_menu a {font-family:var(--SFont);    margin: 0;    text-align: center;    padding: 5px;    transition: all 0.3s;    border: none;    background: transparent;    padding: 0;    display: block;    text-align: left; width: fit-content;}
.footer_menu a:hover {    background: transparent;color: #fff;}
.copy {/* background: var(--SubColor); */color: #fff;border-top: 1px #1b1b1b solid;padding: var(--f20) 0;margin-top: var(--m50);}
.copy a{    color: #fff;transition:all 0.3s;}
.footer_menu a:nth-of-type(1) , .footer_menu a:nth-last-of-type(1) , .box_link {display: none;}


.footer_info li p:before {    margin: 0;    min-width: 50px;    display: inline-block;transition:all 0.3s;}
.footer_info li:nth-child(1) {    font-family: var(--SFont),' 微軟正黑體';}
.footer_info li p.line{display: none;}
.footer_info li p.tel:before {    content: 'TEL';}
.footer_info li p.fax:before {    content: 'LINE';}
.footer_info li p.mail:before {   content: 'MAIL';}
.footer_info li p.add:before {    content: 'ADD';}
.footer_info li p.add2:before {   content: none;}
.footer_info li p.add2 {    padding-left: 50px;}

.footer_info > ul >li:nth-child(1):before, .footer_info > ul >li:nth-child(2):before {    font-family: var(--SFont);    font-weight: bold;    font-size: var(--f18);    color: #fff;    margin-bottom: var(--f20);    display: block;}
.footer_info li:nth-child(1):before {    content: "CONTACT";}
.footer_info li:nth-child(2):before {content: "QUICK LINKS";}

#bottom_menu li {    width: 100% !important;}
/* #bottom_menu li:nth-child(n+2){display: none !important;} */

/*Logo/＝＝＝＝＝*/
.nav-brand {
    width: 90%;
    max-width: 220px;
    transition: all 0.3s;
    margin-top: 5px;
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
}
.footer_logo a {position: relative;}
.nav-brand img , .footer_logo a img{/* opacity: 0; */}


.header_area .nav-brand{filter: brightness(0) grayscale(100%) invert(1);}
.header_area.sticky .nav-brand{
    /* filter: unset; */
}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: var(--MainColor);}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main {
    background: #161616;
    margin: 0;
}

.bannerindex {
    /* position: static; */
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    width: 100% !important;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bannerindex {
        position: relative;
    }
@media screen and (max-width: 768px) {
    .bannerindex {
            padding-bottom: 0;
    }
}

}
/*大圖特效/＝＝＝＝＝*/
.bannerindex .swiper-slide:before,
.bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}
.bannerindex .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/ecocamp/ba-fire.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    bottom: -46%;
    left: 61%;
    width: 500px;
    max-width: 100%;
    height: 100%;
    background-position: center;
    mix-blend-mode: screen;
    animation: dd 3s linear forwards infinite;
    filter: brightness(2.5);
}
.bannerindex .swiper-slide:nth-child(1):after {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/ecocamp/deli_02_c1.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;
}
.bannerindex .swiper-slide:nth-child(2):after {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/ecocamp/deli_01_c2.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;

}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: ani_LtoR 1s 0.6s both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: ani_TtoB 1s 0.3s both;
}
@media screen and (max-width: 1440px) {
    .bannerindex .swiper-slide:nth-child(1):before{ bottom: -35%;}
        }


@keyframes dd{
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(0.7) rotateY(0deg) ;
        
    }
    30%, 60% {
        opacity: 0.5;
    }
    20%, 80% {
        opacity: 1;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
        transform: translate(-50%,-65%) scale(1.0) rotateY(20deg);
    }
}

@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(100%) ;
        opacity:0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
         opacity:1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**/

@media screen and (max-width: 768px) {

}

.bannerindex .swiper-pagination {
    margin: 0;
}






/*Banner/＝＝＝＝＝*/
.banner {    
    background: #111;    
    position: relative;
    padding: var(--m100) 0 ;
    min-height: 600px;
    height: 35vw;
    max-height: 650px;
    min-height: 250px;
    background-size: cover;
    background-position: 40%;
}
.banner h5 {
    font-size: var(--f48);
    line-height: 110%;
    font-family: var(--SFont);
    color: #fff;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    position: absolute;
    text-align: left;
    left: 10%;
    top: 70%;
    z-index: 200;
}

.banner h5:after{content: "";font-size: var(--f28);display: block;}

.product_page .banner h5:after, .product_info_page .banner h5:after{content: "PRODUCT";}
.article_a .banner h5:after{content: "NEWS";}
.article_b .banner h5:after{content: "VIDEO";}
.other_page .banner h5:after{content: "CONTACT";}
/*  */
.product_page .banner, .product_info_page .banner {
    background-image: url(https://pic03.eapple.com.tw/ecocamp/bnnpr.jpg);
}
.article_a .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/ecocamp/bnnaa.jpg);
}
.article_b .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/ecocamp/bnnab.jpg);
}

/* 內頁banner輪播 */
.product_page .banner:after , .product_info_page .banner:after {
    content: "";
    position: absolute;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/ecocamp/bnnpr2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    width: 100%;
    height: 100%;
    animation: cc 10s linear infinite;
}
@keyframes cc {
    0% {
        opacity:0;
    }
    30% {
         opacity:0;
    }
    40% {
         opacity:1;
    }
    90% {
         opacity:1;
    }
    100% {
         opacity:0;
    }
}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{padding-bottom: var(--m30);display: none;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    color: #fff;display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #fff;border: 1px solid #fff;color: #222;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;  gap: 40px 20px;   grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}



/*外層版面*/
.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);    padding: 0;}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: var(--SubColor);}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}

.products-list .name {    color: #fff;    height: auto;}

/**/
.product-layer-two li a {    color: #ccc;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #515151;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #fff;    background: #333;}
.product-layer-two li i {
    right: 10px;
    top: 4px;
    color: #ccc;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;    display: block;    margin: 0;    padding: 0;}
.product-layer-two li li a , .product-layer-two li.active li a{    background: transparent;color: #666;}
.product-layer-two li li:hover a{color: #fff;}

/*購物車/內層＝＝*/
.product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager {    width: 100%;    position: relative;    top: 0;    left: 0;    display: grid;    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;gap:10px;}
.product_pic #bx-pager a {    float: none;    width: 100%;    height: auto;    margin: 0;    border: none;    overflow: hidden;    aspect-ratio: 5 / 4;position: relative;}
.product_pic #bx-pager a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_info li .txt_box a {
    display: block;
    width: 100%;
    background: #bfa36f;
}
.product-wrapper {    display: flex;    flex-wrap: wrap;    align-items: flex-start;}
.product_main {    width: 50%;    max-width: 700px;    padding: 0;}
.sidebarBtn {    padding: 0;    flex:1;    border: none;    background: transparent;padding-left: var(--m100);padding-top: var(--m50);margin: 0 auto;}
.prod_tabs{width: 100%;}
.pd_tabTitle li.activeTab::after{    height: 1px;}
.bx-wrapper .bx-viewport {    border: none;    left: 0;background: transparent;}
ul.bxslider li {aspect-ratio: 1 / 1;}
ul.bxslider li img , .products-list .pic img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*按鈕顏色*/
form:has(.inquiry_a1 + .inquiry_a2){display: grid;grid-template-columns: repeat(auto-fit, minmax(min(200px,100%), 1fr));gap:10px 15px;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {    border: 2px solid;margin: 0;}
.inquiry_a1 {    color: #fff;    background: transparent;    border: 2px solid #fff !important;}
.inquiry_a1:hover{background:#fff;color: var(--MainColor);}
.inquiry_a2 {    background: var(--SubColor2);    color: var(--MainColor);}
.inquiry_a2:hover {background: #222;color: #fff;}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: var(--SubColor);transition:all 0.5s 0.1s;border: 2px solid transparent;}
.lastPage:hover{border-color: #fff;background: transparent;letter-spacing:3px;}

/*商品側邊規格*/
/* .product_info li * {    color: #eee;} */
.sidebarBtn h2 {    color: #bbb;    font-size: var(--f28);    font-family: var(--SFont), "微軟正黑體";}
div#number_area {    /*color: #bbb;font-family: var(--SFont), "微軟正黑體";*/ display: none;}
.product_info li span{display: none;}
.product_info li .txt_box {    color: #fff;    width: 100%;}


.sidebarBtn .sp_price {   color: #f5d384;}
.mobile_product_name{display: none;}

.radio-inline__label {    padding: 0;    margin: 0;    border: none;}
.product_info li .txt_box .size {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: var(--f20);
    padding: var(--f20) 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: var(--m30);
    font-size: var(--f17);
    font-weight: bold;
    font-family: var(--SFont), "微軟正黑體";
}
/**/

ul.prod * {    color: #f9f9f9;    line-height: 200%;    text-align: justify;}
ul.prod{padding-top: var(--m50);}
li.prod-item:not(.is-active) , ul.prod li h3.prod-thumb{ display: none; }


/*相關推薦*/
.prod_related {    background: var(--MainColor);    padding: var(--m50) 0;}
.related_list , .prod_related h6{ display: none;  }







/*=================================文章管理======================================*/
.blog_page .main_part ,.video_page .main_part ,.product_page .main_part{max-width: 1600px;}
.blog_in_page .main_part{max-width: 1400px;}
.blog_page h4.blog_category_title {border-bottom: none;display: none;}
.path p, .path p a {display: none;}

/*大分類*/
.subbox_item a {
    display: flex;
    grid-gap: 0;
    flex-direction: column;
}
.subbox_item a:after{border: none;background: #292a2b4d;}
.blog_list_le{width: 100%;padding: 0;overflow: hidden;}
.blog_list_ri{width: 100%;background: #333;padding: 20px;text-align: left;}
.blog_list_ri h5{font-size: 20px;font-weight: 400 !important;color: #fff !important;}
.blog_list_ri em {color: #aaa !important;}
.blog_list_ri p{line-height: 160%;}
.blog_page h4.blog_category_title {border-bottom: none;}
/*文章說明頁*/
.blog_box_edit * , .product_info_page .edit *{line-height: 160%;color: #fff;}
h4.blog_category_title{font-weight: normal;color: #ffffff;}
.blog_back a.article_btn_prev {background: #3f3f3f;}
/*側邊選單*/
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 10px 35px 10px 10px;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 4px;
    border: 1px #363A2B solid;
    overflow: hidden;
}
.blog_le .accordion { margin-left: 0px;width: 100%;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #555 !important;}
.submenu li {background: #242424 !important;}
.submenu a:hover {background: #ccc;}
.article_btn_back{background: #ccc !important;}
.blog_back a.article_btn_next{background: #3f3f3f;}
h5.blog_le_t span{font-weight: 300;font-size: 0;}
.blog_back a.article_btn_back {   color: #242424;}

/*文章管理/內層＝＝*/

.news_related {background: #181818;}
.news_related h6 span:before { color: #555;}

.blog_box {
    min-height: 20vw;
    padding: 0;
}
.blog_list_le img {
    /* max-width: 100%; */
    transform: translate(0%, 0%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}
.blog_back {
    text-align: center;
    margin-bottom: 20px;
}

.subbox_item {
    display: inline-block;
    vertical-align: top;

    margin-bottom: 20px;
    position: relative;
}

/*文章分享側邊欄設定*/
.blog_le .accordion li .link{padding: 0;}
.blog_le .accordion li .link a{padding: 15px 10px;display: block;   color: #aaa;}

@media screen and (max-width: 1300px){
	/*文章*/

    .subbox_item {
        border-bottom: none;
    }
    .module_i_news ul,.video-list{grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
}

@media screen and (max-width: 600px){
	/*文章*/
	.subbox_item{width: 100%;}
    .module_i_news ul,.video-list{grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));}
    
}
.i_blog_ri h5{font-weight: 800;/* color: #fff; */}

.module_i_news li a{
    display: flex;
    flex-direction: column;
}

/* .module_i_news li a:after{background: #23251cdb;border: 1px #23251c solid;} */
.module_i_news li a:after {
    background: transparent;
    border: none;
}

.module_i_news li a:before ,.subbox_item a:before{
    display: flex;
    content: 'READ MORE +';
    font-family: var(--SFont);
    font-weight: 800;
    padding: 10px;
    background: #000000f0;
    border: none;
    color: #ffffff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 36%;
    justify-content: center;
    align-items: center;
}
.module_i_news li:hover .i_blog_le img {
    transition: all 1s ease-in-out;
    transform: scale(1.08);
}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;    padding-bottom: 75%;}
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: var(--MainColor);}
.other_album_choice li {    background: var(--MainColor);}
.subalbum-menu h2{    color: var(--SubColor);font-size: var(--f24);}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--MainColor);}

.other_select_page .promotion_title , .other_select_page .other_promotion , .other_select_page .page{display: none;}


/*聯絡我們/＝＝＝＝＝*/
.contact_content .blank_letter:after {
    display: block;
    content: '立即預約專業諮詢，讓我們為您的愛車打造最完美的車頂載運方案！';
    white-space: break-spaces;
    width: 100%;
    font-family: var(--SFont);
    padding-top: 20px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    color: #222;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.contact_editbox , .contact_content{width: 100%;padding: 0;}
.contact_le_map a {    background: var(--MainColor);}
.contact_form li.last cite {background: var(--MainColor);}
.contact_content{position: relative;padding: var(--m50);overflow:hidden;}
/* .contact_content:before {
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/ecocamp/con_form_i.jpg);
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    filter: blur(15px) brightness(0.4);
    transform: scale(1.5);
} */
.contact_content form {
    margin: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;z-index: 1;
}
.contact_content form:before {    content: "";background-image: url(https://pic03.eapple.com.tw/ecocamp/con_form_i.jpg);background-position: center;background-size: cover;-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;}
.contact_content .information_left{display: none;}
.contact_content .information_right {    width: 100%;    padding: var(--m100) var(--m50);    background: #fff;}
.contact_content .blank_letter{padding-top: 0;}
.contact_form {    display: grid;    grid-template-columns: 1fr;    gap: 15px;    margin: var(--m50) 0 0;}
.contact_form li {    padding: 0;}
.contact_form li.last{padding-bottom: 0;text-align: center;}
.contact_form li .form__label {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 3px 0;
}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--MainColor);}
.rewrite_simple{background-color: var(--SubColor);}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background: var(--MainColor);}
.login_mem_other_link a{color: var(--MainColor);}
.member_login_regist a{background: var(--MainColor);}
.mem_regist_title_s {    background: var(--SubColor);    color: #fff;}

/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1440px) {
.sidebarBtn {    padding-left: var(--m50);}
}
/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {

.stellarnav > ul > li {/* min-width: unset; */}
.stellarnav > ul > li > a b:nth-child(2) {    font-size: 13px;}
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

.product-wrapper {    align-items: self-start;}
.sidebarBtn {    padding-top: 0;}

.contact_content .information_right {    padding: var(--m50);}

}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
/*選單漸變效果＝＝*/
.pageIndex .header_area .shop_search_btn {    background-color: #2f2f2f;}

/**/
.footer_info {    display: flex;    flex-direction: column;}
.footer_info > ul {    display: flex;    max-width: 600px;    margin: var(--m30) auto;    justify-content: space-between;gap:0;}


/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
.pageIndex .header_area .nav-brand {/* filter: unset; */}
/*漸變效果*/
.pageIndex .header_area .main_header_area {/* background: #fff; */}

/* .pageIndex .header_area .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/ecocamp/logo_l_b.svg);} */
.pageIndex .header_area .tp_links a{color: var(--MainColor);}
/*側邊選單/＝＝＝＝＝*/
.stellarnav > ul > li:before , .stellarnav .menu-toggle:after{content:none;}
.stellarnav .menu-toggle span.bars span {background: #ffffff;margin: 0 auto;}
.stellarnav .menu-toggle span.bars span + span {    margin-top: 5px;}
.navigation {    justify-content: space-between;}
.stellarnav.mobile {/* position: relative; *//* flex: unset; */}
.me_tp_features {/* order:2; */flex: 0;position: relative;top: unset;}
.stellarnav .menu-toggle {padding: 0 0 0 var(--m30);}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;font-size: 14px; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav > ul > li {    text-align: left;}
.stellarnav.mobile > ul > li > a b{ display: block; }
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand, .header_area.sticky .nav-brand{max-width: 180px;}

/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

.contact_content form{ display: flex;flex-direction:column-reverse; }
.contact_content form:before{ width: 100%;aspect-ratio:7/4; }

}
/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .pageIndex .header_area .stellarnav > ul > li > a{ color: #222; }
/* .me_tp_features {display: none;} */
.stellarnav > ul > li > a b:nth-child(2){display: none;}
.banner {min-height: 300px;}
/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}

.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

/*購物車/＝＝＝＝＝*/
/*購物車/外層＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
/*順序*/
.product_page .products-list {    order: -1;}

.sidebarBtn {    flex: unset; width: 100%; margin:var(--m50) auto; padding: 0; }
.product_main {    width: 100%;    max-width: 100%;}


}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
.navigation {        padding: 15px 5px;    }
.tp_links {    padding: 0;    margin-top: 5px;}
.me_tp_features {position:sticky;text-align: center;margin: 10px 0 0;}
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_info > ul {    max-width: 500px;    flex-direction: column;}
.footer_info li {    padding: 0; margin-top:var(--m30);}

/**/
.product_pic #bx-pager {    margin-top: 15px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
.contact_content .information_right {        padding: var(--m100) 5%;}
.contact_form {    gap: 10px;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

}
