@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-weight: 400;
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁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) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



/* 底下圈圈 */


.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;
}





 .pageIndex .swiper-wrapper .swiper-slide {
	  position: relative; } 
  
/* 基礎設定：優化初始狀態 */
.pageIndex .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    z-index: 10000;
    will-change: transform, opacity, filter;
}

/* 第一張與第二張的共通動畫設定 */
.pageIndex .swiper-wrapper .swiper-slide-active::after {
    /* 1.2s 的慢速動畫，更能展現設計業的質感 */
    animation: spatialReveal 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}

/* 針對不同張的圖片位置設定 */
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 120px;
    background-image: url(https://pic03.eapple.com.tw/syuantian/text1.png);
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 150px;
    background-image: url(https://pic03.eapple.com.tw/syuantian/text2.png);
}

/* 核心效果：空間顯影動畫 */
@keyframes spatialReveal {
    0% {
        opacity: 0;
        letter-spacing: -0.5em; /* 模擬字距緊縮 */
        transform: translateX(-50%) scale(0.95); /* 輕微縮小 */
        filter: blur(12px) brightness(1.5); /* 高亮度模糊，像陽光灑進來 */
    }
    40% {
        opacity: 0.8;
        filter: blur(4px) brightness(1.2);
    }
    100% {
        opacity: 1;
        letter-spacing: normal;
        transform: translateX(-50%) scale(1);
        filter: blur(0) brightness(1);
    }
}

/* 手機版適應：確保在小螢幕不突兀 */
@media (max-width: 768px) {
    .pageIndex .swiper-wrapper .swiper-slide::after {
        width: 85% !important;
        bottom: 12% !important;
        height: 100px !important;
    }
}
		   
	

.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.pageIndex .swiper-slide img {
    height: auto;
    filter: saturate(1.05) contrast(1.08);
}


@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%; */
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上面顏色*/
.header_area{    background: #2b221c;position: Fixed; }
.stellarnav > ul > li > a {
    color: #fff;
	font-size:14px;
	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 {z-index: 1000 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.pageIndex .main_header_area {
    animation: hide-header-during-intro 4.5s forwards;
}

@keyframes hide-header-during-intro {
    0%, 95% { 
        opacity: 0; 
        visibility: hidden; 
        z-index: -1 !important; 
    }
    100% { 
        opacity: 1; 
        visibility: visible; 
        z-index: 999; 
    }
}
.me_tp_features{    display: none;}
.navigation {
    padding: 20px 0px 10px;
    display: flex;
    align-items: center;
}
.nav-brand img{    width: 300px;}
.nav-brand{transition: all .3s;}
.nav-header{    max-width: 300px;}

.pageIndex .stellarnav > ul > li > a{    
	color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
	font-weight:15px;
	    margin: 0 15px;}
.main_header_area .container {
    max-width: 90%;
}
.pageIndex .stellarnav li.has-sub > a:after{border-top: 6px solid #fff;}
.header_area.sticky {     background: rgba(55, 43, 34, 0.8);
    backdrop-filter: blur(6px);
    box-shadow: 0 0 0px #43434394;}

.header_area.sticky .main_header_area{    
transition: all .5s;
    transition-timing-function: ease-in-out;
	    background: #00000000;}
.pageIndex .nav-brand {
   
    max-width: 200px;
}
.pageIndex .sticky .nav-brand {
    filter: none;
    max-width: 185px;
    transition: all .3s;
}
.pageIndex .header_area.sticky .stellarnav > ul > li > a {
   
}
.stellarnav > ul > li > a b:nth-child(1) {
    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 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;}
}




/*footer*/
.footer {    padding-top: 80px;    background: #2b221c;}
.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;}

.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: #e1ddc4; line-height: 250%; }
.footer_info li p.taxid { display: none;}

.footer_info li:nth-child(1):before{
    content: "榮川空間設計｜Rong Chuan Design";
    display: block;
    font-size: 17px;
    padding: 0;
    margin-bottom: 8px;
    color: #e1ddc4;
}

.footer_menu {    display: flex;    flex-direction: column;}
.footer_menu a:first-child {    display: none;}
.footer_menu a {
    background: transparent;
    border: none;
    color: #e1ddc4;
    margin: 0;
	font-size: 12px;
    width: max-content;
    position: relative;
    margin-bottom: 7px;
   font-family:"Cormorant Garamond", serif;
}
.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/syuantian/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; /* 手機版時滾動背景圖片靠左顯示 */
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@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 #353232 solid;}

.privacyLinks a+a {
    border-left: 1px solid #353232;
}
.info_fix_links {
    display: flex !important;}
.info_fix>span {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;
    font-family: sans-serif;
    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;
    font-family: "Quicksand", sans-serif;
    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 {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    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;
    background: #141414;
}
.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;
    }

    #to_top {
        bottom: 60px;
    }
}
@media screen and (max-width: 600px) {}
/*END*/
.info_fix_default.info_fix_mail {
    display: none !important;
}
