@charset "utf-8";
/* *************鴻億音樂****************** */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* "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');

/* 日文 */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


/* 英文粗字體 Libre Baskerville */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* 英文字體 Mulish */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');




/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #0009;#f6f5f5 */
  --MainColor: #bea976; /*網站主要色系*/
  --SubColor: #1a1819; /*網站文字色*/
  --SubColor1: #ffffffff; /*網站輔助色系1*/
  --SubColor2: #f6f7f9ff; /*網站輔助色系2*/
  --SubColor3: #cbc0a6; /*網站輔助色系3*/
  --SubColor4: #eee; /*網站輔助色系4*/  
  --SubColor5: #f8f4eb; /*網站輔助色系5*/ 
  --SubColor6: #f23a3cff; /*網站輔助色系6*/ 
  --SubColor7: #c9af87; /*網站輔助色系7*/ 
  --SubColor8: #bea976; /*網站輔助色系7*/ 
  --SFontE: "Mulish", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Libre Baskerville", "Noto Serif TC", sans-serif, system-ui;/*英文標字體*/  
  --SFontC: "Noto Serif TC", sans-serif;/*內文字體*/
  --SFontC: "Zen Old Mincho","Noto Serif TC", sans-serif;/*日文字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f56:56px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f56:48px;
  --f52:44px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f56:44px;
  --f52:40px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f56:36px;
  --f52:32px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:380px) {
:root{
  --f80:48px;
  --f56:32px;
  --f52:28px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection { background-color: #060303; color: #fff; }
::selection { background-color: #060303; color: #fff; } */



/*卷軸*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
width: 6px; /*右側捲軸寬度*/
height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {background: #eee; }
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {background: #888; }
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {background: #444; }




* {  font-family: var(--SFontE);letter-spacing: .06rem;}
/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* header */
.pageIndex .header_area {position: fixed;}
.header_area {padding: 0;position: fixed;}
.header_area {background: rgba(0, 0, 0, 0);transition: .3s ease;}
.header_area.sticky {background: rgba(0, 0, 0, 0.9);height: fit-content;}
.bodyDesktop .header_area.sticky {background: rgba(0, 0, 0, 0.8);backdrop-filter: blur(5px);}
.main_header_area .container {max-width: 1800px;width: 94%;}
/* 導覽列 */
.navigation {display: flex;align-items: center;font-size: 0;}



/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav, .stellarnav {}
.stellarnav, .stellarnav {}
/* 第一層 */
.stellarnav ul {}
.stellarnav > ul > li {padding: 0 4px;font-size: 0;}
.stellarnav > ul > li:before {content: "";width: 30px;height: 4px;background: var(--SubColor7);position: absolute;bottom: -23px;
left: 50%;transform: translateX(-50%);opacity: 0;transition: all .5s;}
.stellarnav > ul > li > a {
font-size: 15px;
letter-spacing: 1px;
font-weight: 500;
color: #fff;
min-width: 100px;
padding: 0;
margin: 0;
}

.stellarnav > ul > li:nth-last-child(1) > a {background: #a98e4e;text-align: center;padding: 0 25px;border-radius: 30px;box-shadow: inset 1px 1px 10px 1px #695223;}
.stellarnav > ul > li:nth-last-child(1):hover:before {opacity: 0;}
.stellarnav > ul > li:nth-last-child(1) > a b {color: #fff;}

/* 下拉符號 */
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #898989;content: none;}
.stellarnav > ul > li:hover:before {width: 90px;opacity: 1;}
.stellarnav > ul > li.has-sub:hover > a:after {border-top: 5px solid var(--SubColor7);}
.stellarnav > ul > li.has-sub > a {padding-right: 0;}
.stellarnav > ul > li:hover > a{color: var(--SubColor7);}
.stellarnav > ul > li > a b:last-child {font-size: 12px}


/* 第二層 */
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;border-bottom: 1px solid #424242;background: #252525;}
.stellarnav li.has-sub li a {font-size: 14px;padding: 15px;transition: all .5s;border: 0;line-height: 1;text-align: center;color: #fff;letter-spacing: 1px;}
.stellarnav li.has-sub li:last-child {border-bottom: none;}
.stellarnav li.has-sub li a:hover {background: var(--SubColor7);color: #fff;padding-left: 18px;}
.stellarnav li.has-sub li a:hover:after {border-left: 6px solid #fff;}

.stellarnav ul ul {min-width: 160px;width: fit-content;overflow: hidden; height: 0;visibility: hidden;}
.stellarnav > ul > li.drop-left > ul {right: unset;}


/* 第三層 */
.stellarnav ul ul ul {top: 0;left: 100%;margin: 0;transform: unset;}



.me_tp_features {display: none;}
/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.header_area * {transition: .4s ease;
}
.nav-header {max-width: 125px;padding-top: 5px;}
.header_area.sticky .nav-header {max-width: 80px;padding-top: 5px;}
.header_area .nav-brand {}
.nav-brand img {}

.sticky .nav-header {}
.sticky .nav-brand img {}






/*footer = = = = = = =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {
    background: #151515;
    padding: 60px 0 20px;
    background-size: cover;
}
.footer .center {
    position: relative;
    max-width: 1300px;
    max-width: 1600px;
    padding: 0 6vw;
}
.footer_info {
    max-width: 100%;
    margin: 0 auto;
    gap: 0 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;    
flex-wrap: wrap;
}

.footer_logo {
    max-width: 180px;
    margin: 0;
}
.footer_logo > a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 180;
    overflow: hidden;
}
.footer_logo > a img {
    /* display: none; */
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    height: 100%;
}


/* footer資訊*/
.footer_info ul {
    display: block;
    width: 100%;
    width: 350px;
}
.footer_info li p, .footer_info li p a {
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 2px;
    color: #bea976;
    transition: all .4s;
}
.footer_info li p {
    width: 100%;
    font-size: 13px;
    margin-bottom: 2px;
}
.footer_info li p:before {
    margin: 0 12px 0 0;
    padding-right: 8px;
    border-right: 1px solid #bea97699;
    transition: all .4s;
}
.footer_info li p:hover, .footer_info li p:hover a, .footer_info li p:hover:before {
    color: #fff;
    border-right-color: rgba(255, 255, 255, 0.6);
}
.footer_info li:nth-child(1) {
width: 100%;
padding: 10px 0;
display: inline-block;
vertical-align: middle;
display: flex;
flex-direction: column;
gap: 5px;
}

.footer_info li p.taxid {order: 1;}
.footer_info li p.taxid:before {content: '統編';}
.footer_info li p.tel{order: 2;}
.footer_info li p.tel:before, .footer_info li p.tel2:before {content: '電話';}
/* .footer_info li p.fax {order: 3;}
.footer_info li p.fax:before {content: '傳真號碼：';} */
.footer_info li p.line {order: 3;display: none;}
.footer_info li p.line:before {content: 'Line ID';}
.footer_info li p.add {order: 4;}
.footer_info li p.add:before {content: '地址';}
.footer_info li p.mail {order: 5;}
.footer_info li p.mail:before {content: '信箱';}


.footer_menu {border-top: 1px solid #333;padding-top: 15px; display: none;}
.footer_menu a {background: #111;border: none;color: var(--SubColor3);font-size: 12px;font-weight: 400;transition: all .5s;border-radius: 3px;padding: 6px 8px;}
.footer_menu a:first-child {display: none;}

/* -------------------------------------------------------------------------------------------------- */

.copy {
border-top: none;
font-size: 8px;
padding: 15px 3%;
margin-top: 10px;
}
.copy, .copy a {
color: #aaa;
letter-spacing: .5px;
}
.copy a {
    padding: 0 4px;
}
.copy a:hover {
    color: rgb(213 170 139 / 60%);
}
.privacyLinks a+a {
border-left: 1px solid #aaa;
border-left: 0;
}




/* 置頂按鈕 */
#to_top {
width: 60px;
height: 65px;
bottom: 40px;
box-shadow: none;
background: #f3f1ef;
font-size: 0;
padding-top: 0;
transition: 0.4s ease;
border-radius: 50%;
background: url(https://pic03.eapple.com.tw/hongyi2025/toTop.svg) center center / 100% 100% no-repeat;
position: fixed;
/* transform: translateX(50%); */
right: unset;
left: 20px;
opacity: 1;
}
#to_top:hover {
    opacity: 0.6;
}
#to_top i.top {display: none;}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過30個變大 【【  預設↓↓↓  】】 */
.stellarnav.desktop li.bigMenu>ul {display: grid;grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));left: 0;width: 100%;position: fixed;padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul {top: 100%;left: 0;width: 100%;background: #efefef;height: auto;max-height: 300px;overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li {margin: 0;}
.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {border-left: 6px solid transparent;border-bottom: unset;border-right: 6px solid transparent;border-top: 6px solid #898989;right: 5px;}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
.bannerindex {position: relative;height: auto;--swiper-pagination-color: #fff;padding: 0;}
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}
.swiper-slide img { height:auto;}


/* 大圖點點切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}
/* 大圖點點END */



/* 大圖進場-外層 */
.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;z-index: 2;}
/* banner01 */
.bannerindex .swiper-banner .swiper-slide:nth-child(1):before {    
    background: url(https://pic03.eapple.com.tw/hongyi2025/bnA_txt.png);
    display: block;
    position: absolute;
    bottom: 14%;
    width: 43%;
    height: auto;
    left: 50%;
    aspect-ratio: 272 / 69;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    /* opacity: 1; */
}
.bannerindex .swiper-banner .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    background: linear-gradient(360deg, #000000 0%, #000000 1%, #000000f5 6%, #000000e3 10%, #0000008c 26%, #00000000 50%);
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 1;
}

/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {    
    background: url(https://pic03.eapple.com.tw/hongyi2025/bnB_txt.png);
    display: block;
    position: absolute;
    bottom: 16%;
    width: 34%;
    height: auto;
    right: 8%;
    left: unset;
    aspect-ratio: 649 / 252;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transform: unset;
}


/* 動畫 */
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
animation: NblurInCenter 1.5s; animation-fill-mode: both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
animation: NfadeInUp .8s ease-in-out forwards;
}
@keyframes NfadeInUp {0% {transform: translateY(20px) ;opacity: 0;}100% {transform: translateY(0) ;opacity: 1;}}
@keyframes NblurInCenter {
0% {transform: translateX(-50%) scale(1.1);-webkit-filter: blur(4px);filter: blur(4px);opacity: 0;}
100% {transform: translateX(-50%) scale(1);-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}
}


@media screen and (max-width: 1200px) {
.bannerindex .swiper-banner {aspect-ratio: 5/3;padding: 0;}
.swiper-banner .swiper-slide img {object-fit: cover;height: 100%;}
}

@media screen and (max-width: 1024px) {    
.bannerindex .swiper-banner {aspect-ratio: 5/4;padding: 0;}
.bannerindex .swiper-wrapper:before {height: 180px;width: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
z-index: 100;opacity: .8;}
.bannerindex .swiper-banner .swiper-slide:nth-child(1):before {width: 55%;}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {width: 44%;}
}


@media screen and (max-width: 768px) {
.bannerindex .swiper-banner {aspect-ratio: 5/5;}
.bannerindex .swiper-banner .swiper-slide:nth-child(1):before {width: 68%;}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {width: 50%;}
}
@media screen and (max-width: 660px) {}

@media screen and (max-width: 480px) {    
.bannerindex .swiper-banner .swiper-slide:nth-child(1):before {width: 75%;}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {width: 58%;}
}



/* = = = 主設定共用-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {display: none;}


#content_main {
margin: 0;
background: #000;
}
#content_main .edit_part {
background: linear-gradient(180deg, #000, #0d0d0d);
background: #000;
}
#content {
width: 100%;
min-height: 80vh;
background-image: linear-gradient(180deg, rgb(0 0 0 / 40%), rgb(13 13 13 / 70%)), url(https://pic03.eapple.com.tw/hongyi2025/allbg.jpg);
}

/* main */
div#page{background-size: auto;position: relative;background: #151515;}
.edit_part{
padding: 0;
min-height: 80vh;/* 暫時 */
}

.main_part {padding: 120px 25px 100px;max-width: 1400px;}
.show_content {padding: 0;}

.subalbum-menu {margin: 0;padding: 0;}

.edit {
    color: #222;
    margin: auto;
    font-size: 15px;
    padding: 20px 0 60px;
    line-height: 1.8;
    /* letter-spacing: 0.5px; */
    font-weight: 400;
}
.prod_tabs .edit {
    color: #eee;
}


/* 頁籤 */
ul.page {width: 100%;margin: 40px auto;font-size: 18px;text-align: center;font-family: var(--SFontEN);margin: 80px auto 20px;font-weight: 500;padding: 40px 0;border-top: 1px solid rgb(255 255 255 / 10%);font-size: 0;gap: 2px;}
.page li a, .page li {width: 26px;height: 26px;line-height: 23px;transition: .4s;border-radius: 0;font-weight: 300;margin: 2px;font-size: 15px;}
.page li {}
.page li.activeN {color: #fff;border: 1px solid #a78c53;background-color: #a78c53;color: #fff;font-weight: 400;}
.page strong, .page a:hover {background: transparent;border: 1px solid #a78c53;background-color: #a78c53;}




/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
background-size: cover !important;
    background-position: center !important;
    background: url(https://pic03.eapple.com.tw/hongyi2025/banE.jpg) no-repeat;
    position: relative;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    height: auto;
    justify-content: center;
    padding: 0;
    /* width: 1280px; */
    /* max-width: calc(100% - 64px); */
    /* border-radius: 20px; */
    /* overflow: hidden; */
    background-size: cover !important;
    background-position: center !important;
    padding-top: 160px;
    height: 440px;
}
.banner:before {content: '';display: block;position: absolute;width: 100%;height: 100%;background-image: linear-gradient(180deg, #000000, #0000006b);opacity: .4;top: 0;z-index: 0;background-size: cover !important;background-position: center !important;/* padding-top: 160px; *//* height: 350px; */}
.banner h5 {
    z-index: 1;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 2.5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.banner h5:after {
    content: "Notice";
    font-size: 16px;
    display: block;
    order: -1;
    letter-spacing: 2px;
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    font-family: var(--SFontEN);
}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}

.banner.banblog {background: url(https://pic03.eapple.com.tw/hongyi2025/banA.jpg) no-repeat;}
.banner.banblog h5:after {content: "News";}

.banner.banC {background: url(https://pic03.eapple.com.tw/hongyi2025/banD.jpg) no-repeat;}
.banner.banC h5:after {content: "Contact";}

.banner.banF {background: url(https://pic03.eapple.com.tw/hongyi2025/banB.jpg) no-repeat;}
.banner.banF h5:after {content: "Instruments";}




@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* = = header = = */
.stellarnav > ul > li {padding: 0;}
}



/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {}
.header_area.sticky {height: fit-content;padding-bottom: 10px;}
.header_area.sticky .main_header_area{backdrop-filter: none;border: 0;}
.main_header_area .container {width: 100%;padding: 0 20px;}
.navigation {display: grid;grid-template-columns: 1fr;justify-content: center;}


/* logo*/
.nav-header {max-width: 110px;width: 100%;margin: auto;left: 20px;}
.sticky .nav-header {}




/* 導覽列 */
.pageIndex .stellarnav {opacity: 1;pointer-events: unset;/* grid-row: 1/3; *//* margin-top: -50px; */}
.pageIndex .sticky  .stellarnav {margin-top: 0px;}
.sticky .stellarnav ul {}

/* 第1層 */
.stellarnav > ul > li {}    
.stellarnav > ul > li > a {letter-spacing: 0;margin: 0;font-size: 14px;}
.stellarnav > ul > li:before { bottom: -10px;}


}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none;}

/* logo*/    
.nav-header {max-width: 100px;padding: 0;padding-top: 5px;margin-left: 0;left: 0;top: 0;z-index: 1;position: relative;margin: auto;}
.sticky .nav-header {}
.nav-brand img { }

/* = = header = = */
.header_area .main_header_area {padding: 0;border: 0;backdrop-filter: none;}
.header_area.sticky {padding-bottom: 0;}
.header_area.sticky .main_header_area {padding: 0;}
.main_header_area .container {border: 0;padding: 0;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;width: 100%;border: 0;min-height: 60px;}


/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: unset;left: 0;width: fit-content;padding: 10px 25px;/* margin-right: -20px; */}
.stellarnav.mobile .menu-toggle {display: flex;margin: auto;padding: 0;width: fit-content;height: 40px;gap: 8px;flex-direction: row;justify-content: center;align-items: center;}
.stellarnav.mobile > .menu-toggle:hover:after {color: #fff;}

.pageIndex .sticky .stellarnav {margin-top: 10px;}
/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;content: 'Menu';font-size: 11px;position: relative;top: 4px;color: #bea976;transform: scale(1);font-family: var(--SFontEN);letter-spacing: 1px;transition: .5s ease;}
.stellarnav .menu-toggle span.bars {display: flex;margin: 0;position: relative;margin: 0;padding: 0;gap: 8px;width: 32px;flex-direction: column;}
.stellarnav .menu-toggle span.bars span {width: 32px;height: 2px;border-radius: 0;background: #bea976;margin: 0;height: 1px;}
.stellarnav .menu-toggle:hover span.bars span{background: #fff;}
.stellarnav .menu-toggle:hover span.bars span:first-child{}
.stellarnav .menu-toggle:hover span.bars span:nth-last-child(2){/* transform: rotate(40deg); */width: 75%;}
.stellarnav .menu-toggle:hover span.bars span:last-child{/* transform: rotate(140deg); */width: 50%;}
.sticky .stellarnav .menu-toggle span.bars span {}
.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 {right: unset;left: 0;font-size: 0;max-width: 100%;padding: 0 25px;        
/*右滑出現*/padding-bottom: 80px;left: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;background: #1d1d1d;border: 0;}
/*卷軸*/
.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: #111;
}
.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{left: 0;max-width: 100%;width: 70%;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;padding: 0;margin: 26px 0 28px;text-transform: capitalize;content: 'Menu';font-size: 0;color: #000;transform: scale(1);font-family: var(--SFontEN);letter-spacing: 0.04em;height: fit-content;width: fit-content;text-align: right;display: flex;flex-direction: row-reverse;}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;position: relative;display: inline-block;margin: 2px 9px 0 3px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 30px;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:before {content: none;}
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;display: block;border-bottom: 1px solid #f0f0f0;display: flex;flex-direction: column;padding-bottom: 5px;border-bottom: 1px solid #444;width: 100%;margin: 0 auto;letter-spacing: 2px;border: 0;color: #fff;}
    .stellarnav.mobile > ul > li:nth-child(2) {
        border: 0;
        border-top: 1px solid #424242;
        padding-top: 10px;
    }
    .stellarnav.mobile > ul > li:last-child {
        border: 0;
        border-top: 1px solid #424242;
        padding-top: 20px;
        margin-top: 10px;
    }

.stellarnav.mobile li.open {background: transparent;padding: 0;padding-bottom: 0;}

.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: center;overflow: auto;height: auto;line-height: 1;display: block;color: #FFF;font-size: 15px;letter-spacing: .5px;padding: 12px 0;border: 0;gap: 2px;display: flex;flex-direction: column;transition: all 0.6s ease-in-out}
.stellarnav.mobile li.open > a b{
color: #BEA976;
}    
.stellarnav.mobile > ul > li > a:before{content: none;}
.stellarnav.mobile > ul > li > a b:last-child {font-size: 12px;color: var(--MainColor);letter-spacing: 2px;display: none;}


/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {top: 8px;padding: 6px;width: fit-content;min-width: auto;overflow: unset;}
.stellarnav .menu-toggle:after {/* margin-top: 0; *//* font-weight: 400; */}
.stellarnav .menu-toggle span.bars span {height: 1px;}
.stellarnav.mobile > ul > li > a.dd-toggle {top: 2px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 2px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #666;}
/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {left: unset;margin: 0 auto;box-shadow: none;width: 100%;margin: auto;left: unset;box-shadow: none;transform: unset;height: auto;background: transparent;padding: 0 10px 10px;}
.stellarnav li li {font-size: 14px;color: #333;font-family: var(--SFont);letter-spacing: 0.04em;font-size: 15px;color: #fff;letter-spacing: .5px;}
.stellarnav.mobile li li.has-sub a {padding: 15px 20px 15px 20px;background: transparent;}
.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: #aaa;
}

/* 第三層 */
.stellarnav.mobile li.open li.open {background: #252525;padding: 0;}
.stellarnav li li li a{font-size: 14px;}
.stellarnav li.has-sub li li {background-color: #1D1D1D;}

.stellarnav.mobile li li.has-sub a.dd-toggle {padding: 10px;}
.stellarnav a.dd-toggle .icon-plus {height: fit-content;}


}


/* @660上方區域_平板版面660px */
@media screen and (max-width: 660px) {


/* 導覽列展開 */
.stellarnav.mobile.left.active > ul {width: 100%;max-width: 440px;}


}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車-ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
    width: 95%;
    padding: 120px 25px 100px;
}
.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: 210px; letter-spacing: 1px; min-height: 30vw;padding: 0;}

.product-layer-two li ul {position:static;margin-top:5px;width:100%;margin-left:0;border-top: 1px solid rgb(190 169 118 / 40%);}
/* .product-layer-two li:hover ul {border: none;} */
.product-layer-two li li {display: block;padding:0;transition:all ease .3s;background: transparent;}
.product-layer-two li li a{ padding:5px 10px;}
.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 a {color: #ccc;font-size: 14px;background: transparent;padding: 10px 0 10px 10px;}
.product-layer-two li:hover a{color: #fff;padding-left: 10px;}
.product-layer-two li:hover > a {color: #BEA976;}

.product_menu_list > h5 {
    color: var(--MainColor);
    font-size: 0px;
    border-bottom: 1px solid rgb(238 238 238 / 20%);
    padding: 10px 0;
    /* display: block; */
}
.product_menu_list > h5 .pd_menu_toggle i {font-size: 16px;}

.product-layer-two {background: transparent;border-radius: 10px;}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li.active{background: transparent;transition: all .5s;}
.product-layer-two li.active li a {background: #222;transition: all .5s;color: #ccc;}


.fa-circle-plus::before {content: "+";}
.product-layer-two li.active a {font-weight: 500;border: none;color: #fff;background: #666;padding-left: 10px;}
.product-layer-two li.active i.close::before{color: #fff;}
.product-layer-two li.active .fa-circle-plus::before {color: #fff;}
.product-layer-two li li a {padding: 10px;font-size: 12px;background: #222;}
.product-layer-two > li {padding-bottom: 0;border-bottom: none;border-bottom: 1px solid #333;}
.product-layer-two > li+li {margin-top: 5px;}
.product-layer-two > li > a {letter-spacing: 2px;border: none;transition: all .5s;color: #ccc;}
.product-layer-two > li.active > a {background: #151515;}
.product-layer-two > li.active li.active > a{color: var(--SubColor7);}
.product-layer-two > li ul > li + li {margin-top: 0;}
.product-layer-two li ul {margin-top: 0;}
.product-layer-two li li:hover > a { color:var(--SubColor7);background: transparent;}
.product-layer-two li li:hover{ margin-left: 0;background: #fff;transition: all .5s;color: #BEA976;}
.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:var(--SubColor7);display: none;}
.product-layer-two li i {top: 16px;height: auto;font-size: 12px;font-weight: 300;color: #555;}
.product-layer-two li:hover i {color: #BEA976;}
.product-layer-two li i.close::before {content: '–';}


/* 右側商品 */
.products-list .item a * {transition: .5s;}
.product_page .products-list, .product-wrapper { width: calc(100% - 260px);}
.products-list {grid-template-columns: repeat(3, 1fr);grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));gap: 40px 20px;}
.products-list .price {margin: 0 0 10px;display: none;}
.products-list .price b {color: #f66;}
.products-list .more {font-size: 14px;font-weight: 400;font-size: 13px;border: 1px solid rgba(201, 175, 135, 0.4);letter-spacing: 1px;color: var(--SubColor7);}
.products-list .item a:hover .more {background: var(--SubColor7);letter-spacing: 2.5px;}
.products-list .name {text-align: left;letter-spacing: 1px;height: max-content;margin: 10px 0;padding-bottom: 10px;line-height: 1.8;color: #fff;}
.products-list .name .numbering {font-size: 13px;color: #aaa;line-height: 2;}
.products-list .pic {aspect-ratio: 5 / 5;border-radius: 2px;}
.products-list .item a:hover .pic img {
z-index: 1;
opacity: 0.5;
transform: scale(1.08);
}

.products-list .item a:hover .pic, .products-list .item a:hover .name {opacity: 0.5;}




/*商品內頁*/
.product-wrapper{max-width: 1200px;}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list, .product-wrapper { width: 100%;}
.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;}

.product_info_page .product_menu_list{display: none;} /*商品頁的選單不顯示*/

/*左側-輪播區塊*/
.product_main {width: 70%;padding-right: 40px;}
.product_pic{padding-left: 0;padding-left: calc(14% + 15px);}
.product_pic {display: flex;flex-direction: column-reverse;max-width: 1200px;margin: 0 auto;}
.product_pic .swiper-slide{max-height: 80vh;}
.product_pic .proImgSwiper{max-height: 80vh;border-radius: 5px;}
#prod_thumbSwiper .swiper-slide {border-radius: 2px;overflow: hidden;}
.swiper-button-next:after, .swiper-button-prev:after {background: #888;width: 30px;height: 45px;display: block;padding: 0 10px;font-size: 14px;line-height: 45px;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{text-shadow: none;}


/*右側-商品側邊規格*/
.sidebarBtn {border: none;background: transparent;width: 29%;}
.sidebarBtn h2 {color: #fff;font-size: 20px;letter-spacing: 1px;font-weight: 500;}
.sidebarBtn .sp_price {color: #E60112;}


/* 規格 */
.sidebarBtn #number_area {
    color: var(--SubColor7);
    border-bottom: 1px solid rgb(214 235 253 / 15%);
    line-height: 2;
    padding: 5px 0;
    font-size: 13px;
}
.product_info li span {font-size: 0px;color: #aaa;margin-bottom: 0;font-family: var(--SFontE);letter-spacing: 1px;line-height: 1.6;}
.product_info li .txt_box {color: #aaa;font-size: 15px;}
.sidebarBtn .toShare {border-top: 1px solid rgb(214 235 253 / 15%);border-bottom: 0;font-size: 12px;color: #888;margin-top: 20px;padding-top: 20px;display: flex;align-items: center;gap: 10px;}
.toShare b {font-size: 12px;font-weight: 400;letter-spacing: 1px;color: #767676;}
.toShare a {filter: invert(1) grayscale(1) brightness(.6);transition: .3s;margin: 0;}
.toShare a:hover{filter: unset;}
.toShare a object {max-width: 20px;aspect-ratio: 1/1;}
.mobile_product_name {font-size: 0;}
/*按鈕顏色*/
.inquiry_a1 {background: #cbc0a0;}
.inquiry_a2 {background: #bdab77;}
.inquiry_a3 {background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #222;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {display: none;}/* 詢價車按鈕隱藏 */




.shopping-cart .cart_head {background: #222;}
.rewrite_simple {background: #888;}
.send_simple {background: #aa1a31;}


/*下方-商品說明資訊*/
.prod_tabs{margin-top: 120px;}
.pd_tabTitle li {border-bottom: none;background: transparent;border-bottom: 2px solid #ddd;transition: all .5s;}
.pd_tabTitle li a{color: #ddd;letter-spacing: .2rem;transition: all .5s;}
.pd_tabTitle li.activeTab {border-bottom: 1px solid #BEA976;}
.pd_tabTitle li.activeTab::after {height: 0;}
.pd_tabTitle li.activeTab a {color: #333;font-weight: 400;color: #BEA976;margin-bottom: 5px;border-bottom: 1px solid rgb(190 169 118 / 40%);}
.pd_tabInner.edit{font-weight: 400;font-family: var(--SFont);}



/*商品頁-相關推薦*/
.prod_related {background: transparent;padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;}
.prod_related h6 span:before {color: #333;font-weight: 400;}
.prod_related h6 span:before {font-size: 18px;letter-spacing: .6rem;}
.related_list {grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.related_list li a{padding: 0;}
.related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}






















@media screen and (max-width: 1200px){
.related_list {grid-template-columns: repeat(2, 1fr);}
.related_list li figure {aspect-ratio: auto;}
.related_list li a img {height: 25vw;}
}

@media screen and (max-width: 1024px){}



@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;grid-gap: 0 10px;}
.product-layer-two li a{width: 100%;padding: 10px 0;}
.product_page .product-layer-two, .product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.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 {font-size: 18px;font-weight: 500;letter-spacing: .2rem;margin-bottom: 0;}
.fa-caret-down::before{font-size: 14px;}
.product-layer-two li a{border-bottom: 0;padding: 10px 0 5px;width: 100%;}
/*商品頁*/
.mobile_product_name{display: none;}
.product_main {margin: 0 auto;display: block;}
.sidebarBtn{text-align: center;width: 100%;}

/* 外 */
.product_page .main_part, .product_info_page .main_part {
        width: 90%;
        padding: 80px 0;
}
/* 內 */
.product_main {
margin: 0 auto;
display: block;
width: 100%;
padding: 0;
}
.product_pic {
padding: 0;
}
}




@media screen and (max-width: 600px){
/*商品頁*/
.pd_tabTitle li a{font-size: 12px;}
.related_list li a img {height: 150px;}
}

@media screen and (max-width: 580px) {}

@media screen and (max-width: 480px){

    .product_page .main_part, .product_info_page .main_part {
        width: 95%;
        padding: 80px 0;
    }
    /* 外 */
        .product_page ul.products-list {
        order: 2;
        max-width: 320px;
        margin: auto;
    }
    /* 內 */
}











/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 -ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*文章功能頁/ = = = = */
.blog_box {
display: flex;
margin: auto;
font-family: var(--SFontEN);
justify-content: space-between;
flex-wrap: wrap;
gap: unset;
width: 100%;
padding-top: 0px;
padding: 0 25px;
}

/* 左側分類欄位 */
.blog_le {
padding: 0;
position: relative;
letter-spacing: 1px;
float: left;
box-sizing: border-box;
width: 19%;
padding-right: 35px;
}
h5.blog_le_t {margin-bottom: 5px;text-align: left;line-height: 1.5;letter-spacing: 1px;font-weight: 500;padding: 0;position: relative;border-bottom: 0;font-size: 0;}
h5.blog_le_t em {
color: #bea976;
line-height: 1.5;
text-transform: uppercase;
position: relative;
font-weight: 600;
letter-spacing: 2px;
font-family: var(--SFontEN);
padding: 10px 5px;
padding-left: 0;
font-size: var(--f18);
}

h5.blog_le_t span {color: #bea976;font-weight: 400;font-size: 14px;font-family: var(--SFontEN);}
.blog_search {position: relative;margin-bottom: 20px;opacity: .8;}
.blog_search input[type=search] {width: 100%;color: #000;border-radius: 0;padding: 10px 35px 10px 15px;background: #222;font-size: 12px;border: 1px solid #666;}
.blog_search input[type=submit] {background: transparent;}
.blog_search form:after {
background: transparent;
z-index: 10;
padding: 0;
position: absolute;
top: 0;
right: 0;
display: flex;
width: 40px;
content: "\f002";
font: normal normal normal 14px / 1 FontAwesome;
height: 38px;
align-items: center;
justify-content: center;
color: #999;
}
/* 分類列 */
.blog_le .accordion {border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;gap: 0;background: rgb(48 48 48 / 30%);border-radius: 5px;backdrop-filter: blur(6px);width: 100%;}
.blog_le .accordion li {transition: .3s ease-out;border-bottom: 0;border-radius: 0;overflow: hidden;}
.blog_le .accordion li li {margin-bottom: 1px;border: 0;}
.accordion li+li { }

.accordion li .link {padding: 0 20px;
transition: all 0.3s;}
.accordion li+li .link {border: 0;}
.accordion li .link, .accordion li+li .link { }
.accordion li .link a {
text-align: left;
margin: 0;
border: none;
background: transparent;
transition: all 0.3s;
font-size: 14px;
line-height: 1.2;
letter-spacing: .8px;
padding: 15px 10px;
position: relative;
color: #ccc;
font-weight: 300;
}
.accordion li+li .link a {border-top: 1px solid rgba(190, 169, 118, 0.25);}
.fa-chevron-down::before, .fa-chevron-down::after {content: "";width: 13px;height: 1px;background-color: #93b5d2;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-chevron-down::after {transform: translateY(-50%) rotate(90deg);}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '';}
.blog_le .accordion li.open i.fa-chevron-down::after {transform: translateY(-50%) rotate(0);}

.blog_le .accordion > li.on_this_category a{background: transparent !important;color: #fff !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;background: #bea976;}
.blog_le .accordion > li.open { background:#F4F8FD;}
.blog_le .accordion > li.open > .link a{ background: transparent;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li:hover .link a {background: transparent;color: #fff !important;}
/* 子分類 */
.submenu {background: transparent;}
.submenu a {color: #666;transition: all 0.4s ease;line-height: 1.3;background: transparent;letter-spacing: 0.04rem;}
.submenu a:hover {background: #dce6f2;color: #444;}
.submenu a .fa-circle-chevron-right::before {font-size: 11px;padding: 3px;line-height: 1.5;}




/* 右側圖文區 */
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 19% - 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: 20px;}
.subbox_item {position: relative;overflow: hidden;transition: .4s ease-out;margin: 0;align-items: center;background: rgba(0, 0, 0, 0.0);border-radius: 8px;border: 1px solid #ebebeb26;height: auto;}
.subbox_item:hover {transition: .4s ease-out;border: 1px solid rgba(190, 169, 118, 0.25);}
.subbox_item li:hover {transition: .3s ease-out;box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);}
.subbox_item a {grid-template-columns: 1fr;gap: unset;height: 100%;padding: 0;display: flex;flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {content: none;}

/* 圖 */
.blog_list_le {overflow: hidden;position: relative;aspect-ratio: 1/1;background-color: #080808;width: 100%;height: auto;border: 0;}
.blog_list_le:after {
content: "";
background: url(https://pic03.eapple.com.tw/hongyi2025/slogo.png) no-repeat center center / cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, calc(-50% + 40px));
filter: contrast(0) brightness(2);
pointer-events: none;
opacity: 0;
width: 40%;
mix-blend-mode: unset;
aspect-ratio: 1 / 1;
height: auto;
z-index: 1;
transition: all 0.4s 
ease-in-out;
}
.subbox_item a:hover .blog_list_le:after {
opacity: .8;
transform: translate(-50%, -50%);
}
.blog_list_le img {width: 100%;transition: .8s ease;}
.subbox_item a:hover img {z-index: 1;opacity: 0.2;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: 90%;
margin: 0 auto;
padding: 20px 0 20px;
}
.blog_list_ri h5 {font-size: var(--f20);text-align: left;font-weight: 600;margin-bottom: 8px;font-weight: 500;letter-spacing: 1.5px;color: #fff;line-height: 1.5;transition: all 0.4s ease;-webkit-line-clamp: 2;}
.subbox_item a:hover h5{color: var(--SubColor7);}
.blog_list_ri em {
font-family: var(--SFontE);
font-weight: 300;
font-size: 11px;
letter-spacing: 1px;
color: #f7dbab;
line-height: 1.5;
background: rgba(190, 168, 116, 0.3);
width: fit-content;
padding: 4px 17px 4px 12px;
border-radius: 15px;
margin: 5px 0 10px;
opacity: 0.6;
}
.blog_list_ri p {line-height: 1.8;margin: 0;-webkit-line-clamp: 4;font-weight: 300;font-size: 13px;letter-spacing: 1px;color: #ccc;border-top: 0;padding-top: 5px;}
.subbox_item a:hover em,.subbox_item a:hover p{opacity: .5;}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {
    background: #f8f4ec ;
    background-image: linear-gradient(180deg, rgb(248 244 236 / 60%), rgb(248 244 236 / 60%)), url(https://pic03.eapple.com.tw/hongyi2025/txtbg.jpg);
    padding: 20px 40px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1.5px;
    font-size: var(--f24);
    display: block;
    text-align: left;
    border-bottom: 1px dashed #969ca74d;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 20px 0;
}



/* 分享按鈕 = = */
.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;
}

/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: var(--SFont);
    background: #fff;
    padding: 80px 5%;
    margin: auto;
    display: none;
}


/* 上下篇按鈕 */
.blog_back {
position: relative;
justify-content: center;
z-index: 1;
justify-self: flex-end;
width: calc(100% - 19% - 1%);
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5px;
margin: auto;
margin-top: 0;
text-align: center;
margin-right: 0;
justify-items: start;
background: #f8f4ec;
background-image: linear-gradient(180deg, rgb(248 244 236 / 60%), rgb(248 244 236 / 60%)), url(https://pic03.eapple.com.tw/hongyi2025/txtbg.jpg);
padding: 25px;
border-radius: 0 0 5px 5px;
}
.blog_back:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    background: rgba(190, 169, 118, 0.25);
}
.blog_back a {font-size: 13px;letter-spacing: 2px;}
.blog_back a.article_btn_back {background: #a7a9ac;transition: .4s ease;display: none;}
.blog_back a.article_btn_back:hover {opacity: .6;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #bea976;transition: .4s ease;width: fit-content;background: transparent;font-size: 0;border: 1px solid #bea976;}
.blog_back a.article_btn_next {justify-self: end;}
a.article_btn_prev:before, a.article_btn_next:after {content: '< Previous';padding: 8px;font-size: 13px;text-decoration: none;font-family: var(--SFontE);color: #bea976;letter-spacing: 1px;font-weight: 600;}
a.article_btn_next:after {content: 'Next >';}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background-color: #4F4F4F;border-color: #4f4f4f;}
a.article_btn_prev:hover:before, a.article_btn_next:hover:after {color: #ccc;}


/* 首頁 */
/* .module_i_news {display: none;} */
.module_i_news {
    padding: 120px 20px 80px;
}
.module_i_news section {
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}
.module_i_news .title_i_box {
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: var(--SFontEN);
    animation: txtUp 1s .6s ease-in-out forwards;
    opacity: 0;
}
@keyframes txtUp {0% {opacity: 0;transform: translateY(30px);filter: blur(5);}100% {opacity: 1;transform: translateY(0);filter: blur(0);}}
.module_i_news .title_i_box h6 {
    font-size: var(--f40);
    color: #FFF;    
    color: var(--SubColor8);
    font-weight: 500;
    letter-spacing: 2.5px;
    font-family: var(--SFontEN);
    padding-bottom: 0;
}
.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2.5px;
    line-height: 2.2;
}
.module_i_news_list {
    padding: 40px 0;
}
.module_i_news ul {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 0;
}
.module_i_news li:nth-of-type(2n+1) {
    border-right: 1px solid #bea9764a;
}
/* 圖文 */
.module_i_news li * {transition: .6s ease-in-out;}
.module_i_news li a {
    grid-gap: 10px;
    display: flex;
    flex-direction: row-reverse;
    grid-gap: 8%;
    padding: 2% 6%;
    align-items: center;
    transition: .6s;
}

/* 圖 */
.i_blog_le {max-width: 200px;background-color: #080808;position: relative;}
.i_blog_le:after {
content: "VIEW MORE";
position: absolute;
color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, calc(-50% + 20px));
font-weight: 500;
letter-spacing: 1px;
text-align: center;
opacity: 0;
width: 100%;
mix-blend-mode: unset;
font-family: var(--SFontE);
height: fit-content;
font-size: 13px;
transition: all 0.4s ease-in-out;
}
.module_i_news li a:hover img {transform: scale(1.08);opacity: 0.3;}
.module_i_news li a:hover .i_blog_le:after {opacity: 1; transform: translate(-50%, calc(-50% ));}
/* 文 */
.i_blog_ri {overflow: hidden;padding: 0;}
.module_i_news li a:hover .i_blog_ri {opacity: 0.4;}
.i_blog_ri h5 {font-weight: 400;letter-spacing: 1.5px;color: #fff;}
.i_blog_ri em {font-size: 13px;color: #bea976;font-weight: 700;display: block;margin: 8px 0;left: -44px;position: relative;letter-spacing: 1.5px;}
.i_blog_ri p {line-height: 1.6;font-weight: 300;font-size: 13px;letter-spacing: 1px;color: #ccc;border-top: 0;padding-top: 5px;}

/* BTN */
.i_blog_b {max-width: fit-content;margin: auto;text-align: center;}
.i_blog_b b {font-size: 0;opacity: 0;display: none;}
.i_blog_b i {display: none;}
.i_blog_b .animated-arrow {background: transparent;width: fit-content;height: fit-content;overflow: unset;}
.i_blog_b .animated-arrow:before {
content: 'More';
font-size: 14px;
font-family: var(--SFontEN);
line-height: 80px;
letter-spacing: 1px;
white-space: nowrap;
font-weight: 400;
padding: 0 20px;
max-width: 80px;
aspect-ratio: 1 / 1;
height: auto;
display: block;
color: #fff;
transition: all .6s ease-in-out;
}
.i_blog_b .animated-arrow:hover:before {
    color: #bea976;
}
.i_blog_b .animated-arrow:hover:after {
    animation: none;
    background-color: transparent;
}


.i_blog_b .animated-arrow:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
display: block;
background-color: rgba(190, 168, 116, 0.3);
border-radius: 50%;
filter: blur(2px);
animation-name: btn_show;
animation-duration: 3s;
-webkit-animation-timing-function: cubic-bezier(0.72, 0, 0.31, 0.98);
animation-timing-function: cubic-bezier(0.72, 0, 0.31, 0.98);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
aspect-ratio: 1/1;
}
@keyframes btn_show {0% {transform: scale(0);opacity: 0;}50% {opacity: 1;}90%, 100% {transform: scale(1.25);opacity: 0;}
}


@media screen and (max-width: 1200px) {
/* 首頁 */
.module_i_news {padding: 120px 25px 80px;}
.module_i_news section {width: 100%;}
.i_blog_ri em {font-size: 12px;left: -38px;}
/* 外 */
.blog_list_ri p {-webkit-line-clamp: 3;}
.blog_le {padding-right: 25px;width: 200px;}
.blog_ri, .blog_back {width: calc(100% - 200px - 1%);}
.accordion li .link {padding: 0 15px;}
/* 內 */

}


@media screen and (max-width: 1024px) {
/* 首頁 */
.module_i_news {padding: 100px 25px 60px;}  
/* 外  */
.blog_box {padding: 0;width: 95%;}
.blog_le , .blog_ri{width: 100%;padding: 0;}
.blog_back {width: 100%;margin-bottom: 20px;}
.blog_le {margin-bottom: 50px;}
.blog_le .accordion {grid-template-columns: repeat(3, 1fr);}
.accordion li:nth-child(-n+3) .link a {border: 0;}
}




@media screen and (max-width: 960px) {
/* 首頁 */
.module_i_news ul {grid-template-columns: repeat(1,1fr);grid-gap: 0;width: 90%;margin: auto;}   
.module_i_news li {border-right: 0 !important;border-bottom: 1px solid rgb(190 169 118 / 30%);}
.module_i_news li:first-child {border-top: 1px solid rgb(190 169 118 / 30%);}
.module_i_news li a {grid-gap: 5%;padding: 4.5% 0;flex-direction: row;}
.i_blog_le {width: 50%;max-width: 360px;aspect-ratio: 360 / 240;}
.i_blog_ri em {font-size: 11px;margin: 5px 0;}
.i_blog_ri p {font-size: 14px;-webkit-line-clamp: 3;}
}


@media screen and (max-width: 768px) {
/* 首頁 */
.module_i_news .title_i_box {margin-bottom: 0;}
.module_i_news .title_i_box h6 {font-size: var(--f48);}
.module_i_news .title_i_box h4 {font-size: 12px;letter-spacing: 2px;font-weight: 300;}
.module_i_news {padding: 80px 0 70px;}
.module_i_news ul {width: 86%;margin: auto;}
.module_i_news_list {padding-bottom: 30px;}
.module_i_news li a {padding: 25px 0;}
.i_blog_ri {padding-right: 15px;}
.i_blog_ri h5 {font-size: 18px;}
.i_blog_ri p {font-size: 13px;-webkit-line-clamp: 2;}
.i_blog_b .animated-arrow:before {font-size: 13px;}
/* 外  */
.show_content.blog_box {padding: 0;width: 96%;}
.blog_le {display: flex;flex-direction: column;}
.blog_le a.news_menu_toggle {display: flex;width: 100%;}
a.news_menu_toggle i {right: 5px;width: auto;position: relative;}
h5.blog_le_t, .blog_le .accordion {display:none !important;}
.blog_search {order: -1;}
.blog_le {margin-bottom: 20px;}
.blog_subbox {grid-template-columns: 1fr 1fr;}
/* 內 */
.blog_in_page .blog_ri {padding: 20px;border-radius: 5px;}
.blog_back {grid-gap: 0;width: 100%;border: 1px solid #333;background: transparent;margin: 40px 0 20px;border-radius: 0;padding: 0;grid-template-columns: repeat(3, 1fr);}
.blog_back:before, a.article_btn_prev:before, a.article_btn_next:after {content: none;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {width: 100%;border: 0;background: transparent;color: #999;font-size: 12px;padding: 6px;transition: all 0.3s;justify-self: center;}
.blog_back a.article_btn_back {color: #aaa;background: #333;padding: 6px;font-size: 13px;transition: all 0.3s;border-left: 1px solid #333;border-right: 1px solid #333;display: block;}
.edit {letter-spacing: .25px;}
}


@media screen and (max-width: 600px) {
/* 首頁 */
.i_blog_le {aspect-ratio: 9 / 8;}
/* 外 */
.blog_subbox {gap: 30px;grid-template-columns: 1fr;}
.subbox_item {max-width: 420px;margin: auto;}
/* 內 */
.blog_in_page h4.blog_category_title {margin-bottom: 0;font-size: var(--f22);padding: 10px 0 15px;}


}

@media screen and (max-width: 480px) {
/* 首頁 */
.module_i_news_list {padding: 25px 0 25px;}
.i_blog_b .animated-arrow:before {font-size: 13px;line-height: 45px;padding: 10px;max-width: 65px;}
.i_blog_ri h5 {font-size: 16px;}

}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 內頁 */
.promotions_page .show_content {padding: 0;max-width: 1200px;}
/* 標 */
.promotion_title * {}
.promotion_title {display: flex;flex-direction: row;flex-wrap: wrap;gap: 5px;justify-content: flex-end;padding-bottom: 10px;}
.promotion_title .time {order: 3;}
.promotion_title span {margin: 0;border: 0;color: #444;padding: 0;line-height: 28px;letter-spacing: .04rem;}
.promotion_title em {order: 2;background: #f6f6f6;border-radius: 2px;color: #444;font-size: 12px;border: 0;font-weight: 500;height: 28px;line-height: 28px;padding: 0 10px;margin: 0;text-align: center;width: auto;max-width: 100%;}
.promotion_title h2 {order: 1;border-bottom: 1px solid #e2e2e2;flex: none;font-size: var(--f32);font-weight: 600;height: auto;line-height: 1.6;margin: 0 0 10px;padding: 0 0 5px 0;text-align: left;width: 100%;max-width: 100%;}

/* 下方連結 */
.other_promotion {padding-top: 20px;margin: 0 auto;display: flex;flex-direction: column;max-width: 1100px;gap: 0;}
.other_promotion li {width: 100%;}
.other_promotion li a:before, .other_promotion li a:after{content: none;}
.other_promotion li a {display: flex;width: 100%;position: relative;margin: 0;padding: 14px 0;border: 0;border-top: 1px solid #e2e2e2;}
.other_promotion li a:hover {background: #F4F8FD;}
.other_promotion li:last-child a{border-bottom: 1px solid #dbdad1;}











/* = = = 分隔線 相本主分類 -OFF = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = == = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.album_a .main_part {max-width: 1400px;}

/*相簿*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {display: none;}

.show-list {grid-template-columns: repeat(3, 1fr);grid-gap: 60px 15px;}
.show-list .item a {display: flex;flex-direction: column;gap: 10px;}
.show-list .show_pic:before {content: 'VIEW MORE';position: absolute;font-size: 14px;font-weight: 600;letter-spacing: 1px;color: #fff;transform: translate(-50%, -50%);top: 50%;opacity: 0;z-index: 2;transition: all .5s 100ms cubic-bezier(.42, 0, .58, 1);}
.show-list .show_pic {border-radius: 5px;}
.show-list .item:hover .show_pic:before {opacity: 1;}
.overlay {-webkit-transform: unset;transform: unset;z-index: 1;}
.show-list .show_pic img {transition: all .5s ease-in-out;}
.show-list .item:hover .show_pic img {transform: scale(1.1);transition: all .4s ease-in-out;}
.other_subalbum li {background: unset;}
.other_subalbum li a p {color: #1A1A1A;}

/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}

/*相簿縮圖*/
.pic-list {display: block;column-count: auto;column-width: 400px;column-gap: 15px;break-inside: avoid;}
.pic-list .item {padding: 0 0 15px;}
.pic-list .show_pic {aspect-ratio: inherit;}
.pic-list .item h6 {display: none;}
.pic-list .item figure.show_pic img {transform: scale(1);transition: 1s ease-in-out;}
.pic-list .item:hover figure.show_pic img {transform: scale(1.1);transition: 1s ease-in-out;}

/*相簿瀑布流-OFF*/
.album_info_page .pic-list {-webkit-column-count: 3;-webkit-column-gap: 10px;column-count: 3;column-gap: 10px;width: 100%;margin: 0 auto;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-gap: 10px;
display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;gap: 20px;}
.album_info_page .pic-list .item { width: 100%;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;padding: 0;margin: 0;}
.album_info_page .pic-list .show_pic {height: auto;padding: 0;aspect-ratio: 3 / 4;border-radius: 5px;}
.pic-list .item h6 {padding: 0;}




@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}







/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -ON= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .main_part {
    max-width: 100%;
}
.contact_editbox {
    margin: auto;
    padding: 0;
}
.contact_content {padding: 0;}
.contact_content form{display: flex;flex-direction: column;padding: 60px 0 100px;}

/* 左資訊 */
.contact_content .information_left {display: none;}

/* 右表單 */
.contact_content .information_right {
width: 100%;
padding: 40px;
max-width: 1400px;
margin: auto;
}
.blank_letter {
letter-spacing: 2px;
padding: 0 25px;
color: #fff;
font-size: var(--f32);
font-family: var(--SFontC);
font-weight: 400;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
letter-spacing: 3px;
}
.blank_letter:before {
content: 'Contact Form';
padding: 0 25px;
font-family: var(--SFont);
font-weight: 400;
font-size: 12px;
line-height: 2;
color: var(--SubColor8);
letter-spacing: 2.5px;
order: 2;
}
.note {
font-size: 12px;
text-align: center;
padding: 5px;
width: fit-content;
letter-spacing: 2px;
display: none;
}
.red {
position: relative;
font-size: 0;
color: #f66;
height: fit-content;
padding: 2px 4px;
display: flex;
}
span.star.red:before {
content: '※';
font-size: 13px;
position: relative;
left: 0;
font-weight: 400;
}
.contact_form {
font-size: 15px;
color: #444;
display: grid;
grid-template-columns: 1fr;
gap: 10px 30px;
width: 95%;
padding: 40px 60px;
max-width: 1200px;
margin: auto;
border: 1px solid rgba(255, 255, 255, .1);
border: 1px solid rgba(190, 169, 118, 0.25);
margin-top: 40px;
}
.contact_form li {
display: flex;
grid-gap: 10px;
gap: 15px;
margin-bottom: 20px;
}

.contact_form li .form__label {
max-width: none;
color: #fff;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
width: 140px;
font-weight: 500;
letter-spacing: 2px;
background: transparent;
transition: .6s ease;
}
.contact_form li .form__insert {
display: block;
width: 100%;
vertical-align: top;
flex: 1;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
border: 0;
max-width: 100%;
padding: 8px;
background-color: #181818;
color: #ccc;
font-size: 14px;
line-height: 1.6;
letter-spacing: 1px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
grid-gap: 8px;
flex: 1;
font-size: 13px;
letter-spacing: 1.5px;
line-height: 1.5;
color: #ccc;
}
.contact_form li .form__insert input[type=checkbox] {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: transparent;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
input[type="checkbox"]::before {
content: "X";
content: "\2A57";
font-size: 16px;
line-height: 1.5;
content: '';
position: absolute;
left: 50%;
top: 50%;
margin-top: -4px;
margin-left: -4px;
width: 8px;
height: 8px;
transform: scale(0);
background-color: #a1874f;
transition: all .3s;
}

input[type="checkbox"]:checked::before {transform: scale(1);transition: all .3s;}

.contact_form li.last {justify-content: center;border-top: 1px solid rgba(255, 255, 255, .1);padding-top: 40px;gap: 20px;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 0;text-align: center;border: 0;width: fit-content;}
.contact_form li.last blockquote {color: #999;border: 1px solid #4d4d4d;}
.contact_form li.last cite {background: #927e4f;color: #fff;}
.contact_form li.last input {font-size: 14px;width: 180px;padding: 10px 15px;letter-spacing: 1.5px;}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {background: #fff; color: #222;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 2.5px;}
.contact_form li.last cite i {display: none;}





/* 首頁 */
.i_contact_box {background: linear-gradient(180deg, #000, #0d0d0d);position: relative;}
.i_contact_box.contact_content:before {content: '';display: block;position: absolute;left: 0;right: 0;top: -20px;bottom: 0;content: "";background: rgb(255 255 255);z-index: 1;background: linear-gradient(180deg, rgb(0 0 0) 1%, rgba(0, 0, 0, 0) 65%);}
.i_contact_box.contact_content:after {content: '';display: block;position: absolute;width: 100%;height: 100%;background: url(https://pic03.eapple.com.tw/hongyi2025/banH.jpg);opacity: .25;filter: blur(5px);background-attachment: fixed;top: 0;z-index: 0;}
.i_contact_box section {z-index: 2;display: block;position: relative;}
/* 標 */
.i_contact_box .blank_letter {padding: 0 25px;font-family: var(--SFont);font-size: 24px;color: #fff;font-weight: 400;font-size: 15px;letter-spacing: 2.5px;line-height: 2.2;}
.i_contact_box h4.blank_letter.f:before {content: 'Form';line-height: 1.5;order: -1;font-size: var(--f40);color: #FFF;color: var(--SubColor8);font-weight: 500;letter-spacing: 2.5px;font-family: var(--SFontEN);padding-bottom: 0;}
/* 表單 */
.i_contact_box .contact_form {background: rgb(5 5 5 / 40%);}
.i_contact_box .contact_form li input.noborder,.i_contact_box .contact_form li textarea.noborder {border-bottom: 1px solid rgba(255, 255, 255, .2);background: transparent;}



@media screen and (max-width: 1200px) {
/* 首頁 */
.contact_form li .form__label {width: 100px;}
}


@media screen and (max-width: 1024px) {
/* 首頁 */
.contact_form {padding: 40px;}
}


@media screen and (max-width: 768px) {
/* 首頁 */
.i_contact_box .blank_letter {font-size: 12px;letter-spacing: 2px;font-weight: 300;}
.i_contact_box h4.blank_letter.f:before{font-size: var(--f48);}
.contact_form li {margin-bottom: 15px;flex-wrap: wrap;gap: 8px;}
.contact_form li .form__label {width: 100%;}
.i_contact_box .contact_form li input.noborder, .i_contact_box .contact_form li textarea.noborder {padding: 5px;line-height: 1.4;}
}

@media screen and (max-width: 768px) {
/* 首頁 */
.contact_content .information_right {padding: 5%;}
.contact_form {padding: 25px;width: 100%;}
.contact_form li.last blockquote, .contact_form li.last cite, .contact_form li.last input {width: 100%;}
}

@media screen and (max-width: 480px) {
/* 首頁 */
.pageIndex .contact_content form {padding-top: 20px;}
.contact_form {margin-top: 25px;}
.contact_form li.last {flex-direction: column;margin: auto;width: 100%;align-items: center;padding: 35px 0 5px;border: 0;gap: 15px;}
.contact_form li.last blockquote, .contact_form li.last cite, .contact_form li.last input {width: 100%;max-width: 100%;}
/* 功 */
.blank_letter {font-size: 24px;}
.blank_letter:before {font-size: 10px;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */




/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_logo > a{width: 160px;height: 140px;}
.footer_info li:nth-child(1) {grid-template-columns: repeat(1, 1fr);}
.footer_menu a {width: 28%;}
}


/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* 共用 */
.main_part {padding: 80px 25px;}


/* footer */
.footer_info {flex-direction: column;}
.footer_logo {margin-bottom: 20px;}
.footer_info li:nth-child(1) {gap: 4px;}
.footer_info li p {font-size: 13px;text-align: center;margin-bottom: 0;}
.footer_info li:nth-child(2) {display: none;}

}


/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 60px;}
.show_content {padding: 0 25px;width: 100%;}


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none;}
.footer.with_shopping_mode {padding: 60px 0 0px;}
#to_top {bottom: 20px;left: 10px;transform: scale(.9);}

/* footer */
.footer_logo {margin: 0 auto 10px;max-width: 30%;}
.footer_logo > a {width: 100%;height: auto;}
.footer_info li:nth-child(1) {gap: 2px;}
.footer_info li p {font-size: 12px;}

.copy, .copy a {line-height: 1.7;}
.copy a {padding: 0 2px;}
/* .copy p:first-child {width: 100%;} */
.privacyLinks+a {margin-right: 4px;}
.privacyLinks {margin: 0 3px;}
}


@media screen and (max-width: 600px) {
/* footer */
.footer_info li p:before {padding-right: 6px;margin-right: 8px;}

}



@media screen and (max-width: 480px) {
#to_top {bottom: 30px;}
}