@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');
/* Noto Serif Hong Kong */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');


/* 英文字體 Marcellus  */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/* 英文字體 Bellota Text */
@import url('https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
/* --Color: #1c3459; */
--MainColor: #d2a482; /*網站主要色系*/
--SubColor: #322a28; /*網站文字色*/
--SubColor1: #cab69e; /*網站輔助色系1*/
--SubColor2: #322a28; /*網站輔助色系2*/
--SubColor3: #f3f0e8; /*網站輔助色系3*/
--SubColor4: #523f2e; /*網站輔助色系4*/
--SubColor5: #f3f0e8; /*網站輔助色系5*/
--SubColor6: #8b6020; /*網站輔助色系6*/
--SubColor7: #d7cdc0; /*網站輔助色系5*/
--SubColor8: #998973; /*網站輔助色系6*/
--SFontE: "Bellota Text", "Noto Sans TC", sans-serif;/*英文字體-無襯線*/
--SFontEN: "Marcellus", "Noto Serif HK", serif;/**英文字體*/
--SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
--SFontC: "Noto Serif HK", serif;;/*內文標字*/
--pd100:100px 0;
--m100:100px;
--m80:80px;
--m50:50px;
--m30:30px;
--f80:80px;
--f60:60px;
--f52:52px;
--f48:48px;
--f44:44px;
--f42:42px;
--f40:40px;
--f36:36px;
--f32:32px;
--f28:28px;
--f24:24px;
--f22:22px;
--f20:20px;
--f18:18px;
--f17:17px;
--f16:16px;
}
@media (min-width:1600px) {
:root{
--f48:40px;
}
}
@media (max-width:1024px) {
:root{
--f80:70px;
--m50:40px;
--m30:25px;
--f52:48px;
--f48:40px;
--f44:38px;
--f42:40px;
--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;
--f42:36px;
--f40:28px;
--f36:26px;
--f32:24px;
--f28:22px;
--f24:20px;
--f20:17px;
--f18:16px;
--f17:16px;   
--f16:15px;
}
}
@media (max-width:600px) {
:root{
--pd100:50px 0;
--m100:50px;
--m50:25px;
--f80:44px;
--f52:36px;
--f48:28px;
--f44:26px;
--f42:30px;
--f40:24px;
--f36:22px;
--f32:20px;
--f28:20px;
--f24:18px;
--f18:16px;
--f17:15px;  
}
}
@media (max-width:480px) {
:root{
--f80:40px;
--f52:32px;
--f48:24px;
--f44:22px;
--f42:26px;
--f40:20px;
--f36:18px;
--f32:18px;
--f28:18px;
--f24:17px;
--f22:17px;
--f20:16px;
--f18:15px;  
--f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection { background-color: #060303; color: #fff; }
::selection { background-color: #060303; color: #fff; } */





/*卷軸*/
&::-webkit-scrollbar { background: #f1f1f1; width: 7px;}
&::-webkit-scrollbar-button { display: none; background: #f1f1f1; border-radius: 0;}
&::-webkit-scrollbar-track-piece { background: #f1f1f1;}
&::-webkit-scrollbar-thumb { /* border-radius: 4px; */ background-color: #c1c1c1;}
&::-webkit-scrollbar-track { box-shadow: transparent;}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 隱藏BTN= */
.footer_menu > a:first-child {display: none;}
/* header */
.header_area {position: sticky;position: fixed;z-index: 9999;width: 100%;background: transparent;padding: 0;top: 0;/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%); */animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;}
.header_area {position: sticky;}
@keyframes fade-in {0% {opacity: 0;}100% {opacity: 1;}}


.header_area.sticky {background: rgba(0, 0, 0, 0.85);background: #c5b8a9;transition: all 0.5s;}
.header_area .main_header_area {padding: 0;transition: all 0.3s;position: relative;background: transparent;background: #d5c5b0;}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0;width: 100%;padding: 10px 15px;max-width: 96%;}
.sticky .main_header_area .container {padding: 10px;}
.header_area.sticky .main_header_area {transition: all 0.3s;background: transparent;}

/* 下滑設定 */
.header_area.sticky * {transition: cubic-bezier(0.4, -0.01, 0.58, 1) .6s;}
.header_area.sticky {background: transparent;border-bottom: 0;animation: NavAppear 2s 0.5s both;}
.header_area.sticky .main_header_area .container {max-width: 1600px;}
.header_area.sticky .navigation {background: #c5b8a9;background: #ffffff;padding: 5px 10px 5px 25px;border-radius: 10px;box-shadow: 0 0 15px rgb(0 0 0 / 10%);}
@keyframes NavAppear {0% {transform: translateY(-100px);opacity: .1;}100% {transform: translateY(0);opacity: 1;}}


/* 僅首頁 */
.pageIndex .header_area .main_header_area {background: transparent;}
.pageIndex .header_area {position: fixed;}
.pageIndex .main_header_area .container {padding: 15px;}

.navigation {grid-template-columns: 250px 1fr;align-items: center;gap: 0;}
/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {grid-row: 1/3;background: transparent;}
.header_area.sticky .stellarnav {opacity: 1;transition: all 0.3s;pointer-events: unset;}
.stellarnav ul {font-size: 0;}

/* 第一層 */
.stellarnav > ul > li {position: relative;padding: 0;font-size: 0;}
.stellarnav > ul > li:after {content: "";display: block;background-color: transparent;width: 0;height: 50px;position: absolute;top: -32%;left: 50%;transform: translate(-50%, -50%);transition: all .5s;pointer-events: none;content: none;}
.stellarnav > ul > li:hover::after {box-shadow: rgb(255, 255, 255) 0px 0px 31px;width: 100%;transition: .4s cubic-bezier(0.77, 0, 0.65, 0.99);}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}
.stellarnav > ul > li > a {font-family: var(--SFont);height: 100%;margin: 0;position: relative;padding: 15px 15px;display: block;font-size: 16px;font-weight: 500;line-height: 40px;letter-spacing: 2px;color: #FFF;transition: all .4s ease;color: #322a29;}
.stellarnav > ul > li > a:hover {color: #81593e;}
.header_area.sticky .stellarnav.desktop > ul > li > a,
.header_area.sticky .stellarnav > ul > li > a {color: #322a29;}
.header_area.sticky .stellarnav > ul > li:hover > a, .header_area.sticky .stellarnav > ul > li > a:hover{color: #322a29;opacity: 0.6;}

.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #131413;}

.pageIndex .stellarnav.desktop > ul > li > a {color: #FFF;}
.pageIndex .stellarnav > ul > li > a:hover{color: var(--SubColor7);}
.pageIndex .stellarnav.desktop  > ul > li > a {text-shadow: 0 0 15px #322a28;}
.pageIndex .header_area.sticky .stellarnav.desktop > ul > li > a {text-shadow: none;}
.header_area.sticky .stellarnav.desktop > ul > li+li > a::before {content: '';position: absolute;left: 0px;top: 50%;transform: translateY(-50%);width: 1px;height: 30px;z-index: 1;opacity: 1;background: rgb(82 63 46 / 20%);}
/* 下拉符號移除 */
.stellarnav.desktop li.has-sub > a:after {display: none;}


/* 第二層 */
.stellarnav.desktop ul ul {left: 50%;transform: translateX(-50%);padding: 0;position: absolute;list-style: none;z-index: 98;white-space: nowrap;background: #F7F5F0;box-shadow: 0 3px 5px rgba(0, 0, 0, .175);border: none;width: fit-content;min-width: 140px;margin: 0;transition: 0s;}
.stellarnav li li {border: 0;width: 100%;position: relative;text-align: left;}
.stellarnav.desktop li li+li {border-top: 1px solid rgba(0, 0, 0, 0.11);}
.stellarnav.desktop li li.has-sub > a:after{
content: '';
display: block;
height: 0px;
position: absolute;
top: 50%;
right: 15px;
height: 8px;
width: 8px;
display: block;
border-style: solid;
border-width: 0 1px 1px 0;
transform: rotate(45deg);
-webkit-transition: border .3s;
transition: border .3s;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-color: transparent #666 #666 transparent;
}
.stellarnav.desktop li.has-sub li a {font-weight: 400;font-size: 14px;text-align: center;padding: 9px 10px;white-space: nowrap;font-family: var(--SFont);transition: all .5s;letter-spacing: 1px;transform: translateX(0);text-align: center;color: #796f59;border: 0;border-right: 0px solid transparent;}
.stellarnav.desktop li.has-sub li a:hover{background: var(--SubColor1);color: #FFF;}
.news_classes > li:hover > a, .news_classes > li:focus > a {color: #fff;    background: #808080;}
/* 第三層 */
.stellarnav ul ul ul {top: 0;left: 100%;margin: 0;width: fit-content;transform: unset;}


/* 右上購物BTN */
.me_tp_features {height: fit-content;background: transparent;padding: 10px 10px 0px;display: flex;align-items: center;gap: 10px;color: #fff;border-radius: 0;justify-content: flex-end;display: none;}
.me_tp_features a{color: #fff;}
.tp_links {display: none;}


/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {width: fit-content;max-width: 250px;padding: 0;transition: all 0.5s;font-size: 0;position: relative;grid-row: 1 / 3;}
.sticky .nav-header {padding: 2px 0;max-width: 240px;}
.nav-brand {margin: 0;width: 100%;padding: 0;height: auto;aspect-ratio: 260 / 48;background-size: contain;transition: .3s ease-out;}
.nav-brand img {max-width: 100%;width: 100%;/* opacity: 0; */transform: scale(1.2) translateY(0px);transform: unset;transform-origin: 0 0;transition: .3s ease-out;}
.pageIndex .nav-brand img {transform: scale(1.2) translateY(0px);}
.pageIndex .sticky .nav-brand img {transform: scale(1) translateY(0px);}








/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {position: relative;margin-top: 0;padding-top: 60px;padding-bottom: 0;background-color: #cab69e;background: #322a28;background: #544b42;}
.footer .center {width: 100%;max-width: 1300px;margin: 0 auto;padding-left: 20px;padding-right: 20px;padding-bottom: 20px;display: flex;justify-content: space-between;max-width: 1600px;width: 90%;}
.footer_logo  {max-width: 210px;/* background: url(https://pic03.eapple.com.tw/zhongmeicar/LOGO2.png)  no-repeat; */height: fit-content;background-size: contain;display: none;margin: 0 auto 10px;}
.footer_logo a {display: block;width: 100%;font-size: 0;}
.footer_logo img {/* filter: brightness(100) grayscale(10); */width: 100%;height: auto;/* aspect-ratio: 210/149; */}

/* footer資訊*/
.footer_info {text-align: center;width: 100%;display: flex;grid-template-columns: 1fr;grid-gap: 10px;padding: 0;flex-direction: column;}
.footer_info:nth-child(1) > ul {   }
/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;padding: 5px 7px;border: 0;margin: 0;color: #a7a7a7cc;background: transparent;padding: 0 20px;font-family: var(--SFontE);font-size: 13px;line-height: 2;letter-spacing: 2px;font-weight: 400;opacity: 1;}
.footer_info li:nth-child(1) {justify-content: center;max-width: 1300px;margin: 0;padding: 0 20px 0px;gap: 8px 25px;width: 100%;display: grid;grid-template-columns: repeat(3,1fr);}
.footer_info li p {padding: 0;font-size: 14px;font-weight: 400;display: flex;align-items: center;letter-spacing: 1.25px;line-height: 1.7;width: fit-content;}
.footer_info li p:last-child {grid-column: 1/4;}
.footer_info li p a{color: #e5dfd7;transition: .4s;line-height: 1.6;height: 20px;text-align: left;}
.footer_info li p:before {color: #e5dfd7;/* background: #cab69e; */font-family: var(--SFontE);height: 24px;min-width: 48px;border: 1px solid;margin: 5px 7px 0 0;padding: 0px 10px 0px;display: inline-block;vertical-align: middle;border-radius: 30px;line-height: 24px;letter-spacing: 1px;font-weight: 400;font-size: 13px;opacity: .9;}
.footer_info li p:hover:before {color: #544b42;transition: .3s;font-weight: 600;
background: #FFF;}
.footer_info li p:hover a {color: #fff;}


.footer_info li:nth-child(2){padding: 15px;padding-bottom: 0;padding-top: 15px;border-top: 0;width: 100%;border-top: 1px solid rgba(255, 255, 255, .1);}
.footer_menu {font-size: 0;width: 100%;display: flex;gap: 2%;justify-content: center;}
.footer_menu a {line-height: 1.4;transition: all 0.3s linear;margin: 0;text-align: center;padding: 5px;transition: all 0.3s;background: transparent;color: #FFF;border: none;letter-spacing: 1px;font-weight: 400;border-radius: 2.5px;font-size: 12px;padding: 5px 0;margin-right: 0;}
.footer_menu a:before {content: "";width: 0;height: 3px;background: #c4b8aa;position: absolute;left: 50%;bottom: -2px;transform: translateX(-50%);transition: all .5s;}
.footer_menu a:hover:before {width: 100%;}
.footer_menu a:hover {background: transparent;color: #c4b8aa;}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {align-items: center;color: #bfb8b8;display: flex;flex-wrap: wrap;margin-top: 0px;position: relative;justify-content: center;font-family: var(--SFontE);font-weight: 200;background: #b7ada2;background: #473e37;padding: 10px 0;font-size: 10px;line-height: 1.5;text-align: center;letter-spacing: 1px;border-top: 0px solid rgba(255, 255, 255, .2);}
.copy a {color: #bfb8b8;} 
.privacyLinks a+a {border-color:#bfb8b8a3 ;}

/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;}


/* 置頂按鈕 */
#to_top {background: transparent;box-shadow: none;border-radius: 0;padding-top: 0;transition: all 0.7s;position: absolute;font-size: 0;bottom: 50px;left: 15px;width: fit-content;text-align: center;/* right: 80px; */background: #d3ccc6;transform: scale(.95);padding: 10px;height: 50px;}
#to_top::after {color: #6f615e;/* color: #fff; */content: 'to top';font-size: 12px;white-space: nowrap;margin-inline: auto;font-family: var(--SFontE);}

#to_top:hover i {transform: translate(0, -3px);transition: all 0.7s;}
#to_top:hover {opacity: 0.6;}
#to_top i {width: 100%;height: 18px;}
#to_top i:before, #to_top i:after {background: #6f615e;height: 20px;}

@keyframes footer-text {0% {opacity: 0;}100% {opacity: 1;}}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {display: grid;grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));left: 0;width: 100%;position: fixed;padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul {top: 100%;left: 0;width: 100%;background: #efefef;height: auto;max-height: 300px;overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li {margin: 0;}
.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {border-left: 6px solid transparent;border-bottom: unset;border-right: 6px solid transparent;border-top: 6px solid #898989;right: 5px;}


/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
div#page {background: #fcf5eb;background-image: url(https://pic03.eapple.com.tw/yi-lung/noisebg.png);}
#content_main, #content {
margin: 0;
background: #544b42;
background: #f6f4f0;
background: transparent;
padding: 80px 0;
background-repeat: repeat;
padding: 0;
min-height: 1000px;
top: 0;
background-size: 20%;
background-repeat: repeat;
position: relative;
/* background: #fcf5eb;
background-image: url(https://pic03.eapple.com.tw/yi-lung/noisebg.png); */
overflow: hidden;
}
.bannerindex {position: relative;height: auto;padding: 0;}
/* 大圖尺寸 */
.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{opacity: unset !important;width: auto;object-fit: contain;height: 100%;object-fit: cover;width: 100%;height: 100%;max-width: 100%;}
.bannerindex .swiper-banner .swiper-slide img {height: 100%;}

/* 大圖點點按鈕切換鈕 */
.bannerindex .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .bannerindex .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 8px 4px;width: 8px;height: 8px;border-radius: 10px;}
/* 大圖點點按鈕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 {}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
/* = = 手機板大圖 = = */
.bannerindex { position: relative;padding:0; margin:0;}
.swiper-banner {position: static;margin: 0;height: auto;}
}



/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {/* border-bottom: 1px solid #e5e5e5; */background-color: transparent;margin-bottom: 40px;padding: 20px 25px;padding-top: 0;text-align: right;font-family: var(--SFontE);margin: auto;max-width: 1400px;display: none;}
.path p a:hover {color: #e9e3d4;}
.path p {width: fit-content;margin: auto;}
.path p, .path p a {text-align: right;color: #999;font-family: var(--SFontE);letter-spacing: .8px;font-size: 0px;font-weight: 400;transition: 0.3s;line-height: 1.5;margin-right: 0;}
.path p a {font-size: 12px;}
.path p a:not(:last-child):after {content: ' > ';color: #999;}
.path p a:hover:after {color: #999;}
/* main */
div#page {position: relative;}
.edit_part{padding: 0;}
.main_part {width: 100%;min-width: 100%;margin: auto;padding: 100px 20px;padding-bottom: 80px;position: relative;z-index: 2;background: transparent;}
.show_content {margin: auto;padding: 0 20px;font-family: var(--SFont);width: 96%;max-width: 1400px;margin: 0 auto;padding-top: 0px;}
.pageIndex .show_content {max-width: 100%;}

.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;}
/* 功能頁下方頁碼 */
ul.page {width: 100%;}
.page {width: 100%;margin: 30px auto 10px;gap: 10px 0;}
.page li a, .page li {font-family: var(--SFontE);display: inline-block;font-size: 14px;margin: 3px;border-color: transparent;color: #403b28;border-radius: 50px;width: 32px;height: 32px;letter-spacing: .5px;line-height: 32px;text-align: center;padding: 0;transition: all 0.4s ease-in-out;}
.page li a {background: rgb(58 95 141 / 5%);color: var(--SubColor1);margin: 0;}
.page strong, li.activeN {background: #544b43;color: #ffffff;border-color: transparent;}
.page strong, .page a:hover {background: #e9e3d3;color: #8b6020;transition: all 0.1s ease-in-out;}





/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {position: relative;background: #fbf4eb;width: 100%;object-fit: cover;background-size: cover;background-position: 50% 40%;aspect-ratio: 200/60;/* min-height: 620px; */background-image: url(https://pic03.eapple.com.tw/yi-lung/banC.jpg);background-repeat: no-repeat;z-index: 1;padding: 0;}
.banner:after {pointer-events: none;content: '';position: absolute;display: block;width: 100%;height: 100%;opacity: 1;display: block;z-index: 1;position: absolute;top: calc(100% - 100px);left: 50%;width: 1248px;height: 760px;transform: translateX(-50%);border-radius: 50%;background-color: #f8f1e8;background: #fcf5eb;background-image: url(https://pic03.eapple.com.tw/yi-lung/noisebg.png);content: "";}
.banner h5 {color: #573c1c;z-index: 1;font-size: 40px;font-family: var(--SFontEN);display: flex;flex-direction: column;gap: 4px;width: 100%;max-width: 1400px;font-weight: 500;font-size: var(--f40);letter-spacing: 5px;padding: 0;align-items: center;position: relative;height: 100%;justify-content: flex-end;margin-bottom: -40px;z-index: 2;}
.banner h5:after {font-weight: 500;z-index: 1;order: -1;font-size: var(--f16);content: 'Latest News';letter-spacing: 1.5px;}

.product_page .banner, .product_info_page .banner {background-image: url(https://pic03.eapple.com.tw/yi-lung/banE.jpg);}
.product_page .banner h5:after, .product_info_page .banner h5:after {content: 'Product info';}

.album_a .banner {background-image: url(https://pic03.eapple.com.tw/yi-lung/banB.jpg);}
.album_a .banner h5:after {content: 'Projects';}

.article_a .banner {background-image: url(https://pic03.eapple.com.tw/yi-lung/banF.jpg);}



.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}







@media screen and (max-width: 1300px) {
.pageIndex .main_header_area .container {padding: 15px 10px;}
}


/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
.me_tp_features {padding: 0;gap: 7px;transform: scale(.95);}
/* logo*/
.pageIndex .nav-brand img {transform: scale(1.05) translateY(0px);}
.sticky .nav-header {padding: 0 5px;max-width: 220px;}
/* header */
.pageIndex .main_header_area .container {padding: 15px 5px;}
.main_header_area .container {max-width: 98%;}
/* 導覽列 */
.navigation {}
.header_area.sticky .navigation {padding: 5px 10px;}
.stellarnav > ul > li {padding: 0;}
.stellarnav > ul > li > a {padding: 10px 12px;font-size: 15px;}

/* 內頁BN */
.banner {min-height: 440px;}
}



/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
.me_tp_features {width: fit-content;position: absolute;right: 0;top: 0;height: auto;}
/* logo*/
.nav-header {max-width: 230px;}
.nav-brand {margin: 0;padding-top: 8px;}
.nav-brand img, .pageIndex .nav-brand img {transform: unset;}
/* = = header = = */
.pageIndex .header_area {position: sticky;}
.header_area {position: sticky;height: fit-content;padding: 0;background: #fff;transition: .4s linear;}
.main_header_area .container,.pageIndex .main_header_area .container {padding: 10px;padding-bottom: 5px;}
/* 導覽列 */
.navigation {display: flex;align-items: center;gap: 0;flex-direction: column;}
.stellarnav ul {text-align: center;padding-top: 12px;}
.stellarnav > ul > li {}    
.stellarnav > ul > li > a {letter-spacing: .6px;margin: 0;/* line-height: 50px; */padding: 0px 15px;}
.stellarnav.desktop > ul > li > a {height: 44px;}
.pageIndex .stellarnav.desktop > ul > li > a {color: #615e5b;text-shadow: none;}
.pageIndex .stellarnav > ul > li > a:hover {color: #81593e;}

/* 內頁BN */
.banner {min-height: 380px;}
.banner:after {top: calc(100% - 70px);width: 900px;height: 600px;}
.banner h5 {margin-bottom: -60px;}
.banner h5:after {font-size: 15px;line-height: 1.2;}
}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
.me_tp_features {display: none;}
/* logo*/    
.nav-header {max-width: 40%;width: 200px;padding: 5px 0;margin-left: 0;}
.nav-brand {margin: 0;padding-top: 0;}
.sticky .nav-header {padding: 2px 0;}
.nav-brand img { }
/* = = header = = */
.pageIndex .header_area, .header_area {background: #fff;animation: none;}
.header_area .main_header_area {padding: 0;border: 0;backdrop-filter: none;}
.main_header_area .container, .pageIndex .main_header_area .container {padding: 10px 12px;max-width: 100%;}
.header_area.sticky .main_header_area {background: #fff;}
.header_area.sticky {animation: none;}
.header_area.sticky .main_header_area .container {border-radius: 0;padding: 10px 12px;}
/* 導覽列 */
.navigation {display: flex;justify-content: space-between;flex-direction: row;}
.header_area.sticky .navigation {padding: 0;box-shadow: none;}

/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: 0;left: unset;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 0;padding: 8px 5px;flex-direction: column;align-items: center;gap: 10px;top: 0;position: relative;transition: .4s;}
.sticky .stellarnav.mobile .menu-toggle {top: 0px;}

/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;/* content: 'Menu'; */font-size: 10px;color: #222;font-weight: 700;transform: scale(1);font-family: var(--SFontE);letter-spacing: 1px;}
.sticky .stellarnav .menu-toggle:after {/* color: #000; */}
.stellarnav .menu-toggle span.bars {display: block;margin: 0;display: flex;flex-direction: column;gap: 7px;}
.stellarnav .menu-toggle span.bars span {width: 32px;height: 2px;border-radius: 0;background: #717171;margin: 0;background: #222;height: 1px;}
.sticky .stellarnav .menu-toggle span.bars span {}
.stellarnav .menu-toggle span.bars span:nth-child(2) {display: none;}
/* 黑色遮罩 */
.stellarnav.mobile::before {content: "";position: fixed;width: 100%;height: 100%;top: 50%;left: 50%;z-index: -5;line-height: normal;background-color: transparent;transform: translate(-50%, -50%) scale(1.05);opacity: 0;transition: 1s;content: none;}
.stellarnav.mobile.active::before {content: "";width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);border-radius: 0;opacity: 1;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 0;  border: 0;      
/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;}
/*卷軸*/
.stellarnav.mobile.left > ul::-webkit-scrollbar {background: #eaeaea;width: 4px;height: 15px;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-button {display: none;background: #eaeaea;border-radius: 0;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {background: #fbfbfb;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {background-color: #888;width: 4px;border-radius: 15px;border: 3px solid #6781a1;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {border-radius: 6px;height: 6px;background-color: #eaeaea;}
.stellarnav.mobile.left.active > ul{right: 0;max-width: 360px;width: 85%;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {font-weight: 500;text-transform: capitalize;content: 'Menu';font-size: 12px;color: #fff;transform: scale(1);font-family: var(--SFontE);letter-spacing: 1px;height: fit-content;width: 100%;text-align: right;display: flex;flex-direction: row-reverse;margin: 0;padding: 15px 10px;background: var(--SubColor2);}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;position: relative;display: inline-block;
margin: 2px 9px 0 3px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 18px;height: 0px;border-bottom: solid 1px #fff;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 0;display: block;border-bottom: 1px solid #f0f0f0;display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: #f7f5f0;padding: 0;padding-bottom: 5px;}
.header_area.sticky .stellarnav > ul > li > a {color: #322a29;}
.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: 15px;letter-spacing: .5px;padding: 18px 10px 18px 20px;border: 0;}
.stellarnav.mobile li.open > a {border: 0;}    
.stellarnav > ul > li > a:before{content: none;}
.header_area.sticky .stellarnav > ul > li:hover > a, .header_area.sticky .stellarnav > ul > li > a:hover {color: #81593e;opacity: 1;}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;padding: 10px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {top: 0;}
.stellarnav a.dd-toggle .icon-plus:before {width: 8px;height: 8px;border-bottom: solid 1px #666;top: 50%;left: 0;transform: rotate(-45deg);}
.stellarnav a.dd-toggle .icon-plus:after {width: 8px;height: 8PX;top: 50%;border-bottom: solid 1px #666;transform: rotate(45deg);}
.stellarnav li.open > a.dd-toggle .icon-plus {-webkit-transform: translateY(10px) scaleY(-1);transform: translateY(10px) scaleY(-1);}
/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {left: unset;width: calc(100% - 10px);margin: auto;left: unset;box-shadow: none;transform: unset;padding: 0;}
.stellarnav li li {font-family: var(--SFont);font-size: 14px;color: #333333;letter-spacing: .5px;padding: 0 5px;}
.stellarnav.mobile li li.has-sub a {padding: 10px 20px 10px 10px;}
.stellarnav li li a {color: #444;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #ccc;top: 0%;}
.stellarnav.mobile ul li:hover > a {opacity: 1;transition: all 0.3s ease-in-out;background: transparent;}
.stellarnav.mobile ul ul>li:hover {background: #ddd9ce;}
.stellarnav.mobile ul ul>li>a:hover {color: #81593e;padding-left: 12px;}

/* 第三層 */
.stellarnav.mobile li.open li.open {background: #faf5ed;}
.stellarnav.mobile li.open li.open > a {color: #81593e;}
.stellarnav li li li {border: 0;}
.stellarnav li li li a{font-size: 14px;color: #444;}



/* = =  內頁BN = = */
.banner {min-height: auto;aspect-ratio: 65 / 28;}
.banner:after {top: calc(100% - 50px);width: 600px;height: 400px;}
.banner h5 {margin-bottom: -80px;font-size: var(--f48);}
.banner h5:after {font-size: 14px;}
}


/* @600上方區域_平板版面600px */
@media screen and (max-width: 600px) {
.banner {aspect-ratio: 53 / 32;}
.banner:after {top: calc(100% - 40px);width: 400px;height: 300px;}
.banner h5 {margin-bottom: -90px;font-size: var(--f44);font-weight: 600;gap: 0;}
.banner h5:after {font-size: 13px;}
}


@media screen and (max-width: 480px) {
.banner h5 {
margin-bottom: -90px;
font-size: var(--f48);}
.banner h5:after {font-size: 12px;}
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {max-width: 1400px;padding-top: 100px;z-index: 2;}
.product_page .show_content {width: 100%;max-width: 1300px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: stretch;align-content: flex-start;flex-direction: column;}
/* 功-外層 = = = = */
.ProdFilter_ {display: none;}
/* 左側分類欄位 = = = =  */
.Prods_Menulists {padding: 20px 0;}
.Prods_Menulists ul {display: flex;width: 100%;flex-wrap: wrap;align-items: center;justify-content: center;}
.Prods_Menulists > ul > li {display: inline-flex;align-items: center;margin: 0;padding: 6px 6px;background: transparent;border: 0;}
.Prods_Menulists li a {display: block;width: 100%;padding: 2px 15px;border: 0;background-color: #f5ece0;font-size: 16px;color: #926f4b;letter-spacing: .5px;transition: all .3s cubic-bezier(.165, .84, .44, 1);line-height: 2;border: #7f4d1b0f 1px solid;font-family: var(--SFontC);font-weight: 500;border-radius: 3px;}
.Prods_Menulists li a:hover {background: #926f4b;color: #fff;}
/* 分類第二層 */



/* 右側商品區塊 = = = = */
.Prods_Wrap {padding-top: 20px;width: 100%;}
.Prods_path {display: none;}

.Prods_lists ul {display: grid;grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));grid-gap: 30px;}
.Prods_lists li {position: relative;}

/* 商品圖 */
.Prods_lists li > a {position: relative;border-radius: 3px;overflow: hidden;box-shadow: 3px 3px 10px rgba(91, 72, 21, .03);}
.Pd_ViewThunbs:before {content: '';display: block;position: absolute;z-index: 2;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);top: 0;left: 0;opacity: 0;transition: opacity .3s ease-out;}
.Pd_ViewThunbs:after {content: '\f002';display: block;position: absolute;z-index: 2;width: 40px;height: 40px;font: normal normal normal 14px / 1 FontAwesome;line-height: 40px;font-size: 1.5rem;color: #fff;top: 50%;left: 50%;margin: -20px 0 0 -20px;text-align: center;opacity: 0;transform: scale(.5);transition: all 0.3s ease-in-out;}
.Pd_ViewThunbs.show-main .Pd_ImgMain {transition: transform .4s ease-in-out;}
.Prods_lists li > a:hover .Pd_ViewThunbs:before {opacity: 1;}
.Prods_lists li > a:hover .Pd_ViewThunbs:after {opacity: .75;transform: scale(1);}
.Prods_lists li > a:hover .Pd_ImgMain {transform: scale(1.1);}
/* 商品名 */
.Prods_Wrap .Prods_lists dl.State {height: 200px;font-family: var(--SFontE);height: fit-content;}
.products-list .name, dl.State h5 {font-size: 16px;color: #573C1C;letter-spacing: 1px;margin: 0;padding: 4px 0;height: 59px;font-family: var(--SFontC);font-size: var(--f17);font-weight: 600;width: 100%;line-height: 1.5;margin-bottom: 6px;-webkit-line-clamp: 2;box-sizing: border-box;-webkit-box-orient: vertical;white-space: normal;word-break: break-all;display: -webkit-box;}
dl.State h5 .numbering {margin-left: 7px;display: block;margin: 0;font-size: 14px;line-height: 2.2;font-weight: 400;color: #555;letter-spacing: .5px;font-family: var(--SFont);}
.products-list .price, dl.State .price {padding: 10px 0;height: 42px;overflow: hidden;margin: 0;display: none;}
.products-list .price b, dl.State .price b {color: #b10014;}
/* BTN= */
dl.State .MoreDets a {font-weight: 400;font-family: var(--SFontC);color: #fff;letter-spacing: 1.5px;background: #4d3d2a;border-radius: 3px;padding: 7px 5px;}
dl.State .MoreDets a b{font-weight: 400;}
dl.State .MoreDets a:hover {background: #81101c;}


/* 功-內層 = = = = */
.product_info_page .Prods_Menulists {margin-bottom: 20px;border-bottom: 1px rgba(146, 126, 111, 0.2) solid;}
/*購物車/內層＝＝*/
.product_info_page .main_part {background: transparent;}
.product_info_page .show_content{max-width: 1300px;font-family: var(--SFontE);}
.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: 40px;float: left;text-align: center;}
.proImgSwiper {border-radius: 5px;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {text-shadow: 0 0 10px rgb(0 0 0 / 50%);padding: 10px;}
/* 右商品資訊區 */
.sidebarBtn {padding: 0;display: inline-block;width: 28%;vertical-align: top;border: 0;background: transparent;width: 35%;float: right;}
.sidebarBtn h2 {font-size: var(--f24);color: #47351F;letter-spacing: 1px;}
/*按鈕顏色*/
.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;}
.sidebarBtn .Pd_Line_Boxed {display: flex;width: 100%;flex-wrap: wrap;align-items: center;justify-content: center;border-radius: 5px;font-size: 15px;color: #ffffff;background: #58bb3e;padding: 5px 0;margin: 10px 0;line-height: 2;}
.sidebarBtn .Pd_Line_Boxed::before {content: '';height: auto;width: 25px;margin: 0 4px;aspect-ratio: 1 / 1;background: url(https://pic03.eapple.com.tw/yi-lung/icon_line.svg);
background-size: contain;position: relative;display: block;}
/*商品側邊規格*/
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;display: none;}
.radio-inline__input:checked + .radio-inline__label {color: #fff;background: #8b6020;border: none;font-size: 14px;letter-spacing: .5px;
padding: 2px 10px 1px;border-radius: 3px;}
.mobile_product_name {font-size: 24px;}
.sidebarBtn .Boxed.PushTar {font-size: 15px;margin-top: 15px;padding: 16px 0 0;border-top: 1px solid #d4c8ae;}
.sidebarBtn .Boxed.PushTar b {font-size: 14px;color: #888;font-weight: 500;}
.sidebarBtn .Boxed.PushTar a i {font-size: 18px;display: inline-block;padding: 0 3px;}
/* 商品編輯區 */
.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;background: #e9e3d4;}
.prod_part section {max-width: 1400px;margin: auto;width: 90%;padding-bottom: 60px;font-family: var(--SFontE);}
/* 標 */
.i_prod_tit {padding: 0 0 40px;font-family: var(--SFontC);}
.i_prod_tit h2, .i_video_tit h2 {line-height: 0;}
.i_prod_tit h2:before {content: 'Products';font-size: var(--f16);color: #937F70;font-weight: 400;font-family: var(--SFontEN);letter-spacing: 1.5px;line-height: 2.2;}
.i_prod_tit span {font-size: var(--f36);color: #573C1C;font-weight: 600;letter-spacing: 1.5px;}
/* 商品 */
.prod_part .productsListBox {}
.prod_part .products-list {gap: 25px 0;padding: 0px;margin-bottom: 25px;}
.prod_part .products-list .item {margin-bottom: 20px;padding-left: 12px;padding-right: 12px;}
.prod_part .products-list .item a{}
.products-list .more {border: 0px;font-size: 15px;line-height: 32px;text-align: center;background-color: #f0ece1;color: #978a6d;
font-family: var(--SFontC);font-weight: 500;letter-spacing: 1px;border-radius: 5px;}
.products-list .item a:hover .more {background: #978a6d;color: #ffffff;letter-spacing: 2px;}
.prod_part .name {padding-top: 10px;color: #333;-webkit-line-clamp: 1;height: 40px;margin: 0;}
.prod_part .products-list .item:hover .name {color: #7f4d1b;}
.prod_part .products-list .price {padding: 5px 0;height: 40px;}
.prod_part .products-list:hover .item a {opacity: 0.5;transition: all .3s ease-in-out;}
.prod_part .products-list .item:hover a {opacity: 1;}
/* 圖 */
.products-list .item .Pd_ViewThunbs {border-radius: 5px;overflow: hidden;border: 1px solid rgb(147 127 112 / 40%);transition: border 0.3s, transform 0.3s;}
.products-list .item:hover .Pd_ViewThunbs {height: auto;transform: scale(1.02);border: 1px solid #dcdcdc;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
/* BTN */
.i_prod_b {padding-top:20px}




@media screen and (max-width: 1200px) {
/* 首頁 */
.prod_part section {width: 98%;padding-bottom: 20px;}
/* 外層 */
.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;}
.i_prod_tit {padding: 0 0 20px;font-family: var(--SFontC);}
.pageIndex .productsListBox {padding: 20px 0;}
.pageIndex .products-list { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));}
.prod_part .products-list .item {width: 100%;padding: 0 8px;margin-bottom: 10px;}
/* 外層 */
.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%;padding: 0 10px;}
}

@media screen and (max-width: 768px) {
/* 首頁 */
.pageIndex .productsListBox {padding: 20px 0 20px;}
.prod_part {padding: 60px 20px;}
.i_prod_tit span {font-size: var(--f40);}
/* 外層 */
.product_info_page .show_content {padding: 0;}
.Prods_Wrap {width: 96%;margin: 0 auto;max-width: 600px;}
.Prods_lists ul {display: grid;grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 30px 20px;}
.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;}
dl.State h5 .numbering { font-size: 13px;}
.products-list .name, dl.State h5 { font-size: 17px;}
.Prods_Menulists ul {align-items: flex-start;gap: 10px;align-items: stretch;}
.Prods_Menulists > ul > li {width: calc((100% - 20px)/3);padding: 0;}
.Prods_Menulists li a {font-size: 15px;line-height: 1.8;height: 100%;}
/* 內層 */
.product_main { width: 100%; padding: 0;}
.mobile_product_name {color: #47351F;font-size: var(--f40);font-weight: 600;margin-bottom: 15px;letter-spacing: 1.5px;font-family: var(--SFontC);}
.sidebarBtn {position: relative;width: 100%;padding: 20px;background: #f3f0e8;background-color: #e1dac5;background-position: 50%;background-repeat: no-repeat;background-size: cover;text-decoration: none;background-image: url(https://pic03.eapple.com.tw/yi-lung/probg.png);border-radius: 0;}
.sidebarBtn:before {position: absolute;content: '';width: calc(100% - 10px);height: calc(100% - 10px);border: 1px solid rgba(243, 236, 224, .8);z-index: 10;left: 5px;top: 5px;pointer-events: none;}
.toShare {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: 80px;}
.products-list .item {width: 100%;max-width: 360px;margin: auto;}
.products-list .name {font-size: 15px;}
.Prods_Menulists > ul > li {width: calc((100% - 10px)/2);padding: 0;}
.Prods_Menulists li a {font-size: 14px;}
}

@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 {}
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*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: 6px 0;width: 100%;margin: 0;}
h5.blog_le_t em {font-weight: 500;font-size: var(--f24);letter-spacing: 3px;color: #7f4d1b;text-align: center;font-family: var(--SFontC);}
.blog_search {}
.blog_search input[type=search] {color: #573c1c;border: 0;background: #ede6dc;border-radius: 5px;padding: 10px 40px 10px 15px;font-size: 13px;letter-spacing: 0.8px;border: 1px solid #7f4d1b33;}
.blog_search input::placeholder{transition: all .6s;color: #685e53;}
.blog_search input[type=submit] {right: 5px;bottom: 5px;top: unset;width: 30px;height: 30px;background: url(https://pic03.eapple.com.tw/yi-lung/img_search.png) no-repeat center center;background-size: 64%;}
/* 分類列 */
.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: 0px #E9E9E9 solid;border-radius: 0;}
.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 #d4c8ae;}
.accordion li .link a {text-align: center;text-align: left;font-weight: 500;margin: 0;padding: 10px 20px;font-size: 14px;letter-spacing: 2px;border: 0;border-bottom: 0px solid transparent;height: auto;transition: all 0.3s ease-out;line-height: 1.7;width: 100%;background: #f0ece0;border-radius: 3px;}
/* 分類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: #573c1c;}


/* 右側圖文區 = = */
.blog_ri {margin: 0;flex-direction: column;font-family: var(--SFontE);/* 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;display: grid;grid-template-columns: repeat(3, 1fr);gap: 32px 16px;}
.subbox_item {border-radius: 0;overflow: unset;transition: .5s ease-out;margin: 0;padding-bottom: 0;width: 100%;padding: 0;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;width: 100%;height: 100%;padding: 8px;border-radius: 5px;border: 1px solid #f5efe6;background: #fffcf7;}
.subbox_item a:before {font-size: 12px;padding: 5px 18px;background: #6f512b;border-radius: 2px;color: #fff;bottom: 0;font-weight: 600;letter-spacing: .5px;right: 0;font-family: var(--SFontE);top: unset;}
.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;}
.blog_list_le:before {content: 'READ MORE';position: absolute;z-index: 19;opacity: 0;height: fit-content;transition: all .6s;font-size: 14px;padding: 5px 18px;border-radius: 2px;color: #fff;bottom: 0;font-weight: 700;letter-spacing: 1.5px;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;text-align: center;}
.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.6;transform: scale(1.05);}

/* 文字 */
.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: 20px 0;overflow: hidden;width: calc(100% - 20px);margin: 0 auto;}
.blog_list_ri h5 {line-height: 1.6;font-size: var(--f20);font-family: var(--SFontC);text-align: left;color: #362E26;font-weight: 500;letter-spacing: .5px;margin: 0;padding-top: 10px;-webkit-line-clamp: 2;line-height: 1.6;padding-bottom: 0;background-image: linear-gradient(transparent 0%, #DED5CB 0%);background-repeat: no-repeat;background-position: bottom right;background-size: 0 1px;transition: 0.6s background-size cubic-bezier(0.165, 0.84, 0.44, 1);}
.subbox_item a:hover .blog_list_ri h5 {color: #573C1C;background-size: 100% 1px;background-position: bottom left;}
.blog_list_ri em {font-size: 11px;color: #a7917b;margin: 0;font-weight: 800;letter-spacing: 1px;order: -1;left: -33px;display: block;position: relative;}
.blog_list_ri em:before {font: normal normal normal 14px / 1 FontAwesome;margin-right: 2px;color: transparent;font-size: inherit;text-rendering: auto;}
.blog_list_ri p {font-size: 14px;letter-spacing: 1px;line-height: 1.6;font-weight: 400;color: #645a50;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: 10px 0;padding-bottom: 10px;/* padding: 0; */font-size: var(--f28);color: #222;font-family: var(--SFontC);}

/* 上下篇按鈕 */
.blog_back {align-items: center;border-top: 1px solid rgb(147 127 112 / 20%);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: 0.08em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {background: #eee;background: #e9e3d4;transition: .5s ease;height: 35px;width: 100%;font-weight: 400;line-height: 35px;border-radius: 4px;border: 0px solid #c2c2c2;color: #8e744c;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 #8e744c;border-bottom: 1px solid #8e744c;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: #d7cfb9;transition: .5s ease;/* display: none; */}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {border: 1px solid #554538;background: #554538;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: 0;border-top: 1px solid rgb(147 127 112 / 20%);border-bottom: 1px solid rgb(147 127 112 / 20%);padding: 6px;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 {}
}

@media screen and (max-width: 1200px) {
/* 外層 */
.show_content.blog_box {width: 100%;padding: 0 10px;}
.blog_ri {padding-left: 20px;}
.blog_subbox {grid-template-columns: repeat(2, 1fr);gap: 30px 15px;}
/* 內層 */
.blog_back {}
}

@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le {width: 200px;}
.blog_ri {width: calc(100% - 220px);padding-left: 0;}
.subbox_item {/* width: 50%; *//* padding: 10px 10px 15px; *//* border-bottom:0; */}
.subbox_item a {/* grid-gap: 30px; */grid-template-columns: 210px 1fr;}
.blog_subbox {gap: 20px 10px;}
.blog_list_le:before {font-size: 13px;width: max-content;}
/* 內層 */
.blog_in_page .path {display: none;}
.blog_back {padding: 18px 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;margin-bottom: 10px;}
.blog_search{margin-bottom: 15px;margin-top: 10px;}
.subbox_item a {grid-template-columns: 180px 1fr;}
.blog_le .accordion li {width: 100%;}
/* 內層 */
.blog_back {width: 100%;padding: 15px 0 0;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {width: 100%;font-size: 12px;height: 34px;line-height: 34px;}
.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 {max-width: 460px;margin: 0 auto;border: 0;}
.blog_subbox {grid-template-columns: repeat(1, 1fr);gap: 25px 10px;}
/* 內層 */
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {font-size: 12px;}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {width: 9px;height: 9px;}
}

@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 {font-size: 12px;height: 32px;line-height: 32px;}
.blog_box_edit {padding: 0;}
}

@media screen and (max-width: 360px) {}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-OFF  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.promotion_title {font-family: var(--SFontE);}






/* = = = 分隔線 相本主分類-ON= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px / 分類ON ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show-list .item:hover .show_name{color: #ad803d;}
/*相簿*/
.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: 5px;}
.show-list .item .overlay {transform: scale(1);background: rgb(0 0 0 / 40%);z-index: 1;}
.show-list .show_pic {aspect-ratio: 36 / 36;}
.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);}
.show-list .show_name {font-family: var(--SFontC);font-size: var(--f18);color: #573C1C;}



/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本列表*/
.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;max-width: 1300px;}

/* 主分類相簿名 */
.subalbum-menu h2 {text-align: center;padding-bottom: 20px;width: 100%;font-size: 24px;font-weight: 600;letter-spacing: .5px;color: var(--SubColor);display: none;}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 90%;}
.album_descrip { display: none;}
.show-list {display: grid;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-template-columns: 1fr 1fr 1fr;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;}
.album_page .show-list .item a:before {content: "VIEW MORE";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-bottom: 1px solid #e6e6e6;font-size: 14px;max-width: 100px;color: #fff;font-weight: 500;height: 0;overflow: hidden;opacity: 0;transition: all .5s;transition-delay: 0s;font-family: var(--SFontEN);letter-spacing: 1px;}
.album_page .show-list .item:hover .overlay {opacity: 1;transform: scale(1);}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .4s;transition-delay: .3s;z-index: 100;}
/*次分類頁-OFF*/

/* 主分類相簿頁 */
.other_subalbum.show-list .item a .show_pic {aspect-ratio: 4/3;}
.other_subalbum li a p {margin: 0;position: relative;z-index: 1;display: inline-block;padding: 16px 0;font-size: 18px;font-weight: 600;line-height: 1;letter-spacing: 1.5px;color: #333;width: 100%;/* font-size: 16px; */text-align: center;font-family: var(--SFontC);}
.other_subalbum li a:hover p {color: var(--SubColor6);}
.album_class_page .show-list .item:hover .overlay {opacity: 0;}
.album_class_page .show-list .item .show_pic:before, .module_i_album .show-list .item .show_pic:before {content: '';display: block;position: absolute;width: 150%;height: 50%;background: rgba(255, 255, 255, .25);right: -25%;bottom: 150%;opacity: 0;transform-origin: center bottom;transform: rotate(15deg);transition: opacity .25s, height .001s .25s, bottom .001s .25s, background-image .001s .25s;z-index: 1;}
.show-list .item a:hover .show_pic:before {height: 200%;bottom: -50%;opacity: 1;background: rgba(255, 255, 255, .5);background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);transition: opacity .25s, bottom .25s, height .35s .15s, background-image .001s .15s;}


/*相簿最內頁-.album_info_page = = = = */
.album_info_page{}
.album_descrip p {font-weight: 700;text-align: center;padding-bottom: 20px;width: 100%;color: #333;font-size: 20px;letter-spacing: .5px;}
/*相簿瀑布流-OFF*/
.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;}



/* = = = 首頁= = = = = = = = = = = = = = = = = = = = = = = */
.module_i_album {font-family: var(--SFontC);padding: 0px 20px 80px;}
.module_i_album section {}
/* 標 */
.module_i_album .title_i_box {margin-bottom: 20px;display: flex;flex-direction: column;position: relative;padding-top: 100px;}
.module_i_album .title_i_box:before {content: '';display: block;position: absolute;background: rgb(147 127 112 / 40%);width: 1px;height: 80px;top: 0;left: 50%;}
.module_i_album .title_i_box h4 {font-size: var(--f36);color: #573C1C;font-weight: 600;letter-spacing: 1.5px;}
.module_i_album .title_i_box h6 {font-size: var(--f16);color: #937F70;font-weight: 400;font-family: var(--SFontEN);letter-spacing: 1.5px;line-height: 2.2;}
.module_i_album .title_i_box h6::before {content: 'Projects';}
/* 圖 */
.i_album_list_box {}
.i_album_list_box .show-list {gap: 30px;}
.module_i_album .show-list .item:not(.item:nth-child(-n+3)) {display: none;}
.module_i_album .show-list .show_pic {aspect-ratio: 38/28;}
/* .module_i_album .show-list .item:nth-child(-n+3) {display: block;} */
.module_i_album .show-list .item p {line-height: 1.8;padding: 10px;font-size: var(--f18);letter-spacing: .5px;color: #333;font-weight: 500;}
.module_i_album .show-list .item:hover p {color: #8B6020;}
.module_i_album .show-list .item .overlay, .module_i_album .show-list .item:hover .overlay {opacity: 0;}
/* BTN */
.i_album_b, .i_prod_b {display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;margin-top: 0px;font-family: var(--SFontC);padding: 8px;width: fit-content;margin: 0 auto;height: fit-content;border-radius: 3px;background-color: #402d1c;
transition: all .3s ease-in-out;}
.module_i_album * {transition: all .3s cubic-bezier(.165, .84, .44, 1);}
.animated-arrow {display: inline-block;margin: 0 auto;margin-top: 20px;height: 42px;line-height: 42px;overflow: hidden;text-align: center;position: relative;width: 230px;max-width: 100%;padding: 10px 20px;padding-right: 10px;border-radius: 0;background-position: 50%;background-repeat: no-repeat;background-size: cover;background-color: transparent;color: #eae1ce;border: 1px solid rgba(243, 236, 224, .18);display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;transition: all .3s ease-in-out;margin: 0;}
.i_album_b:hover, .i_prod_b:hover {background: #67421d;}
.animated-arrow b {font-weight: 500;letter-spacing: 1.5px;font-size: 15px;color: #fff;}
i.fa-solid.fa-arrow-right {background: url(https://pic03.eapple.com.tw/yi-lung/i_arrow.svg) no-repeat;width: 18px;height: auto;aspect-ratio: 18/11;background-size: contain;background-position: 50%;}
.fa-arrow-right::before {opacity: 0;font-size: 0;}


@media (max-width: 1400px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}

@media screen and (max-width: 1200px){
/* 首頁 */
.i_album_list_box .show-list {gap: 20px;}
}

@media screen and (max-width: 1024px){
/* 首頁 */
.i_album_list_box .show-list {gap: 15px;}
.i_prod_tit h2:before, .module_i_album .title_i_box h6 {font-size: 14px;line-height: 2;}
.module_i_album .show-list .item:not(.item:nth-child(-n+3)) {display: block;}
}

@media screen and (max-width: 768px){
/* 首頁 */
.i_album_b, .i_prod_b {padding: 5px;}
.animated-arrow b {font-size: 14px;}
.module_i_album .title_i_box h4 {font-size: var(--f40);}
.i_prod_tit h2:before, .module_i_album .title_i_box h6::before {font-size: 13px;}
}

@media screen and (max-width: 600px){
/* 首頁 */
.i_album_list_box .show-list {gap: 18px;width: 96%;max-width: 480px;}

.show-list {grid-template-columns: 1fr ;}
.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: 40px;width: 96%;margin: 0 auto;}
.album_info_page .pic-list { grid-template-columns: 1fr; }
}

@media screen and (max-width: 600px){
/* 首頁 */
.i_prod_tit h2:before, .module_i_album .title_i_box h6::before {font-size: 12px;}
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們-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;}








/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}
/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_info {margin: auto;}
.footer_info li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;}
.footer_info li p {margin-left: 0;}
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* 共用 */
.main_part {padding: 100px 20px 60px;}
.show_content {width: 100%;}
/* footer */
.footer .center {max-width: 980px;width: 96%;}
.footer_info {position: relative;display: flex;flex-direction: column;gap: 15px;}
.footer_logo {max-width: 180px;margin-bottom: 25px;}
.footer_logo a {position: relative;display: block;width: 100%;}
.footer_info ul {grid-template-columns: 1fr;gap: 20px;}
.footer_info li+li{margin-top: 0;}
.footer2 li:nth-child(1) {gap: 8px 10px;padding: 0 15px 0;grid-template-columns: repeat(2, 1fr);}
.footer_info li p:last-child {grid-column: 1 / 3;}
.footer_info li:nth-child(2) {padding: 10px 0;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;}
}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/* #bottom_menu { display: none;} */
.footer.with_shopping_mode {padding: 60px 0 52px;}
#to_top {bottom: 70px;left: 5px;transform: scale(.75);}
#bottom_menu {display: flex;background: #f3f0e8;box-shadow: 0 -1px 4px rgba(91, 72, 21, .1);z-index: 1000;}
#bottom_menu li {border-right: 1px solid #573c1c33;}
#bottom_menu li a {padding: 10px 5px 5px;color: #533e2c;font-family: var(--SFontE);}
/* footer */
.footer .center {max-width: 100%;width: 100%;}
.footer_logo {position: relative;margin: auto;margin-left: 0;}
.footer_logo a {width: 95%;}
.footer2 li:nth-child(1) {gap: 6px 10px;padding: 0 10px 0;grid-template-columns: repeat(1, 1fr);}
.footer_info li p:last-child {grid-column: 1;}
.footer_info li:nth-child(2) {padding: 15px 0;}
.footer_menu {flex-wrap: wrap;max-width: 100%;/* margin: auto; *//* display: flex; */gap: 5px;flex-direction: row;justify-content: flex-start;}
.footer_menu a {font-size: 13px;width: fit-content;text-align: center;padding: 6px 12px;}
.copy{font-size: 10px;letter-spacing: .25px;}
}

@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 60px;padding-left: 20px;padding-right: 20px;}
.show_content {padding: 0 0px;width: 100%;}
.page li a, .page li {font-size: 14px;width: 30px;height: 30px;line-height: 30px;}
.path {padding: 0px 0 10px;}
/* footer */
.footer .center {padding: 0 15px;}
.footer2 li:nth-child(1) {display: flex;flex-direction: column;padding: 0 5px;}
.footer_info li p:before {margin: 2px 7px 3px 0;letter-spacing: 1px;border-radius: 5px;}
.footer_info li p {letter-spacing: 1px;line-height: 1.7;flex-wrap: wrap;}
.footer_info li p a {height: fit-content;}
.footer_menu {}
.footer_menu a {font-size: 12px;}
.copy {font-size: 10px;margin-top: 15px;padding: 12px 0;}
.total_view {width: fit-content;}
.privacyLinks+a {margin-right: 5px;}
.privacyLinks {margin: 0 3px;}
}

@media screen and (max-width: 480px) {
/* 共用 */
.edit {font-size: 14px;}
/* footer */
.footer .center {width: 100%;}
.footer_logo a {width: 90%;}
.footer_info li p {font-size: 13px;letter-spacing: 1px;}
.footer_info li p:before {padding: 0 6px;min-width: 42px;font-size: 12px;margin-right: 5px;}
.footer_info li p a {line-height: 1.8;letter-spacing: .8px;}
.footer_menu a {padding: 4px 10px;}
.copy {font-size: 8px;}
}