@charset "utf-8";
/* *************SCPT ****************** */
/* "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');


/* 英文字體 Oswald */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..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: #1c3459; */
--MainColor: #299CD6; /*網站主要色系*/
--SubColor: #222222; /*網站文字色*/
--SubColor1: #ecf4f7; /*網站輔助色系1*/
--SubColor2: #1F82BE; /*網站輔助色系2*/
--SubColor3: #525655; /*網站輔助色系3*/
--SubColor4: #005189; /*網站輔助色系4*/  
--SubColor8: #509de0; /*網站輔助色系5*/
--SubColor6: #4D9AE0; /*網站輔助色系6*/
--SubColor7: #BFBFBF; /*網站輔助色系7*/
--SubColor8: #2dacbe; /*網站輔助色系8*/  
--SubColor9: #3eb5c5; /*網站輔助色系9*/
--SubColor10: #6ac2c1; /*網站輔助色系10*/  
--SFontE: "Inter", "Noto Sans TC", sans-serif;/*英文字體-無襯線*/
--SFontE2: "Oswald",  "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{
--f40:36px;
--f22:20px;
}
}
@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:18px;
--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;
--f20: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: #8b8b8b;}
&::-webkit-scrollbar-track { box-shadow: transparent;}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 隱藏BTN= */
.footer_menu > a:first-child {display: none;}


/* header */
.header_area {z-index: 9999;width: 100%;background: transparent;padding: 0;position: sticky;width: 100%;background: transparent;transition: all .4s;}
.header_area.sticky { background: transparent;}
.header_area .main_header_area {padding: 0;transition: all 0.3s;position: relative;padding: 0;background: #fff;box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);}
.header_area .main_header_area.animated {}
.header_area.sticky .main_header_area {transition: all 0.3s;}
.header_area .main_header_area:before {content: '';position: absolute;display: block;width: 100%;height: 0%;opacity: 0;background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(221, 221, 221, 1) 100%);transition: all .4s ease;}
.header_area.sticky .main_header_area:before {height: 100%;opacity: 1;}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0 15px;width: 95%;max-width: 1600px;}
.header_area.sticky .main_header_area .container {max-width: 95%;transition: 0.6s;}

/* 僅首頁 */
.pageIndex .header_area {position: fixed;}
.pageIndex .header_area .main_header_area {background: transparent;box-shadow:none}
.pageIndex .header_area.sticky .main_header_area {box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);}
.pageIndex .stellarnav.desktop > ul > li > a {color: #fff;text-shadow: 0 0 10px rgb(55 85 82 / 80%);}
.pageIndex .header_area.sticky .stellarnav.desktop > ul > li > a {color: #0b1c2b;text-shadow: none;}
.pageIndex .nav-brand img {filter: grayscale(100) brightness(10);}
.pageIndex .navigation {grid-template-columns: 190px 1fr;transition: .4s ease;}
.pageIndex .header_area.sticky .navigation {grid-template-columns: 150px 1fr;}


.navigation {grid-template-columns: 140px 1fr;align-items: center;}
/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {}
.header_area.sticky .stellarnav {opacity: 1;transition: all 0.3s;pointer-events: unset;}



/* 第一層 */
.stellarnav > ul > li {position: relative;padding: 10px 0px;font-size: 0;line-height: 2;margin: 5px 0;}
.stellarnav > ul > li:after {}
.stellarnav > ul > li:hover {}
.stellarnav.mobile li a {border-bottom: 0;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav > ul > li > a {height: 100%;margin: 0;position: relative;font-size: 17px;font-weight: 500;line-height: 1.6;letter-spacing: 1.5px;transition: all .4s;padding: 0 15px;font-family: var(--SFontE2);padding-top: 5px;color: #0b1c2b;}
.pageIndex .stellarnav > ul > li > a {}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{/* color: #f6b541; *//* color: #3b552e; *//* font-weight: 500; */}
.header_area.sticky .stellarnav > ul > li > a {}

.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: var(--SubColor4);;opacity: 1;}
.stellarnav > ul > li > a b {font-weight: 400;}
.stellarnav > ul > li > a:hover b {font-weight: 500;}

.stellarnav.desktop > ul > li * {overflow: unset;}
.stellarnav.desktop > ul > li > a::before {/* top: 50%; */pointer-events: none;background-position: 50%;content: '';position: absolute;bottom: -2px;left: -3px;width: 100%;height: 55%;background-color: #6ac2c1;opacity: 0.5;transform: skewX(-15deg) scaleX(0);transform-origin: bottom left;transition: transform 0.6s ease;z-index: -1;}
.stellarnav > ul > li > a:hover::before {/* transform: translate(-50%, -50%) scale(1); */opacity: 1;transform: skewX(-15deg) scaleX(1);}





/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{content: none;}



/* 第二層 */
.stellarnav ul ul {
margin: 0;
padding: 0;
display: none;
position: absolute;
list-style: none;
z-index: 98;
white-space: nowrap;
background: #f0f0f0;
background: #fff;
min-width: 120px;
box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
border: none;
width: fit-content;
min-width: 150px;
margin: 0;
margin-top: 15px;
}
.stellarnav li li {border: 0;width: 100%;float: left;clear: both;position: relative;text-align: left;border-bottom: 1px #eee solid;padding-right: 5px;}


.stellarnav.desktop li.has-sub li a {font-size: 14px;text-align: center;padding: 8px 10px;white-space: nowrap;border-bottom: 1px solid #f6f6f6;transition: all .5s;letter-spacing: 1.5px;transform: translateX(0);text-align: left;color: #343434;border: 0;border-left: 3px solid transparent;}

.stellarnav.desktop li.has-sub li a:hover{
color: #fff;
background: transparent;
color: #917F67;
padding-left: 15px;
padding-right: 5px;
border-color: #DAC1A0;
}
.news_classes > li:hover > a, .news_classes > li:focus > a {background: #808080;}

/* 第三層 */
.stellarnav ul ul ul {top: 0;left: 100%;margin: 0;width: fit-content;transform: unset;}



.me_tp_features {display: none;}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {grid-row: 1;width: 90%;max-width: 100%;transition: all 0.5s;font-size: 0;position: relative;padding: 5px;}
.nav-brand {padding: 5px 0;border-radius: 10px;overflow: hidden;}
.nav-brand img, .pageIndex .header_area.sticky .nav-brand img{width: 100%;filter: none;}

.sticky .nav-header{width: 90%;padding: 5px;}
.sticky .nav-brand img {}






/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}


.footer {position: relative;margin-top: 0;padding-top: 80px;padding-bottom: 20px;background: #101c26;padding: 80px 0 0px;overflow: unset;/* padding-top: 80px; */}
.footer .center {margin: 0 auto;display: flex;justify-content: space-between;width: 95%;max-width: 1600px;padding: 0 2%;padding-bottom: 10px;gap: 4%;}

.footer_logo  {max-width: 200px;background-size: 100% 100%;padding: 0;margin: 0 auto 0;margin-left: 0;/* display: none; */background: transparent;padding: 0 5px;overflow: hidden;border-radius: 0;transition: opacity .25s ease-out;}
.footer_logo:hover {opacity: 0.8;}
.footer_logo a {display: block;width: 100%;font-size: 0;}
.footer_logo img {filter: grayscale(100) brightness(10);/* opacity: 0; */width: 100%;height: auto;/}


/* footer資訊*/
.footer_info {text-align: center;width: 100%;display: grid;grid-template-columns: 1fr;grid-gap: 5px;padding: 0;display: flex;flex-direction: column;align-items: center;padding: 0;}
.footer_info:nth-child(1) > ul {   }
.footer_info ul {display: block;width: 100%;display: flex;flex-direction: column;align-items: flex-start;gap: 5px;font-family: var(--SFontE);display: flex;grid-gap: 1vw;padding-top: 20px;}

/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;padding: 5px 7px;border: 0;margin: 0;color: #a7a7a7;background: transparent;padding: 0 20px;font-size: 13px;line-height: 2;font-weight: 400;opacity: 1;}
.footer_info li:nth-child(1) {align-items: center;padding-top: 0;margin: auto;margin-left: 0;text-align: center;display: flex;flex-direction: column;width: 100%;display: grid;grid-gap: 0 30px;}
.footer_info li p {padding: 0;display: grid;grid-template-columns: auto 1fr;align-items: start;width: fit-content;line-height: 2;font-size: 13px;color: #fff;font-weight: 400;letter-spacing: 1px;}
.footer_info li p a{color: #4f5451;transition: .4s;font-weight: 400;font-size: 13px;color: #fff;font-weight: 200;letter-spacing: 1.5px;text-align: left;}
.footer_info li p:hover a{}
.footer_info li p:before {font-weight: 400;margin-right: 2px;}
.footer_info li p.tel:before {content: 'TEL：';}
.footer_info li p.phone:before {content: 'PHONE：';}
.footer_info li p.mail:before {content: 'MAIL：';}
.footer_info li p.add2:before {content: 'ADD：';}
.footer_info li p.fax:before {content: 'FAX：';}

.footer_info li::before {
    display: block;
    position: relative;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    border-bottom: solid 1px rgb(255 255 255 / 30%);
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.footer_info li:nth-child(2)::before {content: 'WEBSITE LINK';text-align: left;}
.footer_info li:nth-child(2){padding-left: 10px;padding-top: 0;width: 100%;padding-top: 0;}
.footer_menu {text-align: center;width: 100%;font-size: 0;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 3px;padding-top: 20px;}
.footer_menu a {
    line-height: 1.5;
    transition: .4s;
    position: relative;
    text-align: left;
    border-radius: 0;
    text-transform: capitalize;
    color: #4f5451;
    padding: 0px 15px 0px;
    font-size: 12px;
    font-weight: 400;
    color: rgb(255 255 255 / 50%);
    letter-spacing: 1.5px;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 4px 8px 0;
}
.footer_menu a:last-child {}
.footer_menu a:hover {background: transparent;color: #6ac3bf;font-weight: 500;}


/* ------------------------------------------------------------------------------------------------ */

.copy {text-align: center;align-items: center;color: #f7f7f74d;/* opacity: .3; */display: flex;flex-wrap: wrap;position: relative;line-height: 2;letter-spacing: .5px;font-weight: 300;justify-content: center;max-width: 100%;font-size: 9px;/* border-top: 0; */padding: 15px 0;margin: 10px 0 0;width: 100%;background: transparent;border-top: 1px solid rgb(247 247 247 / 10%);font-family: var(--SFont);}
.copy a {color: #f7f7f74d;margin: 0 2px;} 
.privacyLinks a+a {border-left: 1px solid #f7f7f74d;}
.copy a:hover {color: #ffd750;}
/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }


/* 置頂按鈕 */
#to_top {bottom: 2vw;left: 1vw;right: unset;padding: 15px 0px 0 0;font-size: 0;color: #333;background: #fff;box-shadow: none;border-radius: 0;transition: .8s;height: 38px;width: 38px;border-radius: 5px;opacity: .9;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
#to_top i.top:before, #to_top i.top:after {height: 9px;width: 2px;top: 0;left: 50%;background: #2f97a6;}
#to_top:hover {transition: opacity 0.3s;background: #6ac2c1;}
#to_top:hover i.top:before, #to_top:hover i.top:after {background: #FFF;}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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;padding: 0;background: rgb(254 252 251);}

/* 大圖尺寸 */
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;max-height: 100vh;}
.swiper-wrapper, .swiper-slide {}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{object-fit: contain;object-position: 0;}
.bannerindex .swiper-banner .swiper-slide img {height: auto;height: 100%;max-height: 100vh;object-fit: cover;}








/* 大圖點點按鈕切換鈕 */
.bannerindex {--swiper-pagination-color: #fff;position: relative;height: fit-content;max-height: 100vh;}
.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 20px;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 8px 3px;width: 9px;height:9px;border-radius: 10px;}
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {width: 30px;background: #FFF;opacity: 1;}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
.swiper-pagination {gap: 8px;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {width: 6px;height: 6px;border-radius: 8px;}
}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {
.bannerindex {/* border-radius: 0 0 15vw 0; */}
}


/* 大圖點點按鈕END */



/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {
content: none;
position: absolute;
z-index: 100;
pointer-events: none;    
opacity: 0;    
} 

/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {
content: '';
position: absolute;
z-index: 100;
pointer-events: none;    
opacity: 0;    
} 
.bannerindex .swiper-banner .swiper-slide:nth-child(1):before {font-family: "Oswald", "Noto Sans TC", sans-serif;white-space: pre;font-size: clamp(50px, 5vw, 70px);color: #f8f8f8;letter-spacing: .1rem;line-height: 1.4;font-weight: 500;z-index: 100;text-shadow: 0 0 10px rgba(0,0,0,.5);position: absolute;/* top: 0; */bottom: 4vw;left: 6vw;opacity: 1;z-index: 101;}
/* .bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):before{content: "See More.  \A Know Faster.";} */

.bannerindex .swiper-banner .swiper-slide:nth-child(1):after {
    opacity: 0.2;
    background-color: rgb(23 57 85 / 100%);
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
}



/* banner02 */



/* animation動畫 */
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {content: "See More.  \A Know Faster.";animation: NtxtShow 2s cubic-bezier(0.65, 0, 0.35, 1);}
@keyframes NtxtShow{0%{clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);}100%{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}}

/* @keyframes NfadeInUp {0% {transform: translate(-50%,-50%) ;opacity: 0;}100% {transform: translate(-50%,0) ;opacity: 1;}} */



@media screen and (max-width: 1300px) {
/* 大圖 */
.bannerindex {/* margin-top: 50px; */}
.pageIndex .header_area {/* background: #f6e7d5; */}
.nav-brand {padding: 0;}
}

@media screen and (max-width: 1024px) {
/* 大圖 */
.bannerindex {margin-top: 0;}
}






/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.sb_marquee {display: none;}
/* 麵包屑 */
.path {background-color: transparent;margin-bottom: 40px;padding: 20px 25px;padding-top: 0;text-align: right;margin: auto;max-width: 1400px;display: none;}

/* main */
div#page {background:#faf9f7;position: relative;}
#content_main, #content {margin: 0;background: #FFF;padding: 80px 0;background-repeat: repeat;padding: 0;min-height: 1000px;
/* 暫時 */}
.edit_part{padding: 0;}
.main_part {width: 100%;min-width: 100%;margin: auto;padding: 80px 20px;padding-bottom: 80px;background: transparent;}
.show_content {margin: auto;padding: 0 25px;width: 95%;max-width: 1400px;margin: 0 auto;padding-top: 0px;}
.subalbum-menu {margin: 0;padding: 0;}
.edit {color: #262626;margin: auto;padding: 20px 0 40px;line-height: 1.7;letter-spacing: 0.5px;font-weight: 400;}

/* 下方頁碼 */
.page {width: 100%;margin: 50px auto 30px;font-size: 0;}
.page li a, .page li {font-family: var(--SFontE);display: inline-block;font-size: 15px;margin: 2px;border-color: transparent;color: #403b28;border-radius: 0;width: 28px;height: 28px;line-height: 28px;text-align: center;padding: 0;transition: all 0.4s ease-in-out;border-radius: 3px;}
.page li a {background: transparent;color: var(--MainColor);margin: 0;border: 0;}
.page strong, li.activeN {background: #917f67;color: #ffffff;border-color: #917f67;}
.page strong, .page a:hover {color: #917f67;transition: all 0.1s ease-in-out;background-color: #e9e4dc;border: 0;}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {position: relative;background: #ecf4f7;width: 100%;object-fit: contain;background-size: cover;background-position: 0% 80%;position: relative;min-height: 330px;}
.banner:before {display: block;width: 100%;height: 100%;background: transparent;opacity: .3;content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: linear-gradient(to right, #1f82be33 1px, transparent 1px), linear-gradient(to bottom, #1f82be33 1px, transparent 1px);background-size: 6.25vw 6.25vw;background-position: 0 -1px;}

.banner h5 {color: #2dacbe;z-index: 1;font-size: 40px;display: flex;flex-direction: column;gap: 0;width: 100%;max-width: 1400px;font-weight: 500;font-size: var(--f36);letter-spacing: 2px;padding: 0 20px;align-items: center;position: relative;font-family: var(--SFontE2);}
.banner h5:after {padding-left: 0;font-weight: 500;z-index: 1;order: -1;font-size: var(--f22);content: '';letter-spacing: 1.5px;/* text-transform: uppercase; */line-height: 1.5;font-family: var(--SFontE2);/* text-shadow: none; *//* text-shadow: 0px 0px 20px #3b4937c2; */}




.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

.album_a .banner {}
.album_a .banner h5:after {}

.article_b .banner {background: url(https://pic03.eapple.com.tw/lawyerzizi/banD.jpg) center no-repeat;}
.article_a .banner h5:after {/* content: 'FAQ'; */}






@media screen and (max-width: 1300px) {}


/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {}


/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* logo*/
.nav-header {max-width: 180px;padding: 5px 0 0px;margin: auto;}
.sticky .nav-header {}
/* = = header = = */
.pageIndex .header_area {position: sticky;height: 100%;}
.header_area .main_header_area {backdrop-filter: blur(5px);}
.header_area.sticky .main_header_area{backdrop-filter: none;border: 0;}
.main_header_area:before {height: 20vw;opacity: 1;}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}
/* 導覽列 */
.pageIndex .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {padding: 0;}    
.pageIndex .sticky .stellarnav > ul > li > a, .stellarnav > ul > li > a,
.stellarnav > ul > li > a {letter-spacing: .5px;margin: 0;padding: 2px 10px 4px;height: 48px;font-size: 15px;}
.stellarnav>ul>li:after {height: 3px;top: 100%;bottom: 0;transform: translate(-50%, 0);}
.stellarnav > ul ul {margin: 0;}



/* 內頁BN */
.banner {height: 320px;}
}




/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* logo*/    
.nav-header {max-width: 170px;padding: 0;margin-left: 0;}
.sticky .nav-header {}
.nav-brand img { }
/* = = header = = */
.header_area {height: auto;}
.pageIndex .header_area, .pageIndex .header_area.sticky {background: #fff;}
.header_area .main_header_area {padding: 0 10px 0;border: 0;backdrop-filter: none;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;/* background: transparent; */}


/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: 0;left: unset;padding: 0 12px;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 22px 0;padding: 0;flex-direction: row-reverse;align-items: center;}
/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;font-size: 14px;color: #fff;transform: scale(1);letter-spacing: 2px;display: none;}
.sticky .stellarnav .menu-toggle:after {color: #000;}
.stellarnav .menu-toggle span.bars {display: flex;margin: 0;gap: 6px;flex-direction: column;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 2px;border-radius: 0;background: #39352d;margin: 0;border-radius: 5px;height: 2px;flex-direction: column;}
.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);backdrop-filter: blur(4px);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;/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;border: 0;background: var(--MainColor);}
/*卷軸*/
.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 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: 420px;width: 80%;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;background: transparent;height: 76px;width: fit-content;padding: 0;font-weight: 400;text-transform: capitalize;font-size: 15px;font-family: var(--SFontE);color: #333;height: fit-content;gap: 6px;letter-spacing: 1px;line-height: 1.6;width: fit-content;text-align: right;margin: 20px auto;display: flex;margin-right: 20px;flex-direction: row-reverse;}
.stellarnav .icon-close {box-sizing: border-box;width: 20px;height: 20px;position: relative;display: inline-block;margin: 0;transition: all 0.3s ease-out;transform: scale(.95);}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 26px;height: 0px;border-bottom: solid 2px #39352D;}
.stellarnav.mobile.left .close-menu:hover .icon-close{transform: rotate(180deg)scale(.95);}
.stellarnav .icon-close:before {transform: rotate(45deg) translate(-3px, 1px);}
.stellarnav .icon-close:after {transform: rotate(-45deg) translate(-1px, -3px);}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */
.stellarnav.mobile > ul > li:last-child {border-bottom: 1px solid rgb(187 173 152 / 50%);}
.stellarnav.mobile > ul > li {padding: 0;border: 0;border-top: 1px solid rgb(187 173 152 / 50%);display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: transparent;padding: 0;padding-bottom: 0;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 1.6;display: block;font-size: 15px;letter-spacing: .8px;padding: 20px 15px;}
.stellarnav.mobile li.open > a {border: 0;border-bottom: 1px solid rgb(187 173 152 / 50%);}    
.stellarnav.mobile > ul > li > a:before{content: none;}
.stellarnav.mobile > ul > li > a b {color: #333;}
.stellarnav.mobile > ul > li > a b:last-child {display: none;}
.stellarnav.mobile > ul > li > a:hover b , .stellarnav.mobile > ul > li:hover b {    color: #998467;font-weight: 500;}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;padding: 10px;border: 0;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {top: 0;}
.stellarnav.mobile a.dd-toggle .icon-plus:before {width: 8px;height: 8px;border-bottom: solid 1px #666;top: 50%;left: 0;transform: rotate(-45deg);}
.stellarnav.mobile a.dd-toggle .icon-plus:after {width: 8px;height: 8PX;top: 50%;border-bottom: solid 1px #666;transform: rotate(45deg);}
.stellarnav.mobile 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: 100%;margin: auto;left: unset;box-shadow: none;transform: unset;background-color: #f5f2ef;}
.stellarnav.mobile li li {padding: 0;font-size: 14px;color: #39352D;letter-spacing: .5px;}
.stellarnav.mobile.mobile li li.has-sub a {padding: 10px 30px 10px 20px;}
.stellarnav.mobile a.dd-toggle .icon-plus {height: 80%;}
.stellarnav.mobile 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: #171717;background: #e1dad3;}
.stellarnav.mobile li li:not(:last-child) {border-bottom: 1px #ede4da solid;}
.stellarnav.mobile li li a {padding: 9px 15px;display: block;color: #75614d;letter-spacing: 1px;}

/* 第三層 */
.stellarnav.mobile li.open li.open {}
.stellarnav.mobile li li li a{font-size: 14px;}


/* 內頁BN */
.banner h5:after {font-size: 14px;}


}


/* @660上方區域_手機版面600px */
@media screen and (max-width: 600px) {
.banner h5:after {font-size: 12px;}
.banner h5 {font-size: var(--f40);}
.banner {height: 240px;}

}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {max-width: 1400px;padding-top: 80px;}


.product_page .show_content {
width: 100%;
max-width: 1400px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: stretch;
align-content: flex-start;
}

/* 功-外層 = = = = */
/* 左側分類欄位 = = = =  */
.product_page .product_menu_list {position: relative;letter-spacing: 1px;min-height: 30vw;width: 220px;padding-right: 10px;}
.product_page .product-layer-two {position: relative;width: 100%;letter-spacing: 1px;border-right: 0;height: 100%;}
.product-layer-two > li {width: 100%;max-width: 100%;text-align: left;margin: 0;padding: 0;padding-bottom: 5px;border-bottom: 1px solid #d7e0e7;}
.search_txt, #menuTop li ul, .product-layer-two li a {
border-top: 3px solid #ffffff !important;
border-left: 0px !important;
border-right: 0px !important;
border-bottom: 0px !important;
}
.product-layer-two li a {background: transparent;}
/* .product-layer-two > li:first-child{border-top: 1px solid #E0E9F4;} */
.product-layer-two > li + li {border-top: 0px dotted #E0E9F4;}
.product-layer-two li a {padding: 10px 15px;display: block;font-size: 16px;color: #26282d;position: relative;line-height: 1.5;transition: .3s;border-radius: 8px;margin-top: 3px;padding: 5px 10px;border: 0;}
.product-layer-two li i {opacity: 0;pointer-events: none;}
.product-layer-two > li > a:hover, .product-layer-two > li:hover > a {font-weight: 600;color: var(--SubColor1);background: #E9F3F9;}
.product-layer-two li.active a {font-weight: 600;border: 0;}
.product-layer-two li.active li a {background: transparent;}
.product-layer-two li.active > a {color: var(--SubColor5);font-weight: 500;background: var(--SubColor1);}

/* 分類第二層 */
.product-layer-two li ul {position: relative;margin-top: 0;width: 100%;margin-left: 0;display: block !important;border: none !important;}
.product-layer-two li:hover ul {border: none !important;}
.product-layer-two li li:hover {
margin-left: 10px;
}
.product-layer-two li li {
display: block;
padding: 5px 10px;
transition: all ease .3s;
background: transparent;
text-align: left;
}
.product-layer-two li li.active a {
background: transparent;
color: #7c95c5;
}
.product-layer-two li li a {
background: transparent;
font-size: 14px;
letter-spacing: .5px;
padding: 6px 3px;
color: #333;
line-height: 1.8;
}
.product-layer-two li li:hover > a {
background: transparent;
color: #7c95c5;
}
.product-layer-two li li > a:before {
content: "";
position: absolute;
width: 8px;
height: 8px;
background: transparent;
left: 0;
margin-left: -15px;
top: 50%;
margin-top: -4px;
clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.product-layer-two li li:hover > a:before {
background: #7c95c5;
}




/* 右側商品區塊 = = = = */
.products-list {padding: 0;display: grid;display: flex;flex-wrap: wrap;gap: 0;align-items: flex-start;align-self: flex-start;display: grid;grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));grid-gap: 20px 15px;}
.product_page .products-list, .product-wrapper {width: calc(100% - 260px);}

.product_page .products-list {/* gap: 40px 20px; */}
.products-list .item {position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;width: calc((100% - 40px)/3);width: 100%;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding: 0;}
.products-list .item a {display: flex;margin: 0 auto;flex-direction: column;justify-content: flex-start;align-items: flex-start;box-sizing: border-box;transition: all 0.5s 
ease-out;position: relative;height: 100%;padding: 0 0 35px;background-color: #fff;font-family: var(--SFontEN);}
/* 商品圖 */
.products-list .pic {border-radius: 10px;aspect-ratio: 4 / 3;}
.products-list .pic::before {
content: '';
background: rgba(0, 0, 0, 0.5);
pointer-events: none;
height: 100%;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: .5s;
z-index: 1;
}
.products-list .pic:after, .related_list li figure:after {
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: 1.2;
letter-spacing: 0px;
border-radius: 50%;
color: #FFFFFF;
border: 2px #FFFFFF solid;
opacity: 0;
transition: .5s;
z-index: 2;
}
.products-list .pic img, .related_list li figure img {transition: .5s;transform: scale(1);}
.products-list a:hover .pic img, .related_list li:hover figure img {transform: scale(1.05);}
.products-list .item a:hover .pic::before {opacity: .6;}
.products-list a:hover .pic::after, .related_list li:hover figure::after {opacity: 1;}

/* 商品名 */
.products-list .name {
    font-size: 16px;
    color: #555;
    letter-spacing: .5px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    overflow: unset;
    height: fit-content;
    font-weight: 500;
    box-sizing: border-box;
    display: block;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 0;
    height: 48px;
    overflow: hidden;
}
.products-list .name .numbering {
display: block;
margin-top: 0;
padding-top: 10px;
font-size: 13px;
color: #666;
letter-spacing: .5px;
font-weight: 400;
line-height: 1;
}
.products-list .price {
margin: 0 0 5px;
display: flex;
justify-content: space-between;
align-items: flex-start;
align-content: flex-start;
flex-wrap: wrap;
}
.products-list .price b {color: #c80014;font-size: 16px;letter-spacing: 0px;margin: 0;}
.products-list .item a .more {
font-weight: 500;
font-family: var(--SFontEN);
font-size: 16px;
color: #FFF;
padding: 6px 0 3px;
border: 0;
text-align: left;
bottom: 0px;
background: #222;
border: 0;
border-radius: 4px;
text-align: center;
letter-spacing: 1.5px;
line-height: 1.5;
width: 100%;
}
.products-list .item a:hover .more {
background-color: #e0e9f487;
color: #204483;
letter-spacing: 2.5px;
background: var(--MainColor);
color: #fff;
}
.product_page .products-list .item a:hover .more {background: var(--MainColor);color: #fff;}
/* BTN */
.i_prod_b .animated-arrow {
border: #214790 solid 1px;
background: #fff;
color: #214790;
border-radius: 50px;
font-size: 15px;
transition: .3s ease;
margin: 0 auto;
margin-top: 35px;
padding: 0 30px;
padding-right: 12px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 50px;
line-height: 50px;
overflow: hidden;
width: 200px;
}
.i_prod_b .animated-arrow:hover {background: #214790;color: #fff;}
.i_prod_b b {
font-weight: 400;
letter-spacing: 1px;
font-family: var(--SFont);
font-weight: 500;
font-size: 15px;
}
.i_prod_b a i.fa-solid.fa-arrow-right {
margin: 0 5px;
/* margin: 0; */
color: #214790;
background: #fff;
padding: 6px;
border-radius: 25px;
}
.i_prod_b a:hover i.fa-solid.fa-arrow-right {margin: 0;}


/* 功-內層 = = = = */
/*購物車/內層＝＝*/
.product_info_page .main_part {background: #fbfbfb;}
.product_info_page .show_content{max-width: 1300px;font-family: var(--SFontEN);}
.product_info_page .product_menu_list {display: none;}
.product_info_page .product-wrapper{width: 100%;}

/* 左商品輪播區 */
.product_main {padding: 0 10px;vertical-align: top;width: 64%;padding-right: 50px;float: left;text-align: center;}
/* 右商品資訊區 */
.sidebarBtn {padding: 0;display: inline-block;width: 28%;vertical-align: top;border: 0;background: transparent;width: 35%;float: right;}
/*按鈕顏色*/
.inquiry_a1 {background: #cbc0a0;}
.inquiry_a2 {background: #bdab77;}
.inquiry_a3 {background: #ADA17E;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {display: none;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #222;}
/*商品側邊規格*/
div#number_area {color: #666;font-size: 13px;margin: 5px 0 0;}
.sidebarBtn .sp_price {color: #c80014;font-size: 18px;letter-spacing: -.5px;}
.sidebarBtn .price span {display: block;font-size: 18px;}
.product_info li .txt_box {color: #464543;width: 100%;font-size: 14px;line-height: 1.6;}
.mobile_product_name {font-size: 24px;}
/* 商品編輯區 */
.pd_tabTitle li.activeTab a {color: inherit;font-size: 17px;}
.pd_tabTitle li {border-bottom: 0;}
.pd_tabTitle li.activeTab::after {height: 2px;background: #ccc;}


/*相關推薦*/
.prod_related h6 span:before {font-size: 28px;}


/* 首頁 */
.prod_part {padding: 80px 25px;}
.prod_part section {max-width: 1400px;margin: auto;width: 90%;padding-bottom: 60px;font-family: var(--SFontEN);}
.i_prod_tit {padding: 0 0 10px;}
.i_prod_tit h2, .i_video_tit h2 {line-height: 0;}
.i_prod_tit h2:before {
content: 'Products';
color: #003B9E;
font-size: var(--f22);
line-height: 1.5;
letter-spacing: 1.5px;
font-weight: 900;
font-style: italic;
}
.i_prod_tit span {
display: block;
width: 100%;
position: relative;
font-size: var(--f42);
color: #222;
font-weight: 700;
text-align: center;
letter-spacing: 2px;
}
.pageIndex .products-list {gap: 25px 0;}
.prod_part .products-list .item {margin-bottom: 20px;padding-left: 10px;padding-right: 10px;}





@media screen and (max-width: 1200px) {
/* 首頁 */
.prod_part section {width: 96%;}
/* 外層 */
.product_page .main_part {padding-top: 60px;}
.product-layer-two li li a {padding: 5px 3px;line-height: 1.4;}
}


@media screen and (max-width: 1024px) {
/* 首頁 */
.prod_part section {width: 100%;padding-bottom: 20px;}
.pageIndex .productsListBox {padding: 25px 0;}
.pageIndex .products-list { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));}
.prod_part .products-list .item {width: 100%;}
/* 外層 */
.product_page .products-list {gap: 30px 20px;}
.product-layer-two li li a { line-height: 1.2;}
/* 內層 */
.product_info_page .path {display: none;}
.product_info_page .show_content {width: 100%;}
}


@media screen and (max-width: 768px) {
/* 首頁 */
.pageIndex .productsListBox {padding: 20px 0 20px;}
.i_prod_tit h2:before {font-size: 14px;}
/* 外層 */
.product_page .product_menu_list {width: 100%;order: 0;min-height: unset;}
.product_menu_list, .products-list, .product-wrapper {width: 100%;}
.product_page .product_menu_list {padding: 0 0 0 15px;}
.product_page .product_menu_list>h5 {display: block;color: #151515;font-size: 22px;}
.product_page .product-layer-two, .product_page .products-list {width: 100%;border-right: none;margin-right: 0;grid-template-columns: 1fr;height: fit-content;}
/* 內層 */
.product_main { width: 100%; padding: 0;}
.mobile_product_name {color: #151515;font-size: var(--f36);margin-bottom: 20px;letter-spacing: 1px;}
.sidebarBtn {width: 100%;padding: 20px;background: rgb(229 237 245 / 40%);}
.toShare {border-top: 1px solid #3a5f8d7a;font-size: 12px;color: var(--SubColor1);padding-top: 10px;display: flex;align-items: center;}
.prod_tabs {margin-top: 60px;}
}


@media screen and (max-width: 600px) {
/* 首頁 */
.pageIndex .products-list {grid-template-columns: repeat(2, 1fr);}
.prod_part {padding: 60px 20px;}
.i_prod_tit span:after {font-size: 24px;}
.i_prod_b .animated-arrow {font-size: 14px;}
.products-list .item a .more {padding: 4px 0 2px;}
.products-list .item a {padding: 0 0 30px;}
.products-list .name {margin: 5px 0;}
/* 外層 */
.product_page .main_part {
padding-top: 40px;
}
.products-list .item {width: 100%;max-width: 360px;margin: auto;}
.products-list .name {font-size: 15px;}
}


@media screen and (max-width: 480px) {
/* 首頁 */
.pageIndex .products-list {gap: 10px 0;}
.i_prod_tit h2:before {font-size: 13px;}
.prod_part .products-list .item {width: 100%;padding: 0 8px 4px;}
.prod_part {/* padding-top: 60px; */}

}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*A文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* article_a */

/*文章功能頁/ = = = = */
.show_content.blog_box {max-width: 1400px;gap: 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;width: 100%;}
.article_a .path, .article_b .path {max-width: 1400px;}
/* 左側分類欄位 = = */
.blog_le {
position: relative;
width: 220px;
padding: 0;
z-index: 1;
margin: 0;
}
h5.blog_le_t {
text-align: left;
padding: 20px 0;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
margin: 0;
/* display: none; */
}
h5.blog_le_t em {
font-weight: 500;
font-size: var(--f20);
letter-spacing: 3px;
color: #444;
text-align: center;
font-family: var(--SFont);
}
.blog_search {/* display: none; */}
.blog_search input[type=search] {color: #999;border: 0;background: #f5f5f5;border-radius: 10px;padding: 10px 40px 10px 15px;font-size: 13px;letter-spacing: 0.8px;}
/* 分類列 */
.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 #E9E9E9 solid;
border-radius: 10px;
}
.blog_le .accordion li {
transition: .3s ease-out;
border: 0;
position: relative;
overflow: unset;
height: fit-content;
display: flex;
flex-direction: column;
width: 100%;
}
.accordion li .link {
position: relative;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
border: 0;
/* border-radius: 10px; */
}
.accordion li+li .link {
border-top: 1px solid #E9E9E9;
}
.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;
line-height: 1.7;
width: 100%;
}
/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;}
.submenu li+li {border-top: 1px solid #ccc !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: #FFF;}
/* 當前頁面 */
.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: #25488d;
}


/* 右側圖文區 = = */
.blog_ri {margin: 0;flex-direction: column;font-family: var(--SFontEN);/* width: 100%; */padding: 0 0 0 25px;width: calc(100% - 240px);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(1, 1fr);width: 100%;gap: 0;display: flex;flex-wrap: wrap;}
.subbox_item {border-radius: 0;overflow: unset;transition: .5s ease-out;margin: 0;padding-bottom: 0;width: 33.33%;padding: 0px 12px 20px 12px;display: flex;position: relative;}
.subbox_item:hover {transition: .5s ease-out;}
.subbox_item a {gap: unset;display: flex;grid-template-columns: 1fr;grid-gap: 0;padding-right: 0;position: relative;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);flex-direction: column;border-radius: 10px;
overflow: hidden;}

.subbox_item a:before {
font-size: 12px;
padding: 5px 18px;
background: #3A5F8D;
border-radius: 2px;
color: #fff;
bottom: 0;
font-weight: 600;
letter-spacing: .5px;
right: 0;
font-family: var(--SFontEN);
top: unset;
/* transform: translate(10px, 10px); */
}
.subbox_item a:after {
background: rgba(256, 256, 256, .5);
border: none;
pointer-events: none;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {opacity: 0;}
/* 圖 */
.blog_list_le {overflow: hidden;aspect-ratio: 30/23;background-color: #121212;width: 100%;position: relative;}
.blog_list_le:before {
content: 'READ MORE';
position: absolute;
z-index: 19;
/* bottom: 10px; */
/* right: 10px; */
opacity: 0;
/* font-size: 15px; */
height: fit-content;
transition: all .6s;
font-size: 14px;
padding: 5px 18px;
border-radius: 2px;
color: #fff;
bottom: 0;
font-weight: 700;
letter-spacing: 1px;
left: 50%;
text-shadow: 0 0 15px rgb(0 0 0 / 60%);
transform: translate(-50%, -50%);
font-family: var(
--SFontEN);
top: 50%;
margin-top: 20px;
}
.subbox_item a:hover .blog_list_le:before{opacity: 1;margin: 0;}
.blog_list_le img {transition: all 0.3s linear;}
.subbox_item a:hover img {transition: all 0.3s linear;opacity: 0.7;transform: scale(1.05);}

/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;/* padding: 10px; */width: 100%;padding-left: 0;max-width: 100%;overflow: hidden;padding:0;position: relative;z-index: 1;padding: 20px;}
.blog_list_ri h5 {line-height: 1.6;
font-size: var(--f18);
text-align: left;
color: #222;
font-weight: 600;
letter-spacing: .5px;
line-height: 1.4;
margin: 0;
padding-top: 10px;
padding-bottom: 0;
-webkit-line-clamp: 1;}
.subbox_item a:hover .blog_list_ri h5 {color: var(--SubColor3);}
.blog_list_ri em {
font-size: 12px;
color: #999;
margin: 0;
letter-spacing: .5px;
order: -1;
}
.blog_list_ri em:before {
content: "\f017";
font: normal normal normal 14px / 1 FontAwesome;
margin-right: 2px;
color: #254b9d;
font-size: inherit;
text-rendering: auto;
}
.blog_list_ri p {
font-size: 14px;
letter-spacing: 1px;
line-height: 1.6;
font-weight: 400;
color: #444;
margin: 10px 0 0;
-webkit-line-clamp: 3;
}



/*文章內層/ = = = = */
.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);}

/* 上下篇按鈕 */
.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: .5px;}
.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: 40px;
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 var(--SubColor6);background: var(--SubColor6);color: #fff;}
.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 #fff;border-bottom: 1px solid #fff;}

/* 分享按鈕 = = */
.blog_shareData {display: flex;align-items: center;align-content: center;flex-wrap: wrap;flex-direction: row;margin-bottom: 10px;width: 100%;padding: 0 0 10px;border-radius: 5px;border-bottom: 1px solid #eee;padding-bottom: 10px;justify-content: flex-end;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: 400;font-size: 12px;color: #333;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: .5px;}
.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;}


@media screen and (max-width: 1400px) {
/* 外層 */
.blog_ri {padding: 0 0 0 15px}
.subbox_item {width: 50%;padding: 10px 15px 20px;}
}


@media screen and (max-width: 1200px) {
/* 外層 */
.show_content.blog_box {width: 100%;}
.blog_ri {padding-left: 20px;}
/* 內層 */
.blog_back { width: calc(100% - 240px - 20px);}
}


@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le {width: 200px;}
.blog_ri {width: calc(100% - 220px); padding-left: 10px;}
.subbox_item {width: 50%;padding: 10px 10px 15px;border-bottom:0;}
.subbox_item a {/* grid-gap: 30px; */grid-template-columns: 210px 1fr;}
.blog_list_ri {/* padding: 15px; */}
/* 內層 */
.blog_in_page .path {display: none;}
.blog_back { width: calc(100% - 240px - 0px);padding: 25px 0;}
.blog_box_edit {margin: 0;}
}




@media screen and (max-width: 768px) {
/* 外層 */
.blog_le, .blog_ri {width: 100%;padding: 0;}
.blog_le .accordion {display: none;grid-template-columns: 1fr;}
.blog_search{ margin-bottom: 30px;}
.subbox_item a {grid-template-columns: 180px 1fr;}
.blog_le .accordion li {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;}
.blog_box_edit {padding: 0 10px;}
}


@media screen and (max-width: 600px) {
/* 外層 */
.show_content.blog_box {gap: 10px;}
.subbox_item a {grid-gap: 0;}
.subbox_item a:before {font-size: 10px;}
.blog_list_ri h5 {font-size: var(--f24);}
.blog_list_ri em {margin: 0;letter-spacing: 0;opacity: .8;}
.blog_list_ri p {margin: 10px 0 0;-webkit-line-clamp: 3;}   
.subbox_item {width: 95%;max-width: 460px;margin: 0 auto;padding-bottom: 20px;}
/* 內層 */
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {width: 120px;font-size: 12px;}
}

@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;}
/* 內層 */
.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) {

}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-ON  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.promotion_title {
font-family: var(--SFontEN);
}
.promotion_title h2 {
position: relative;
color: #26282D;
text-align: left;
font-weight: 600;
font-size: var(--f28);
display: block;
line-height: 1.8;
padding: 10px 0 0;
letter-spacing: 1px;
border-bottom: 1px solid #eee;
}
.promotion_title span {
font-size: 13px;
border: 1px #C7D7EE solid;
color: #7389A4;
margin: 0;
letter-spacing: -.5px;
height: 26px;
line-height: 1.8;
font-family: var(--SFontEN);
}
.promotion_title em {
font-size: 13px;
margin: 0;
padding: 3px 10px;
border: 0;
height: 26px;
line-height: 1.6;
letter-spacing: 1.5px;
background: #163B67;
color: #fff;
font-weight: 400;
}

.promotions_page .edit {min-height: 22vw;color: #333;line-height: 1.8;letter-spacing: .5px;text-align: justify;}

/* 下方 */
.other_promotion {max-width: 1400px;padding: 0 25px;font-family: var(--SFontEN);}

.other_promotion li a {border: 1px #F1EEE6 dashed;}
.other_promotion li a:hover {background: #FCFAF5;}
.other_promotion .pmtTitle span {display: none;}
.other_promotion .pmtTitle h3 {
margin: 10px 0;
padding: 10px 0 0;
font-size: 15px;
color: #333;
-webkit-line-clamp: 1;
letter-spacing: .5px;
}
.other_promotion .pmtTime span {font-size: 13px;color: #c5b790;}
.other_promotion li a:after, .other_promotion li a:before {border-color: #7c95c5 ;}





/* = = = 分隔線 相本主分類-ON= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show-list .item:hover .show_name{
color: var(--SubColor1);
}

/*相簿*/
.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(31 51 90 / 20%);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: 0.2em;
color: var(--SubColor);
display: none;
}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 90%;}
.show-list {display: grid;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-template-columns: 1fr 1fr 1fr;grid-gap: clamp(20px, 4%, 50px);gap: 20px;}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(350px, 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: var(--SubColor3);}


/*相簿最內頁-.album_info_page = = = = */
.album_info_page{}
/* .album_descrip { display: none;} */
.album_descrip p {font-weight: 600;text-align: left;padding-bottom: 20px;line-height: 1.6;width: 100%;color: #333;font-size: var(--f18);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;font-size: 15px;color: #555;font-weight: 500;letter-spacing: .5px;line-height: 1.5;padding: 10px 5px 0;}





@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}

@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content{width: 100%;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}

.album_info_page .pic-list { grid-template-columns: 1fr; }
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們-OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .main_part {padding-bottom: 100px;background: #fbfbfb;}
.contact_content {width: 90%;max-width: 1400px;padding: 0;margin: 0 auto;padding-left: 20px;padding-right: 20px;padding-top: 40px;}


/* 原紅字 */
.red {
    color: #df3737;
    font-weight: 500;
    line-height: 1.2;
}
.note, .separate_title .note {
    font-size: 11px;
    letter-spacing: 1px;
    right: 0;
    position: relative;
}


/* 匯款通知 */
.remit_page .path {display: none;}
.form_content {margin: auto;padding: 35px 25px;max-width: 1000px;width: 100%;font-size: 15px;border-radius: 10px;background: #f6f6f6;font-family: var(--SFontE);}
.formbox_form {margin-top: 30px;margin-bottom: 30px;font-size: 15px;padding: 0 20px;}
.border200, .longer {width: 100%;border: 1px solid #e5e5e5;padding: 10px 5px;background: #fff;border-radius: 5px;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {font-size: 16px;letter-spacing: 1px;}
.rewrite_simple {background: #25488d url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {background: #2776b9 url(../images/simple_right.png) 88% center no-repeat;}



@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
.formbox_form li {padding: 8px 0;grid-template-columns: 1fr;gap: 4px;}
.border200, .longer {padding: 6px 5px;}
}

@media screen and (max-width: 600px) {
.form_content {padding: 15px;}
.formbox_form {padding: 0;margin-top: 20px;}
.formbox_form li+li {margin-top: 0;}
.formbox_form li {padding: 6px 0}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1600px) {}
/* @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; */display: grid;}
.footer_info li p {margin-left: 0;}
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.footer {padding-top: 50px;}
.footer_logo a {position: relative;display: block;width: 100%;}

.footer_info {gap: unset;flex-direction: column;align-items: center;
grid-template-columns: 1fr;
}
.footer .center {padding: 0;padding-bottom: 20px;}
.footer_info ul {gap: 15px;align-items: center;}
.footer_info li:nth-child(1) {/* display: flex; *//* text-align: center; */}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(2) {padding: 0px 0;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;}
.footer_menu a {font-size: 14px;padding: 0 15px;}
.copy {font-size: 10px;padding: 6px 0;margin: 30px 0 0;}
}



/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none; }
.footer.with_shopping_mode {padding: 50px 0 0px;}
#to_top {left: 10px;bottom: 40px;transform: scale(.9);}
/* footer */
.footer_logo {width: 100%;margin: auto;margin-bottom: 5px;}
.footer_info li:nth-child(1) {align-items: center;}
.footer_info li p {margin-left: 0;line-height: 1.7;}
.footer_info li:nth-child(2) {padding: 15px 0;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;flex-wrap: wrap;max-width: 500px;margin: auto;}
.footer_menu {flex-wrap: wrap;max-width: 480px;width: 84%;padding: 0 20px;margin: auto;}
.footer_menu a {font-size: 13px;padding: 0 10px;width: 50%;text-align: center;}
.footer_menu a:nth-child(2n+1) {border-right: 1px solid #705d3fa1;}
.copy{font-size: 9px;}


}

@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding:60px 20px 40px;}
.show_content {padding: 0 30px;width: 100%;}


.copy {font-size: 8px;margin: 12px 0 0;}
.copy *{letter-spacing: .8px;}
.privacyLinks {margin: 0px;}
.total_view {width: fit-content;}
}



@media screen and (max-width: 480px) { }