@charset "utf-8";
/* *************太盟水土保持工程 ****************** */

/* "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');

/* 英文字體 M PLUS 2 */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@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: #f0f0f0; /*網站主要色系*/
--SubColor: #1D1D1D; /*網站文字色*/
--SubColor1: #DBD8D3; /*網站輔助色系1*/
--SubColor2: #ECECEC; /*網站輔助色系2*/
--SubColor3: #E6E6E6; /*網站輔助色系3*/
--SubColor4: #f8f9fa; /*網站輔助色系4*/  
--SubColor5: #ecedf0; /*網站輔助色系5*/ 
--SubColor4: #292929; /*網站輔助色系4*/  
--SubColor5: #000a02; /*網站輔助色系5*/ 
--SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
--SFontEN: "M PLUS 2", "Noto Sans TC", sans-serif;/*英文字體*/
--SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
--pd100:100px 0;
--m100:100px;
--m80:80px;
--m50:50px;
--m30:30px;
--f80:80px;
--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;
}
@media (max-width:1200px) {
:root{
    
--f48:44px;
--f24:22px;
}
}
@media (max-width:1024px) {
:root{
--f80:70px;
--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;
--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;
--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;top: 0;z-index: 9999;width: 100%;background: transparent;padding: 0;box-shadow: unset;/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */}
.header_area.sticky {background: transparent;box-shadow: unset;}
.header_area .main_header_area {background: #FFF;padding: 0;transition: all 0.3s;position: relative;/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */box-shadow: unset;height: 100%;}
.header_area .main_header_area::before {
    /* content: ''; */
    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: all 0.3s;background: rgb(255, 255, 255, 1);/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.02); */}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0 10px;width: 100%;max-width: 96%;}
.header_area.sticky .main_header_area .container {width: 100%;max-width: 1600px;padding: 0 20px;}

.pageIndex .header_area .main_header_area {background: #FFF;}
.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: space-between;align-items: center;margin-left: min(4vw, 4rem);}
.header_area.sticky .stellarnav {opacity: 1;transition: all 0.3s;pointer-events: unset;}
.stellarnav.desktop > ul {}

/* 第一層 */
.stellarnav li {font-family: var(--SFont);}
.stellarnav > ul > li {position: relative;padding: 15px 5px;margin: 0;font-size: 0;}
.stellarnav > ul > li.has-sub > a {padding-right: 0;}
.stellarnav > ul > li > a {font-family: var(--SFontE);height: 38px;margin: 0;position: relative;padding: 8px 10px;display: block;font-size: 14px;line-height: 2;/* color: var(--SubColor); */transition: all .4s ease;font-weight: 500;letter-spacing: 1px;color: #222222;min-width: 95px;display: flex;flex-direction: column;gap: 5px;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{/* color: var(--SubColor4); */}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #131413;}
.stellarnav > 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;}
.stellarnav > ul > li:last-child > a:hover {color: #222;background-color: #e7e7e7;}

.stellarnav > ul > li > a b {transition: .3s ease-in-out;line-height: 1.6;font-weight: 500;}
.stellarnav > ul > li > a b:last-child {order: 1;font-size: 15px;}
.stellarnav > ul > li > a b:nth-last-child(2) {order: 2;}
.stellarnav > ul > li > a:hover b:last-child {opacity: 0;font-weight: 400;}
.stellarnav > ul > li > a:hover b:nth-last-child(2) {opacity: 1;}
.stellarnav > ul > li > a:hover b {transform: translateY(-30px);-webkit-transform: translateY(-30px);-moz-transform: translateY(-30px);}


/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{position: absolute;top: 20px;right: 2px;width: 9px;height: 9px;border: 0;margin: 0;border-top: 2px solid #1f2b38;border-right: 2px solid #1f2b38;border-left: 0px solid #fff;border-bottom: 0px solid #fff;transform: rotate(135deg);content: none;}

/* 第二層 */
.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: all .5s;letter-spacing: 1px;transform: translateX(0);text-align: center;color: #555;border: 0;border-right: 6px solid transparent;}
.stellarnav.desktop li.has-sub li a:hover{color: #fff;background: var(--SubColor1);color: var(--SubColor2) !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 {/* position: absolute; *//* top: 4px; *//* right: 0; *//* z-index: 10000; *//* max-width: max-content; *//* font-family: var(--SFontE); */display: none;order: 3;width: fit-content;}
.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: #898989;line-height: 2;letter-spacing: .5px;font-weight: 400;transition: .3s;}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {color: #bbbbbb;}
.me_tp_features .tp_links {/* display: none; */}




/*LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {width: fit-content;max-width: 230px;padding: 5px 0;transition: all 0.5s;font-size: 0;position: relative;/}
.sticky .nav-header {/* max-width: 230px; */}

.nav-brand {margin: 0;height: 100%;background-size: contain;padding: 0;}
.sticky .nav-brand {}

.nav-brand img {max-width: 100%;}
.sticky .nav-brand img {}






/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}


.footer {position: relative;margin-top: 0;background-color: #232426;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 auto;margin-left: 0;}
.footer_logo a {display: block;width: 100%;padding: 5px 0;font-size: 0;}
.footer_logo img {width: 100%;filter: invert(1);}


/* 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: 1px solid rgba(43, 24, 17, 0.2);align-items: flex-start;position: relative;}

.footer_info {}
.footer_info:nth-child(1) > ul {   }


/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;padding: 5px 7px;border: 0;margin: 0;color: #FFF;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: 5px 0;display: grid;gap: 2px;display: flex;width: 100%;flex-direction: column;align-items: flex-start;/* border-left: 1px solid rgba(143,139,129,0.2); */}
.footer_info li p {padding: 0;font-size: 14px;font-weight: 300;display: flex;align-items: center;letter-spacing: 1.5px;line-height: 1.8;width: fit-content;}

.footer_info li p a {color: #FFF;transition: .3s;}
.footer_info li p a:hover {/* color: #81674e; */text-decoration: underline;/* font-weight: 600; */opacity: .6;/* color: #e02030; */}

.footer_info li p:before {/* color: var(--SubColor4); */margin-right: 10px;letter-spacing: 1px;display: inline-block;text-align: left;line-height: 1.2;/* padding-right: 10px; */font-weight: 600;height: 16px;min-width: 48px;border-right: 1px solid #fff;}
.footer_info li p.phone:before {content: 'TEL';}
.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: 15px 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: 10px;justify-content: flex-end;}
.footer_menu a {line-height: 1.4;transition: all 0.3s linear;margin: 0;text-align: center;text-transform: uppercase;transition: all 0.3s;background: transparent;color: #FFF;border: none;letter-spacing: 1px;font-weight: 400;border-radius: 2px;font-size: 13px;padding: 5px 10px;}
.footer_menu a:hover {background: transparent;opacity: .6;/* color: #c49a6d; */}
.footer_menu a:after {content: "";position: absolute;left: 0;bottom: 3px;width: 100%;height: 1px;background-color: #fff;transform-origin: right;transform: scaleX(0);transition: transform .6s cubic-bezier(.85, 0, .15, 1);width: calc(100% - 14px);left: 7px;}
.footer_menu a:hover:after {transform: scaleX(1);transform-origin: left;}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {text-align: left;padding: 0;padding-top: 20px;align-items: center;color: #808080;display: flex;flex-wrap: wrap;/* margin-top: 0; */position: relative;justify-content: center;font-family: var(--SFontE);font-size: 11px;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(128 128 128 / 40%);}
.copy a {color: #808080;} 
.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: #f8f9fa;background: #f4f4f4;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;} 
/* banner01 */
.bannerindex .swiper-banner .swiper-slide:before {background-size: 100% !important;left: 6%;width: 33%;top: 40%;height: auto;background: url(https://pic03.eapple.com.tw/taiimong/bnA_txt01.png) no-repeat;aspect-ratio: 651/181;}
.bannerindex .swiper-banner .swiper-slide:after {background: url(https://pic03.eapple.com.tw/taiimong/bnA_txt02.png) no-repeat;aspect-ratio: 344/35;background-size: 100% !important;left: 5%;width: 35%;/* transform: translateX(-50%); */top: 61%;height: auto;}

/* banner02 */
/* .bannerindex .swiper-banner .swiper-slide:nth-child(2) a:before {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;max-width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;z-index: 10000;z-index: 1;opacity: 1;backdrop-filter: blur(5px);clip-path: circle(23.0% at 50% 50%);background-color: rgba(40, 50, 17, 0.1);} */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {background-size: 100% !important;left: 6%;width: 48%;top: 69%;height: auto;background: url(https://pic03.eapple.com.tw/taiimong/bnB_txt01.png) no-repeat;aspect-ratio: 461/43;left: 50%;transform: translateX(-50%);}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):after {background: url(https://pic03.eapple.com.tw/taiimong/bnB_txt02.png) no-repeat;aspect-ratio: 55/6;background-size: 100% !important;left: 5%;width: 40%;top: 77%;height: auto;left: 50%;transform: translateX(-50%);}




/* animation動畫 */
/* .bannerindex .swiper-slide.swiper-slide-active::after {} */
.bannerindex .swiper-slide.swiper-slide-active::before {animation: NstepInRe 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;}
.bannerindex .swiper-slide.swiper-slide-active:after {animation: NstepInRe 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;animation-delay: 0.4s;}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before,.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {--bn-x: 0; }
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before, .pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {--bn-x: -50%; }

/* .bannerindex .swiper-slide.swiper-slide-active:nth-child(2) a:before {animation: puff-in-center 1s;animation-fill-mode: both;}
@keyframes puff-in-center {0% {transform: scale(1.1);filter: blur(4px);opacity: 0;}100% {transform: scale(1);filter: blur(0px);opacity: 1;}} */

@keyframes NstepInRe {0% {opacity: 0;filter: blur(12px);transform: translate(var(--bn-x, -50%), 20px);}100% {opacity: 1;filter: blur(0px);transform: translate(var(--bn-x, -50%), 0);}}



@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: 50px;padding: 12px 0;text-align: center;}
.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: 0.3s;margin-right: 0;text-align: center;display: inline-block;font-size: 13px;line-height: 1;letter-spacing: 0.5px;}
.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: 1400px;margin: 0 auto;padding-top: 80px;}
.subalbum-menu {margin: 0;padding: 0;padding-top: 80px;}

/* 編輯區 */
.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: 40px auto 40px;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;aspect-ratio: 24/6;padding: 0;min-height: auto;background: url() no-repeat;background-size: cover;background-position: 20% 90%;}
.banner:before {content: '';position: absolute;display: block;width: 100%;height: 100%;background: #9f9999;opacity: 0.2;}
.banner h5 {z-index: 1;font-family: var(--SFont);gap: 0;width: 100%;max-width: 1400px;padding: 0;align-items: center;position: relative;font-size: var(--f20);font-weight: 300;letter-spacing: 3px;color: #333;position: absolute;left: 50%;transform: translate(-50%, 100%);bottom: -60px;flex-direction: column;padding-top: 60px;display: none;}

.banner h5:after {/* font-weight: 800; */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;}




.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}

/* .album_a .banner {}
.album_a .banner h5:after {content: 'Our Works';}

.article_b .banner {}
.article_a .banner h5:after {content: 'FAQ';} */


.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 {max-width: 120px;padding: 10px 0 0;margin: auto;}
/* 導覽列 */
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {padding: 0 7px;}
.stellarnav > ul > li > a {letter-spacing: .6px;margin: 0;line-height: 45px;padding: 10px 0;}
/* 內頁BN */
.banner {min-height: 380px;}
/* 共用 */
.show_content {width: 100%;}

}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* logo*/
.nav-header {max-width: 70px;padding: 10px 0;margin: 0 auto;}
.sticky .nav-header {max-width: 73px;padding: 10px 0;}
.nav-brand img { }
/* = = header = = */
.header_area {height: fit-content;}
.header_area .main_header_area {padding: 0;border: 0;backdrop-filter: none;}
.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;left: 0;top: 0;width: auto;display: inline-block;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 0;padding: 25px 5px;flex-direction: column;align-items: center;gap: 10px;top: 5px;position: relative;transition: .4s;}
.sticky .stellarnav.mobile .menu-toggle {top: 5px;}

/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;font-size: 9px;color: #151515;transform: scale(1);font-family: var(--SFontEN);font-weight: 700;letter-spacing: 1px;}
.sticky .stellarnav .menu-toggle:after {}
.stellarnav .menu-toggle span.bars {display: block;margin: 0;display: flex;flex-direction: column;gap: 7px;}
.stellarnav .menu-toggle span.bars span {width: 32px;height: 2px;border-radius: 0;background: #717171;margin: 0;background: #333;height: 1px;}
.sticky .stellarnav .menu-toggle span.bars span {}
.stellarnav .menu-toggle span.bars span:nth-child(2) {display: none;}
/* 黑色遮罩 */
.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.8);border-radius: 0;backdrop-filter: blur(1px);opacity: 1;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {right: unset;left: 0;font-size: 0;max-width: 100%;padding: 0;border: 0;  
/*右滑出現*/left: -100vw;padding: 0 15px;overflow: hidden;transition: all .5s ease;overflow-y: auto;background: #FFF;}
/*卷軸*/
.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{left: 0;max-width: 400px;width: 80%;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {font-weight: 500;text-transform: capitalize;content: 'Menu';font-size: 12px;color: #fff;transform: scale(1);font-family: var(--SFontEN);letter-spacing: 0px;height: fit-content;width: 100%;text-align: right;display: flex;margin: 0;padding: 20px 10px;background: transparent;}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;font-size: 0;height: 12px;position: relative;display: inline-block;margin: 2px 9px 0 3px;}
.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: all 0.3s ease-in-out;}

/* 第一層 */
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 0;display: block;border-bottom: 1px solid #f0f0f0;display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: transparent;padding: 0;padding-bottom: 15px;}
.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: #151515;font-size: 16px;letter-spacing: .5px;padding: 18px 10px 18px;font-weight: 500;border: 0;text-align: center;}
.stellarnav.mobile li.open > a {border: 0;}
.stellarnav > ul > li > a:before{content: none;}

/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {height: 60px;}
.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: all 0.3s;}
.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: all 0.3s;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
.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);}
/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {left: unset;width: 100%;margin: auto;left: unset;box-shadow: none;transform: unset;background: rgb(248 245 239 / 100%);}
.stellarnav li li {font-size: 14px;color: #333333;letter-spacing: .5px;padding: 0 5px;}
.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: center;padding: 8px 10px;}
.stellarnav.mobile ul li:hover > a {opacity: 1;transition: all 0.3s ease-in-out;background: transparent;color: unset;}
.stellarnav.mobile ul ul>li:hover {background: inherit;}
.stellarnav.mobile ul ul>li>a:hover{color: #b37130;opacity: .6;}
.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: #b37130;}
.stellarnav li li li {border: 0;}
.stellarnav li li li a{font-size: 14px;color: #b37130;}



/* = =  內頁BN = = */
.banner {min-height: 250px;/* aspect-ratio: 43 / 30; */}
.banner h5 {padding: 0;}
.banner h5:after {font-weight: 500;}
}




@media screen and (max-width: 480px) {
.banner {min-height: 200px;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: .5s;}
.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: all 0.3s ease-out;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: .5s ease-out;margin: 0;padding-bottom: 0;padding: 0px 0 40px;padding-top: 0;border: 0;}
.subbox_item:hover {transition: .5s ease-out;}
.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: all 0.5s ease;}
.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: .5s ease;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: .5s ease;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;}
.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: all 0.3s ease-out;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: .5s ease-out;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 h5 {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 h5 {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 h5 {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_a .banner h5 {display: flex;}
.album_a .banner h5:after {content: 'Review';}

/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show-list .item:hover .show_name{}
/*相簿*/
.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-radius: 10px;}
.overlay {background: rgb(244 239 223 / 30%);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 #page, .album_class_page #page, .album_info_page #page{}
.album_page #content, .album_class_page #content, .album_info_page #content{background: transparent;}
.album_page .show_content, .album_info_page .show_content{ width: 100%;text-align: center;}

/* 主分類相簿名 */
.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: 90%;}
.album_descrip { display: none;}
.show-list {display: grid;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-template-columns: 1fr 1fr 1fr 1fr;grid-gap: clamp(20px, 4%, 50px);gap: 30px;}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));}
.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;
color: #333;
width: 100%;
font-size: 16px;
text-align: center;
}
.other_subalbum li a:hover p {color: #BB9F77;}


/*相簿最內頁-.album_info_page = = = = */
.album_info_page .banner h5 {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;}
}

@media screen and (max-width: 1200px){
.show-list {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 1024px){
.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;}
}


@media screen and (max-width: 768px){
.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: 30px;}
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content {width: 98%;padding: 60px 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) {
.path p, .path p a {font-size: 12px;}
/* footer */
.footer_info {display: flex;text-align: center;position: relative;gap: 0px;flex-direction: column;}
.footer_logo a {position: relative;display: block;width: 100%;padding: 0 5px;}
.footer_info ul {grid-template-columns: 1fr;gap: 20px;}
.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;}
.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: 60px 20px;}
.path {display: none;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none}
.footer.with_shopping_mode {padding: 60px 0 10px;}
#to_top {bottom: 15px;left: 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_menu {max-width: 400px;}
.footer_menu a {font-size: 12px;width: calc((100% - 10px) / 2);}
.footer_menu a:last-child {width: calc(100% - 5px);}
.footer .center {padding: 0 25px;}

.copy {font-size: 8px;}
.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) {
/* 共用 */
.edit {font-size: 14px;}
.footer_menu {/* max-width: 140px; */}
.footer_menu a {/* width: 100%; */}
}