@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#327248 /*網站主要色系
  #CEA859 /*網站輔助色系1
  #91742D /*網站輔助色系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 {background: url(https://pic03.eapple.com.tw/sllongevityclinic/bg.jpg);}
.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 {position: absolute; z-index: 9901; max-width: 200px; right: 0; top: 50%; transform: translateY(-50%);display: none;}
.me_tp_features a i{padding: 15px 35px 35px;}
.tp_links a.me_tp_line{display: none;}
.tp_links a.me_tp_fb{border-right: 1px solid #eee;}
.tp_links a::before{
    content: "";
    position: absolute;
    width: max-content;
    left: 50%;
    top: 42px;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: 1px;
    color: #888;
}
.tp_links a::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 1px;
    border-radius: 50%;
    transition: 0.6s cubic-bezier(.3,2.5,.3,1);
    transition-property: opacity, transform;
    top: 23px;
    left: 46px;
    background: #327248;
    z-index: -1;
    opacity: 0;
}
.tp_links a:hover:after{ transform: scale(35);opacity: 1;transition-duration: 0.8s;transition-timing-function: cubic-bezier(.22,1.42,.35,.99);}
.tp_links a.me_tp_fb::before{content: "Facebook";}
.tp_links a.me_tp_ig::before{content: "Instagram";}
.shop_search_btn { background: #327248;}
.tp_links a {    font-size: 18px;position: relative;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #fff; transition: .3s ease-in-out;}
.tp_links a.me_tp_call,.tp_links a.me_tp_mail {display: none;}

/*上方選單右邊設定 臉書/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: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: #327248; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #CEA859; 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: #327248; 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: #327248; border: 1px solid #327248;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-slide:nth-child(1):before {
    width: 50%;
    background-image: url(https://pic03.eapple.com.tw/sllongevityclinic/s01.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 49%;
    animation: ani_LtoR 1.5s 0.5s both;
}


  @keyframes ani_LtoR {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
  }

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {
    background-image: url(https://pic03.eapple.com.tw/sllongevityclinic/bn.png);
    background-color: #fff;
    justify-content: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 16%;
}
.banner h5 {
    font-family: "Noto Serif TC",serif;
    letter-spacing: 5px;
    color: #327246;
    position: relative;
}
.banner h5::after{
content: "";
position: absolute;
left: 0;
top: 60px;
width: 100%;
height: 1px;
background: #CDA759;

}
.banner.banA {}
.banner.banblog {}
@media screen and (max-width: 1024px){
   .banner{    padding: 120px 16%;}
}
@media screen and (max-width: 768px) { 
    .banner{    padding: 80px 12%;}
    .banner h5 { font-size: 28px;}
}
@media screen and (max-width: 600px) { 
    .banner{    padding: 0 12%;    background-position: 25%;}
    .banner h5 { font-size: 24px;color: #fff; text-shadow: 0 0 8px #888;}}
/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.pageIndex .header_area,.header_area { position: fixed; width: 100%; top: 0; left: 0;padding: 0;}
.header_area{position: relative;}
.pageIndex .header_area.sticky,.header_area.sticky { position: fixed;}
.main_header_area { background: #FFFFFF; box-shadow: 5px 5px 20px rgba(0,0,0,0.1);padding: 10px 0 20px;}
.main_header_area .container { max-width:90%;}

/*logo*/
.nav-header{    max-width: 170px;}
.navigation{grid-template-columns: 170px 1fr;}
.header_area .nav-brand { margin: 17px 0 0; max-width: 280px; width: 100%;}

/*menu*/
.stellarnav ul{text-align: left;}
.stellarnav > ul > li > a { font-weight: 400; position: relative; padding: 40px 25px 25px; line-height: 0; letter-spacing: 2px; font-size: 18px; height: 0;    margin: 0 10px;font-family: "Noto Sans TC";color: #000;}
.stellarnav > ul > li > a:not(.dd-toggle):before{
    content: "";
    position: absolute;
    width: 99%;
    height: 5px;
    background: #327248;
    top: 63px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in-out;
}
.stellarnav > ul > li:hover > a:not(.dd-toggle)::before{opacity: 1;transition: .3s ease-in-out;}
.stellarnav > ul > li.has-sub > a { padding-right: 25px;}
.stellarnav > ul > li:nth-of-type(1) li:nth-of-type(1){display: none;} 
.stellarnav > ul > li:nth-of-type(2) > a,.stellarnav > ul > li:nth-of-type(3) > a,.stellarnav > ul > li:nth-of-type(6) > a,.stellarnav > ul > li:nth-of-type(4) > a{    pointer-events: none;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {color: #91742D;font-weight: 600;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 #327248;}/*下拉箭頭*/

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul{padding: 0;}
.stellarnav ul ul, .stellarnav > ul > li.drop-left > ul {    background: #fffffff2;border: 1px solid #a79277;width: 115px;left: 50%;top: 62px;border-radius: 0 0 5px 5px;transform: translateX(-50%);}
.stellarnav ul ul ul { left: 100%; background: #fffffff2;border: 1px solid #a79277;width: 115px;}
.stellarnav li li { border: none; margin-bottom: 0;}
.stellarnav li.drop-left ul ul {
    left: 113px;
    right: auto;
    transform: translateX(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 #327248; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #000;padding: 15px 0;font-family:"Noto Sans TC", sans-serif;line-height: 1;text-align: center;font-weight: 400;display: block;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #327248; 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: #327248; transition: all 0.3s;background: #CEA85934;}
.stellarnav li.has-sub > ul > li:hover > a{ color: #327248;font-weight: 600;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #fff;margin: 0 5px 5px;    width: 28px;}
.stellarnav .menu-toggle span.bars span:last-of-type{width: 24px;}
.stellarnav .menu-toggle:after { color: #fff;transform: scale(0.8);}

/*展開*/
.stellarnav.mobile.left > ul { background: #ffffff;max-width: 100%;padding: 0;}
.stellarnav.mobile > ul > li { border-bottom: none;}
.stellarnav.mobile > ul > li > a { padding: 35px 30px; border-bottom: 1px #eee solid; 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 70px;font-size: 14px;}
.stellarnav.mobile > li > a { border-bottom: none;}
a.dd-toggle { display: none !important;}


/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #fff; color: #327248;display: flex;font-size: 12px;letter-spacing: 1px;flex-direction: column;align-items: flex-end;border-bottom: 1px #327248 solid;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu{    padding: 12px 15px 15px;}
.stellarnav .icon-close{width: 40px; height: 35px;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 2px #327248;    width: 40px;}
.stellarnav .icon-close:before{transform: rotate(-335deg);}
.stellarnav .icon-close:after{transform: rotate(335deg);}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -5px; 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 2px #666;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 2px #91742D;}

/*下拉*/
.stellarnav.mobile li.open { background: #fff; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: none;}
.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;}
    .main_header_area{padding: 10px 0;}
    .main_header_area .container{max-width: 96%;}
    .header_area .nav-brand{    margin: 0;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a{    padding: 40px 8px;}
    .stellarnav > ul > li.has-sub > a { padding-right: 8px;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .me_tp_features{    top: 66%;}

    /*logo*/
    .header_area .nav-brand { max-width: 200px; margin: 20px 0 0; transition: .3s ease-in-out;}

    /*menu*/
    .stellarnav ul{    text-align: center;}
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .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 {}/*下拉箭頭*/
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a{    padding: 40px 4px;}
    .stellarnav > ul > li.has-sub > a { padding-right: 4px;}
}

@media screen and (max-width: 768px) {

    /*logo*/
    .nav-header { position: static;margin-right: auto;        z-index: 9999;}
    .header_area .nav-brand { max-width: 180px; margin: 0; transition: .3s ease-in-out;}
    .main_header_area .container { max-width: 100%;}
    /*.header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out;} */
    .me_tp_features{max-width: 160px;right: 70px; top: 41%; }
    .tp_links a::before{top: 35px;    font-size: 10px;}
    .me_tp_features a i { padding: 15px 25px 27px;}
    .tp_links a::after{left: 36px;}
    .tp_links a:hover:after{transform: scale(29);}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation {  padding: 15px 0 15px 15px;}
    .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,.stellarnav.mobile > ul > li > a { padding: 35px 30px;margin: 0 25px;}
    .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;text-align: left;}
    .stellarnav li li.has-sub.drop-left a{padding: 20px 30px 20px 70px;        color: #327248; font-size: 14px;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .stellarnav .menu-toggle{padding: 10px;}

    .stellarnav.mobile{left: unset;right: 7px; top: 10px;}
    .stellarnav .menu-toggle{ background: #327248; border-radius: 50px;}
    .stellarnav > ul > li > a:not(.dd-toggle):before{display: none;}
    .stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #91742D;}
    .stellarnav.mobile > ul > li.has-sub > ul > li > a{text-align: left;}
    .stellarnav.mobile ul ul, .stellarnav ul ul, .stellarnav > ul > li.drop-left > ul{padding: 15px 0 0;top: 0;  border: none;        width: 100%;}
    .stellarnav li.has-sub > ul > li:before{left: 40px;}
    .stellarnav li.has-sub > ul > li:hover:before{left: 50px;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{background: transparent;}
    .stellarnav.mobile > ul > li.has-sub > ul > li:hover > a { color: #327248;}
    .stellarnav > ul > li:nth-of-type(2) > a, .stellarnav > ul > li:nth-of-type(3) > a, .stellarnav > ul > li:nth-of-type(6) > a, .stellarnav > ul > li:nth-of-type(4) > a{    pointer-events: unset;}
    .stellarnav li.drop-left ul ul{left: 0;}
    a.dd-toggle { display: block !important;}
    


}
@media screen and (max-width: 425px) {
    .me_tp_features{right: 52px;}
    .me_tp_features a i { padding: 15px 20px 27px;}
    .tp_links a.me_tp_fb { border-right: none;}
    .tp_links a::after{    left: 31px;}
    .header_area .navigation, .header_area.sticky .navigation, .navigation{padding: 20px 0 20px 10px;}
   .nav-header { max-width: 125px;}
}

/* = = = 促銷方案參考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:#327248 ;letter-spacing: 5px;font-size: 25px;}
.i_news_b { margin-top: 35px;}

/*首頁*/
.news_part{    background: #FFF6EA;}
.news_list ul li{ border-bottom: 1px #327248 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: #91742D;}
.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: #327248;font-size: 16px;padding: 0;position: static;margin-top: 10px;}
.news_list ul li p:after {color: #327248;top: 65%;margin-right: 30px;font-size: 13px;}


/*內頁*/

.other_promotion li {border-top: 1px solid #cbc0a0;}
.other_promotion li:hover {border-top: 1px solid #327248;}
.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: #91742D;}
.promotion_title em { border: none;}
.promotion_title span{ margin: 0 20px 2px 0; font-size: 20px; border: none;}
.promotion_title {border-bottom: 1px solid #91742D;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%;}
}


/* = = = 文章 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.blog_in_page .main_part{padding: 80px 20px;}

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news section{    max-width: 1350px;}
.module_i_news_list{    padding: 30px 0 50px;}
.module_i_news { padding: 120px 20px 50px;background: #fff;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #CDA759;}

/*中文標題*/
.module_i_news .title_i_box h4 { position: relative; color: #327247; font-weight: 600;letter-spacing: 3px;font-family: "Noto Serif TC",serif;font-size: 30px;}
.module_i_news .title_i_box h4::before {
    content: "Sonli";
    position: absolute;
    top: -65px;
    width: fit-content;
    text-align: center;
    font-size: 25px;
    color: #CDA759;
    letter-spacing: 3px;
    font-family: 'Spectral', serif;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid;

}
.module_i_news ul { width: 100%; grid-template-columns:repeat(2,1fr);margin: auto;}
.i_blog_ri h5 { color: #327247; font-weight: 600;letter-spacing: 1px;}
.i_blog_ri em{    letter-spacing: 2px;    font-size: 13px;}
.i_blog_ri p,.blog_list_ri p{font-size: 14px;    letter-spacing: 2px;line-height: 145%; -webkit-line-clamp: 2;}

.i_blog_le{position: relative; padding-bottom: 55%; height: 0;}
.module_i_news li{    border-radius: 20px;border: 1px #92762F solid;transition: .3s ease-in-out;}
.module_i_news li a{grid-template-columns: 290px 1fr;    padding: 15px;}
.module_i_news li:hover {border: 1px solid transparent;box-shadow: 0 0 15px #ccc;transition: .3s ease-in-out;}

/*--文章管理/外層---------------------------------------*/

.blog_page .main_part{max-width: 1500px;padding: 100px 20px;}

/*列表搜尋*/


/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #327247;margin: 0; letter-spacing: 2px;}
h4.blog_category_title span { font-size: 24px;}
.blog_shareData{margin: 0;}

/*次分類*/
.submenu { background: transparent;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color: #666; letter-spacing: 2px;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;display: none;}

/*文章*/
.subbox_item a, .subbox_item a {  grid-template-columns: 485px 1fr;}
.module_i_news ul, .blog_subbox { display: grid; gap: 30px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;}
 .subbox_item a { padding:35px 15px;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}
.module_i_news li a:after,.module_i_news li a:before{display: none;}
.blog_box{text-align: justify;}
.subbox_item a{    grid-gap: 50px;    align-items: center;background: #fff;border-radius: 10px;}
.subbox_item a:hover { box-shadow: 0 5px 15px #eee;}
.blog_list_ri em{ letter-spacing: 3px;}

.subbox_item a:before {
    content: "Read More";
    bottom: 50px;
    right: 100px;
    opacity: 1;
    font-size: 14px;
    color:#327247 ;
    letter-spacing: 3px;
    font-family: "Noto Serif TC", serif;
}
.subbox_item a:after {
    right: 40px;
    bottom: 50px;
    left: auto;
    top: auto;
    background: transparent;
    width: 20px;
    height: 21px;
    content: ">";
    font-size: 16px;
    color:#327247 ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    opacity: 1;
    border: none;
}
.subbox_item a:hover::after { right: 30px;}
.blog_list_ri h5 { color: #327247; font-weight: 600;    margin-bottom: 25px;font-size: 22px;    letter-spacing: 2px;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.blog_list_le { position: relative; padding-bottom: 60%; 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;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*側邊*/
.blog_le{width: 220px;background: #fff;box-shadow: 0 0 5px #eee;border-radius: 10px;padding: 7px 20px;}
.blog_le .accordion{border-radius: 0;border: none;}
.blog_le .accordion > li.on_this_category .link a{background: #CDA759;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #dbbc7d !important;}
.submenu a:hover { background: #CDA759;}
.blog_le .accordion li .link:last-child { border-bottom: none;}
.blog_le .accordion li:last-child .link { border: none;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}
.accordion li+li .link,.submenu li+li{    border-top: none;}

/*搜尋*/
.blog_search input[type=search]{    border: none; border-radius: 0; padding: 15px 35px 15px 15px; border-bottom: 1px solid #888 !important;    background: transparent;}
.blog_search input[type=submit]{    top: 7px;}

/*功*/
.blog_subbox { grid-template-columns:1fr;}
.blog_subbox:before { content:none;}

/*相關推薦*/
.news_related{background: transparent;}
.news_related h6 span:before{color: #327247;}
.lastPage{background:#CDA759;}
.news_related_list{grid-template-columns: repeat(3, 1fr);}
.news_related_list li figure{aspect-ratio: 1.8 / 1;}

/*--文章管理/內層---------------------------------------*/

.blog_back a.article_btn_back { background: #CDA759; border: 1px solid #CDA759; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #327247; border-color: #327247; transition: 0.3s ease-in-out;}
.articel_mainPic img{display: none;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #CDA759; border: 1px solid #CDA759; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #CDA759; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px){
.subbox_item a{    grid-gap: 37px;    grid-template-columns: 250px 1fr;}
.blog_list_le{    padding-bottom: 53%;}
.subbox_item a:before{bottom: 30px;}
.subbox_item a:after{    bottom: 30px;}

.module_i_news li a{    grid-template-columns: 200px 1fr;}
}

@media screen and (max-width: 768px) {
    .blog_page .main_part {
        padding: 50px 8% 10px;
    }
    .blog_in_page .main_part{padding: 50px 8% 10px;}
    .blog_shareData{margin: 10px 0;}
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: 1fr;}

    /*功能頁/外層*/
    .blog_le {width: 100%;padding: 20px;}
    h5.blog_le_t em{    font-family: "Noto Serif TC", serif;letter-spacing: 5px;color: #327246;}
    .blog_subbox { grid-template-columns: repeat(1,1fr);}
    .subbox_item a, .module_i_news li a, .subbox_item a{    grid-template-columns: 250px 1fr;}
    .blog_list_le{padding-bottom: 60%;}
    .subbox_item{border-bottom: none;}
    .subbox_item a{padding: 35px 15px 65px;}
    .subbox_item a:before,.subbox_item a:after {bottom: 27px;}

    .news_related_list{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 600px){
  .module_i_news li a{padding: 15px;}
      .subbox_item a { padding: 35px 30px 65px;}
 .subbox_item a, .module_i_news li a, .subbox_item a{grid-template-columns: 1fr;}
 .blog_list_ri h5{    font-size: 18px;}
 .subbox_item a:before{ bottom: 25px;    right: 50px;}
 .subbox_item a:after{    bottom: 25px;right: 10px;}
 
}

@media screen and (max-width: 425px){
    .news_related_list{  grid-template-columns: 1fr;}
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}
    .module_i_news{    padding: 120px 13% 50px;}
    .module_i_news .title_i_box h4::before{    font-size: 50px;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}

    .blog_back a.article_btn_prev, .blog_back a.article_btn_next,.blog_back a.article_btn_back {font-size: 13px;}
    .news_related{    padding: 25px 13%;}
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 商品下拉超過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;} */

.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%;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #CEA859;}

/*中文*/
.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: #CEA859;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #CEA859; color: #CEA859;}
.products-list .item a:hover .more { background: #CEA859;}

/*名稱*/
.products-list .name { color: #327248; font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.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: #A67B5B;}
.products-list .price b.ori_price { font-size: 14px;}

/*外層版面*/
.product_page .main_part { width: 80%;	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;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%; padding: 0 10px;}
.product-layer-two > li.active { background: #CEA859; border-radius: 10px;}
.product-layer-two li.active li a { color: #fff; border: unset;}

/**/
.product-layer-two li a { color: #327248; border: none; border-bottom: 1px dotted #ccc; background: transparent; line-height: 200%; transition: all 0.3s;    padding: 7px 26px;}
.product-layer-two li:hover > a { color: #327248;  padding: 7px 30px;}
.product-layer-two li.active > a { color: #fff; border: none;}
.product-layer-two li:hover > a:before { background: #327248; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#327248;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #CEA859;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}

/**/
.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: #327248;}
.product-layer-two li.active li:hover a { color: #327248;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 86%;}
.mobile_product_name { color: #327248; font-size: 24px; text-align: center;}

/*次分類*/
.block { background: #327248;}

/*按鈕顏色*/
.inquiry_a1 { background: #CEA859; transition: .3s ease-in-out;}
.inquiry_a2 { background: #658781; transition: .3s ease-in-out;}
.inquiry_a3 { background: #327248; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #327248; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #CEA859; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #327248; transition: .3s ease-in-out;}
.nextaction { background-color: #327248; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #327248; transition: .3s ease-in-out;}
.lastPage { background: transparent; border: 1px solid #327248; color: #327248; transition: all 0.3s;}
.lastPage:hover { color: #fff; background-color: #CEA859; border: 1px solid #CEA859; 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: #327248; width: 100%;}
.sidebarBtn .sp_price { color: #CEA859;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { background: transparent; color: #327248; border-bottom: 1px solid #CEA85988; padding: 5px 5px 15px; display: inline-block;}
.pd_tabInner_contain{text-align: justify;}

/*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: #327248; border-bottom: 2px solid #CEA85988; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: 20px; color: #CEA859;}
.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 { margin-top: 10px;}

/*--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: #6D4C37;}
    .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);}
}
@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: #fff;position: relative;box-shadow: 0 0 15px #eee;}
.footer .center {position: relative;max-width: 90%;}
.footer_logo {padding: 0 0 15px;order: 2;max-width: 220px; }
.footer_logo img { width: 100%;}
.footer_info { padding: 10px 0;    display: flex;flex-direction: column;grid-gap: 10px;}
.footer_info ul {  padding: 0;    border-bottom: 1px solid #ccc;    padding-bottom: 50px;}


/*footer_info*/
.footer_info li:nth-child(1) {  display: inline-block;width: 30%;padding: 75px 10px 20px;position: relative;}
.footer_info li:nth-child(1):before {
    content: "Information";
    font-family: "Spectral", serif;
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    top: 33px;
    letter-spacing: 2px;
    color: #444;
}
.footer_info li p {color: #666;}
.footer_info li .phone{display: none;}
.footer_info li p a { color: inherit;}


/*footer_menu*/
.footer_info li:nth-child(2) {     display: inline-block;width: 69%;vertical-align: bottom;text-align: right;}
.footer_menu { margin-top: 10px; /*display: grid; grid-template-columns: repeat(auto-fit, minmax(min(130px,100%), 1fr)); gap: 5px;*/}/*footer按鈕最小寬度100px*/
.footer_menu a { margin: 5px; padding: 5px 10px; background: transparent; border: none; text-align: center;}
.footer_menu a:first-of-type{display: none;}
.footer_menu a:hover { background: transparent; color: #327248; border: transparent;}

/*聯絡icon*/

.box_link {    top: unset; bottom: 25px; right: 0; flex-direction: row; flex-wrap: nowrap; max-width: 200px; gap: 5px;}
.box_link a:nth-child(4), .box_link .me_tp_mail{display: none;}
.box_link a {transition: all 0.3s;border: none;    font-size: 22px;}
.fa-whatsapp:before, .fa-envelope::before { color: #666;}
.box_link a:hover { background: #CEA859; border-color: #CEA859;border-radius: 50px;    color: #fff;}
.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: #fff;transition: all 0.3s;}

/*版權*/
.copy { background: #CEA859; color: #fff; border: none;    padding: 13px 5px;}
.copy a { color: #fff; transition:all 0.3s;}

#bottom_menu li:nth-child(n+2) {display: none;}
#to_top{left: unset;right: 10px;}

#bottom_menu li a{    display: flex;padding: 15px 30px;align-items: center;flex-direction: row;    gap: 15px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px){
    .footer_info ul{width: calc(100% - 80px);}

    /*footer*/
    .footer_info { justify-content: center;flex-direction: column;flex-wrap: nowrap;align-content: space-between;}
    .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;    text-align: left;}
    .footer_info li{    padding: 10px 0;}

    .box_link{right: 95px;}
}


@media screen and (max-width: 768px) {

    .footer_info li+li{ margin-top: 0;}
    

    /*底部按鈕*/
     #to_top {  bottom: 9px;background: transparent;box-shadow: none;border: 1px solid #ccc;    font-size: 0;width: 35px;height: 35px;padding-top: 2px;right: 20px;}
     #to_top i.top{    top: 10px;}
     #to_top i.top:before, #to_top i.top:after{height: 10px;}
    .footer.with_shopping_mode { padding:30px 0 50px; }
    .box_link {position: absolute; right: 70px; left: unset;}



}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_logo {padding: 10px 0;}
    .footer_info{gap: 15px;    align-items: center;}
    .footer_info ul { width: 85%;    padding-bottom: 65px;}
    .footer_menu{    display: grid;grid-template-columns: repeat(3, 1fr);}
    .footer_menu a{padding: 5px 0;    text-align: left;}
    .footer_info li:nth-child(1){padding: 75px 0 20px;}

    /*聯絡icon*/
    .box_link{ right: unset; left: 50%; transform: translateX(-50%);    max-width: 170px;    bottom: 160px;}
    .box_link a{font-size: 18px;  width: 35px;padding: 8px 5px;}
}
@media screen and (max-width: 600px) {

}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}

/*標題*/
.blank_letter { color: #327248;}

/*側邊資訊*/
.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: #327248;}
.contact_form li.last cite {background: #327248;}

@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) { }
