@charset "utf-8";
/* *************聚材3D 列印 ****************** */

/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/* 英文字體 Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
/* --Color: #1c3459; */
--MainColor: #A98B73; /*網站主要色系*/
--SubColor: #282726; /*網站文字色*/
--SubColor1: #886D5C; /*網站輔助色系1*/
--SubColor2: #79716C; /*網站輔助色系2*/
--SubColor3: #EBE4D8; /*網站輔助色系3*/
--SubColor4: #FCFAF8; /*網站輔助色系4*/  
--SubColor5: #EBE4D8; /*網站輔助色系5*/ 
--SubColor4: #C2BAAA; /*網站輔助色系4*/  
--SubColor5: #E1D9C9; /*網站輔助色系5*/ 
--SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
--SFontEN: "Roboto", "Noto Sans TC", sans-serif;/*英文字體*/
--SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
--pd100:100px 0;
--m100:100px;
--m80:80px;
--m50:50px;
--m30:30px;
--f80:80px;
--f72:72px;
--f60:60px;
--f52:52px;
--f48:48px;
--f44:44px;
--f40:40px;
--f36:36px;
--f32:32px;
--f28:28px;
--f24:24px;
--f22:22px;
--f20:20px;
--f18:18px;
--f17:17px;
--f16:16px;
--tr3: ease-in-out 0.3s;
--tr5: ease-in-out 0.5s;
}
@media (max-width:1200px) {
:root{}
}
@media (max-width:1024px) {
:root{
--f80:70px;
--f72:60px;
--m50:40px;
--m30:25px;
--f52:48px;
--f48:40px;
--f44:38px;
--f40:36px;
--f36:32px;
--f32:28px;
--f28:24px;
--f24:22px;
--f22:20px;
--f20:18px;
--f18:17px;
}
}
@media (max-width:768px) {
:root{
--pd100:70px 0;
--m100:70px;
--f80:60px;
--f72:52px;
--m50:30px;
--m30:20px;
--f52:44px;
--f48:32px;
--f44:30px;
--f40:28px;
--f36:26px;
--f32:24px;
--f28:22px;
--f24:20px;
--f22:18px;
--f20:17px;
--f18:16px;
--f17:16px;   
--f16:15px;
}
}
@media (max-width:600px) {
:root{
--pd100:50px 0;
--m100:50px;
--m50:25px;
--f80:44px;
--f72:40px;
--f52:36px;
--f48:28px;
--f44:26px;
--f40:24px;
--f36:22px;
--f32:20px;
--f28:20px;
--f24:18px;
--f18:16px;
--f17:15px;  
}
}
@media (max-width:380px) {
:root{
--f80:40px;
--f52:32px;
--f48:24px;
--f44:22px;
--f40:20px;
--f36:18px;
--f32:18px;
--f28:18px;
--f24:17px;
--f22:17px;
--f20:16px;
--f18:15px;  
--f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/
/*反白顏色*/
/* ::-moz-selection { background-color: #060303; color: #fff; }
::selection { background-color: #060303; color: #fff; } */





/*卷軸*/
&::-webkit-scrollbar { background: #f1f1f1; width: 7px;}
&::-webkit-scrollbar-button { display: none; background: #f1f1f1; border-radius: 0;}
&::-webkit-scrollbar-track-piece { background: #f1f1f1;}
&::-webkit-scrollbar-thumb { /* border-radius: 4px; */ background-color: #c1c1c1;}
&::-webkit-scrollbar-track { box-shadow: transparent;}


.sb_marquee {display: none;}
/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 隱藏BTN= */
.footer_menu > a:first-child {display: none;}

/* header */
.header_area {position: sticky;/* position: fixed; */top: 0;z-index: 9999;width: 100%;background: #1c1e1f;padding: 0;box-shadow: unset;}
.header_area.sticky {background: transparent;box-shadow: unset;}
.header_area .main_header_area {/* background: #1c1e1f; */padding: 0;transition: var(--tr3);position: relative;box-shadow: unset;height: 100%;background: #886D5C;}
.header_area .main_header_area::before {background: #fff;opacity: 0;height: 100%;display: block;position: absolute;width: 100%;backdrop-filter: blur(10px);background-color: rgba(255, 255, 255, 0.8);backdrop-filter: blur(5px);}
.header_area.sticky .main_header_area, .pageIndex .header_area.sticky .main_header_area {transition: var(--tr3);/* background: #1c1e1f; *//* background: #FFF; */}

.main_header_area.animated {}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0 25px;width: 98%;max-width: 1600px;}
.header_area.sticky .main_header_area .container {width: 98%;max-width: 1600px;padding: 0 10px;}

.pageIndex .header_area .main_header_area {/* background: transparent; */}
.pageIndex .header_area {position: fixed;top: 0;/* position: sticky; */}


.navigation {display: flex;align-items: center;/* justify-content: space-between; */display: flex;justify-content: space-between;/* align-items: center; *//* margin-left: min(4vw, 4rem); *//* width: 100%; */gap: 0;}




/*選單 = =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.stellarnav {width: max-content;display: flex;justify-content: flex-end;align-items: center;/* margin-right: 0; */}
.header_area.sticky .stellarnav {opacity: 1;transition: var(--tr3);pointer-events: unset;}
.stellarnav.desktop > ul {}

.stellarnav > ul > li:nth-child(5) > ul > li:first-child{display: none;}
/* 第一層 */
.stellarnav li {font-family: var(--SFont);}
.stellarnav > ul > li {position: relative;padding: 0;margin: 0;font-size: 0;}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}
.stellarnav > ul > li > a {font-family: var(--SFontE);height: 50px;margin: 0;position: relative;padding: 15px 10px;display: block;font-size: 14px;line-height: 2;/* color: var(--SubColor); */transition: all .4s ease;font-weight: 500;letter-spacing: 1px;color: #FFF;min-width: 95px;display: flex;flex-direction: column;gap: 10px;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{/* color: var(--SubColor4); */}
.stellarnav ul li:hover a {opacity: 1;transition: var(--tr3);}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #131413;}
.stellarnav > ul > li:last-child  {/* margin-left: 5px; */}
.stellarnav.desktop > ul > li:last-child > a {/* background-color: #282828; *//* color: #fff; *//* padding: 8px 15px; *//* background-color: #e7e7e7; *//* border-radius: 4px; */opacity: 1;display: flex;/* flex-direction: column; *//* gap: 5px; *//* height: 38px; */}

.stellarnav.desktop > ul > li:last-child > a:hover {/* color: #222; *//* background-color: #e7e7e7; */}

.stellarnav.desktop > ul > li > a b {transition: .3s ease-in-out;line-height: 1.6;font-weight: 500;}
.stellarnav.desktop > ul > li > a b:last-child {/* order: 1; *//* font-size: 15px; */}
.stellarnav.desktop > ul > li > a b:nth-last-child(2) {/* order: 2; *//* opacity: 0; */}
.stellarnav.desktop > ul > li > a:hover b:last-child {/* opacity: 0; */font-weight: 400;}
.stellarnav.desktop > ul > li > a:hover b:nth-last-child(2) {opacity: 0;}
.stellarnav.desktop > ul > li > a:hover b {transform: translateY(-31px);-webkit-transform: translateY(-31px);-moz-transform: translateY(-30px);}


/* 下拉符號移除 */
.stellarnav li.has-sub > a:after {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    margin: 0px;
    top: 20px;
    right: 5px;
    /* right: calc(1vw - 13px); */
}

/* 第二層 */
.stellarnav.desktop > ul > li.drop-left > ul {padding-top: 5px;}

.stellarnav.desktop ul ul {left: 50%;transform: translateX(-50%);padding: 0;position: absolute;list-style: none;z-index: 98;white-space: nowrap;background: #fff;box-shadow: 0 3px 5px rgba(0, 0, 0, .1);border: none;width: fit-content;min-width: 130px;margin: 0;}
.stellarnav li li {border: 0;width: 100%;position: relative;
text-align: left;}
.stellarnav.desktop li li+li {border-top: 1px solid rgba(0, 0, 0, 0.1);}
.stellarnav.desktop li li.has-sub > a:after{content: '';display: block;height: 0px;position: absolute;top: 41%;right: 5px;height: 8px;width: 8px;display: block;border-style: solid;border-width: 0 1px 1px 0;transform: rotate(45deg);-webkit-transition: border .3s;transition: border .3s;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);border-color: transparent #666 #666 transparent;}
.stellarnav.desktop li.has-sub li a {font-weight: 500;font-size: 14px;text-align: center;padding: 10px 10px;white-space: nowrap;transition:  var(--tr5);letter-spacing: 1px;transform: translateX(0);text-align: center;color: #444;border: 0;border-right: 6px solid transparent;}
.stellarnav.desktop li.has-sub li a:hover{color: #fff;background: #e7e7e7;color: #1a1a1a !important;}
.prod_classes > li:hover > a, .prod_classes > li:focus > a,
.news_classes > li:hover > a, .news_classes > li:focus > a {color: #fff !important;background: #c8a37b;}


/* 第三層 */
.stellarnav.desktop ul ul ul {top: 0;left: 100%;margin: 0;width: fit-content;transform: unset;}
.stellarnav.desktop li.drop-left ul ul {left: auto;right: 100%;}



/* 右上購物BTN */
.me_tp_features {
    font-family: var(--SFontEN);
    order: 3;
    font-size: 14px;
    width: fit-content;
    color: #FCFAF8;
    line-height: 2;
    width: auto;
}
.top_member {
    height: 20px;
}
.top_member a{color: #FCFAF8;font-size: 13px;}

.box_search {margin-bottom: 0;}
.box_search > form {background: #f7f0e8;}

.box_search input[type=text]{border-radius: 0;overflow: hidden;border: none;border-bottom: 1px solid #ccc;
letter-spacing: 0;background: url(https://pic03.eapple.com.tw/xushiflower4/search-icon.png) no-repeat 8px center transparent;}
.box_search input[type=text]::placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-webkit-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-moz-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:-ms-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{/* border-radius: 0; *//* background: #9b9b9b; *//* padding: 0px 8px 2px; */}/*搜尋按鈕*/
.box_search > form {background: #f1f0f1;/* border: solid 1px #ccc; */}
.box_search input[type=text] {border-bottom: none;font-weight: 400;}
.shop_search_btn {background: #b1b1b1;border-radius: 0;background: var(--SubColor6);padding: 0px 8px 2px;font-size: 12px;letter-spacing: 1px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {color: #ffffff;line-height: 2;letter-spacing: .5px;font-weight: 400;transition: .3s;font-size: 13px;height: 20px;}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {color: #e0d6ce;}
.me_tp_features .tp_links {display: none;}

/* icon= */
.me_tp_features i {color: #ffffff;}

/*LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {width: fit-content;max-width: 160px;padding: 10px 0;transition: var(--tr5);font-size: 0;position: relative;/}
.sticky .nav-header {/* max-width: 230px; */}

.nav-brand {margin: 0;height: 100%;background-size: contain;padding: 0;background: url(https://pic03.eapple.com.tw/sanhostudio/logo_w.svg) no-repeat;background-size: contain;}
.sticky .nav-brand {}

.nav-brand img {max-width: 100%;opacity: 0;}
.sticky .nav-brand img {}






/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}


.footer {position: relative;margin-top: 0;background-color: #e0d6ce;padding: 60px 0 20px;left: 0;bottom: 0;width: 100%;background-repeat: no-repeat;background-position: left top;background-size: cover;/* background-image: url(https://pic03.eapple.com.tw/taiimong/ft_bg.jpg); */}
.footer .center {/* width: 100%; *//* max-width: 1300px; *//* margin: 0 auto; *//* padding-left: 20px; *//* padding-right: 20px; *//* padding-bottom: 10px; *//* max-width: 100%; */display: flex;justify-content: space-between;width: 100%;max-width: 1500px;margin: 0 auto;padding: 0 0 20px;padding-left: 50px;padding-right: 50px;/* border-bottom: 1px solid rgba(43, 24, 17, 0.2); */}

.footer_logo  {/* width: 50%; */max-width: 270px;height: fit-content;background-size: contain;padding: 0;margin: 0;/* margin-right: 0; */}
.footer_logo a {display: block;width: 100%;padding: 5px 0;font-size: 0;margin: 0;height: 100%;background-size: contain;padding: 0;background: url(https://pic03.eapple.com.tw/sanhostudio/logo_b.svg) no-repeat;background-size: contain;}
.footer_logo img {width: 100%;opacity: 0;}


/* footer資訊*/
.footer_info {text-align: center;width: 100%;/* display: flex; *//* grid-template-columns: 1fr; *//* grid-gap: 5px; *//* padding: 0; *//* flex-direction: column; *//* font-family: var(--SFont); *//* border-bottom: 0px solid rgba(43, 24, 17, 0.2); *//* align-items: flex-start; *//* position: relative; */display: flex;justify-content: space-between;flex-direction: row-reverse;align-items: flex-start;padding: 0;gap: 20px;}

.footer_info {}
.footer_info:nth-child(1) > ul {border: 0;display: flex;flex-direction: column-reverse;gap: 10px;width: fit-content;}


/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;padding: 5px 7px;border: 0;margin: 0;color: #3b3937;background: transparent;padding: 0 20px;font-family: var(--SFontE);font-size: 13px;line-height: 2;letter-spacing: 2px;font-weight: 400;opacity: 1;}
.footer_info li:nth-child(1) {justify-content: center;/* max-width: 1300px; */margin: 0;padding: 0;display: grid;gap: 0;display: flex;width: 100%;flex-direction: column;align-items: flex-start;border: 0;}
.footer_info li p {padding: 0;font-size: 13px;font-weight: 400;display: flex;align-items: center;letter-spacing: 1.5px;line-height: 1.8;width: fit-content;}

.footer_info li p a {color: #3b3937;transition: .3s;}
.footer_info li p a:hover {color: #876d5d;text-decoration: underline;/* font-weight: 600; */opacity: 1;/* color: #e02030; */}

.footer_info li p:before {/* color: var(--SubColor4); */margin-right: 5px;letter-spacing: 1px;display: inline-block;text-align: left;line-height: 1.2;/* padding-right: 10px; */font-weight: 600;height: 16px;min-width: 38px;/* border-right: 1px solid #fff; */}
/* .footer_info li p.line:before {content: 'LINE ID';}
.footer_info li p.tel:before {content: 'TEL';}
.footer_info li p.phone:before {content: 'PHONE';}
.footer_info li p.mail:before {content: 'MAIL';}
.footer_info li p.add:before {content: 'ADD';} */


.footer_info li:nth-child(2){border-top: 0;padding: 10px 0;/* padding-bottom: 5px; *//* padding-top: 8px; */border-top: 1px solid rgba(0, 0, 0, 0);/* display: none; *//* position: absolute; */right: 0;top: 0;}
.footer_menu {font-size: 0;width: 100%;display: flex;gap: 0px;justify-content: flex-start;}
.footer_menu a {
    line-height: 1.4;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    transition: var(--tr3);
    background: transparent;
    color: #876d5d;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 0;
    font-size: 12px;
    padding: 0px 12px;
    border-left: 1px solid #a88b75;
    }
.footer_menu a:last-of-type {
    border-right: 1px solid #876d5d;
}
.footer_menu a:hover {background: transparent;opacity: .6;/* color: #c49a6d; */}



/* ------------------------------------------------------------------------------------------------------------ */

.copy {text-align: left;padding: 0;padding-top: 15px;align-items: center;color: #3f3b3b;display: flex;flex-wrap: wrap;/* margin-top: 0; */position: relative;justify-content: center;font-family: var(--SFontE);font-size: 10px;line-height: 2;letter-spacing: .5px;font-weight: 400;/* background: #27272c; */max-width: 1400px;width: calc(100% - 100px);margin: 0 auto;padding-left: 50px;padding-right: 50px;border-top: 1px solid rgb(204 197 183);}
.copy a {color: #3f3b3b;} 
.privacyLinks a+a {border-color: #808080;}

/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;}


/* 置頂按鈕 */
#to_top {padding-top: 0px;font-size: 0;font-family: var(--SFontE);letter-spacing: 1px;color: #151515;bottom: 24px;left: unset;width: 44px;height: 44px;box-shadow: unset;transition: .2s ease-out;right: 20px;border-radius: 2px;background: rgba(0, 0, 0, .4);}
#to_top:before {
content: '';
display: block;
position: absolute;
width: 12px;
height: 12px;
border-top: 3px solid #fff;
border-left: 3px solid #fff;
top: 19px;
left: 17px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
#to_top i {display: none;}
#to_top i.top:before, #to_top i.top:after {height: 8px;top: 8px;}
#to_top:hover {opacity: 1;background: rgba(0,0,0,.6);}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *

/* 商品下拉超過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個--結束 */






/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
#content_main, #content {margin: 0;background: #fcfaf8;/* background: #ebe4d8; */padding: 80px 0;background-repeat: repeat;padding: 0;}

.bannerindex {position: relative;height: auto;padding: 0;}
/* 大圖尺寸 */
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}
.bannerindex .swiper-banner .swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{opacity: unset !important;width: auto;object-fit: contain;height: 100%;object-fit: cover;width: 100%;height: 100%;max-width: 100%;}
.bannerindex .swiper-banner .swiper-slide img {height: 100%;}


/* 大圖點點按鈕切換鈕 */
.bannerindex {--swiper-pagination-color: #fff;}
.bannerindex .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .bannerindex .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 8px 4px;width: 15px;height: 5px;border-radius: 2px;}
/* 大圖點點按鈕END */



/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {content: none;position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {content: '';position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
.bannerindex .swiper-banner .swiper-slide:before {background-size: 100% !important;left: 6%;width: 33%;top: 40%;height: auto;}
.bannerindex .swiper-banner .swiper-slide:after {background-size: 100% !important;left: 5%;width: 35%;top: 61%;height: auto;}

/* banner01 */


/* banner02 */





/* animation動畫 */
/* .bannerindex .swiper-slide.swiper-slide-active::after {} */




@media screen and (min-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}



/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {/* border-bottom: 1px solid #e5e5e5; */background-color: transparent;margin-bottom: 40px;padding: 20px 25px;padding-top: 0;text-align: right;font-family: var(--SFont);margin: 0 auto;max-width: 100%;/* display: none; */padding: 0 10px;border-bottom: 1px solid #e5e5e5;background-color: #f7f7f76e;margin-bottom: 0;padding: 12px 0;text-align: center;display: none;}
.path p a:hover {color: #BB9F77;}
.path p {width: fit-content;margin: auto;}
.path p, .path p a {text-align: right;color: #979797;font-weight: 400;transition: var(--tr3);margin-right: 0;text-align: center;display: inline-block;font-size: 13px;line-height: 1;letter-spacing: 0.5px;text-transform: uppercase;}
.path p a {/* font-size: 12px; */color: #666;transition: .3s;}
.path p a:not(:last-child):after {content: ' > ';color: #999;display: none;}
.path p a:hover:after {color: #999;}


/* main */
.edit_part{padding: 0;}
.main_part {width: 100%;min-width: 100%;margin: auto;padding: 80px 0px;padding-top: 0;padding-bottom: 100px;background: transparent;}
.show_content {margin: auto;padding: 0 20px;font-family: var(--SFont);width: 95%;max-width: 1500px;margin: 0 auto;padding-top: 100px;}
.subalbum-menu {margin: 0;padding: 0;padding-top: 20px;}

/* 編輯區 */
.edit {color: #262626;margin: auto;padding: 20px 0 40px;line-height: 1.7;letter-spacing: 0.5px;font-weight: 400;}


/* 功能頁下方頁碼 */
ul.page {width: 100%;}
.page {width: 100%;margin: 30px auto;gap: 10px 0;}
.page li a, .page li {font-family: var(--SFontEN);display: inline-block;font-size: 14px;margin: 3px;border-color: transparent;color: #b08c69;border-radius: 0;width: 25px;height: 25px;letter-spacing: .5px;line-height: 25px;text-align: center;padding: 0;transition: all 0.4s ease-in-out;background: #f5efe6;}
.page li a {background: rgb(58 95 141 / 5%);color: #b08c69;margin: 0;}
.page strong, li.activeN {background: #afa193;color: #ffffff;border-color: transparent;}
.page strong, .page a:hover {background: var(--SubColor6);color: #ffffff;transition: all 0.1s ease-in-out;}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {position: relative;background: #eee7da;width: 100%;object-fit: cover;background-size: cover;/* border-bottom: #ACACAC solid 1px; *//* aspect-ratio: 24/6; *//* font-family: var(--SFontEN); */min-height: auto;background: url() no-repeat;background-size: cover;padding: 120px 40px 80px;flex-flow: column;display: flex;flex-direction: column;color: #876d5d;align-items: center;max-width: 1500px;margin: 0 auto;}
.banner:before {/* content: 'Project'; */position: relative;font-size: var(--f72);display: block;width: fit-content;font-family: var(--SFontEN);font-weight: 700;color: #222222;width: 100%;text-align: left;}
.banner h1 {z-index: 1;font-family: var(--SFont);width: 100%;max-width: 1400px;padding: 0;text-align: left;position: relative;font-size: var(--f40);font-weight: 500;letter-spacing: 2px;color: #876d5d;/* padding: 10px 0 30px; */position: relative;display: flex;justify-content: center;}





.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}

/* .album_a .banner {}*/
.album_page.album_a .banner h5:before {content: '工程案例';font-size: var(--f20);}
.banner h1 {/* font-size: var(--f20); */}
.album_page.album_a .banner h1 {font-size: 0;}




/* .article_b .banner {} */



.article_a .banner {/* background: url() no-repeat; *//* background-size: cover; *//* background-position: 10% 30%; */}
.article_b .banner {background: url() no-repeat;background-size: cover;background-position: 10% 90%;}
.album_a .banner {/* background: url() no-repeat; *//* background-size: cover; *//* background-position: 10% 60%; */}
.product_page .banner {background: url() no-repeat;background-size: cover;background-position: 30% 100%;}
.other_page .banner {/* background: url() no-repeat; *//* background-size: cover; *//* background-position: 40% 50%; */}



/*響應式尺寸 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1400px) {}


@media screen and (max-width: 1200px) {
/* header */
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li {}
/* 內頁BN */
.banner {min-height: 440px;}
}



/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {}
.header_area.sticky .main_header_area{}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}
/* logo*/
.nav-header {width: 200px;max-width: 200px;padding: 15px 0 5px;margin: auto;}
.sticky .nav-header {max-width: 180px;}

/* 導覽列 */
.header_area.sticky .stellarnav, .stellarnav {width: 100%;margin: 0;}
.stellarnav ul {text-align: center;width: 100%;}
.stellarnav > ul > li {padding: 0 7px;}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a, .stellarnav.desktop > ul > li:last-child > a{/* letter-spacing: .6px; *//* margin: 0; *//* line-height: 45px; *//* padding: 10px 0; */letter-spacing: .6px;margin: 0;line-height: 45px;padding: 10px 0;/* color: #222; */height: 45px;background: transparent;}
.stellarnav.desktop > ul > li:last-child > a:hover {color: #222;background-color: transparent;}


/* 內頁BN */
.banner {min-height: 340px;padding: 100px 40px 60px;}


}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* logo*/
.nav-header {max-width: 70px;padding: 10px 0;margin: 0 auto;max-width: 200px;padding: 15px 0;margin-left: 0;}
.sticky .nav-header {max-width: 200px;/* padding: 10px 0; */margin-left: 0;}
.nav-brand img { }
/* = = header = = */
.header_area {height: fit-content;}
.header_area .main_header_area {padding: 0;border: 0;backdrop-filter: none;/* border-bottom: 1px solid #ddd; */}
.main_header_area .container {max-width: 100%;/* padding: 0; */}
.header_area.sticky .main_header_area .container {padding: 0 10px;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;}


/* 導覽列漢堡選單 */
.stellarnav.mobile {right: unset;left: unset;right: 0;top: 0;width: auto;display: inline-block;}
.stellarnav.mobile .menu-toggle {margin: auto;display: flex;margin-right: 0;padding: 8px 10px 14px 15px;flex-direction: column;align-items: center;gap: 10px;top: 0;position: relative;width: fit-content;height: fit-content;transition: .4s;/* border-left: 1px solid #bebebe; */margin: 12px 0;right: 0;justify-content: center;}
.stellarnav.mobile, .header_area.sticky .stellarnav.mobile {width: fit-content;margin: 0;}
.sticky .stellarnav.mobile .menu-toggle {/* top: 3px; */}

/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;font-size: 0;color: #151515;transform: scale(1);font-family: var(--SFontEN);font-weight: 700;letter-spacing: 1px;content: none;}
.stellarnav .menu-toggle span.bars {display: block;margin: 0;display: flex;flex-direction: column;gap: 7px;justify-content: center;align-items: center;}
.stellarnav .menu-toggle span.bars span {width: 28px;height: 2px;border-radius: 0;background: #717171;margin: 0;background: #FFF;height: 2px;}

/* 黑色遮罩 */
.stellarnav.mobile::before {content: "";position: fixed;width: 100%;height: 100%;top: 50%;left: 50%;z-index: -5;line-height: normal;background-color: transparent;transform: translate(-50%, -50%) scale(1.05);opacity: 0;transition: 1s;content: none;}
.stellarnav.mobile.active::before {content: "";width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);border-radius: 0;backdrop-filter: blur(1px);opacity: 1;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 0;border: 0;  
/*右滑出現*/right: -100vw;padding: 0;overflow: hidden;transition: var(--tr5);overflow-y: auto;background: #FFF;box-shadow: -2px 0px 13px hsla(0, 0%, 50%, .2);}
/*卷軸*/
.stellarnav.mobile.left > ul::-webkit-scrollbar {background: #eaeaea;width: 4px;height: 15px;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-button {display: none;background: #eaeaea;border-radius: 0;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {background: #fbfbfb;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {background-color: #888;width: 4px;border-radius: 15px;border: 3px solid #c49a6d;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {border-radius: 6px;height: 6px;background-color: #eaeaea;}
.stellarnav.mobile.left.active > ul{right: 0;max-width: 400px;width: 80%;width: 66%;max-width: 500px;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {content: 'Menu';font-size: 10px;color: #555;transform: scale(1);font-family: var(--SFontEN);letter-spacing: .8px;height: fit-content;font-weight: 400;text-align: right;display: flex;gap: 8px;text-transform: uppercase;background: transparent;justify-content: flex-end;flex-direction: column;margin: 0 auto;max-width: 500px;margin-bottom: 60px;margin-right: 10px;margin-top: 10px;width: fit-content;align-items: center;}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;font-size: 0;height: 12px;position: relative;display: inline-block;margin: 2px 10px 0 0px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 28px;height: 0px;border-bottom: solid 1px #333;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: var(--tr3);}

/* 第一層 */
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 0;display: block;border-bottom:  1px solid #eee;display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: transparent;padding: 0;padding-bottom: 0;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 1.5;display: block;color: #333;/* font-size: 16px; *//* letter-spacing: .5px; */padding: 14px 0;font-weight: 400;border: 0;/* text-align: center; */font-size: 15px;letter-spacing: 2px;/* margin-left: 30px; */}
.stellarnav.mobile li.open > a, .stellarnav.mobile ul li.open:hover > a {border: 0;background: #666666;}
.stellarnav.mobile li.open > a b, .stellarnav.mobile > ul > li.open > a:hover b {color: #fff;}
.stellarnav > ul > li > a:before{content: none;}
.stellarnav.mobile > ul > li > a b:first-child {display: none;}
.stellarnav.mobile > ul > li > a b {color: #333;font-size: 15px;letter-spacing: 2px;font-weight: 400;line-height: 1.8;margin-left: 30px;}
.stellarnav.mobile > ul > li > a:hover b {color: #121212;font-weight: 500;}

/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {width: auto;height: 55px;min-width: fit-content;aspect-ratio: 1/1;margin: 0;padding: 0;background: transparent !important;font-size: 0;overflow: hidden;margin-right: 5px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {width: 16px;height: 0px;border-bottom: solid 1px #555;transition: var(--tr3);}
.stellarnav a.dd-toggle .icon-plus:before {}
.stellarnav a.dd-toggle .icon-plus:after {}
.stellarnav li.open > a.dd-toggle .icon-plus {transform: unset;}
.stellarnav li.open > a.dd-toggle .icon-plus:before {transform: rotate(0deg);transition: var(--tr3);}
.stellarnav a.dd-toggle .icon-plus {height: 50px;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #b37130;}
.stellarnav li li a.dd-toggle .icon-plus {transform: scale(.8);}
.stellarnav.mobile li.open a.dd-toggle .icon-plus:before, .stellarnav.mobile li.open a.dd-toggle .icon-plus:after {border-color: #FFF;}
/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {left: unset;width: 100%;margin: auto;left: unset;box-shadow: none;transform: unset;background: #ededed;}
.stellarnav li li {font-size: 15px;color: #333333;letter-spacing: .5px;padding: 0;padding-left: 30px;}
.stellarnav.mobile li li.has-sub a {padding: 10px;text-align: center;border: 0;}
.stellarnav li li a {font-weight: 400;color: #222;text-align: left;padding: 12px 0;}
.stellarnav.mobile ul li:hover > a {opacity: 1;transition: var(--tr3);background: transparent;color: unset;/* position: relative; */}
.stellarnav.mobile ul ul>li:hover {background: inherit;}
.stellarnav.mobile ul ul>li>a:hover{color: #666666;opacity: 1;}
.prod_classes > li:hover > a, .prod_classes > li:focus > a, .news_classes > li:hover > a, .news_classes > li:focus > a {color: #666 !important;}

/* 第三層 */
.stellarnav.mobile li.open li.open {padding: 0;background: #e7e1d3;}
.stellarnav.mobile li.open li.open ul {}
.stellarnav.mobile li.open li.open > a {color: #333;}
.stellarnav li li li {border: 0;}
.stellarnav li li li a{font-size: 14px;color: #333;}



/* = =  內頁BN = = */
.banner {min-height: 250px;gap: 10px;}
.banner h1 {padding: 0;}
.banner h5:after {font-weight: 500;}
.banner:before {font-size: var(--f80);}
.banner h5, .album_page.album_a .banner h5:before {font-size:16px;}
}




@media screen and (max-width: 480px) {
.banner {min-height: 200px;padding: 60px 20px 40px;gap: 5px;}
.banner:before {font-size: var(--f80);}
.banner h5, .album_page.album_a .banner h5:before {font-size: 14px;letter-spacing: 2px;}

.stellarnav.mobile.left.active > ul {width: 100%;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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%;padding: 40px 20px;width: 96%;}
ul.page { width: 100%;}




.product_page .product_menu_list {position: relative;width: 230px;letter-spacing: 1px;}
.product_page .products-list, .product-wrapper {width: calc(100% - 260px);grid-gap: 60px 25px;grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));padding-left: 25px;}
ul.page { width: 100%;}
.page strong, .page a:hover {background: #252422;color: #f5efe6;}
.product_menu_list > h5 {color: var(--SubColor);line-height: 1.5;text-transform: uppercase;position: relative;width: 100%;font-family: var(--SFontEN);padding: 10px 5px 0;border-bottom: 0;font-size: 22px;font-weight: 500;letter-spacing: 1px;margin-bottom: 12px;font-size: var(--f20);}
.product_page .product_menu_list ul {border-top: rgb(193 172 138 / 30%) 1px solid;margin: 0;gap: 0;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.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;}
.product-layer-two li li a{padding: 6px 10px;color: #333;}
.product-layer-two li li:hover > a {background:#fff;color: #b77c3c;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li {margin-top: 0;}
.product-layer-two li:hover > a {color: #e02030;border-bottom-color: #b39797;background: rgb(245 239 230 / 40%);}
.product-layer-two li i {top: 4px;}
.fa-circle-plus::before {
color: #c49a6d;
}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list, .product-wrapper { width: 100%;}
.product-layer-two li li:hover{margin-left: 10px;}
.product-layer-two li li > a:before {content: "";position: absolute;width: 8px;height: 8px;background: transparent;left: 0;margin-left: -2px;top: 50%;margin-top: -3px;/* clip-path: polygon(0 0, 100% 50% , 0 100%); */}
.product-layer-two li li:hover > a:before {background: #b77c3c;}

.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;}
.products-list .pic {aspect-ratio: 2/2;border-radius: 0;background: #151515;border-radius: 5px;}
.products-list .pic img {transform: scale(1);transition: var(--tr5);}
.products-list .item a {padding: 0;}
.products-list .item a:hover img {/* transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); */transform: scale(1.1);z-index: 0;opacity: 0.5;transform: scale(1.08);}
.products-list .pic:after {
content: "";
}
.products-list .item a:hover .pic:after {
opacity: 1;
transform: translate(-50%, -50%);
}

.product-layer-two > li {
border-bottom: none;
padding-bottom: 0;
}
.product-layer-two li a {
background: transparent;
font-family: var(--SFont);
border: none;
border-bottom: 1px solid var(--SubColor2);
display: block;
padding: 10px;
transition: .3s ease;
font-size: 16px;
font-weight: 500;
color: #151515;
border-bottom: rgb(193 172 138 / 30%) 1px solid;
}
.product-layer-two li.active a {
font-weight: bold;
border: 0;
background: var(--SubColor2);
border-bottom: 1px solid #d6d6d6;
color: #FFF;
}
.product_page .product_menu_list ul ul, .product-layer-two li.active li a {
font-weight: normal;
color: #333;
background: #f9f5ee;
}
.product-layer-two li li.active a {
color: #151515;
color: #e02030;
font-weight: 500;
}



/*顏色*/
.products-list .more {border: 1px solid #c7b08c;background: #fff;color: #cdb795;font-family: var(--SFont);font-weight: 500;letter-spacing: 1px;position: relative;}
.products-list .more:before {content: '';width: 100%;display: block;height: 100%;background: transparent;z-index: 1;position: absolute;/* border: .5px solid rgb(255 255 255 / 50%); */}
.products-list .item a:hover .more {
background: #251d0e;
border-color: #251d0e;
}
.products-list .price b.ori_price {    color: var(--SubColor04);}
.products-list .price b {margin: 0;color: #b32834;text-align: center !important;line-height: 1.4;}
.products-list .name {color: #252a2c;text-align: center;font-family: var(--SFont);font-weight: 500;font-size: var(--f16);-webkit-line-clamp: 1;line-height: 1.6;height: 25px;}



/*購物車/內層 = = = = = = = =*/
.product_info_page .main_part {width: 90%;}
.product_info_page .product_menu_list {display: none;}
.sidebarBtn .price span {color: var(--SubColor04);}
.sidebarBtn .sp_price {/* color: var(--SubColor) !important; */}
.pd_tabInner_contain {line-height: 200%;}
.pd_tabTitle li {border-bottom: 1px solid #b2a79e4d;}
.pd_tabTitle li.activeTab a {color: inherit;background-color: #d4c2a62b;color: #6e594a;font-family: var(--SFont);font-weight: 600;font-size: var(--f20);letter-spacing: 1px;}
.pd_tabTitle li.activeTab::after {background: transparent;}

/* 左側輪播商品 */
.product_main {padding: 0 20px;display: inline-block;width: 68%;vertical-align: top;}
/*右側商品側邊規格*/
.product_info li .txt_box {color: #222222;width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name {color: #333;font-size: var(--f28);text-align: center;padding: 0;font-weight: 600;line-height: 2;}
.sidebarBtn {border: none;font-family: var(--SFont);padding: 20px;width: 30%;border-radius: 5px;}
.sidebarBtn h2 {color: var(--SubColor2);font-weight: 600;font-size: var(--f28);letter-spacing: -.5px;}
.sidebarBtn .price {color: #333;font-size: 22px;font-weight: bold;padding: 8px 0;letter-spacing: 1px;margin-bottom: 25px;padding-bottom: 10px;border-bottom: 1px solid #d6d6d6;font-size: var(--f24);font-weight: 400;}
.sidebarBtn .price span {color: #b32834;font-size: var(--f18);letter-spacing: .5px;}
.product_info li .txt_box {padding-top: 5px;color: #444;line-height: 1.5;font-size: 15px;width: 100%;/* font-family: var(--SFont); */}
.product_info li span {font-family: var(--SFontEN);/* font-family: var(--SFont); */}
.radio-inline__label {border: 1px solid #d9c9b0;}
.radio-inline__input:checked + .radio-inline__label {background: #d4c1a6;border: 1px solid #d9c9b0;color: #59402e;}
.toShare {border-top: 1px dashed #ccc;font-size: 12px;color: #888;margin-top: 25px;padding-top: 20px;font-family: var(--SFont);display: flex;align-items: center;}
.toShare b {font-weight: 400;}
.toShare a object {width: 22px;aspect-ratio: 1/1;}
/*按鈕顏色*/
.inquiry_a1{background: var(--MainColor);}
.inquiry_a2{background: var(--MainColor);}
.inquiry_a3{background: var(--SubColor2);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: var(--SubColor);}
.lastaction {color: var(--MainColor);background-color: #f2f2f2;}
.nextaction {background-color: var(--MainColor);}


/*相關推薦*/
/*購物車-小工匠商品資訊表格調整*/
body.product_info_page .prod_tabs tbody {line-height: 150%;}
body.product_info_page .prod_tabs table {width: 100% !important;}
body.product_info_page .prod_tabs th, body.product_info_page .prod_tabs td {padding: 10px;}
body.product_info_page .prod_tabs td:nth-child(1) {width: 120px;text-align: center;max-width: 100%;}
body.product_info_page .prod_tabs th:nth-child(2) {text-align: left;}



@media screen and (max-width: 1400px) {
/* 內 */
.product_info_page .main_part {width: 98%;}
.product_main {width: 62%;}
.sidebarBtn {width: 36%;}
}

@media screen and (max-width: 1200px) {}



@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}
.sidebarBtn { display: block; width: 100%;}
.product-layer-two li a {font-size: 15px;}
.product_page .products-list, .product-wrapper {
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));gap: 50px 20px;padding-left: 10px;}
.products-list .more {font-size: 14px;line-height: 30px;}
/* 內 */
.product_main, .sidebarBtn {width: 100%;max-width: 800px;padding: 0;margin: 0 auto;display: block;}
.sidebarBtn {margin-top: 40px;}
}


@media screen and (min-width: 768px) {
/* 商品分類展開 */
.product_page .product_menu_list>h5:before {
z-index: 1;
order: -1;
font-size: var(--f40);
content: 'Product';
font-weight: 400;
font-family: var(--SFontEN);
text-transform: uppercase;
color: #C49A6D;
letter-spacing: 0.5px;
line-height: 1.2;
}
.product_page .product_menu_list>h5 {font-weight: 300;font-size: var(--f20);letter-spacing: 3px;color: #333;display: flex;line-height: 1.6;margin-bottom: 20px;flex-wrap: wrap;}
.product_menu_list>h5 a {pointer-events: none;}
.product_menu_list>h5 a i {opacity: 0;}
}


@media screen and (max-width: 768px) {
/* 外 */
.product_menu_list, .products-list, .product-wrapper {width: 100%;padding: 0;}
.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 .show_content > a { order: 1;}
.product_page ul.products-list {order: 2;margin-top: 20px;padding: 0;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%;order: 0;min-height: unset;margin-bottom: 10px;background: #e7ddce4f;border-radius: 5px;border: 1px solid #e7ddce;}
.product_page .product_menu_list > h5 {display: block;color: var(--SubColor);font-weight: 600;margin: 0;padding: 10px 8px;font-size: var(--f24);}
.openNext a.pd_menu_toggle i::before {color: var(--MainColor);}
.product_page .product-layer-two {width: 100%;grid-template-columns: repeat(1, 1fr);}
.product_page .products-list {width: 100%;grid-template-columns: repeat(2, 1fr);}
.product-layer-two li:last-child a {border: 0;}
}

@media screen and (max-width: 600px) {
.payment_form {    flex-direction: column;}
/* 外 */
.products-list .more { position: relative;line-height: 28px;}
.product_page .show_content, .product_info_page .show_content {padding: 40px 0px;width: 96%;}
.products-list .price {margin: 5px 0 10px;}
.product_page .show_content {padding-top: 20px;}
.product_info_page .show_content {padding: 0;}
/* 內 */
.prod_related {padding: 60px 20px 40px;}
.prod_related h6 {margin-bottom: 30px;}
.related_list {grid-template-columns: repeat(2, 1fr);grid-gap: 20px;width: 96%;}
.related_list li figure {border-radius: 5px;}
.related_list li a p {letter-spacing: 0;padding: 4px 0;text-align: left;line-height: 1.8;}
.related_list li a:before {font-size: 11px;bottom: 35px;padding: 8px;}
.prod_related_b_box {margin: 10px auto;margin-top: 30px;transform: scale(.9);text-align: center;}
}

@media screen and (max-width: 600px) {
/* 外 */
.product_page .products-list {grid-template-columns: repeat(1, 1fr);width: 95%;margin: 0 auto;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 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);}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章功能頁/ = = = = */
.show_content.blog_box {max-width: 1400px;gap: 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;}

/* 左側分類欄位 = = */
.blog_le {position: relative;width: 100%;padding: inherit;z-index: 1;margin: 0;margin-bottom: 40px;padding-top: 0;padding-bottom: 20px;}
h5.blog_le_t {text-align: center;padding: 20px;padding-top: 0;padding-bottom: 0;width: 100%;margin: 0 0 20px;}
h5.blog_le_t em {font-weight: 600;font-size: var(--f22);letter-spacing: 3px;color: transparent;text-align: center;font-family: var(--SFont);}
.blog_search {display: none;}
.blog_search input[type=search] {color: #999;border: 1px solid #eee;background: #f5f5f5;border-radius: 0;padding: 10px 40px 10px 10px;}
/* 分類列 */
.blog_le .accordion {border-radius: 0;font-size: 0;padding: 0;display: flex;justify-content: center;align-items: center;gap: 0;flex-direction: row;border: 0;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;display: -webkit-box;display: -ms-flexbox;display: flex;gap: 15px;}
.blog_le .accordion li {transition: .3s ease-out;border: 0;position: relative;overflow: unset;height: fit-content;display: flex;flex-direction: column;width: fit-content;margin-bottom: 10px;}
.accordion li .link {position: relative;width: 100%;display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;border: 0;display: block;/* padding: 10px 20px; *//* font-size: 16px; *//* color: #000; *//* background-color: #f0f0f0; *//* letter-spacing: 2px; *//* text-align: center; */}
.accordion li+li .link {border-top: 0;}
.accordion li .link a {line-height: 1.6;font-weight: 400;margin: 0;border: 0;border-bottom: 0;height: auto;transition: var(--tr3) ;width: fit-content;display: block;padding: 10px 20px;font-size: 15px;color: #151515;background-color: #f0f0f0;letter-spacing: 2px;text-align: center;}
/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;background: #f5efe6;}
.submenu li+li {border-top: 1px solid #E3D7CB !important;}
.submenu a {color: #666;word-break: break-all;line-height: 1;padding: 12px 20px 12px 30px;height: fit-content;font-size: 13px;}
.submenu a i {left: 10px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {color: #c29971;background: #f5efe6;}
/* 當前頁面 */
.blog_le .accordion > li.on_this_category .submenu {display: none !important;height: 100%;}
.blog_le .accordion > li.on_this_category.open .submenu {display: block !important;height: 100%;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover {color: #3C3C3C !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a, .blog_le .accordion > li:hover .link a {color: #fff !important;background: #C49A6D;}


/* 右側圖文區 = = */
.blog_ri {margin: 0;font-family: var(--SFontEN);padding: 0;width: 100%;justify-content: flex-start;}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;margin: 0;padding: 0;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: repeat(3,1fr);width: 100%;gap: 30px;}
.subbox_item {border-radius: 0;overflow: hidden;transition: var(--tr5);margin: 0;padding-bottom: 0;padding: 0px 0 40px;padding-top: 0;border: 0;}
.subbox_item:hover {transition: var(--tr5);}
.subbox_item a {gap: unset;display: grid;grid-template-columns: 1fr;align-items: center;grid-gap: 15px;padding-right: 0;}
.subbox_item a:before, .subbox_item a:after {display: none;}
.subbox_item a:hover:before, .subbox_item a:hover:after {display: none;}
/* 圖 */
.blog_list_le {overflow: hidden;aspect-ratio: 3/2;background-color: #202020;width: 100%;position: relative;}
.blog_list_le img {transition: var(--tr5);}
.article_b .blog_list_le:hover img {opacity: 0.8;-webkit-transform: scale(1.05);transform: scale(1.05);}
/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;padding: 0;width: 100%;max-width: 100%;overflow: hidden;align-items: flex-start;}
.blog_list_ri h5 {line-height: 2;font-size: var(--f20);text-align: left;color: #444;font-weight: 600;letter-spacing: 1px;margin: 0;padding-bottom: 0;color: #333;}
.subbox_item a:hover .blog_list_ri h5 {color: #AF8659;}
.blog_list_ri em {font-size: 13px;color: #999;padding-bottom: 4px;margin: 0;letter-spacing: .5px;order: -1;}
.blog_list_ri p {letter-spacing: 1px;line-height: 1.6;font-weight: 400;text-align: left;margin: 0;color: #777;font-size: 15px;-webkit-line-clamp: 3;padding-top: 5px;}
.blog_list_ri p span {color: #333;font-weight: 500;line-height: 1.6;font-size: 16px;}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {align-self: end;}
.blog_in_page h4.blog_category_title {width: 100%;font-size: 24px;letter-spacing: 1.5px;margin-bottom: 0;text-align: left;padding: 0;font-size: var(--f28);display: none;}
/* 上下篇按鈕 */
.blog_back {align-items: center;border-top: 1px solid #eee;padding: 40px 0;display: flex;-ms-flex-wrap: wrap;gap: 10px;width: calc(100% - 240px - 60px);}
.blog_back a {font-size: 13px;letter-spacing: 0.08em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {/* background: #eee; */background: transparent;transition: var(--tr5);height: 38px;width: 180px;font-weight: 300;line-height: 40px;padding: 0 20px;position: relative;border-radius: 4px;border: 1px solid #c2c2c2;color: #666;display: block;font-size: 14px;padding: 0 20px;position: relative;}
.blog_back a.article_btn_prev {text-align: right;}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before{content: "";width: 10px;height: 10px;border-left: 1px solid #9e9e9e;border-bottom: 1px solid #9e9e9e;display: block;position: absolute;top: calc(50% - 5px);}
.blog_back a.article_btn_prev:before{-webkit-transform: rotate(45deg);transform: rotate(45deg);left: 15px;}
.blog_back a.article_btn_next:before{-webkit-transform: rotate(-135deg);transform: rotate(-135deg);right: 15px;}
.blog_back a.article_btn_next {margin-left: auto;text-align: left;}
.blog_back a.article_btn_back {background: #f5f5f5;transition: var(--tr5);display: none;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {border: 1px solid #f5efe6;background: #f5efe6;color: #bf8c5b;}
.blog_back a.article_btn_back:hover {border: 1px solid #2c2c2c;background: #2c2c2c;color: #fff;}
.blog_back a.article_btn_prev:hover:before, .blog_back a.article_btn_next:hover:before {border-left: 1px solid #bf8c5b;border-bottom: 1px solid #bf8c5b;}

/* 分享按鈕 = = */
.blog_shareData {
display: flex;
align-items: center;
align-content: center;
flex-wrap: wrap;
flex-direction: row;
margin-bottom: 10px;
width: 100%;
padding: 10px 0;
justify-content: flex-end;
border-top: 1px dashed #d6d6d6;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: 400;font-size: 12px;color: #333;margin: 0 0 0 4px;letter-spacing: .5px;}
.toShareNews a object {max-width: 20px;}
.toShareNews > a:hover > object {filter: none;}
/* 文章編輯器 */
.blog_box_edit {background: transparent;margin: 10px 0;font-size: var(--f16);color: #2F2F2F;line-height: 1.8;padding: 0 20px;padding: 0;letter-spacing: .5px;}
.articel_mainPic {display: none;}


/*文章-相關推薦*/
.news_related, .prod_related {display: none;}
.news_related h6 span:before, .prod_related h6 span:before {font-size: 24px;color: #333;font-weight: 500;letter-spacing: 0.04em;}
.news_related_list, .related_list {margin: 40px auto;}
.news_related_list li, .related_list li {display: block;padding: 0px;}
.news_related_list li a, .related_list li a {padding: 10px;background: #fff;height: 100%;border: 1px solid #eee;border-radius: 5px;transition: .3s ease;}
.news_related_list li a:hover, .related_list li a:hover {box-shadow: 4px 4px 15px rgb(181 177 172 / 25%);transition: .3s ease;}
.news_related_list li figure {aspect-ratio: 12 / 17;}
.news_related_list li a p, .related_list li a p{font-size: 16px;letter-spacing: 0.04em;color: #333;padding: 10px 0 5px;line-height: 1.5;}





/*A文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* article_a */
.article_a .show_content.blog_box {padding-top: 40px;}
.article_a .edit {padding: 0;}
.article_a h5.blog_le_t {/* display: none; */}
.article_a .blog_shareData {display: none;}
.article_a .blog_back {display: none;}
/* 左側 */
.article_a .blog_le {/* position: relative; */width: 220px;padding: 0;/* z-index: 1; *//* margin: 0; */}

.article_a .blog_le_t {text-align: left;padding: 20px 0 10px;padding-top: 15px;height: fit-content;width: 100%;margin: 0 0 20px;font-family: var(--SFontEN);}
.article_a .blog_le_t em {font-weight: 300;font-size: var(--f20);letter-spacing: 3px;color: #333;text-align: left;font-family: var(--SFont);display: flex;line-height: 1.6;flex-direction: column;}

.article_a .blog_le_t span {/* display: none; */}
.article_a .blog_search {display: block;}
/* 分類列 */
.article_a .blog_le .accordion {border-radius: 0;font-size: 0;padding: 0;display: flex;justify-content: center;align-items: center;gap: 0;flex-direction: column;border: 1px #E3D7CB solid;}
.article_a .blog_le .accordion li {transition: .3s ease-out;border: 0;position: relative;overflow: unset;height: fit-content;
display: flex;flex-direction: column;
width: 100%;margin: 0;}
.article_a .accordion li .link {position: relative;width: 100%;display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;border: 0;}
.article_a .accordion li+li .link {border-top: 1px solid #E3D7CB;}
.article_a .accordion li .link a {text-align: center;line-height: 1.6;font-weight: 500;margin: 0;padding: 10px 20px;font-size: 14px;letter-spacing: 2px;border: 0;border-bottom: 2px solid transparent;height: auto;transition: var(--tr3) ;width: 100%;text-align: left;background: #fbfbfb57;}
/* 右側 */
.article_a .blog_ri {margin: 0;flex-direction: column;font-family: var(--SFontEN);padding: 0 0 0 40px;width: calc(100% - 240px);justify-content: flex-start;}
.article_a .blog_subbox {grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));width: 100%;gap: 11px;}
.article_a .subbox_item {border-radius: 0;overflow: hidden;transition: var(--tr5);margin: 0;padding-bottom: 0;padding: 0 3%;overflow: unset;margin-bottom: 40px;border: 0;}
.article_a .subbox_item a {gap: unset;display: grid;grid-template-columns: 1fr;align-items: center;grid-gap: 15px;padding-right: 0;overflow: unset;}
.article_a .blog_list_le {overflow: hidden;aspect-ratio: 73 / 108;background-color: #121212;width: 100%;position: relative;transition: 0s;transition: .3s ease-out;}
.article_a .blog_list_le:hover {border: 6px solid #e3d8cc;padding: 0;}
.article_a .blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;padding: 0;width: 100%;max-width: 100%;overflow: hidden;align-items: center;}
.article_a .blog_list_ri h5 {line-height: 2;font-size: var(--f24);text-align: left;color: #444;font-weight: 600;letter-spacing: 1px;margin: 0;padding-bottom: 0;color: #333;}
.article_a .blog_list_ri em {display: none;}
.article_a .blog_list_ri p {letter-spacing: 1px;line-height: 1.6;font-weight: 400;text-align: center;margin: 0;color: #8b817a;font-size: var(--f18);}
.article_a .blog_list_ri p span {color: #333;font-weight: 500;line-height: 1.6;font-size: var(--f16);}

/*B文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* article_b */
.article_b .banner h1 {display: flex;}
.article_b .blog_le {border-bottom: 1px solid #e3d7cb85;}
/*內層 */
.article_b.blog_in_page .blog_le { border-width: 0;padding: 0;}
.article_b.blog_in_page .blog_le .accordion {display: none;}
.article_b.blog_in_page .blog_ri {max-width: 1200px;width: 96%;margin: 0 auto;}
.article_b.blog_in_page h4.blog_category_title {font-size: var(--f24);display: block;padding: 7px 0;}
.article_b.blog_in_page .articel_mainPic {display: block;padding: 10px 0;}
.article_b.blog_in_page .blog_back {width: 100%;max-width: 1200px;margin: 0 auto;padding: 30px 0;}



@media screen and (max-width: 1400px) {
/* 外層 */
.blog_subbox {gap: 25px;}

.show_content.blog_box {width: 94%;}
.article_a .show_content.blog_box {width: 96%;}
.article_a .blog_ri {padding-left: 20px;}
.article_a .blog_subbox {gap: 5px;}

}


@media screen and (max-width: 1200px) {
/* 外層 */
.blog_ri {padding-left: 20px;}
.article_b .blog_ri {padding: 0;}
.article_a .blog_le {position: sticky;height: fit-content;top: 100px;}
.blog_subbox {grid-template-columns: repeat(2,1fr);}
/* 內層 */
}


@media screen and (max-width: 1024px) {
.article_b.blog_in_page .banner h1 {padding-top: 10px;}
/* 外層 */
.blog_list_ri {padding-right: 0;}
.accordion li .link a {padding: 8px 15px;font-size: 13px;}
.blog_list_ri p {font-size: 14px;}
.article_a .blog_subbox {grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));gap: 0;max-width: 100%;}
.article_a .blog_le {width: 200px;top: 170px;}
.article_a .blog_ri {width: calc(100% - 240px);padding-left: 0px;}

/* 內層 */
.article_b .blog_in_page .path {display: none;}
.blog_back { padding: 25px 0;}
.blog_box_edit {margin: 0;}
.article_a.blog_in_page .blog_ri {width: calc(100% - 220px);}



}




@media screen and (max-width: 768px) {
/* 外層 */
.article_b .banner h1 {display: none;}
h5.blog_le_t {margin: 0;}
h5.blog_le_t em {font-weight: 300;font-size: var(--f20);
letter-spacing: 3px;color: #333;text-align: center;font-family: var(--SFont);display: flex;line-height: 1.6;flex-direction: column;}
.article_b .blog_le_t em:before {z-index: 1;order: -1;font-size: var(--f48);content: 'Latest News';font-weight: 400;font-family: var(--SFontEN);text-transform: uppercase;color: #C49A6D;letter-spacing: 0.5px;line-height: 1.2;pointer-events: none;}
.show_content.blog_box {width: 100%;padding-top: 40px;}
.blog_le, .blog_ri {width: 100%;padding: 0;}
.blog_le .accordion {display: none;}
.blog_le {margin-bottom: 20px;}
.blog_search{margin-bottom: 20px;}
.blog_subbox {grid-template-columns: repeat(1, 1fr);max-width: 520px;width: 95%;margin: 0 auto;gap: 10px;}
.subbox_item a {grid-gap: 25px;}
.blog_list_ri h5 {line-height: 1.8;font-size: var(--f22);}

.article_b .blog_le .accordion {display: none;grid-template-columns: 1fr ;gap: 5px;padding-bottom: 20px;max-width: 520px;}
.article_b .blog_le .accordion li {margin: 0;width: 100%;}
.article_b .accordion li .link a {padding: 8px 15px;font-size: 13px;width: 100%;}
.article_a .show_content.blog_box {width: 100%;}
.article_a .blog_ri, .article_a .blog_le {width: 100%;}
.article_a .blog_le {top: unset;position: relative;/* display: none; */margin-bottom: 20px;}
.article_a .blog_le .accordion {display: none;grid-template-columns: 1fr;max-width: 100%;}
/* 內層 */
.blog_back {width: 100%;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {width: 140px;font-size: 12px;height: 36px;line-height: 36px;}
.article_a.blog_in_page .blog_ri {width: 100%;}

.article_b.blog_in_page .show_content.blog_box {padding-top: 0;}
.article_b.blog_in_page .blog_le {display: none;}
.article_b.blog_in_page .blog_ri {width: 98%;}
.blog_in_page h4.blog_category_title {letter-spacing: 1px;}


@media screen and (max-width: 600px) {
/* 外層 */
.show_content.blog_box {gap: 10px;padding-top: 20px;}
.subbox_item a {grid-gap: 15px;/* padding-right: 20px; *//* grid-template-columns: 150px 1fr; */}
.subbox_item a:before {font-size: 10px;}
.blog_list_ri em {margin: 0;letter-spacing: 0;opacity: .8;}
.blog_list_ri p {letter-spacing: .5px;/* margin: 10px 0 0; */-webkit-line-clamp: 3;}
.article_a .blog_subbox {grid-template-columns: repeat(2, 1fr);gap: 10px 20px;}
.article_a .subbox_item {padding: 0;margin-bottom: 25px;}
.article_a .show_content.blog_box {width: 98%;padding-top: 0;}
/* 內層 */
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {width: 120px;font-size: 12px;}}
.article_b.blog_in_page .blog_back { padding: 25px 0;}
}

@media screen and (max-width: 480px) {
/* 外層 */
.module_i_news .title_i_box h6:before {font-size: 13px;}
.blog_list_ri em {font-size: 10px;}
.i_blog_ri p, .blog_list_ri p {font-size: 12px;}
.subbox_item {padding: 0px 0 25px}

.article_a .blog_subbox {grid-template-columns: repeat(1, 1fr);width: 96%;margin: 0 auto;}
/* 內層 */
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {width: 8px;height: 8px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {width: 100px;font-size: 12px;height: 33px;line-height: 33px;}
}

@media screen and (max-width: 360px) {}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-OFF  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */





/* = = = 分隔線 相本主分類-ON= = = = = = = = = = = = = = = = = = = = = = = = = = = */
.album_page #page, .album_class_page #page, .album_info_page #page{}
.album_page #content, .album_class_page #content, .album_info_page #content{}
.album_a .show_content, .album_info_page .show_content{width: 98%;/* text-align: center; */padding-left: 20px;padding-right: 20px;}

.album_a #content {position: relative;}
.album_a #content:before {content: '';width: 61%;height: auto;display: block;position: absolute;background: #555;right: 0;background: url(https://pic03.eapple.com.tw/taiimong/bnLeaf.png) no-repeat;background-size: contain;aspect-ratio: 1044/727;pointer-events: none;max-width: 1000px;top: -120px;}
.album_a .main_part {border-top: #CCC solid 1px;}



/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show-list .item:hover .show_name{color: #222;letter-spacing: 2px;}
.show-list .show_name {font-size: 17px;color: #333;font-weight: 600;letter-spacing: 2.5px;line-height: 1.6;}
/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}
.show-list .item a .show_pic {transition: all .6s;/* border: 1px solid #DEDEDE; */
border-radius: 5px;}
.overlay {background: rgba(255, 255, 255, 0.3);z-index: 1;}
.show-list .show_pic {aspect-ratio: 36 / 25;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .6s;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}




/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本列表*/
.album_page .show-list .show_name {overflow: hidden;height: fit-content;padding: 10px 20px 10px;background: #e7e7e7;transition: padding 1s ease;font-size: 15px;line-height: 1.8;letter-spacing: 3.5px;transition: .3s ease;margin: 0;}
.album_page .show-list .item a {border-radius: 5px;overflow: hidden;}
.album_page .show-list .item a .show_pic {border-radius: 0;}
.album_page .show-list .item a:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
width: 36px;
height: 36px;
margin-top: -18px;
margin-left: -18px;
background-image: linear-gradient(to right, #eee 0, #eee 100%), linear-gradient(to right, #eee 0, #eee 100%);
background-position: 50%;
background-size: 1px 100%, 100% 1px;
background-repeat: no-repeat;
pointer-events: none;
opacity: 0;
transform: translateY(25px);
transition: all .3s ease-out;
z-index: 100;
}
.album_page .show-list .item a:hover:before {transform: translateY(-10px);opacity: 1;transition-delay: var(--tr5);}
.album_page .overlay {background: rgb(33 33 35 / 50%);transform: scale(1);z-index: 1;
}


/* 主分類相簿名 */
.subalbum-menu h2 {text-align: center;padding-bottom: 20px;width: 100%;font-size: 24px;font-weight: 600;letter-spacing: .5px;color: var(--SubColor);display: none;}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {/* width: 100%; */}
.album_descrip { display: none;}
.show-list {display: grid;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-template-columns: 1fr 1fr 1fr;grid-gap: clamp(20px, 4%, 50px);gap: 30px;}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));}
.album_class_page .overlay {}
.show-list .item {text-align: center;width: 100%;background: transparent;}
/* 次分類相簿名 */
.other_subalbum li a p {margin: 0;position: relative;z-index: 1;display: inline-block;padding: 16px 0;font-size: 17px;font-weight: 600;line-height: 1;letter-spacing: 1.5px;transition: .3s ease-out;color: #222123;width: 100%;font-size: 16px;text-align: center;}
.other_subalbum li a:hover p {color: #ACACAC;}


/*相簿最內頁-.album_info_page = = = = */
/* .album_info_page .banner h1 {display: none;} */
.album_descrip p {font-weight: 700;text-align: center;padding-bottom: 20px;width: 100%;color: #333;font-size: 20px;letter-spacing: .5px;}
/*相簿瀑布流*/
.album_info_page .pic-list {-webkit-column-count: 3;-webkit-column-gap: 10px;column-count: 3;width: 100%;margin: 0 auto;grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));gap: 20px;}
.album_info_page .pic-list .item { width: 100%;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;padding: 0;margin: 0;}
.album_info_page .pic-list .show_pic {height: auto;padding: 0;aspect-ratio: 4 / 3;border-radius: 5px;}
.pic-list .show_pic img {transition: all 0.4s ease;}
.pic-list .show_pic:hover img {opacity: 0.6;}
.pic-list .item h6 {padding: 0;}





@media (max-width: 1400px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
.show-list {gap: 25px;}
}

@media screen and (max-width: 1200px){
.show-list {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 1024px){
.album_a #content:before {top: -60px;right: 0;width: 80%;}
.album_class_page .show_content, .album_info_page .show_content {width: 96%;}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));gap: 25px;}
.album_a .show_content, .album_info_page .show_content {width: 100%;padding-top: 80px;}
}


@media screen and (max-width: 768px){
.album_a .show_content, .album_info_page .show_content {padding-top: 40px;padding: 20px;}
.album_class_page .show_content, .album_info_page .show_content {width: 100%;}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));max-width: 520px;margin: 0 auto;}
.subalbum-menu {padding-top: 0;}
.show-list {grid-template-columns: 1fr;gap: 40px;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content {width: 90%;padding: 40px 0px;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}
.other_subalbum li a p {font-size: 15px;}

.album_info_page .pic-list { grid-template-columns: 1fr; }
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_content {width: 90%;max-width: 1300px;padding: 0;margin: 0 auto;padding-left: 20px;padding-right: 20px;padding-top: 40px;}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}
/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_info {margin: auto;}
.footer_info li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;}
.footer_info li p {margin-left: 0;}
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* 共用 */
.show_content {width: 100%;}
.path p, .path p a {font-size: 12px;}
/* footer */
.footer_info {display: flex;text-align: center;position: relative;gap: 0px;}
.footer_logo {margin: 0 auto;}
.footer_logo a {position: relative;display: block;width: 100%;padding: 0 5px;}
.footer_info ul {grid-template-columns: 1fr;gap: 10px;display: flex;flex-direction: column-reverse;}
.footer_info li:nth-child(1) {align-items: center;gap: 0;}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(2) {padding: 15px 0;position: relative;border-bottom: 1px solid rgb(128 128 128 / 40%);}
.footer_menu {display: flex;justify-content: center;margin-left: auto;}
.footer_menu a {padding: 5px 15px;}

.copy {font-size: 10px;justify-content: center;}

}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 共用 */
.main_part {width: 100%;padding: 40px 0px;}
.path {display: none;}
.show_content {
padding-top: 60px;
}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none}
.footer.with_shopping_mode {padding: 60px 0 10px;}
#to_top {/* bottom: 15px; */right: 10px;transform: scale(.9);}
/* footer */
.footer_logo {position: relative;margin: auto;}
.footer_logo a {width: 90%;}
.footer_info li:nth-child(1) {gap: 5px;}
.footer_menu {flex-wrap: wrap;max-width: 500px;margin: auto;gap: 5px;}
.footer_menu a {/* font-size: 13px; *//* width: calc((100% - 10px) / 3); *//* text-align: center; */}
.copy{font-size: 9px;letter-spacing: .2px;}
}



@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;/* padding-bottom: 60px; *//* padding-left: 20px; *//* padding-right: 20px; */}
.show_content {padding: 0 0px;width: 100%;}
.page li a, .page li {font-size: 14px;width: 30px;height: 30px;line-height: 30px;}
/* footer */
.footer.with_shopping_mode {padding: 60px 0 10px;}
.footer .center {padding: 0 20px;}
.footer_logo {margin-left: 0;}
.footer_logo a {width: 100%;max-width: 240px;padding: 0;}
.footer_info ul {grid-template-columns: 1fr;gap: 10px;display: flex;flex-direction: column-reverse;align-items: flex-start;}
.footer_info li:nth-child(1) {gap: 3px;display: flex;align-items: flex-start;padding: 0;}
.footer_info li p {margin-left: 0;font-size: 12px;}
.footer_info li p:before {margin-right: 8px;letter-spacing: 1px;height: 14px;min-width: 41px;font-size: 13px;border-right: 1px solid #fff;}
.footer_info li:nth-child(2) {padding: 8px 0 15px;position: relative;border-bottom: 0px solid rgb(128 128 128 / 40%);width: 100%;}
.footer_menu {max-width: 100%;display: flex;justify-content: flex-start;}
.footer_menu a {font-size: 10px;width: fit-content;padding: 5px 7px 5px;background: #3d3c3c;}
.footer_menu a:after {content: none;}

.copy {font-size: 7px;width: calc(100% - 20px);padding-top: 12px;margin-top: 30px;}
.privacyLinks a {padding: 0 3px;}
.privacyLinks+a {margin-right: 5px;}
.privacyLinks {margin: 0 3px;}
.total_view {width: fit-content;}
}





@media screen and (max-width: 480px) {
/* 共用 */
    .main_part {
        padding: 20px 0px;
    }
.edit {font-size: 14px;}
.footer_menu {/* max-width: 140px; */}
.footer_menu a {/* width: 100%; */}
}