@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
   /* 建议使用常见的系统明体/宋体 */
    font-family: "Noto Serif TC", "Songti SC", "SimSun", serif; 
    font-weight: 400;
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}

#to_top { bottom:10px;}
.header_area {
    background: #ffffff;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 開場動畫 */
/* --- 背景慢慢淡出 --- */
body.pageIndex::before {
    content: '';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    opacity: 1;
    animation: bgFade 3s ease-out forwards;
}

@keyframes bgFade {
    0%   { opacity: 1; }
    50%  { opacity: 0.8; } /* ← 中段開始淡出 */
    80%  { opacity: 0.3; } /* ← 幾乎透明，但還有一點氛圍 */
    100% { opacity: 0; pointer-events: none; }
}

/* --- LOGO 置中淡入+模糊淡出 --- */
body.pageIndex::after {
    content: '';
    position: fixed;
    z-index: 999999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 300px;
    height: 300px;
    background: url(https://pic03.eapple.com.tw/0912434431/logo_pr.svg)
        center center / contain no-repeat;
    opacity: 0;
    filter: blur(0px);
    animation: logoFadeZoom 3s ease-out forwards;
}

@keyframes logoFadeZoom {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
        filter: blur(6px);
    }
    20% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        filter: blur(0px);
    }
    60% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.15);
        filter: blur(0px);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.1);
        filter: blur(10px);
        pointer-events: none;
    }
}

/* 底下圈圈 */


.swiper-pagination-clickable .swiper-pagination-bullet {
	position: relative;
	border-radius: 2.5px;
	height: 5px;
	width: 50px;
	z-index: 0;
	
}

.swiper-pagination-bullet {
    background: #ffffff73;
}

.swiper-pagination-clickable .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 0%;
    height: 5px;
    border-radius: 2.5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
    width: 100%;
    transition: all 0.3s;
}



.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1):after {
    left: auto;
    right: 0;
}

/*大圖特效*/

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/0912434431/title1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 15%;
    left: 10%;
    width: 56% !important;
    height: 58% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: slide-in-blurred-left 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/0912434431/title2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 8%;
    right: 30%;
    width: 42% !important;
    height: 39% !important;
    background-position: center;
    padding-bottom: calc(100% / 1* 0.12);
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
/* 只有當前顯示的 slide 才觸發動畫（每次切換都會重播） */
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1).swiper-slide-active::after {
  animation: sloganFadeUp 900ms ease-out forwards;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2).swiper-slide-active::after {
  animation:
    sloganSlideIn 900ms ease-out forwards,
    sloganBreath 6s ease-in-out 1.2s infinite;
}


/* RWD：小螢幕下縮小並靠邊距離調整 */
@media (max-width: 768px) {
  .pageIndex.swiper-wrapper .swiper-slide:nth-child(1)::after {
    left: 20px; bottom: 50px; width: 230px; height: 68px;
  }
 .pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    right: 20px; bottom: 50px; width: 280px; height: 63px;
  }
}


.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.pageIndex .swiper-slide img {
    height: auto;
    /* 保持原有色彩增强 */
    filter: saturate(1.05) contrast(1.08); 
    
    /* === 应用动画 === */
    animation: fadeInBlur 1.5s ease-out forwards;
    /* 动画名称为 fadeInBlur，持续 1.5 秒，使用 ease-out 速度曲线，
       forwards 确保动画结束后停留在最终状态 (清晰，不模糊) */
}

/* === 定义动画关键帧 === */
@keyframes fadeInBlur {
    /* 0% 时：最模糊、完全透明 */
    0% {
        filter: saturate(1.05) contrast(1.08) blur(10px); /* 高度模糊 */
        opacity: 0; /* 完全透明 */
    }
    /* 100% 时：最清晰、完全不透明 */
    100% {
        filter: saturate(1.05) contrast(1.08) blur(0); /* 消除模糊 */
        opacity: 1; /* 完全不透明 */
    }
}

@media screen and (max-width: 700px) {
    .pageIndex .swiper-slide img {
        /* position: relative; */
        height: 500px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
   
}
@media screen and (max-width:600px) {
    .pageIndex .swiper-slide img {
        /* position: relative; */
        height: 400px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上面顏色*/
.stellarnav > ul > li > a {
    font-size:15px;
	letter-spacing: 3px;
    font-weight: 400;
	    margin: 0 15px;}
		
.pageIndex .header_area {
    background: transparent;
    transition: all 0.5s ease-in-out;
    position: fixed;
	padding:0;
}
.pageIndex .main_header_area {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);*/
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.me_tp_features{    display: none;}
.navigation {
    padding: 20px 0px 10px;
    display: flex;
    align-items: center;
}
.nav-header{    max-width: 185px;}
/* 定義飄入動畫 */
@keyframes slide-in-from-left {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    
    /* 應用動畫 */
    animation-name: slide-in-from-left;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 0; /* 在動畫開始前隱藏元素 */
}

.nav-brand img {
    max-width: 200px;
	transition: max-width .3s ease-in-out, 
                filter .3s ease-in-out;
}

.sticky .nav-brand img {
    max-width: 160px;
    filter: none;
}
.pageIndex .stellarnav > ul > li > a{    
	color: #041628;
    letter-spacing: 2px;
    font-weight: 500;
	font-weight:15px;
	    margin: 0 15px;}
.main_header_area .container {
    max-width: 90%;
}
.pageIndex .stellarnav li.has-sub > a:after{display:none;}
.stellarnav > ul > li.has-sub > a {
   padding-right: 0px; 
}
.header_area.sticky {   
    backdrop-filter: blur(6px);
    box-shadow: 0 0 0px #ffffff;}

.header_area.sticky .main_header_area{    
transition: all .5s;
    transition-timing-function: ease-in-out;
	    background: #ffffff;    border-bottom: 1px solid #e7e7e7;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a {
   
}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav > ul > li > a b:nth-child(1) {
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
}
.pageIndex .sticky .stellarnav li.has-sub > a:after{  }
.stellarnav li > ul > li:hover {
    background: #858b8a;
    color: #fff;
    transition: .3s;
}
.stellarnav>ul>li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 40%;
    width: 1px;
    height: 15px;
    background-color: #CCCCCC;
    transform: rotate(25deg) translateY(-50%);
}
.stellarnav li a{    font-size: 14px;}
.stellarnav > ul > li:hover > a {
    opacity: 0.5;
}

.stellarnav li li a:hover{     background: #858b8a;
    color: #fff;
    transition: .3s;}

.stellarnav ul ul{ left: 14px;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #fff;}
.stellarnav .menu-toggle:after { color: #fff;}

.header_area.sticky .stellarnav .menu-toggle span.bars span {background: #444444;}
.header_area.sticky .stellarnav .menu-toggle:after { color: #444444;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: transparent;
    color: #444444;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 1.5px #444444;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 1.5px #444444;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fffffff5;
    backdrop-filter: blur(5px);
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #D9D9D9;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #D9D9D9;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -1px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(232, 232, 248, 0.2);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(232, 232, 248, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:768px) {
    .stellarnav.mobile{ top: 11px;}
    .pageIndex .stellarnav > ul > li > a{ color: #222;}
    .stellarnav > ul > li > a b:nth-child(2){ position: relative; top: 5px; left: 10px; }
    .stellarnav li a{ padding: 7px 24px;}
}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 17px;}
    .nav-brand img{ width: 170px;}
}



/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer {    padding-top: 80px;    background: #093c49;}
.footer .center {    max-width: 1700px;}
.footer_info {
    grid-template-columns: 1fr 200px;
    grid-gap: 0 35px;
    padding-right: 0;
    justify-items: end;
}
.footer_logo {    max-width: 180px;    order: 3;}
.footer_logo img {
  filter: 
    brightness(0)    /* 1. 将所有颜色亮度降到最低（黑色） */
    invert(100%);   /* 2. 反转颜色，黑色变成白色 */
}
.box_link {
    display: none;
}

.box_link a.me_tp_mail ,.box_link a.me_tp_line{ display: none;}

.footer_info ul {
    display: flex;
    justify-content: flex-start;
    gap: 60px;padding-bottom: 60px;
}
.footer_info li p, .footer_info li p a {    color: #fff; line-height: 250%; }
.footer_info li p.taxid { display: none;}

.footer_info li:nth-child(1):before{
    content: "日豐製茶｜RI FENG ZHI CHA";
    display: block;
    font-size: 17px;
    padding: 0;
    margin-bottom: 8px;
    color: #fff;
}

.footer_menu {    display: flex;    flex-direction: column;}
.footer_menu a:first-child {    display: none;}
.footer_menu a {
    background: transparent;
    border: none;
    color: #BCBCBC;
    margin: 0;
	font-size: 12px;
    width: max-content;
    position: relative;
    margin-bottom: 7px;
   
}
.footer_menu a:after {
    background-color:var(--logocolor);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    opacity: .5;
    position: absolute;
    right: 1px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
}
.footer_menu a:hover {
    background: transparent;
    color: #616161;
    opacity: .7;
}
.footer_menu a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}


@media (max-width:1440px) {
.footer_info {    padding-right: 110px; padding-left: 30px;    }
.box_link {    left: 40px;}
}

@media screen and (max-width: 768px) {

.footer_info {
    padding: 0 30px;
    grid-template-columns: 1fr;
    justify-items: center;
}
.footer_logo {    order: 1;}
.footer_info ul {    order: 3;    justify-content: space-around;}
.footer_info li {    padding-top: 18px;}

.footer_info li+li {                margin-top: 0;            }
.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
}

.box_link {    }
}


@media (max-width:600px) {

    .footer_info ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    }

    .footer_info li:nth-child(2) {    padding-top: 8px;    width: 100%;}
    .footer_menu {        grid-template-columns: repeat(3, 1fr);    }
    ul.show-list, .pic-list {    grid-template-columns: 1fr;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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 h5 {
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 3px;
  font-weight: 500;
  opacity: 0;
  animation: fadeIn 3s ease-in-out forwards;
}

/* 在 h5 下面添加一行字 */
.banner h5::after {
  content: " - Hoya Landscape - "; /* 添加的文字內容 */
  display: block; /* 讓文字換行顯示 */
  font-size: 16px; /* 字體大小 */
  color: #fff; /* 文字顏色 */
  text-align: center; /* 文字居中 */
  margin-top: 10px; /* 與 h5 的間距 */
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* 文字陰影 */
}

.banner {
  background-image: url(https://pic03.eapple.com.tw/);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 350px; /* 設定 Banner 高度 */
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(173, 151, 123, 0.1); /* 半透明黑色遮罩 */
  backdrop-filter: blur(3px); /* 背景模糊效果 */
  z-index: -1;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%; /* 雙倍高度以實現滾動效果 */
  background-image: url(https://pic03.eapple.com.tw/0912434431/banner.jpg);
  background-position: center;
  background-size: cover;
  animation: scrollBackground 20s linear infinite; /* 背景垂直滾動動畫 */
  z-index: -2;
}

.banA,.banB {display:none;}
/* 淡入動畫 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%); /* 從上方淡入 */
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* 背景垂直滾動動畫 */
@keyframes scrollBackground {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%); /* 滾動到背景的一半高度 */
  }
}

/* 響應式設計 */
@media screen and (max-width: 1024px) {
  .banner {
    height: 300px; /* 調整高度 */
  }
}

@media screen and (max-width: 768px) {
  .banner {
    height: 200px; /* 調整高度 */
    background-position: left center; /* 手機版時背景圖片靠左顯示 */
  }
  .banner h5 {
    font-size: 24px; /* 調整文字大小 */
  }
  .banner::after {
    background-position: left center; /* 手機版時滾動背景圖片靠左顯示 */
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:50px;}
}

@media screen and (max-width: 600px) { 
}


.copy {
    color: #5b5757;
    border-top: 1px #31413f  solid;}

.privacyLinks a+a {
    border-left: 1px solid #31413f ;
}
.info_fix_links {
    display: flex !important;}
.info_fix>span {display:none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*頁碼*/
.path {
    width: 96%;
    margin: auto;
    font-size: 13px;
    color: #334b37;
    text-align: right;
    border-bottom: 1px solid #334b37;
}

body.other_page .path {display: none;}

.path p {
        position: relative;
        width: auto;
        display: inline-block;
        padding-left: 5px;
        line-height: 24px;
        margin-bottom: -1px;
        border-bottom: 1px solid #334b37;
        max-width: 80%;
    }
.path p a:hover {
    color: #334b37;
}
    .path p:after {
        content: '';
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
        background: #334b37;
        border-radius: 5px;
        left: 0;
        bottom: -3px;
    }





/*按鈕*/
.animated-arrow {
    background: #334b37;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    position: relative;
}


/*影片管理*/

.video-layer-two li a {
    position: relative;
    border: 1px #ffffff solid;
    background: transparent;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #000000;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.car_page .information_left {
    display: block;
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.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;
  
    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;
    
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li.active a {
    font-weight: bold;
    border: 0px #ccc solid;
}




.product-layer-two li li a {
    padding: 5px 10px;
    background-color: #f3f3f32b;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #334b37;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
    background: transparent;
    padding: 20px;
}

.pd_tabTitle li.activeTab::after {
    height: 0px;
}
.product-layer-two li li:hover {
    margin-left: 15px;
    border-bottom: 1px dotted #ccc;
}

.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: #334b37;
}

.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;
}

#prod_thumbSwiper .swiper-slide {
    padding-top: calc(25% - 2px);
    position: relative;
}

#prod_thumbSwiper img {
    position: absolute;
    left: 0;

    top: 0;
}

/*外層*/
.products-list .more {
    border: 1px solid #2f2f2f;
    color: #6b6b6b;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.products-list .item a:hover .more {
    background: #334b37;
    color: #ffffff;
    letter-spacing: 2px;
}

.products-list .name {
    font-size: 15px;
   color: #d5d4d4;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: 600;
}

.products-list .price b {
    color: #334b37;
    width: calc(50% - 10px);
}

.products-list .item {
    position: relative;
    background-color: transparent;
    padding: 5px;
}

/*左側分類*/

.product-layer-two li a {
    position: relative;
    background: transparent;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color:#ffffff;
    border-bottom: 1px #485944 solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.product-layer-two li:hover a {
    color: #85AA33;
    border: 1px #0C2118solid;
   
}
/*下拉圖示*/
.product-layer-two li i.close::before {
    content: '\f056';
    color: #0C2118;
}

/*左邊分類底色*/
.product-layer-two>li.active {
    background: transparent;

}

/*產品資訊標題*/
.pd_tabTitle li.activeTab a {
    color: #afafaf;
}

element.style {
    color: #334b37;
}

/*產品資訊內文*/
element.style {
    color: #334b37;
}
.pd_tabInner_contain {
    padding-top: 20px;
    color: #334b37;
}

/*右側商品資訊*/
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #334b37;
}

/*標題*/
.sidebarBtn h2 {
    color: #85AA33;
    font-size: 24px;
}

.sidebarBtn .price {
    color:#5b5f57;
    font-size: 22px;
	border-bottom: 0px solid
}

.sidebarBtn .sp_price {
    display: block;
    color: #bd2424;
    font-size: 22px;
    font-weight: bold;
}
/*加入購物車*/
.inquiry_a3 {
   background: #35322f;
}
/*加入詢價*/
.inquiry_a1 {
    background:#35322f;
}
/*檢視詢價車*/
.inquiry_a2 {
    background:#35322f;
}


.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #334b37;
}

/*底*/
.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 0px #dddddd00 solid;
    background: transparent;
}

/*內文*/
.product_info li span {
    display: block;
    font-size: 12px;
    color: #858987;
    margin-bottom: 3px;
    letter-spacing: 1px;
}


/*底下相關商品*/
.prod_related {
    background: #e9dfd3;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #334b37;
}

.related_list li a {
    display: block;
    padding: 0px;
    background: #fff;
    height: 100%;
}

/*詢價車*/
/*回產品頁*/
.rewrite_simple {
    background: #385938 url(../images/simple_left.png) 10% center no-repeat;
}


/*送出詢價*/
.send_simple {
    background: #385938 url(../images/simple_right.png) 88% center no-repeat;
}

.shopping-cart .cart_head {
    background:#385938;
    color: #fff;
}

/*訂購資料*/
.formbox_form li .form__label {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
}

.form label {
    display: block;
    position: relative;
    float: left;
    width: auto;
    margin-right: 20px;
    margin-bottom: 5px;
    color: #334b37;
}

.form label.Bigcheck {
    float: none;
    display: inline-block;
    color: #334b37;
    font-size: 15px;
    margin-left: 20px;
    top: 5px;
}

.declaration {
    background: #dcc2a7;
    line-height: 40px;
    padding: 5px 15px;
}

.shopping-cart .cell.product_name p {
    width: calc(100% - 90px);
    color: #ffffff;
}

.shopping-cart .cell {
    padding: 10px;
    text-align: center;
    width: 20%;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px;
    color:#ffffff;
}

.total_amount li b {
    font-weight: normal;
    color: #fff;
}

.total_amount li span {
    color: #fff;
}


.total_amount li {
    margin: 10px 0;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: #ffffff;
}

.total_amount li .couponData, .total_amount li .transFree {
    color: #ff4f4f;
}
.list_before {
    color: #fff;}
.send_simple:hover {
    background-color: #b9a084
}

.rewrite_simple:hover {
    background-color: #b9a084
}

.border200,.longer {
    width: 100%;}
	
.formbox_form li.checknumBox .form__insert input+img {
    margin-left: 0px;
    padding-top: 20px;
}	
.border200 {color: #fff;
       border: 1px solid #474747;
    background: #353434;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*底色通常為白色*/
.payer {
    background: #ffffff;
}


/*匯款資訊*/
.contact_le_map a {
    display: block;
    background: #d7d1cc;
    text-align: center;
    padding: 10px;
    color: #334b37;
}
.blank_letter {
    padding-top: 30px;
    font-size: 26px;
    color: #334b37;
    background-position: left bottom;
    background-repeat: no-repeat;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.path{display:none;}
/*文章管理*/

.blog_list_ri h5 {
	 color: #86AA33;
    font-size: 16px;
    display: flex;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.blog_list_ri p {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
	color: #999999;
    -webkit-line-clamp: 2;
}

.blog_list_ri em {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
}

.subbox_item a {
    display: flex;
    flex-wrap: wrap;
}

.blog_list_ri {
    padding: 0 15px 15px 15px;
}

.accordion li .link a {
    font-weight: 300;
    letter-spacing: 2px;
    padding: 10px 10px;
	color: #abaaaa;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.blog_shareData{display: none;}
.subbox_item a:after { background: rgba(0,0,0,0.5);}

/*標題*/
h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #666;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}
.blog_search input[type=search] {
    border-radius: 13px;}

/*文章側邊選單hover*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background:#0C2118 !important ;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #0C2118 !important;    transition: all .5s;}
.blog_page .main_part {max-width:1600px;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #f3f3f3;
    color: #444;
        transition: all .5s;
}
.accordion li+li .link {
    transition: all .5s;border-top: 1px solid #292727;
}
.submenu a {background: #fff;}

/*回列表*/

.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
   background: #23312d;
    color: #ddd6d6;
    letter-spacing: 1px;
    font-weight: 300;
}
.blog_back a {
    width: auto;
}

.blog_back a {
    padding: 6px 160px;}
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    grid-gap: 15px;
}

.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 96px;
}
.blog_le .accordion {
   border: 1px #635f5f solid;}

.edit {
    padding: 30px 0 90px;
    font-weight: 200;
    color: #cbcbcb;
    letter-spacing: 0.04em;
}

.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}


.blog_list_le img {
    z-index: 999;
    padding: 20px;
}

/*/文章圖片HOVER效果*/
.subbox_item a:hover .blog_list_le img {
    filter: brightness(.6);
    padding: 10px;
}

h4.blog_category_title {
    color: #80ab1c;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ffffff1c;
    border-radius: 5px;
}

.subbox_item a:after{display: none;}
.subbox_item a:before{display: none;}

.blog_list_le {
    position: relative;
}
.blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    filter: blur(30px);
    transition: opacity 0.7s ease, letter-spacing 0.9s ease, filter 0.8s ease;
}

.subbox_item a:hover .blog_list_le:before{
    opacity: 1;
    letter-spacing: 1px;
    filter: blur(0px);
}


/*相關文章*/

.news_related{display: none;}

.news_related h6 span:before {
    color: #505050;
    font-weight: 400;
}


.news_related_list li a:hover {
    padding: 10px 10px 0px;
    transition: .3s;
}

.news_related_list li a {
    transition: .3s;
}

.news_related {
    background: #f3f3f3b5;
}

.news_related_list li a p {
    padding: 10px;
}


@media screen and (max-width: 1024px) {
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media screen and (max-width: 980px) {
.blog_back:after {
    bottom: 69px;
}
}

@media screen and (max-width: 768px) {
.blog_le {
    width: 220px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.blog_in_page .blog_le {
    top: -42px;
    padding-bottom: 5vw;
    margin-bottom: 0vw;
    border-bottom: 1px solid #dfdfdf;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.accordion li .link a {
    text-align: center;
}
}

@media screen and (max-width: 600px) {
    .blog_back:after {
    bottom: 49px;
}

}
/*隱藏文章縮圖*/
.articel_mainPic img {display: none;}




/*首頁-文章管理*/
.module_i_news li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #e9dfd3;
    opacity: 0;
    border: 0px #3d3938 solid;
}



/*首頁-文章顯示*/
.module_i_news li:nth-child(n+5) {
    display: none !important;
}

/*標題*/

.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #334b37;
    font-weight: bold;
    letter-spacing: 3px;
}

.module_i_news .title_i_box h4:before {
    content: "NEWS";
    display: block;
    color: #334b37;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: -5px;
    font-weight: 100;
}

/*文章標題*/
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #3d3938;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/*時間*/
.i_blog_ri em {
    font-size: 14px;
    color: #858585;
    font-style: normal;
    display: block;
    margin: 7px 0;
}

/*內文*/
.i_blog_ri p {
    font-size: 15px;
    color: #3d3938;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.album_page .main_part {padding: 100px 20px;}
.show-list .item:hover .show_name {
    color:#86AA33;
}
.other_subalbum li {
    display: block;
    background: transparent;
    width: 100%;
    margin: 0;
    border: none !important;
}

.album_fixed_title {
    color: #939292;
    font-size: 16px;
    background: none;}

/*下方分類按鈕*/
.other_album_choice li {
    background: #454242;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}
.subalbum-menu h2 {
    font-size: 18px;
    color: #86AA33;}
/* 商品下拉超過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;
}
.subalbum-menu {
    padding: 0px; 
}
.album_page .show-list {
    grid-template-columns: repeat(auto-fill, minmax(401px, 1fr));}
.album_page .page{display:none;}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
	

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #2d2d2d;
    height: auto;
    max-height: 300px;
    overflow: auto;
}
.show-list .show_name {
    font-size: 18px;
    color: #777777;
    font-weight: 400;}
.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;
}

.show-list .show_pic :before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    filter: blur(30px);
    transition: opacity 0.7s ease, letter-spacing 0.9s ease, filter 0.8s ease;
}

.show-list .show_pic a:hover ..show-list .show_pic:before{
    opacity: 1;
    letter-spacing: 1px;
    filter: blur(0px);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*表單功能*/
.contact_content {
    margin: auto;
    padding: 20px 5vw;
}
.contact_editbox {
    margin: auto;
    padding: 0;
}
.contact_content .information_left {
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.list_before ,.blank_letter {
    display: none;
}
.information_left, .information_right {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
.contact_form li .form__label {
    display: flex;
    max-width: 85px;
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.red {
    color: #C8AE8B;
}
.star {
    padding: 1px;
    display: inline-block;
    width: 13px;
}
.blank_letter {
    padding-top: 30px;
    font-size: 20px;
    color: #ffffff;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 兩欄 */
    grid-template-areas:
        "row1 row2"
        "row3 row3"
        "row4 row4"
        "row5 row5"
        "row6 row6"
        "row7 row7"
        "row8 row8"
        "row9 row9"
        "row10 row10";
    grid-gap: 10px;
}
.contact_form li:nth-child(1) { grid-area: row1; }
.contact_form li:nth-child(2) { grid-area: row2; }
.contact_form li:nth-child(3) { grid-area: row3; }
.contact_form li:nth-child(4) { grid-area: row4; }
.contact_form li:nth-child(5) { grid-area: row5; }
.contact_form li:nth-child(6) { grid-area: row6; }
.contact_form li:nth-child(7) { grid-area: row7; }
.contact_form li:nth-child(8) { grid-area: row8; }
.contact_form li:nth-child(9) { grid-area: row9; }
.contact_form li:nth-child(10){ grid-area: row10; }





.contact_form li {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    /* border-bottom: 1px #ffffff5c solid; */
    padding-bottom: 15px;
}
.contact_form li input.noborder {
    border: unset;
    background: #353434;
}
.contact_form li textarea.noborder {
    border: unset;
    background: #353434;
}
.contact_form li.last blockquote {
    color: #ffffff;
    border: unset;
    background: unset;
    border-bottom: 1px #fff solid;
}
.contact_form li.last cite {
    border: unset;
    background: unset;
    border-bottom: 1px #fff solid;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, 13px 90px);
    align-items: center;
}
.contact_form li.last {
    gap: 10px;
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-weight: bold;
        padding: 5px;
        background: rgb(130 130 130 / 15%);
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
.path {
    padding: 0 10px;
    display: none;
}

#content {
    width: 100%;
    min-height: 80vh;
   }
.prod_related {
    background: #1b1b1b;
    padding: 25px 15px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 3px;
    color: #ffffff;
}
.lastPage {
    font-size: 16px;
    color: #1b1b1b;
    background: #7c7f7b;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}
.toShare {
     border-top:0px solid }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 10px 0;
    }

   
}

#content_main {
    width: 100%;
    min-height: 0vh;}