@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');


/* 中文 LXGW WenKai Mono TC */
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&display=swap');


/* 英文粗字體 Plus Jakarta Sans */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');




/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #9b2e22; /*網站主要色系*/
  --SubColor: #222222; /*網站文字色*/
  --SubColor1: #edf3f9; /*網站輔助色系1*/
  --SubColor2: #e2d8cc; /*網站輔助色系2*/
  --SubColor3: #b19674; /*網站輔助色系3*/
  --SubColor4: #F0F7FF; /*網站輔助色系4*/
  --SubColor5: #802828; /*網站輔助色系5*/
  --SubColor6: #959ea6; /*網站輔助色系6*/
  --SubColor7: #f3f6f9; /*網站輔助色系7*/
  --SubColor8: #af0d12; /*網站輔助色系8*/
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Cormorant Upright","Noto Serif TC", "Noto Sans TC", sans-serif, system-ui;/*英文標字體*/
  --SFontC: "Noto Serif TC", sans-serif;/*內文字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑字體*/
  --SFontJ: "LXGW WenKai Mono TC","Noto Serif TC", "Noto Sans TC",sans-serif;/*日文字體-楷*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
  --bf40:38px;
}
@media (max-width:1400px) {
:root{
--bf40:36px;
}
}
@media (max-width:1200px) {
:root{
--bf40:34px;
}
}
@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;
  --bf40:32px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f52:44px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
  --bf40:26px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
  --bf40:24px;
}
}
@media (max-width:480px) {
:root{  --bf40:22px;}
}
@media (max-width:360px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
  --bf40:20px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-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 {
    background-color: #c1c1c1;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.header_area {
    position: fixed;
    position: sticky;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
    box-shadow: 0 2px 3px rgba(13, 4, 9, 0.15);
    /* backdrop-filter: drop-shadow(2px 4px 6px black); */
}

.header_area.sticky {
    /* -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); */
    /* box-shadow: unset; */
    background: transparent;
}






.main_header_area .container {
    max-width: 100%;
    padding: 0 40px;
    transition: 0.5s;
    padding: 0 3%;
    padding: 15px 25px;
}

.header_area .main_header_area {
    background: transparent;
    padding: 0 5vw 0;
    transition: all 0.3s;
    position: relative;
    padding: 0;
    /* background: url(https://www.lautianlu.com.tw/images/bg.png) repeat center top; */
}
.header_area .main_header_area::before{content: '';width: 100%;height: 100%;background: #fff;background-size: cover;/* opacity: 0; */transition: .3s ease-in-out;position: absolute;left: 0;background: url(https://pic03.eapple.com.tw/weihaoxiang/nav_bg2.jpg) repeat center top;background-size: cover;}
.header_area.sticky .main_header_area:before {
    height: 100%;
    opacity: 1;
}

.header_area.sticky .main_header_area {
    padding: 0;
    transition: all 0.3s;
    border: 0;
}

.navigation {
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: 100px 1fr;
    align-items: center;
    background: transparent;
}




/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.stellarnav {z-index: 99;}

.pageIndex .stellarnav, .stellarnav {}
.header_area.sticky .stellarnav {
opacity: 1;
transition: all 0.3s;
pointer-events: unset;
}

/* 第一層 */
.stellarnav ul {margin: 0;padding: 0;text-align: center;text-align: center;margin-top: 0;padding: 0;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.stellarnav.desktop > ul > li > a:before {
    content: "";
    display: inline-block;
    background: no-repeat center center / contain;
    content: "";
    position: relative;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    left: 0;
    background-position: center;
    background-size: contain;
    top: 2px;
    transition: .3s ease-in-out;
    width: 30px;
    height: inherit;
    background-image: url(https://pic03.eapple.com.tw/weihaoxiang/nav_icon0.png);
    filter: saturate(0);
}
.stellarnav.desktop > ul > li:nth-child(2) > a::before {
    background-image: url(https://pic03.eapple.com.tw/weihaoxiang/nav_icon01.png);
}
.stellarnav.desktop > ul > li:nth-child(3) > a::before {
    background-image: url(https://pic03.eapple.com.tw/weihaoxiang/nav_icon02.png);
}
.stellarnav.desktop > ul > li:nth-child(5) > a::before {
    background-image: url(https://pic03.eapple.com.tw/weihaoxiang/nav_icon04.png);
}
.stellarnav.desktop > ul > li:nth-child(6) > a::before {
    background-image: url(https://pic03.eapple.com.tw/weihaoxiang/nav_icon05.png);
}

.stellarnav > ul > li {
    position: relative;
    padding: 0;
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 140px;
    /* border-right: 1px dashed #b49a77; */
}
.stellarnav > ul > li:not(:last-child):before {
    content: "";
    display: block;
    left: 100%;
    transition: all .5s;
    width: 3px;
    height: 92px;
    background: url(https://pic03.eapple.com.tw/weihaoxiang/nav_line.png) no-repeat center center / contain;
    filter: brightness(10);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}
.stellarnav > ul > li:hover::after {}
.stellarnav > ul > li > a {
    font-family: var(--SFontJ);
    color: #222;
    height: fit-content;
    margin: 0;
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1.5px;
    flex-direction: column;
    height: fit-content;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.header_area.sticky .stellarnav > ul > li > a {}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {
    position: relative;
    padding: 10px 15px;
}

.stellarnav.desktop > ul > li > a:hover {color: #c40c24;}


.stellarnav > ul > li:hover > a:before {
            -webkit-animation: livelyAni 0.9s both;
            animation: NlivelyA 0.9s both;
            filter: none;
}
@keyframes NlivelyA {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}

30% {
-webkit-transform: scale3d(1.2, 0.7, 1);
transform: scale3d(1.2, 0.7, 1);
}
40% {
-webkit-transform: scale3d(0.7, 1.2, 1);
transform: scale3d(0.7, 1.2, 1);
}
50% {
-webkit-transform: scale3d(1.1, 0.85, 1);
transform: scale3d(1.1, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}

.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;
    opacity: 1;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{content: none;}

.stellarnav.desktop > ul > li:nth-child(4) {margin-right: 6%;}
.stellarnav.desktop > ul > li:nth-child(5) {margin-left: 6%;}
.stellarnav.desktop > ul > li:nth-child(5):after {    
content: "";
    display: block;
    left: unset;
    transition: all .5s;
    width: 3px;
    height: 92px;
    background: url(https://pic03.eapple.com.tw/weihaoxiang/nav_line.png) no-repeat center center / contain;
    filter: brightness(10);
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}





/* 第二層 */
.stellarnav ul ul.other_classes li:first-child {display: none;}

.stellarnav.desktop ul ul {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #292929;
    background-color: #f0ece7;
    width: auto;
    border: none;
    min-width: auto;
    width: fit-content;
    min-width: 150px;
    margin: 0;
}
.stellarnav > ul > li > ul {
    background: #fff;
    height: max-content;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    padding: 5px 0 5px;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.stellarnav.desktop > ul > li > ul {
    display: block !important;
    top: calc(100%);
    transform: translateX(-50%) scale(1, 0);
    transform-origin: top;
}
.stellarnav.desktop > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateX(-50%) scale(1, 1);
    transition: all 0.4s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav li li {
    border: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.stellarnav li li:last-of-type {
    border-bottom-width: 0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    font-family: var(--SFontE);
    border: 0;
    transition: all .5s;
    letter-spacing: 1px;
    transform: translateX(0);
    text-align: center;
    color: #67594f;
    font-weight: 400;
    border-bottom: 1px solid #a787686e;
}
.stellarnav.desktop li.has-sub li+li a {
    padding-bottom: 12px;
}
.stellarnav.desktop li.has-sub li a:hover {
    background: var(--MainColor);
    color: #fff;
}
.news_classes > li:hover > a, .news_classes > li:focus > a {}


/* 第三層 */
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    margin: 0;
    width: fit-content;
    transform: unset;
}



.me_tp_features a.tp_btn_cart span span {    display: none;}/*購物車文字*/

.me_tp_features a.tp_btn_cart {
    position: fixed;
    right: 16px;
    bottom: 105px;
    background: #982b27;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: block;
    overflow: hidden;
    margin: 0;
}
.me_tp_features a.tp_btn_cart span {
    position: absolute;
    bottom: -27px;
    right: -1px;
    font-size: 12px;
    letter-spacing: 8px;
    font-weight: bold;
    font-family: "Inter", "Noto Sans TC",sans-serif;
    word-wrap: break-word;
    display: block;
    width: 19px;
    line-height: 2;
}
.me_tp_features a {
    color: #fff;
}

/*按鈕*/
.animated-arrow {
    background: transparent;
    border: 1px solid var(--SubColor04);
    color: var(--SubColor04);
    opacity: .5;
}
.animated-arrow:hover {
    background: var(--SubColor04);
    border-color: var(--SubColor04);
    color: var(--bgColor);
    opacity: 1;
}


/*隱藏購物車搜尋欄*/
.box_search{display:none;}
/*隱藏購物車*/
.box_search, .me_tp_features a.tp_btn_notice, .tp_links, .me_tp_features a.tp_btn_cart i {
    display: none;
}
.me_tp_features a.tp_btn_cart:before {content: none;}
/*隱藏匯款通知*/
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*/
.tp_links{display: none;}


/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    position: relative;
    text-align: center;
    z-index: unset;
    transition: .4s ease;
    pointer-events: auto;
    position: absolute;
    top: 60%;
    left: 50%;
    max-width: 120px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}
.nav-header:after {
    content: '';
    background: #000;
    display: block;
    width: 105%;
    aspect-ratio: 1 / 1;
    height: auto;
    position: absolute;
    z-index: -1;
    border-radius: 150px;
    background: transparent;
    background: url(https://pic03.eapple.com.tw/weihaoxiang/nav_bg2.jpg) repeat center top;
    background-size: cover;
    box-shadow: 0 2px 3px rgba(13, 4, 9, 0.15);
}
.header_area .nav-brand {
    margin: 5px 0 0;
    margin-top: 10px;
    max-width: 160px;
    width: 100%;
    transition: .4s ease;
    height: fit-content;
}
.nav-brand img {
    width: auto;
}


.sticky .nav-header {max-width: 130px;top: 68%;}
.sticky .nav-brand img {
    aspect-ratio: 1/1;
    object-fit: contain;
}




/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}
.info_fix {z-index: 10;}

.footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0;
    z-index: 1;
    background: transparent;
    margin-top: 60px;
    background: url(https://pic03.eapple.com.tw/weihaoxiang/FTbg.png) center top repeat;
    /* padding: 0; */
    line-height: 1.8;
    font-size: 16px;
    /* font-size: 1.6rem; */
    overflow: unset;
    margin: 0;
    /* background: rgba(255, 255, 255, 0.6); */
}
.footer:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #000; */
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: -1;
}
.footer:before {
    content: "";
    background-position: center;
    background-size: auto 10px;
    background-repeat: repeat-x;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(https://pic03.eapple.com.tw/weihaoxiang/FTbg_top.png);
    bottom: -10px;
    top: 0;
    z-index: 1;
}


.footer .center {
width: 95%;
max-width: 1300px;
margin: 0 auto;
padding: 0 20px;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
}
.footer_logo {
margin: auto;
max-width: 160px;
}
.footer_logo a {
display: block;
width: fit-content;
font-size: 0;
}


/* footer資訊*/
.footer_info{ }

.footer_info {
    text-align: center;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.footer_info:nth-child(1) > ul {   }


/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;border: 0;/* margin: 0; */color: #A88965;background: transparent;padding: 0 15px;font-family: var(--SFontE);font-size: 13px;line-height: 2;letter-spacing: 1px;font-weight: 400;opacity: 1;text-align: center;margin: 0;}

.footer_info li:nth-child(1) {display: flex;padding: 0;flex-direction: column;text-align: center;align-content: center;}
.footer_info li p:before {color: #6f594a;font-family: var(--SFontE);margin-right: 4px;letter-spacing: .5px;font-weight: 500;font-size: 13px;}
.footer_info li p{padding: 0;}
.footer_info li p+p{margin-left: 0;}

.footer_info li p.phone:before{content: '闆娘手機：';}

.footer_info li p.phone {order: 1;}
.footer_info li p.tel {order: 2;}
.footer_info li p.line {order: 3;}
.footer_info li p.mail {order: 4;}
.footer_info li p.add {order: 5;}
.footer_info li p a:hover {color: #A88965;}




.footer_info li:nth-child(2) {
padding: 0;
border-top: 1px solid #06040499;
border-bottom: 1px solid #06040499;
width: fit-content;
margin: 10px auto;
display: none;
}
.footer_menu {
font-size: 0;
width: fit-content;
display: flex;
justify-content: center;
margin: auto;
padding: 5px 0;
}
.footer_menu a {       
line-height: 2.4;
-webkit-transition: linear 0.2s, opacity 0.8s linear 0.2s;
transition: all 0.3s linear;
color: #2f2f2f;
}

.footer_menu a:first-child{display: none;}
.footer_menu a:hover {background: transparent;}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    text-align: center;
    padding: 10px 0;
    border-top: 0;
    align-items: center;
    color: #bfa885;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    justify-content: center;
    font-family: var(--SFontEN);
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #9b2e22;
}
.copy a {color: #bfa885;} 
.privacyLinks a+a {
    border-left: 1px solid #bfa885;
}
.copy a:hover {color: #e7decf;}

/* 浮動按鈕 */

/* 置頂錨點按鈕 */
#to_top {width: 35px;height: 35px;background: #bbb;color: #fff;border-radius: 100%;margin: 0 auto;/* transform: rotate(180deg); */font-size: 0;background: #bb977c;color: #fff;opacity: .7;border-radius: 0;transition: .3s ease;box-shadow: none;padding: 10px;bottom: 50px;}
#to_top:hover {
opacity: 1;
}
#to_top i.top {
margin: 3px auto 0;
width: fit-content;
height: auto;
}
#to_top i:before, #to_top i:after {
background: #fff;
}
#to_top i.top:before, #to_top i.top:after {
height: 10px;
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}
.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}
.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}
.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}


/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
#content_main, #content {margin: 0;background: transparent;padding: 80px 0;background-repeat: repeat;padding: 0;z-index: 1;background: url(https://pic03.eapple.com.tw/weihaoxiang/I_bg.jpg) repeat;}
.bannerindex {position: relative;height: auto;/* min-height: 90vh; */}



/* 大圖尺寸 */
.bannerindex .swiper-banner {
position: static;
margin: 0;
height: auto;
}
/* .bannerindex .swiper-wrapper {height: 90vh;} */
.bannerindex .swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
/* 大圖切換閃爍-opacity */
opacity: unset !important;
width: auto;
object-fit: contain;
height: 100%;
object-fit: cover;
width: 100%;
height: 100%;
max-width: 100%;
}







/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
    display: none;
}
/* 大圖點點按鈕END */


.swiper-slide img { height:auto;}
/* 大圖進場 */
.bannerindex .swiper-wrapper:before, .bannerindex .swiper-wrapper:after {
    content: "";
    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;    
    display: block;
}

/* banner01 */
.bannerindex .swiper-banner .swiper-slide::before {}
.bannerindex .swiper-banner .swiper-slide:after {}






/* 動畫 */
/* .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
animation: NfadeInUp .8s ease-in-out forwards;
} */












@media screen and (max-width: 1500px) {
/* = = 大圖 = = */

}
@media screen and (max-width: 1200px) {
/* = = 大圖 = = */

}
@media screen and (max-width: 1024px) {
/* = = 大圖 = = */

}
/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* = = 大圖 = = */

}

@media screen and (max-width: 660px) {
/* = = 大圖 = = */ 

}

@media screen and (max-width: 480px) {
/* = = 大圖 = = */ 

}



/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {
padding: 0 10px;
border-bottom: 1px solid #e5e5e5;
background-color: #fff;
margin-bottom: 50px;
padding: 20px 0;
text-align: center;
display: none;
}
.path p, .path p a {
text-align: right;
line-height: 24px;
font-size: 13px;
color: var(--SubColor6);
text-align: center;
display: inline-block;
font-size: 14px;
line-height: 1;
letter-spacing: 0.5px;
font-family: var(--SFontE);
}
.path p a {
color: #666;
transition: .3s;
}
.path p a:hover {
color: #666;
font-weight: 700;
}




/* main */
div#page{background-size: auto;position: relative;background: url(http://g-marchen.com/wp/wp-content/themes/marchen/images/bg.png) center top repeat;}

.edit_part{
padding: 0;
min-height: 1000px;
/* 暫時 */
}
.main_part {width: 100%;max-width: 1400px;margin: auto;padding: 100px 20px;padding-bottom: 80px;}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFontE);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.subalbum-menu {
    margin: 0;
    padding: 0;
}

.edit {
    color: #262626;
    margin: auto;
    padding: 20px 0 60px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-weight: 400;
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    background: #e9e9e9;
    width: 100%;
    background-size: cover;
    background-position: 0 100%;
    position: relative;
    font-family: var(--SFontEN);
    aspect-ratio: 128/24;
    max-height: 400px;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background: url(https://pic03.eapple.com.tw/weihaoxiang/banA.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.banner h5 {
    color: #fff;
    font-size: var(--f40);
    letter-spacing: 2.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    gap: 1px;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding-top: 20px;
    position: relative;
}
.banner h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 11px);
    width: 22px;
    height: 2px;
    background-color: #fff;
}
.banner h5::after {
    content: 'Latest News';
    display: block;
    position: relative;
    font-size: var(--f20);
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1.5;
}




.banner.banA {}
.banner.banB {}
.banner.banD {}
.banner.banE {}
.banner.banE h5::after {content: 'Trust & Quality';}
.banner.banF h5::after {content: 'Product';}
.car_page .banner.banF h5::after {content: 'Product Info';}
.car_page .banner.banF::before {background: url(https://pic03.eapple.com.tw/weihaoxiang/banB.jpg) no-repeat;
    background-size: 120%;
    background-position: 100% 100%;}

.banner.banblog {}






@keyframes SlideUp {
0% {    opacity: 0;   -webkit-transform: translateY(30px);   transform: translateY(30px);    }
100% {  opacity: 1;   -webkit-transform: translateY(0);    transform: translateY(0);    }
}




/* = = = RWD分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/

@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

}

/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {backdrop-filter: blur(5px);/* border-bottom: 1px solid #ffffff9e; */}
.header_area.sticky .main_header_area{backdrop-filter: none;border: 0;}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}

/* logo*/
.nav-header {max-width: 160px;padding: 10px 0 5px;margin: auto;}
.sticky .nav-header {max-width: 150px;padding: 0;}


/* 導覽列 */
.pageIndex .stellarnav, .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {}    
.stellarnav > ul > li > a {letter-spacing: .25px;margin: 0;font-size: 14px;}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {padding: 0 20px;}
.stellarnav>ul>li:after {height: 3px;top: 100%;bottom: 0;transform: translate(-50%, 0);}
.stellarnav > ul > li > a:not(.dd-toggle):before {width: 18px;}


/* 內頁BN */
.banner {/* aspect-ratio: 16 / 6; */}
.banner h5::before {font-size: 16px;}
}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* BN= */
.bannerindex {position: relative;margin: 0;padding: 0;}

/* logo*/    
.nav-header {width: 100%;position: relative;margin: 0 auto;margin-left: 0;left: unset;top: unset;transform: unset;max-width: 100px;padding: 0px;top: 5px;}
.header_area .nav-brand {margin: 0;}
.nav-brand img { }
.sticky .nav-header {max-width: 110px;padding: 5px;top: 5px;}




/* = = header = = */
.header_area {height: 70px;}
.header_area .main_header_area {padding: 0;border: 0;backdrop-filter: none;height: 100%;}
.main_header_area .container {padding: 0;}

.navigation {display: flex;justify-content: space-between;flex-direction: row;padding: 0;}



/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: 0;left: unset;}
.stellarnav.mobile .menu-toggle {
display: flex;
margin: 0;
padding: 0;
flex-direction: column;
align-items: center;
width: 60px;
aspect-ratio: 1 / 1;
height: auto;
justify-content: center;
top: 2px;
position: relative;
}


/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;font-size: 11px;color: #362209;transform: scale(1);font-family: var(--SFontEN);letter-spacing: .5px;padding-top: 6px;font-weight: 700;transition: .4s;display: none;}
.stellarnav .menu-toggle:hover:after {color: #333;}
.stellarnav .menu-toggle span.bars {display: flex;gap: 6px;margin: 0;flex-direction: column;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 2px;border-radius: 0;background: #111;margin: 0;background: #362209;height: 2px;}
.sticky .stellarnav .menu-toggle span.bars span {background: #222;}
/* 黑色遮罩 */
.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;
        right: -100vw;
        overflow: hidden;
        transition: all .5s ease;
        overflow-y: auto;
        margin: 0;
        background-color: #fff;
        background: url(https://pic03.eapple.com.tw/weihaoxiang/In_bg.jpg) repeat;
        background-size: 100px;
    }
/*卷軸*/
.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: 100%;width: 70%;margin: 0;border: 0;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
display: inline-block;
height: 70px;
padding: 20px 0;
margin: 0;
background: #fff;
text-transform: capitalize;
content: 'Menu';
font-size: 0;
color: #000;
transform: scale(1);
font-family: var(--SFontEN);
letter-spacing: .5px;
width: 100%;
text-align: right;
display: flex;
flex-direction: row-reverse;
background: url(https://pic03.eapple.com.tw/weihaoxiang/nav_bg2.jpg) repeat center top;
background-size: cover;
align-items: center;
}
.stellarnav .icon-close {box-sizing: border-box;width: 30px;height: 12px;position: relative;display: inline-block;margin: 0 5px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 21px;height: 0px;border-bottom: solid 2px #000;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */
.stellarnav > ul > li:not(:last-child):before {content: none;}
.stellarnav.mobile > ul > li {padding: 4px 0;display: block;/* border-bottom: 1px solid #e7f6ff; */display: flex;flex-direction: column;width: 100%;}
.stellarnav.mobile li.open {background: #fff;padding: 0;padding-bottom: 5px;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 150%;display: block;color: #333;font-size: 15px;letter-spacing: 1px;padding: 15px 20px;border: 0;}
.stellarnav.mobile li.open > a {border: 0;}    
.stellarnav > ul > li > a:not(.dd-toggle):before{left: 10px;top: 17px;}

/* +符號修改 = = */
.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 {transform: translateY(10px) scaleY(-1);}

/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {width: calc(100% - 10px);margin: auto;left: unset;box-shadow: none;transform: unset;}
.stellarnav li li {font-family: var(--SFont);font-size: 14px;color: #454545;letter-spacing: .5px;}
.stellarnav li li a {color: #454545;}
.stellarnav.mobile li li.has-sub a {padding: 10px 30px 10px 20px;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #ccc;top: 0%;}
.stellarnav.mobile ul li:hover > a {opacity: 1;transition: all 0.3s ease-in-out;background: transparent;color: unset;}
.stellarnav.mobile ul ul>li>a:hover{color: var(--MainColor);}

/* 第三層 */
.stellarnav.mobile li.open li.open {background: #fbfbfb;}
.stellarnav li li li a{font-size: 14px;}


/* 內頁BN */
.banner {}
.banner h5::before {font-size: 14px;}
.contact_page .banner.banC h5::after {font-size: 12px;line-height: 1.2;letter-spacing: 1.5px;margin-top: 20px;}
}




/* @660上方區域_平板版面660px */
@media screen and (max-width: 600px) {
/* header */
.header_area {height: 60px;}
/* logo */
.nav-header {max-width: 85px;}
.header_area .nav-brand {margin: 0;}
.sticky .nav-header {max-width: 95px;padding: 2px;}


/* 導覽列 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {height: 60px;}
.stellarnav.mobile .menu-toggle {top: -3px;}
/* 導覽列展開 */
.stellarnav.mobile.left.active > ul {width: 100%;max-width: 320px;}
.stellarnav.mobile.left > ul {padding: 0;}


/* 內頁BN */
.banner {aspect-ratio: 16 / 8;}
.banner h5::before {font-size: 12px;font-weight: 500;}
.banner h5 {font-size: 26px;}
}

@media screen and (max-width: 480px) {
/* 內頁BN */
.banner {}
.banner h5 {font-size: 22px;}
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 -ON= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list, .product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product_menu_list>h5 {
color: var(--SubColor);
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    font-family: var(--SFontEN);
    padding: 10px 5px 0;
    border-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: var(--f20);
}


.product_page .product_menu_list ul {border-top: rgb(193 172 138 / 30%) 1px solid;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product-layer-two li:hover > a {color: var(--MainColor);
    border-bottom-color: #b39797;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list, .product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

.products-list .pic {    aspect-ratio: 2 / 2.5; border-radius: 8px;}
.products-list .pic img {
    transform: scale(1);
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.products-list .item a {padding: 0;}
.products-list .item a:hover img {
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: scale(1.1);
}

/*顏色*/
.products-list .more {border: 2px solid #c7b08c;background: #cdb795;color: #FFF;font-family: var(--SFontC);font-weight: 500;letter-spacing: 1px;position: relative;}
.products-list .more:before {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    background: transparent;
    z-index: 1;
    position: absolute;
    border: .5px solid rgb(255 255 255 / 50%)
}
.products-list .item a:hover .more {background: var(--MainColor);border-color: var(--MainColor);}
.products-list .price b.ori_price {    color: var(--SubColor04);}
.products-list .price b {margin: 0;color: var(--MainColor);text-align: center;line-height: 1.4;}
.products-list .name {
    color: #252a2c;
    text-align: center;
    font-family: var(--SFontC);
    font-weight: 500;
    font-size: var(--f16);
}

/*購物車 = =*/
.stepImg {filter: grayscale(1);}
.car_page .information_left { display: block;}
body.car_page .footer_info li p:before{position: initial;display: inline;}

.separate_title {color: #333;background: #FBF9F6 url(https://pic03.eapple.com.tw/weihaoxiang/separateTitleV1.png) left center no-repeat;}
.declaration { background: #e8e0d2;}


.shopping-cart .cart_head {    background: var(--MainColor);}
.total_amount .rewrite_simple, .total_amount .send_simple {transition: .3s; font-size: 17px;letter-spacing: 1px;}
.rewrite_simple {background: #b29878 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {background: #6e594a url(../images/simple_right.png) 88% center no-repeat;}
.rewrite_simple:hover, .send_simple:hover {background-color: var(--MainColor);}

/*首頁*/
.pageIndex .productsListBox {    max-width: 1200px;}
.i_prod_tit span, .i_video_tit span {color: var(--MainColor);font-weight: 500;font-size: var(--f24);}
.prod_part {    padding: 80px 20px;}
.i_prod_tit span:before {content: "PRODUCT";display: block;color: var(--SubColor06);font-family: var(--SFontEN);}


.product-layer-two > li {border-bottom: none;padding-bottom: 0;}
.product-layer-two li a {background: transparent;font-family: var(--SFontC);
border: none;border-bottom: 1px solid var(--SubColor2);display: block;padding: 10px;
transition: .3s ease;font-size: 15px;color: #010101;border-bottom: rgb(193 172 138 / 30%) 1px solid;}
.product-layer-two li.active a {font-weight: 500;color: var(--MainColor);border: 0;background: var(--SubColor2);}
.pageIndex .products-list .item:not(:nth-child(-n+8)) {display: none;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.sidebarBtn .price span {    color: var(--SubColor04);}
.sidebarBtn .sp_price {    color: var(--SubColor) !important;}
.pd_tabInner_contain {    line-height: 200%;}

.pd_tabTitle li {    
    border-bottom: 1px solid #b2a79e4d;}
/* .pd_tabTitle li a {
    color: var(--MainColor);
    font-size: var(--f20);
    font-weight: 400;
} */
.pd_tabTitle li.activeTab a {
    color: inherit;
    background-color: #d4c2a62b;
    color: #6e594a;
    font-family: var(--SFontC);
    font-weight: 600;
    font-size: var(--f20);
    letter-spacing: 1px;
}
.pd_tabTitle li.activeTab::after {    background: transparent;}


/* 左側輪播商品 */
.product_main {
    padding: 0 20px;
    display: inline-block;
    width: 68%;
    vertical-align: top;
}
/*右側商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn {
    border: none;
    font-family: var(--SFontC);
    padding: 20px;
    width: 30%;
}
.sidebarBtn h2 {
    color: var(--MainColor);
    font-weight: 600;
    font-size: var(--f28);
}
.sidebarBtn .price {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 0;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    font-size: var(--f24);
    font-weight: 400;
}
.sidebarBtn .price span {
    color: var(--SubColor);
    font-size: var(--f20);
}
.product_info li .txt_box {
    padding-top: 5px;
    color: #444;
    line-height: 1.5;
    font-size: 15px;
    width: 100%;
    font-family: var(--SFont);
}
.radio-inline__label {
    border: 1px solid #d9c9b0;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #d4c1a6;
    border: 1px solid #d9c9b0;
    color: #59402e;
}
.toShare {
    border-top: 1px dashed #ccc;
    font-size: 12px;
    color: #888;
    margin-top: 25px;
    padding-top: 20px;
    font-family: var(--SFont);
    display: flex;
    align-items: center;
}
.toShare b {
    font-weight: 400;}
    .toShare a object {width: 22px;aspect-ratio: 1/1;}

/*按鈕顏色*/
.inquiry_a1{background: var(--MainColor);}
.inquiry_a2{background: var(--MainColor);}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: var(--SubColor);}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}






/*相關推薦*/
.prod_related {
padding: 80px 20px;
background: transparent;
/* background: url(https://pic03.eapple.com.tw/weihaoxiang/pro_bg.png) center top repeat; */
position: relative;
z-index: 0;
}
.prod_related:before {
    content: '';
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;left: 0;
    position: absolute;
    background: url(https://pic03.eapple.com.tw/weihaoxiang/pro_bg.png) center top repeat;
    opacity: 0.4;
}
.product_info_page .footer:before {
    background-image: url(https://pic03.eapple.com.tw/weihaoxiang/FTpro_top.png);
    opacity: 0.2;
}
.prod_related h6 {    margin-bottom: 40px;}
.prod_related h6 span:before {
    letter-spacing: 1px;
    color: #534439;
    font-weight: 500;
    font-family: var(--SFontC);
    font-size: var(--f28);
}

.related_list li a {
    padding: 0;
    background: transparent;
    position: relative;
    font-size: 0;
}
.related_list li a:before {
    content: 'VIEW MORE';
    display: block;
    position: absolute;
    width: 100%;
    height: fit-content;
    z-index: 1;
    overflow: hidden;
    font-family: var(--SFontEN);
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    bottom: 45px;
        background: #96281d;
    color: #FFF;
    transition: .3s ease-out;
    font-size: 12px;
    padding: 10px;
    transform: scale(1, 0);
    transform-origin: 0 100%;
    opacity: 0;
}
.related_list li a:hover:before {
    opacity: 1;
    transform: scale(1, 1);
}
.related_list li a {
    background: transparent;
}
.related_list li a img {
    /* border-radius: 8px; */
        max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: relative;
    transition: .3s ease-in-out;
}
.related_list li a:hover img {
    filter: grayscale(0) brightness(1);
    opacity: .8;
}

.related_list li a p {
    color: var(--SubColor);
    text-align: left;
    letter-spacing: .5px;
    padding: 8px 0;
    text-align: center;
}


.lastPage:hover {opacity: 0.6;}
.prod_related_b_box {
    margin: 20px auto;
    margin-top: 60px;
    text-align: center;
}
.lastPage {
font-family: var(--SFontC);
    background: transparent;
    opacity: 1;
    transition: all .3s;
    margin: auto;
    position: relative;
    display: inline-block;
    min-width: 195px;
    padding: 0;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    letter-spacing: 1.5px;
}
.lastPage:before {
content: '';
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;    
background-image: url(https://pic03.eapple.com.tw/weihaoxiang/btnL2.png), url(https://pic03.eapple.com.tw/weihaoxiang/btnR2.png);
background-position: left top, right top;
background-repeat: no-repeat;
}
/* .product_info_page .lastPage:before {background-image: url(https://pic03.eapple.com.tw/weihaoxiang/btnL1.png), url(https://pic03.eapple.com.tw/weihaoxiang/btnR1.png);background-position: left top, right top;background-repeat: no-repeat;  } */
.lastPage:after {
content: '';
content: "";
position: absolute;
left: 15px;
width: calc(100% - 30px);
height: 100%;
background-image: url(https://pic03.eapple.com.tw/weihaoxiang/btnLine2.png);
background-repeat: repeat-x;
}
/* .product_info_page .lastPage:after {background-image: url(https://pic03.eapple.com.tw/weihaoxiang/btnLine1.png);background-repeat: repeat-x;} */


/*購物車-小工匠商品資訊表格調整*/
body.product_info_page .prod_tabs tbody {
line-height: 150%;
}
body.product_info_page .prod_tabs table {
width: 100% !important;
}
body.product_info_page .prod_tabs th, body.product_info_page .prod_tabs td {
padding: 10px;
}
body.product_info_page .prod_tabs td:nth-child(1) {
width: 120px;
text-align: center;
max-width: 100%;
}

body.product_info_page .prod_tabs th:nth-child(2) {text-align: left;}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}

@media screen and (min-width: 768px) {
/* 商品分類展開 */
.product_page .product_menu_list>h5 {display: block;}
.product_menu_list>h5 a {pointer-events: none;}
.product_menu_list>h5 a i {opacity: 0;}
}

@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.product_page .product_menu_list>h5 {
    display: block;
    color: var(--MainColor);
    font-weight: 500;
    font-size: var(--f28);
}
.openNext a.pd_menu_toggle i::before {    color: var(--MainColor);}
.product_page .product-layer-two, .product_page .products-list, .pageIndex .products-list {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 600px) {
    .payment_form {    flex-direction: column;}
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 -ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    font-family: var(--SFontC);
    justify-content: space-between;
    flex-wrap: wrap;
    gap: unset;
    width: 100%;
    padding-top: 40px;
}

/* 左側分類欄位 */
.blog_le {
    padding: 0;
    position: relative;
    letter-spacing: 1px;
    float: left;
    box-sizing: border-box;
    width: 20%;
    width: 220px;
    padding-right: 25px;
}
h5.blog_le_t {margin-bottom: 10px;text-align: left;line-height: 28px;letter-spacing: 1px;font-weight: bold;padding: 0;position: relative;border-bottom: 0;font-size: 0;}
h5.blog_le_t em {
    color: var(--SubColor);
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: var(--SFontEN);
    padding: 10px 5px 0;
    text-align: center;
    border-bottom: 0;
    font-size: var(--f20);
}

h5.blog_le_t span {display: none;}
.blog_search {position: relative;margin-bottom: 10px;opacity: .8;}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #000;
    border: 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 10px 40px 10px 10px;
}
.blog_search input[type=submit] {background: transparent;}
.blog_search form:after {
    background: transparent;
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 40px;
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    height: 38px;
    align-items: center;
    justify-content: center;
}
/* 分類列 */
.blog_le .accordion {border-radius: 0;border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;}
.blog_le .accordion li {transition: .3s ease-out;}
.blog_le .accordion li {
    transition: .3s ease-out;    
    border-bottom: 0;
}
.blog_le .accordion li li {
    margin-bottom: 1px;
    border: 0;
}
.accordion li+li .link {border: 0;border-top: rgb(193 172 138 / 30%) 1px solid;}
/* .accordion li .link, .accordion li+li .link {border: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);} */
.accordion li .link a {
text-align: left;
    margin: 0;
    /* border: none; */
    background: transparent;
    /* transition: all 0.3s; */
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .8px;
    padding: 15px 10px;
    position: relative;
    /* color: #000; */
    font-family: var(--SFontC);
    border: none;
    /* border-bottom: 1px solid var(--SubColor2); */
    display: block;
    transition: .3s ease;
    color: #010101;
    font-weight: 400;
}
.fa-chevron-down::before, .fa-chevron-down::after {content: "";width: 13px;height: 1px;background-color: #999999;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-chevron-down::after {transform: translateY(-50%) rotate(90deg);}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '';}
.blog_le .accordion li.open i.fa-chevron-down::after {transform: translateY(-50%) rotate(0);}

/* .link a {color:#000 !important;} */
.blog_le .accordion > li.on_this_category{background: transparent !important;}
/* .blog_le .accordion > li.on_this_category:hover .link a */
.blog_le .accordion > li:hover .link a{color:#000 !important;}
.blog_le .accordion > li.open { background: transparent;}
.blog_le .accordion > li.open > .link a{ background: #F3F9FC;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li:hover .link a {
    background: rgb(193 172 138 / 80%);
}
.blog_le .accordion > li.on_this_category .link a {color: #ffffff !important;background: rgb(193 172 138 / 80%);border-radius: 0;}
.blog_in_page .blog_le .accordion > li.on_this_category .link a {
    /* color: #fff !important; */
    /* background: #246aaa; */
    /* color: #ffffff !important; */
    /* background: rgb(193 172 138 / 80%); */
}

/* 子分類 */
.submenu {background: transparent;}
.submenu a {color: #ccc;transition: all 0.4s ease;line-height: 1.3;background: #4444444d;}
.submenu a:hover {background: #4444444d;color: #000;}
.submenu a .fa-circle-chevron-right::before {font-size: 11px;padding: 3px;line-height: 1.5;}




/* 右側圖文區 */
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 220px - 1%);}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;display: none;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;gap: 0;flex-wrap: wrap;gap: 0;}
.subbox_item {position: relative;border-radius: 0;overflow: unset;transition: .3s 
ease-out;border: 0;height: fit-content;width: 100%;margin: 0;background: transparent;padding: 0;/* border-radius: 5px; */height: 100%;margin-bottom: 0;}
.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 85%;
    background-color: #d8c1af;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d8c1af;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.module_i_news li:before, .subbox_item:before {
    left: -1px;
}
.module_i_news li:after, .subbox_item:after {
    right: 0;
}

.subbox_item a .blog_list_le:before {
content: 'MORE';
    font-size: 14px;
    letter-spacing: 1px;
    top: 0;
    right: 0;
    background: #96281d;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    transform: translate(50px, -40px);
    transition: transform 0.6s;
    position: absolute;
    z-index: 10;
    opacity: 0;
    font-family: var(--SFontEN);
}
.subbox_item:hover .blog_list_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
/* .subbox_item a:hover .blog_list_le:before, .subbox_item a:hover .blog_list_le:after {    opacity: 1;} */

.subbox_item:hover {
    background-color: #c7ac88;
    background-image: url(https://pic03.eapple.com.tw/weihaoxiang/news_bg.png);
    transition: all 0.3s ease-in-out;
}
.subbox_item a {grid-template-columns: 1fr;gap: unset;height: 100%;padding: 0;display: flex;overflow: unset;flex-wrap: wrap;align-items: flex-start;align-content: flex-start; padding: 10% 10% 5% 10%;}
.subbox_item a:hover:before {content: none;}






/* 圖 */
.blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    background-color: transparent;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
}



.subbox_item a:hover .blog_list_le:after {opacity: .8;transform: translate(-50%, -50%);}
.blog_list_le img {width: 100%;transition: .8s ease;opacity: .8;}
.subbox_item a:hover img {z-index: 1;opacity: 1;transform: scale(1.08);}
/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: flex-start;max-width: 600px;margin: 0 auto;padding: 15px 35px;padding: 0;width: 100%;margin: 0;padding: 15px 0;}
.blog_list_ri h5 {
    font-size: var(--f20);
    text-align: left;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #96281d;
    transition: all 0.4s ease;
}
.subbox_item a:hover h5 {
    color: #FFF;
}
.subbox_item a:hover em, .subbox_item a:hover p {color: #fff;}
.blog_list_ri em {
    margin: 0;
    padding: 0;
    font-family: var(--SFontE);
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
    color: #afafaf;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    opacity: .8;
}
.blog_list_ri p {
    line-height: 1.7;
    margin: 0;
    -webkit-line-clamp: 3;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #454545;
    transition: all 0.4s ease;
}



/*文章內層/ = = = = */
.blog_in_page .blog_box {padding-top: 0;}
.blog_in_page h5.blog_le_t em {
    /* color: transparent; */
}
.blog_in_page .blog_ri {
    background: #ffffff;
    padding: 20px 40px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1px;
    font-size: var(--f24);
    display: block;
    text-align: left;
    border-bottom: 1px dashed #969ca74d;
    color: #232323;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 20px 0;
    line-height: 1.7;
}



/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {background: transparent;}
.blog_box_edit * {line-height: 1.7;}
.articel_mainPic {    /* display: none; */
    padding-top: 20px;;}
.blog_box_edit ol {padding-left: 25px;}

/*文章-相關推薦*/
.news_related {
display: none;
}
.news_related, .prod_related {
font-family: var(--SFont);
background: transparent;
margin: auto;
}


/* 上下篇按鈕 */
.blog_back * {transition: all .3s;}
.blog_back {
text-align: center;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 0;
width: 100%;
padding: 60px 0 20px;
}
.blog_back a.article_btn_back{background: #6e594a;font-size: 14px;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {background: #b29979;font-size: 14px;}
.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover ,.blog_back a.article_btn_next:hover {background: #96281D;}


@media screen and (max-width: 1300px) {
/* 外 */
.blog_box {padding-top: 20px;width: 96%;}
.blog_le {padding-right: 40px;min-width: 240px;}
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 240px - 1%);}
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));}
/* 內 */
.blog_back {width: calc(100% - 240px - 1%);}
}

@media screen and (max-width: 1024px) {
/* 外層 */
.blog_box {padding: 0 20px;width: 100%;}
.blog_le {width: 100%; margin-bottom: 40px;padding: 0;}
h5.blog_le_t {display: none;}
.blog_le .accordion {grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));display: none;}
.blog_le .accordion li {border: 1px solid #C8D6DE;}

.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.blog_ri {width: 100%;padding: 0;}
.blog_list_le {border-radius: 10px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: var(--f22);}
.blog_list_ri p {font-size: 14px;}

/* 內 */
.blog_back {width: 100%;}
}


@media screen and (max-width: 768px) {
/* 外層 */
.blog_le {margin-bottom: 20px;}
.blog_list_ri p {font-size: 13px;}
.subbox_item a .blog_list_le::before, .subbox_item a:hover .blog_list_le::before {letter-spacing: 1px;font-size: 14px;padding: 6px 15px;}
/* 內 */
.blog_in_page .blog_ri {padding: 20px 30px;}
}

@media screen and (max-width: 600px) {
/* 外層 */
.subbox_item a {flex-direction: column;gap: 10px;}
.blog_list_le, .blog_list_ri {margin: 0 auto;max-width: 500px;}
/* 內 */
.blog_in_page .blog_ri {padding: 20px;}
.blog_in_page h4.blog_category_title {letter-spacing: .5px;font-size: var(--f24);padding: 10px 0;line-height: 1.6;margin-bottom: 10px;}

/* .blog_box_edit ol {padding-left: 25px;} */
}

@media screen and (max-width: 480px) {
.blog_subbox {grid-template-columns: 1fr;}
.blog_list_ri em {order: 1;font-size: 13px;margin: 0;}
.blog_ri {padding: 0 10px;}
.subbox_item a {flex-direction: column;gap: 0;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {}

/* 內頁 */
/* 標 */
.promotion_title {}
.promotion_title * {}
.promotion_title span {}
.promotion_title em {}
.promotion_title h2 {}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相簿管理 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .show_pic {aspect-ratio: 3 / 2;border-radius: 10px;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .8s;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}







/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*分類頁面-ON*/
.overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: rgb(168 137 101 / 80%);
    z-index: 1;
}
.show-list {grid-template-columns: repeat(3, 1fr);grid-gap: 40px 20px;}
.show-list .show_pic {z-index: 0;}
.show-list .item a {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.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;
}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .4s;transition-delay: .3s;z-index: 100;}
.show-list .show_name {
    color: #2A2A2A;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    font-size: 16px;
    margin-top: 15px;
}
.show-list .item:hover .show_name {
    color: var(--MainColor);
}



/*相簿頁面*/
.other_album {display: none;}
.album_class_page .show-list .item a:before {
        content: '\f002';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -11px;
    margin-top: -12px;
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: all .5s 
ease-out;
}
.album_class_page .show-list .item a:hover:before{
transform: translate(0);
opacity: 1;
transition-delay: .5s;
}

.album_class_page .overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(85 85 85 / 60%);content: '';position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.4) 100%);pointer-events: none;opacity: 0;transition: all .4s ease-out;}

.subalbum-menu{padding: 0;}
.subalbum-menu h2 {
    background: transparent;
    padding: 0;
    line-height: 1.2;
    border-radius: 5px;
    position: relative;
    color: #444;
    opacity: 1;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.12em;
}
.other_subalbum li a p {
    background: transparent;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    letter-spacing: .08em;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}


/*相本內頁*/
.album_info_page{}
/* 相簿內標 */
.album_descrip {
    line-height: 1.6;
    opacity: 1;
    position: relative;
}
.album_descrip p {
color: #444;
    opacity: 1;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.12em;
}

/*相簿瀑布流 -OFF*/
.album_info_page .pic-list {    
    /* display: block; */
    /* grid-template-columns: unset; */
    /* grid-gap: unset; */
    -moz-column-gap: 10px;
    /* -webkit-column-count: 3; */
    /* -webkit-column-gap: 10px; */
    column-count: 3;
    /* column-gap: 15px; */
    width: 100%;
    margin: 0 auto;
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */
    /* grid-gap: 10px; */
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 15px;
}
.album_info_page .pic-list .item a {
    display: block;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 1px 2px #00000008;
}
.album_info_page .pic-list .item {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    height: fit-content;
}
.album_info_page .pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: auto;
aspect-ratio: 392 / 277;
}
.pic-list .item h6 {padding: 0;}
.pic-list .show_pic img { transition: all 0.4s ease;}
.pic-list .show_pic:hover img { opacity: 0.5;}



/* = = = 相簿首頁 = = = = = = */
.module_i_album {padding: 100px 20px 20px;font-family: var(--SFontE);}
/* 標 */
.module_i_album .title_i_box {text-align: center;margin: auto;}
.module_i_album .title_i_box h4 {color: #2A2A2A;font-size: var(--f40);line-height: 1.2;font-weight: 600;padding-top: 10px;
letter-spacing: 2px;}
.module_i_album .title_i_box h6::before {content: 'CASE';display: block;position: relative;color: #1A69AD;font-size: var(--f18);letter-spacing: 1px;font-weight: 700;}
/* 圖 */
.i_album_list_box {padding: 60px 0;}
.i_album_list {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 20px;}
.i_album_list li {border-radius: 10px;overflow: hidden;}
.i_album_list li a p {width: 100%;height: 2em;position: absolute;left: 0;bottom: 0;background: transparent;background-image: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);text-align: center;display: flex;justify-content: center;align-items: center;align-content: center;color: #fff;overflow: hidden;padding: 15px;text-overflow: ellipsis;white-space: nowrap;min-height: fit-content;transition: all .5s;}
.i_album_list li:hover a p {background-image: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 0%) 100%);}
.i_album_list li a p span {letter-spacing: 2px;text-shadow: 0 0 10px rgb(0 0 0 / 50%);}
/* BTN */
.module_i_album a.animated-arrow{
display: flex;
height: 50px;
line-height: 50px;
overflow: hidden;
position: relative;
text-align: center;
max-width: 200px;
width: 100%;
min-height: 50px;
border-radius: 25px;
font-weight: 500;
padding: 5px 35px;
color: #fff;
-webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
background-image: linear-gradient(250deg, #33A4E0 0%, rgba(79, 128, 202, 0) 100%);
background-color: #056BB8;
margin: 0 0 40px;
align-items: center;
justify-content: space-between;
font-family: var(--SFontEN);
}
.module_i_album a.animated-arrow b {font-weight: 500;letter-spacing: .08em;font-size: 15px;}
.i_album_b a i.fa-solid.fa-arrow-right {margin: 0;}
.i_album_b a:hover i.fa-solid.fa-arrow-right {margin-right: -10px;}



@media screen and (max-width: 1024px){
/* 首頁 */
.module_i_album .title_i_box h4 {font-size: 36px;}
}

@media screen and (max-width: 1024px){
/*外*/
.show-list {grid-template-columns: repeat(2, 1fr);}
/* 首頁 */
.module_i_album .title_i_box h4 {font-size: 32px}
}

@media screen and (max-width: 768px){
/* 首頁 */
.module_i_album {
padding: 80px 25px 20px;}
.module_i_album .title_i_box h4 {font-size: 30px;}
.i_album_list {grid-template-columns: repeat(2, 1fr);grid-gap: 20px 15px;width: 96%;margin: auto;}
.i_album_list_box {padding: 40px 0 20px;}

}

@media screen and (max-width: 600px){
/* 首頁 */
.module_i_album .title_i_box h4 {font-size: 26px;}
.i_album_list {grid-template-columns: repeat(1, 1fr);grid-gap: 30px;width: 96%;padding: 0 10px;margin: auto;}
/*外*/
.show-list {grid-template-columns: repeat(1, 1fr);padding: 0 10px;}
}



@media screen and (max-width: 480px){
/* 首頁 */
.module_i_album a.animated-arrow {min-height: 44px;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -ON= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page div#page {    background: #DFF1F9;}
.contact_page #content:before {
content: '';
background: url(https://pic03.eapple.com.tw/ingenuity/cont_bg.png) no-repeat bottom right fixed;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
opacity: .4;
}

.contact_content {
padding: 0px 20px;
font-family: var(--SFontEN);
}
.contact_content form {
align-items: start;
display: grid;
grid-template-columns: 46% 54%;
}

/* 表單 */
.red {
color: #EA5C36;
}
.contact_content .information_right {
width: 100%;
background: #fff;
padding: 25px 50px;
border-radius: 15px;
box-shadow: 0 0 20px 2px rgb(182 213 227 / 50%);
}
.blank_letter {
padding-top: 20px;
font-family: var(--SFontEN);
font-size: var(--f24);
color: #2A2A2A;
font-weight: 600;
letter-spacing: 1px;
}
.contact_form {
margin-top: 20px;
margin-bottom: 20px;
font-size: 15px;
color: #444;
display: grid;
grid-template-columns: 1fr;
grid-gap: 15px;
}
.contact_form li {
display: grid;
grid-template-columns: 1fr;
grid-gap: 8px;
}
.contact_form li .form__label {
display: block;
max-width: fit-content;
text-align: left;
color: #2A2A2A;
letter-spacing: .5px;
font-weight: 500;
display: flex;
flex-direction: row-reverse;
background: transparent;
padding: 0;
}
.information_right .blank_letter {display: none;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
border: 0;
background: #f7f7f7;
padding: 10px 12px;
border-radius: 5px;
color: #737373;
caret-color: #1A69AD;
font-size: 14px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {font-size: 14px;letter-spacing: .5px;padding: 0 0 5px;}

/* BTN */
.contact_form li.last {gap: 15px;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 0;border-radius: 50px;border: 0;}
.contact_form li.last input {padding: 10px 0;line-height: 1.8;}
.contact_form li.last blockquote {color: #1A69AD;border: 1px solid #1A69AD;}
.contact_form li.last cite {background-image: linear-gradient(250deg, #33A4E0 0%, rgba(79, 128, 202, 0) 100%);background-color: #056BB8;color: #fff;}



/* 聯絡資訊 -edit */
.contact_content .information_left {width: 100%;padding: 0;padding: 40px 0;position: sticky;top: 100px;height: fit-content;}
.contact_content .information_left .blank_letter, .contact_content .information_left ul.list_before { display: none;}


@media screen and (max-width: 1024px) {
.contact_content {padding: 0;width: 90%;}
.contact_content form{grid-template-columns: 1fr;}
.contact_content .information_left{position: initial;padding-top: 0;}
}

@media screen and (max-width: 600px) {
.contact_content {padding: 0;width: 100%;}
.contact_content .information_right {border-radius: 10px;padding: 25px;}

}

@media screen and (max-width: 480px) {
.contact_page .main_part {padding: 60px 25px;}
.contact_form {margin-top: 10px;}
.contact_form li { grid-gap: 6px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {padding: 8px 12px;border-radius: 2px;}
.contact_form li.last {gap: 15px;margin-top: 30px;}
.contact_form li.last input {padding: 6px 0;line-height: 1.8;font-size: 14px;}
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@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) {
/* footer */
.footer_info {grid-template-columns: 1fr;text-align: center;position: relative;gap: unset;}
.footer_logo {position: relative;left: unset;width: 100%;max-width: 180px;font-size: 0;transform: unset;}
.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;}
.footer_info li:nth-child(2) {padding: 15px 0;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;}
.footer_menu a {font-size: 14px;padding: 0 10px;}
}


/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 共用 */
.main_part {
    padding: 80px 25px;
}


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none;}
.footer.with_shopping_mode {padding: 80px 0 0px;}
#to_top {left: 15px;bottom: 20px;transform: scale(.9);}
/* footer */
.footer_menu {display: flex;justify-content: center;margin-left: auto;flex-wrap: wrap;max-width: 500px;margin: auto;}
.footer_menu a {font-size: 14px;padding: 0 10px;width: 50%;text-align: center;}
.footer_menu a:nth-child(2n):after {content: none;}
.copy{font-size: 11px;}
}


@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 40px;}
.show_content {
padding: 0;
width: 100%;
}

.copy {font-size: 10px;}
}

@media screen and (max-width: 480px) {}