@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{font-family: "Unna", serif,"Noto Sans TC", sans-serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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}
*/


/*下拉分頁設定*/
.promotion_title {display: none;}
.other_promotion{display: none;}
ul.page {display: none;}


/*header*/
.me_tp_features{display: none;}
.header_area {
    background: linear-gradient(to bottom, #FFF, transparent);
    position: fixed;
    padding: 1.5vw 2vw;
    transition: all 1s ease;
}
.main_header_area .container {
    max-width: 90%;
}
.navigation {
    display: block;
}
.stellarnav ul {
    text-align: center;
}

/*logo*/

.nav-brand img {display: none;}

/*大圖*/
.bannerindex video {
    display: block;
    width: 86%;
    margin: 0 auto;
}
.bannerindex {
    background: #f0cac7;
}
/*下滑*/

.header_area.sticky {background:#f9f6f5;transition: all .4s ease;; padding: 0.5vw 2vw;box-shadow: 0 0 10px #c0c0c0;}
.header_area.sticky .navigation {display: grid;grid-template-columns: 200px 1fr;grid-gap: 0 20px;}
.header_area.sticky .stellarnav ul{text-align: right;}
.header_area.sticky .stellarnav > ul > li:hover > a {color: #af8672;transform: translateY(6px);}
.header_area.sticky .stellarnav > ul > li:after {content: '';position: absolute;width: 5px;height: 5px;border-radius: 50px;left: 50%;top: 50px;background: #af8672;opacity: 0;transform: translate(-50%,-50%);transition: all .4s ease-in-out;}
.header_area.sticky .stellarnav > ul > li:hover:after {opacity: 1;top: 8px;}
.header_area.sticky .nav-brand img {
    display: block;
    position: absolute;
    width: 140px;
    top: 0px;
    left: 0px;
    background: #f9f6f5;
    border-radius: 500px;
    padding: 10px;
    box-shadow: 0 2px 4px #c0c0c0;
}
  
/*隱藏學員見證*/
.stellarnav > ul > li:nth-last-child(1){display: none;}

/*第一層*/
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li > a {color: #444;margin: 0 15px;letter-spacing: 1px;transition: all .4s ease-in-out;font-weight: 400;font-size: 15px;}
.stellarnav > ul > li:hover > a {color: #af8672;}
.stellarnav > ul > li.has-sub > a{padding: 0px;}
.stellarnav > ul > li:after {content: '';position: absolute;width: 5px;height: 5px;border-radius: 50px;left: 50%;top: 50px;background: #af8672;opacity: 0;transform: translate(-50%,-50%);transition: all .4s ease-in-out;}
.stellarnav > ul > li:hover:after {opacity: 1;top: -5px;}

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #444;
    font-size: 15px;
}
.stellarnav li li:hover > a{
    background: #af8672;
    color: #fff;
}

.stellarnav li li.has-sub:hover > a {
    background: #af8672;
    color: #fff;
}


@media screen and (max-width: 1024px){

    .main_header_area .container {
        max-width: 98%;
    }

    .header_area.sticky .stellarnav > ul > li > a {
        margin: 8px 6px;
    }

    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
}

@media screen and (max-width: 768px){
    .header_area {
        background: #f9f6f5;
        position: sticky;
        padding: 2.5vw 2vw;
    }

    .nav-header {
        margin: auto;
    }
    .nav-brand img {
        display: block;
        width: 80px;
        transition: all .5s;
    }

    .header_area.sticky .nav-brand img {
        display: block;
        position: sticky;
        width: 60px;
        padding: 0px;
        box-shadow: none;
        background: transparent;
        margin: auto;
        transition: all .5s;
    }

    .header_area.sticky .navigation {
        display: flex
    }

    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
}


/*footer*/
.footer_menu a:nth-of-type(1){display: none;}
.footer{background: #f9f6f5;padding: 60px 0px 20px 0px;}
.footer .center{max-width: 1200px;padding: 3%;}
.footer_logo{width: 150px;margin: 0;}
.footer_logo img{width: 130px;}
.footer_info{padding: 0;    justify-items: center; }
.footer_info li{padding: 10px 0;display: inline-block;vertical-align: middle;}
.footer_info li:nth-child(1){width: 90%;}
.footer_info li:nth-child(2){width: 90%;}
.footer_info li p,.footer_info li p a{color: #7a7a7a;}
.footer_menu a {background: transparent;color: #a9a9a9;border: none;font-weight: 400;letter-spacing: 1px;font-size: 13px;    transition: .5s;    padding: 7px 15px;}
.footer_menu a:hover {
    background: #f0cac7;
    color: #af8772;
    border-radius: 30px;
    transition: .5s;
    font-weight: 500;
}
.copy {border-top: none;}
.copy a{color: #fff;font-weight: 200;}
.box_link {top: 100%;width: 100%;text-align: right;padding: 0 3%;max-width: 300px;display: none;}
.box_link a {display: inline-block;width: 30px;height: 30px;border: none;background: #111;padding: 0px;border-radius: 30px;}
.box_link a i{max-width: 100%;font-size: 18px;line-height: 30px;display: block;}

	
/*※更動處 */

.footer .center {
    max-width: 100%;
    display: flex;
    justify-content: center;}
.footer_logo {
    display: flex;
    justify-content: flex-end;}
.footer_info li:nth-child(2){padding: 35px 0px 0px 84px;}
.copy { border-top: solid 1px transparent;}
.copy,.copy a {color: #bcbcbc; padding: 12px 0px;}
.copy a:hover{color: #fff;}
.footer_info ul {border-left: solid 1px #4b4b4b3d;}

/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 78px; font-weight: 500;}
.list_before.info li {padding-left: 50px;}

.footer_info li:nth-child(1) {display: grid;padding-left: 99px;}
p.tel { grid-row: 1;}
p.line { grid-row: 2;}
p.mail { grid-row: 3;}
p.add2 { grid-row: 4;}
.path p, .path p a {
    display: none;
}



@media screen and (max-width: 1480px) {
.footer_menu {  grid-template-columns: repeat(auto-fit, minmax(min(60px, 100%), 1fr));}
}

@media screen and (max-width: 1024px) {

.footer_info li:nth-child(1) {
    padding-left: 73px;
}

.footer_info li:nth-child(2) {
    padding: 35px 0px 0px 57px;
}


}

@media screen and (max-width: 768px){
	.footer_info li:nth-child(1){width: 100%;}
	.footer_info li:nth-child(2){width: 100%;text-align: center;}
	.footer_menu {margin: 0;}
	.footer_menu a{font-size: 12px;}
	.box_link{position: relative;right: 0;top: 0;text-align: left;padding: 15px 0;}
	.copy {padding: 8px 3% 0 3%;text-align: center;border-top: 1px solid #d8d8d8;font-size: 12px;}
	.footer {padding: 40px 0 30px;}
	.footer_info { flex-direction: column;}
	.footer_info ul{text-align: center;margin: 10px 0;border:none}
	.footer_logo {width: 200px;     margin: 10px auto; margin-bottom: 9px;justify-content: center;}
	.copy { border-top: 1px solid #d8d8d833;}
    .footer_info li:nth-child(1){border-left:none;padding: 0px;}
    .footer_info li:nth-child(2) {padding: 35px 0px 10px;}

}


/*購物車側選單*/

.product-layer-two li a {
    padding: 10px 16px;
    color: #444;
    background: #f0cac5;
    position: relative;
  }
  
  .product-layer-two li.active a {
    border: none;
    font-weight: 400;
  }
  
  .product-layer-two li i {
    top: 4px;
    color: #444;
    transition: 0.3s;
  }
  
  
  .product-layer-two li.active li a {
    font-weight: 400;
    letter-spacing: 2px;
    color: #444;
    background: transparent;
  }
  
  .product-layer-two li li a {
    padding: 5px 10px;
    color: #444;
    transition: all 0.4s;
  }
  
  .product-layer-two > li 
  { width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}
  
  
  
  /*商品外觀*/
  
  .products-list .price b {
    color: #7e7a72;
    letter-spacing: 0px;
    text-align: center;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}
  .products-list .name {
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 400;
    height: auto;
    text-align: center;
  }
  
  .products-list .more {
    display: none;
  }
  
  .products-list .item a {
    position: relative;
    padding: 10px;
    box-shadow: 0 0 10px #f0f0f0;
    border-radius: 6px;
  }
  
    .products-list .pic img {
      border-radius: 5px;
  }
  
  .products-list .pic:before {
    content: "READ MORE";
    letter-spacing: 2px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 161%;
    background: #af8672;
    opacity: 1;
    transition: all 0.3s;
    font-size: 14px;
    width: 100%;
    color: #fff;
}
  
  .products-list .pic img {
    border-radius: 5px;
    transition: all 0.6s;
  }
  
  .products-list a:hover .pic:before {
    opacity: 0;
  }
  
  .products-list a:hover .pic img {
    transform: translate(0%, 0%) scale(1.1);
    filter: none;
    transition: all 0.6s;
  }
  
  .products-list .price{
    display: none;
  }

  .proImgSwiper {
    aspect-ratio: auto;
}
  
  /*商品內頁側邊單*/
  .sidebarBtn {
    border: none;
  }
  .product_info li .txt_box {
    color: #7e7a72;
  }
  .sidebarBtn .price span {
    color: #947c63;
    font-weight: 500;
    border-radius: 50px;
    text-align: justify;
    font-size: 17px;
    margin: 8px 0px;
    font-size: 20px;
}
  
  .sidebarBtn h2 {
    color: #7e7a72;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
  }
  
  .sidebarBtn .price {
    color: #444;
      font-size: 18px;
      font-weight: 400;
    border-bottom: 1px solid #adb8a4;
  }
  
  .radio-inline__input:checked + .radio-inline__label {
    background: #e7e4df;
    color: #444;
  }
  
  .inquiry_a3,  .inquiry_a1 {background: #e8bdb9;}
  .inquiry_a3:hover,  .inquiry_a1:hover {letter-spacing: 2px;background: #af8672;}
  .inquiry_a2{
    background: #aeaeae;
    display: none;
}
  

  .pd_tabTitle li.activeTab::after {
    height: 1px;
}

.edit {
    font-weight: 400;
    color: #333;
    letter-spacing: 0.04em;
}
  
  /*商品推薦*/
  
  
  .prod_related {
    background: #ffffff;
    padding: 25px 15px;
  }
  
  .related_list li a {
    background: #f8f6f3;
    height: 100%;
    padding: 11px;
    border-radius: 10px;
    transition: all 0.5s;
  }
  
  .related_list li a:hover {
    box-shadow: 3px 3px 3px #afafaf45;
    transform: translate(0%, 0%) scale(1.1);
    transition: all 0.5s;
  }
  
  
  .prod_related h6 span:before {
    display: none;
  }
  
  .prod_related h6 {
    display: none;
  }
  
  .related_list li a p {
    padding-top: 10px;
  }
  
  .lastPage {
    color: #fff;
    background: #cdcbc5;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 55px auto 40px;
    text-align: center;
    transition: all 0.3s;
  }
  
  .lastPage:hover{
   background:#e7e4df;
   transition: all 0.3s;
  
  } 


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 13px 0px; /*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-layer-two li li:hover > a { background:#fff; color:#af8672;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 23px;}
.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-layer-two li li:hover > a:before { background:#af8672;}

.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;}
.product_info_page .show_content{margin-top: 100px;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_info_page .show_content{margin-top: 0px;}
.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;
    font-size: 20px;
    font-weight: 400;
    padding-left: 7px;
}
a.pd_menu_toggle i {
    color: #444;
}
.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;}
.mobile_product_name {display: none;}
}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/

.banner {
    display: none;
}
.banner h5 {display: none;}
.article_a .banner {background-image: url(https://pic03.eapple.com.tw/ailliyen/b1.jpg);}
.article_b .banner {background-image: url(https://pic03.eapple.com.tw/ailliyen/b2.jpg);}
.banF {background-image: url(https://pic03.eapple.com.tw/ailliyen/b3.jpg);} 

.article_a ,.article_b ,.product_page{
    padding-top: 100px;
}
@media screen and (max-width: 768px) {
    .article_a ,.article_b ,.product_page{
        padding-top: 0px;
    }
    }
    
.banner.banA {}
.banner.banB {}
.banner.banD {}
.banner.banE {}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.edit {
    color: #333;
    letter-spacing: 0.5px;
}

/*文章B*/

.blog_page.article_b .subbox_item a:before {display: none;}

.blog_page.article_b .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.blog_page.article_b .subbox_item a {
    grid-template-columns: 1fr;
}

.blog_page.article_b .main_part {
max-width: 1600px;
}

.blog_page.article_b .blog_list_ri p {
    letter-spacing: 1px;
    padding-top: 15px;
}    

.blog_page.article_b .blog_list_ri h5 {
    letter-spacing: 1px;
    padding-bottom: 14px;
    border-bottom: 1px solid;
    color: #af8672;
    display: flex
;
}

.blog_page.article_b .subbox_item a:after{
    display: none;
}

.blog_page.article_b .subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all .6s ease;
}

@media screen and (max-width: 768px){
.blog_page.article_b .blog_le a.news_menu_toggle{
    display: none;
}
}

/*文章A*/
h5.blog_le_t em{font-family:"Noto Sans TC", sans-serif;}
h5.blog_le_t {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h5.blog_le_t span {
display: none;
}
.news_related{display: none;}
.submenu {background: #ffffff;}
.blog_page.article_a .blog_box {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.h4.blog_category_title {display: none;}
.blog_page.article_a .blog_le {padding: 36px 0 0;}
.blog_page.article_a .blog_le, .blog_ri {margin-bottom: 1vw;}
.blog_page.article_a .blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}
.blog_page.article_a .blog_box:after, .blog_box:before, .blog_subbox:before {content: none;}
.blog_page.article_a .subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.4);
    padding: 36px;
}
.blog_page.article_a .subbox_item a {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    justify-content: center;
}
.blog_page.article_a .blog_list_le {
    width: auto;
    padding: 0;
    height: auto;
    aspect-ratio: 7/5;
    overflow: hidden;
    position: relative;
}
.blog_page.article_a .blog_list_le img {
    min-width: 100%;
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.2s ease;
    max-width: 100%;
}
.blog_page.article_a .subbox_item a:hover .blog_list_le img{
    transform: scale(1.1);
    transition: all .6s ease;
}
.blog_page.article_a .blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 10px 0px;
    width: calc(100% - 305px);
    position: relative;
}
.blog_page.article_a .blog_list_ri h5 {
    color: #af8672;
    font-weight: 400;
}
.blog_page.article_a .blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    color: #afafaf;
    position: relative;
}
.blog_page.article_a .blog_list_ri p {
    line-height: 175%;
    margin: 16px 0;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.blog_page.article_a .subbox_item a:hover .blog_list_ri em:after {letter-spacing: 1.6px;}
.blog_page.article_a .subbox_item a:before, .subbox_item a:after {content: none;}
.blog_le .accordion {border:none;border-radius: 0px;}
.accordion li .link {
    padding: 0px 16px;
    color: #746e6a;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.accordion li .link, .accordion li:last-of-type {border-bottom: none;}
.accordion li {
    border-bottom: 1px solid #af8672;
    transition: all 0.3s ease;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.open:hover,
.blog_le .accordion > li.on_this_category:hover {
    background: #af8672 !important;
}
.blog_le .accordion > li.open, .blog_le .accordion > li.on_this_category {
    background: #af8672 !important;
}
.blog_le .accordion > li.open .link a, .blog_le .accordion > li.open .link i {
    color: #fff !important;
}
.blog_page.article_a .accordion li .link i, .accordion li .link a {
    color: #444 !important;
    font-weight: 400;
}
.blog_page.article_a .submenu {background: #f1e9da;font-size: 14px;}
.blog_page.article_a .submenu a {
    color: #af8672;
    letter-spacing: 0;
    font-weight: 400;
    padding: 14px 14px 12px 40px;
    border-left: #FFF 0 solid;
    transition: all .15s;
    background: #ffffff;
    letter-spacing: 1px;
}
.blog_page.article_a .submenu a:before {
    top: 13.5px;
    left: 16px;
    font-weight:var(--fa-style, 900);
}
.blog_page.article_a .submenu a:hover {
    background: #fff;
    color: #787878;
    border-left: #fff 8px solid;
}

.blog_page.article_a .blog_search input[type=search] {
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.blog_page.article_a .blog_search input[type=submit] {
    height: 36px;
    filter: grayscale(20);
}
.submenu li.on_this_category a, .submenu a:hover {
    background: transparent;
    color: #4b4b4b;
    padding-left: 40px;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '\f077';
    color: #FFF;
}
/*內頁*/
.blog_in_page h4.blog_category_title {
    display: block;
    border-bottom: 1px #9f9f9f solid;
    padding: 0 0 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #373737;
    font-weight: 400;
}
.blog_page.article_a .blog_in_page .blog_ri {padding-top: 36px;}
.blog_page.article_a .blog_box_edit * {line-height: 175%;}
.blog_page.article_a .blog_box_edit {
    font-size: 16px;
    color: #666;
}
.blog_page.article_a .blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}
.blog_back a {width: 100%;transition: all .3s ease;}
.blog_back a.article_btn_next , .blog_back a.article_btn_prev, .blog_back a.article_btn_back {
    background: transparent;
    color: #4c3e31;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    border-radius: 40px;
}
.blog_back a:hover {background: #af8672!important;color: #fff;}
.blog_back {
    grid-gap: 16px;
}

@media screen and (max-width: 1024px) {

.blog_page.article_a .module_i_news ul{grid-template-columns:1fr 1fr;}
.blog_page.article_a .blog_list_ri, .blog_list_le {width: 100%;}
.blog_page.article_a .blog_list_ri {padding: 16px 0;}
.blog_page.article_a .blog_box_edit {font-size: 15px;}
.blog_page.article_a .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    
}

}

@media screen and (max-width: 980px) {
.blog_page.article_a .blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px){
.blog_page.article_a h5.blog_le_t {display: block;}
.h4.blog_category_title{font-size: 24px;}
.h4.blog_category_title span{font-size: 20px;}
.blog_page.article_a .blog_le,.blog_page.article_a .blog_ri {margin-bottom: 0;}
.blog_page.article_a .blog_ri {padding: 0;width: 100%;}
.blog_page.article_a .subbox_item {padding: 32px 0 12px;}
.blog_page.article_a .blog_list_ri p {
line-height: 160%;
margin: 12px 0 16px;
-webkit-line-clamp: 3;
font-size: 14px;
}
.blog_page.article_a .subbox_item:first-of-type {padding-top:18px;}
.blog_page.article_a .blog_le {padding: 22px 0 0;}
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_page.article_a .blog_in_page .blog_ri {padding: 16px 0 0 0;}
.blog_page.article_a .blog_list_ri h5 {
font-size: 19px;}

}

@media screen and (max-width: 600px){
.blog_page.article_a .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.h4.blog_category_title{font-size: 20px;}
.h4.blog_category_title span{font-size: 18px;}


.blog_page.article_a .blog_list_le {
    width: auto;
}


}

/*聯絡表單*/

/*聯絡我們/＝＝＝＝＝*/
.contact_content {display: block !important}
.contact_editbox {    padding: 0;}
.contact_le_map a {    background: #e7e4df;}
.contact_form li.last cite {background: #ddb4ae;}
.contact_content {
    padding: 80px 10px 10px;
}


/*表格排列版面*/
.contact_content .information_left{display: none;}
.red {color: #ddb4ae;}
.contact_content .information_right {    width: 90%;    padding: 0;    margin: 0 auto 100px;    max-width: 1400px;    display: block;}
.blank_letter {     padding: 0;    font-size: 20px;    color: #3a3a3a;text-align: center;}
.blank_letter .note{display: block;color: #ddb4ae;text-align: center;}
.contact_form {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(400px,100%), 1fr));    gap: 30px;}
.contact_form li{padding: 0;}
.contact_form li .form__label {    display: block;    width: 100%;    text-align: end;    margin: 0 0 5px;    padding: 0;}
.contact_form li.last {    text-align: center;    grid-column: 1/-1;}
.contact_form li.last blockquote, .contact_form li.last cite{border-radius:50px;    border: 1px #ddb4ae solid;    padding: 0px;}


@media screen and (max-width: 600px){
    .contact_form li .form__label {
        text-align: justify;
        background: transparent;
        font-weight: 400;
    }  
}


/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1024px) { 
.header_area.sticky .navigation {
    grid-template-columns: 140px 1fr;
}
}


@media screen and (max-width: 768px) {
#bottom_menu li a {
    background: #d49d98;
    color: #fff;
}
.stellarnav a.dd-toggle .icon-plus:after,.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 2px #777;}
.header_area.sticky {
    backdrop-filter: none;
}
#bottom_menu{box-shadow: none;}
.stellarnav .menu-toggle {
    padding-top: 26px;
    transition: all .5s;
}
.header_area.sticky .stellarnav .menu-toggle {
    padding-top: 15px;
    transition: all .5s;
}
.stellarnav > ul > li:after{display: none;}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
.stellarnav > ul > li > a:before{display: none;}
.header_area.sticky .stellarnav > ul > li:hover > a{    transform: translateY(0px);}
.header_area.sticky .stellarnav > ul > li > a{    margin: 0 15px;}
.stellarnav.mobile li.open li.open {
    padding: 0px;
}
.stellarnav.mobile li.open {
    background: #f3f3f3;
    padding: 0px 10px 10px 10px;
}
.stellarnav > ul:hover > li > a {opacity: 1; }
.stellarnav > ul > li:hover > a {opacity: 1;  }

.stellarnav.mobile > ul > li > a b {display: grid}

.stellarnav > ul > li > a > b:nth-child(2) {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #af8672;
}

.stellarnav.mobile > ul > li > a {
    padding: 25px 43px 10px 10px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
    padding-top: 30px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
margin-left: 0px;
}

.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
    margin-left: 30px;
    font-size: 15px;
    border-left: 1pt solid #bababa;
    padding: 10px 20px;
    color: #878787;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    background: transparent;
    color: #444;
}
.stellarnav.mobile li.open {
    background: #fff;
}

.stellarnav li a {
    color: #444;
    background: transparent;
    border-radius: 0px;
}

.stellarnav > ul > li ul li a:hover {
    background: transparent;
}

.stellarnav.mobile ul ul {
    padding: 2px;
    box-shadow: none;
}

.stellarnav.mobile li.open li.open {
    background: #ffffff;
    padding: 0px;
}

.stellarnav.mobile ul ul ul {
    margin-left: 30px;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    top: -1px;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: #af8672;color: #fff;
}

.stellarnav .icon-close:before,.stellarnav .icon-close:after{border-color: #fff;}





}