@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #494440; /*網站主要色系*/
  --SubColor: #D6CFC7; /*網站輔助色系1*/
  --SubColor2: #C4C4C4; /*網站輔助色系2*/
  --SFont:"Tenor Sans",'Noto Serif TC', sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f60:60px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f15:15px;
  --f14:14px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f60:48px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f60:40px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f60:32px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f15:14px;
  --f14:13px;
}
}
@media (max-width:375px) {
:root{
  --f60:28px;
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
  --f17:15px;
}
}
*{font-family:var(--SFont);}

/* = = =預設解除背景輪播­ = = = = = = = = = = = = = = = = = = = = = = = = = */
/*大圖*/
.bannerindex {
    height: auto;
    position: static;
}

.bannerindex .swiper-banner {
    position: static;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}



/*大圖特效/＝＝＝＝＝*/
.pageIndex .bannerindex .swiper-slide:before, .pageIndex .bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1):after {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/xianghaiwan/index-img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/xianghaiwan/index-img02.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;

}
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: ani_LtoR 1.5s 0.2s both;
}
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: ani_LtoR 1.5s 0.2s both;
}
@media screen and (max-width: 1440px) {
    .pageIndex .bannerindex .swiper-slide:nth-child(1):before{/* bottom: -35%; */}
        }


/**/

@media screen and (max-width: 768px) {
.pageIndex .bannerindex .swiper-pagination {
    margin: 0;
    transform: translateX(-100%);
}
}





@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}



/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.info_fix>span {    transform: rotate(45deg);}
.info_fix:hover>span , .info_fix_links.linkBox_Open >span{transform: rotate(90deg);}


.main_part{max-width: 1600px;margin: auto;padding: var(--m100) 15px;}
.show_content{width: 100%;padding: 0;}

body.pageIndex {    background: var(--MainColor);}
body.product_page , body.product_info_page {    background: var(--MainColor);}

div#page {
    background: #fafafa;
}
#content_main,#content {
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
    background-size: cover;
    background-attachment: fixed;
}
#content_main{margin:0;}


/*  */
.case_page .main_part{
        background: url(https://pic03.eapple.com.tw/xianghaiwan/bg.jpg)fixed;
        background-position-y: top;
        max-width: 100%;
        position: relative;
}
.case_page #content .main_part:before{
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#fafafa,  #fafafa00);
    pointer-events: none;
}

/*Header/＝＝＝＝＝*/
.header_area{padding:0;}
.main_header_area{background: #fff;transition:all 0.3s;}
.main_header_area .container {max-width: 1800px;width: 100%;}
.navigation {padding: 22px 0 18px 0;grid-template-columns: 240px 1fr 200px;transition: all 0.3s;flex-direction: row;align-items: center;justify-content: space-between;}
.header_area.sticky .navigation{padding: 12px 0;}
.me_tp_features {/* position: absolute; */right: -100px;width: fit-content;margin-left: auto;padding-top: 2px;order: 1;}
.stellarnav {z-index: 99;padding-top: 2px;}
.nav-header{max-width:100%;transition:all .3s;}
.header_area.sticky .nav-header { max-width: 200px;}

.main_header_area .container:before {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0%;
    /* transform: translateX(-50%); */
    background: transparent;
    transition: all .5s;
}
.header_area.sticky{background: transparent;}
.header_area.sticky .container:before {
    width: 100%;
    height: 100%;
    background: #fafafa;
    transition: all .5s;
}
/*第一層*/
.stellarnav ul {display: flex;width: 100%;flex-wrap: wrap;justify-content: center;align-items: center;padding-left: 4%;}
.stellarnav > ul > li.drop-left > ul {padding-left: 0;}
.stellarnav > ul > li {text-align: center;}
.stellarnav > ul > li > a {transition: all 0.3s;padding: 0;margin: 0 2.2rem;flex-direction:column;font-weight: 400;}
.stellarnav > ul > li > a b:nth-child(1) {    font-family: var(--SFont);    font-size: var(--f15);}
.stellarnav > ul > li > a b:nth-child(2){font-size: var(--f14);}
.stellarnav > ul > li:hover > a{}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li.has-sub > a {
    padding-right: unset;
}


.stellarnav > ul > li:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #ffffff70;
    position: absolute;
    right: 0;
    top: 46%;
    transform: translateY(-50%);
}
.header_area.sticky .stellarnav > ul > li:before{background: #0000002b;}
.stellarnav > ul > li:last-child:before{display: none;}

/*  */
.stellarnav ul li:nth-of-type(5) {
    display: none;
}

/**/
.header_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8vw;
    background: linear-gradient(180deg, #00000066 0%, #0000001c 40%, #00000000 100%);
    mix-blend-mode: color-burn;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
    pointer-events: none;
}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: var(--MainColor);  padding-left:10px;border-color:var(--MainColor) ;}
.stellarnav > ul >li >ul{width: 180px;left: 50%;transform: translateX(-50%);}
/*SubMenu*/
.shop_search_btn {    background: var(--MainColor);transition:all 0.3s;}
.tp_links {padding-left: 0;/* display: none; */}
.tp_links a{transition:all 0.3s;font-size: 18px;color: #ffffff7a;}
.tp_links a:hover {opacity: .8;}
a.me_tp_call , a.me_tp_mail{display: none;}
.fa-instagram:before { font-weight: 700;}
.fa-envelope::before { font-weight: 600;}
/*search*/
.box_search{display: none;margin-bottom: 0;}
.box_search input[type=text]{background: #fff;    padding: 2px 10px 3px;width: 130px;}

.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice{color: #fff;}

/*選單漸變效果＝＝*/
.header_area{position: fixed;width: 100%;background: transparent;}
 .header_area .main_header_area{background: transparent;/* border-bottom: 1px #fff solid; */}
.pageIndex .header_area.sticky .main_header_area{/* background: #fff; */border-bottom: 0;}
.stellarnav > ul > li > a{color: #fff;}
.header_area.sticky .stellarnav > ul > li > a{
    color: #494440;
}

.header_area.sticky .tp_links a{color: #0F2145;}
.header_area tp_links a{color: #ffffff;}


.shop_search_btn {
    background-image: url(https://pic03.eapple.com.tw/xianghaiwan/search.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4px;
    color: transparent;
}
.pageIndex .header_area .shop_search_btn {background-color: #000;}
.pageIndex .header_area.sticky .shop_search_btn {    background-color:#555;}

@media screen and (min-width: 980px) {
 .stellarnav.mobile ul ul {    display: none;}}
@media screen and (max-width: 768px) {
.stellarnav ul{padding: 0;}
.navigation {
        flex-direction: row;}
        .stellarnav.mobile ul{/* background: #000000eb; */border: 0;}
.stellarnav.mobile li.open{background: #eff3f7;padding: 0px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #a4b1cb;color: #fff;}
.stellarnav.mobile > ul > li{border-bottom: 1px #ffffff52 solid;}
    .stellarnav > ul > li:nth-last-child(2) {
    margin-right: 0px;
}
.stellarnav li li{background: #a5b4ca;border: 0;}
    .stellarnav .icon-close:after, .stellarnav .icon-close:before{
    border-bottom: solid 3px #ffffff;
}
    .stellarnav > ul > li:nth-last-child(1)> a,

    .stellarnav.mobile > ul > li > a{
    color: #333;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    margin: 0;
    padding: 15px 43px 15px 10px;
}
    .stellarnav > ul > li:hover > a {
    color: #AF8F51;
}
    .stellarnav > ul > li:nth-last-child(1){width: 100%;background: #00000000;border: 0;/* border-bottom: 1px #333 solid; */margin-left:0;}
    .header_area.sticky .stellarnav > ul > li > a,.stellarnav > ul > li > a{/* color:#ddd; */}
}
/**/
@media screen and (max-width: 1024px) {
    .nav-header {
        position: static;
        order: 0;
        transform: unset;
        width: fit-content;
    }
        .navigation {
        /* flex-direction: column; */
        justify-content: flex-start;
        align-items: center;
        gap:10px;
    }
.stellarnav ul {
    justify-content: center;
}
   
    .main_header_area .container{max-width:95%;}
    }
/*Footer/＝＝＝＝＝*/

.site_endPart {
    background: #ecf1f5;
    position: relative;
    grid-template-columns: 1fr;
    z-index: 3;
    padding: 0;
    margin-bottom: 20px;
}
.site_endPart .site_centerBox {
    max-width: 1600px;
}
.site_endPart ul.site_infoTer{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 0 40px 0;
    gap: 15px 0;
    /* grid-template-rows: repeat(4, 1fr); */
}
.site_endPart .site_logo {
    width: fit-content;
    order: 3;
    grid-column: auto / span 1;
    margin-left: auto;
    padding: 0;
}

.site_reachOut{align-items: flex-start;grid-column: auto / span 1;}
.site_endPart li.site_bottomMenu{width: 100%;order: 2;grid-column: 1 / 2;grid-row: 3 / 3;gap: 5px;justify-content: left !important;}

.site_logo > a img ,
.site_bottomMenu a:nth-child(1),
.site_bottomMenu a:nth-child(6){
    display: none;
}

.site_endPart .site_reachOut {
    order: 1;
    align-items: flex-start;
    flex-direction: column;
}
.site_reachOut:before{
    content:'CONTACT';
    font-size: 30px;
    font-family: "Tenor Sans",'Noto Serif TC', sans-serif;
    color: #555;
    padding-left: 4px;
    margin-bottom: 30px;
}
.site_bottomMenu a{
    position: relative;
    border: 0;
    padding: 5px;
}
.site_bottomMenu a:hover {
    color: #AF8F51;
}
.site_bottomMenu a:after {content: '';display: block;width: 100%;height: 2px;background-color: #AF8F5100;position: absolute;bottom: -3px;left: 0px;z-index: -1;transition: all .4s;}
.site_bottomMenu a:hover:after {animation-name: line_move;animation-duration: 0.5s; background: #AF8F51;}
@keyframes line_move{  30%{left:100%;width:0}40%{width:0;left:0}100%{left:0;width:100%}}

.site_reachOut a{color: var(--site-ftr-color02);}
.site_copyRight{
    padding: 20px;
    border-top: 1px #ddd solid;
}
.site_reachOut p.line:before {
    content: 'LINE：';
}
.site_reachOut p.tel:before {
    content: 'PHONE：';
}
.site_reachOut p.mail:before {
    content: 'MAIL：';
}
.site_reachOut p.add:before {
    content: 'ADDRESS：';
}
/*box_link設定*/
.box_link {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3px 10px;
    width: max-content;
    top: -20px;
    max-width: 100%;
}
.box_link a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    color: #aaa;
    border-radius: 0;
    padding: 12px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    border: none;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.box_link i::after {
  content: "";
  font-size: 13px;
  color: #aaa;
  letter-spacing: 1.5px;
  padding-left: 8px;
  font-family: "Tenor Sans", sans-serif;
  transition: all 0.3s;
}
.box_link i.fa-phone-volume::after { content: "CALL US";}
.box_link i.fa-mobile-screen-button::after { content: "PHONE";}
.box_link i.fa-facebook-f::after { content: "FACEBOOK";}
.box_link i.fa-instagram::after { content: "INSTAGRAM"; }
.box_link .fa-envelope::after { content: "E-Mail";}
.box_link .fa-line::after { content: "LINE";}

/*box_link順序調整*/

.box_link a.me_tp_fb { order: 1;}
.box_link a.me_tp_ig { order: 2;}
.box_link a.me_tp_line { order: 3;}
.box_link a.me_tp_call { order: ;display: none;}
.box_link a.me_tp_mail { order: ; display: none;}
.box_link a.me_tp_threads{  display: none;}

@media (max-width: 768px) {
    .site_endPart ul.site_infoTer {
        grid-template-columns:1fr;
    }
    .site_endPart .site_logo{
        justify-content: flex-start;
        margin-left: 0;
        padding: 0 10px;
    }
}

/*Logo/＝＝＝＝＝*/
.nav-brand {
    width: 100%;
    /* max-width: 160px; */
    transition: all 0.3s;
    /* margin-top: 5px; */
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
}

.pageIndex .header_area .nav-brand{filter: brightness(0) grayscale(100%) invert(1);}
.header_area.sticky .nav-brand{
    filter: unset;
}

/*按鈕/＝＝＝＝＝*/
.last .animated-arrow.otherSty {
    color: #C4C4C4;
    background: #ffffff00;
}
.animated-arrow {    background: #D6CFC7;border: 1px #D6CFC7 solid;}
.animated-arrow:hover {border: 1px #C4C4C4 solid;background: #494440;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/

.bannerindex {
    /* position: static; */
    /* position: relative; */
    /* height: auto; */
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    width: 100% !important;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bannerindex {
        /* position: relative; */
    }
@media screen and (max-width: 768px) {
    .bannerindex {
            padding-bottom: 0;
    }
}

}






/*Banner/＝＝＝＝＝*/
.banner {
    min-height: 620px;
    
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
.banner:after {
    display:block;
    content: '';
    position:absolute;
    bottom: -1px;
    width: 100%;
    height: 40px;
    background: url(https://pic03.eapple.com.tw/xianghaiwan/path.png)bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.banner h5{
    text-transform: uppercase;
        letter-spacing: 4%;
        color: #494440;
        font-size: 48px;
        font-weight:500;
        line-height: 110%;
    display:none;
        }

.banner.banblog {background: url(https://pic03.eapple.com.tw/xianghaiwan/ban-b.png)fixed repeat-y top;}
.banner.banB {background: url(https://pic03.eapple.com.tw/xianghaiwan/ban-b1.png)fixed repeat-y top;}
.services_page .banner.banB{background: url(https://pic03.eapple.com.tw/xianghaiwan/ban-b2.png)fixed repeat-y top;}



@media screen and (max-width: 1024px) {
.banner {min-height: 300px;}
}

@media screen and (max-width: 768px) {
.banner {min-height: 200px;padding: 30px 0;}
.banner h5,.blog_in_page .banner h5:before{font-size:32px;}
}
/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{padding-bottom: var(--m30);display: none;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    color: #fff;display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #fff;border: 1px solid #fff;color: #222;}


/* 首頁商品 */
.prod_part section{max-width:1500px;}
.i_prod_tit h2{
    font-size: 24px;
    letter-spacing:5%;
    font-family: 'Manrope';
    font-weight: normal;
    color:#D6CFC7;}
.i_prod_tit span{
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 4%;
    color: #494440;
}
.products-list .item .Pd_ViewThunbs{border-radius:10px;overflow:hidden;}
/*購物車/＝＝＝＝＝*/
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}



/*外層版面*/


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists li a{padding:10px;}
.Prods_Menulists > ul > li {width: 100%;flex-wrap: wrap;margin: 0 5px 0px 0;border: 0;border-bottom: 1px #ccc solid;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}
.Prods_Wrap .Prods_lists dl.State,dl.State h5{height:unset;}
dl.State{padding: 7px 0 40px;}
.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;}


.Prods_lists ul{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.Prods_lists li .Pd_ViewThunbs img,
.Prods_lists li dl.State .MoreDets a b{transition:all 0.3s;}
.Prods_lists li .Pd_ViewThunbs{aspect-ratio: 5 / 4;border-radius: 10px;padding: 0;overflow:hidden;}
.Prods_lists li:hover .Pd_ViewThunbs img{transform: scale(1.05);}
.Prods_lists li:hover dl.State .MoreDets a{background: #D6CFC7;}
.Prods_lists li dl.State .MoreDets a{padding:8px;}
.Prods_lists li:hover dl.State .MoreDets a b{letter-spacing: 5%;}
.Prods_Menulists li a:hover {
    background: #D6CFC7;
    color:#fff;
}

/* 內層 */
.product_info_page .Prods_Menulists{display:none;}
.product_info_page .Prods_Wrap {
    width: 100% ;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}

/*購物車/內層＝＝*/
.product_info_page .main_part {
    max-width: 1400px;
}
.product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager {    width: 100%;    position: relative;    top: 0;    left: 0;    display: grid;    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;gap:10px;}
.product_pic #bx-pager a {    float: none;    width: 100%;    height: auto;    margin: 0;    border: none;    overflow: hidden;    aspect-ratio: 5 / 4;position: relative;}
.product_pic #bx-pager a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.prod_tabs{width: 100%;}

.product-wrapper {    display: flex;    flex-wrap: wrap;    align-items: flex-start;}
.product_main {    width: 70%;    max-width: 900px;    padding: 0;}
.sidebarBtn {    padding: 0;    flex:1;    border: none;    background: transparent;padding-left: 60px;padding-top: var(--m50);margin: 0 auto;}

.bx-wrapper .bx-viewport {    border: none;    left: 0;background: transparent;}
ul.bxslider li {aspect-ratio: 1 / 1;}
ul.bxslider li img , .products-list .pic img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*按鈕顏色*/
form:has(.inquiry_a1 + .inquiry_a2){display: grid;grid-template-columns: repeat(auto-fit, minmax(min(160px,100%), 1fr));gap:10px 10px;}
.inquiry_a2,.inquiry_a1 {    background: var(--SubColor2);    color: var(--MainColor);}
.inquiry_a3{background:#297091;}
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover {background: #D6CFC7;color: #fff;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {background: #D6CFC7;transition:all 0.5s 0.1s;border: 2px solid transparent;}
.lastPage:hover{/* border-color: #fff; */background: #494440;letter-spacing:3px;}
.news_related h6 span:before {
    font-weight: 500;
    color: #494440;
}
/*商品側邊規格*/
.sidebarBtn h2 {    color: #bbb;    font-size: var(--f28);    font-family: var(--SFont), "微軟正黑體";}
div#number_area {    /*color: #bbb;font-family: var(--SFont), "微軟正黑體";*/ display: none;}
.product_info li span{display: none;}
.product_info li .txt_box {    color: #fff;    width: 100%;}
.sidebarBtn .price{border-bottom: 1px solid #e6e6e6;}

.sidebarBtn .sp_price {   color: var(--SubColor);}
.mobile_product_name{display: none;}

.radio-inline__label {padding: 8px;margin: 0;border: none;}
.product_info li .txt_box .size {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: var(--f20);
    padding: var(--f20) 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: var(--m30);
    font-size: var(--f17);
}
.pd_tabTitle li.activeTab a {
    color: #ccc;
}
/**/

ul.prod * {    color: #f9f9f9;    line-height: 200%;    text-align: justify;}
ul.prod{padding-top: var(--m50);}
li.prod-item:not(.is-active) , ul.prod li h3.prod-thumb{ display: none; }


/*相關推薦*/
.prod_related {/* background: var(--MainColor); */padding: var(--m50) 0;}
.related_list , .prod_related h6{ display: none;  }


/*文章管理/＝＝＝＝＝*/
.article_a .main_part{
    padding: 140px 15px;
}
/*文章管理/外層＝＝*/

.module_i_news li a , .subbox_item a {/* padding: 15px; */display: flex;/* grid-template-columns: 40% 1fr; */flex-direction: column;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;border: 0px #C4C4C4 solid;}
.subbox_item a:after {background: none;}

/*側邊*/
.blog_le {padding: 0;}
.blog_le .accordion {background: #fff; border:none; border-bottom: 1px #dcdcdc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category:before {
   /* content: ""; */
   background: #66666600 !important;
}
.accordion li .link a::before {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    background-color: #C4C4C4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.accordion li .link a:hover:before, .accordion>li.on_this_category .link a::before {
    width: 100%;
    /* max-width: 60px; */
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.submenu a:hover {background: #6b6b6b;}
.submenu {background: none;}

/*文章管理/內層＝＝*/
.blog_back {grid-gap: 20px;}
.blog_back a{
    font-size: 15px;
    color: #808080;
    border-top: 1px solid #dfdfdf;
    padding: 12px 15px 15px 15px;}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back,
.blog_back a.article_btn_next{
    background:none;
    transition:all 0.3s;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_next:hover{
    color:#494440;
    letter-spacing:4%;
}
.blog_search input[type=search] {border:solid 1px #eaeaea; background: #ffffff; border-radius:0;}
.blog_le .accordion {}
.pageIndex h5.blog_le_t span {display:none;}
h5.blog_le_t:before{
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 32px;
    background-color:#7496DB;
}
h5.blog_le_t{text-align:center;margin-bottom: 40px;display: flex;flex-direction: column;align-items: center;}
h5.blog_le_t em {
    display: flex;
    color: #0F2145;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Noto Serif TC';
    flex-direction: column;
}
h5.blog_le_t em:before{
    content:'NEWS';
    font-family: 'Tenor Sans';
    color: #7496DB;
    font-size: 15px;
    letter-spacing: 4%;
}
/*  */

.module_i_news li:hover, .subbox_item:hover {
    background-color: #A0B6C8;
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {    opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after {    opacity: 0;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #dbdbdb;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #626E45;
    font-family: "Tenor Sans", serif;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
    font-size: 36px;
    color: #24221F;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #0F2145;
    padding-top: 7px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #0F2145;
    font-size: 14px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    display: flex;
    padding: 16.66% 14.28% 10.71% 14.28%;
    flex-direction: column;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }

.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;overflow: hidden;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	position: absolute;
	top: 0;
	transform: scale(1);
}
.i_blog_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #0F2145;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 2px;
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color: #fff;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #fff;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #fff;}
.module_i_news li a:hover  p, .subbox_item a:hover p {    color: #fff;}

/*特效*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: transparent;}
h5.blog_le_t span {display:none;}
.i_blog_ri em {display:none !important;}
.module_i_news li a:before , .subbox_item a:hover:before , .subbox_item a:hover:after {opacity: 1;}
.subbox_item a:before , .module_i_news li a:before {opacity: 1;right: 10px;}
.subbox_item a:hover:before{background: transparent;color: #ffffff;letter-spacing: 4%;}
.pageIndex .blog_list_ri p {display: none;}
.i_blog_ri p {margin-top: 6px; display: none;}
.i_blog_ri , .blog_list_ri {padding: 6px 5px 5px 5px;}
.module_i_news li a:after {background: none;}


.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: scale(1.1);}
.blog_list_le img , .i_blog_le img {
  transition: all .8s;
  }

.module_i_news li a:before, .subbox_item a:before {
    content: 'READ MORE +';
    color: #7496DB;
    font-family: "Tenor Sans", serif;
    opacity: 1;
    letter-spacing: .1em;
    font-size: 13px;
    right: 14.28%;
    bottom: 10px;
}
.subbox_item a {padding-bottom: 36px;border-bottom: 1px #ccc solid;overflow: hidden;/* height: 400px; */grid-gap: 0;/* background: #fff; */}
.accordion li+li .link {border-top: 0px solid #ccc;}
.blog_shareData {flex-direction: row;}
.toShareNews {
    justify-content: flex-start;
}
.toShareNews .Boxed ,h4.blog_category_title{
    margin: 0px;
}
/*主選單*/
.blog_le {width: 100%;}
.blog_le .accordion {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 0;
  padding: 0 8px;
  overflow: inherit;
  background: none;
  border-bottom: 0;
  gap: 40px;
  }
.blog_le .accordion li {
  float: left;
  position: relative;
  text-align: center;
padding:10px 0;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #66666600 !important;
}
.accordion li .link a {color: #868686;padding: 8px 0px;border-right:1px #ddd solid;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #494440 !important;
}
.accordion li:nth-last-child(1) .link a{border-right:0}
.fa-chevron-down::before{display: none;}
.submenu a{letter-spacing: 0px; background: #ffffff; color: #a4a4a4;}
.news_tags {margin-bottom: 30px; display: inline-block;}
.news_tags a {color: #808080;}
.news_related_list li a {
    background: none;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;}
.news_related_list li a p {line-height: 160%; padding: 15px 0 5px 0; color: #25191b; font-weight: 500; font-size: 17px;}
.news_related_list {max-width: 1520px; grid-gap: 38px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.news_related_b_box {max-width: 1500px; width: 100%; margin: 0 auto;}
.blog_search input[type=search] {
  border: solid 1px #eaeaea;
  background: #ffffff;
  border-radius: 2px;
}
.submenu li.on_this_category a, .submenu a:hover {background: #5c5c5c;}
.submenu li+li {border-top: 0px solid #747474;}

.blog_box {padding: 0;}
.blog_ri{width:100%;}
.blog_box_edit .edit {color: #25191B;}
.articel_mainPic img {/* max-width: 50%; */} /*圖片比例*/

.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}

.news_related {
    background: transparent;
    padding: 25px 15px;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  .blog_subbox {grid-template-columns: 1fr;}
	.subbox_item a{
    display: flex;
    flex-direction: column;
    height: auto;
    grid-gap: 0px;
    padding-bottom: 60px;
    /* border-bottom: 0; */
}
	.blog_list_le {
    aspect-ratio: 4 / 3;
}
	.subbox_item a:before{/* left:0; *//* background: #C4C4C4; *//* color:#fff; */padding: 5px 5px;}
}
@media screen and (max-width: 375px) {
  .blog_le .accordion li {width: 100%;}
}
h5.blog_le_t span {
    display: none;
}



/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{display: block;position: relative;border-radius: 10px;overflow: hidden;height: 0;padding-bottom: 75%;}
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition:all 0.3s;
}
.show-list .show_pic:hover img , .other_subalbum li:hover a img, .pic-list .show_pic:hover img{transform:translate(-50%,-50%) scale(1.05)}
.show-list .item:hover .overlay{opacity:0;}
.show-list .item:hover .show_name {    color: var(--MainColor);}
.other_album_choice li {    background: var(--MainColor);}
.subalbum-menu h2{    color: var(--SubColor);font-size: var(--f24);}
.other_subalbum li p {    margin-top: 10px;}

/**/

/*促銷方案/＝＝＝＝＝*/
.promotion_title h2{
    font-family: var(--SFont);
}
.promotion_title {
    padding-bottom:15px;
    border-bottom: 1px #ccc solid;
}
.promotion_title span {
    border: 0;
    padding: 4px 7px;
    font-size:16px
    /* border-right: 1px #ccc solid; */
}

.promotion_title em{
     border: 0;
     border-radius: 4px;
     background:#566e84;
     color:#fff;
     padding: 5px 10px;
     margin: 0 10px 2px 0;
}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--MainColor);}

.other_select_page .promotion_title , .other_select_page .other_promotion , .other_select_page .page{display: none;}


/*聯絡我們/＝＝＝＝＝*/
.contact_content { padding: 80px 10px 20px;}
.contact_content .information_right {width: 100%;padding: 0;}
.contact_form li { grid-template-columns: 1fr; grid-gap: 10px;}
.contact_form li .form__label {display: flex;/* display: block; */max-width: 100%;text-align: left;width: 100%;font-weight: 600;flex-direction: row-reverse;justify-content: flex-end;gap: 3px;}
.contact_form  {grid-template-columns: repeat(8, 1fr);grid-gap: 35px 80px;align-items: start;margin: 0;padding-top: 60px;width: 100%;font-family: 'Noto Sans TC';}
.contact_form li {grid-template-columns: 1fr;grid-column: auto / span 4;grid-gap: 10px;}
/* .contact_form li:nth-child(n+5) { grid-column: auto / span 12;} */
.form select {width: 100%;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {display: flex;grid-gap: 5px;}
input[type="checkbox"], input[type="radio"] {margin-right: 0px;}
.contact_form li.last{
    justify-content: flex-start;
}
.last .animated-arrow {
    margin: 0 ;
}
.star { padding: 0px;}
.contact_form li input.noborder { border: unset;  border-bottom: 1px solid #b0b0b0; background: transparent;}
.contact_form li textarea.noborder { border: 1px #b0b0b0 solid;  background: transparent;}


.contact_form li .form__label {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 3px 0;
    background: transparent;
}
.contact_content form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    gap: 80px;
}
.blank_letter {
    display: flex;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    color: #494440;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.blank_letter:before {
    width: fit-content;
    content: 'FORM ';
    display: block;
    color: #4B4441;
    font-weight: normal;
    font-size: 30px;
    height: 35px;
    letter-spacing: 1px;
    /* padding: 0 10px 0px 0; */
    /* border-right: 1px #D6CFC7 solid; */
    z-index: 1;
}

ul.list_before.info ,.contact_content .information_left .blank_letter{
    display: none;
}
.contact_content .information_right {
    width: 100%;
    max-width: 1520px;
    width: 50%;
    /* margin: 0px auto 100px; */
    /* padding: 80px 5%; */
    /* background: #ffffff8c; */
}
.contact_content .information_left
 {
    width: 40%;
    max-width: 800px;
    margin: auto;
    padding: 0;
    margin: 0;
    /* order: 2; */
}
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fill, minmax(13px, 13px) minmax(300px, 1fr));
}
@media screen and (max-width: 1024px) {
.contact_content .information_left {
    width: 100%;
    max-width: 100%;
    height: 400px;
    overflow: hidden;
}
.contactform img{transform: translateY(-20%);}
    
.contact_content .information_right {
    width: 100%;
    /* padding-left: 30px; */
    padding: 10px;
}

.contact_content {
    margin: auto;
    padding: 10px;
}

}
.list_before{color:#ddd;display: grid;grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));}
.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{color: #48829b;}
/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--MainColor);}
.rewrite_simple{background-color: var(--SubColor);}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background: var(--MainColor);}
.login_mem_other_link a{color: var(--MainColor);}
.member_login_regist a{background: var(--MainColor);}
.mem_regist_title_s {    background: var(--SubColor);    color: #fff;}

/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1440px) {
.sidebarBtn {    padding-left: var(--m50);}
}
/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
.stellarnav > ul > li:nth-last-child(2) {
    /* margin-right: 100px; */
}
.stellarnav > ul > li {    min-width: unset;}
.stellarnav > ul > li > a b:nth-child(2) {    font-size: 13px;}
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

.product-wrapper {    align-items: self-start;}
.sidebarBtn {    padding-top: 0;}


}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
/*選單漸變效果＝＝*/
.header_area{/* position: sticky; */}
.pageIndex .header_area .shop_search_btn {    background-color: var(--MainColor);}

/**/
.footer_info {    display: flex;    flex-direction: column;}
.footer_info > ul {display: flex;max-width: 600px;margin: 0;gap:0;flex-wrap: wrap;flex-direction: column;}


/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

/* 聯絡 */
    .blank_letter:after{    padding: 40px 20px 20px 0;}
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {


/* .pageIndex .header_area .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/xianghaiwan/logo_l_b.svg);} */
.pageIndex .header_area .tp_links a{color: var(--MainColor);}
/*側邊選單/＝＝＝＝＝*/
.stellarnav > ul > li:before , .stellarnav .menu-toggle:after{content:none;}
.stellarnav .menu-toggle span.bars span {/* background: #ffffff; */margin: 0 auto;}
.stellarnav .menu-toggle span.bars span + span {    margin-top: 5px;}

.stellarnav.mobile {position: relative;flex: unset;}
.me_tp_features {order:2;right: -60px;flex: 0;text-align: right;}
.stellarnav .menu-toggle {    padding: 0 0 0 var(--m30);}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;font-size: 14px; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav > ul > li {    text-align: left;}
.stellarnav.mobile > ul > li > a b{ display: block; }
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand, .header_area.sticky .nav-brand{max-width: 200px;}

/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}



}
/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
.navigation {justify-content: space-between;width: 100%;}
.me_tp_features {display: none;}
.stellarnav > ul > li > a b:nth-child(2){display: none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a,.stellarnav li li > a{color: #ffffff;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: none;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {justify-content: center;padding: 40px 20px;}
.footer_logo {text-align: center;max-width: 180px;}

/*購物車/＝＝＝＝＝*/
/*購物車/外層＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.Prods_Menulists {    width:100%;}
/*順序*/
.product_page .products-list {    order: -1;}

.sidebarBtn {    flex: unset; width: 100%; margin:var(--m50) auto; padding: 0; }
.product_main {    width: 100%;    max-width: 100%;}

.module_i_news.module_i_news01 ul {
    grid-template-columns:  1fr;
}
    .module_i_news.module_i_news01 li a, .module_i_news.module_i_news01 .subbox_item a {
    display: grid;
    grid-template-columns: 140px 1fr;
}
    /* 聯絡 */
        .blank_letter:after {
        padding: 50px 20px 20px 0;
    }
    .contact_form li {
    grid-column: auto / span 8;
}
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
.header_area .nav-brand, .header_area.sticky .nav-brand{max-width: 140px;margin: 5px;}
.navigation {padding: 15px 5px;}
.tp_links {    padding: 0;    margin-top: 5px;}

/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_info > ul {max-width: 500px;flex-direction: column;}
.footer_info li {    padding: 0; margin-top:var(--m30);}

/**/
.product_pic #bx-pager {    margin-top: 15px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {/* padding-bottom: 0; */}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
.contact_form {    gap: 10px;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 425px) {    .pageIndex .header_area .nav-brand {filter: unset;}
.header_area {position: sticky;}
.nav-header {justify-content: left;}
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

}

