@charset "utf-8";
:root {
  --WebColor01: #2e433a;
  --WebColor02: #849d8b;
  --WebColor03: #d1bfa4;
  --WebColor04: #f5f4f0;
  --WebColor05: #182620;
  --f-TC-Sans:"Noto Sans TC", sans-serif;
  --f-TC-Serif:"Noto Serif TC", serif;
  --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;
}
}

#content_main{background: #F5F4F0;}

body * {font-family: var(--f-TC-Sans);}

/*反白顏色*/
::-moz-selection{    background-color: #BB9F87;    color: #fff;  }
::selection{    background-color: #BB9F87;    color: #fff;  }

.main_part{width: 90%;max-width: 1500px;padding: var(--m100) 0;}

.animated-arrow {    background: var(--WebColor01);margin-top: var(--m50);}
.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: #e2e2d5;transition: all 0.3s;border-bottom: 1px solid #c6cec8;padding: 1rem 10px;}
.header_area.sticky {    background: #e2e2d5;}
.main_header_area .container{ max-width: 100%;  }
.stellarnav > ul > li{padding: 0 ;border: none !important;}
.stellarnav > ul > li > a {
    margin: 0;
    transition: all 0.3s;
    height: auto;
    line-height: 1.4;
    text-align: left;color: var(--WebColor05);padding: 8px 0;
}
.stellarnav.mobile > ul > li > a > p:nth-child(2){font-size: 0.8em;}
.stellarnav > ul > li:hover > a{color: #a0865e;}
.stellarnav li li{border: none;}
.stellarnav > ul > li li a{transition:all 0.3s;font-weight: bold;font-size: 0.9em;}
.stellarnav > ul > li li a:hover{color: var(--WebColor01);}

.stellarnav.mobile li.open {    background: #fff;    padding: 0 0 10px;}


.me_tp_features a{color: var(--WebColor05);}

.tp_links{display: none;}


.navigation{grid-template-columns: 1fr 220px 1fr;    align-items: center;}
.stellarnav.mobile{order: 1;}
.nav-header{grid-row: unset;order: 2;}
.me_tp_features{order: 3;}



.stellarnav.mobile .menu-toggle{text-align: center;padding:   10px;}
.stellarnav.mobile.left > ul {    max-width:  320px;left: 0.5rem;right:   0.5rem;bottom: 0.5rem;top: 0.5rem;border-radius: 0.3rem;padding:  1.5rem;}
.stellarnav.mobile.left .close-menu {
    text-align: left;
    background: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--WebColor05);
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
    border-bottom: 1px solid #c6cec8;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.stellarnav .icon-close{margin-right:  0.5rem ;width:   20px;height:  20px;}
.stellarnav .menu-toggle span.bars{display: block;  }
.stellarnav .menu-toggle span.bars span {    background: var(--WebColor05);}
.stellarnav .menu-toggle:after {    color: var(--WebColor05);}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {    width: 20px;    border-bottom: solid 1px var(--WebColor05);}

.stellarnav.mobile::after{transition: all 0.3s;}
.stellarnav.mobile.active::after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #00000080;
    left: 0;
    top: 0;
    backdrop-filter: blur(12px);pointer-events: none;
}

@keyframes Nav_Ac01 {
      0% { left: -100%;}
    100% { left:  0.5rem;}
}





/*電腦LOGO*/
.nav-brand {position: relative;transform: translateX(-1.5rem);}
.nav-brand img {    display: block;transition: all 0.5s;}



/*HOME PAGE*/
.pageIndex .header_area {    background: transparent;position: fixed;transition: all 0.3s;border-bottom: 1px solid transparent;}
.pageIndex .header_area.sticky {    background: #e2e2d5;border-bottom: 1px solid #c6cec8;}
.pageIndex .header_area .nav-brand img {    filter: contrast(2) invert(1);}
.pageIndex .header_area.sticky .nav-brand img{filter:none;}
.pageIndex .header_area .stellarnav .menu-toggle span.bars span {    background: #fff;}
.pageIndex .header_area.sticky .stellarnav .menu-toggle span.bars span {    background:var(--WebColor05) ;}
.pageIndex .header_area .stellarnav .menu-toggle:after {    color: #fff;}
.pageIndex .header_area.sticky .stellarnav .menu-toggle:after {    color: var(--WebColor05);}
.pageIndex .header_area .me_tp_features a{color: #fff;}
.pageIndex .header_area.sticky .me_tp_features a{color: var(--WebColor05);}



/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.bannerindex::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 15rem;
    background: linear-gradient(0deg, transparent, rgb(162 191 230 / 60%));
}

.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}

.BannerHome02 { height: auto;}
.BannerHome02 .swiperBan02 { position: static; margin: 0;}
.BannerHome02 .swiperBan02 .swiper-slide img { height: auto;}

@media (max-width:1400px) { 
  .BannerHome02 { height: auto;}
}
@media (max-width:1024px) { 
  .BannerHome02 { height: auto;}
}
@media (max-width:768px) { 
.bannerindex { padding:0; margin:0;}
  .BannerHome02 { height: auto;}
}



/* 商品下拉超過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: #fff;}
.footer .center {    max-width: 1500px;width: 90%;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
.footer_menu a {    margin: 0;  text-align: center; padding: 5px; transition: all 0.3s;}
.footer_menu a:hover {    background: var(--WebColor01);}
.copy {    background: var(--WebColor01);    color: #fff;  border:none;}
.copy a{    color: #fff;transition:all 0.3s;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/jinjiahecamping/sBanner_01.jpg);
    background-size: cover;
    background-position: 50% 75%;
    height: 45vw;
    max-height: 480px;
    min-height: 280px;overflow: hidden;
}
.banner h5 {
    font-family: var(--f-TC-Serif);
    color: #fff;
    width: 90%;
    text-align: justify;
    max-width: 1500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--m80);
    font-size: var(--fz48);letter-spacing: 0.1em;    text-shadow: 0 0 1em #000;
}

.album_a .banner {background-image: url(https://pic03.eapple.com.tw/jinjiahecamping/sBanner_02.jpg);background-position: 50% 50%;}
.product_page  .banner, .product_info_page .banner{background-image: url(https://pic03.eapple.com.tw/jinjiahecamping/sBanner_03.jpg);background-position: 50% 25%;}
.services_page .banner {background-image: url(https://pic03.eapple.com.tw/jinjiahecamping/sBanner_04.jpg);    background-position: 50% 60%;}
.article_a .banner.banblog {background-image: url(https://pic03.eapple.com.tw/jinjiahecamping/sBanner_05.jpg);background-position: 50% 25%;}
.article_b .banner.banblog {background-image: url(https://pic03.eapple.com.tw/jinjiahecamping/sBanner_06.jpg);    background-position: 50% 45%;}

.privacy_page .banner{background-image: url(https://pic03.eapple.com.tw/jinjiahecamping/sBanner_01.jpg);background-size: cover;  background-position: 50% 75%;  }
.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;}


.album_info_page .path ,
.contact_page .path{
  display: none;}





/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.product_info_page .main_part { max-width:1300px;}
/* .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 .pic{border: 1px solid #c6cec8;
    padding: 0.3em;
    transition: all 0.3s;}


.i_prod_tit h2, .i_video_tit h2 {
    font-size: var(--fz60);
    line-height: 1.2;
    color: var(--WebColor01);
    font-family: var(--f-TC-Serif);
    font-weight: 800;
}
.i_prod_tit span, .i_video_tit span {
    font-size: var(--fz28);
    line-height: 1.6;
    color: var(--WebColor05);
    font-family: var(--f-TC-Serif);
    font-weight: 800;
}

.pageIndex .productsListBox{padding: 0;margin-top: var(--m50);}


.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: #222;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;}


.sidebarBtn .price .sp_price {    font-size: 1.25rem;    color: var(--WebColor01);}

.inquiry_a1{    background: var(--WebColor01);}
.inquiry_a2{    background: var(--WebColor02);}
.inquiry_a3 {    background: var(--WebColor01);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--WebColor03);}

.prod_related{padding: var(--m100) 0;}
.prod_related h6 span:before {
    content: 'RECOMMEND';
    font-size: var(--fz60);
    line-height: 1.2;
    color: var(--WebColor01);
    font-family: var(--f-TC-Serif);
    font-weight: 800;
}
.prod_related h6 span:after{
    content: '相關推薦';display: block;
    font-size: var(--fz28);
    line-height: 1.6;
    color: var(--WebColor05);
    font-family: var(--f-TC-Serif);
    font-weight: 800;
}

.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_subbox{grid-gap:0;border-top: 1px solid #e2e2d5;border-left: 1px solid #e2e2d5;}
.subbox_item a {    grid-template-columns: repeat(1, 1fr);    padding: 1em;border-bottom: 1px solid #e2e2d5;border-right: 1px solid #e2e2d5;}
.subbox_item a:after{content: none;}
.subbox_item a:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d1bfa4b5;
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: var(--fz18);
    font-family: var(--f-TC-Serif);
    pointer-events: none;
}

.articel_mainPic img{display: none;}

.blog_back{max-width: 350px;margin: var(--m30) auto 0;}
h4.blog_category_title{font-size: var(--fz28);}


.blog_back a.article_btn_back {    background: var(--WebColor03);color: var(--WebColor05);}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next {    background: var(--WebColor01);}

.news_related{display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.pic-list {    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));    grid-gap: var(--m30);}
.pic-list .show_pic {    aspect-ratio: 1/1;border: 1px solid #c6cec8;padding: 0.3em;transition: all 0.3s;}
.pic-list .show_pic img{filter: grayscale(0.8);transition: all 0.5s;}
.pic-list .item h6 {    text-align: center;    padding: 0;    margin-top: 0.75em;font-size: 15px;transition: all 0.5s;}

.pic-list .show_pic:hover{padding: 0;border-color: var(--WebColor03);}
.pic-list .item:hover .show_pic img{filter: none;}
.pic-list .item:hover h6{color: #000;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.contact_page .main_part{width: 100%;max-width: 100%;overflow: hidden; padding: var(--m100) 0 0;}
.contact_content{padding: 0;}

.contact_content .information_left{padding: 0;width: 90%;max-width: 1500px;margin:0 auto var(--m80);display: flex;}
.contact_content .information_left .list_before.info{margin: 0;    padding: var(--m30) 0;padding-right: var(--m80);width: 50%;max-width: 600px;}
.contact_content .information_left .blank_letter{display: none;}
.list_before.info li{font-size: var(--fz16);padding: 1em 0.5em;margin: 0;letter-spacing: 0.05em;}
.list_before.info li + li{border-top: 1px solid #c6cec8;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {    display: block;    font-size: inherit;    letter-spacing: inherit;position: relative;width: 100%;    color: var(--WebColor01);    margin-bottom: 0.05em;}
.contact_le_nomap{flex:1;}

.info_TEL:before {    content: "聯絡電話";}
.info_TAXID:before {    content: "公司統編";}
.info_MAIL:before {    content: "電子信箱";}
.info_ADD:before {    content: "營業地址";}
.info_ADD2:before {    content: "營業時間";}

.contact_content .information_right {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: var(--m100) 0;
    display: block;
    background-image: url(https://pic03.eapple.com.tw/jinjiahecamping/con_bg_01.jpg);
    background-position: center;
    background-size: cover;
}
.contact_content .information_right .blank_letter{text-align: center;color: #fff;font-family: var(--f-TC-Serif);font-size: var(--fz40);margin: 0 auto var(--m50);    text-shadow: 0 0 1em #000;}
.contact_content .information_right .blank_letter .note{text-align: center;display: block;color: var(--WebColor03);    font-size: var(--fz16);margin-top: 0.3em;}
.contact_form {
    width: 90%;    align-items: start;
    margin: 0 auto;
    padding: var(--m50);
    background: rgb(255 255 255 / 90%);    backdrop-filter: blur(15px);
    max-width: 1400px;
    border-radius: 1em;border: 1px solid #c6cec8;grid-template-columns: repeat(2,1fr);grid-gap: var(--m30);
}
.contact_form li{grid-template-columns: repeat(1,1fr);}
.contact_form li .form__label{text-align: justify;max-width: 100%;    width: fit-content;background: transparent;padding: 0;}
.contact_form li .form__label .red {    float: right;    padding: 0;    padding-left: 5px;}

.contact_form li.last{grid-column: 1/-1;margin-top: var(--m30);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.stellarnav.mobile {    position: absolute;order: unset;z-index: 3;}
.nav-header{order:  unset;max-width: 220px;}
.nav-brand {    transform: none;}
.me_tp_features{order: unset;z-index: 3;}


}
@media screen and (max-width: 980px) {
.pageIndex .header_area{position: sticky;}
.pageIndex .header_area  {    background: #e2e2d5;border-bottom: 1px solid #c6cec8;}
.pageIndex .header_area .nav-brand img {filter:none;}
.pageIndex .header_area .stellarnav .menu-toggle span.bars span {    background:var(--WebColor05) ;}
.pageIndex .header_area .stellarnav .menu-toggle:after {    color: var(--WebColor05);}
.pageIndex .header_area .me_tp_features a{color: var(--WebColor05);}



/**/
.contact_content .information_left{flex-direction: column;}
.contact_content .information_left .list_before.info{width: 100%;max-width: 100%;padding: 0;}
.contact_le_nomap{margin-top: var(--m50);}
.contact_le_nomap iframe{height: 250px;}

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}

.me_tp_features{display: none;  }
.stellarnav.mobile {        top: -7px;    }


.contact_form {    grid-template-columns: repeat(1, 1fr);    grid-gap: var(--m20);}

}

@media screen and (max-width: 600px) {

/**/
.pic-list .show_pic:hover{padding: 0.3em;}
.pic-list .item .show_pic img{filter: none;}
}




