@charset "utf-8";
:root {
  --WebColor01: #2a2a2a;
  --WebColor02: #4e4e4e;
  --WebColor03: #b0ada6;
  --WebColor04: #e3ddcf;
  --WebColor05: #eaeaea;
  --WebColor06: #b59e66;
  --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
  --SFontE:"Cormorant Garamond", serif;/*特殊字體*/
  --pd100:100px 0;
  --m120:120px;
  --m100:100px;
  --m80:80px;
  --m50:50px;
  --m30:30px;
  --fz60:60px;
  --fz48:48px;
  --fz40:40px;
  --fz36:36px;
  --fz32:32px;
  --fz28:28px;
  --fz24:24px;
  --fz22:22px;
  --fz20:20px;
  --fz18:18px;
  --fz17:17px;
  --fz16:16px;
}
@media (max-width:1024px) {
:root{
  --m120:100px;
  --m100:80px;
  --m80:75px;
  --m50:40px;
  --m30:25px;
  --fz60:48px;
  --fz48:40px;
  --fz40:36px;
  --fz36:32px;
  --fz32:28px;
  --fz28:24px;
  --fz24:22px;
  --fz22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m120:80px;
  --m100:75px;
  --m80:60px;
  --m50:30px;
  --m30:20px;
  --fz60:40px;
  --fz48:32px;
  --fz40:28px;
  --fz36:26px;
  --fz32:24px;
  --fz28:20px;
  --fz24:20px;
  --fz20:18px;
  --fz18:17px;
  --fz17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m120:75px;
  --m100:50px;
  --m80:40px;
  --m50:25px;
  --fz60:32px;
  --fz48:28px;
  --fz40:24px;
  --fz36:22px;
  --fz32:20px;
  --fz28:18px;
  --fz24:18px;
  --fz22:18px;
  --fz20:17px;
  --fz18:16px;
  --fz17:15px;
  --fz16:15px;
}
}
@media (max-width:375px) {
:root{
  --fz60:28px;
  --fz48:24px;
  --fz40:20px;
  --fz36:18px;
  --fz32:18px;
  --fz28:17px;
  --fz24:17px;
  --fz22:17px;
  --fz20:16px;
  --fz18:15px;
}
}

#content_main {    background: #eaeaea;}
body{font-family: var(--SFont);background: #eaeaea;}

.main_part{width: 90%;max-width: 1500px;padding: var(--m100) 0;}
.show_content{padding: 0;}

.animated-arrow {    background: var(--WebColor01);}
.shop_search_btn {    background: var(--WebColor01);}
.contact_le_map a{background: var(--WebColor01);}
.contact_form li.last cite{background: var(--WebColor01);}
.products-list .more{border-color: var(--WebColor01);color: var(--WebColor01);}
.products-list .item a:hover .more {    background: var(--WebColor01);}


/*****************************************/

/*HEADER*/
.header_area , .header_area.sticky {    background: #eaeaea;transition:all 0.5s;}
.pageIndex .header_area{border-bottom: 1px solid transparent;}
.pageIndex .header_area.sticky , .header_area{border-bottom:1px solid var(--WebColor04);}
.main_header_area .container{ max-width: 95%;  }
.me_tp_features{padding-right: 8px;}
.stellarnav > ul > li{padding: 0 10px;}
.stellarnav > ul > li:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    background: var(--WebColor06);
    left: 50%;transform:translateX(-50%);
    bottom: 0;
    border-radius: 10px;
    transition: all 0.3s;
    opacity: 0;
}
.stellarnav > ul > li:hover:after{width: 100%;opacity: 1;}
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;height: 35px;    line-height: 35px;}
.stellarnav > ul > li:hover > a{color: var(--WebColor06);}
.stellarnav > ul > li.has-sub > a{padding: 0;}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li > a b:nth-child(1){    letter-spacing: 0.05em;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);font-size: 90%;font-weight: 700;}
.stellarnav > ul > li > ul{width: 185px;left: 50%;transform:translateX(-50%);}
.stellarnav li.drop-left ul ul{right: 185px;}
.stellarnav > ul > li li a{transition:all 0.3s;}
.stellarnav > ul > li li a:hover{background: var(--WebColor06);color: #fff;}

.navigation{grid-template-columns:180px 1fr;align-items: center;}

.tp_links{display: none;}

/*電腦LOGO*/
.nav-brand {}
.nav-brand img {    display: block;}
/*手機LOGO
.nav-brand-m {}
*/

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.bannerindex {
    width: 95%;
    max-width: 1800px;
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    overflow: hidden;transition:all 0.3s;
}
.swiper-banner {    height: 100%;}
.swiper-banner .swiper-slide img {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; width: 100%;   }
}




/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;}
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
.stellarnav.desktop li.bigMenu>ul{transform:none;}

/* 主分類超過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個但次分類直接顯示-結束 */

/*FOOTER*/
.footer {    background: #eaeaea;    border-top: 1px solid var(--WebColor04);    padding-top: var(--m50);}
.footer .center {    max-width: 1500px;width: 90%;}
.footer_menu {    /*display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;*/}
.footer_menu a {    margin: 0;    text-align: center;    padding: 5px;    transition: all 0.3s;    border: none;    background: transparent;}
.footer_menu a:nth-child(1){display: none;}
.footer_menu a:hover {    background: transparent;color: var(--WebColor06);}

.footer_logo {    max-width: 180px;  }
.footer_info{padding: 0;    grid-template-columns: 1fr;}
.footer_info ul {    display: flex;    align-items: baseline;    padding: 20px 10px;    border-top: 1px solid var(--WebColor03);border-bottom: 1px solid var(--WebColor03);}
.footer_info li {    padding: 0;}
.footer_info li:nth-child(1) {    flex: 1;    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));}
.footer_info li:nth-child(2) {width: 50%;    max-width: 450px;    padding-left: var(--m100);}

.copy {    background: var(--WebColor01);    color: #fff;  border:none;}
.copy a{    color: #fff;transition:all 0.3s;}

.box_link{display: none;}
.linksBtn{background: var(--WebColor06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: #eaeaea;
    position: relative;
    height: auto;
    padding: var(--m50) 0 0;
    min-height: unset;
}
.banner h5 {
    width: 90%;
    max-width: 1500px;
    text-align: justify;color: #2a2a2a;font-size: var(--fz20);
}
.banner h5:before {
    content: "";
    display: block;
    width: var(--m100);
    height: 2px;
    background: var(--WebColor06);
    margin: 0 0 var(--m30);color: #2a2a2a;
}
.banner h5:after{content: "DEMO STYLE";display: block;margin: var(--m80) 0 0;font-family: var(--SFontE);font-size: var(--fz60);}

.product_page  .banner h5:after, .product_info_page .banner h5:after{content:"CATALOG";}
.services_page .banner h5:after{content:"製品情報";font-size: var(--fz48);}
.album_class_page {}
.video_page {}
.banner.banblog h5:after{content:"NEWS";}
.contact_page {}

.path {
    padding-bottom: 5px;
    margin-bottom: var(--m30);
    border-bottom: 1px solid var(--WebColor03);
}




.i_prod_tit, .i_video_tit {    display: flex;    flex-direction: column-reverse;}
.i_prod_tit span, .i_video_tit span{    font-family: var(--SFont);    font-size: var(--fz18);font-weight: bold;}
.i_prod_tit span:before, .i_video_tit span:before {
    content: "";
    background: var(--WebColor06);
    display: block;
    width: var(--m80);
    height: 2px;
    margin: 0 auto var(--m30);
}
.i_prod_tit h2, .i_video_tit h2 {
    font-family: var(--SFontE);
    font-size: var(--fz60);
    margin: var(--m50) 0 var(--m100);
    line-height: 110%;
}
.pageIndex .productsListBox{padding: 0;}
.i_prod_b a{margin-top: var(--m50);}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.product_info_page .main_part { max-width:1200px;}
.prod_part{padding: var(--m100) 0;}

.pageIndex .products-list{gap:var(--m50) var(--m30);}
.prod_part section{width: 90%;max-width: 1500px;}


.product_page .products-list{gap:var(--m50) var(--m30);}
.products-list .price b{color: var(--WebColor02);}
.products-list .price b.ori_price{color: var(--WebColor02);}
.products-list .price b.sp_price{color: var(--WebColor01);font-weight: bold;}

.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; /*border-right: 1px solid #ccc;*/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; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li i {    top: 10px;}
.product-layer-two li i::before {    color: var(--WebColor06);}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;background: transparent;}
.product-layer-two li li a{ padding:5px 10px;background: transparent;}
.product-layer-two li li:hover > a , , .product-layer-two li li.active > a { background:transparent; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:5px 0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product-layer-two li a , .video-layer-two li a{background: transparent;color: #4e4e4e;padding: 10px 5px;    font-weight: bold;border: none;transition:all 0.3s;}
.product-layer-two li:has(i) a {    padding-right: 35px;}
.product-layer-two li:hover > a, .video-layer-two li:hover> a {    color: var(--WebColor06);}
.product-layer-two li.active, .video-layer-two li.active {    border-bottom: none;    padding-bottom: 5px;}
.product-layer-two li li.active, .video-layer-two li li.active {    border-bottom: none;padding-bottom: 0;}
.product-layer-two li.active a , .video-layer-two li.active a{    border: none;    color: var(--WebColor06);}
.product-layer-two li:hover a , .video-layer-two li:hover a , {color: var(--WebColor06);}
.product_menu_list > .product-layer-two > li.active> a {    border-bottom: 1px solid;}
.product-layer-two li li.active a{background: transparent;color: var(--WebColor06);}
.product-layer-two li.active li:hover a{color: var(--WebColor06);}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover , .product-layer-two li li.active{ margin-left: 10px;}
.product-layer-two li li > a:before , .product-layer-two li li.active > a:before{
    content: "";
    height: 1px;
    width: 5px;
    position: absolute;
    left: 0;
    margin-left: -5px;
    top: 50%;transition:all 0.3s;
}
.product-layer-two li li:hover > a:before , .product-layer-two li li.active > a:before { background:#ad925e;}

.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;}


.sidebarBtn .sp_price{}
.sidebarBtn .price span.sp_price{color: var(--WebColor01);font-size: var(--fz18);}
.sidebarBtn form {    display: flex;    flex-wrap: wrap;justify-content: space-between;}
.product_info li .txt_box{color: #222;}
.product_info li:has(.radio-inline__label) .txt_box{width: 100%;}
.product_info li span{margin-bottom: 5px;}
.radio-inline__label {
    display: block;
    width: 100%;
    margin: 0 0 5px;padding: 5px 8px;
    color: var(--WebColor06);
    border-color: var(--WebColor06);font-weight: bold;transition:all 0.4s;
}
.radio-inline__label:hover{background: #b59e6630;}
.radio-inline__input:checked + .radio-inline__label {    background: var(--WebColor06);    color: #fff;}


.mobile_product_name{display: none;}
.sidebarBtn h2{font-size: var(--fz24);margin-bottom: 10px;}

.pd_tabInner table {    max-width: 100%;    width: 100%;    overflow-x: auto;}

.inquiry_a1{    background: var(--WebColor02);width: calc(50% - 5px);}
.inquiry_a2{    background: var(--WebColor03);width: calc(50% - 5px);}
.inquiry_a3 {    background: var(--WebColor01);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--WebColor06);}

.prod_related{padding: var(--m100) 0;background: #fff;}
.prod_related h6{margin-bottom: var(--m50);color: #2a2a2a}
.prod_related h6:before {    content: "";    display: block;    width: var(--m100);    height: 2px;    background: var(--WebColor06);    margin: 0 auto var(--m30);}
.prod_related h6 span:before {    content: '關聯商品';color: #2a2a2a;    font-size: var(--fz20);text-align: center;}
.prod_related h6 span:after{content: 'RELATED PRODUCTS';display: block;    margin: var(--m80) 0 0;    font-family: var(--SFontE);    font-size: var(--fz60);}


.related_list{max-width: 1500px;width: 90%;}
.lastPage{background: var(--WebColor06);border-radius:50px;margin: var(--m50) auto 0;}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
.product_page .products-list{grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--WebColor01) !important;}
.submenu a:hover {    background: var(--WebColor02);}

h5.blog_le_t{     display: none; }

h4.blog_category_title {    color: #2a2a2a;    border-bottom: 1px dotted var(--WebColor03);font-size: var(--fz28);}

.blog_subbox{gap:var(--m50) 20px;}
.subbox_item a{grid-template-columns: 1fr;}
.subbox_item a:before , .subbox_item a:after{content:none;}
.subbox_item a .blog_list_le{overflow: hidden;}
.subbox_item a:hover .blog_list_le img{transform:scale(1.05);}

.blog_list_ri h5{font-size: var(--fz20);}
.blog_list_ri p{font-size: var(--fz16);}
.subbox_item a:hover h5{color: #000;}
.subbox_item a:hover p{color: #222;}

.blog_back{max-width: 350px;margin: 0 auto;}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: var(--WebColor02);}
.blog_back a.article_btn_back{background: var(--WebColor01);}
.blog_back a{transition:all 0.3s;}
.blog_back a:hover{background: var(--WebColor06);}


.news_related {    background: #fff;    padding: var(--m100) 0;}
.news_related_list{width: 90%;max-width: 1500px;}
.news_related h6{margin-bottom: var(--m50);color: #2a2a2a}
.news_related h6:before {    content: "";    display: block;    width: var(--m100);    height: 2px;    background: var(--WebColor06);    margin: 0 auto var(--m30);}
.news_related h6 span:before {    content: '熱門話題';color: #2a2a2a;    font-size: var(--fz20);text-align: center;}
.news_related h6 span:after{content: 'POPULAR TOPICS';display: block;    margin: var(--m80) 0 0;    font-family: var(--SFontE);    font-size: var(--fz60);}





/*一排呈現
.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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.privacy_page .main_part{padding: 0;width: 100%;}
.privacyContent{max-width: 1500px;padding: var(--m100) 0;}

.privacy_page .banner {    align-items: flex-start;color: #2a2a2a;}
.privacy_page .banner h5{width: 100%; font-size: var(--fz20);}
.privacy_page .banner h5:after{content:none;}
.privacy_page .banner h6{margin: var(--m80) 0 0;font-family: var(--SFontE);font-size: var(--fz60);text-align: left;color: #2e2e2e;}



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {
.banner h5:after{ margin-top: var(--m30);}
.prod_related h6 span:after ,.news_related h6 span:after{margin-top: var(--m30); }
}

@media screen and (max-width: 1024px) {
.nav-header {    display: none; }

}
@media screen and (max-width: 980px) {
.banner{padding-top: var(--m100);  }
}

@media screen and (max-width: 768px) {
.header_area {    height: 75px;}
.pageIndex .header_area.sticky{border-bottom-color: var(--WebColor04);}
.stellarnav > ul > li.has-sub > a {    padding: 10px 43px 10px 10px;}
.stellarnav > ul > li > a b:nth-child(2){display: block;color: var(--WebColor03); }
.stellarnav > ul > li:hover > a b:nth-child(2){ color: var(--WebColor06); }
.stellarnav > ul > li:after{content:none;}
.stellarnav > ul > li li a:hover {    background: transparent;    color: var(--WebColor06);}

.me_tp_features {                text-align: right;        margin: 12px 0 0;        display: flex;        justify-content: flex-end;padding-right:0;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {    background: var(--WebColor06);    display: flex;    align-items: center;    justify-content: center;    width: 30px;    height: 30px;    border-radius: 100%;    padding: 3px;    color: #fff;transition:all 0.3s;}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover{background: var(--WebColor02);  }
.me_tp_features a span{ display: none; }

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:var(--m80) 0 55px; }
#bottom_menu li:nth-child(n+2){display: none!important;  }

.footer_logo {    max-width: 100px;    margin: auto;}
.footer_info ul{flex-direction:column;}
.footer_info li:nth-child(1){ width: 100%;   }
.footer_info li:nth-child(2){ width: 100%;max-width: 100%;padding: 0; margin-top:15px ;  }
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
.footer_menu a{background: #d1d1d1; color: var(--WebColor02); }
.footer_menu a:hover{background: var(--WebColor06); color: #fff;}

#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) {
.stellarnav .menu-toggle {        padding: 10px;    }

.banner h5:before{margin: 0 auto var(--m30);}
.banner h5{text-align: center;}
.banner h5:after{  margin:0 auto;text-align: center;}

.prod_related h6:before , .news_related h6:before{margin: 0 auto var(--m30);}
.prod_related h6 span:after ,.news_related h6 span:after{margin-top: 0; }


}




