@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');

body{
    font-family: "Noto Sans TC", sans-serif;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
    background-color: #4c894d;
    color: #fff;
  }
  ::selection{
    background-color: #4c894d;
    color: #fff;
  }
  
  body{
      overflow: overlay;
  }
  &::-webkit-scrollbar {
      background: #fff;
      width: 7px;
  }
  &::-webkit-scrollbar-button {
      display: none;
      background: #fff;
      border-radius: 0;
    }
  &::-webkit-scrollbar-track-piece {
      background: #fff;
    }
  
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #4c894d;
    }
  
  &::-webkit-scrollbar-track {
      box-shadow: transparent;
    }
  
  /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
  
  /* 頁面的麵包屑 首頁/頁面名稱/ */
  .path { display:none;}
  
  /*首頁+聯絡按鈕*/
  .animated-arrow { background:#4c894d ;}
  .swiper-pagination {
      left: 50%;
      margin-left: 0;
      transform: translate(-50%, 0);
  }
  
  .swiper-wrapper .swiper-slide.swiper-slide:nth-child(1)::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(https://pic03.eapple.com.tw/artsucculents/bg-15.png);
      width: 100%;
      max-width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1000;
      opacity: 1;
  }
  .swiper-wrapper .swiper-slide.swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/artsucculents/bg-16.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}
  
/*首頁+聯絡按鈕*/
.animated-arrow { background:#c1b09c ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { 
    margin:0;
    background: transparent;
    z-index: 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;}
}
#content {
    width: 100%;
    min-height: 80vh;
    background-image: url(https://pic03.eapple.com.tw/artsucculents/bg-06.jpg);
    background-position: top center;
    background-size: 100% auto;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*Footer*/

.footer {
    padding:  0 0;
    font-size: 14px;
    background: #fff;
    position: relative;
    z-index: 99;
}
.center {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 5%;
    border: 1px #ddd solid;
}
.footer_menu {border-bottom: none !important;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-around;}
.copy {
    background-image: url(https://pic03.eapple.com.tw/artsucculents/footer-35.jpg);
    border: none;
    color: #fff;
    margin-top: 0;
    height: 500px;
    border-radius: 0;
    padding-top: 70px;
    background-position: center;
}
.copy::before {
    content: "AS山城多肉植物農場";
    display: block;
    font-size: 29px;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 2px;
}



.box_link{
    display: none;
}
.copy a{color: #fff;}
.footer_info li p{
    color: #666666;
    line-height: 20px;
    margin-bottom: 41px;
    padding: 10px 10px;
}
.footer_info li p.add::after{
    content: "南投縣埔里鎮西安路一段518號(對面多肉植物農場)→欲前來參觀建議直接使用google map導航";
    display: block;
    color: #666666;
    line-height: 20px;
    margin-bottom: 41px;
    padding: 10px 10px;
}
.footer_info li p:nth-last-child(2){
    margin-bottom: 0;
}
.footer_info li p a{
    color: #666666;
}
.footer_menu a:hover {    background: #4c894d;}
.footer_menu a {
    border-radius: 0;
    color: #666666;
    border: none;
    transition: all 0.3s;
    background: transparent;
    width: 36%;
    line-height: 20px;
    border-bottom: 1px #ddd solid;
    margin-right: 25px;
    margin-bottom: 41px;
    padding: 10px 10px;
}
.footer_menu a:hover {
    background: #4c894d;
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s;
}
.footer_menu a:nth-child(1),
.footer_menu a:nth-child(2){
    display: none;
}

.footer_info {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 80%;
    margin: 0 auto;
    justify-content: flex-start;
}


.footer_info li {
    padding: 100px 5%;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}




/* 浮動 */
.info_fix {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 30px;
    right: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.info_fix_links {
    display: flex !important;
    background: #4c894d;
    width: 50px;
    padding-bottom: 50px;
    border-radius: 10px;
}
.info_fix_links::before {
    content: "";
    display: inline-block;
    background-image: url(https://pic03.eapple.com.tw/tidytwcom/icon-30.png);
    width: 7px;
    height: 80px;
    text-wrap: nowrap;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 25px;
    animation: line 5s infinite linear;
}
.info_fix>span{
    display: none;
}
.info_fix_links a {
    background: transparent;
}
.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}
.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.info_fix_links a span::before {
    background-size: contain;
}

.info_fix_default.info_fix_tel{
    display: none;
}
.info_fix_default.info_fix_mail{
    display: none;
}
.info_fix_links a:hover {
    background: #2f5230;
}



@keyframes line{
    0%{
      background-position: 0 -70px;  
    }
    100%{
     background-position: 0 70px;  
    }
}





/* top */
#to_top {
    display: block !important;
    position: fixed;
    bottom: 27px;
    left: auto;
    right: 13px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    border-radius: 100%;
    opacity: 1 !important;
}
#to_top i:before, #to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #fff;
    transition: all 100ms ease-in-out;
}
span.line {
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}

.footer_logo {
    display: flex;
    align-items: center;
}




@media screen and (max-width: 768px) {
    .footer_info ul {
        width: 100%;
        text-align: center;
    }
    .footer_menu a {
        width: 100%;
        margin-right: 0;
    }
    .info_fix {
        bottom: 65px;
    }
    .info_fix {
        right: -5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
    }
    .info_fix_links {
        width: 40px;;
    }
    #to_top {
        right: -5px;
    }
    .footer_logo{
        display: none;
    }
}



@media screen and (max-width: 500px) {
    .footer_info ul {
        flex-direction: column;
    }
    .footer_info li p {
        margin-bottom: 10px;
    }
    .footer_info li {
        padding: 30px 5%;
    }
    .footer_menu a {
        margin-bottom: 20px;
    }
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: #fafbf6;
    width: 100%;
    padding: 0;
    height: 0;
    padding-bottom: 30%;
    background-image: url(https://pic03.eapple.com.tw/artsucculents/banner-05.jpg );
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner h5 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: .3em;
    text-indent: .3em;
}
.banner h5::before {
    content: "";
    display: block;
    font-size: 30px;
    color: #fff;
    letter-spacing: .2em;
    text-indent: .2em;
}
.banner.banA{
    display: none;
}
.banner.banA h5::before {

}
.banner.banB {
    display: none;
}
.banner.banC h5::before{

}
.banner.banD {}
.banner.banE h5::before{
    content: "PHOTO";
}
.banner.banF h5::before{
    content: "SHOP";
}
.banner.banblog h5::before{
    content: "NEWS";
}



@keyframes banner-line {
    0%{
        width: 0;
        opacity: 0;
    }
    75%{
        width: 300px;
        opacity: .5;
    }
    100%{
        width: 300px;
        opacity: 1;

    }
}

@keyframes banner-text {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        padding-bottom: 50%;
        background-position: center;
    }
    .banner h5 {
        font-size: 30px;
    }
    .banner h5::before {
        font-size: 24px;
    }
}



/* 分頁 */
.other_select_page .promotion_title{
    display: none;
}
.other_select_page .other_promotion{
    display: none;
}

/*其他分頁*/
/*其他分頁*/
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #4c894d;
}
.promotion_title {
    padding: 13px 0;
    display: block;
}
.promotion_title span {
    border: none;
}
.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}
.edit * {
    word-break: break-all;
}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 2%;
}
.other_promotion li a {
    display: block;
    border: none;
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    background: transparent;
    transition: all 0.3s;
}
.other_promotion li a:hover {
    background: #0000000d;
    transition: all 0.3s;
}
.other_promotion li a:before{
    display: none;
}
.other_promotion li a:after{
    display: none;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;
}

.promotion_title h2 span{
    display: none;
}
.promotion_title * {
    vertical-align: middle;
    color: #6D6D6D;
}

.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #C5C5C5;
    flex-direction: column;
}
.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #43453d;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: bold;
}




@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }
    
}
@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }
    
}










/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 0;
}





/* 選單 */
.product-layer-two {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    top: -30px;
    box-shadow: 1px 1px 5px #00000040;
}
.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: calc(100% / 8);
    height: fit-content;
    text-align: center;
    transition: all 0.5s;
}
.product-layer-two li::before {
}
.product-layer-two li:hover:before {
    bottom:  inherit;
    top:  0;
    height: 100%;
    transition: all 0.5s;
}
.product-layer-two li a {
    color: #43453d;
    border: 0;
    padding: 15px 20px;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;
}
.product-layer-two li:hover > a { 
    background: transparent;    
    color: #4c894d;
}
.show_content {
    margin: auto;
    padding: 0;
/*
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
*/
}
.product-layer-two li li {
    width: 100%;
}
.page {
    color: #43453d;
    width: 1000%;
}
.product-layer-two li.active > a {
    background: transparent;
    color: #4c894d;
    border: 0;
    border-bottom: 2px #4c894d solid;
    font-weight: normal;
}
.products-list .price {
    padding: 0 5%;
}


/* 內容 */
.products-list .more {
    border: 1px solid #999!important;
    color: #999;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.products-list .item a:hover .more {background: #4c894d;border-color: transparent;color: #ffffff;}
.products-list {
    width: 100%;
    max-width: 90%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: none;
}
.products-list .item {
    width: calc(100% / 4 - 20px);
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #00000040;
    transition: all 0.5s;
}
.products-list .item:hover {
    background: transparent;
    transition: all 0.5s;
}

.products-list .item a img {    
    transition: all 0.5s;

}
.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #43453d;
    height: auto;
    padding: 0 5%;
    margin-top: 10px;
}
.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.products-list .item a:hover .pic{
    transition: all 0.5s;
}

.products-list .price b {
    color: #7e8d29a3;
}
.inquiry_a3 {
    background: #4c804d;
}
.products-list .price b.sp_price {
    color: #4c804d;
}
.product_info li .txt_box {
    color: #999;
}

/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 0px;
}
.lastPage {    background: #c1b09c;}
.nextaction {    background-color: #c1b09c;}
.lastaction {    color: #fff;    background-color: #c1b09c;}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}
.product_pic #bx-pager a {
    border: none;
}
.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    position: relative;
    top: -80px;
}
.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sidebarBtn {
    padding: 5%;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    border: 0;
    background: transparent;
    border: 1px #595859 solid;
}
.sidebarBtn h2 {
    color: #595859;
    font-size: 24px;
}
.sidebarBtn * {
}
.product_info li span {
    color: #43453d;
}
#bx-pager h6{
    display: none;
}
ul.prod li h3.prod-thumb {
    background: transparent;
    color: #4c894d;
    padding: 0;
    text-align: left;
}
ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4c894d;
    margin: 10px 0;
}
ul.prod {
    list-style: none;
    display: block;
    width: 60%;
    margin: 0 auto;
}
ul.prod li .prod-panel {
    color: #43453d;
    text-align: left;
}
ul.prod li {
    margin-bottom: 40px;
    color: #43453d;
}
.toShare {
    border-top: 0;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    background: #3d663d;
}


/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}
ul.prod li span{
    color: #43453d;
}
.qaform .breakF {
    border: 1px #43453d solid;
    background: transparent;
    color: #43453d;
}
.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}
.productBtn{
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #43453d solid !important;
    color: #43453d;
    transition: all 0.5s;
}
.productBtn:hover{
    background-color: #00000071;
    transition: all 0.5s;
}
.qaform {
    margin-top: 30px;
}


/*  */
.related_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.prod_related {
    background: #fff3e6;
    padding: 25px 15px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #4c894d;
}
.related_list li a {
    display: block;
    padding: 0;
    background: transparent;
}
.related_list li a p {
    font-size: 15px;
    color: #43453d;
    margin: 10px 0;
}
.related_list li{
    background: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 1px 1px 5px #00000047;
    overflow: hidden;
    width: 20%;
    transition: all 0.5s;
}
.related_list li:hover{
    transform: scale(1.05);
    transition: all 0.5s;
}
.product_main {
    width: 55%;
}


@media screen and (max-width: 1024px) {
    .product-layer-two li {
        width: calc(100% / 4);
    }
    .products-list .item {
        width: calc(100% / 3 - 20px);
    }
}


@media screen and (max-width: 768px) {
    .product-layer-two{
        display: none;
    }
    .products-list .item {
        width: calc(100% / 2 - 20px);
    }
    .products-list {
        max-width: 100%;
    }
    .product_main {
        width: 100%;
    }
    .sidebarBtn{
        width: 100%;
    }
    ul.prod {
        width: 100%;
        margin-top: 60px;
    }
}

@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
    .related_list {
        display: flex
;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .related_list li {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }
}









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {    background: #02642F;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: transparent !important;}
.share_page .edit {text-align: justify;line-height: 180%;margin: 80px 0;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    
    text-align: justify;
    color: #fff;
    display: none;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}
.clearfix:before, .clearfix:after {
    display: none;
}




/* 選單 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}
.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    /* padding: 0; */
}
h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #4c894d;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}
.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}
.blog_search form{
    width: 20%;
    position: relative;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #43453d solid;
}

.accordion li .link a {
    font-size: 16px;
    color: #43453d;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #4c894d !important;
    transition: all 0.3s;
}
.accordion li::before{
    content: "";
    display: block;
    background-color: #4c894d;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.accordion li:hover:before,.blog_le .accordion > li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}
.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}
.blog_search input[type=search]:focus {
    color: #ccc;
}








/* 內容 */
.subbox_item a:after {
    display: none;
}


.subbox_item a:before {
    z-index: 19;
    bottom: 15px;
    right: 15px;
    color: #43453d;
}
.blog_list_le {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 10px);
    overflow: hidden;
    position: relative;
}
.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%);
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 1px 1px 5px #00000061;
}

.blog_list_ri {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    width: 100%;
    padding-left: 20px;
}

.blog_list_ri h5 {
    font-weight: bold;
    font-size: 20px;
    color: #4c894d;
    margin-bottom: 10px;
}
.blog_list_ri em {
}
.blog_list_ri p {
    font-size: 16px;
    color: #545454;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 30px;
}

.sidebarBtn .price span {
    color: #7e8d2994;
    font-size: 14px;
}
.sidebarBtn .price span.sp_price{
    color: #4c804d;
    font-size: 16px;
}
.prod_info_clearfix {
    display: none;
}


/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1200px;
    padding: 50px 0;
}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {
    width: calc(100% / 3 - 40px);
    padding: 0;
    border-bottom: 0;
    margin: 0px 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}
/**/


@media screen and (max-width: 768px) {
    .blog_list_ri h5 {
        font-size: 24px;
    }
    .subbox_item {
        width: calc(100% / 2 - 40px);
    }
    .blog_le,.product_info_page .product-layer-two{
        display: none;
    }
    
}


@media screen and (max-width: 500px) {
    .subbox_item {
        width: 100%;
    }
    
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {color: #4c894d;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    border-radius: 50px;
    transition: all 0.3s;
}

.show-list a:hover .show_pic img{
    transform: scale(1.1);
    transition: all 0.3s;
}
/*次分類頁面*/
.other_album_choice li {background: #4c804d;}
.other_subalbum li p {
    line-height: 220%;
    color: #43453d;
}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part{
    max-width: 1440px;
    padding: 50px 0;
}
.album_info_page .main_part{
    max-width: ;
}
.show-list .show_pic {height: 60vh;max-height: 430px;padding-bottom: 0;overflow: hidden;border-radius: 50px;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 50vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.show_content {
}
.album_page .main_part{
}

.album_page .main_part .show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.show-list .item {
    width: 33.1%;
    padding: 0;
    margin: 20px;
    margin-bottom: 50px;
}


.album_fixed_title {
    display: none;
}


/*  */
.show-list a .show_name {
    font-size: 20px;
    color: #43453d;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: auto;
    opacity: 1;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    transition: all 0.3s;
}
.show-list .item:hover .show_name {
    color: #4c894d;
}
.subalbum-menu h2 {
    color: #c1b09c;
}
.show-list .item .overlay {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}

.show-list .item:hover .overlay {
    display: none;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}





@media screen and (max-width: 768px) {
    .show-list .item {
        width: 100%;
    }
    .show-list .show_pic {
        border-radius: 20px;
    }
}
/*  */


@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}


.edit, .show_content {
}
.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}
.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}
.pic-list .item img {
    max-width: 100%;
}

.other_subalbum li {
    display: inline-block;
    background: transparent;
    width: 100%;
    margin: 10px 0;
    border: none !important;
    color: #fff;
}


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {border-bottom: 2px solid #4c894d;padding: 10px 0;}
.promotion_title {}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

}

@media screen and (max-width: 600px) {

/*手機板大圖*/
/*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}




.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 200px;
    background-image: url(https://pic03.eapple.com.tw/artsucculents/bg-05.png);
    background-repeat: no-repeat;
}
.contact_content {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 60%;
}
.list_before.info li {
    padding-left: 0;
    color: #43453d;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0;
}
.contact_form li .form__label {
    color: #43453d;
    margin-left: 0;
    width: auto;
    padding: 10px 0;
}

.blank_letter {
    padding-top: 30px;
    font-size: 24px;
    color: #43453d;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.contact_content form {
    display: flex;
    justify-content: space-between;
}
.contact_content .information_left {
    width: 35%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}
.contact_content .information_right {
    width: 50%;
    padding-left: 30px;
    padding: 0;
}

.contact_le_map {
    display: none;
}

.blank_letter.i {
}

.list_before {
    margin-top: 0;
    margin-bottom: 0px;
}

.contact_form li {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.contact_form li input.noborder {
    border: 1px #43453d solid;
    background: transparent;
}
.contact_form li textarea.noborder {
    border: 1px #43453d solid;
    background: transparent;
}
.contact_form li:nth-last-of-type(2){
    width: 20%;
}

.contact_form li.last{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.contact_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.contact_form li.last blockquote {
    color: #43453d;
    background: transparent;
    transition: all 0.5s;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: initial;
    color: #43453d;
    transition: all 0.5s;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 3px 10px;
    text-align: center;
    border: 1px #4c894d solid;
    width: 140px;
    background: transparent;
}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {
    background: #0000000d;
}
.contact_form li.last blockquote{
    margin-right: 10px;
}
.contact_form li.last cite {
    background: transparent;
    color: #43453d;
}

.list_before.info li::before{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

/*top menu 修改*/
.navigation{
    padding: 20px 0 10px 210px;
}
.main_header_area .container{
    max-width: calc(1500px + 10%);
    padding: 0 5%;
}
.nav-header{
    top: 10px;
}
.stellarnav > ul > li:nth-of-type(1){
    display: none;
}
.main_header_area{
    background-color: #fff;
    box-shadow: 0 2px 2px rgb(0, 0, 0, .2);
}
.stellarnav li.has-sub > a:after{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #595859;
}
.stellarnav.desktop li.has-sub a{
    margin: 0;
    padding: 0 15px 0 0;
}
.stellarnav > ul > li{
    margin: 0 5px;
    padding: 5px 10px 0px;
    border-radius: 10px;
}
.stellarnav > ul > li > a{
    line-height: 150%;
    height: unset;
}
.stellarnav > ul > li > a b{
    font-weight: normal;
    color: #595859;
    line-height: 150%;
    height: unset;
}
.stellarnav > ul > li > a:hover b{
    transform: translateY(0); 
    -webkit-transform: translateY(0);
}
.stellarnav > ul > li:hover{
    background-color: #4B7F4C;
}
.stellarnav > ul > li:hover a b{
    color: #fff;
}
.stellarnav li:hover.has-sub > a:after{
    border-top: 4px solid #fff;
}
.stellarnav > ul > li > a b:nth-of-type(2){
    display: none;
}

.stellarnav ul li ul.down04{
    padding: 10px 5px; 
    left: -5px;
    border: 2px solid #4B7F4C;
    border-radius: 10px;
    width: 100%;
    min-width: 150px;
}
.stellarnav ul li ul.down03 {
    padding: 10px 5px; 
    border: 2px solid #4B7F4C;
    border-radius: 10px;
    width: 100%;
    min-width: 150px;
}
.stellarnav li ul.down04 li,
.stellarnav li ul.down03 li{
    border: unset;
    margin-bottom:unset;
}
.stellarnav.desktop li.has-sub ul.down04 a,
.stellarnav.desktop li.has-sub ul.down03 a{
    padding: 3px;
    margin: 10px auto;
    text-align: center;
    border-radius: 10px;
}
.stellarnav.desktop li.has-sub ul.down04 a:hover,
.stellarnav.desktop li.has-sub ul.down03 a:hover{
    background-color: rgba(125, 164, 40, .3);
}

.stellarnav ul li ul.down01{
    width: 900px;
    max-width: 60vw;
    padding: 10px 5px; 
    left: -5px;
    border: 2px solid #4B7F4C;
    border-radius: 10px;
    left: -200%;
    vertical-align: text-top;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.stellarnav ul li ul.down01 li{
    width: calc((100% / 4) - 10px);
    vertical-align: inherit;
    border: 0;
    padding: 5px 10px;
    margin: 10px 0 0;
}
.stellarnav ul li.has-sub ul.down01 li.has-sub > a{
    background: #4B7F4C;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s;
    padding: 5px 10px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stellarnav ul li.has-sub ul.down01 li.has-sub > a::before{
    content: '';
    min-width: 24px;
    height: 20px;
    background-image: url(https://pic03.eapple.com.tw/artsucculents/topicon01.png);
    background-position: center;
    background-size: cover;
    margin: 0 10px 0 0;
}
.stellarnav ul li.has-sub ul.down01 li.has-sub:nth-of-type(2) > a::before{
    background-image: url(https://pic03.eapple.com.tw/artsucculents/topicon02.png);
}
.stellarnav ul li.has-sub ul.down01 li.has-sub:nth-of-type(3) > a::before{
    background-image: url(https://pic03.eapple.com.tw/artsucculents/topicon03.png);
}
.stellarnav ul li.has-sub ul.down01 li.has-sub:nth-of-type(4) > a::before{
    background-image: url(https://pic03.eapple.com.tw/artsucculents/topicon04.png);
}
.stellarnav ul li.has-sub ul.down01 li.has-sub:nth-of-type(5) > a::before{
    background-image: url(https://pic03.eapple.com.tw/artsucculents/topicon05.png);
}
.stellarnav ul li.has-sub ul.down01 li.has-sub:nth-of-type(6) > a::before{
    background-image: url(https://pic03.eapple.com.tw/artsucculents/topicon06.png);
}
.stellarnav ul li.has-sub ul.down01 li.has-sub:nth-of-type(7) > a::before{
    background-image: url(https://pic03.eapple.com.tw/artsucculents/topicon07.png);
}
.stellarnav ul li.has-sub ul.down01 li.has-sub:nth-of-type(8) > a::before{
    background-image: url(https://pic03.eapple.com.tw/artsucculents/topicon08.png);
}
.stellarnav ul li.has-sub ul.down01 li.has-sub > a::after{
    content: unset;
}
.stellarnav ul li.has-sub ul.down01 li.has-sub{
    margin: 20px 0 0;
    padding: 5px;
}
.stellarnav ul li.has-sub ul.down01 li.has-sub:hover{
    background-color: #fff;
}
.stellarnav ul li.has-sub ul.down01 li.has-sub ul li:hover{
    background-color: rgba(125, 164, 40, .3);
    border-radius: 10px;
}
.stellarnav ul li.has-sub ul.down01 li.has-sub ul li a{
    text-align: center;
    padding: unset;
}
.stellarnav ul li.has-sub ul.down01 li.has-sub > a.dd-toggle{
    display: none;
}
.stellarnav ul li ul.down01 li ul{
    position: relative;
    display: block !important;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: none;
    border: 0;
    max-width: fit-content;
    margin: auto;
}
.stellarnav ul li ul.down01 li ul li{
    width: 100%;
    display: block;
}

@media screen and (max-width: 1360px) {
    .navigation{
        padding: 20px 0;
    }
    .nav-header {
        position: static;
        text-align: center;
    }
    .me_tp_features {
        text-align: center;
        margin: 7px 0;
    }
    .stellarnav{
        max-width: fit-content;
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
    .nav-brand{
        width: 150px;
    }
    .stellarnav ul li ul.down01{
        left: unset;
        width: 100%;
        max-width: 100%;
    }
    .stellarnav ul li ul.down01 li{
        width: 100%;
    }
    .stellarnav.mobile li.open{
        background-color: #4B7F4C;
    }
    .stellarnav.mobile li.open > a b{
        color: #fff;
    }
    .stellarnav.mobile li.open a.dd-toggle .icon-plus:before,
    .stellarnav.mobile li.open a.dd-toggle .icon-plus::after{
        border-color: #fff;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{top: 7px;}
    .stellarnav ul li ul.down04{left: unset;}
}