@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{
    font-family: "Microsoft JhengHei UI","Roboto", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix { display: none; }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 
body{ overflow-x: hidden;}


.bannerindex-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: clip;
    z-index: 9999;
    pointer-events: none;
}


.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hongjunworks/bantext1-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;

}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hongjunworks/bantext2-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;

}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::before{
       animation:font-in-text 4.2s cubic-bezier(.25, .8, .25, 1) forwards;
}


@keyframes banner-title {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hongjunworks/bantext1-2.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
    opacity: 0;
    
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hongjunworks/bantext2-2.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
}


.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    opacity: 0;
  animation:  slide-in-down 1.8s ease-out forwards;
  animation-delay: 1.2s;    
}


@keyframes slide-in-down {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform:  translateY(0px);
  }
}

@keyframes rightToCenterScale {
  from {
    opacity: 0;
    transform: translateX(100px) scale(1.3);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes sway {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

@keyframes font-in-text {
    0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes banner-text {
    0% {
        height: 112%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}



.pageIndex .swiper-wrapper .swiper-slide img {
    transform: none !important;
}  




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*Header/＝＝＝＝＝*/
.car_page .footer_info li p:before{position: initial;display: inline;}
.navigation {
    min-height: 70px;
    grid-template-columns: 1fr;
    align-items: center;
	padding-right: 5%;
}
.header_area { padding: 0px;background: transparent; position: fixed;}
.header_area.sticky .main_header_area{  background: #ffffffcc;}
.main_header_area .container{     width: 95%;   max-width: 1730px;}

/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
/*第一層*/
.stellarnav > ul > li {
    margin:1% 8px;
    text-align: center;
}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    letter-spacing: 1px;
    margin: 0 18px;
    font-weight: 600;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #9c7f52;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.pageIndex #page .stellarnav > ul > li > a{ color: #fff; text-shadow: 0px 0px 4px #000;}

.header_area.sticky .stellarnav > ul > li > a{ color: #9c7f52; text-shadow:unset; }
.pageIndex #page .header_area.sticky .stellarnav > ul > li > a{ color: #9c7f52; text-shadow:unset ;}

.stellarnav > ul > li:hover > a{color: #c3b18c;}

.stellarnav > ul > li > a:hover,.header_area.sticky .stellarnav > ul > li > a:hover ,.pageIndex #page .header_area.sticky .stellarnav > ul > li > a:hover { color: #c3b18c;}
.pageIndex #page .stellarnav > ul > li > a:hover{   color: #c3b18c; text-shadow: unset;}

.stellarnav > ul > li > a b {
    display: block;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}

/* RWD11 商品下拉超過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;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent; color: #9c7f52;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #c3b18c;	padding-left:10px;border-color:#afafaf;}


.stellarnav li.has-sub > a:after{ border-top: 6px solid #d1d1d1; }

/*SubMenu*/
.shop_search_btn {    background: #c3b18c;}
.me_tp_features {
    text-align: center;
    grid-row: 1/2;
    grid-column: 2;
	display: none;
}
.fa-facebook:before{    content: "\f082";}
.fa-instagram:before {    content: "\e055";}
/*a.me_tp_mail, a.me_tp_line, a.me_tp_call{display: none;}*/
.tp_links a {
    font-size: 28px;
    color: #5f4343;
    transition: all 0.3s;
}
.tp_links a:hover {    color: #c3b18c;}

/*Logo/＝＝＝＝＝*/
.nav-header {
    transition: all 0.3s;
    max-width: 130px;
    position: absolute;
    background: #0f0e0c;
    z-index: 999999;
    opacity: 0;
    animation: slideInUp 1.5s forwards;
    animation-delay: 0.8s;
}


.stellarnav ul{ 
    opacity: 0;
    animation: slideInUp 1.5s forwards;
    animation-delay: 1s;
}

.pageIndex #page .stellarnav ul{ animation-delay: 1.2s;}
.pageIndex #page .nav-header{  animation-delay: 0.8s;}

.stellarnav ul ul { opacity: 1; left: -2px;}
.stellarnav li a{ font-size: 15px; color: #222c43;}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
  
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
  }
  
.header_area.sticky .nav-header{    max-width: 120px;}
.header_area .nav-brand {    width: 100%;  transition: all 0.3s; }
.nav-brand img {
    max-width: 100%;
    /* filter: contrast(0) brightness(100); */
    padding: 8%;
}



  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #B2B2B2;}
  .stellarnav .menu-toggle:after { color: #B2B2B2;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #606060;
      color: #fff;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #fff;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #dadada;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #dadada;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top:-2px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: transparent;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 0px;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width:1024px) {
    .stellarnav ul{ text-align: right;}
    .navigation{ padding-right: 0%;}
    .nav-header{ max-width: 120px;}
    .header_area.sticky .nav-header{ max-width: 110px;}
    .stellarnav > ul > li{margin: 1% 5px; }
}

@media screen and (max-width:1000px) {
    .stellarnav > ul > li > a{ font-size: 14px;}
    .nav-header{ max-width: 100px;}
    .header_area.sticky .nav-header{ max-width: 90px;}
}

@media screen and (max-width:930px) {
    .nav-header{ display: none; }
    .header_area.sticky .nav-header{ display: none; }
    .stellarnav ul{ text-align: center;}
}

@media screen and (max-width:831px) {
    .stellarnav > ul > li > a{ margin: 0 0px; margin: 0 2px;}
    .stellarnav > ul > li{ margin: 1% 0px ;}
}
@media screen and (max-width:768px) {
    .stellarnav ul{ animation: none; animation-delay: 0s; opacity: 1;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { animation: none; animation-delay: 0s; opacity: 1;}
    .stellarnav.mobile{ left:unset;right: -8px; top: 2px;}
    .nav-header{ z-index: 999;}
    .nav-header{ max-width: 95px; display: block; }
    .header_area.sticky .nav-header{ max-width: 88px; display: block; }
    .header_area.sticky .main_header_area{ background: transparent;}
    .header_area.sticky{ background: transparent;}
    .stellarnav > ul > li{ margin: 5% 5px; }
    .pageIndex #page .stellarnav > ul > li > a{ color:#9c7f52; text-shadow: unset;}
    .stellarnav > ul > li > a{ font-size: 14px; }
    .stellarnav li li{ border: 0px;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ padding: 7px 9px; }
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 11px;}
}

@media screen and (max-width:420px) {
    .nav-header{ max-width: 70px;}
    .header_area.sticky .nav-header{ max-width: 65px;}
}

/* 商品下拉超過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個--結束 */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*footer*/
.footer {
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/hongjunworks/ban-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0 0;
}

.footer_logo {
    margin: 0;
    max-width: 110px;
    /* filter: brightness(10); */
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.footer .center {
    max-width: 1800px;
    padding: 0 5%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
    font-family: "Microsoft JhengHei UI","Roboto", sans-serif;
    font-weight: 400;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    grid-gap: 0;
    letter-spacing: 1px;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: calc(100% - 17vw);
    padding: 0 0 36px;
    letter-spacing: 2px;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer_info li p,
.footer_info li p a {
    color: #dcdcdc;
    letter-spacing: 1px;
}

.footer_info li p {
    display: inline-block;
    width: 100%;
    line-height: 200%;
    transition: 0.5s;
}
.footer_info li p a{transition: 0.5s; }

.footer_info li p:hover,.footer_info li p a:hover{ color: #c3b18c; }

.footer_info li p.line:before{ content: 'LINE：';}
.footer_info li p.mail:before{ content: 'Mail：';}

.footer_info li p.phone { order: 1;}
.footer_info li p.tel { order: 2;}
.footer_info li p.line { order: 3;}
.footer_info li p.mail { order: 4;}
.footer_info li p.add { display: none; }

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 6px 4px;
    border: none;
    color: #9c7f52;
    background: transparent;
    margin: 0;
    margin-left: 6px;
    transition: all 0.5s;
}

.footer_menu a:hover {
    color: #fff;
    background: #9c7f52;
    font-weight: 400;
}

.copy,
.copy a,
.copy a:hover {
    color: #4a4a4a;
    font-family: "Microsoft JhengHei UI","Roboto", sans-serif;
    font-weight: 400;
}

.copy {
    text-align: right;
    justify-content: flex-end;
    padding: 5px 5% 60px;
    border-top: none;
    max-width: 2000px;
    margin: 0 auto;
    letter-spacing: 1px;
    color: #4a4a4a;
}

.box_link {
    display: none;
}

@media screen and (max-width: 1300px) {
    .footer_menu{width: 100%; }
}
@media screen and (max-width: 1024px) {
    .footer_menu{width: initial; }
}

@media screen and (max-width: 768px) {
    .footer_info{ display: flex; flex-direction: column; align-items: center;}
    .copy{ justify-content: center; padding: 5px 5% 30px;}
    .footer_logo{ max-width: 100px; margin-bottom: 12px;}
    .footer .center{ padding: 0 1%;}
}

@media screen and (max-width: 645px) { 
    .footer_info ul{ flex-direction: column;  }
    .footer_info li p{ text-align: center;}
    .copy{ padding: 24px 5% 30px;}
}
@media screen and (max-width: 600px) { 
    .total_view{ text-align: center;}
    .footer_menu{ display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
}

@media screen and (max-width:503px) {
    .footer_info li+li{ margin-bottom: 36px;}
}
@media screen and (max-width: 415px) { 
    .copy{ padding: 48px 5% 30px;}
    .footer .center{ padding: 0 4%;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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);}

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex {
     position:relative; 
     height: 0;
     padding-bottom: 48%;
     /* height:auto; */
    }
.swiper-banner { position:static; margin:0; 
    /* height:auto; */
} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
/* .bannerindex { padding:0; margin:0;} */
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




