@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');



/* 英文字體 Lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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');
/* 英文字體-內頁 Jost */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #D4C9AA; /*網站主要色系*/
  --SubColor: #202020; /*網站文字色*/
  --SubColor1: #A1A1A1; /*網站輔助色系1*/
  --SubColor2: #616A72; /*網站輔助色系2*/
  --SubColor3: #24272E; /*網站輔助色系3*/
  --SubColor4: #F5F2E8; /*網站輔助色系4*/  
  --SubColor5: #fff; /*網站輔助色系5*/ 
  --SubColor6: #af8d56; /*網站輔助色系6*/ 
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Lato", "Noto Sans TC",sans-serif, system-ui;/*英文字體*/
  --SFontEN2: "Jost", "Noto Sans TC",sans-serif, system-ui;/*英文字體*/
  --SFont: "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;
}
@media (min-width:1600px) {
  :root{
    --f48:40px;
  }
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f52:44px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
}
}
@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;  
}
}
@media (max-width:480px) {
: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;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection { background-color: #060303; color: #fff; }
::selection { background-color: #060303; color: #fff; } */


/*卷軸*/
&::-webkit-scrollbar { background: #f1f1f1; width: 7px;}
&::-webkit-scrollbar-button { display: none; background: #f1f1f1; border-radius: 0;}
&::-webkit-scrollbar-track-piece { background: #f1f1f1;}
&::-webkit-scrollbar-thumb { /* border-radius: 4px; */ background-color: #c1c1c1;}
&::-webkit-scrollbar-track { box-shadow: transparent;}


/* 商品編輯器作用抵銷 */
#bottom_menu li::marker {content: none;}
* {font-family: var(--SFontEN);line-height: 1.5;font-weight: 400;}
/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.header_area {position: fixed;z-index: 9999;width: 100%;background: transparent;padding: 0;}
.header_area.sticky {background: transparent;}
.main_header_area:after {content: "";width: 100%;height: 0%;height: 100%;position: absolute;top: 0;left: 0;transition-timing-function: ease-in;padding: 0 40px;transition: .5s ease;background: rgba(0, 0, 0, .8);}
.main_header_area:after {height: 0%;}
.header_area.sticky .main_header_area:after {height: 100%;}

.main_header_area:before {content: "";background: linear-gradient(180deg, #1d1d1d, transparent);width: 100%;height: 10vw;position: absolute;top: 0;left: 0;mix-blend-mode: multiply;opacity: .6;transition: .5s;}
.pageIndex .main_header_area:before {background: linear-gradient(180deg, #010101, transparent);}

.header_area.sticky .main_header_area:before {opacity: 0;transition: .5s;height: auto;}
.main_header_area .container {max-width: 100%;padding: 0 40px;transition: 0.5s;padding: 0;}
.header_area .main_header_area {background: transparent;padding: 0 4vw 0;transition: all 0.3s;position: relative;padding-top: 10px;}
.header_area.sticky .main_header_area {background: transparent;transition: all 0.3s;}


.navigation {grid-template-columns: 200px 1fr;align-items: center;padding: 0;position: relative;}




/*導覽列/選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {}
.stellarnav ul { padding-top: 35px;}
.header_area.sticky .stellarnav {opacity: 1;transition: all 0.3s;pointer-events: unset;}

/* 第一層 */
.stellarnav > ul > li {position: relative;padding: 0 10px;font-size: 0;}
.stellarnav > ul > li:last-child, .stellarnav.mobile > ul > li:last-child {display: none;}
.stellarnav > ul > li:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 0;
    height: 50px;
    position: absolute;
    top: -32%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    pointer-events: none;
    content: none;
}
.stellarnav > ul > li:hover::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 31px;
    width: 100%;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 5px;
}
.stellarnav > ul > li > a {
    font-family: var(--SFont);
    height: 100%;
    margin: 0;
    position: relative;
    padding: 10px 5px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    color: #fff;
    transition: all .5s ease;
}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{
    color: var(--SubColor6);
    color: #fff;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: var(--SubColor6);
    padding: 15px 5px;
}

.stellarnav > ul > li > a:before{
    content: '';
    width: 0%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 0px;
    top: auto;
    z-index: 1;
    background-color: #fff;
    background-color: #e9ba2c;
    -webkit-transition: width .3s cubic-bezier(.47, 0, .745, .715);
    transition: width .3s cubic-bezier(.47, 0, .745, .715);
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    /* left: auto; */
    right: 0;
}
.sticky .stellarnav > ul > li:hover > a {
    color: var(--SubColor6);
    color: #fff;
    transition: 0s;
}
.stellarnav > ul > li:hover > a:before {
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
    transition: width .3s cubic-bezier(.19,1,.22,1);
    /* left: 0; */
    width: 100%;
}
.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 ul ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    background: #f0f0f0;
    background: #fff;
    min-width: 120px;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: -75px; */
    box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
    border: none;
    width: fit-content;
    margin: 0;
}
.stellarnav li li {
    border: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.stellarnav.desktop li li.has-sub > a:after{
content: '';
display: block;
height: 0px;
border-bottom: solid 3px #777;
position: absolute;
top: 50%;
right: 15px;
height: 8px;
width: 8px;
display: block;
border-style: solid;
border-width: 0 1px 1px 0;
transform: rotate(45deg);
-webkit-transition: border .3s;
transition: border .3s;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-color: transparent #c5a469 #c5a469 transparent;
}
.stellarnav.desktop li.has-sub li a {
font-size: 13px;
    text-align: center;
    padding: 10px 25px;
    white-space: nowrap;
    font-family: var(--SFont);
    border-bottom: 1px solid #f6f6f6;
    transition: all .5s;
    letter-spacing: 1.5px;
    transform: translateX(0);
    text-align: center;
}
.stellarnav.desktop li.has-sub li:last-child a{
    border: 0;
}
.stellarnav.desktop li.has-sub li a:hover{
    color: #fff;
    background: #cdaf76;    
    background: #e9ba2c;
}
.news_classes > li:hover > a, .news_classes > li:focus > a {
    color: #fff;    
    background: #808080;
}
/* 第三層 */
.stellarnav ul ul ul {top: 0;left: 100%;margin: 0;width: fit-content;transform: unset;}
.stellarnav.desktop li li.has-sub > a:after {display: none;}
.stellarnav.desktop ul ul ul {}
.stellarnav.desktop li.drop-left ul ul {
    left: auto;
    right: 100%;
}

/* 右上購物車 */
.me_tp_features {position: absolute;top: 5px;right: 0;z-index: 10000;max-width: 245px;padding-right: 10px;}
.me_tp_features .tp_links{display: none;}
.me_tp_features a i {font-size: 13px;color: #fff;line-height: 20px;}
.me_tp_features a.tp_btn_cart{position: relative;}
.me_tp_features a.tp_btn_cart span span{display: none;}
.me_tp_features a.tp_btn_cart b {color: #000;background: #d5ab6e;background: #e9ba2c;font-size: 8px;width: 13px;height: 14px;border-radius: 50%;display: block;
text-align: center;line-height: 14px;letter-spacing: 0px;position: absolute;right: -5px;bottom: -5px;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}
.box_search {margin-bottom: 0;}
.box_search > form{background: #eef0f1;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;border: none;border-bottom: 1px solid #ccc;
letter-spacing: 0;background: url(https://pic03.eapple.com.tw/libetter/search-icon.png) no-repeat 8px center transparent;}
.box_search input[type=text]::placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-webkit-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-moz-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:-ms-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{border-radius: 0;background: #5b5a5a;padding: 0px 8px 2px;}/*搜尋按鈕*/





/*LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {grid-row: 1;width: fit-content;max-width: 180px;padding: 5px 0 15px;transition: all 0.5s;font-size: 0;}
.sticky .nav-header {}
.nav-brand {margin: 0;}
.nav-brand img {max-width: 100%;filter: contrast(0) brightness(100);}
.sticky .nav-brand img {}





/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}
.footer_menu a:first-child, .footer_menu a:last-child {display: none;}


.footer {
position: relative;
margin-top: 0;
padding-top: 100px;
padding-bottom: 20px;
background-image: url(https://pic03.eapple.com.tw/attorneystoic/ft_bg.png);
background-repeat: no-repeat;
background-size: cover;
background: #000;
}
.footer .center {
width: 100%;
max-width: 1300px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
display: flex;
justify-content: space-between;
}
.footer_logo {filter: contrast(0) brightness(100);position: absolute;left: 40px;right: unset;}


/* footer資訊*/
.footer_info {text-align: center;width: 100%;display: grid;grid-template-columns: 1fr;grid-gap: 20px;padding: 0;}
.footer_info:nth-child(1) > ul {   }

/* 文字共用 */
.footer_menu a, .footer_info li p{
position: relative;
padding: 5px 7px;
border: 0;
/* margin: 0; */
color: #a7a7a7cc;
background: transparent;
padding: 0 20px;
font-family: var(--SFont);
font-size: 13px;
line-height: 2;
letter-spacing: 2px;
font-weight: 400;
opacity: 1;
}

.footer_info li:nth-child(1) {
/* display: flex;
justify-content: center;
flex-direction: column;
align-items: flex-end; */
padding: 0;
margin-bottom: 20px;
max-width: 1300px;
margin: 0 auto 25px;
padding: 10px 20px;
}
.footer_info li p{
padding: 0;
font-size: 14px;
font-weight: 300;
display: flex;
align-items: center;
gap: 2px;
}
.footer_info li p:hover a{color: #d9bd81;}
.footer_info li p:hover:before {
content: '';
background-image: url(https://pic03.eapple.com.tw/libetter/ft_icon01.png);
filter: invert(8%) sepia(6) saturate(700%) hue-rotate(310deg) brightness(90%) contrast(120%);
}
/* .footer_info li p.line{display: none;}
.footer_info li p.phone{} */
.footer_info li p:before {
color: #fff;
font-family: var(--SFontEN);
margin-right: 5px;
letter-spacing: 1.5px;
font-weight: 400;
display: inline-block;
width: 20px;
height: 20px;
}
.footer_info li p.tel:before{content: '';background-image: url(https://pic03.eapple.com.tw/libetter/ft_icon02.png);}
.footer_info li p.mail:before{content: '';background-image: url(https://pic03.eapple.com.tw/libetter/ft_icon03.png);margin-right: 8px;}
.footer_info li p.add:before{content: '';background-image: url(https://pic03.eapple.com.tw/libetter/ft_icon04.png);}
.footer_info li p.line:before{content: '';background-image: url(https://pic03.eapple.com.tw/libetter/ft_icon01.png);}
.footer_info li p.phone:before{content: '';background-image: url(https://pic03.eapple.com.tw/libetter/ft_icon05.png);margin-right: 0px;}
.footer_info li p a {
    color: #fff;
    line-height: 20px;
}

/* .footer_info li p.tel {order: 1;}
.footer_info li p.phone {order: 2;}
.footer_info li p.line{order: 3;}
.footer_info li p.mail{order: 4;} */



.footer_info li:nth-child(2){border-top: 1px solid #ffffff3b;}
.footer_menu {
    font-size: 0;
    width: 100%;
    text-align: center;
}
.footer_menu a { line-height: 2.4;transition: all 0.3s linear;}
.footer_menu a:after{content: "";display: block;position: absolute;width: 2px;height: 20px;background-color: rgba(118, 118, 118, 0.3);
right: 0;top: 7px;opacity: 0;}
.footer_menu a:last-child:after{content: none;}
.footer_menu a:hover {background: transparent;color: var(--MainColor);}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {
text-align: center;
padding: 7px 0;
border-top: 0;
align-items: center;
color: #999;
display: flex;
flex-wrap: wrap;
margin-top: 20px;
position: relative;
justify-content: center;
font-family: var(--SFont);
font-size: 11px;
line-height: 2;
letter-spacing: 1.5px;
font-weight: 400;
}
.copy a {color: #999;} 

/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;}
.fa-xmark::before {
font: normal normal normal 14px / 1 FontAwesome;
font-size: 24px;
content: "\f4ad";
color: #fff;
}

/* 置頂按鈕 */
#to_top {bottom: 2vw;left: 1vw;right: unset;padding: 13px 1px 0 0;font-size: 0;color: #fff;background: #111111;box-shadow: none;border-radius: 0;transition: .8s;height: 35px;width: 35px;border-radius: 50px;}
#to_top i.top:before, #to_top i.top:after {height: 10px;width: 2px;top: 0;left: 50%;background: #fff;}
#to_top:hover {opacity: 0.6;transition: opacity 0.3s;}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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: #fff;padding: 80px 0 ;background-repeat: repeat;padding: 0;}
.bannerindex {position: relative;height: auto;padding: 0;}

/* 大圖尺寸 */
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;height: 100vh;max-height: 90vh;}
.swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{opacity: unset !important;width: auto;object-fit: contain;height: 100%;object-fit: cover;width: 100%;height: 100%;max-width: 100%;}
.bannerindex .swiper-banner .swiper-slide img {height: 100%;}








/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 12px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px 5px;border-radius: 0;height: 4px;width: 20px;}
.swiper-pagination-bullet {opacity: .5;background: #fff;}
.swiper-pagination-bullet-active {opacity: 1;background: #fff;}
/* 大圖點點按鈕END */



/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {
    content: none;
    position: absolute;
    z-index: 100;
    pointer-events: none;    
    opacity: 0;    
} 

/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {
    content: '';
    position: absolute;
    z-index: 100;
    pointer-events: none;    
    opacity: 0;    
} 
.bannerindex .swiper-banner .swiper-slide:before {    
    background: url(https://pic03.eapple.com.tw/libetter/bnA_txt01.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 50%;
    width: 42%;
    height: auto;
    left: 15vw;
    aspect-ratio: 142 / 17;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 660px;
}
.bannerindex .swiper-banner .swiper-slide:after {
content: "誠實、專業、熱心服務，為您量身打造最合適的影音解決方案， \A 讓每一次視聽體驗都更出色。";
    white-space: pre-line;
    top: 54%;
    left: 100px;
    background-size: contain;
    z-index: 0;
    letter-spacing: 0.2em;
    text-align: left;
    color: #fff;
    font-family: var(--SFont);
    font-size: clamp(10px, 2em, 14px);
    width: fit-content;
    font-weight: 300;
    line-height: 1.7;
    left: 15vw;
}

/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {    
background: url(https://pic03.eapple.com.tw/libetter/bnB_txt01.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):after {
    content: "提供從投影設備規劃、安裝到維修的一條龍服務， \A 打造專屬於您的視聽空間！";
}




/* animation= */
.bannerindex .swiper-slide.swiper-slide-active:before {
    animation-delay: .3s;
	/* -webkit-animation: NtxtTrackingIN 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; */
    animation: NfadeInLeft  1.25s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.bannerindex .swiper-slide.swiper-slide-active:after {
    animation-delay: .6s;
    animation: NfadeInLeft  1.25s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@keyframes NfadeInUp{0%{opacity:0;-webkit-transform:translate3d(-50%,-100%,0);transform:translate3d(-50%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(-50%,0%,0);transform:translate3d(-50%,0%,0)}}
@keyframes NfadeInLeft {from {opacity: 0;transform: translate3d(-100%,0,0)}to {opacity: 1;transform: none}}




@media screen and (min-width: 1400px) {
/* 大圖 */
.bannerindex .swiper-banner .swiper-slide:after, .bannerindex .swiper-banner .swiper-slide:nth-child(2):after {font-size: clamp(15px, 1rem, 18px);}
}






/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {border-bottom: 1px solid #e5e5e5;background-color: #fff;margin-bottom: 40px;padding: 20px 0;text-align: center;font-family: var(--SFontEN);}
.path p a:hover {color: #1F1B15;}
.path p {width: fit-content;margin: auto;}
.path p, .path p a {text-align: center;color: #999;font-family: var(--SFontE);letter-spacing: .8px;font-size: 0px;font-weight: 400;transition: 0.3s;line-height: 1.5;}
.path p a {font-size: 13px;}
.path p a:not(:last-child):after {content: ' > ';color: #999;}
.path p a:hover:after {color: #999;}

/* main */
.edit_part{padding: 0;}
.main_part {width: 100%;min-width: 100%;margin: auto;padding: 50px 20px;padding: 0;padding-bottom: 80px;background: transparent;}
.show_content {margin: auto;padding: 0 20px;font-family: var(--SFont);width: 95%;max-width: 1300px;margin: 0 auto;padding-top: 60px;}

.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;}

/* 功能頁下方頁碼 */
ul.page {width: 100%;margin: 40px auto 20px;font-size: 0;}
.page li {aspect-ratio: 1 / 1;height: 25px;font-size: 16px;;width: auto;font-family: var(--SFontEN2);display: flex;align-items: center;justify-content: center;}
li.activeN {font-weight: 700;padding-top: 3px;}
.page strong, .page a:hover {background: #ae8c5b;color: #fff;}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {position: relative;background: #f2f2f2;width: 100%;object-fit: cover;background-size: cover;background-position: 50% 00%;aspect-ratio: 29 / 9;background-image: url(https://pic03.eapple.com.tw/libetter/banA.jpg);height: 420px;}
.banner:before {
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
}
.banner h5 {
color: #fff;
z-index: 1;
font-size: 40px;
font-family: var(--SFontEN);
display: flex;
flex-direction: column;
gap: 8px;
font-weight: 500;
font-size: 42px;
letter-spacing: 6px;
padding-top: 25px;
}
.banner h5:after {
color: #bc9565;
font-weight: 800;
z-index: 1;
font-size: 14px;
content: 'PRODUCT';
letter-spacing: 3px;
}



.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}

.banner.banblog, .banner.banA {background-image: url(https://pic03.eapple.com.tw/libetter/banE.jpg);background-size: cover;background-position: 20% 50%;}
.banner.banblog:before, .banner.banA:before {opacity: .4;}
.banner.banblog h5:after, .banner.banA h5:after {content: 'NEWS';}


.banner.banblog h5:after {content: 'OBJECT';}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/libetter/banD.jpg);background-size: cover;background-position: 80% 50%;}

.banner.banC {background-image: url(https://pic03.eapple.com.tw/libetter/banD.jpg);background-size: cover;background-position: 80% 50%;}
.banner.banC h5:after {content: 'CONTACT';}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/libetter/banC.jpg);background-size: cover;background-position: 00% 50%;}
.banner.banE h5:after {content: 'OBJECT';}
.car_page .banner.banF h5:after {content: 'CART';}
.remit_page .banner.banD h5:after {content: 'NOTICE';}



@media screen and (min-width: 1400px) {}
@media screen and (max-width: 1400px) {
.banner {height: 420px;}
.banner h5 {font-size: 36px;letter-spacing: 4px;padding-top: 50px;}

}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

/* 大圖 */
.bannerindex .swiper-banner {height: auto;max-height: unset;aspect-ratio: 5 / 3;}
.bannerindex .swiper-banner .swiper-slide:before {bottom: 45%;}
.bannerindex .swiper-banner .swiper-slide:after {top: 60%;}
/* = = header = = */
.header_area .main_header_area, .header_area.sticky .main_header_area {padding: 10px 20px 0;}
.stellarnav > ul > li {padding: 0 5px;}
}


/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {

/* 大圖 */
.bannerindex .swiper-banner {height: auto;max-height: unset;aspect-ratio: 5 / 4.5;}
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {left: 10vw;}
.bannerindex .swiper-banner .swiper-slide:before {min-width: 600px;}

/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {backdrop-filter: blur(5px);}
.header_area.sticky .main_header_area{backdrop-filter: none;border: 0;}
.main_header_area:before {height: 20vw;opacity: 1;}
.main_header_area:after {background: rgba(0, 0, 0, .85);}

.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}
/* logo*/
.nav-header {max-width: 180px;padding: 10px 0 0;margin: auto;}
.sticky .nav-header {padding: 15px 0 0;}
.me_tp_features {padding-right: 0;text-align: right;}
.me_tp_features {text-align: right;position: absolute;margin: auto;padding: 0;transform: scale(.9);transform-origin: 100%;}

/* 導覽列 */
.pageIndex .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {text-align: center;padding-top: 10px;}
.stellarnav > ul > li {    }    
.stellarnav > ul > li > a {letter-spacing: 0;margin: 0;font-size: 14px;padding: 12px 5px;letter-spacing: 1px;}
.stellarnav>ul>li:after {height: 3px;top: 100%;bottom: 0;transform: translate(-50%, 0);}}





/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
.banner {max-height: 320px;}
.banner h5 {font-size: 32px;letter-spacing: 3px;padding-top: 0;}
.banner h5:after {font-weight: 700;font-size: 12px;letter-spacing: 2px;}
/* 大圖 */
.bannerindex .swiper-banner {height: auto;max-height: unset;aspect-ratio: 5 / 5;}
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {left: 10vw;}
.bannerindex .swiper-banner .swiper-slide:before {min-width: fit-content;width: 80%;bottom: 53%;}
.bannerindex .swiper-banner .swiper-slide:after {font-size: .8rem;top: 52%;width: 80%;}

/* logo*/    
.nav-header {max-width: 160px;padding: 15px 0;margin-left: 0;}
.sticky .nav-header {padding: 16px 0;}
.nav-brand img { }

.me_tp_features {display: none;}



/* = = header = = */
.header_area {height: 80px;position: sticky;background: #000;}
.header_area .main_header_area {padding: 5px 30px 0;border: 0;backdrop-filter: none;}
.header_area.sticky .main_header_area {padding: 5px 20px 0;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;}

.pageIndex .main_header_area:before {content: none;}


/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: 0;left: unset;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 16px 0;gap: 7px;padding: 0;flex-direction: column;align-items: center;}
/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;font-size: 11px;color: #fff;transform: scale(1);font-family: var(--SFontEN2);letter-spacing: 1.5px;}
.stellarnav .menu-toggle span.bars {display: flex;margin: 0;flex-direction: column;gap: 6px;}
.stellarnav .menu-toggle span.bars span {width: 32px;height: 2px;border-radius: 0;background: #717171;margin: 0;background: #fff;height: 1px;}
/* 黑色遮罩 */
.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;border: 0;visibility: hidden;overflow-y: auto;opacity: 0;transform: translateX(100%);transition: opacity .4s, visibility 0s .4s, transform .7s;}
/*卷軸*/
.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: 320px;transform: translateX(0%);width: 70%;opacity: 1;visibility: visible;transition: opacity .4s, transform .8s;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {/* display: inline-block; *//* font-size: 12px; *//* background: transparent; *//* height: 76px; *//* width: fit-content; */padding: 15px 0;margin: 0;content: 'Menu';font-size: 12px;color: #fff;transform: scale(1);font-family: var(--SFontEN2);letter-spacing: 1px;height: fit-content;width: 100%;text-align: right;display: flex;flex-direction: row-reverse;background: rgba(0, 0, 0, .75);}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;position: relative;display: inline-block;margin: 2px 9px 0 3px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 18px;height: 0px;border-bottom: solid 1px #fff;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */
.stellarnav.mobile > ul > li {/* border-bottom: 1px #eee solid; */padding: 0;/* display: block; */border-bottom: 1px solid #f0f0f0;display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: #f3f3f3;background: #f5f2e891;padding: 0;padding-bottom: 5px;border-bottom: 1px solid #d7c2a0;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 1.5;display: block;color: #333;font-size: 15px;letter-spacing: .8px;padding: 15px 11px 15px 20px;}
.stellarnav.mobile li.open > a {border: 0; font-weight: 700;}    
.stellarnav > ul > li > a:before{content: none;}

/* +符號修改 = = */
.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 var(--SubColor6);}
/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {left: unset;margin: 0 auto;box-shadow: none;width: calc(100% - 10px);padding: 0 5px;margin: auto;left: unset;box-shadow: none;transform: unset;background: transparent;}
.stellarnav li li {color: #333;font-family: var(--SFont);font-size: 15px;letter-spacing: .5px;}
/* .stellarnav.mobile li li.has-sub a {padding: 10px 30px 10px 20px;} */
.stellarnav a.dd-toggle .icon-plus {height: 80%;height: auto;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #aaa;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(--SubColor6)}
.stellarnav.mobile li li a {font-size: 13px;border: 0;}
.stellarnav.mobile li li a, .stellarnav.mobile li li.has-sub a {padding: 8px 10px}

.stellarnav.mobile li li a.dd-toggle {padding: 6px;position: absolute;text-align: center;height: auto;}
.stellarnav.mobile li li a.dd-toggle .icon-plus {top: 0;}

/* 第三層 */
.stellarnav.mobile li.open li.open {background: #fbfbfb;background: #e3e1d6;}
.stellarnav li li li a{font-size: 14px;}

}



@media screen and (max-width: 600px) {
.banner {max-height: 240px;}
/* = = header = = */
.header_area .main_header_area {padding: 5px 20px 0;}
.header_area.sticky .main_header_area {padding: 5px 15px 0;}



}


@media screen and (max-width: 480px) {
/* 大圖 */
.bannerindex .swiper-banner {aspect-ratio: 5 / 6;}
.bannerindex .swiper-banner .swiper-slide:after {font-size: .7rem;top: 50%;content: "誠實、專業、熱心服務，為您量身打造最合適的影音解決方案，讓每一次視聽體驗都更出色。";}

.banner h5 {font-size: var(--f52);}
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {max-width: 1400px;}


.product_page .show_content {
width: 95%;
max-width: 1400px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
}

/* 功-外層 = = = = */
/* 左側分類欄位 = = = =  */
.product_page .product_menu_list {position: relative;letter-spacing: 1px;min-height: 30vw;width: 280px;padding-right: 40px;}
.product-layer-two > li {
width: 100%;
max-width: 100%;
text-align: left;
border-bottom: 1px solid #e2e2e2;
position: relative;
display: block;
padding: 5px 0;
}
.product-layer-two > li:first-child{border-top: 1px solid #e2e2e2;}
/* 收合符號 */
.product-layer-two li i.close::before, .fa-circle-plus::before{
content: "";
border: solid 1px #9a9ea2;
border-width: 0 0 2px 2px;
display: block;
height: 10px;
width: 10px;
transform: rotate(-45deg);
position: absolute;
right: 3px;
top: 10px;
transition: transform .3s linear, top .3s linear;
transform: rotate(135deg);
top: 15px;
}
.fa-circle-plus::before{transform: rotate(-45deg);}
.product-layer-two li a {
position: relative;
border: 0;
background: transparent;
padding: 8px 0;
display: block;
font-size: 16px;
color: #1F1B15;
position: relative;
line-height: 1.5;
transition: .3s;
}
.product-layer-two > li > a:hover {font-weight: 600;}
.product-layer-two li.active a {font-weight: 600;border: 0;}
.product-layer-two li.active li a {background: transparent;}
.product-layer-two li.active > a {color: #AF8D56; font-weight: 500}
.product-layer-two li ul {
position: static;
margin-top: 0;
width: 100%;
margin-left: 0;
padding-left: 16px;
gap: 0;
}
.product-layer-two li:hover ul {border: none !important;}
/* 分類第二層 */
.product-layer-two li li {
    background: transparent;
border: 0;
display: block;
padding: 0;
transition: all ease .3s;
}
.product-layer-two li li.active a {
    background: transparent;
    color: #AF8D56;
}
.product-layer-two li li a {
padding: 4px 20px 8px 0;
}
.product-layer-two li li:hover > a {
background: transparent;
color: #AF8D56;
}


/* 右側商品區塊 = = = = */
.products-list {
padding: 0;
display: grid;
display: flex;
flex-wrap: wrap;
gap: 0;
}
.product_page .products-list {width: calc(100% - 280px);}
.products-list .item {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 33.33%;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
.products-list .item a {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    transition: all 0.5s ease-out;
    position: relative;
    height: 100%;
    padding: 25px 30px 80px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-family: var(--SFontEN);
}
/* 商品圖 */
.products-list .pic::before {
    content: '';
    background: #ffffff;
    pointer-events: none;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}
.products-list .pic::after {
    content: '';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    background: #333;
    background-image: url(https://pic03.eapple.com.tw/libetter/pro_cart.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    bottom: 0;
    font-size: 16px;
    color: #222;
    aspect-ratio: 1 / 1;
    width: 40px;
    height: 40px;
    background-size: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50%;
    top: 50%;
    border-radius: 3px;
    opacity: 0;
    transform: translate(50%, calc(-50% + 20px));
    transition: .5s;
}
.products-list .item a:hover .pic::after {
    opacity: 1;
    transform: translate(50%, -50%);
}
.products-list .item a:hover .pic::before {
    opacity: .6;
}

/* 商品名 */
.products-list .name {
    font-size: 16px;
    color: #444;
    letter-spacing: .5px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    overflow: unset;
    height: fit-content;
    font-weight: 600;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px dashed #bfbdbe;
}
.products-list .name .numbering {
    display: block;
    border-top: 1px dashed #bfbdbe;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #676767;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.4;
}
.products-list .price {
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.products-list .price b {
    color: #ed6464;
    font-size: 18px;
    width: calc(50% - 10px);
    margin: 0;
}
.products-list .item a .more {
    border: 0;
    font-weight: 500;
    font-family: var(--SFontEN);
    font-size: 14px;
    color: #ffffff;
    padding: 12.5px 20px;
    background-color: #AF8D56;
    text-align: left;
    padding-right: 90px;
    bottom: 25px;
    letter-spacing: 1.5px;
    line-height: 1.7;
    width: calc(100% - 60px);
}
.more.slowAnimation:after {
margin: auto;
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: translateY(-50%) skew(45deg, 0);
    width: 40px;
    height: 6px;
    border-color: #fff;
    bottom: 42%;
    opacity: .4;
    transition: all 0.5s ease-out;
}
.products-list .more.slowAnimation:hover:after {
opacity: 1;
width: 25px;
}
.products-list .item a:hover .more {    
    background-color: #AF8D56;    
    letter-spacing: 1.5px;
}



/* 功-內層 = = = = */
.product_info_page .main_part {background: #fbfbfb;}
.product_info_page .show_content{max-width: 1300px;font-family: var(--SFontEN);}
.product_info_page .product_menu_list {display: none;}
.product_info_page .product-wrapper{width: 100%;}

/* 左商品輪播區＝＝*/
.product_main {padding: 0 10px;vertical-align: top;width: 64%;padding-right: 50px;float: left;text-align: center;}
.product_main ul, .sidebarBtn ul {list-style-type: none;margin: 0;padding-left: 0;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {text-shadow: none;color: #333;}
#prod_thumbSwiper .swiper-slide::before {background: #fff;opacity: 0.8;}
#prod_thumbSwiper .swiper-slide-thumb-active::before {opacity: 0;}

/* 右商品資訊區＝＝*/
.sidebarBtn {padding: 0;display: inline-block;width: 28%;vertical-align: top;border: 0;background: transparent;width: 35%;float: right;}
/*按鈕顏色*/
.inquiry_a1 {background: #cbc0a0;}
.inquiry_a2 {background: #bdab77;}
.inquiry_a3 {background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #222;}
/*商品側邊規格*/
div#number_area {color: #666;font-size: 13px;margin: 5px 0 0;}
.sidebarBtn .sp_price {color: #ed6464;}
.sidebarBtn .price span {display: block;font-size: 18px;}
.product_info li .txt_box {color: #464543;width: 100%;font-size: 14px;line-height: 1.6;}
.mobile_product_name {font-size: 0;}


/* 下方資訊區＝＝*/
.pd_tabTitle li.activeTab::after {height: 3px;}
.pd_tabTitle li {border-bottom: 0;}

/*相關推薦*/
.prod_related h6 span:before {font-size: 28px;}



@media screen and (max-width: 1400px) {
/* 外 */
.product_page .product_menu_list { width: 260px;}
.product_page .products-list {width: calc(100% - 260px);}
}

@media screen and (max-width: 1200px) {
/* 外 */
.products-list .item {width: 50%;}
}

@media screen and (max-width: 1024px) {
/* 外 */
.product_page .show_content {width: 100%;}
.product_page .product_menu_list {width: 240px;padding-right: 20px;}
.product_page .products-list {width: calc(100% - 240px);}
.product-layer-two li a {font-size: 15px;}
.products-list .item a {padding: 20px 20px 70px;}
.products-list .item a .more {font-weight: 400;padding: 10px;padding-right: 90px;bottom: 20px;width: calc(100% - 40px);letter-spacing: 1px;font-size: 13px;}
.products-list .name {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;}
/* 內 */
.product_main {padding-right: 20px;}
.sidebarBtn h2 { font-size: 22px;}
.prod_tabs {margin-top: 40px;}

}

@media screen and (max-width: 768px) {
.product_menu_list, .products-list, .product-wrapper {width: 100%;}

/* 外 */
.product_page .product_menu_list {width: calc(100% - 20px);order: 0;min-height: unset;color: #444;
letter-spacing: 1px;border: 1px solid rgba(0, 0, 0, 0.1);background-color: #ffffff;padding: 10px;margin: 0 auto 30px;}
.product_page .product_menu_list>h5 {display: block;margin: 0;font-size: var(--f20);color: #444;font-weight: 500;}
.product_menu_list a.pd_menu_toggle {font-size: 20px;}
.product-layer-two {margin-right: 0;grid-template-columns: repeat( 1fr);grid-gap: 5px;}
.product_page .product-layer-two, .product_page .products-list {width: 100%;border-right: none;margin-top: 15px;}
.product-layer-two li i {right: 10px;}
.product-layer-two > li {border-bottom: 1px solid #e2e2e26b;}
.product-layer-two li a {font-size: 14px;padding: 5px;}
/* 內 */
.product_main, .sidebarBtn {width: 100%;}
.sidebarBtn {padding: 20px;margin: 40px 0;background: #ffffff;box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);}
}


@media screen and (max-width: 600px) {
/* 外 */
.product_page .product_menu_list {width: 100%;margin: 0 auto 20px;}
.product_page .products-list {gap: 10px;}
.products-list .item {width: calc((100% - 10px) / 2);padding: 0;margin-bottom: 10px;}
.products-list .item a {padding: 15px 15px 50px;}
.products-list .name {font-size: 14px;margin: 15px 0 10px;}
.products-list .price b {font-size: 16px;}
.products-list .item a .more {width: calc(100% - 30px);font-size: 12px;padding: 8px;line-height: 1.4;text-align: center;        bottom: 15px;}
.more.slowAnimation:after {content: none;}
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 380px) {
.products-list .item {width: 95%;margin: auto;}   
}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*A文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* article_a */

/*文章功能頁/ = = = = */
.show_content.blog_box {padding-top: 40px;}

/* 左側分類欄位 = = */

/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;}
.submenu li+li {border-top: 1px solid #ccc !important;}
.submenu a {color: #666;word-break: break-all;line-height: 1;padding: 12px 20px 12px 30px;height: fit-content;font-size: 13px;}
.submenu a i {left: 10px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {color: #FFF;}
/* 當前頁面 */
.blog_le .accordion > li.on_this_category .submenu {display: none !important;height: 100%;}
.blog_le .accordion > li.on_this_category.open .submenu {display: block !important;height: 100%;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover {color: #3C3C3C !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a, .blog_le .accordion > li:hover .link a {color: #3C3C3C !important;border-bottom-color: #bc9565;}

/* 右側圖文區 = = */
.blog_ri {width: 100%;padding: 0;margin: 0 auto;margin-top: 20px;display: flex;flex-direction: column;font-family: var(--SFontEN);}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;margin: 0;}
/* 圖文區塊 */
.blog_subbox {display: grid;grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));grid-gap: 5px;}
.subbox_item {border-radius: 0;overflow: hidden;margin: 0;display: block;width: 100%;position: relative;padding: 10px;transition: 0.5s;}
.subbox_item:hover {transition: .5s ease-out;}
.subbox_item a {display: grid;grid-template-columns: 1fr;position: relative;grid-gap: 5px;height: 100%;align-content: start;}
.subbox_item a:after, .subbox_item a:before {content: none;}
/* 圖 */
.blog_list_le {overflow: hidden;background-color: #121212;position: relative;display: flex;width: 100%;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;aspect-ratio: 1 / 1;}
.blog_list_le img {transition: .5s ease;box-shadow: 6px 6px 0 rgba(0, 0, 0, .04);}
.subbox_item a:hover img {transition: 0.5s;opacity: 0.4;transform: scale(1.05);}
.subbox_item a:hover .blog_list_le::before{opacity: 1;transition: 0.5s;transform: translateX(-50%) translateY(-50%) scale(1);}
.blog_list_le::before {content: "MORE +";position: absolute;line-height: 1.5;font-family: var(--SFontEN);left: 50%;top: 50%;z-index: 99;transform: translateX(-50%) translateY(-50%) scale(0);display: block;padding: 10px 20px 7px;font-size: 14px;font-weight: 400;letter-spacing: 1.5px;color: #fff;border: 2px solid #fff;opacity: 0;transition: all 0.5s ease;}
/* 文字 */
.blog_list_ri {justify-content: center;max-width: 100%;overflow: hidden;padding: 0;display: flex;flex-direction: column;margin: 10px 0px;width: 100%;}
.blog_list_ri h5 {text-align: left;padding-bottom: 5px;border-bottom: 1px solid #e7e7e7;white-space: normal;font-size: 20px;color: #1f1a14;margin: 10px 0;letter-spacing: 1px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 1.5;max-height: fit-content;overflow: hidden;font-weight: 600;order: 2;}
.subbox_item a:hover .blog_list_ri h5 {color: #C1A26E;}
.blog_list_ri em {font-size: 14px;color: #aaa;margin: 10px 0 0;padding: 5px 0;letter-spacing: 0.04em;}
.blog_list_ri em {margin: 0;padding: 0;position: relative;margin-left: -45px;font-weight: 800;letter-spacing: 1px;font-size: 14px;color: #ad9b6d;font-style: normal;display: block;order: 1;}
.blog_list_ri p {font-size: 14px;white-space: normal;word-break: break-all;color: #888;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;line-height: 1.7;max-height: fit-content;overflow: hidden;order: 3;font-family: var(--SFont);font-weight: 400;letter-spacing: 0.5px;margin: 0;}


/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {width: 100%;display: block;padding: 0;margin: auto;min-height: fit-content;}
.blog_in_page h4.blog_category_title {width: 100%;font-size: 24px;letter-spacing: 1px;margin-bottom: 0;text-align: left;padding: 30px 0 0;font-size: var(--f28);}
/* 上下篇按鈕 */
.blog_back {align-items: center;padding: 40px 0;display: flex;-ms-flex-wrap: wrap;gap: 10px;border-top: 1px solid #eee;}
.blog_back a {font-size: 13px;letter-spacing: 0.08em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {background: #eee;background: transparent;transition: .5s ease;height: 45px;width: 180px;font-weight: 300;line-height: 43px;padding: 0 20px;position: relative;border-radius: 4px;border: 1px solid #c2c2c2;color: #666;display: block;font-size: 15px;padding: 0 20px;position: relative;}
.blog_back a.article_btn_prev {text-align: right;}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before{content: "";width: 10px;height: 10px;border-left: 1px solid #9e9e9e;border-bottom: 1px solid #9e9e9e;display: block;position: absolute;top: calc(50% - 5px);}
.blog_back a.article_btn_prev:before{-webkit-transform: rotate(45deg);transform: rotate(45deg);left: 15px;}
.blog_back a.article_btn_next:before{-webkit-transform: rotate(-135deg);transform: rotate(-135deg);right: 15px;}
.blog_back a.article_btn_next {margin-left: auto;text-align: left;}
.blog_back a.article_btn_back {background: #f5f5f5;transition: .5s ease;display: none;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {border: 1px solid var(--SubColor6);background: var(--SubColor6);
color: #fff;}
.blog_back a.article_btn_back:hover {border: 1px solid #2c2c2c;background: #2c2c2c;color: #fff;}
.blog_back a.article_btn_prev:hover:before, .blog_back a.article_btn_next:hover:before  {border-left: 1px solid #fff;border-bottom: 1px solid #fff;}
/* 分享按鈕 = = */
.blog_shareData {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;padding: 0;margin: 10px 0;font-size: var(--f16);color: #2F2F2F;line-height: 1.8;padding: 0;letter-spacing: 0.04em}

/*文章-相關推薦*/
.news_related, .prod_related {display: none;}
.news_related h6 span:before, .prod_related h6 span:before {font-size: 24px;color: #333;font-weight: 500;letter-spacing: 0.04em;}
.news_related_list, .related_list {margin: 40px auto;}
.news_related_list li, .related_list li {display: block;padding: 0px;}
.news_related_list li a, .related_list li a {padding: 10px;background: #fff;height: 100%;border: 1px solid #eee;border-radius: 5px;transition: .3s ease;}
.news_related_list li a:hover, .related_list li a:hover {box-shadow: 4px 4px 15px rgb(181 177 172 / 25%);transition: .3s ease;}
.news_related_list li figure {aspect-ratio: 12 / 17;}
.news_related_list li a p, .related_list li a p{font-size: 16px;letter-spacing: 0.04em;color: #333;padding: 10px 0 5px;line-height: 1.5;}
/* 按鈕 */
.news_related_b_box, .prod_related_b_box {margin: auto;background: transparent;color: #fff;position: relative;z-index: 1;min-width: 165px;
width: 200px;height: 50px;border: 1px solid #0F0F0F;font-size: 14px;letter-spacing: 0.1em;color: #0F0F0F;overflow: hidden;transition: color 0s ease;border: 1px solid #bcbfbf;}
.lastPage {color: #fff;background: transparent;transition: all .5s;font-family: var(--SFont2);font-weight: 500;letter-spacing: 0.12em;font-size: 16px;margin: 0 auto;color: #293943;line-height: 1.8;}
a.lastPage:after {content: "";position: absolute;left: 0;
top: 0;z-index: -1;width: 0;height: 100%;background-color: var(--SubColor2);transition: all 0.5s;}
a.lastPage:hover {color: #fff;}
a.lastPage:hover:after {width: 100%;}


/*B文章設定 =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show_content.blog_box {display: grid;grid-template-columns: 260px 8fr;gap: 0 40px;}
.blog_le, .blog_ri {width: 100%;}
.blog_in_page .blog_ri {width: 100%;display: block;padding: 0;margin: auto;min-height: fit-content;grid-column: 2 / 5;}
.blog_le {grid-row: 1 / 3;padding: 0;padding-right: 15px;}
.blog_back {grid-row: 2 / 3;grid-column: 2 / 5;}
/* 分類欄位 */
h5.blog_le_t {color: var(--SubColor6);font-weight: 500;font-size: var(--f22);font-family: serif;letter-spacing: 2px;margin-bottom: 7px;font-family: var(--SFont);}
.blog_search input[type=search] {border-radius: 10px;}
.blog_le .accordion {border-radius: 0;border: 0;flex-direction: column;}
.blog_le .accordion li {max-height: 100%;width: 100%;}
.accordion li .link a {cursor: pointer;display: block;color: #333;font-size: 14px;;position: relative;font-weight: 400;letter-spacing: 1.5px;line-height: 1.5;padding: 10px;}
.accordion li.open .link a {color: #a98b58;}
.fa-chevron-down::before {content: "\f078";color: #999;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #222 !important;font-weight: 700;}
.blog_le .accordion > li:hover .link i {color: #333 !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
/* 已選分類 */
.blog_le .accordion > li.on_this_category {background: var(--SubColor6) !important;}
.blog_le .accordion > li.on_this_category .fa-chevron-down::before {color: #eee;}
.blog_le .accordion > li.on_this_category .link a {color: #fff !important;font-weight: 500;}
.blog_le .accordion > li.on_this_category .link i {color: #fff !important;}
/* 第二層分類欄位 */
.submenu {background: #f5f5f5;font-size: 14px;}
.submenu a {line-height: 1.25;padding: 10px 10px 10px 30px;background: transparent;}
.submenu a i {left: 12px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {background: #262626;color: #FFF;}

.subbox_item a:before, .subbox_item a:after{content: none;}




@media screen and (max-width: 1024px) {
/* 外 */
.subbox_item {border: 0;}
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap: 20px;}
/* 內 */
.show_content.blog_box {display: grid;grid-template-columns: 220px 8fr;gap: 0 20px;width: 100%;padding: 0 25px;}
.accordion li .link a {letter-spacing: .5px;line-height: 1.5;font-size: 13px;padding: 10px 5px;}
}



@media screen and (max-width: 768px) {
/* 外 */
.show_content.blog_box {width: 100%;}
.subbox_item a {max-width: 95%;margin: auto;gap: 15px;flex-direction: column;flex-wrap: wrap;}
.blog_list_le, .blog_list_ri {width: 100%;}
.blog_list_ri {margin: 0;padding: 0;}
.accordion li .link a {font-size: 14px;}
/* 內 */
.blog_back {padding: 20px 0 40px;border-top: 1px solid #eee;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {height: 36px;width: 120px;line-height: 36px;padding: 0 20px;font-size: 13px;padding: 0 15px;}


.blog_in_page .show_content.blog_box{display: flex;flex-direction: column;}
.show_content.blog_box {grid-template-columns: 1fr;gap: 0 40px; padding-top: 20px;}
.blog_subbox {grid-template-columns: 1fr 1fr;gap: 5px;}
.blog_search {display: none;}
.blog_le {padding-right: 0;}
h5.blog_le_t {color: #222;border: 1px solid #CCC;padding: 10px;margin: 0;text-align: center;}
.subbox_item {display: block;width: 100%;position: relative;padding: 0 0 5px 0;}
.blog_list_ri h5 {    -webkit-line-clamp: 1;}
.fa-caret-down::before {content: "\f107";font-size: 15px;}
.openNext a.news_menu_toggle i::before {content: "\f106";}
.blog_le .accordion {border: 1px solid #d1d1d1;}
.accordion li .link a {text-align: center;}
.fa-chevron-down::before {font-size: 12px;color: var(--MainColor);}
h5.blog_le_t {font-size: var(--f20);}
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {
.blog_subbox {grid-template-columns: 1fr;gap: 15px;max-width: 380px;margin: auto;}
}

@media screen and (max-width: 360px) {
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.promotions_page .main_part {background: #fbfbfb;background: #E9E9E966;}
.promotions_page .show_content {max-width: 1200px;margin: auto;padding: 40px 25px;margin-top: 80px;background: #fff;}
/* 標 */
.promotions_page .promotion_title {
display: flex;
flex-wrap: wrap;
gap: 10px 5px;
padding: 10px;
border-bottom: 1px solid var(--SubColor6);
margin-bottom: 20px;
}
.promotion_title span {
border: 0;
color: var(--SubColor6);
font-size: var(--f16);
font-weight: 700;
letter-spacing: .5px;
padding: 0;
margin: 0 4px;
}
.promotion_title em {
border: 0;
padding: 2px 10px;
width: fit-content;
background: var(--SubColor6);
margin: 0;
font-size: 14px;
color: #fff;
font-weight: 400;
letter-spacing: 1.5px;
order: -1;
}
.promotion_title h2 {
font-weight: 600;
font-size: var(--f28);
letter-spacing: .5px;
color: #222;
width: 100%;
line-height: 1.5;
}

/* 內文 */
.promotions_page .edit {
color: #262626;
margin: auto;
line-height: 1.7;
letter-spacing: 0.5px;
font-weight: 400;
padding: 10px;
max-width: 95%;
}


/* 底部分頁 */
.promotions_page .other_promotion {
grid-template-columns: repeat(3, 1fr);
grid-gap: 20px;
max-width: 1200px;
margin: auto;
padding: 40px 25px;
}
.other_promotion li {margin: 0;}
.other_promotion li a {
padding: 15px 15px;
margin: 0;
border: 0;
border-top: 1px solid #c9ae87;
font-size: 13px;
line-height: 20px;
color: #666;
}
.other_promotion .pmtTime span {
float: left;
font-size: 15px;
color: var(--SubColor6);
font-weight: 600;
padding: 4px 0;
}
.other_promotion li a:before, .other_promotion li a:after {
width: 0;height: 0;border-color: var(--MainColor);
}
.other_promotion .pmtTitle span {
color: var(--MainColor);
font-size: 13px;
letter-spacing: .5px;
}
.other_promotion .pmtTitle h3 {
margin: 0;
font-size: var(--f16);
color: #666;
margin-top: 15px;
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 50px;
font-weight: 500;
letter-spacing: .5px;
}
.other_promotion li a:hover {border-color: transparent;}


@media screen and (max-width: 768px) {
.promotions_page .show_content {padding: 25px 20px;margin-top: 40px;width: 95%;}
.promotions_page .edit {max-width: 100%;}
.promotions_page .other_promotion {grid-template-columns: repeat(2, 1fr);padding: 40px 20px 0;}
}
@media screen and (max-width: 600px) {
.promotions_page .other_promotion {grid-template-columns: repeat(1, 1fr);}
.other_promotion .pmtTitle h3 {margin-top: 10px;}
.promotions_page .promotion_title {
    padding: 10px 0;
}
}




/* = = = 分隔線 相本主分類-ON= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show-list .item:hover .show_name {color: var(--SubColor6);}

/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}
.show-list .item a .show_pic {transition: all .8s;}
.overlay{z-index: 1;/* background: rgba(0, 78, 138, 0.6) */}
.show-list .show_pic {aspect-ratio: 37 / 25;}
.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);}




/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{}
.album_page #content, .album_class_page #content, .album_info_page #content{background: transparent;}

.album_page .show_content, .album_info_page .show_content{ width: 100%;text-align: center;}

/* 主分類相簿名 */
.subalbum-menu h2 {text-align: center;padding-bottom: 20px;width: 100%;font-size: 24px;font-weight: 600;letter-spacing: 0.2em;color: var(--SubColor);display: none;}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 90%;}
.album_descrip { display: none;}
.show-list {display: grid;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-template-columns: 1fr 1fr 1fr;grid-gap: clamp(20px, 4%, 50px);gap: 30px;}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));}
.show-list .item {text-align: center;width: 100%;background: transparent;}
/* 次分類相簿名 */
.other_subalbum li a p {
margin: 0;
position: relative;
z-index: 1;
display: inline-block;
padding: 10px 0;
font-size: 17px;
font-weight: 600;
line-height: 1;
letter-spacing: .1em;
color: #333;
width: 100%;
text-align: left;
}


/*相本內頁-.album_info_page*/
.album_info_page{}
.album_descrip p {
font-weight: 700;
text-align: center;
padding-bottom: 20px;
width: 100%;
color: #333;
font-size: 20px;
letter-spacing: 0.12em;
}
/*相簿瀑布流*/
.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;
}
.album_info_page .pic-list .item { width: 100%;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
padding: 0;
margin: 0;
}
.album_info_page .pic-list .show_pic {height: auto;padding: 0;aspect-ratio: 4 / 4;}
.pic-list .item h6 {padding: 0;}



@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}

@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content{width: 100%;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}

}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .path p {font-size: 13px;}
.contact_page .main_part {
    padding-bottom: 100px;
    background: #fbfbfb;
}

.contact_content {
    width: 90%;
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}
/* 聯絡資訊 */
.contact_content .information_left {
    width: 295px;
    padding: 0;
    padding-right: 60px;
    width: 34%;
    flex-direction: column;
}
.blank_letter {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 26px;
    color: #1F1B15;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: var(--f24);
    font-weight: 600;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: var(--SFont);
    padding: 0;
}
.list_before {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 15px;
    display: block;
    width: 100%;
    position: relative;
    font-family: var(--SFont);
}
.list_before.info li {
padding-left: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 10px 0;
    display: grid;
    gap: 5px;
    grid-template-columns: 40px 1fr;
    color: #464543;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    position: relative;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #1F1B15;
}


/* 線上表單 */
.contact_content .information_right {
    padding-left: 30px;
    width: 100%;
    padding: 0;
    margin-top: 80px;
    padding: 40px;
    border: 1px solid #e7e7e7;
    background: #fff;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.contact_form li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
}
.contact_form li .form__label {
    text-align: left;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.5;
    font-family: var(--SFont);
    background: transparent;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.contact_form li input.noborder {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
}
.contact_form li textarea.noborder {
    border: 1px #ddd solid;
    border: 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
}

/* BTN */
.contact_form li.last {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 25px;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    text-align: left;
    width: 190px;
    margin: 0;
    max-width: calc((100% - 20px)/2);
    padding: 0;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .06);
    position: relative;
    color: #fff;
}
.contact_form li.last blockquote:after, .contact_form li.last cite:after{
    margin: auto;
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: translateY(-50%) skew(45deg, 0);
    width: 40px;
    height: 6px;
    border-color: #fff;
    bottom: 42%;
    opacity: .4;
    transition: all 0.5s ease-out;
}
.contact_form li.last blockquote:hover:after, .contact_form li.last cite:hover:after{
    opacity: 1;
    width: 25px;
}
.contact_form li.last blockquote {background: #1f1f1f;}
.contact_form li.last cite {background: #AF8D56;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input{letter-spacing: 1.5px;}
.contact_form li.last cite i {display: none;}
.contact_form li.last input {
    font-weight: 500;
    font-family: var(--SFontEN);
    font-size: 14px;
    color: #ffffff;
    padding: 12px 20px;
    text-align: left;
    letter-spacing: 1.5px;
    line-height: 1.6;
    padding-right: 80px;
}



/* 原紅字 */
.red {color: #ed6464;height: fit-content;line-height: 1.2;font-size: 11px;letter-spacing: .5px;}
.note {font-size: 11px;letter-spacing: .5px;right: 0;position: absolute;}



@media screen and (max-width: 1200px) {
.contact_content {width: 95%;}
.contact_content .information_left {padding-right: 40px;}
}

@media screen and (max-width: 1024px) {
.contact_content .information_right {padding: 25px;}
.contact_content .information_left {padding-right: 25px;}
}

@media screen and (max-width: 768px) {
.contact_content .information_left {margin-bottom: 60px; width: 100%;padding: 0;}
.contact_content .information_right {width: 100%;}
.contact_form li.last {justify-content: center;}
}

@media screen and (max-width: 600px) {
.contact_content {width: 98%;}
.contact_content .information_right {padding: 25px 20px;}
.contact_form {margin-top: 20px;}
.contact_form li.last {flex-wrap: wrap;flex-direction: column;width: 100%;align-items: center;gap: 15px;}
.contact_form li.last blockquote, .contact_form li.last cite {width: 200px;max-width: unset;}
.contact_form li.last input {padding: 10px 20px;}
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 匯款通知 */
.form_content {position: relative;}
.remit_page .main_part {background: #fbfbfb;}
.separate_title {font-size: 16px;position: relative;}
.separate_title .note {font-size: 11px;padding: 10px;letter-spacing: 1px;top: 0;}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 購物車 */
.car_page .main_part {background: #fbfbfb;}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}

@media screen and (max-width: 1200px) {
/* 共用 */
.path {margin-bottom: 20px; padding: 15px 0;}
.path p a {font-size: 12px;}
/* footer*/
.footer_info {margin: auto;}
.footer_info li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;}
.footer_info li p {margin-left: 0;}
}


/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.footer {padding-top: 80px;}
.footer_info {position: relative;gap: unset;padding-bottom: 20px;}
.footer_logo a {position: relative;display: block;width: 100%;}
.footer_info li:nth-child(2) {padding: 10px 0;}
.footer_menu a {font-size: 13px;padding: 0 10px;}
}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 共用 */
ul.page {margin: 20px auto 20px;}
.page li {margin: 0;font-size: 15px;}
.edit {padding-bottom: 20px;}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode {padding: 60px 0 60px;}
#to_top {right: unset;left: 10px;bottom: 70px;}
#bottom_menu li a {line-height: 2;display: block;padding: 12px 5px 5px;}
#bottom_menu li a em {letter-spacing: .5px;line-height: 2.4;font-family: var(--SFontEN2);}

/* footer */
.footer_logo {position: relative;left: unset;width: 60%;margin: auto;margin-bottom: 30px;}
.footer_info {padding: 20px 0;}
.footer_info li:nth-child(1) {align-items: center;}
.footer_info li p {font-size: 13px;gap: 2px;padding-top: 2px;}
.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: 10px;letter-spacing: 1px;}
.privacyLinks {margin: 0 4px;}
.privacyLinks+a { margin-right: 5px;}
}

@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 40px;}
.show_content {padding: 40px 20px;width: 100%;}
.copy {font-size: 8px;}
}

@media screen and (max-width: 480px) {
/* 共用 */
ul.page {margin: 20px auto 0px;}
.page li {margin: 0;font-size: 13px;}

}