@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');

/* 英文字體 Barlow */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* 英文字體 Overpass */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');


/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
--MainColor: #FFEBA3; /*網站主要色系*/
--SubColor: #222222; /*網站文字色*/
--SubColor1: #7D7266; /*網站輔助色系1*/
--SubColor2: #A8A8A8; /*網站輔助色系2*/
--SubColor3: #FFFFFF; /*網站輔助色系3*/
--SubColor4: #fffdea; /*網站輔助色系4*/  
--SubColor5: #ffee56; /*網站輔助色系5*/  
--SFontE: "Overpass", "Noto Sans TC", sans-serif;/*英文字體-無襯線*/
--SFontE2: "Barlow","Noto Sans TC", sans-serif;/*英文字體-標*/
--SFontc: "Noto Serif TC", 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) {}
@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;
}
}
/*網站全域設定/＝＝＝＝＝*/



/*卷軸*/
&::-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::before {content: '';position: absolute;bottom: 10px;transform: translateY(100%) scaleX(-1);
left: 0;height: auto;width: 100%;aspect-ratio: 2000/82;background: url(https://pic03.eapple.com.tw/guanyu/bnwave1.png) no-repeat center bottom;pointer-events: none;background-size: cover;transition: .3s ease-in-out;}
.header_area {z-index: 9999;width: 100%;background: transparent;padding: 0;top: 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;}
.header_area .main_header_area.animated {background: #FFF;}
.header_area.sticky .main_header_area {transition: all 0.3s;}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0px 20px;max-width: 90%;max-width: 1600px;}
.header_area.sticky .main_header_area .container {max-width: 96%;transition: 0.6s;}
.navigation {grid-template-columns: 240px 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: 25px 0px;font-size: 0;line-height: 2;margin: 5px 0;margin: 0;}
.stellarnav > ul > li:after {}
.stellarnav > ul > li:hover {}
.stellarnav.mobile li a {border-bottom: 0;}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}
.stellarnav > ul > li > a {height: 100%;margin: 0;position: relative;font-size: 16px;font-weight: 500;line-height: 1.6;letter-spacing: 1.5px;transition: all .4s;padding: 0 15px;font-family: var(--SFont);padding-top: 5px;color: #2c2c2c;}
.pageIndex .stellarnav > ul > li > a {}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{color: #5e4a33;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 {pointer-events: none;background-position: 50%;content: '';position: absolute;bottom: -2px;left: -3px;width: 100%;height: 55%;background-color: #fffdeb;opacity: 0.5;transform: skewX(0deg) scaleX(0);transform-origin: bottom left;transition: transform 0.6s ease;z-index: -1;}
.desktop.stellarnav > ul > li:hover > a::before,
.desktop.stellarnav > ul > li > a:hover::before {opacity: 1;transform: skewX(0deg) scaleX(1);}
.pageIndex .header_area.sticky .stellarnav.desktop > ul > li > a::before, .pageIndex .header_area.sticky .stellarnav.desktop > ul > li > a:hover::before {opacity: 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: 26px;}
.stellarnav li li {border: 0;width: 100%;float: left;clear: both;position: relative;text-align: left;padding-right: 0;}
.stellarnav li li:not(:last-child) {/* border-bottom: 1px #eee solid; */}
.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: #444;border: 0;border-left: 3px solid transparent;font-family: var(--SFontE);}
.stellarnav.desktop li.has-sub li a:hover{color: #fff;background: #7D7266;color: #FFFFFF;padding-left: 15px;padding-right: 5px;border-color: #E8C900;}
.news_classes > li:hover > a, .news_classes > li:focus > a {background: #ece3c5;}

/* 第三層 */
.stellarnav.desktop ul ul ul {top: 0;left: 100%;margin: 0;width: fit-content;transform: unset;}
.stellarnav.desktop li.drop-left ul ul {left: 0;transform: translateX(-100%);}



.me_tp_features {display: none;}
/*LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {grid-row: 1;width: 100%;max-width: 250px;transition: all 0.5s;font-size: 0;position: relative;padding: 5px;}
.nav-brand {border-radius: 0;transform: scale(1.15);transform-origin: 0 0;}
.nav-brand img {width: 100%;}
.sticky .nav-header{padding: 5px;}
.sticky .nav-brand img {}


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}
.footer {position: relative;margin-top: 0;padding-top: 80px;padding-bottom: 20px;background: #f4f4f4;background: #5c5348;background: #FFFBEB;padding: 60px 0 0;overflow: unset;padding-top: 80px;font-family: var(--SFontE);}
.footer .center {margin: 0 auto;display: flex;justify-content: space-between;width: 95%;max-width: 95%;padding: 0 2%;padding-bottom: 10px;}
.footer_logo  {max-width: 240px;background-size: 100% 100%;padding: 0;/* margin: 0 auto 10px; */height: fit-content;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 {width: 100%;height: auto;}
/* footer資訊*/
.footer_info {text-align: center;width: 100%;display: flex;grid-template-columns: 1fr;grid-gap: 5px;padding: 0;flex-direction: column;align-items: flex-start;}
.footer_info ul {display: block;width: 100%;display: flex;flex-direction: row;align-items: flex-start;gap: 5px;/* font-family: var(--SFont); */justify-content: space-between;padding-top: 0;}
/* 文字共用 */
.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;letter-spacing: 2px;font-weight: 400;opacity: 1;}
.footer_info li:nth-child(1) {align-items: flex-start;padding-top: 10px;/* margin: auto; */text-align: center;display: flex;flex-direction: column;}
.footer_info li p {padding: 0;font-size: 14px;font-weight: 500;display: flex;align-items: center;letter-spacing: 1px;line-height: 1.7;width: fit-content;line-height: 2;font-weight: 400;font-size-adjust: cap-height 0.7;}
.footer_info li p a{color: #333;transition: .4s;font-weight: 400;}
.footer_info li p:hover a{color: #e4c602;}
.footer_info li p:before {color: #333;margin-right: 4px;letter-spacing: .5px;display: inline-block;line-height: 1.6;height: 20px;font-weight: 500;}
.footer_info li p.taxid {display: none;}
.footer_info li:nth-child(2){padding: 20px;border-top: 0;padding-bottom: 0;padding-left: 15px;padding-top: 0;margin-top: -40px;}
.footer_menu {text-align: center;width: 100%;font-size: 0;}
.footer_menu a {line-height: 1.5;font-weight: 500;transition: .4s;font-size: 14px;position: relative;text-align: left;margin: 5px 0 5px 0;border-radius: 0;background: transparent;text-transform: capitalize;letter-spacing: 1.5px;color: #e8c900;color: var(--SubColor1);padding: 0px 15px 0px;border-left: 1px solid #d0cec4;}
.footer_menu a:last-child {border-right: 1px solid #d0cec4;}
.footer_menu a:last-child:after{content: none;}
.footer_menu a:hover {background: transparent;color: #e4c602;/}


/* ------------------------------------------------------------------------------------------------ */

.copy {text-align: center;align-items: center;color: #9a9288;display: flex;flex-wrap: wrap;position: relative;line-height: 2;letter-spacing: .5px;font-weight: 400;justify-content: center;max-width: 100%;font-size: 10px;border-top: 0;padding: 7px 0;margin: 10px 0 0;width: 100%;font-family: var(--SFontE);}
.copy a {color: #9a9288;margin: 0 2px;} 
.copy .privacyLinks a {margin: 0;}
/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }

/* 置頂按鈕 */
#to_top {font-size: 10px;font-family: var(--SFontE);letter-spacing: .5px;font-weight: 600;left: auto;right: 20px;bottom: 75px;width: 45px;height: 45px;padding-top: 6px;color: #5a524a;box-shadow: none;background: var(--MainColor);border-radius: 18px;transition: all .4s ease-in-out;}
#to_top:hover {opacity: 0.6;}
#to_top i.top {width: 20px;height: 18px;position: relative;display: block;}
#to_top i:before, #to_top i:after {background-color: #666;}
#to_top i.top:before, #to_top i.top:after {height: 8px;top: 8px;}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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;}
.swiper-slide {height: 100%;}
.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%;} */


/* 大圖點點按鈕切換鈕 */
.bannerindex {--swiper-pagination-color: #fff;position: relative;height: fit-content;}
.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) {}
/* 大圖點點按鈕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 {  }
.bannerindex .swiper-banner .swiper-slide:after {}


.pageIndex .bannerindex .swiper-slide:nth-child(1):after, .pageIndex .bannerindex .swiper-slide:nth-child(1)::before {
content: '';
position: absolute;
left: 0;
top: 76%;
transform: translate3d(0, calc(-100% +  -0.1em  + 40px), 0);
opacity: 0;
width: clamp(380px, 50vw, 1040px);
aspect-ratio: 42/11;
height: auto;
text-align: center;
box-sizing: border-box;
will-change: transform, opacity, background-position;
transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s ease;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1):after {
z-index: 1;
opacity: 0;
background: rgba(255, 255, 255, 0.02);
backdrop-filter: blur(10px);
}
.pageIndex .bannerindex .swiper-slide:nth-child(1)::before {
z-index: 2;
background: url(https://pic03.eapple.com.tw/guanyu/bnA_txt01.png) no-repeat;
background-size: contain;
background-position: center;
pointer-events: none;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after,
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active::before {
opacity: 1;
transform: translate3d(0, calc(-100% +  -0.1em ), 0);
transition: transform 2.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, 
opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after{opacity: .2;}






/* 大圖RWD */
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
.bannerindex {margin-top: 0;}
}

@media screen and (max-width: 768px) {
.bannerindex .swiper-banner {aspect-ratio: 2/1.4;}
.pageIndex .bannerindex .swiper-slide:nth-child(1):after, .pageIndex .bannerindex .swiper-slide:nth-child(1)::before {width: 65%;top: 80%;}
.bannerindex .swiper-banner .swiper-slide img {height: 100%;object-position: 70%;object-fit: cover;}
}

@media screen and (max-width: 480px) {
.bannerindex .swiper-banner {aspect-ratio: 2/1.4;}
.pageIndex .bannerindex .swiper-slide:nth-child(1):after, .pageIndex .bannerindex .swiper-slide:nth-child(1)::before {width: 84%;top: 88%;}
}





/* = = = 主設定-分隔線 -共用 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.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;}
#content_main, #content {
background: radial-gradient(circle at 14% 18%, rgba(253, 224, 75, .14), transparent 36%), radial-gradient(circle at 76% 10%, rgba(252, 215, 39, .12), transparent 30%), linear-gradient(135deg, #fdfdfc, #fffefc 60%, #ffffff);}
.edit_part{padding: 0;}
.main_part {width: 100%;min-width: 100%;margin: auto;padding: 100px 20px;padding-bottom: 80px;background: transparent;position: relative;}
.show_content {margin: auto;padding: 0 20px;width: 95%;max-width: 1400px;margin: 0 auto;padding-top: 0px;font-family: var(--SFont);}
.subalbum-menu {margin: 0;padding: 0;}
.edit {color: #333;margin: auto;padding: 20px 10px;line-height: 1.7;letter-spacing: 0.5px;font-weight: 400;}
/* 功能頁下方頁碼 */
ul.page {width: 100%;}
.page {width: 100%;margin: 30px auto 15px;gap: 10px 0;}
.page li a, .page li {font-family: var(--SFontE2);display: inline-block;font-size: 14px;margin: 3px;border-color: transparent;color: #403b28;border-radius: 5px;width: 32px;height: 32px;letter-spacing: .5px;line-height: 32px;text-align: center;padding: 0;font-weight: 400;transition: all 0.4s ease-in-out;}
.page li a {background: #A8A8A8;color: #fff;margin: 0;}
.page li.next_page a {width: 32px;}
.page li.activeN {background: #E8C900;color: #222;border-color: transparent;}
.page strong, .page a:hover {background: #FFEBA3;color: #222;transition: all 0.1s ease-in-out;}
.page strong {background: transparent;}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {position: relative;background: #f2f1e8;width: 100%;height: 380px;background-size: cover;background-position: 50% 80%;background: transparent;overflow: hidden;}
.banner:before {content: '';position: absolute;display: block;width: 100%;height: 100%;background: #484741;opacity: .2;z-index: 1;}
.banner::after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;animation: NzoomIn 4s;background-size: cover;background-position: center;transition-duration: 700ms;transition: transform 1.7s cubic-bezier(.56, .28, .57, .94), opacity 0.5s ease;background: url(https://pic03.eapple.com.tw/guanyu/banA.jpg) no-repeat;background-size: cover;background-position: 50% 80%;filter: blur(4px);transform: scale(1.1);}
@keyframes NzoomIn {0% { transform: scale(1.2); }100% { transform: scale(1.1);}}
@keyframes NmoveUp {0% { transform: translateY(30%);}100% { transform: translateY(0);}}

.banner h5 {z-index: 1;display: flex;flex-direction: column;gap: 0;width: 100%;max-width: 1400px;font-weight: 500;font-size: var(--f36);letter-spacing: 5px;padding: 0 20px;color: #ffffff;text-shadow: 0px 0px 20px #494137;align-items: center;position: relative;font-family: var(--SFont);animation: NmoveUp 1s;transition-delay: 0.25s;}
.banner h5:after {padding-left: 0;font-weight: 600;z-index: 1;order: 0;font-size: var(--f20);content: 'WORKS';letter-spacing: 1.5px;line-height: 2;color: #fff6d0;font-family: var(--SFontE2);}









/* = = = RWD-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
@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: 220px;padding: 10px 0 0px;margin: auto;}
.nav-brand {padding: 0;width: 100%;transform: none;}
.sticky .nav-header {padding: 0;padding: 10px 0 0px;}
/* = = header = = */
.pageIndex .header_area {position: sticky;height: 100%;}
.header_area .main_header_area {backdrop-filter: unset;}
.header_area.sticky .main_header_area{backdrop-filter: none;/* border: 0; */}
.main_header_area:before {height: 20vw;opacity: 1;}
.main_header_area .container ,.header_area.sticky .main_header_area .container {max-width: 100%;padding: 0;padding-top: 10px;}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;gap: 5px;}
/* 導覽列 */
.pageIndex .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {padding: 5px 0 10px;}    
.pageIndex .sticky .stellarnav > ul > li > a, .stellarnav > ul > li > a,
.stellarnav > ul > li > a {letter-spacing: 1.5px;margin: 0;padding: 10px 15px;}
.stellarnav>ul>li:after {height: 3px;top: 100%;bottom: 0;transform: translate(-50%, 0);}
.stellarnav > ul ul {margin: 0;}
.stellarnav.desktop > ul > li > a::before {bottom: 0;}
/* 內頁BN */
.banner {height: 320px;}
}



/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* logo*/    
.nav-header {max-width: 220px;padding: 10px 5px;margin-left: 0;}
.sticky .nav-header {padding: 10px 5px;}
.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;z-index: 1000;top: 0;left: 0;width: 100%;background-color: #fff;border-top: 4px solid #fbd600;border-bottom: 1px solid #eee;padding: 8px 10px 8px 15px;}
.header_area::before {content: none;}
.main_header_area .container, .header_area.sticky .main_header_area .container {padding: 0;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;/* background: transparent; */}

/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: 0;left: unset;padding: 0;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 0;padding: 0;flex-direction: column;align-items: center;background-color: #61503e;right: 10px;width: 45px;height: 45px;justify-content: center;border-radius: 60px;}
/* 漢堡選單樣式 */
.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: 5px;top: 0;flex-direction: column;}
.stellarnav .menu-toggle span.bars span {width: 22px;height: 2px;border-radius: 0;background: #FFF;margin: 0;border-radius: 5px;height: 2px;flex-direction: column;}
/* 黑色遮罩 */
.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: #FFF;font-family: var(--SFont);}

/*卷軸*/
.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: 600px;width: 100%;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: transparent;
padding: 0;
font-weight: 400;
text-transform: capitalize;
font-size: 0;
font-family: var(--SFontE);
color: #333;
letter-spacing: 1px;
line-height: 1.6;
text-align: right;
margin: 20px auto;
display: flex;
margin-right: 20px;
flex-direction: column;
background-color: #61503e;
border: 1px solid #61503e;
width: 44px;
height: 44px;
justify-content: center;
border-radius: 60px;
align-items: center;
gap: 0;
transition: transform 0.25s ease, right 0.25s ease-out, -webkit-transform 0.25s ease;
}
.stellarnav.mobile.left .close-menu:hover {background: #7D7266;border-color: #7D7266;-webkit-transform: translateY(-50%) scale(1.1);-ms-transform: translateY(-50%) scale(1.1);transform: scale(1.1);}
.stellarnav .icon-close {transform-origin: 100%;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: 22px;height: 0px;border-bottom: solid 2px #ffffff;}
.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 {}
.stellarnav.mobile > ul > li {padding: 0;border: 0;border-bottom: 1px solid rgb(0 0 0 / 10%);display: flex;flex-direction: column;padding: 0;width: calc(100% - 50px);margin: 0 auto;}
.stellarnav.mobile li.open {background: var(--SubColor4);padding-bottom: 0;padding: 0;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 1.5;display: block;font-size: 16px;letter-spacing: 1.5px;padding: 15px 15px;color: var(--SubColor);text-align: center;border: 0;}
.stellarnav.mobile > ul > li > a:hover {color: #6a895b;font-weight: 500;}
.stellarnav.mobile li.open > a {border: 0;border-bottom: 1px solid rgb(187 173 152 / 50%);}    
.stellarnav.mobile > ul > li.open > a, .header_area.sticky .stellarnav.mobile > ul > li.open > a:not(.dd-toggle) {color: #81684e;}
.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, .stellarnav.mobile.mobile li li.has-sub a.dd-toggle {padding: 10px;height: fit-content;border: 0;width: 52px;height: 52px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {width: 14px;height: 0px;border-bottom: solid 1px #555;transition: all 0.3s;}
.stellarnav a.dd-toggle .icon-plus:before {}
.stellarnav a.dd-toggle .icon-plus:after {}
.stellarnav li.open > a.dd-toggle .icon-plus {transform: unset;}
.stellarnav li.open > a.dd-toggle .icon-plus:before {transform: rotate(0deg);transition: all 0.3s;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
/* .stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #b37130;} */
.stellarnav li li a.dd-toggle .icon-plus {transform: scale(.8);}
.stellarnav li.open > a.dd-toggle .icon-plus:after {border-color: #e8c900;border-width: 2px;}
/* .stellarnav.mobile.mobile li li.has-sub a.dd-toggle {border: 0;} */
/* +符號修改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: transparent;border: 0;}
.stellarnav.mobile li li {padding: 0;font-size: 14px;color: #39352D;letter-spacing: .5px;}
.stellarnav.mobile a.dd-toggle .icon-plus {height: 80%;}.stellarnav.mobile ul li:hover > a {opacity: 1;transition: all 0.3s ease-in-out;background: transparent;}
.stellarnav.mobile ul ul>li>a:hover{color: #222;font-weight: 500;background: transparent;}
.stellarnav.mobile li li:not(:last-child) {}
.stellarnav.mobile li li a {padding: 9px 15px;display: block;color: #4f5750;letter-spacing: 1px;text-align: center;padding: 10px 20px;color: #434343;}

/* 第三層 */
.stellarnav.mobile li.open li.open {}
.stellarnav.mobile li li li a{font-size: 14px;}
.stellarnav.mobile li li li, .stellarnav.mobile li.open li.open {background: #efecce;padding: 0 0 5px;}
.stellarnav.mobile.mobile li li.has-sub a {padding: 10px;}
.stellarnav.mobile li li a.dd-toggle .icon-plus:before, 
.stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #c6ac04;}
.stellarnav.mobile.mobile li li.has-sub.open > a {padding: 15px;}


/* 內頁BN */
.banner {height: 280px;}
.banner h5:after {font-size: 14px;}
}


/* @660上方區域_手機版面600px */
@media screen and (max-width: 600px) {
/* 內頁BN */
.banner h5:after {font-size: 12px;}
.banner h5 {font-size: var(--f40);}
.banner {height: 220px;}
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {max-width: 1400px;padding-top: 80px;}
.product_page .show_content {}

/* 功-外層 = = = = */
/* 左側分類欄位 = = = =  */
.product_page .product_menu_list {}








/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*A文章設定 -ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.show_content.blog_box {max-width: 1400px;gap: 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;width: 100%;position: relative;z-index: 1;font-family: var(--SFont);}
.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;}
h5.blog_le_t em {font-weight: 500;font-size: var(--f22);letter-spacing: 3px;color: #444;text-align: center;font-family: var(--SFont);}
.blog_search {/* display: none; */margin-bottom: 15px;}
.blog_search input[type=search] {color: #999;border: 0;background: #fffdea;border-radius: 10px;padding: 10px 40px 10px 15px;border: 1px solid #E8C900;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 #e0dbda solid;background: rgb(255 255 255 / 80%);border-radius: 10px;font-family: var(--SFont);}
.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;}
.accordion li+li .link {border-top: 1px solid #E9E9E9;}
.accordion li .link a {text-align: left;line-height: 1.6;font-weight: 500;margin: 0;padding: 10px 20px;font-size: 14px;letter-spacing: 1.5px;border: 0;border-bottom: 2px solid transparent;height: auto;transition: all 0.3s ease-out;line-height: 1.7;width: 100%;color: #666;}

/* 分類2層*/
.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 .submenu {background: #f9f7ef;}
.blog_le .submenu a i {left: 7px;font-size: 14px;}
.fa-circle-chevron-right::before {color: #e4cb21;}
/* 當前頁面 */
.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: #333 !important;background: var(--MainColor);}



/* 右側圖文區 = = */
.blog_ri {margin: 0;font-family: var(--SFontE);/* width: 100%; */padding: 0 0 0 25px;width: calc(100% - 240px);}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;margin: 0;padding: 0;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: repeat(3, 1fr);/* width: 100%; */gap: 15px 0px;/* display: flex; */flex-wrap: wrap;}
.subbox_item {border-radius: 0;overflow: unset;transition: .5s ease-out;margin: 0;border-radius: 5px;width: 100%;padding: 10px;display: flex;position: relative;}
.subbox_item:hover {transition: .5s ease-out;/* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05); */}
.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: 0;overflow: hidden;font-family: var(--SFontE);box-shadow: 0 2px 8px rgb(229 222 195 / 50%);background: #fff;border: 1px solid #E5DEC3;border-radius: 10px;}
.subbox_item a:before {font-size: 12px;padding: 5px 18px;background: #858585;border-radius: 2px;color: #fff;bottom: 0;font-weight: 600;letter-spacing: .5px;right: 0;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/30;background-color: #121212;width: 100%;position: relative;}
.i_blog_le:before , .blog_list_le:before {content: 'READ MORE';position: absolute;z-index: 19;top: 20px;right: 20px;opacity: 0;line-height: 1.5;height: fit-content;transition: all .6s;font-size: 13px;padding: 5px 18px 3px;border-radius: 25px;color: #222;/* bottom: 0; */font-weight: 800;background: #fde04b;letter-spacing: .8px;font-family: var(--SFontE);margin-top: 20px;}
.subbox_item a:hover .blog_list_le:before, .module_i_news li a:hover .i_blog_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.6;transform: scale(1.08);}

/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;width: 100%;padding-left: 0;max-width: 100%;overflow: hidden;padding:0;position: relative;z-index: 1;padding: 10px 15px 15px;}
.blog_list_ri h5 {font-size: var(--f20);text-align: left;color: #7F684E;font-weight: 600;letter-spacing: 1px;line-height: 1.6;margin: 0;padding-top: 10px;padding-bottom: 0;-webkit-line-clamp: 1;}
.subbox_item a:hover .blog_list_ri h5 {}
.blog_list_ri em {font-size: 12px;color: #999;margin: 0;letter-spacing: 1px;padding: 0 0 10px;border-bottom: 1px solid #E5DEC3;}
.blog_list_ri p {font-size: 15px;letter-spacing: .8px;line-height: 1.6;font-weight: 400;color: #444;margin: 10px 0 0;-webkit-line-clamp: 3;}
.subbox_item a:hover .blog_list_ri p {opacity: 0.5;}


/*文章內層/ = = = = */
.blog_in_page #content {position: relative;}
.blog_in_page #content:before {content: '';position: absolute;opacity: .8;width: 100%;height: 100%;top: 0;left: 0;z-index: 0;pointer-events: none;}
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {align-self: end;/* background: #fff; */padding: 25px;}
.blog_in_page h4.blog_category_title {width: 100%;font-size: 24px;letter-spacing: 2px;margin-bottom: 0;text-align: left;padding: 0;color: #7F684E;font-size: var(--f28);font-family: var(--SFont);}

/* 上下篇按鈕 */
.blog_back {align-items: center;border-top: 1px solid #eee;padding: 20px 0;display: flex;-ms-flex-wrap: wrap;gap: 10px;width: 100%;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 9px;}
.blog_back a {font-size: 13px;letter-spacing: 1px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {background: #eee;background: #A8A8A8;transition: .5s ease;height: 35px;width: 100%;font-weight: 300;line-height: 35px;border-radius: 4px;border: 1px solid transparent;color: #fff;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 #ffffff;border-bottom: 1px solid #ffffff;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: #7D7266;transition: .5s ease;/* display: none; */}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {border: 1px solid #FFE897;background: #FFE897;color: #333;}
.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: 7px 0;border-radius: 0;border-bottom: 1px solid #c4b8ac80;border-top: 1px solid #c4b8ac80;margin: 10px 0;justify-content: flex-end;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: 400;font-size: 12px;color: #333;letter-spacing: .8px;}
.toShareNews .Boxed.PushTar b {font-size: 13px;color: #666;}
.toShareNews .Boxed.PushTar a {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;}



/*首頁/ = = = = */
.module_i_news {padding: 50px 20px;background: #FFFEFA;background: #F6F6F6;padding: 100px 5%;font-family: var(--SFontE);}
.module_i_news section {max-width: 1400px;}
/* 標 */
.module_i_news .title_i_box h4 {font-weight: 700;color: #222;line-height: 2;font-size: var(--f20);letter-spacing: 3px;}
.module_i_news .title_i_box h4:before {content: 'WORKS';display: block;font-family: var(--SFontE2);letter-spacing: 5px;color: #E8C900;font-size: var(--f48);line-height: 1.2;/* text-decoration: underline; */-webkit-text-decoration: underline;-moz-text-decoration: underline;}
.module_i_news .title_i_box h4:after {display: block;content: '';background: #E8C900;width: 48px;height: 1px;position: relative;bottom: -30px;margin: 0 auto;}
/* 圖文 */
.module_i_news_list {padding: 30px 0 20px;}
.module_i_news ul {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 25px;}
.module_i_news li {width: 100%;margin: 0;border-bottom: none;transition: .5s ease;}
.module_i_news li a {display: flex;flex-flow: column wrap;gap: 0;}
/* 圖 */
.i_blog_le {padding: 0;height: auto;aspect-ratio: 1/1;overflow: hidden;position: relative;}
.i_blog_le img {min-width: 100%;display: block;width: 100%;margin: 0 auto;height: 100%;object-fit: cover;object-position: center;transition: 1s ease;}
.module_i_news li a:hover .i_blog_le img {transform: scale(1.1);}
/* 文 */
.i_blog_ri {display: flex;flex-flow: column wrap;padding: 15px 0;position: relative;justify-content: center;}
.i_blog_ri h5 {font-weight: bold;color: #7a6a56;font-size: 20px;line-height: 1.6;font-size: var(--f20);text-align: left;color: #7F684E;font-weight: 600;letter-spacing: 1px;line-height: 1.5;margin: 0;padding-top: 5px;-webkit-line-clamp: 1;}
.i_blog_ri em {font-weight: 400;margin: 4px 0px 5px;letter-spacing: .5px;font-size: 11px;}
.i_blog_ri p {line-height: 1.6;padding: 10px 0 0;margin-bottom: 14px;-webkit-line-clamp: 2;text-align: justify;font-size: 15px;letter-spacing: .6px;border-top: 1px solid #E5DEC3;}
.module_i_news li a:before, .module_i_news li a:after {content: none;}
.i_blog_le:before, .blog_list_le:before {letter-spacing: .5px;font-size: 12px;}
/* BTN= */
.i_blog_b {margin-top: 20px;}
.i_blog_b a {background: #F9DB00;border: 0;color: #7A6A56;height: fit-content;margin-top: 0;min-height: fit-content;line-height: 1.5;padding: 16px 0;display: flex;margin: 0 auto;align-items: center;justify-content: center;border-radius: 50px;min-width: 260px;width: fit-content;}
.i_blog_b b {font-size: 15px;font-weight: 500;line-height: normal;color: #222;letter-spacing: 1px;}
.i_blog_b a i.fa-solid.fa-arrow-right {display: none;}
.i_blog_b a:after {display: block;right: 10px;width: auto;aspect-ratio: 1/1;content: "";position: absolute;top: 0;bottom: 0;margin: auto;/* width: 36px; */height: 36px;border-radius: 50%;background: #fff url(https://pic03.eapple.com.tw/guanyu/i_arrow.svg) no-repeat center center;background-size: 18px;transition: 0.2s;}
.i_blog_b a:hover {background: #FFEB57;}
.i_blog_b a:hover:after {background: #222 url(https://pic03.eapple.com.tw/guanyu/i_arrow.svg) no-repeat center center;}







@media screen and (max-width: 1400px) {
/* 外層 */
.blog_ri {}
.subbox_item {padding: 5px;}
}

@media screen and (max-width: 1200px) {
/* 首頁 */
.module_i_news ul {grid-gap: 20px;}
/* 外層 */
.show_content.blog_box {width: 100%;}
.blog_ri {padding-left: 20px;}
/* 內層 */
.blog_back { width: calc(100% - 240px - 20px);}
}

@media screen and (max-width: 1024px) {
/* 首頁 */
.module_i_news_list {padding-top: 50px;}
.module_i_news ul {grid-template-columns: repeat(2, 1fr);gap: 25px;}
.i_blog_ri {padding: 10px 0;}
.i_blog_ri p {font-size: 14px;}
/* 外層 */
.blog_le {width: 200px;}
.blog_ri {width: calc(100% - 220px); padding-left: 10px;}
.subbox_item {width: 100%;padding: 5px;border-bottom:0;}
.subbox_item a {/* grid-gap: 30px; */grid-template-columns: 210px 1fr;}
.blog_list_ri {/* padding: 15px; */}
.blog_subbox {grid-template-columns: repeat(2, 1fr);}
/* 內層 */
.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) {
/* 首頁 */
.module_i_news_list {max-width: 600px;margin: auto;}
.module_i_news {padding: 80px 25px;}
.module_i_news ul {gap: 10px 20px;}
.module_i_news .title_i_box h4:before {font-size: var(--f52);letter-spacing: 3px;}
.module_i_news .title_i_box h4 {font-size: var(--f16);line-height: 1.6;}
.module_i_news .title_i_box h4:after {bottom: -10px;}
/* 外層 */
.blog_le, .blog_ri {width: 100%;padding: 0;}
.blog_le .accordion {display: none;grid-template-columns: 1fr;}
.blog_search{ margin-bottom: 20px;}
.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: 100%;font-size: 12px;height: 36px;line-height: 36px;}
.blog_in_page .blog_ri {padding: 20px;}
.blog_box_edit {padding: 0px;}
}

@media screen and (max-width: 600px) {
/* 首頁 */
.module_i_news_list {padding-top: 25px;}
.module_i_news_list {max-width: 96%;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);gap: 15px;}
/* 外層 */
.show_content.blog_box {gap: 25px;}
.subbox_item a {grid-gap: 0;}
.subbox_item a:before {font-size: 10px;}
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
.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;}
.blog_in_page .show_content.blog_box {gap: 10px;padding: 0;}
.blog_in_page .blog_ri {padding: 15px 0;background: transparent;}
.blog_in_page .edit {padding: 20px 5px;}
}

@media screen and (max-width: 480px) {
/* 首頁 */
.module_i_news {padding: 60px 20px;}
.module_i_news .title_i_box h6:before {font-size: 13px;}
.i_blog_ri p {margin-bottom: 5px;}
.i_blog_b b {font-size: 14px;}
.i_blog_b a {min-width: 240px;}
.blog_list_ri em {font-size: 10px;}
.i_blog_ri p, .blog_list_ri p {font-size: 12px;}
.blog_subbox {padding-top: 10px;}
    .subbox_item {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
        padding-bottom: 20px;
        padding: 0 0 10px;
    }
/* 內層 */
.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;}
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-OFF  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */





/* = = = 分隔線 相本主分類-OFF= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show-list .item:hover .show_name{}
/*相簿*/
.other_album_choice li {}
/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{}
.album_page #content, .album_class_page #content, .album_info_page #content{}
.album_page .show_content, .album_info_page .show_content{}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們-OFF = = = = = = == = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .main_part {}
.contact_content {}





/* = = = RWD - 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@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;}
.footer_info li p {margin-left: 0;}
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.footer {padding-top: 70px;padding-bottom: 10px;}
.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: 10px;}
.footer_info ul {gap: 5px;align-items: center;display: flex;flex-direction: column;}
.footer_info li:nth-child(1) {display: flex;text-align: center;align-items: center;margin-top: 10px;}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(2) {padding: 0px 0;margin: 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: 0px 0 0;}
}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode {padding: 60px 0 10px;}
#to_top {right: 10px;bottom: 70px;transform: scale(.95);}
/* footer */
.footer_logo {width: 100%;margin: auto;margin-bottom: 5px;}
.footer_info li:nth-child(1) {align-items: center;margin: 0;}
.footer_info li p {margin-left: 0;line-height: 1.7;}
.footer_info li:nth-child(2) {padding: 20px 0 10px;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;flex-wrap: wrap;max-width: 500px;margin: auto;}
.copy{font-size: 9px;}
}

@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding:60px 20px 40px;}
.show_content {padding: 0 15px;width: 100%;}
/* footer */
.footer_menu {flex-wrap: wrap;max-width: 100%;width: 90%;gap: 4px 0;padding: 0 20px;margin: auto;}
.footer_menu a {font-size: 12px;padding: 0 10px;width: 51%;text-align: center;}
.footer_menu a:nth-child(2n+1) {/}
.footer_menu a { border-right: 1px solid #c3cdbe; }
.copy {font-size: 8px;margin: 0px 0 0;}
.copy *{letter-spacing: .8px;}
.privacyLinks {margin: 0px;}
.total_view {width: fit-content;}
}


@media screen and (max-width: 480px) { 
/* 共用 */
.page {margin: 15px auto;}
}