@charset "utf-8";

/*
關於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}
*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main {    margin-top: 5vh;    }
.bannerindex { 
    position: relative;
    height: auto;
    top: 10px;
    width: 90%;
    margin: auto;
    border: 4px #b19869 solid;
}
.bannerindex .swiper-banner {  position: relative;}
.swiper-banner { position:static; margin:0;} 
.pageIndex div#page {    }

.bannerindex .swiper-banner .swiper-slide img {  height: auto;}
/*點點*/
.swiper-pagination-bullet{
  width: 5px;
  height: 5px;
}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
  #content_main {     margin-top: 8vh;}
  .bannerindex { top:20px;    padding-bottom: 0%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*電腦LOGO*/
.nav-brand {}


/*手機LOGO*/
.nav-brand-m {}



/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 80%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {    color: #0DF0F5;}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {    color: #0DF0F5;}

.nav-dropdown>li {    text-align: center;}
.header_area {
    z-index: 9999;
    width: 100%;
    padding: 0;
    background: transparent;
    transition: all 0.3s;
}
.header_area.sticky {    background: transparent;      position: fixed; transition: all 0.3s;}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area {
    background: transparent;
    transition: all 0.3s;
}

.header_area .main_header_area::before {
    content: "";
    display: block;
    background-color: transparent;
    width: 0%;
    height: 74px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all 1s;
}

.header_area.sticky .main_header_area::before {
    width: 100%;
    transition: all 2s cubic-bezier(0.77, 0, 0.65, 0.99);
}

.header_area .main_header_area::after {
    content: "";
    display: block;
    background-color: #ffffffde;
    box-shadow: 0px 0px 5px #abababc7;
    width: 0%;
    height:95px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
    z-index: -10;
}

.header_area.sticky .main_header_area::after {
    width: 100%;
    transition: all 1s;
}

/*LOGO*/
.nav-header { }

/*----*/
.stellarnav ul { text-align: center;}

.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.1s;
    letter-spacing: 1.5px;
}
.stellarnav>ul>li>a:hover {    color: #7f6641;}

.stellarnav>ul:hover>li>a b:nth-child(1) {
    color: #acabab;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b:nth-child(2) {
    color: #fff;
    transition: all 0.3s;
}

.stellarnav>ul>li:hover>a b:nth-child(1) {
    color: #fff;
    transition: all 0.5s;
}
.stellarnav li li:hover{ background:#594939;}
.stellarnav li li a:hover{ color: #fff;}
.stellarnav>ul>li.has-sub>a {    padding-right: 0;}
.stellarnav li li.has-sub > a {  padding: 7px 10px;}
.stellarnav li.has-sub>a:after {    display: none;}


.navigation {
    width: 100%;
    position: relative;
    padding: 0px 0 0px;
}

/*--*/
.me_tp_features {    text-align: center;} 
.me_tp_features a {   color: #fff;}
.me_tp_features a i {
    margin: 0 0px;
    border: 1px #fff solid;
    border-radius: 50px;
    padding: 10px;
}
.me_tp_features span { display: none;}
.tp_links a {  color: #ffffff; display: none;}

@media screen and (max-width: 1024px) {
    .main_header_area .container {    max-width: 100%;}
    .me_tp_features {   margin: 0px 0 0;}
}

@media screen and (max-width: 768px) {
  .header_area .main_header_area {  /* opacity: 1;   */ }
  .header_area .main_header_area::after {  height: 82px; border-top: 8px #594939 solid;}

  /*LOGO*/
  .nav-header {  max-width: 165px;}
    
  /*側邊選單*/
  .stellarnav .menu-toggle span.bars span {   background:  #594939;}
  .stellarnav .menu-toggle:after {     color:  #594939;}
  .stellarnav.mobile {  top: 10px;}
  .stellarnav.mobile > ul > li > a {   line-height: 200%;}
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  max-width: 100%;   background: #fbf5ebba;  backdrop-filter: saturate(100%) blur(10px);  transition: all 1s;   left: 0;}
  .stellarnav.mobile.left .close-menu {   background: none;        color:  #594939; }
  .stellarnav .icon-close:after {    border-bottom: solid 3px  #594939;}
  .stellarnav .icon-close::before {    border-bottom: solid 3px  #594939;}
  .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 3px  #594939;}
  .stellarnav a.dd-toggle .icon-plus:before {    border-bottom: solid 3px  #594939;}
  .stellarnav > ul > li:not(.tp_links) > a:before {display: none;}
  .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 14px 15px; }
  .stellarnav.mobile ul {    background: none;  }
  .stellarnav li a {    color: #594939;}
  .stellarnav.mobile li.open li.open {     background: #d3ad94;}
  .stellarnav.mobile li.open {   background: none;  }
  .stellarnav.mobile > ul > li {         border-bottom: 1px  #594939 solid; text-align: center;     margin: 0px 30px; }
  .stellarnav > ul > li:after {display: none;}
  .stellarnav li li {   border-bottom: 1px #eee solid; border: none;}
  .stellarnav > ul > li > a { color: #594939;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer {    padding-top: 30px;   background: #594939;}
.footer .center {    max-width: 1700px;}
.footer_info {
    grid-template-columns: 1fr ;
    grid-gap: 0 35px;
    padding-right: 0;
    justify-items: end;
}
.footer_logo {    max-width: 230px;    order: 3;   display: none;}
.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: space-between;
    gap: 60px;
    padding-bottom: 25px;
}
.footer_info li p, .footer_info li p a { line-height: 210%;  color: #fff;}
.footer_info li p.taxid { }
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 100px;
}
.footer_info li:nth-child(2) {
    display: flex;
    align-items: flex-end;
}


.footer_menu {  }
.footer_menu a:first-child {    display: none;}
.footer_menu a {
    background: transparent;
    margin: 0px 3px;
    width: max-content;
    position: relative;
    padding: 8px 10px;
    font-size: 12px;
    border: 1px #ffffff solid;
    color: #fff;
}

.footer_menu a:hover {
    background: transparent;
    color: #b19869;
}
.footer_menu a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.copy { color: #b19869; border-top: 1px #b19869 solid;}
.copy a {    color: #b19869;}
.copy a:hover {    color: #b19869;}
.privacyLinks a+a {
    border-left: 1px solid #b19869;
}


@media (max-width:1440px) {
.footer_info {    padding-right: 110px; padding-left: 30px;    }
.box_link {    left: 40px;}
}
@media screen and (max-width: 1024px) {
  .footer_info li:nth-child(1) {  grid-template-columns: 1fr;}
}
@media screen and (max-width: 768px) {
.footer_info {
    padding: 0 30px;
    grid-template-columns: 1fr;
    justify-items: center;
}
.footer_logo { max-width: 170px;   order: 1;}
.footer_info ul {     padding-bottom: 25px;   order: 3;    justify-content: space-around;}
.footer_info li {    padding-top: 18px;}

.footer_info li+li {                margin-top: 0;            }
.footer_menu {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
}
.footer_menu a {  width: 100%;  margin: 6px 3px;}

.box_link {    }
}
@media (max-width:768px) {
  .copy {    font-size: 10px;}
}

@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: 40px;    width: 100%;}
    .footer_menu {        grid-template-columns: repeat(3, 1fr);    }
    ul.show-list, .pic-list {    grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/
/*一排呈現
.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 {  display: none;}
.footer.with_shopping_mode { padding:30px 0 40px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




