@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');
:root {
    --MainColor: #29803a; /*網站主要色系*/
    --SubColor: #92b62a; /*網站輔助色系1*/
    --SubColor2: #e9e967; /*網站輔助色系2*/
    --SubColor3:#06130d;
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFont2:"Noto Serif HK", serif;/*細明體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
    --SFontE2:  "Caudex", serif;/*特殊字體*/


    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --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;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
.main_header_area .container {  max-width: 2000px;}
.me_tp_features{display: none;}
.header_area {  background:var(--SubColor)  url(https://pic03.eapple.com.tw/jhihse/header-bg.png) ;    position: fixed;    top: 0;padding: 0;}
.navigation {  grid-template-columns: 220px 1fr;}
.nav-header { z-index: 9999;}

.nav-brand{position: relative;left: 5%;transition: 0.3s ease-in;}
.header_area .nav-brand::before {
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/jhihse/header-logo-bg.png)no-repeat ;
    background-size: contain!important;
    width: 220px;
    height:220px;
    left: 50%;
    transform: translateX(-50%);
    top: -220px;
    z-index: -1;
    transition: 0.3s ease-in;
}





/*sticky*/
.header_area.sticky { background:#ffffff00;}
.sticky .nav-brand::before{top: -68px;transition: 0.3s ease-in;}
.sticky .nav-brand{ 
    background:url(https://pic03.eapple.com.tw/jhihse/header-logo-s.svg)no-repeat ;
    background-size: contain!important;
    width: 160px;
    height: 115px;
    text-shadow: 2px 2px 3px #000000d5;

}
.sticky .nav-brand img { display: none;}
.sticky .stellarnav {
    position: absolute;
    top: 0;
    right: 0;
    background:linear-gradient(140deg, rgba(91, 132, 19, 1) 0%, rgba(50, 72, 11, 1) 100%);
    backdrop-filter: blur(5px);
    transition: 0.3s ease-in;
}
.sticky .navigation {
    display: flex;
    justify-content: space-between;
}
.sticky .stellarnav> ul {  padding: 0 5%;}
.sticky .stellarnav >ul>li {padding: 10px 0;}
.sticky .stellarnav > ul > li:hover > a, .sticky .stellarnav > ul > li:hover > a b{color: var(--SubColor2);}
.sticky .stellarnav li.has-sub:hover > a:after { border-top: 6px solid  var(--SubColor2);}



/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding:  0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav ul {  margin-right: 2%;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color:#fff;letter-spacing: 1px;}


.stellarnav > ul > li:last-child:before{display: none;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE2);font-size: 14px;font-weight: 600;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;color: var(--SubColor3);}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background: #396241;}


.stellarnav ul ul {
    width: 200px;
    padding-top: 10px;
    background: #ffffff00;
}
.stellarnav li li { border: none;background: #ffffffc9;backdrop-filter: blur(5px);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */
/*進入網站動畫*/

 .pageIndex::before{
  position:fixed;
  content: "";
  background: url(https://pic03.eapple.com.tw/jhihse/roomin.svg) no-repeat;
  background-position: center center!important;
  background-size:contain!important;
  width:100%;
  min-height:255px;

  left: 0;
  top:35%;
  animation-delay: 1s;
  transition: 0.5s ease-in-out;
   animation:scale-in-center 3s forwards;
  transition: 0.5s ease-in;
  z-index: 99999;
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
   100% {opacity: 0;}
}
.bannerindex{ animation:scale-in-center2 3s forwards;}
@keyframes scale-in-center2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
   100% {opacity: 1;}
}
  .pageIndex #page::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background:#25340db0;
    background-size: cover;
    backdrop-filter:brightness(101%) blur(7px);
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation:  blur 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    backdrop-filter: saturate(90%) blur(7px);
  }
  @keyframes blur{
    0% {  opacity: 1;    backdrop-filter:brightness(101%) blur(3);}
    50% {  opacity: 1;    backdrop-filter:brightness(101%) blur(7px);}
    100% {  opacity: 0;    backdrop-filter:brightness(101%) blur(9px);}
}















/*大圖*/
.bannerindex .swiper-fade .swiper-slide{position: relative;}
.swiper-fade .swiper-slide-active:nth-child(1):after{}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/jhihse/bn01-be.png) no-repeat;
    background-size: contain!important;
    background-position: right!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.2);
    right: 10%;
    top:25%;
    z-index: 1;
}

.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/jhihse/bn02-be.png) no-repeat;
    background-size: contain!important;
    background-position: right!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.2);
    right: 10%;
    top:25%;
    z-index: 1;
}
/*大圖-縮圖*/
.bannerindex {   height: auto;}
.bannerindex .swiper-banner {  height: auto;    position: relative;}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
   
}

.swiper-pagination-bullet{opacity: 1;filter: saturate(0.2) brightness(0.7)sepia(0.5);}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {    filter: saturate(1) brightness(1)sepia(0)!important;}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    padding-right: 10%;
    bottom: unset;
    top: 70%;
    left: unset;
    right: 0%;
    width: 100%;
    text-align: right;
}
.swiper-pagination-bullet{
    background: url(https://pic03.eapple.com.tw/jhihse/bn01-small.png) no-repeat;
    background-position: center bottom!important;
    width: calc(100% / 1 * 0.13);
    height: 0;
    padding-bottom: calc(100% / 1 * 0.07);
    aspect-ratio: 2 / 1;
    border-radius: 0;
    border: 2px solid #ffffffcc;
}
.swiper-pagination-bullet:nth-child(1){    background: url(https://pic03.eapple.com.tw/jhihse/bn01-small.png) no-repeat;}
.swiper-pagination-bullet:nth-child(2){    background: url(https://pic03.eapple.com.tw/jhihse/bn02-small.png) no-repeat;}

/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/jhihse/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: left;
}
.banner h5{font-size: 32px;}



/*Footer/＝＝＝＝＝*/
.footer{background: #557920 url(https://pic03.eapple.com.tw/jhihse/footer-bg.png) ;}
.footer_logo{
    background: url(https://pic03.eapple.com.tw/jhihse/logo-footer.svg) no-repeat;
    background-size: contain!important;
      width: 160px;
    height: 121px;

}
.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;    flex-wrap: wrap;   align-items: flex-start;   justify-content: space-between;padding: 0 10px;grid-gap: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 175px);

}
.footer_info li{  width: 45%;position: relative;    padding:25px 10px;}
.footer_info li::before{
    position: absolute;
    content: "";
    color: #d2d2a1;
    border-bottom:1px solid ;
    font-family: var(--SFontE2);
    font-size: 17px;
    left: 10px;
    top: 0;
}

.footer_info li:nth-child(1){    display: flex;  flex-direction: column;}
.footer_info li:nth-child(1):before{ content: "CONTACT";}
.footer_info li:nth-child(1)::after{
    position: absolute;
    content: "如有商品需求，或是合作夥伴，歡迎來電洽談";
    font-family: var(--SFont2);
    font-size: 16px;
    background:#456126;
    color: #d2d2a1;
    left: 0px;
    bottom: 0;
    padding: 0 10px;
    border-radius: 8px;
}
.footer_info li:nth-child(2):before{ content: "SITEMAP";}
.footer_info li:nth-child(2)::after{
    position: absolute;
    content: "景觀設計、園藝維護、庭園造景、樹木修剪、綠化工程、除草、陽台造景、綠帶維護、病蟲害防治";
    text-align: justify;
    font-family: var(--SFont2);
    font-size: 14px;
width: 377px;
    color: #d2d2a1;
    background:#456126;
    left: 0px;
    bottom: 0;
    padding: 0 10px;
    border-radius: 8px;
}
.footer_info li p {  color: #fff;}
.footer_info li p a {  color: #fff;}

.footer_info li p:before{color:var(--SubColor2);}
.footer_info li p.fax{order: 1;}
.footer_info li p.fax:before{    content: '營業時間';}

.footer_info li p.phone{order: 2;}
.footer_info li p.phone:before { content: '手機';}

.footer_info li p.line{order: 3;}
.footer_info li p.line:before {    content: 'Line ID';}

.footer_info li p.taxid{order: 4;}
.footer_info li p.taxid:before {   content: '統編';}

.footer_info li p.mail{order: 5;}
.footer_info li p.mail:before {  content: '信箱';}

.footer_info li p.add{order:6;}
.footer_info li p.add:before {    content: '地址';}










.footer_menu {    display: grid;    grid-template-columns:1fr 1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px  8px 5px 13px;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    background: #ffffff00;
    position: relative;
    width: max-content;
}
.footer_menu a::before{
    position: absolute;
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    left: 3px;
    top: 10px;
    border-radius: 8px;
    transition: 0.3s ease-in;
}
.footer_menu a:hover::before{transition: 0.3s ease-in;background: var(--SubColor2);}
.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: var(--SubColor2);}
.copy {    background:#557920;    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*url(https://pic03.eapple.com.tw/jhihse/icon-01.png) no-repeat;*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.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: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1400px) {


.footer_info {   padding: 0 60px 0 10px;}


}


@media screen and (max-width: 1024px) {

.header_area {  padding: 0;}
.stellarnav ul {text-align: right;}
.navigation, .sticky .navigation{    display: grid;    grid-template-columns: 200px 1fr;}


/*進入網站動畫*/
.pageIndex::before {
    min-height: 200px;
    top: 38%;}
/*大圖*/
.header_area{position: relative;}
.header_area.sticky{position: fixed;}
.bannerindex{position: relative;}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before,
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before  {
    padding-bottom: calc(100% / 1 * 0.23);
    top: 15%;}


.footer_info li:nth-child(2)::after { width: 299px;}




}
@media screen and (max-width: 980px) {
.stellarnav ul ul { padding-top: 0;}
.footer_info li {  padding: 25px 10px 45px;}
.footer_info li:nth-child(1){width: 55%;}
.footer_info li:nth-child(1)::after {  width: 256px;}
.footer_info li:nth-child(2){width: 35%;}
.footer_info li:nth-child(2)::after { width: 201px;}
.footer_menu { grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
 #content_main {
        margin-top: unset;
        margin: 0;
        min-height: 80vh;}
.header_area {padding: 10px 0;position: relative;}
.nav-brand img{display: none;}
.nav-brand{
    background: url(https://pic03.eapple.com.tw/jhihse/header-logo-768.svg) no-repeat;
    background-size: contain !important;
    background-position: center !important;
    width: 240px;
        height:35px;
        margin: auto auto auto 0;
        left: 3%;
}

.navigation, .sticky .navigation {  grid-template-columns: 1fr;}


.nav-header { max-width:100%;margin: 0 auto 0 0;}
.stellarnav ul { margin-right: 0;}
.header_area .nav-brand::before {
    width: 190px;
    height: 190px;}

.header_area.sticky{position: fixed;}
.sticky .nav-brand {  width: 150px;   height: 100px}
.sticky .stellarnav { backdrop-filter: unset;}
.sticky .stellarnav> ul { padding: 0;}
.sticky .stellarnav >ul>li { padding: 0;}
/*進入網站動畫*/
.pageIndex::before { min-height: 150px;}





/*大圖*/
.bannerindex .swiper-banner .swiper-slide img {height: 0;padding-bottom: calc(100% / 1*.078);}
.bannerindex .swiper-fade .swiper-slide:nth-child(1) {
    background: url(https://pic03.eapple.com.tw/jhihse/bn01-768-bg.png) no-repeat;
    background-size: contain !important;
    background-position:center !important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.78);
    }

.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before {
    background: url(https://pic03.eapple.com.tw/jhihse/bn01-768-be.png) no-repeat;
    padding-bottom: calc(100% / 1*0.4);
        top: 10%;
    }


.bannerindex .swiper-fade .swiper-slide:nth-child(2) {
    background: url(https://pic03.eapple.com.tw/jhihse/bn02-768-bg.png) no-repeat;
    background-size: contain !important;
    background-position:center !important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.78);
    }

.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before {
    background: url(https://pic03.eapple.com.tw/jhihse/bn02-768-be.png) no-repeat;
    padding-bottom: calc(100% / 1*0.4);
        top: 10%;
    }

/*大圖-縮圖*/
.swiper-pagination-bullet { padding-bottom: calc(100% / 1 * 0.1);    width: calc(100% / 1 * 0.2);}















/*手機側邊欄位*/
.stellarnav.mobile {  top: -10px;        left: unset;        right: 0;}


.stellarnav.mobile ul { background: #727272 var(--SubColor3);}
.stellarnav > ul > li {  width: 100%;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  border-right:none;}
.stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
.stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059;
    background: linear-gradient(140deg, rgba(91, 132, 19, 1) 0%, rgba(50, 72, 11, 1) 100%); }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }




 .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #fff;}
 .stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #fff;}
.stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background: #fff;}
.stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:#fff;}
.stellarnav.mobile > ul > li{border-bottom:none ;}
.stellarnav.mobile > ul > li > a { padding: 20px 0;  }
.stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color:#fff;         padding: 20px 0;}
.stellarnav.mobile > ul > li > a:hover b{color: var(--SubColor2);font-weight: bold;}
.stellarnav.mobile > ul > li > a b:last-child{display: none;}


.stellarnav.mobile.left .close-menu,   .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px ;
        background:#ffffff00;
        color: #fff;
    }
.stellarnav.mobile li.open {background:#06130d63;}
.stellarnav.mobile >ul>li>ul{background: #ffffff00;border-top:1px solid #ffffff88 ;}
.stellarnav.mobile >ul>li>ul>li a { color: #96a996;}
.stellarnav.mobile >ul>li>ul>li:hover{background: #293c14;}
.stellarnav.mobile >ul>li>ul>li:hover a{color: #fff;}
.stellarnav li li { background: #ffffff00;}






/*大圖*/
.bannerindex {
    padding-bottom: 0;
    margin: auto;
    height: auto;}
.bannerindex .swiper-banner {
   height: auto;
    position: static;}





/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}
.footer_logo {
    width: 135px;
    height: 97px;
}
.footer_info {     flex-direction: row-reverse;}
.footer_info ul { width: calc(100% - 135px);gap: 10px;}
.footer_info li{width:100%;}
.footer_info li:nth-child(1){padding: 25px 10px 25px;}
.footer_info li:nth-child(1){padding-left: 10px;width: 100%; }
.footer_info li:nth-child(1)::after { width: max-content;}
.footer_info li:nth-child(2){width:max-content;}
.footer_info li:nth-child(2)::after { width: 375px;}
.footer_menu { grid-template-columns: repeat(4, 1fr);}

.footer_info li+li { margin-top: 0px;}






}

@media screen and (max-width: 600px) { 
header_area {padding: 0;}


.footer_logo { width: 110px; height: 82px; }
.footer_info ul { width: calc(100% - 120px); }

}
@media screen and (max-width: 570px) { 
.stellarnav.mobile { top: 0px;right: 10px;}
.stellarnav .menu-toggle { padding: 15px 10px; padding: 8px;}

.sticky.header_area {padding: 0px 0;}
.sticky .stellarnav.mobile { right: 0px;}
    }

@media screen and (max-width: 500px) { 
.footer_logo { margin-left: 10px;}
.footer_info { justify-content: flex-end;  gap: 15px;}
.footer_info li::before {  top: 3px;}


.footer_info ul { width: 100%;}
.footer_info li+li {   border-top:1px solid #374c19;}
.footer_info li:nth-child(2){padding-top: 30px;        margin-top: 10px;}
    }
@media screen and (max-width: 420px) { 
     .footer_info li:nth-child(1)::after,
    .footer_info li:nth-child(2)::after {
        width: 264px;
    }
    .footer_menu {
        grid-template-columns: repeat(3, 1fr);
    }
}






