@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


body{
    font-family:  "Noto Sans TC","Work Sans", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{   display: none;}

.main_part{ margin: 80px auto 0px;  max-width: 1500px;}
.StoreProjsList{  margin: 80px auto 0px;} 

@media screen and (max-width:980px) {
    .main_part{  margin: 120px auto 0px;}
    .StoreProjsList {  margin: 120px auto 0px;}
}
@media screen and (max-width:768px) {
    .main_part{  margin: 64px auto 0px;}
    .StoreProjsList {  margin: 64px auto 0px;}
}

@media screen and (max-width:570px) {
    .main_part{  margin: 55px auto 0px;}
    .StoreProjsList {  margin: 55px auto 0px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* @media screen and (max-width:1200px) {
    .bannerindex{ margin-top: 69px;}
}
@media screen and (max-width:1050px) {
   .stellarnav > ul > li > a{ margin: 0 12px;}
}
@media screen and (max-width:1024px) {
    .bannerindex{ margin-top: 116px;}
} */


@media screen and (max-width: 768px) {

.bannerindex {
    padding-bottom: 0;
    margin: auto;
    height: auto;
    /* margin-top: 62px; */
}

.bannerindex .swiper-banner {
   height: auto;
    position: static;}
} 


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上面顏色*/
.stellarnav > ul > li > a {
    color: #333;
	letter-spacing: 3px;
    font-weight: 400;
	margin: 0 24px;}
		
.header_area {
    background: #262626e3;
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 0px;
    width: 100%;
	padding:0;
    backdrop-filter: blur(3px);
}
.main_header_area {
    background:  #262626de;
    transition: all .5s;
    transition-timing-function: ease-in-out;
    backdrop-filter: blur(3px);
}
.me_tp_features{    display: none;}
.navigation {
    padding: 5px 0px 5px;
    display: flex;
    align-items: center;
}
.nav-brand img{    width: 220px;}
.nav-header{    max-width: 220px; padding-top: 5px;}


.stellarnav > ul > li > a {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
	    margin: 0 24px;}

.stellarnav > ul > li:nth-child(4) >  ul >li:nth-child(1) { display: none;}

.main_header_area .container {
    max-width: 94%;
}
.pageIndex .stellarnav li.has-sub > a:after{border-top: 6px solid #fff; top: 52%;}

.stellarnav li > ul > li:hover {
    color: #858585;
    border: 0px;
    transition: .3s;
}
.stellarnav li a{    font-size: 16px; color: #fff; transition: .3s; }
.stellarnav > ul > li:hover > a {
    opacity: 0.5;
}

.stellarnav li li a:hover{     
    color: #858585;
    border: 0px;
    transition: .3s;}

.stellarnav ul ul{ left: 6px; background:#f8f4e3;}

.stellarnav > ul > li > a:hover {color: #b3a78f; transition: 0.3s;}


/*斜線*/
.stellarnav > ul > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 1px;
    height: 20px; 
    background-color: #7a7a7a;
    transform: translateY(-50%) rotate(30deg);
}

.stellarnav > ul > li:nth-of-type(1):before {
    display: none;
}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #444444;}
.stellarnav .menu-toggle:after { color: #444444;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: transparent;
    color: #8f8e8e;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 1.5px #8f8e8e;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 1.5px #8f8e8e;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #f8f4e3;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #d6c39a;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #d6c39a;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -19px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: #fefaed;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px #ffffff solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width:1050px) {
    .nav-header{max-width: 200px;}
}
@media screen and (max-width:768px) {
    .stellarnav.mobile{ top: 6px;}
    .stellarnav > ul > li > a{ margin: 15px 15px;}
    .stellarnav li a{ padding: 7px 24px;}
    .header_area.sticky{ background: #f4f4f4ed; }
    .nav-brand img{    width: 190px;}
    .nav-header{    max-width: 190px;}
    .stellarnav.mobile ul{ background: transparent;}
    .header_area {     backdrop-filter: none;}
    .main_header_area {   backdrop-filter: none;}
}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 20px;}
    .nav-brand img{    width: 180px;}
    .nav-header{    max-width: 180px;}
}

/* 商品下拉超過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 {
    background: #3b3b3b;
    padding: 40px 0 0;
}
.footer .center {
    max-width: 1400px;
    padding: 0 2%;
}
.footer_info {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    padding: 0;
}
.footer_logo {
    position: absolute;
    top: 90px;
    max-width: 250px;
}
.box_link {
    display: none;
}
.footer_info ul {
    display: flex;
    flex-direction: column-reverse;
}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
    padding: 26px 20px;
}
.footer_info li p.taxid {
    order: 1;
}
.footer_info li p, 
.footer_info li p a {
    color: #fff;
}
.footer_info li p {
    line-height: 220%;
}

.footer_info li p.phone{ order: 1;}
.footer_info li p.line{ order: 2;}
.footer_info li p.mail{ order: 3;}
.footer_info li p.taxid{ order: 4;}

.footer_info li p.line:before {
    content: 'LINE ID ∕';
}
.footer_info li p.phone:before {
    content: '手機 ∕';
}
.footer_info li p.taxid:before {
    content: '統編 ∕';
}
.footer_info li p.mail:before {
    content: '信箱 ∕';
}
.footer_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer_menu a {
    font-size: 14px;
    color: #858585;
    border: 0;
    background: transparent;
}
.footer_menu a:nth-of-type(1) {
    display: none
}
.footer_menu a:last-of-type {
    padding-right: 0;
}
.copy, 
.copy a {
    color: #3d3d3d;
}
.copy {
    max-width: 1320px;
    border: 0;
    padding: 20px 0;
    margin: 0 auto;
}
.privacyLinks a+a {
    border-left: 1px solid #3d3d3d;
}

/* hover */
.footer * {
    transition: 0.5s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: 0.5s;
}
.footer_info li p a:hover {
   color: #EDE4D8;
}
.footer_menu a:hover {
    background: transparent;
    color: #EDE4D8;
    opacity: .7;
}
.copy a:hover {
    color: #EDE4D8;
}

@media screen and (max-width:1400px) {
    .footer .center {
        padding: 0 5%;
    }   
}

@media screen and (max-width: 768px) {
    .footer_logo {
        position: relative;
        top: 0;
        max-width: 220px;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_info li:nth-child(1) {
        padding: 20px 10px 0;
    }
    .footer_info li+li {
        padding-bottom: 10px;
        margin: 0;
    }
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 {}

.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) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




