@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');


/* 英文粗字體 Cormorant Garamond */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
/* 英文字體 Lora */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&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: #0009;#f6f5f5 */
--MainColor: #c2b29f; /*網站主要色系*/
--SubColor: #020202; /*網站文字色*/
--SubColor1: #FFFFFF; /*網站輔助色系1*/
--SubColor2: #504f4c; /*網站輔助色系2*/
--SubColor3: #c3b29e; /*網站輔助色系3*/
--SubColor4: #d0ad62; /*網站輔助色系4*/  
--SubColor5: #CC9C2E; /*網站輔助色系5*/ 
--SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
--SFontEN: "Cormorant Garamond", "Noto Serif TC", sans-serif, system-ui;/*英文BN標字體*/   
--SFontEN2: "Lora", "Noto Serif TC", sans-serif, system-ui;/*英文標字體*/  
--SFontC: "Noto Serif TC", sans-serif;/*內文字體*/
--SFont: "Noto Sans TC", sans-serif;/*內文黑字體*/
--pd100:100px 0;
--m100:100px;
--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: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;
}
}
@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;
--f20:17px;
--f18:16px;
--f17:16px;   
--f16:15px;
}
}
@media (max-width:600px) {
:root{
--pd100:50px 0;
--m100:50px;
--m50:25px;
--f80:52px;
--f52:36px;
--f48:28px;
--f44:26px;
--f40:24px;
--f36:22px;
--f32:20px;
--f28:20px;
--f24:18px;
--f18:16px;
--f17:15px;  
}
}
@media (max-width:375px) {
:root{
--f80:48px;
--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 {
width: 6px; /*右側捲軸寬度*/
height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {background: #eee; }
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {background: #888; }
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {background: #444; }




* {font-family: var(--SFontE);letter-spacing: 1px;}
/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* header */
.pageIndex .header_area {position: fixed;}
.header_area {padding: 0;position: fixed;}
.header_area {
background: rgba(0, 0, 0, 0);
background-image: linear-gradient(180deg, rgb(8 9 10 / 60%), #1f252700);
transition: .5s ease;
}
.header_area.sticky {
    background: #111;
    background: rgba(0, 0, 0, 0.6);
    height: fit-content;
    backdrop-filter: blur(6px);
}
.main_header_area .container {max-width: 1800px;width: 96%;}
/* 導覽列 */
.navigation {display: flex;align-items: center;font-size: 0;}



/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav, .stellarnav {}
.stellarnav {}

/* 第一層 */
.stellarnav ul {/* margin-top: -30px; */}
.sticky .stellarnav ul {margin: 0;}
.stellarnav > ul > li:before {content: "";width: 1px;height: 15px;background: #ccc;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.stellarnav > ul > li:last-child:before{display: none;}
.stellarnav > ul > li {padding: 0;font-size: 0;}
.stellarnav li a {font-family: var(--SFontC);}
.stellarnav > ul > li > a {font-size: 15px;letter-spacing: 2px;font-weight: 400;color: #fff;min-width: 100px;padding: 0 10px;margin: 0;height: 100%;}
.sticky .stellarnav.desktop > ul > li > a {padding: 24px 10px;}


/* 下拉符號 */
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #898989;content: none;}
.stellarnav > ul > li.has-sub:hover > a:after {border-top: 5px solid var(--SubColor5);}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav > ul > li:hover > a{color: var(--SubColor5);}
.stellarnav > ul > li > a b:last-child {font-size: 12px;}


/* 第二層 */
.stellarnav.desktop ul ul {min-width: 140px;width: max-content;margin-top: 0;border: none;background: transparent;transform: translateX(-50%);
left: 50%;}
.stellarnav li.has-sub li {border: none;border-bottom: 0;background: transparent;}
.stellarnav.desktop li.has-sub li a, .stellarnav.desktop ul ul > li > a {
padding: 8px 12px;
transition: all .5s;
background: #000000c4;
border-bottom: 1px solid #eadca930;
color: #fff;
font-size: 13px;
text-align: center;
line-height: 1.6;
}
.stellarnav li.has-sub li:last-child {border-bottom: none;}
li.has-sub > ul > li:hover > a, li.has-sub > ul > li.focus > a {color: #E3CA89 !important ;}
.stellarnav li.has-sub li a:hover {background: var(--SubColor4);color: #222 !important;}
.stellarnav li.has-sub li a:hover:after {border-left: 6px solid #fff;}
/* .stellarnav > ul > li.drop-left > ul {right: unset;} */


/* 第三層 */
.stellarnav li.drop-left ul ul {left: unset;transform: none;background: rgba(240, 240, 240, 0.6);}
.stellarnav.desktop ul ul ul { transform: none;right: 100%;left: unset;}
.stellarnav ul ul ul {top: 0;margin: 0;transform: unset;}





.me_tp_features {display: none;}
/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.header_area * {transition: .4s ease;}
.nav-header {max-width: 250px;padding-top: 8px;padding-bottom: 8px;}
.header_area.sticky .nav-header {max-width: 190px;/* padding-top: 10px; */}
.header_area .nav-brand {}
.nav-brand img {}
.sticky .nav-header {}
.sticky .nav-brand img {}






/*footer = = = = = = =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}
.footer {background: #111111;padding: 60px 0 0px;background-size: cover;}
.footer .center {position: relative;max-width: 1300px;max-width: 1400px;padding: 40px 20px;width: 96%;border-top: 1px solid #3b3b3bcc;border-bottom: 1px solid #3b3b3bcc;}
.footer_info {max-width: 100%;margin: 0 auto;gap: 0 30px;padding: 0;align-items: center;justify-content: space-between;flex-wrap: wrap;grid-template-columns: 220px 1fr;grid-gap: 40px;}

.footer_logo {max-width: 220px;margin: 0;}
.footer_logo > a {
display: block;
width: 100%;
height: auto;
aspect-ratio: 100/29;
overflow: hidden;
}
.footer_logo > a img {
object-fit: cover;
object-position: 50% 20%;
width: 100%;
height: 100%;
}


/* footer資訊*/
.footer_info ul {display: flex;width: 100%;justify-content: space-between;}
.footer_info li p, .footer_info li p a {
font-weight: 400;
line-height: 1.9;
letter-spacing: 2px;
color: #fff;
transition: all .4s;
font-family: var(--SFontC);
}
.footer_info li p {width: 100%;font-size: 13px;margin-bottom: 0px;}
.footer_info li p:before {
margin: 0 12px 0 0;
padding-right: 8px;
border-right: 1px solid rgba(255, 255, 255, 0.4);
transition: all .4s;
}
.footer_info li p:hover, .footer_info li p:hover a, .footer_info li p:hover:before {
color: #bdb48f;
}
.footer_info li:nth-child(1) {width: 100%;padding: 10px 0;display: inline-block;vertical-align: middle;display: flex;flex-direction: column;gap: 5px;width: 48%;}



/* .footer_info li p.fax {order: 3;}
.footer_info li p.fax:before {content: '傳真號碼：';} */
.footer_info li p.phone {order: 0;}
.footer_info li p.phone:before {content: '手機';}
.footer_info li p.line {order: 1;}
.footer_info li p.line:before {content: 'Line ID';}
.footer_info li p.tel{order: 2;}
.footer_info li p.tel:before, .footer_info li p.tel2:before {content: '市話';}
.footer_info li p.taxid {order: 3;}
.footer_info li p.taxid:before {content: '統編';}
.footer_info li p.mail {order: 4;}
.footer_info li p.mail:before {content: '信箱';}
.footer_info li p.add {order: 6;}
.footer_info li p.add:before {content: '地址';}
/* .footer_info li p.add:after {content: '';display: block;letter-spacing: .8px;font-family: var(--SFont);font-weight: 300;color: #aaa;} */
.footer_info li p.add2 {order: 7;}
.footer_info li p.add2:before {content: '營業時間';}
.footer_info li p.add2:after {content: '(官方LINE不在此限)';letter-spacing: .8px;font-family: var(--SFont);font-weight: 300;color: #aaa;padding-left: 5px}


.footer_info li:nth-child(2) {width: 46%;padding: 0 10px;}
.footer_menu {border-top: 0;display: flex;flex-wrap: wrap;gap: 5px;justify-content: flex-end;}
.footer_menu a {margin: 0;background: #151515;font-weight: 300;transition: all .5s;border-radius: 0;width: 42%;border: none;color: #ccc;font-size: 13px;padding: 8px;position: relative;font-family: var(--SFontC);z-index: 1;}
.footer_menu a:first-child {display: none;}
.footer_menu a:hover {background: #333;}

.footer_menu a:before {
content: "";
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: all .5s;
background: #9d8757;
z-index: -1;
}
.footer_menu a:hover:before {left: auto;right: 0;width: 100%;transition: all .5s;}

/* -------------------------------------------------------------------------------------------------- */
.copy {border-top: none;font-size: 8px;padding: 20px 10px;/* border-top: 1px solid #3b3b3b6b; */margin: 0 10px;margin-top: 20px;/* border-top: 1px #111 solid; *//* width: calc(100% - 20px); */}
.copy, .copy a {color: #666;letter-spacing: .5px;}
.copy a {padding: 0 4px;}
.copy a:hover {color: #870c2f;}
.privacyLinks a+a {border-left: 1px solid #aaa;border-left: 0;}


/* 置頂按鈕 */
#to_top {box-shadow: none;border-radius: 0;font-size: 0;background: transparent;opacity: .6;bottom: 45px;}
#to_top:before {content: "";width: 1px;height: 40px;background-color: #bbbbbb;position: absolute;left: 35%;transform: translateY(-100%) translateX(1px);top: -50px;opacity: .5;}
#to_top::after {width: max-content;height: max-content;background-color: transparent;left: 35%;transform: translateX(-50%);top: -50px;content: 'Go Top';color: #bbb;display: block;position: relative;font-family: var(--SFontEN);writing-mode: vertical-rl;font-size: 13px;line-height: 1;letter-spacing: 2px;font-weight: 400;}
#to_top i.top {display: none;}
#to_top:hover {opacity: 1;}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
.bannerindex {position: relative;height: auto;--swiper-pagination-color: #fff;}
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}
.swiper-slide img { height:auto;}


/* 大圖點點切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;padding: 0;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {width: 100%;height: fit-content;bottom: 50px;display: none;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 8px;width: 5px;height: 5px;border-radius: 0px;border: 1px solid #ffffff;background-color: transparent;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {background-color: #fff;}
/* 大圖點點END */



/* 外層 */
.bannerindex .swiper-wrapper:before, .bannerindex .swiper-wrapper:after {content: "";position: absolute;z-index: 100;pointer-events: none;max-width: 1300px;bottom: 11%;left: 4%;}
.bannerindex .swiper-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    /* bottom: 10%; */
    /* left: 4%; */
    width: 50%;
    aspect-ratio: 659/136;
    height: auto;
    background-image: url(https://pic03.eapple.com.tw/leadingtier/bnA_txt01.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 999;
    opacity: 1;
    pointer-events: none;
    animation: NslideUp 2s cubic-bezier(1, 0.01, 0.44, 1) both;
}
.bannerindex .swiper-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    /* bottom: 10%; */
    /* left: 4%; */
    width: 50%;
    aspect-ratio: 659/136;
    height: auto;
    background-image: url(https://pic03.eapple.com.tw/leadingtier/bnA_txt02.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
animation: NslideUp2 1.2s cubic-bezier(0.81, 0.37, 0.6, 0.76) both;
    animation-delay: 1.2s;
}



/* 內層 */
/* banner01 */
.bannerindex .swiper-slide:before, .bannerindex .swiper-slide:after {content: "";position: absolute;z-index: 100;pointer-events: none;}
.bannerindex .swiper-slide:before{content: none;}
.bannerindex .swiper-slide:after {
    content: "";
    width: 100%;
    height: 54vh;
    display: block;
    background: linear-gradient(360deg, rgb(1 1 1) 0%, rgb(1 1 1 / 0%) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bannerindex .swiper-slide:nth-child(2):after{
    background: linear-gradient(360deg, rgb(1 1 1) 5%, rgb(1 1 1 / 15%) 90%, rgb(1 1 1 / 0%) 100%);}



/* 動畫 */
/* .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {animation: NfadeInUp .8s ease-in-out forwards;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: NfadeInUp .8s ease-in-out forwards;}
@keyframes NfadeInUp {0% {transform: translate(-50%,-50%) ;opacity: 0;}100% {transform: translate(-50%,0) ;opacity: 1;}} */
@keyframes NslideUp {0% {opacity: 0;transform: translateY(100px);}100% {opacity: 1;transform: translateY(0px);}}
@keyframes NslideUp2 {0% {opacity: 0;transform: translateY(100px);}30% {opacity: 0}100% {opacity: 1;transform: translateY(0px);}}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 660px) {}
@media screen and (max-width: 480px) {}



/* = = = 主設定共用-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {display: none;}


#content_main {margin: 0;background: linear-gradient(180deg, #000, #151515);}
#content {width: 100%;min-height: 80vh;background-image: linear-gradient(
0deg, rgb(0 0 0 / 40%), #080808b3), url(https://pic03.eapple.com.tw/hongyi2025/allbg.jpg);background-image: linear-gradient(180deg, #000000 500px, #111111);background-size: contain;}

/* main */
div#page{background-size: auto;position: relative;}
.edit_part{
padding: 0;
min-height: 80vh;/* 暫時 */
}

.main_part {padding: 120px 20px 80px;max-width: 1400px;width: 95%;}
.show_content {padding: 0;}

.subalbum-menu {margin: 0;padding: 0;}

.edit {color: #ddd;margin: auto;padding: 20px 15px 60px;line-height: 1.8;letter-spacing: 1px;font-weight: 400;}

/* 頁籤 */
ul.page {
width: 100%;
margin: 40px auto;
font-size: 18px;
text-align: center;
font-family: var(--SFontEN);
margin: 80px auto 40px;
font-weight: 500;
}
.page li a, .page li {
width: 22px;
height: 22px;
line-height: 22px;
transition: .4s;
color: #bbb;
font-size: var(--f20);
}
.page li {}
.page li.activeN {
color: #222;
text-decoration: underline;
text-underline-offset: 3px;
}
.page strong, .page a:hover {
background: transparent;
color: #4b3a1a;
}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
background: url(https://pic03.eapple.com.tw//banA.jpg) no-repeat;
position: relative;
align-items: center;
flex-direction: column;
gap: 4px;
height: auto;
justify-content: center;
padding: 0;
/* margin-bottom: 20px; */
/* width: 1280px; */
/* max-width: calc(100% - 64px); */
/* border-radius: 20px; */
/* overflow: hidden; */
background-size: cover ;
background-position: center ;
padding-top: 160px;
height: 440px;
}
.banner:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
background-image: linear-gradient(180deg, #000000, #0000006b);
opacity: .4;
top: 0;
z-index: 0;
background-size: cover !important;
background-position: center !important;
}
.banner h5 {
z-index: 1;
font-size: var(--f36);
letter-spacing: 8px;
display: flex;
flex-direction: column;
font-weight: 500;
position: relative;
font-family: var(--SFontC);
color: #fff;
/* filter: drop-shadow(0px 0px 5px #323232); */
text-shadow: 0px 0px 10px #323232;
}
.banner h5:after {
content: "CONTACT US";
content: "NEWS";
font-size: 16px;
display: block;
order: -1;
letter-spacing: 1.5px;
font-size: 42px;
color: #cc8f55;
font-weight: 600;
font-style: italic;
font-family: var(--SFontEN2);
font-family: var(--SFontEN);
opacity: .4;
display: block;
max-width: 100%;
font-size: var(--f80);
line-height: 0;
z-index: -1;
-webkit-animation: NSlideUpA 1s 0.1s ease-in-out forwards;
animation: NSlideUpA 1s 0.1s ease-in-out forwards;
-webkit-transform-origin: bottom;
transform-origin: bottom;
opacity: 0;
}
@-webkit-keyframes NSlideUpA {
0% {    opacity: 0;   -webkit-transform: translateY(30px);   transform: translateY(30px);    }
100% {  opacity: .3;   -webkit-transform: translateY(0);    transform: translateY(0);    }
}
@keyframes NSlideUpA {
0% {    opacity: 0;   -webkit-transform: translateY(30px);   transform: translateY(30px);    }
100% {opacity: .2;-webkit-transform: translateY(0);transform: translateY(0);}
}



.banner.banA {}
.banner.banC
.banner.banD {}
.banner.banE {}
.banner.banblog {}


.contact_page .banner.banC {background: url() no-repeat;background-size: cover;    background-position: center;}
.contact_page .banner.banC h5:after {content: "CONTACT";}

.banner.banF {/* background: url() no-repeat; */background-size: cover;background-position: center;}
.banner.banF h5:after {content: "CASE";}

.article_b .banner.banblog h5:after {content: "FAQ";}





@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

}

/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */

.header_area, .header_area.sticky { backdrop-filter:none; }
.header_area.sticky { position: fixed; }
.header_area .main_header_area {
backdrop-filter: blur(5px);
border-bottom: 1px solid #ffffff9e;
}
.header_area.sticky .main_header_area{
backdrop-filter: none;
border: 0;
}


.navigation {
display: grid;
grid-template-columns: 1fr;
align-items: center;
}
/* logo*/
.nav-header {
max-width: 180px;
/* padding: 20px 0 10px; */
margin: auto;
left: 20px;
}
.sticky .nav-header {
/* padding: 20px 0 0; */
}




/* 導覽列 */
.pageIndex .stellarnav {
opacity: 1;
pointer-events: unset;
}
.stellarnav ul {
/* text-align: center; */
}
.stellarnav > ul > li {
/* padding: 10px 0; */
}    
.stellarnav > ul > li > a {
letter-spacing: 0;
margin: 0;
font-size: 15px;
}
.stellarnav>ul>li:after {
height: 3px;
top: 100%;
bottom: 0;
transform: translate(-50%, 0);
}
}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none;}

/* = = 手機板大圖 = = */




/* logo*/    
.nav-header {max-width: 130px;padding: 0;margin: 0;margin-left: 0;left: 0;top: 0;z-index: 1;position: relative;}
.sticky .nav-header {/* padding: 10px 0; */}
.nav-brand img { }


/* = = header = = */
.header_area {height: 60px;/* border-bottom: #e8e8e8 solid 1px; */}
.header_area .main_header_area {padding: 0 4vw;border: 0;backdrop-filter: none;}
.header_area.sticky .main_header_area {padding: 0 4vw;}
.main_header_area .container {border: 0;}

.navigation {display: flex;justify-content: space-between;flex-direction: row;width: 100%;border: 0;min-height: 60px;}


/* 導覽列漢堡選單 */    
.stellarnav.mobile {
right: 0;
left: unset;
width: fit-content;
/* margin-right: -20px; */
}
.stellarnav.mobile .menu-toggle {
display: flex;
margin: auto;
padding: 0;
width: 60px;
height: 60px;
flex-direction: row-reverse;
align-items: center;
justify-content: flex-start;
}


/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {
text-transform: capitalize;
/* content: 'Menu'; */
font-size: 14px;
color: #fff;
transform: scale(1);
font-family: var(--SFontEN);
letter-spacing: 2px;
content: none;
}
.stellarnav .menu-toggle span.bars {
display: block;
margin: 0;
position: relative;
margin: 0;
padding: 0;
/* width: 40px; */
/* height: 10px; */
width: 32px;
}
.stellarnav .menu-toggle span.bars span {
width: 32px;
height: 2px;
border-radius: 0;
background: #1A1A1A;
margin: 0 auto 5px;
/* background: #fff; */
height: 1px;
}
.sticky .stellarnav .menu-toggle span.bars span {
background: #000;
}
/* 黑色遮罩 */
.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.7);
border-radius: 0;
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 30px;        
/*右滑出現*/
right: -100vw;
overflow: hidden;
transition: all .5s ease;
overflow-y: auto;
}
/*卷軸*/
.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: 5px;
border: 3px solid var(--MainColor);
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {
border-radius: 6px;
height: 6px;
background-color: #eaeaea;
}
.stellarnav.mobile.left.active > ul{        
right: 0;
max-width: 100%;
width: 70%;
}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
display: inline-block;
font-size: 12px;
background: transparent;
height: 76px;
width: fit-content;
padding: 0;
margin: 26px 0 28px;
text-transform: capitalize;
content: 'Menu';
font-size: 14px;
color: #000;
transform: scale(1);
font-family: var(--SFontEN);
letter-spacing: 0.04em;
height: fit-content;
width: 100%;
text-align: right;
display: flex;
flex-direction: row-reverse;
}
.stellarnav .icon-close {
box-sizing: border-box;
width: 18px;
height: 12px;
position: relative;
display: inline-block;
margin: 2px 9px 0 3px;
}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {
width: 18px;
height: 0px;
border-bottom: solid 1px #000;
}
/* 導覽列選取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: 5px 0;
display: block;
border-bottom: 1px solid #f0f0f0;
display: flex;
flex-direction: column;
}
.stellarnav.mobile li.open {
background: #f3f3f3;
/* color: #fff; */
padding: 0;
padding-bottom: 5px;
}
.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: 150%;
display: block;
letter-spacing: 0.08em;
color: #333;
font-size: 16px;
letter-spacing: 0.04em;
padding: 16px 12px 16px 30px;
}
.stellarnav.mobile li.open > a {
border: 0;
}    
.stellarnav > ul > li > a:before{
content: none;
}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {
top: 5px;
padding: 10px;
}
.stellarnav.mobile > ul > li.open > a.dd-toggle {
top: 0;
}
.stellarnav a.dd-toggle .icon-plus:before {
width: 8px;
height: 8px;
border-bottom: solid 1px #666;
top: 50%;
left: 0;
transform: rotate(-45deg);
}
.stellarnav a.dd-toggle .icon-plus:after {
width: 8px;
height: 8PX;
top: 50%;
border-bottom: solid 1px #666;
transform: rotate(45deg);
}
.stellarnav li.open > a.dd-toggle .icon-plus {
-moz-transform: translateY(10px) scaleY(-1);
-webkit-transform: translateY(10px) scaleY(-1);
-o-transform: translateY(10px) scaleY(-1);
transform: translateY(10px) scaleY(-1);
}

/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {
left: unset;
margin: 0 auto;
box-shadow: none;
width: calc(100% - 10px);
margin: auto;
left: unset;
box-shadow: none;
transform: unset;
}
.stellarnav li li {
font-size: 14px;
color: #333;
font-family: var(--SFont);
letter-spacing: 0.04em;
font-size: 15px;
color: #333333;
letter-spacing: 0.04em;
}
.stellarnav.mobile li li.has-sub a {
padding: 10px 30px 10px 20px;
}
.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 #ccc;
top: 0%;
}
.stellarnav.mobile ul li:hover > a {
opacity: 1;
transition: all 0.3s ease-in-out;
background: transparent;
color: unset;
}
.stellarnav.mobile ul ul>li>a:hover{
color: var(--MainColor);
}

/* 第三層 */
.stellarnav.mobile li.open li.open {
background: #fbfbfb;
}
.stellarnav li li li a{
font-size: 14px;
}

}


/* @660上方區域_平板版面660px */
@media screen and (max-width: 660px) {
/* 共用 */
.main_part {
width: 100%;
padding-bottom: 40px;
}
.show_content {
padding: 0 30px;
width: 100%;
}

/* 導覽列展開 */
.stellarnav.mobile.left.active > ul {
width: 100%;
max-width: 440px;
}


}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車-ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
/* .product_page .main_part { max-width:1500px;} */
/* .product_info_page .main_part { max-width:1200px;} */

.prod_part {  width: 90%; padding: 100px 20px 100px 20px; max-width: 1400px;}
.products-list {display: grid;gap: 16px;grid-template-columns: repeat(3, 1fr);}
.products-list:before{content:none;}
.products-list .item {width: 100%; background: none; padding: 0px;}
.products-list .more {margin-top: 10px;}
.products-list .pic{border: 0px solid #e1e1e1;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {  border: 1px solid #9A2535;  color:#ffffff ;background: #9A2535; display: none;}
.products-list .item a:hover .more {background:#9A2535;}

/*價格*/
.products-list .price {display: flex;margin-bottom: 5px;align-items: center;justify-content: center;flex-wrap: wrap;/* display: none; */}
.products-list .price b {margin: 0 5px;line-height: 180%;text-align: center;color: #e60012;/* display: none; */}
.products-list .price b.ori_price {  font-size: 14px;}
/* noshow= */
.products-list .price {display: none;}

/*外層版面*/
.products-list .name {
text-align: center;
height: auto;
font-size: var(--f18);
color: #fff;
font-weight: 500;
background: linear-gradient(160deg, #e5b757, #9d7224);
margin-top: 0px;
padding: 10px;
line-height: 1.6;
}
.products-list .name .numbering {
display: block;
font-size: 14px;
color: #121212;
letter-spacing: .5px;
line-height: 2;
font-weight: 400;
}
.product_page .main_part {width:100%;max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;width: 96%;}
.product_page .products-list {  width: calc(100% - 280px);}
.product-layer-two {  width: 250px;  margin: 0;}
.product_info_page .product-layer-two {  display: none;}
.product-layer-two li {  margin: 0;  width: 100%;padding: 0 10px;}
.product-layer-two > li.active {
background: #ffffff;
border-radius: 3px;
}
.product-layer-two li.active a {  border: unset;border-bottom: 0px dotted #ccc;}
.product-layer-two li a {  color: #fff;  border: none;  background: transparent;  transition: all 0.3s;  line-height: 200%;  transition: all 0.3s;}
.product-layer-two > li > a {border-bottom: 1px dotted #ccc;padding-left: 25px;border-bottom: 1px solid rgb(228 202 162 / 40%);letter-spacing: 1.5px;}
.product-layer-two li:hover > a, .product-layer-two li.active > a {
color: #cb9a3b;
font-weight: 500;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: linear-gradient(
141deg, #ebcf99, #c49d61);color:#fff;}
.product-layer-two > li > a:before {/*border-radius: 100%;*/align-items: center;justify-content: center;display: flex;height: 10px;content: " ";color: #9A2535;background: #ccc;width: 10px;text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.3s;padding-left: 2px;font-size: 13px;border-radius: 2px;}
.product-layer-two li ul {  position: relative;padding-top: 1px;}
.product-layer-two li li {  border: none;background: transparent;}
.product-layer-two li li a{  background: transparent; font-size: 16px;}
.product-layer-two li li:hover a{color: #face79; font-weight: 500;}
ul.prod li h3.prod-thumb {padding: 7px 7px 10px 7px; background: #3b3b3b; color: #fff;}
ul.prod li {color: #fff;}
ul.prod li input {color: #efe2a6;}
.qaform .breakF {border: none; border-bottom: 1px #423537 solid; background: #181818; color: #efe2a6;}
.related_list li a {background: #9a2535; padding: 10px;}
.related_list li a p {color: #ffffff;}



/*購物車/內*/
.product_info_page .main_part {width: 95%;max-width: 1280px;}
/*按鈕顏色*/
.inquiry_a1{background: #9A2535;/* font-size: 15px; */}
.inquiry_a2{background: #9A2535;}
.inquiry_a3{background: #9A2535;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, a.pdinfo_link:hover,
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #111111;color: #E0AE62;}
.lastaction {  color:#efe2a6;  background-color: #9A2535;}
.nextaction {  background-color: #9A2535;}
.lastPage {  background: #9A2535; border-radius: 0px;}
.inquiry_a1, .inquiry_a2 {display: none;}

/* 商品輪播 */
.product_main {padding-right: 15px;width: 68%;}
/*商品側邊規格*/
.sidebarBtn {padding: 20px 15px;display: inline-block;width: 31%;vertical-align: top;border: 5px #CCC solid;background: #fff;}
.product_info li .txt_box {color: #333;width: 100%;font-size: 15px;letter-spacing: .2px;line-height: 1.6;}
.sidebarBtn .sp_price { color: #d31313;}
.mobile_product_name{font-size: 24px; display: none;}
.sidebarBtn .price {letter-spacing: 0px; color:#9A2535;}
.sidebarBtn .price span {display: inline-block;}
.sidebarBtn h2 {color: #9A2535;}
div#number_area {color: #181818;}
.product_pic #bx-pager {display: block; width: 100%; position: relative;}
.product_pic #bx-pager a {border:0px solid #e9e9e9; overflow: hidden;}
#bx-pager h6 {display: none;}
.bx-wrapper .bx-viewport {border: 0px solid #fff; background: none;}
.toShare {
border-top: 1px dashed #e1e1e1;
font-size: 12px;
color: #999;
display: flex;
margin-top: 20px;
padding-top: 15px;
align-items: center;
gap: 5px;
}
.toShare a {
margin-left: 5px;
}

/* 下方編輯區 */
.pd_tabTitle li, .pd_tabTitle {
list-style: none;
padding: 0;
margin: 0;
position: relative;
border-top: 1px solid rgb(228 202 162 / 40%);
border-bottom: 1px solid rgb(228 202 162 / 40%);
}
.pd_tabTitle li {position: relative;z-index: 5;flex: 1;/* border-bottom: 0px solid #999999; */border-top: 0px solid rgb(228 202 162 / 40%);border-bottom: 0px solid rgb(228 202 162 / 40%);}
.pd_tabTitle li a {
display: block;
padding: 10px 10px;
color: #999999;
line-height: 1.4;
/* height: 100%; */
background: transparent;
}
.pd_tabTitle li.activeTab a{align-items: center;color: #0c0b0b;font-weight: 500;letter-spacing: 1.5px;display: flex;justify-content: center;background: #b8a586;}
.pd_tabTitle li.activeTab::after {
height: 1px;
background: #E4CAA2;
opacity: 0;
}
.pd_tabInner_contain {
padding: 20px;
margin: 0 auto;
font-size: 15px;
}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px; color: #ffffff;}
.prod_related {padding: 45px 15px 25px 15px; background: none;}
.list .show_name {transform: translate(0%, 160%);}


/*符號*/
.products-list .item a:hover .pic {opacity: 1;transition: 0.5s;}
.products-list .pic::before {content: "+";font-size: 24px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 35px;height: 35px;z-index: 999;text-align: center;line-height: 25px;border-radius: 50%;
color: #FFFFFF;border: 2px #FFFFFF solid;opacity: 0;transition: .5s;}
.products-list .pic::after {content: "";width: 100%;height: 100%;position: absolute;top: 0px;
left: 0px;background: rgba(0, 0, 0, 0.5);opacity: 0;transition: .5s;}
.products-list a:hover .pic::before, .products-list a:hover .pic::after {opacity: 1;}


/*特*/
.products-list .pic img {transform: scale(1); /*-webkit-filter: grayscale(1) contrast(1.2);*/ transition: 0.5s ease;}
.products-list .pic:hover img {transform: scale(1.05); /*-webkit-filter: grayscale(0) contrast(1);*/ transition: 0.5s ease;}

ul.prod li .prod-panel {overflow: hidden;}














@media screen and (max-width: 1200px){
.products-list {grid-template-columns: 1fr 1fr 1fr;} 
}

@media screen and (max-width: 1024px){}

@media screen and (max-width: 768px) {
.product_page .products-list {width: 100%;}
.products-list {grid-template-columns: 1fr 1fr;} 
}


@media screen and (max-width: 600px){}



@media screen and (max-width: 480px){
.products-list {grid-template-columns: 1fr;} 
}











/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 -ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*文章功能頁/ = = = = */
.blog_box {display: flex;margin: auto;font-family: var(--SFontEN);justify-content: space-between;flex-wrap: wrap;gap: unset;width: 100%;padding-top: 0px;padding: 0;}

/* 文章A&文章B-共用 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 左側分類欄位 */
.blog_le {padding: 0;position: relative;letter-spacing: 1px;float: left;box-sizing: border-box;width: 240px;padding-right: 25px;}
h5.blog_le_t {margin-bottom: 5px;text-align: left;line-height: 1.5;letter-spacing: 1px;font-weight: 500;padding: 0;position: relative;border-bottom: 0;font-size: 0;}
h5.blog_le_t em {color: #bea976;line-height: 1.5;text-transform: uppercase;position: relative;font-weight: 600;letter-spacing: 4px;font-family: var(--SFontEN);padding: 10px 5px;padding-left: 0;font-size: var(--f18);}

h5.blog_le_t span {color: #bea976;font-weight: 400;font-size: 14px;font-family: var(--SFontEN);}
.blog_search {position: relative;margin-bottom: 15px;opacity: .8;}
.blog_search input[type=search] {width: 100%;color: #000;border-radius: 0;padding: 10px 35px 10px 15px;background: #222;font-size: 12px;border: 1px solid #666;}
.blog_search input[type=submit] {background: transparent;}
.blog_search form:after {
background: transparent;
z-index: 10;
padding: 0;
position: absolute;
top: 0;
right: 0;
display: flex;
width: 40px;
content: "\f002";
font: normal normal normal 14px / 1 FontAwesome;
height: 38px;
align-items: center;
justify-content: center;
color: #999;
}
/* 分類列 */
.blog_le .accordion {border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;gap: 0;background: rgb(48 48 48 / 30%);border-radius: 5px;backdrop-filter: blur(6px);width: 100%;}
.blog_le .accordion li {transition: .3s ease-out;border-bottom: 0;border-radius: 0;overflow: hidden;}
.blog_le .accordion li li {margin-bottom: 1px;border: 0;}
.accordion li+li { }
.accordion li .link {padding: 0 20px;transition: all 0.3s;}
.accordion li+li .link {border: 0;}
.accordion li .link, .accordion li+li .link { }
.accordion li .link a {
text-align: left;
margin: 0;
border: none;
background: transparent;
transition: all 0.3s;
font-size: 14px;
line-height: 1.2;
letter-spacing: .8px;
padding: 15px 10px;
position: relative;
color: #ccc;
font-weight: 300;
}
.accordion li+li .link a {border-top: 1px solid rgb(255 255 255 / 25%);}
.fa-chevron-down::before, .fa-chevron-down::after {content: "";width: 13px;height: 1px;background-color: #93b5d2;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-chevron-down::after {transform: translateY(-50%) rotate(90deg);}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '';}
.blog_le .accordion li.open i.fa-chevron-down::after {transform: translateY(-50%) rotate(0);}
.blog_le .accordion > li.on_this_category a{background: transparent !important;color: #fff !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;background: #bea976;}
.blog_le .accordion > li.open { background:#F4F8FD;}
.blog_le .accordion > li.open > .link a{ background: transparent;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li:hover .link a {background: transparent;color: #fff !important;}
/* 子分類 */
.submenu {background: transparent;}
.submenu a {color: #666;transition: all 0.4s ease;line-height: 1.3;background: transparent;letter-spacing: 0.04rem;}
.submenu a:hover {background: #dce6f2;color: #444;}
.submenu a .fa-circle-chevron-right::before {font-size: 11px;padding: 3px;line-height: 1.5;}


/* 右側圖文區 */
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 240px - 1%);}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;display: none;}
/* 圖文區塊 */
.blog_subbox {gap: 2%;display: flex;flex-wrap: wrap;gap: 10px 0;}
.subbox_item {position: relative;overflow: hidden;transition: .4s ease-out;margin: 0;align-items: center;background: rgba(0, 0, 0, 0.0);border-radius: 8px;/* border: 1px solid #ebebeb26; */height: auto;width: calc(100%/3);display: flex;flex-wrap: wrap;/* border-radius: 10px; *//* overflow: hidden; */margin: 0;padding: 20px;}
.subbox_item:hover {transition: .4s ease-out;/* border: 1px solid rgba(190, 169, 118, 0.25); */}
.subbox_item li:hover {transition: .3s ease-out;box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);}
.subbox_item a {gap: unset;height: 100%;padding: 0;align-content: flex-start;display: grid;flex-wrap: wrap;grid-template-columns: 1fr;}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {content: none;}
/* 圖 */
.blog_list_le {position: relative;aspect-ratio: 5/5;background-color: #c4a567;border: 0;width: 100%;height: 100%;padding: 0;padding-bottom: 0;transition: all 0.4s 
ease;overflow: hidden;border-radius: 3px;}
.blog_list_le:after, .i_blog_le:after {content: "";pointer-events: none;mix-blend-mode: unset;transition: all 0.4s ease-in-out;content: "READ MORE";color: #121212;font-weight: 700;font-family: var(--SFontEN2);font-size: var(--f20);width: 80%;height: fit-content;position: absolute;text-align: center;top: 50%;left: 50%;transform: translate(-50%, calc(-25%));z-index: 2;opacity: 0;}
.subbox_item a:hover .blog_list_le:after, .module_i_news li a:hover .i_blog_le:after {opacity: 1;transform: translate(-50%, -50%);}
.blog_list_le img, .i_blog_le img {width: 100%;transition: .8s ease;}
.subbox_item a:hover img {z-index: 1;opacity: 0.1;transform: scale(1.08);}
/* 文字 */
.blog_list_ri {
max-width: max-content;
width: 100%;
margin: 0;
display: flex;
flex-wrap: wrap;
padding: 10px 0;
}
.blog_list_ri h5 {
font-size: var(--f20);
/* font-family: var(--SFontC); */
margin-bottom: 4px;
height: auto;
letter-spacing: 1.5px;
color: #fff;
line-height: 1.6;
padding-top: 5px;
transition: all 0.4s ease;
-webkit-line-clamp: 1;
max-height: 70px;
}
.subbox_item a:hover h5 {
opacity: .5;
}
.blog_list_ri em {
display: none;
}
.blog_list_ri p {
line-height: 1.8;
margin: 0;
font-weight: 300;
font-size: 13px;
letter-spacing: 1px;
color: #ccc;
border-top: 0;
padding-top: 5px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
overflow: hidden;
word-break: break-all;
}
.subbox_item a:hover em,.subbox_item a:hover p{opacity: .5;}


/* 文章B-單獨 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.article_b .blog_box {max-width: 1200px;}

.article_b .blog_subbox {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.article_b .subbox_item {
width: 100%;
border: 0;
border-bottom: 1px solid rgb(183 155 95 / 60%);
padding-bottom: 10px;
position: relative;
padding: 0;
overflow: unset;
border-radius: 0;
}
.article_b .subbox_item:before {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 50px;
height: 1px;
background-color: rgb(255 255 255 / 60%);
transition: 0.3s;
z-index: 1;
}
.article_b .subbox_item:hover:before {
width: 100%;
transition: all .5s;
}
/* 圖文 */
.article_b .subbox_item a {
position: relative;
display: flex;
border-radius: 0;
padding-bottom: 15px;
}
/* 圖 */
.article_b .blog_list_le {
width: 30%;
aspect-ratio: 1 / 1;
height: auto;
border-radius: 0;
}
/* 文 */
.article_b .blog_list_ri {
width: 65%;
max-width: unset;
padding: 0 0 0 40px;
}
.article_b .blog_list_ri h5 {
font-size: var(--f22);
font-family: var(--SFontC);
margin-bottom: 10px;
height: 34%;
letter-spacing: 1.5px;
color: #fff;
line-height: 1.6;
padding-top: 5px;
-webkit-line-clamp: 2;
max-height: 70px;
margin-top: 20px;
}
.article_b .blog_list_ri p {
font-size: 14px;
/* letter-spacing: 1px; */
/* color: #ccc; */
/* border-top: 0; */
/* padding-top: 5px; */
margin-top: 30px;
/* line-height: 180%; */
-webkit-line-clamp: 3;
}
.article_b .blog_list_ri em {
font-family: var(--SFontE);
font-weight: 300;
letter-spacing: 1px;
color: #f7dbab;
line-height: 1.5;
width: fit-content;
padding: 4px 17px 4px 12px;
margin: 5px 0 10px;
opacity: 0.5;
font-size: 13px;
position: absolute;
right: 0;
bottom: 0.5em;
background: transparent;
display: block;
}



/*文章內層/共用 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.blog_in_page .blog_box {max-width: 1200px;}

.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {
background: transparent;
padding: 20px;
margin-bottom: 0;
border-radius: 5px 5px 0 0;
}
.blog_in_page h4.blog_category_title {
width: 100%;
letter-spacing: 1.5px;
font-size: var(--f28);
display: block;
text-align: left;
border-bottom: 1px dashed #bfbfbf4d;
color: #fff;
font-weight: 500;
margin-bottom: 15px;
padding: 20px 0;
font-family: var(--SFontC);
}
/* 分享按鈕 = = */
.blog_shareData {
border: 1px solid #ccc;
align-items: center;
align-content: center;
flex-wrap: wrap;
flex-direction: row;
margin-bottom: 20px;
width: fit-content;
padding: 10px;
border-radius: 5px;
margin: 0;
display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
font-weight: 400;
font-size: 14px;
color: #333;
}
.toShareNews a object {
filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
background: transparent;
}
.blog_box_edit * {line-height: 1.8;}
.articel_mainPic {
display: none;
}

/*文章-相關推薦*/
.news_related, .prod_related {
font-family: var(--SFont);
background: #fff;
padding: 80px 5%;
margin: auto;
display: none;
}


/* 上下篇按鈕 */
.blog_back {
position: relative;
justify-content: center;
z-index: 1;
justify-self: flex-end;
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5px;
margin: auto;
margin-top: 0;
text-align: center;
margin-right: 0;
margin-top: 40px;
justify-items: start;
background: transparent;
padding: 25px;
border-radius: 0 0 5px 5px;
}
.blog_back:before {
content: '';
display: block;
position: absolute;
width: calc(100% - 40px);
height: 1px;
left: 20px;
background: rgba(190, 169, 118, 0.25);
}
.blog_back a {font-size: 13px;letter-spacing: 2px;}
.blog_back a.article_btn_back {background: #a7a9ac;transition: .4s ease;display: none;}
.blog_back a.article_btn_back:hover {opacity: .6;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #bea976;transition: .4s ease;width: fit-content;background: transparent;font-size: 0;border: 1px solid #bea976;}
.blog_back a.article_btn_next {justify-self: end;}
a.article_btn_prev:before, a.article_btn_next:after {content: '< Previous';padding: 8px;font-size: 13px;text-decoration: none;font-family: var(--SFontEN);text-transform: uppercase;color: #bea976;letter-spacing: 1.5px;font-weight: 500;}
a.article_btn_next:after {content: 'Next >';}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background-color: #bea976;border-color: #bea976;}
a.article_btn_prev:hover:before, a.article_btn_next:hover:after {color: #fff;}


/* 首頁 */
.module_i_news {
/* display: none; */
padding: 100px 25px 70px;
padding-top: 120px;
background: #0d0d0d;
position: relative;
}
.module_i_news:after {
content: '';
display: block;
position: absolute;
width: 100%;
height: 50%;
background: linear-gradient(360deg, #000000 0%, #000000 1%, #000000f5 6%, #000000e3 10%, #0000008c 26%, #00000000 50%);
z-index: 0;
bottom: 0;
left: 0;
/* opacity: 0.5; */
}
.module_i_news section {
position: relative;
max-width: 1400px;
margin: 0 auto;
z-index: 1;
}
/* 標 */
.module_i_news .title_i_box {
margin-bottom: 40px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.module_i_news .title_i_box h6 {
order: 2;
}
.module_i_news .title_i_box h6:before {
content: 'NEWS';
display: block;
color: #bdb48f;
font-size: 15px;
font-weight: 400;
letter-spacing: 3.5px;
margin-top: 10px;
font-family: var(--SFontEN);
}
.module_i_news .title_i_box h4 {
font-size: var(--f32);
color: #fff;
font-weight: 500;
letter-spacing: 2.5px;
font-family: var(--SFontC);
}

.module_i_news_list, .module_i_news_list.swiper {
padding: 20px 0;
}
.module_i_news ul {
list-style: none;
display: block;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
grid-gap: 25px;
grid-template-columns: repeat(4, 1fr);
}
.module_i_news li a {
position: relative;
display: grid;
grid-template-columns: 1fr;
grid-gap: 10px;
}
/* 圖 */
.i_blog_le {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
line-height: 0;
aspect-ratio: 3 / 2;
overflow: hidden;
background-color: #9C9370;
border: 0;
height: 100%;
padding: 0;
transition: all 0.4s ease;
}
.module_i_news li a:hover img {
z-index: 1;
opacity: 0.1;
transform: scale(1.08);
}
/* 文 */
.i_blog_ri h5 {
font-weight: 500;
font-size: var(--f18);
color: #fff;
font-family: var(--SFontC);
-webkit-line-clamp: 2;
overflow: hidden;
padding: 10px 0;
text-align: center;
letter-spacing: 1.5px;
line-height: 1.6;
}
.module_i_news li a:hover h5 {
opacity: .5;
}
.i_blog_ri em, .i_blog_ri p { display: none;}


/* BTN= */
.i_blog_b {
max-width: 1400px;
margin: auto;
text-align: center;
padding-top: 30px;
}
.i_blog_b a {
position: relative;
padding: 15px 20px;
display: block;
max-width: 245px;
width: 100%;
border: 1px solid #685842;
font-size: 14px;
text-align: center;
letter-spacing: 1px;
color: #fff;
background: transparent;
cursor: pointer;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
overflow: unset;
}
.i_blog_b a b {
font-size: 16px;
font-weight: 400;
height: auto;
line-height: 2;
letter-spacing: 2.5px;
font-family: var(--SFontC);
}

.i_blog_b a::before, .i_blog_b a::after {content: "";position: absolute;top: 50%;transform: translateY(-50%);display: block;width: 1px;height: calc(100% - 16px);background: #685842;transition: all 0.4s ease-in-out;}
.i_blog_b a::before {right: -7px;}
.i_blog_b a::after {left: -7px;}

.i_blog_b a i {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.i_blog_b a i.fa-solid.fa-arrow-right, .i_blog_b a:hover i.fa-solid.fa-arrow-right {margin: 0;}
.i_blog_b a i::before, .i_blog_b a i::after {content: "";position: absolute;left: 50%;transform: translateX(-50%);display: block;height: 1px;width: calc(100% - 10px);background: #685842;transition: all 0.4s ease-in-out;}
.i_blog_b a i::before {top: -6px;}
.i_blog_b a i::after {bottom: -6px;}

.i_blog_b a:hover {}
.i_blog_b a:hover {
border-color: #bea976;
background: #bea976;
}
.i_blog_b a:hover:hover::before, .i_blog_b a:hover:hover::after {
height: calc(100% + 12px);
background: #bea976;
}
.i_blog_b a:hover i::before, .i_blog_b a:hover i::after {
width: calc(100% + 14px);
background: #bea976;
}



@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 內頁 */
.promotions_page .show_content {padding: 0;max-width: 1200px;}
/* 標 */
.promotion_title * {}
.promotion_title {display: flex;flex-direction: row;flex-wrap: wrap;gap: 5px;justify-content: flex-end;padding-bottom: 10px;}
.promotion_title .time {order: 3;}
.promotion_title span {margin: 0;border: 0;color: #444;padding: 0;line-height: 28px;letter-spacing: .04rem;}
.promotion_title em {order: 2;background: #f6f6f6;border-radius: 2px;color: #444;font-size: 12px;border: 0;font-weight: 500;height: 28px;line-height: 28px;padding: 0 10px;margin: 0;text-align: center;width: auto;max-width: 100%;}
.promotion_title h2 {order: 1;border-bottom: 1px solid #e2e2e2;flex: none;font-size: var(--f32);font-weight: 600;height: auto;line-height: 1.6;margin: 0 0 10px;padding: 0 0 5px 0;text-align: left;width: 100%;max-width: 100%;}

/* 下方連結 */
.other_promotion {padding-top: 20px;margin: 0 auto;display: flex;flex-direction: column;max-width: 1100px;gap: 0;}
.other_promotion li {width: 100%;}
.other_promotion li a:before, .other_promotion li a:after{content: none;}
.other_promotion li a {display: flex;width: 100%;position: relative;margin: 0;padding: 14px 0;border: 0;border-top: 1px solid #e2e2e2;}
.other_promotion li a:hover {background: #F4F8FD;}
.other_promotion li:last-child a{border-bottom: 1px solid #dbdad1;}











/* = = = 分隔線 相本主分類 -OFF = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = == = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.album_a .main_part {max-width: 1400px;}

/*相簿*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {display: none;}

.show-list {grid-template-columns: repeat(3, 1fr);grid-gap: 60px 15px;}
.show-list .item a {display: flex;flex-direction: column;gap: 10px;}
.show-list .show_pic:before {content: 'VIEW MORE';position: absolute;font-size: 14px;font-weight: 600;letter-spacing: 1px;color: #fff;transform: translate(-50%, -50%);top: 50%;opacity: 0;z-index: 2;transition: all .5s 100ms cubic-bezier(.42, 0, .58, 1);}
.show-list .show_pic {border-radius: 5px;}
.show-list .item:hover .show_pic:before {opacity: 1;}
.overlay {-webkit-transform: unset;transform: unset;z-index: 1;}
.show-list .show_pic img {transition: all .5s ease-in-out;}
.show-list .item:hover .show_pic img {transform: scale(1.1);transition: all .4s ease-in-out;}
.other_subalbum li {background: unset;}
.other_subalbum li a p {color: #1A1A1A;}

/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}

/*相簿縮圖*/
.pic-list {display: block;column-count: auto;column-width: 400px;column-gap: 15px;break-inside: avoid;}
.pic-list .item {padding: 0 0 15px;}
.pic-list .show_pic {aspect-ratio: inherit;}
.pic-list .item h6 {display: none;}
.pic-list .item figure.show_pic img {transform: scale(1);transition: 1s ease-in-out;}
.pic-list .item:hover figure.show_pic img {transform: scale(1.1);transition: 1s ease-in-out;}

/*相簿瀑布流-OFF*/
.album_info_page .pic-list {-webkit-column-count: 3;-webkit-column-gap: 10px;column-count: 3;column-gap: 10px;width: 100%;margin: 0 auto;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-gap: 10px;
display: grid;grid-template-columns: 1fr 1fr 1fr 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: 3 / 4;border-radius: 5px;}
.pic-list .item h6 {padding: 0;}




@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}







/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -ON= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_content {padding: 0;position: relative;}
.contact_content::before {
}
.contact_page .main_part {max-width: 100%;width: 100%;padding: 0;}
.contact_content > form {display: flex;flex-direction: column;}

/* 左資訊 */
.contact_content .information_left {width: 100%;padding: 0;}
.blank_letter {color: #fff;}
.list_before {margin: 0;}
.contact_content .information_left > h4.blank_letter {display: none;}
.contact_content .list_before > li {display: none;}
/* 編輯區 */




/* 右表單 */
.contact_content .information_right {
width: 100%;
margin: 80px auto;
padding: 80px;
display: block;
max-width: 1200px;
margin: 80px auto 100px;
background: rgb(0 0 0 / 5%);
backdrop-filter: blur(10px);
}
.blank_letter {
padding: 0;
color: #fff;
font-size: var(--f32);
font-family: var(--SFontC);
font-weight: 400;
display: flex;
align-items: flex-start;
flex-direction: column;
}
.blank_letter:before {
content: 'Contact Form';
padding: 5px 0;
color: #bdb48f;
font-size: 15px;
font-weight: 400;
letter-spacing: 3.5px;
order: 2;
font-family: var(--SFontEN);
}
.red {color: #8b0932;order: 2;line-height: 1;}
.note {display: none;}
/* 表單 */
.contact_form {
margin-top: 30px;
margin-bottom: 20px;
font-size: 15px;
color: #fff;
display: grid;
grid-template-columns: 1fr;
grid-gap: 10px;
}
.contact_form li {
display: grid;
grid-template-columns: 1fr;
grid-gap: 5px;
padding: 0 0 25px 0;
border-bottom: 0px solid #fff;
}
.contact_form li .form__label {
text-align: left;
color: #fff;
max-width: 100%;
background: transparent;
display: flex;
font-size: 16px;
font-family: var(--SFontC);
font-weight: 400;
}
.contact_form li .form__insert {
width: 100%;
border-bottom: 0px solid #fff;
}
.contact_form li input.noborder:focus, .contact_form li textarea.noborder:focus {
color: #DBCEAB;
}
.contact_form li textarea.noborder, .contact_form li input.noborder  {
background: transparent;
border: 1px solid rgb(255 255 255 / 20%);
color: #aaa;
}
.contact_form li input.noborder {
border: 0;
border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {color: #aaa;font-size: 15px;
font-family: var(--SFontC);}

/* BTN= */
.contact_form li.last {
gap: 10px;
padding: 0;
}
.contact_form li.last blockquote, .contact_form li.last cite {
border: 1px rgb(236 216 163 / 40%) solid;
width: fit-content;
padding: 0;
}
.contact_form li.last blockquote {
color: #fff;
}
.contact_form li.last cite {
background: #DBCEAB;
color: #fff;
color: #0b0b0b;
}
.contact_form li.last cite i {
display: none;
}

.contact_form li.last input {
padding: 8px;
font-size: 15px;
font-weight: 400;
height: auto;
line-height: 2;
letter-spacing: 2.5px;
font-family: var(--SFontC);
min-width: 200px;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
letter-spacing: 2.5px;
background: #bea976;
color: #fff;
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1600px) {}


/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_logo > a{width: 160px;height: 140px;}
.footer_info li:nth-child(1) {grid-template-columns: repeat(1, 1fr);}
.footer_menu a {width: 28%;}
}


/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */

}


/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none;}
.footer.with_shopping_mode {padding: 60px 0 0px;}
#to_top {bottom: calc(2vw + 55px);right: 2vw;}

/* footer */
.footer_logo{margin: 0 auto;}
.footer_info {grid-template-columns: 1fr;text-align: center;}
}


@media screen and (max-width: 600px) {
/* footer */
.footer_menu a {width: 45%;}

}

@media screen and (max-width: 480px) {
#to_top {right: 20px;left: unset;}


}