@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');

* {color:#4A4040;font-family: "Playfair Display","Noto Serif TC", serif;}
/*預設解除背景輪播*/

#content_main { margin:0;}
.bannerindex {position:static;height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img {height:auto;}
.swiper-banner .swiper-slide img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
/* main */
/*  */
div#page {
    position: relative;
    overflow: clip;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
}
#page:after{
    content: "";
    display: block;
    position: absolute;    
    z-index: 2;
    opacity: 0.4; 
    height: 300%;
    left: -100%;    
    top: -100%;
    width: 300%;
    pointer-events: none;
    -webkit-animation: noise 30s steps(12) infinite;
    animation: noise 30s steps(12) infinite;
    background: url(https://pic03.eapple.com.tw/zhenzhenliu/noise.png);
}
@keyframes noise {
    0%, 100% { background-position: 0 0; }
    10% { background-position: -5% -10%; }
    20% { background-position: -15% 5%; }
    30% { background-position: 7% -25%; }
    40% { background-position: 20% 25%; }
    50% { background-position: -25% 10%; }
    60% { background-position: 15% 5%; }
    70% { background-position: 0 15%; }
    80% { background-position: 25% 35%; }
    90% { background-position: -10% 10%; }
}
#content_main, #content {
    margin: 0;
    background: #fdfdfd;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
    z-index: 1;
    /* background-image: linear-gradient(to bottom, rgb(253 252 248 / 40%) 0%, rgb(208 218 194 / 0%) 100%), url(https://pic03.eapple.com.tw/zhenzhenliu/ibg.png); */
}

/*※※※※※【【  配開場動畫↓↓↓  】】※※※※※*/
.pageIndex .header_area{animation: showmenu 1s both;animation-delay: 3s;}
.pageIndex .nav-header{opacity: 1;transition: all .4s;}
.pageIndex .header_area.sticky .nav-header {opacity: 1;pointer-events: inherit;}


@keyframes showmenu{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* .swiper-slide img {height:auto;}

.swiper-slide:before, .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
    left: 12vw;
    animation: move 1s both;
    color: #fff;
    text-shadow: 0 0 10px #121212;
    font-family: "Noto Serif TC", serif;
    font-weight:500
}



.pageIndex .swiper-slide:nth-child(1):after  {
    content: "";
    font-size: 2.5vw;
    bottom: 12vw;
    letter-spacing: 3px;
}
.pageIndex .swiper-slide:nth-child(1):before {
    content: "";
    font-size: 2.0vw;
    bottom: 9vw;
    animation-delay: .5s;
}
.pageIndex .swiper-slide:nth-child(2):after  {
    content: "";
    font-size: 2.2vw;
    bottom: 12vw;
    letter-spacing: 3px;
}
.pageIndex .swiper-slide:nth-child(2):before {
    content: "";
    font-size: 2.2vw;
    bottom: 9vw;
    animation-delay: .5s;
}

.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active:after {
    -webkit-animation: Up 1s ease-in-out both;
    animation: Up 1s ease-in-out both;
    animation-delay: 0s;
}
@-webkit-keyframes Up{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes Up{0%{opacity:0;-webkit-transform:translate3d(0,60%,0);transform:translate3d(0,60%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@media (max-width:768px) {
    .pageIndex .swiper-slide.swiper-slide-active:after {
        font-size: 2.8vh;
        bottom: 10vw;
    }
    .pageIndex .swiper-slide.swiper-slide-active:before {
        font-size: 2.4vh;
        bottom: 5vw;
    }
}

@media (max-width:500px) {
    .pageIndex .swiper-slide.swiper-slide-active:after {
        font-size: 2vh;
        bottom: 10vw;
    }
    .pageIndex .swiper-slide.swiper-slide-active:before {
         font-size: 1.6vh;
    }
 } */

 
@media screen and (max-width: 600px) {

.swiper-slide img {
  object-fit: cover;
  /* aspect-ratio: 1 / 1.5; */
}
    
}

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {background: #ceb89a;}
.animated-arrow *{color:#fff;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.header_area {position: fixed;background: transparent;width: 100%;padding: 0;}
.header_area.sticky{background: transparent;}
.main_header_area .container {width: 98%;max-width: 1580px;transition: all ease .3s;}
.header_area.sticky .main_header_area .container {
    max-width: 1700px;
}
.navigation {grid-template-columns: 250px 1fr;gap: 10px;}

/*LOGO*/
.nav-header {display: flex;height: 100%;justify-content: center;align-items: center;transition: all ease .3s;}
.nav-header {
    width: 100%;
    max-width: 250px;
}
.header_area.sticky .nav-header {
    max-width: 240px;
}
/*選單*/

.main_header_area {padding: 12px;background: linear-gradient(#ffffffb0, #ffffff96);/* backdrop-filter: blur(4px); *//* box-shadow: 0 0 8px rgba(0 0 0 / 8%); */}
.header_area.sticky .main_header_area {
    padding: 0px 12px 10px;
    /* background: #ffffffb0; */
    backdrop-filter: blur(4px);
    box-shadow: 0 0 8px rgba(0 0 0 / 8%);
}
.stellarnav {
    position: relative;
    width: 100%;
    z-index: 99;
    line-height: normal;
    order: 3;
}
.stellarnav > ul {font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;}
.stellarnav li.has-sub > a:after {content: none;}
.stellarnav > ul > li > a {
    padding: 0 10px;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 300;
    line-height: 20px;
    height: 40px;
    }
.stellarnav>ul>li:hover>a {
    width: fit-content;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 15px;
}
.stellarnav > ul > li:hover > a b{color:#C18A83;}
.stellarnav > ul > li:before{content: "";width: 1px;height: 10px;background: #C18A83;position: absolute;
right: 0;top: 50%;transform: translateY(-50%);}
.stellarnav > ul > li:last-child:before{display: none;}


.nav-brand img {display: block;}
.tp_links {display: none;}
.me_tp_features {padding: 5px 6px 0px 6px;border-radius: 50px;width: fit-content;margin-left: auto;background: #bf8984;order: 2;}
.header_area.sticky .me_tp_features{
    /* background: #e8dfd2; */
    border-radius: 0 0 10px 10px;
}
.me_tp_features a i, .me_tp_features a span,.me_tp_features a b {color: #ffffff;} 
.shop_search_btn {background: #cfb898;}

.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle span.bars span {
    display: block;
    border-radius: 6px;
    background: #D2BEA3;
    margin: 0 auto 7px;
}
.stellarnav .menu-toggle span.bars {
    margin-top: 10px;}

/*次分類*/
.stellarnav ul ul ul {
    right: auto;
    left: 100%;
}
.stellarnav li li a,
.stellarnav li li.has-sub > a,
.stellarnav.mobile li li.has-sub a {
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #C18A83;
    transition: all 0.3s;
}
.stellarnav li li a:hover,
.stellarnav li li.has-sub > a:hover,
.stellarnav.mobile li li.has-sub a:hover {
    color: #C18A83;
}
.stellarnav > ul > li > ul > li > a,
.stellarnav li li.has-sub > a {
	background: #f7f7f7;
	transition: all .2s;
}
.stellarnav > ul > li > ul > li > a:hover,
.stellarnav > ul > li > ul > li > ul > li > a:hover,
/* .stellarnav > ul > li:hover > ul > li:hover > a {
	background: rgba(0,0,0, .025);
} */

/*下拉*/
.stellarnav > ul > li.drop-left > ul {    right: unset;}
.stellarnav ul ul {transform: translateX(-50%);left: 60%;}
.stellarnav ul ul ul {left: 200px;transform: translate(0%);}
/* .stellarnav li.has-sub > a:after {display: none;} */
/*下拉選單*/
.stellarnav li li {border: unset;margin-bottom: 0;}
.stellarnav li li a {padding: 10px;text-align: center;background: #fff;color: #2e2e2e;}
.stellarnav li li a:hover {background: #C18A83;color: #fff;}

/*首頁隱藏按鈕*/
.i_news_b { display: none;}

@media screen and (max-width: 1024px) {
    
.main_header_area .container {max-width: 95%;}

.stellarnav > ul > li > a {padding: 0px 10px;font-size: 16px;}
.me_tp_features,.header_area.sticky .me_tp_features{
    border-radius: 50px;
    margin: 0;
}
}

@media screen and (max-width: 1024px) {
.main_header_area .container {max-width: 100%;padding: 0;}
.navigation {padding: 0;}
.pageIndex .header_area {        position: sticky;}
.nav-header {padding-top: 20px;}
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {/* margin: 15px 0 20px 0; */}
.stellarnav > ul > li > a {
    background: none;
}
}
@media screen and (max-width: 768px) {
    .stellarnav ul ul {transform: translateX(-50%);left: 50%;}
.main_header_area .container {max-width: 100%;}
.nav-header {    
    display: flex;
    padding: 15px 0 15px;
    justify-content: center;}
.nav-brand {width: 200px;}
.main_header_area {backdrop-filter: none;}
    .header_area.sticky .main_header_area{
    backdrop-filter: none;
}
    .stellarnav > ul > li:before{opacity:0;}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 14px;
}
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {
    /* margin: 0px 0 4px 0; */
    color:#D2BEA3;
}
    .stellarnav li li a{text-align:left;}
.stellarnav.mobile > ul > li > a {
    padding: 15px 43px 15px 10px;
}
.stellarnav.mobile ul {
    background: #ffffffeb;
}
.stellarnav.mobile > ul{border-top: 0;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #d5b1ae;color: #fff;}
    .stellarnav .icon-close:before,.stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    #bottom_menu {
        display: none;
    }
    .stellarnav.mobile > ul > li > a > b:nth-child(2) {
    border-left: 1px #D2BEA320 solid;
    padding-left: 6px;
}
}

@media screen and (max-width: 425px) {
.nav-header {padding: 15px 0 10px;}
.stellarnav .menu-toggle { padding: 15px;}
.stellarnav.mobile {padding: 0;}
.stellarnav .menu-toggle:after {font-size: 8px;}
.me_tp_features, .header_area.sticky .me_tp_features{display:none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


#content { min-height: 100vh;}

/*內頁BANNER 設定*/
.banner h5 {
    color: #80514b;
    letter-spacing: 16%;
    font-size: 40px;
    position: relative;
    font-weight: 500;
    z-index: 1;
}

.banner h5:before {
    content: '';
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    font-family:'Meddon';
    font-size: 40px;
    letter-spacing:0;
    z-index: -1;
    text-shadow: 0 0 10px #C18A83;
    margin-bottom: -44px;
}

.banner.banF h5:before ,.banner.banD h5:before { content: 'Product';}
.banner.banC h5:before { content: 'Contact';}
.article_a .banner.banblog h5:before { content: 'Example case';}
.article_b .banner.banblog h5:before { content: 'News';}

    .banner {
    font-size: 30px;
    padding: 250px 0 150px;
    text-align: center;
    background-size: cover;
}
    
    .banner.banE {
        background-image: url(https://pic03.eapple.com.tw/zhenzhenliu/b-e.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }
    .banner.banF,.banner.banD {
        background-image: url(https://pic03.eapple.com.tw/zhenzhenliu/b-f.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }
    .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/zhenzhenliu/b-b.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }
    .services_page .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/zhenzhenliu/b-bs.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .case_page .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/zhenzhenliu/b-bc.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }


    .banner.banC {
        background-image: url(https://pic03.eapple.com.tw/zhenzhenliu/b-c.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }

.article_a .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/zhenzhenliu/banba.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.article_b .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/zhenzhenliu/banbb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.banner h5:before {font-size: 32px;margin-bottom: -32px;}
.banner h5 {font-size: 24px;}
    
}

@media screen and (max-width: 425px) {
     .banner{padding: 150px 0 60px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*Footer*/
.copy a{color: #ffffff;}
.footer_menu a:hover {
    background: none;
    color: #ffffff;
    font-weight: 500;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 16px;
    line-height: 100%;
    color: #fff4f3;
    background: none;
    border-left: 1px #D2BEA370 solid;
    transition: all 0.3s;
    }

.footer .fix_ri a{
    transition: all 0.3s;
}
.footer .fix_ri a:hover {
    transform: scale(1.3);
    transition: all 0.3s;
}
.footer_logo{
    filter: brightness(5.5);
}
.box_link{
    display: none;
}


.footer {
    background: #C18A83;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;

}

.footer_info li {
    display: block;
    padding: 30px 0;
    text-align: center;
}

.footer_info li p {
    color: #ffffff;
    text-align: center;
}

.footer_info li p a {
    color: #ffffff;
}
.footer .center {
    position: relative;
    max-width: 90%;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 30px 0;
}
.footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_info li:nth-child(2) {

}
.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a:nth-child(2) {
    border: none;
}
/* .footer_info li p.line:before {
    content: 'LINE：';
}
.footer_info li p.tel:before {
    content: 'TEL：';
}
.footer_info li p.phone:before {
    content: 'PHONE：';
}
.footer_info li p.mail:before {
    content: 'E-MAIL：';
}

.footer_info li p.add:before {
    content: 'ADDRESS：';
} */
 p.phone,p.add {
    display: none;
}

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode { padding:30px 0 ; }
    .nav-menu {    margin: 0;}
    .nav-menu>li:not(.tp_links) {    padding-right: 0;}
    .nav-dropdown>li {    text-align: left;}
    .nav-dropdown>li>a {    width: calc(100% - 45px);}
            .footer_info li:nth-child(2) {
            position: relative;}
    /*手機版LOGO設定*/
    .footer_logo { margin-left: unset; }
    
    }

/*選單*/


.double_key {    width: 100%;}
.copy {
    padding: 15px 0;
    letter-spacing: 1px;
    border-top: 1px #ffffff63 solid;
    background: #C18A83;
    color: #ffffff;
    }
.copy a,.copy p ,.copy span {color: #e0cfc8;}

/* 置頂按鈕 */
#to_top {
    left: unset;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 15px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #D2BEA3;
    padding: 10px;
    padding-left: 62px;
    height: 40px;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 2.1;
    font-family: var(--SFontE);
    z-index: 999;
    /* mix-blend-mode: hard-light; */
}
#to_top i.top {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
}
#to_top i.top:before {
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #D2BEA3;
    transform: unset;
}
#to_top i.top:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #D2BEA3;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
   }

@media screen and (max-width: 1024px) {
.footer .center {max-width: 90%;}
.footer_info ul {width: 100%;}
.footer_logo {margin-bottom: 20px;}

}

@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.footer_info ul {flex-direction: column;}
.footer_info li p {font-size: 13px;}
.footer_menu a {
    font-size: 15px;
    padding: 8px 15px;
    margin: 0;
    text-align: left;
    margin: 2px;
}
.footer_menu a:nth-child(2) {
    /* border-left: 1px #D2BEA370 solid; */
}
}
@media screen and (max-width: 600px) {
.footer_info li:nth-child(1) {
    grid-template-columns: 1fr;}
}
@media screen and (max-width: 400px) {
.footer_logo {width: 200px;margin-bottom: 0;}
.footer_menu a {margin: 3px;}
}

/* = = = 文章 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.module_i_news .title_i_box h6{
    font-family: "Meddon", serif;
    font-weight: normal;
    font-size: 80px;
    color: #EBD8BC;
}
.module_i_news .title_i_box h4{
    margin-top: -84px;
    font-size: 40px;
    color: #4A4040;
    letter-spacing: 16%;
}
.module_i_news section{
    max-width: 1500px;
}
.module_i_news ul{
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.blog_page .main_part{ max-width: 1400px;}
.blog_in_page .main_part{max-width: 1400px;}
.blog_subbox { 
    /* display: flex; */
     flex-wrap: wrap; padding:10px 20px; 
     grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.blog_box_edit { line-height: 180%;    text-align: justify;}
h4.blog_category_title {font-family: 'Noto Sans TC';font-size: 25px;font-weight: 400;}

.subbox_item { margin-right: 2%; border: none; }
.subbox_item:hover { box-shadow: 0 0 8px #ddd;}
.module_i_news li a,.subbox_item a {
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 0 4px #ccc; */
    border-bottom: 1px #DFD5BB solid;
    grid-gap: 10px;
}
.subbox_item a:before , .subbox_item a:after { transition: 0.3s;}
.subbox_item a:before { color: #fff; background: #C18A83; }
.subbox_item a:after {background: #C18A8338; border: none;}
.blog_list_le { width: 100%;padding:0;}
.i_blog_ri,.blog_list_ri {
    width: 100%;
    padding: 10px 10px 30px;
}
.blog_list_le img { max-width: 100%; }
.blog_list_ri h5{
    font-weight: 600;
    color: #333;
    }
.blog_list_ri p {
    font-size: 15px;
    /* color: #C18A83; */
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    padding: 10px 0 0;
}

.news_related {
    border-top: 1px #ccc solid;
    background: none;}

/* .blog_page h4.blog_category_title {display: none;} */

.blog_in_page .show_content.blog_box.clearfix {
    padding: 40px;
}

/* .blog_le {
    width: 220px;
} */
h5.blog_le_t span {
    font-size: 20px;
}
h5.blog_le_t em {
    font-family: 'Noto Sans TC';
    font-size: 17px;
    padding: 0 3px;
    width: 100%;
}

.subbox_item a:before {
    opacity: 1;
}

.subbox_item a:before {
    /* content: 'MORE'; */
    /* width: 100%; */
   
}

.module_i_news li a:hover:before ,.subbox_item a:hover:before {
    color: #fff;
    background: #bd8885;
    text-align: center;
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}

.blog_list_ri em { display: none;}

.nextaction {
    color: #fff;
    background-color: #C18A83;
    background-image: url(../images/next_AC.png);
    background-position: right bottom;
}

.lastaction {
    color: #C18A83;
    background-image: url(../images/last_AC.png);
    background-position: right top;
    background-color: #f0f0f0;
}

.productBtn {
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 15px;
}

.lastPage {
    font-size: 16px;
    color: #fff;
    background: #C18A83;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #f3f3f3;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
}

.product-layer-two li.active a {
    font-weight: bold;
    background-color: #C18A83;
    color: #fff;
}

.products-list .item a:hover .more {
    background: #C18A83;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .price b {
    color: #C18A83;
    font-size: 24px;
    /* display: none; */
}

.products-list .name {
    height: 24px;
}

.products-list .more {
    border: 1px solid #C18A83;
    color: #C18A83;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    padding: 4px
}

.products-list .item a:hover .more {
    background: #C18A83;
    color: #fff;
    letter-spacing: 2px;
}

.other_album_choice li {
    FONT-VARIANT: JIS04;
    background: #C18A83;
    font-size: 15px;
    display: inline-block;
    border-radius: 4px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}

.show-list .item:hover .show_name {
    color: #C18A83;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 0;
    padding: 10px 35px 10px 10px;
}

.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category { background:#C18A83 !important;}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: hidden;
}

.accordion li+li .link {
    border-top: 1px solid #DFD5BB;
}

.blog_ri {
    /* padding: 0; */
    min-height: 75vh;
}

.blog_back a.article_btn_back {
    background: #C18A83;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back, .news_related_b_box.article_related_b_box a{transition: all ease .3s;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover, .blog_back a.article_btn_back:hover, .news_related_b_box.article_related_b_box a:hover {
    background: #D2BEA3;
    letter-spacing: 2px;
}
.blog_back{width:100%;}
@media screen and (max-width: 768px) {
    .blog_ri {
        padding: 0;
        min-height: 75vh;
    }
    .subbox_item {
        width: 46%;
        margin-right: 2%;
        border: none;
    }
}

@media screen and (max-width: 425px) {
    .subbox_item {
        width: 100%;
        margin-right: 2%;
        background: #fff;
    }
    .blog_list_le img {
        width: 100%;
    }

    .blog_subbox {padding: 20px;}

    .footer_info li:nth-child(1) {
        display: block;
        width: 100%;
}
} 

h4.blog_category_title {
    color: #333;

    border-bottom: 1px #ccc solid;
    padding: 10px 0;
    margin-bottom: 20px;
}
.blog_box_edit * {
    font-family: 'Noto Sans TC';
}
.blog_shareData {
    flex-direction: row;
}
.module_i_news li a:after ,.subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff66;
    opacity: 0;
}
.module_i_news li a:hover:after, .subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
}
.module_i_news li a:before, .subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    top: 40%;
    left: 50%;
    height: 45px;
    width: 150px;
    max-width: 100%;
    border: 1px solid #bd8885;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    color: #000;
    padding: 10px 5px;
    transform: translate(-50%, -50%) scale(0, 0);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.pageIndex .i_prod_tit {
    text-align: center;
    display: none;
}

.news_list ul li a:hover {
    background: #f3f3f3;
}

.news_part .title_i_box {
    display: flex;
    margin-bottom: 30px;
    text-align: left;
    padding: 0px 46px;
    flex-direction: column-reverse;
}

.news_part .title_i_box h4 {
    font-size: 40px;
    color: #C18A83;
    font-weight: 700;
    font-family: 'Noto Serif tc'; 
}

.news_part .title_i_box h6 {
    font-size: 18px;
    color: #C18A83;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    letter-spacing: 2px;
}

.news_part {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 50px 0;
}

.prod_part {
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}

.pageIndex .products-list .pic img {
    object-fit: cover;
    width: 100%;
    height: auto;
}


@media screen and (max-width: 1024px) {
        .pageIndex .products-list .pic img {
            object-fit: cover;
            width: 100%;

        }
        
    }

    @media screen and (max-width: 768px) {
        .pageIndex .products-list .pic img {
            object-fit: cover;
            width: 100%;

        }
        
    }

@media screen and (max-width: 425px) {
    .news_part .title_i_box h4 {
        font-size: 32px;
        }

        .pageIndex .products-list .pic img {
            object-fit: cover;
            width: 100%;

        }
        
    }

/*聯絡*/

.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.contact_editbox {
    margin: auto;
    padding: 0;
}

.contact_content {
    margin: auto;
    padding: 0px;
}


.contact_form li.last cite,.fa-arrow-right::before {
    /* background: #C18A83; */
    color: #fff;
}

.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #C18A83 solid;
}
.contact_form li.last cite {
    background: #C18A83;}
.list_before.info li.TEL {
    margin: 10px 0 5px 0;
}
.contact_le_map a {
    background: #8e98a6;}


/*--------聯絡我們表單 ----------*/
.note { font-size: 13px; text-align: right; }
.contact_form {margin-top: 30px;margin-bottom: 20px;font-size: 15px;color: #444;grid-gap: 0;}
.contact_form li {display: flex;padding: 20px 10px;border-bottom: 1px solid #e8e4da;flex-direction: column;}
.contact_form li.last {border: none;text-align: right;margin-top: 30px;padding-left: 0;flex-direction: row;}
.contact_form li .form__label {display: flex;max-width: 100%;text-align: left;padding-right: 10px;vertical-align: top;background: transparent;font-family: 'Noto Sans TC';font-size: 16px;font-weight: 500;}
.contact_form li .form__insert { display: inline-block; width: 100%; vertical-align: top; }
.red {order: 2;color: #df8644;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 0;
    background: #ffffff9c;
    font-family: "Noto Serif TC", serif;
}
.contact_content form {
    display: flex;
    flex-wrap: wrap;
}
.blank_letter {
    display: flex;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Noto Serif TC';
    color: #4A4040;
    align-items: center;
}
.blank_letter:before {
    width: fit-content;
    content: 'Form｜';
    display: block;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
    color: #C18A83;
    padding: 0 0px 5px;
    z-index: 1;
}
ul.list_before.info, .contact_content .information_left .blank_letter,.contact_le_map{
    display: none;
}
.contact_content .information_right {
    width: 100%;
    max-width: 1400px;
    width: 90%;
    margin: 80px auto;
    padding: 40px 5%;
    background: #ffffff8c;
}
.contact_content .information_left
 {
    width: 100%;
    max-width: 100%;
    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(100px, 1fr));
}
@media screen and (max-width: 1024px) {
.contact_content .information_left {
    width: 100%;
}

.contact_content .information_right {
    width: 100%;
    /* padding-left: 30px; */
    padding: 10px;
}

.contact_content {
    margin: auto;
    padding: 10px;
}

}

/*相簿*/
.show-list .show_name {
    text-align: center;
}
.show-list .show_pic img,.pic-list .show_pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.0);
}
.show-list .show_pic:hover img,.pic-list .show_pic:hover img  {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.3s;
}
.overlay{z-index: 2;}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    /* height: 0;
    padding-bottom: 80%; */
}
.show_content {
    margin: auto;
    padding: 10px;
    /* background: #fff; */
}
.show-list .item:hover .show_name {
    color: #2B4346;
}

/*詢價*/
.send_simple {
    background: #C18A83;
}
.rewrite_simple {
    background: #999;
}

.products-list .pic img {
    object-fit: cover;
    width: 100%;

    }

.filltext {
    background: #efefef;
}

.separate_title {
    font-size: 24px;
    color: #333;
    padding: 10px 4%;
    background: none;
}

.form_formonly li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 160px;
    border-bottom: 1px solid #eee;
}

/*資訊/Q&A*/
ul.prod li h3.prod-thumb {
    padding: 10px 5px;
    border-bottom:1px #C18A83 solid;
    color: #C18A83;
    font-weight: 400;
    margin-bottom: 15px;}
.qaform .breakF {
    border: 1px #bbb solid;
    background: unset;}

/*購物車*/
body.product_info_page ul.prod {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    padding: 0 0%;
    overflow: auto;
    }


.name span{font-size: 20px;
    display: block;}

.product-wrapper{display: flex;flex-wrap: wrap;justify-content: space-evenly;}
.prod-panel h3 {
    font-size: 1.2em;
    font-weight: 800;
    padding: 0.5rem 0 0.8rem 0;
    border: 0px solid #C18A83;
    padding:0px;
    text-align: center;
    background: #f1f1f1;
    color: #C18A83;
    margin-bottom: 2%;margin-top: 2%;}
.lastPage{    background: #C18A83;}

.prod_part {    width: 90%;}
.products-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
}
.products-list:before{content:none;}



/*內頁名稱*/
.mobile_product_name {
    display: block;
    color: #C18A83;
    text-align: left;
    letter-spacing: 1px;
    font-size: 30px;
    padding-bottom: 3%;
    position: relative;
    display: none;
    }

    .product_pic .bx-wrapper {
        padding: 0;
    }

.mobile_product_name:after {
    content: '';
    height: 6px;
    width: 10%;
    background: #C18A83;
    position: absolute;
    bottom: 0;
    left: 6%;
    right: 50%;
    transform: translate(-50%, 4px);}

    .product_pic {
        padding-bottom: 20px;
        /* padding-left: 0; */
        position: relative;
    }

    .half_box {
        width: 100%;
        float: left;
        padding-right: 10px;
    }

    .half_box li.btn_blankTop {
        margin-top: 20px;
    }

    .half_box li.btn_blankTop {
        margin-top: 20px;
        display: flex;
        gap: 10px;
    }

/*相關推薦*/
.prod_related {display: none;}

@media screen and (max-width: 1550px) {
.product_page .product-layer-two {/* width: 20%; */}
.product_page .products-list{width: 78%;}
.products-list .item {/* width: 33.333%; */}
}
@media screen and (max-width: 1150px) {
.product_info_page .products-list, .product-wrapper { 
    align-items: center;
    padding: 0;
    flex-direction: column;}
.product_main, .sidebarBtn {width: 100%;margin: 20px auto;}

.product_pic .bx-wrapper {width: 100%;padding: 0;}
.product_pic #bx-pager h6 {display: none;}
.product_pic #bx-pager {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;}
.product_pic #bx-pager a {
    margin: 5px 0px;
    height: 0;
    width: calc(100% / 6);
    padding-bottom: 15%;}
.product_pic #bx-pager a img {padding: 0 3px;}
}

@media screen and (max-width: 1024px) {
.product_page .main_part {max-width: 95%;}
.product_page .product-layer-two {/* width: 25%; */}
.product_page .products-list {width: 100%;}
.products-list .name {font-size: 16px;height: 30px;}
.products-list .item {width: 100%;}
}
@media screen and (max-width: 768px) {
.product-layer-two {display: block;margin-right: 0;}
.product-layer-two > li {width: 100%;margin: 5px 0px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .show_content > a { order: 4;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { 
    display: flex;
    order: 1;
    flex-wrap: wrap;
    min-height: 10vw;
    margin-bottom: 30px;}
.product-layer-two li a {display: none;}
.product-layer-two li li {display: none;}
.products-list .item {width: 100%;}
.product_info_page .main_part {padding: 0px 10px 10px;}

.products-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
}

.products-list .pic img {
    object-fit: cover;
    width: 100%;
    height: 306px;
    }

}
@media screen and (max-width: 650px) {
.products-list .item {  width: 100%;margin: 0 5px 50px;}
ul.prod li:nth-child(1) .prod-panel img {width: 100% !important; height: auto !important;}
ul.prod li .prod-panel iframe {width: 100%;}
}
@media screen and (max-width: 520px) {
.product-layer-two > li {width: 50%;}
.product-layer-two li a {font-size: 14px;}
.products-list .item {margin: 0 0px 20px;padding: 0;}
}
@media screen and (max-width: 450px) {
    .contact_form li .form__label {
        width: 100%;
        /* margin-left: -90px; */
        background: #5966440d;
        }    
.product_pic #bx-pager {margin-top: 15px;}
.product_pic #bx-pager a {
    width: calc(100% / 3);
    padding-bottom: 30%;}
.bx-wrapper .bx-controls-direction a {width: 25px;height: 25px;}
.bx-wrapper .bx-prev {left: 5px;}
.bx-wrapper .bx-next {right: 5px;}

.products-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
}
.products-list .pic img {
    object-fit: cover;
    width: 100%;
    height: 364px;
    }

}
@media screen and (max-width: 400px) {
ul.prod li .prod-panel span {font-size: 14px !important;}
} 

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式*/
.main_part {
    max-width: 1500px;
}


.show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-layer-two {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
}

.products-list,
.product-wrapper {
    width: calc(100% - 240px);
}


ul.page {
    width: 100%;
}

.product-layer-two li a {
    border: none;
    background: #ffffff;
    padding: 12px 16px;
    border-bottom: 1px #ccc solid;
}
.product-layer-two li.active a ,.product-layer-two li.active li a{
    font-weight: bold;
    border: none;
    color: #ffffff;
}


.product-layer-two li:hover ul {
    border: none !important;
}

.product-layer-two li li {
    display: block;
    padding: 10px 10px;
    transition: all ease .3s;
    background: transparent;
    border: none;
    border-bottom: 1px #cccccc1f solid;
}

.product-layer-two li li a {
    padding: 0;
    background: transparent;
    color: #fff;
}

.product-layer-two li li:hover>a {
    background: transparent;
    color: #C18A83;
}
.product-layer-two li:hover a {
    background: #cf9790;
    color: #fff;
}
.product_page .product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
}

.product-layer-two li ul {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    position: relative;
    display: block;
}


.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info li .txt_box {
    color: #391911;
}
.sidebarBtn{
    border: 1px #e8e6e3 solid;
    background: #ffffff;
}
a.pdinfo_line * {
    color: #ffffff;
}
.prod_tabs{
    width: 100%;
}
@media screen and (max-width: 1024px) {
.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 10px;
    border-left: 3px solid #C18A83;
}

.product_page .products-list, .product-wrapper {
    width: 100%;}
.products-list .item{}


}
/* 購物車按鈕 */
.products-list .name{height: auto;    margin-top: 8px;
}
.products-list .more {
    border: 1px solid #D2BEA3;
    color: #D2BEA3;
    }

.products-list .item a:hover .more {
        background: #C18A83;
        border: 1px solid #C18A83;
        }

.products-list .price b {
            width: fit-content;
            color: #C18A83;
            font-size: 16px;
            font-family: "Noto Serif TC", serif;
        }
.products-list b.ori_price {
    color: #e3c4bc;
}
.products-list .price{margin:10px 0 15px;justify-content: flex-start;}
.inquiry_a1,.lastPage{background: #C18A83;}
.inquiry_a2{background: #C18A83;}
.inquiry_a3{background: #C18A83;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{
    background: #222;
}
ul.prod li h3.prod-thumb {
    padding: 10px 5px;
    border-bottom: 1px #C18A83 solid;
    color: #C18A83;
    font-weight: 400;
    margin-bottom: 15px;
}
.lastaction {
    color: #D2BEA3;
    background-color: #e0e6ed;
    background-image: none;
    background-position: right top;
    border: 1px solid #c9d1da;
}
.nextaction {
    color: #fff;
    background-color: #D2BEA3;
    background-image: none;
    background-position: right bottom;
}

/*促銷*/
.promotion_title h2 {
    font-weight: bold;
    margin-left: 5px;
}