@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#C6B299 /*網站主要色系
  #827055 /*網站輔助色系1
  #E0C9AA/*網站輔助色系2*/

/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*滾輪*/
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #444;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/*SubMenu*/
.me_tp_features { margin-top: 10px;}/*隱藏整列*/
.shop_search_btn { background: #C6B299;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #C6B299;}
.me_tp_features a i{color: #827055;}
.me_tp_features a span {
    color: #827055;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
}

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #C6B299; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #827055; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #C6B299; border: 1px solid #C6B299;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {
    background: url(https://pic03.eapple.com.tw/fshfurniture/bn.png) no-repeat center;
    padding: 300px 10% 130px;
    margin: 30px;
    border-radius: 40px;
    background-size: cover;
    justify-content: flex-start;
    z-index: 0;
    position: relative;
}
.banner h5 {
    color: #856445;
    letter-spacing: 2px;
    font-size: 27px;
    position: relative;
    z-index: 1;
}
.banner h5::before{
    content: "";
    position: absolute;
    font-size: 70px;
    font-family: "Dancing Script", sans-serif;
    color: #ffffff90;
    font-weight: 400;
    left: -12px;
    bottom: 10px;
    z-index: -1;
    transform: rotate(-10deg);
}
.banner.banF{background: url(https://pic03.eapple.com.tw/fshfurniture/bn02.png) no-repeat center;}
.banner.banF h5::before {content: "Product";}
.banner.banblog h5::before {content: "News";}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}
/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.pageIndex .header_area { position: fixed; width: 100%; top: 0; left: 0;padding: 0;}
.header_area{position: sticky;padding: 0; }
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area { background: #FFFFFF;}
.main_header_area .container { max-width: 85%}

/*logo*/
.header_area .nav-brand { margin: 5px 0 0; max-width: 280px; width: 100%;}

/*menu*/
.stellarnav > ul{margin-top: 18px;}
.stellarnav > ul > li:last-of-type{display: none;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600;position: relative;padding: 50px 20px 25px;line-height: 0;letter-spacing: 1px;font-size: 15px;font-family: "Noto Sans TC", sans-serif;color: #876445;}
.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 37px;
    background: url(https://pic03.eapple.com.tw/furnitures/furnitures.svg) no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
}
.stellarnav > ul > li:nth-of-type(2) > a:not(.dd-toggle):before{background: url(https://pic03.eapple.com.tw/furnitures/air-mattress.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(3) > a:not(.dd-toggle):before{background: url(https://pic03.eapple.com.tw/furnitures/living-room.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(4) > a:not(.dd-toggle):before{background: url(https://pic03.eapple.com.tw/furnitures/bedroom.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(5) > a:not(.dd-toggle):before{background: url(https://pic03.eapple.com.tw/furnitures/lobby.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(6) > a:not(.dd-toggle):before{background: url(https://pic03.eapple.com.tw/furnitures/side-table.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(7) > a:not(.dd-toggle):before{background: url(https://pic03.eapple.com.tw/furnitures/speaker.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(8) > a:not(.dd-toggle):before{background: url(https://pic03.eapple.com.tw/furnitures/chat.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #C6B299;transform: translateY(-5px); transition: .3s ease-in-out;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #888;display: none;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #C6B299;}/*下拉箭頭*/

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul{padding: 0;}
.stellarnav ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: none; margin-bottom: 0;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #C6B299; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #777; padding:15px; font-family: "微軟正黑體", sans-serif; line-height: 1;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #C6B299; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #C6B299; transition: all 0.3s;background: #E8DFCE;}
.stellarnav li.has-sub > ul > li:hover > a{ color: #827055;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #C6B299;}
.stellarnav .menu-toggle:after { color: #C6B299;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;max-width: 100%;padding: 0;}
.stellarnav.mobile > ul > li { border-bottom: 2px#EAD8C0 dotted;}
.stellarnav.mobile > ul > li > a { padding: 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #C6B299; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #C6B299;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #C6B299;}

/*下拉*/
.stellarnav.mobile li.open { background: #82705522; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 200px; margin: 20px 0 0; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after {}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area .nav-brand { max-width: 180px; margin: 10px 0 0; transition: .3s ease-in-out;}
    /*.header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out;} */

    /*menu*/
    .stellarnav > ul > li > a:hover:before{display: none;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 30px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .stellarnav .menu-toggle{padding: 10px;}
}

/* = = = 促銷方案參考03 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*首頁標題*/
.news_part .title_i_box h6{font-family: "","Noto San TC", sans-serif;font-size: 55px;color:#cbc0a0 ;letter-spacing: 2px;font-weight: normal;}
.news_part .title_i_box h4{font-family: "Noto San TC", sans-serif;color:#C6B299 ;letter-spacing: 5px;font-size: 25px;}
.i_news_b { margin-top: 35px;}

/*首頁*/
.news_part{    background: #FFF6EA;}
.news_list ul li{ border-bottom: 1px #C6B299 solid;display: block;position: relative;padding: 20px 35px;margin: 0;}
.news_list ul li a span{font-family: "Rubik","Noto San TC", sans-serif;}
.news_list ul li a:hover{background: transparent;}
.news_list ul li:hover {background: #fff;}
.news_list ul li a:hover p,.news_list ul li a:hover p:after {color: #8D7B68;}
.news_list ul li a:hover p{width: 98%;}
.news_list ul li a:hover p:after{right: 10px;}
.news_list ul li span {display: block;vertical-align: top;padding: 0;font-size: 13px;color: #a6a6a6;width: fit-content;}
.news_list ul li p {width: 100%;font-family:"Rubik","Noto San TC", sans-serif;color: #C6B299;font-size: 16px;padding: 0;position: static;margin-top: 10px;}
.news_list ul li p:after {color: #C6B299;top: 65%;margin-right: 30px;font-size: 13px;}


/*內頁*/

.other_promotion li {border-top: 1px solid #cbc0a0;}
.other_promotion li:hover {border-top: 1px solid #C6B299;}
.other_promotion li a:before, .other_promotion li a:after{display: none;}
.other_promotion li a{border: none;}
.other_promotion li a:hover{background: transparent;}
.other_promotion li:hover .pmtTitle h3 {font-weight: bold;text-decoration: underline;}

/*內文*/
.edit{margin-bottom: 70px;}

/*標題*/
.promotion_title h2{color: #8D7B68;}
.promotion_title em { border: none;}
.promotion_title span{ margin: 0 20px 2px 0; font-size: 20px; border: none;}
.promotion_title {border-bottom: 1px solid #8D7B68;padding-bottom: 15px;}

/*下拉頁面*/
.other_select_page .promotion_title, .other_select_page .other_promotion {display: none;}

@media screen and (max-width: 600px) {
    .news_list ul li{background: transparent;padding: 15px;}
    .news_list ul li p{text-align: left;}
    .news_list ul li p:after{position: absolute;    top: 56%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章設定*/
.module_i_news {padding: 100px 5% 75px;border-top: 1px solid #c3a56080;}
.module_i_news section {max-width: 1400px;}
.module_i_news .title_i_box {margin-bottom: 50px;}
.module_i_news .title_i_box h6 {display: none;}
.module_i_news .title_i_box h4 {width: 100%;position: relative;font-size: 25px;letter-spacing: 0.1em;font-weight: normal;line-height: 2.5;}
.module_i_news.module_i_news01 .title_i_box h4:before {content: 'News';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;}
.module_i_news.module_i_news02 .title_i_box h4:before {content: 'Wedding Banquet';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;}

.module_i_news_list, .module_i_news_list.swiper {padding: 0;}
.module_i_news ul {grid-template-columns: repeat(3, 1fr);grid-gap: 10px;}
.module_i_news li:nth-child(n+4){display: none;}
.module_i_news li a {grid-template-columns: 1fr;grid-gap: 10px;padding-bottom: 40px;}
.i_blog_le {aspect-ratio: 3 / 2;}
.i_blog_ri {padding: 0;}
.i_blog_ri h5 {font-weight: normal;font-size: 20px;color: #876445;}
.i_blog_ri em {display: none;}
.i_blog_ri>*+* {margin-top: 10px;}
.i_blog_ri p {font-size: 16px;line-height: 1.5;-webkit-line-clamp: 1;}

.module_i_news li a:before {right: 0;font-size: 14px;letter-spacing: 0.08em;color: #876445;transition: all .4s;}
.module_i_news li a:hover:before {opacity: 1;transition: all .4s;}
.module_i_news li  a:after {width: 0%;height: 1px;top: auto;bottom: 0;border: unset;background: rgb(238 207 151);}
.module_i_news li  a:hover:after {width: 100%;}

.i_blog_b {max-width: 1400px;padding-top: 50px;}

@media screen and (max-width: 1024px) {
.module_i_news .title_i_box h4 {font-size: 23px;}
.blog_list_ri h5 {font-size: 18px;}
.blog_list_ri p {font-size: 15px;}
}
@media screen and (max-width: 960px) {
.module_i_news ul {grid-template-columns: repeat(2, 1fr);grid-gap: 30px 10px;}
.module_i_news li {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.module_i_news {padding: 50px 5%;}
.module_i_news .title_i_box {margin-bottom: 30px;}
.module_i_news .title_i_box h4 {font-size: 22px;}
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before {font-size: 45px;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);grid-gap: 15px 10px;}
.i_blog_ri h5 {font-size: 17px;}
.i_blog_ri p {font-size: 14px;}
.i_blog_b {padding-top: 30px;}
}
@media screen and (max-width: 600px) {
.module_i_news .title_i_box h4 {font-size: 20px;}
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before  {font-size: 40px;}
.module_i_news li a {padding-bottom: 35px;}
.module_i_news li a:before {font-size: 13px;}
.i_blog_ri>*+* {margin-top: 5px;}
.i_blog_ri h5 {font-size: 16px;}
.i_blog_ri p {font-size: 13px;}
}
@media screen and (max-width: 450px) {
.module_i_news .title_i_box h4 {font-size: 18px;}
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before  {font-size: 30px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_box {display: flex;flex-direction: column;align-items: center;gap: 30px;}
.blog_le {width: 100%;padding: 0;margin-bottom: 30px;}
h5.blog_le_t, .blog_search {display: none;}
.blog_le .accordion {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;border-radius: 0;border: unset;gap: 5px;}
.accordion li+li .link {border-top: unset;}
.accordion li .link a {line-height: 1;padding: 10px 15px;color: #876445;font-size: 17px;letter-spacing: 0.08em;font-weight: normal;}
.blog_le .accordion li {transition: all .3s;border-radius: 10px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #876445 !important;transition: all .3s;}

.blog_ri {width: 100%;padding: 0;margin-bottom: 30px;}
.blog_subbox {grid-template-columns: repeat(3, 1fr);grid-gap: 10px;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;padding-bottom: 40px;}
.blog_list_le {aspect-ratio: 3 / 2;}
.blog_list_ri {padding: 0;}
.blog_list_ri h5 {font-weight: normal;font-size: 20px;color: #876445;}
.blog_list_ri em {display: none;}
.blog_list_ri>*+* {margin-top: 10px;}
.blog_list_ri p {font-size: 16px;line-height: 1.5;-webkit-line-clamp: 1;}

.subbox_item a:before {right: 0;font-size: 14px;letter-spacing: 0.08em;color: #876445;transition: all .4s;}
.subbox_item a:hover:before {opacity: 1;transition: all .4s;}
.subbox_item a:after {width: 0%;height: 1px;top: auto;bottom: 0;border: unset;background: rgb(238 207 151);}
.subbox_item a:hover:after {width: 100%;}

@media screen and (max-width: 1024px) {
.blog_le {margin-bottom: 0;}
.accordion li .link a {font-size: 16px;}

.blog_list_ri h5 {font-size: 18px;}
.blog_list_ri p {font-size: 15px;}
}
@media screen and (max-width: 960px) {
.blog_subbox {grid-template-columns: repeat(2, 1fr);grid-gap: 30px 10px;}
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.accordion li .link a {font-size: 15px;}

.blog_list_ri h5 {font-size: 17px;}
.blog_list_ri p {font-size: 14px;}
}
@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);grid-gap: 30px 10px;}
.subbox_item a {padding-bottom: 35px;}
.subbox_item a:before {font-size: 13px;}
.blog_list_ri>*+* {margin-top: 5px;}
.blog_list_ri h5 {font-size: 16px;}
.blog_list_ri p {font-size: 1px;}
}
@media screen and (max-width: 450px) {
.accordion li .link a {font-size: 14px;padding: 10px;}
}


/*文章內頁設定*/
.blog_in_page .blog_box {gap: 50px;}
.blog_in_page h4.blog_category_title {color: #876445;font-size: 22px;font-weight: normal;letter-spacing: 0.08em;padding: 0;margin-bottom: 5px;}
.blog_shareData {padding: 8px 10px;background: #c3a5601a;}
.toShareNews {font-size: 14px;color: #876445;align-items: flex-end;line-height: 1;}
.toShareNews b {font-weight: 500;letter-spacing: 0.08em;}
.blog_box_edit * {font-size: 17px;line-height: 1.8;letter-spacing: 0.08em;overflow: hidden;}

.news_tags a {color: #B1652B;font-size: 15px;}
.blog_back {width: 100%;grid-gap: 10px;}
.blog_back a {display: flex;align-items: center;gap: 15px;font-size: 14px;padding: 10px 0;letter-spacing: 0.5em;color: #876445;}
.blog_back a:before {content: '';display: block;position: relative;left: 0;top:0;width: 50px;height: 1px;background: #E0C9AA;transition: all .4s;}
.blog_back a:hover:before, .article_btn_back:hover:after{width: 30px;transition: all .4s;}
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: unset;}

.blog_back a.article_btn_prev {text-align: left;}
.blog_back a.article_btn_next {flex-direction: row-reverse;text-align: right;}
.blog_back a.article_btn_back {justify-content: center;}
a.article_btn_back:after {content: '';display: block;position: relative;left: 0;top: 0;width: 50px;height: 1px;background: #E0C9AA;transition: all .4s;}

.news_related {background: #ffffffa6;padding:100px 5% 50px;border-top: 1px solid #c3a56080;}
.news_related h6 {max-width: 1500px;margin: 0 auto 50px;}
.news_related h6 span {display: block;position: relative;width: 100%;}
.news_related h6 span:before {color: #000000;font-size: 22px;letter-spacing: 0.1em;font-weight: normal;line-height: 2.5;}
.news_related h6 span:after {content: 'Related articles';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;font-weight: normal;}

.news_related_list {grid-template-columns: repeat(4, 1fr);max-width: 1500px;grid-gap: 10px;}
.news_related_list li a {display: flex;padding: 0;background: unset;height: 100%;flex-direction: column;align-items: center;gap: 10px;transition: 0.5s ease;}
.news_related_list li a:hover {transform: translateY(-10px);transition: 0.5s ease;}
.news_related_list li figure {aspect-ratio: 3 / 2;}
.news_related_list li a p {font-size: 15px;color: #876445;letter-spacing: 0.05em;}

.lastPage {font-size: 14px;letter-spacing: 0.5em;color: #876445;background: unset;padding: 10px 0;margin: 50px auto 0;max-width: 1500px;width: 100%;
    text-align: center;border-top: 1px solid #c3a56080;border-bottom: 1px solid #c3a56080;transition: 0.5s ease;}
.lastPage:hover {background: #c3a5600d;transition: 0.5s ease;}

@media screen and (max-width: 1024px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_box_edit * {font-size: 16px;}
.news_related {padding: 80px 5% 50px;}
.news_related h6 span:before {font-size: 20px;}
.news_related h6 span:after {font-size: 50px;}
.news_related_list li a p {line-height: 1.5;}
}
@media screen and (max-width: 768px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.blog_box_edit * {font-size: 15px;}
.blog_back a {font-size: 13px;gap: 10px;letter-spacing: 0.15em;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related h6 span:before {font-size: 18px;}
.news_related h6 span:after {font-size: 45px;}
.news_related_list li a p {font-size: 14px;}
}
@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 17px;}
.toShareNews {font-size: 12px;}
.blog_box_edit * {font-size: 14px;}
.blog_back a:before, a.article_btn_back:after {width: 25px;}
.blog_back a:hover:before, a.article_btn_back:after:hover:after {width: 15px;}
.news_related h6 span:before {font-size: 17px;}
.news_related h6 span:after {font-size: 40px;}
.news_related_list {grid-template-columns: 1fr;}
}
@media screen and (max-width: 450px) {
.blog_back a {font-size: 12px;gap: 5px;}
.blog_back a:before, a.article_btn_back:after {width: 18px;}
.blog_back a:hover:before, a.article_btn_back:after:hover:after {width: 8px;}
.news_related h6 span:before {font-size: 16px;}
.news_related h6 span:after {font-size: 30px;}
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 商品下拉超過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個--結束 */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list::before { content:none;}
.products-list .item { width: 100%;padding: 10px;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #876445;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #876445;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #876445; color: #876445;display: none;}
.products-list .item a:hover .more { background: #876445;}

/*名稱*/
.products-list .name { color: #000; font-weight: 600; font-size: 16px; text-align: center;height: auto;}

/*價格*/
.products-list .item a{padding-bottom: 0;}
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center;color: #876445;}
.products-list .price b.ori_price { font-size: 14px;}
.products-list .price .sp_price{text-align: center;}

/*hover*/
.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
  opacity:0;
  transition:.5s;
  }
  
  .products-list .pic::after {
    content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.5);
  opacity:0;
  transition:.5s;
  }
  
  .products-list a:hover .pic::before, .products-list a:hover .pic::after {
  opacity:1;
  }
  .products-list a:hover .pic img{transform: scale(1.05);transition:.5s ease-in-out;}

/*外層版面*/
.product_page .main_part { width: 90%;	max-width: 1500px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { width: calc(100% - 280px);}
.product-layer-two { width: 250px;margin: 0;border-radius: 20px;border: 1px solid #876445;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%; padding: 0 10px;}
.product-layer-two > li.active,.product-layer-two > li:hover { background: #c6b29961;}
.product-layer-two > li:first-of-type{border-radius: 20px 20px 0 0;}
.product-layer-two > li:last-of-type {border-radius: 0 0 20px 20px;}


/*側邊*/
.product-layer-two li a { color: #666; border: none;  background: transparent; line-height: 200%; transition: all 0.3s;    padding: 10px 26px;    font-family: "Playfair", sans-serif;}
.product-layer-two li.active > a ,.product-layer-two li:hover > a { border: none;}
.product-layer-two li.active > a:before,.product-layer-two li:hover > a:before  { background: #fff; color:#34261B;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #fff;
    background: #876445;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 7px;
}


.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li li { border: none; background: transparent;}
.product-layer-two li li a { background: transparent;}
.product-layer-two li li:hover a { color: #34261B;}
.product-layer-two li.active li:hover a { color: #34261B;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: #34261B; font-size: 24px; text-align: center;}

/*次分類*/
.block { background: #34261B;}

/*按鈕顏色*/
.inquiry_a1 { background: #876445; transition: .3s ease-in-out;}
.inquiry_a2 { background: #EBE3D5; transition: .3s ease-in-out;}
.inquiry_a3 { background: #34261B; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #C6B299; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #876445; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #C6B299; transition: .3s ease-in-out;}
.nextaction { background-color: #34261B; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #C6B299; transition: .3s ease-in-out;}
.lastPage:hover { color: #fff; background-color: #876445; border: 1px solid #876445; transition: all 0.3s;}

/*商品照輪播*/
/*..product_main { width: 100%;}*/
.product_pic h6 { display: none; color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.product_info li .txt_box { color: #C6B299; width: 100%;}
.sidebarBtn .sp_price { color: #876445;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
.pd_tabTitle li.activeTab a{    font-size: 18px;padding-bottom: 23px;letter-spacing: 2px;}
.pd_tabTitle li.activeTab::after{ background: #C6B29988; height: 1px;}
ul.prod li h3.prod-thumb { background: transparent; color: #34261B; border-bottom: 1px solid #87644588; padding: 5px 5px 15px; display: inline-block;}
.pd_tabTitle li.activeTab::after{height: 1px;background: #34261B;}
.pd_tabTitle li.activeTab a{font-size: 22px;font-weight: 600;letter-spacing: 2px;color: #34261B;}

/*Q&A*/
/*li.prod-item:not(.is-active) { display: none;}隱藏*/
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #34261B; border-bottom: 2px solid #87644588; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: 20px; color: #876445;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px;}
.related_list li a img { max-height: 250px;}
.related_list li a p { }

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .product_page .product_menu_list>h5{color: #34261B;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}

    /*順序*/
    .product_menu_list,
    .products-list,
    .product-wrapper { width: 100%;}
    .product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
    .product_page .product-layer-two,
    .product_page .products-list { width: 100%; border-right: none;}
    .product_page .product_menu_list>h5{display: block;}
    
    .product_page .show_content > a { order: 1;}
    .product_page ul.products-list { order: 2;}
    .product_page ul.page { order: 3;}
    .product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
    .products-list .name{    font-size: 13px;}
}
@media screen and (max-width: 425px){
    .products-list .price b.ori_price,
    .products-list .price .sp_price{text-align: center !important;}
}

@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}

/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer { background: #827055;position: relative;}
.footer_logo { display: none;}
.footer_logo img { max-width: 200px; width: 100%;}
.footer_info {  padding: 0;display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;align-content: space-between;gap: 0 30px;}
.footer_info ul{display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));gap: 0;letter-spacing: 0.15em;}


/*footer_info*/
.footer_info li{ padding: 20px 10px;}
.footer_info ul>li:nth-child(1):before{
    content: "CONTACT";
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.footer_info ul>li:before{
    font-size: 20px;
    color: #fff;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}
.footer_info li:nth-child(1) { display: inline-block; width: 100%;}
.footer_info li p {color: #fff;font-family: 'Rubik', sans-serif;letter-spacing: 1px;}
.footer_info li p a { color: inherit;}
.footer_info li p:before{font-family: 'Rubik', sans-serif;    font-weight: 500;letter-spacing: 2px;color: #FFDFBF;margin-right: 12px;}
.footer_info li p.tel:before {content: 'TEL';}
.footer_info li p.mail:before {content: 'EMAIL';}
.footer_info li p.add:before {content: 'ADD';}

/*footer_menu*/
.footer_info ul>li:nth-child(2):before{
    content: "MEUN";
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding-left: 15px;
}
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; }
.footer_menu {margin-top: 10px;display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a:nth-child(1),.footer_menu a:last-of-type{display: none;}
.footer_menu a {margin: 0 0 0 15px;padding: 0;background: transparent;border: none;text-align: left;color: #fff;display: block;width: fit-content;}
.footer_menu a:hover { background: transparent; color: #EAD8C0; border: transparent;}

/*聯絡icon*/
.box_link {display: none;}
.box_link {top: unset;bottom: 0;}
.box_link .me_tp_call, .box_link .me_tp_mail{display: none;}
.box_link a {transition: all 0.3s;border: none;color: #fff;}
.fa-whatsapp:before, .fa-envelope::before { color: #666;}
.box_link a:hover { background: #827055; border-color: #827055;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #EAD8C0;transition: all 0.3s;}

/*版權*/
.copy { background: transparent; color: #fff; border: none;}
.copy a { color: #fff; transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 910px){
    .footer_info{flex-direction: column;flex-wrap: nowrap;align-content: space-between;}
    .footer_info ul{width: calc(100% - 100px);}
}


@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info{gap: 0;}
    .footer_info ul { width: 90%;}

    /*聯絡icon*/
    
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}

/*標題*/
.blank_letter { color: #C6B299;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #C6B299;}
.contact_form li.last cite {background: #C6B299;}

@media screen and (max-width: 600px){
    .contact_form li .form__label{   background: #fff;}

}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }
