@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waterfall&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "Noto Serif TC", "微軟正黑體", "Montserrat", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix { display: none; }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*首頁大圖文字特效*/

.bannerindex .swiper-wrapper {
    position: relative;
}

.bannerindex .swiper-slide.swiper-slide-active:before{
	content: "";
    position: absolute;
	animation: ss 2.5s ease backwards;
	
	display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 10000;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):before{
	background: url("https://pic03.eapple.com.tw/enyulife/ban1-text.png") no-repeat left 80%;
	background: url("https://pic03.eapple.com.tw/enyulife/ban1-text.png") no-repeat left 120%;
	background-size: cover;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):before{
	background: url("https://pic03.eapple.com.tw/enyulife/ban2-text.png") no-repeat left 80%;
	background: url("https://pic03.eapple.com.tw/enyulife/ban2-text.png") no-repeat left 120%;
	background-size: cover;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(3):before{
	background: url("https://pic03.eapple.com.tw/enyulife/ban3-text.png") no-repeat left 80%;
	background: url("https://pic03.eapple.com.tw/enyulife/ban3-text.png") no-repeat left 120%;
	background-size: cover;
}


.bannerindex .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
	/*height: 100vh;*/
}

.bannerindex .swiper-slide img {
    object-fit: cover;
    object-position: 50% 50%;
}


@keyframes ss {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ss02 {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@-webkit-keyframes scroll {
    0%,
    100%,
    20%,
    50%,
    80% {
        /*background-position-y: -57px;*/
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
    40% {
        /*background-position-y: -38px;*/
        -webkit-transform: translate(-50%, 30%);
        transform: translate(-50%, 30%);
    }
    60% {
        /*background-position-y: -48px;*/
        -webkit-transform: translate(-50%, 40%);
        transform: translate(-50%, 40%);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.pageIndex .nav-header {display: block; width: 100%; text-align: center; max-width:240px;}
.nav-header{max-width:240px ; margin-top: -2px;}
.pageIndex .nav-brand {width: 100%; display: block; margin-top: -17px; transition:all 0.3s;}
.nav-brand {width: 100%; display: block; transition:all 0.3s;}
.nav-brand img {width: 100%; transition: 0.3s ease;}
.pageIndex .nav-brand img {max-width:240px; padding-top: 0px; transition: 0.3s ease; filter: grayscale(1) brightness(10);}
.pageIndex .header_area.sticky .nav-brand img {max-width:240px; padding-top: 11px; transition: 0.3s ease; filter: none;}
.header_area.sticky .nav-brand img {max-width:240px; padding-top: 0px; transition: 0.3s ease;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 10px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}

@media screen and (max-width: 1024px) {
    .pageIndex .nav-brand img {filter: none; padding-top: 14px;}
.pageIndex .header_area.sticky .nav-brand {margin-top: 0px;}
.pageIndex .header_area.sticky .nav-brand img {padding-top: 9px;}
.header_area.sticky .nav-brand img {padding-top: 0px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 10px;}
.pageIndex .nav-header, .nav-header{ max-width: 210px;}

}
@media screen and (max-width: 768px) {
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
}

/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {
  background: rgb(255 255 255 / 80%);
  height: 90px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: none; height: 0px; opacity:1; border-bottom: 0px solid #ececec; box-shadow: none; transition: 0.6s ease;}
.main_header_area{background: #ffffff; height: 90px; border-bottom: 1px solid #ececec; box-shadow: 1px 1px 3px #efefef; transition: 0.6s ease;}
.navigation {padding: 10px 0 0px 0px; grid-template-columns: 250px 1fr;}
.pageIndex .navigation {padding: 35px 0 0px 0px; grid-template-columns: 250px 1fr;}
.pageIndex .header_area.sticky .navigation {padding: 15px 0 0px 0px; transition: 0.6s ease;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:92%;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease;}
.pageIndex .stellarnav > ul > li > a { color: #fff ; transition:all 0.3s;}
.stellarnav > ul > li > a > b {font-weight:400;font-size: 15px; color: #2f6b4f; transition:all 0.3s; padding: 0px 14px 0px 14px; letter-spacing: 2px; }
.pageIndex .header_area.sticky .stellarnav > ul > li > a {color: #2f6b4f; text-shadow: none; transition:all 0.3s;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {color: #5f9a7e; text-shadow: none; transition:all 0.3s;}
.stellarnav > ul > li > a:hover {color: #5f9a7e; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a b{padding: 0px 14px 0 14px;}
.stellarnav > ul > li > a {padding-right: 0px;}
.stellarnav > ul > li.has-sub > a {padding-right: 4px; padding-left: 0px;}
.stellarnav > ul > li > a { color: #2f6b4f; height: 34px; font-size: 16px ; margin: 0px 16px;}

/*格線*/
.pageIndex .stellarnav > ul > li {border-right:1px solid #c0c0c0;} 
.stellarnav > ul > li {border-right:1px solid #cfcfcf;}
.header_area.sticky .stellarnav > ul > li {border-right: 1px solid #cfcfcf ;}
.stellarnav > ul > li:last-child {border-right: 0px;}

/*第二層*/
.stellarnav > li {text-align: center;}
.stellarnav li a {color: #444444;}
.stellarnav li li > a , .stellarnav li li.has-sub > a {padding: 12px 10px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 13px; font-weight: 400; letter-spacing: 1px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:12px;border-color:#5f9a7e; background: #5f9a7e;}
.pageIndex .stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav>ul {padding-top: 15px; transition: 0.3s ease;}
.stellarnav ul {text-align: right;}
.stellarnav ul ul {margin-top: 0px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom:1px solid #eeeeee; background: #fff;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}

/*SubMenu*/
.shop_search_btn {background: #2f6b4f; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #2f6b4f;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #444000; padding-right: 12px; display: none;}
.me_tp_features a {font-size: 15px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #444000;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #2f6b4f;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #2f6b4f;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 0px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #2f6b4f; color: #fff; padding: 0px 4px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}



/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #7c9aa6;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #f8fcff;
    top:-7px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #b5b5b5;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #b5b5b5;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 4px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: transparent;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(205, 178, 143, 0.1) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px; color: #3C5947;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {padding: 0px 0px 6px 0px;}
  .stellarnav > ul > li > a b {font-size: 15px;}
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 10px;}
}
@media screen and (max-width: 1024px) {
  .pageIndex .stellarnav {width: 100%; margin-top: 3px;}
  .stellarnav {margin-top: 0px;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 120px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 124px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}
  .pageIndex .navigation {padding:0px 0 0px 0px;}
  .stellarnav>ul {margin-top: 0px;}

  .stellarnav li {text-align: center;}
  .stellarnav > ul > li {border-right: 0px solid #e9e9e9;}
  .pageIndex .main_header_area {height: 137px; background: #ffffff;}
  .pageIndex .header_area.sticky .main_header_area {height: 138px; background: #fff;}
  .pageIndex .header_area.sticky .navigation{ padding: 0px 0 0px 0px; }
  .pageIndex .stellarnav > ul > li{  border-right: 1px solid #cfcfcf;}
  
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand {margin-top: 0px;}
  .pageIndex .nav-brand:after {transform: translate(-100px, -20px) !important;}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a {text-shadow: none; color: #2f6b4f;}
  .main_header_area .container {padding-left: 0px;}
  .navigation {padding: 6px 0 0px 0px;}
  .pageIndex .nav-brand:after {height: 100%; max-width: 200px; transform: translate(-100px, -20px);} 
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav { margin-top: 0px;}
.pageIndex .main_header_area {height: 75px;}
.stellarnav {margin-top: 0px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 73px;}
.header_area.sticky{ background: rgba(255,255,255,.8);}
.main_header_area {height: 75px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 80px; background: #ffffff8c;}
.navigation {padding: 10px 0 0px 0px;}
.pageIndex .nav-brand:after {transform: translate(-70px, -20px) !important;}
.pageIndex .nav-header{ max-width: 180px; margin-top: 4px;}
.nav-header{ margin-top: -5px;  max-width: 180px;}
.pageIndex .nav-brand img,.nav-brand img { max-width: 180px; padding-top: 5px; }
 .stellarnav.mobile > ul > li > a{padding: 20px 43px 20px 10px; }
 .stellarnav.mobile > ul > li > a:hover{ color: #5f9a7e ;}

/*漢堡選單展開*/
.stellarnav.mobile{ top: 13px;}

}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 20px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*Footer*/
.footer {
    border-top: none !important;
    padding: 0;
    height: auto;
    opacity: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background: #f8fcff;
    z-index: 100;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pageIndex .footer {
    opacity: 1;
    /* animation: footer-text forwards 1s; */
    animation-delay: 2.6s;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    justify-content: center;
}

.copy {
    background: transparent;
    color: #c3c3c3;
    border: none;
    margin-top: 0;
    border-top: 1px #ffffff54 solid;
    padding: 10px 0;
}

.copy a {
    color: #c3c3c3;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a:hover {
    background: #02642F;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    width: auto;
    color: #303030;
    width: fit-content;
    margin-right: 50px;
}

.footer_info li p a {
    color: #303030;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 11px;
    border: 0;
    margin: 0 5px;
    font-size: 14px;
    line-height: 100%;
    color: #3f7f62;
    background: transparent;
}

.footer_menu a:hover {
    background: #5f9a7e;
    color: #fff;
}

.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    justify-content: center;
    padding-top: 36px;
    grid-gap:0px;
}


.center {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;

}



.footer_info li:nth-child(2) {
    position: relative;
    width: 100%;
}

.footer_info li p.add2:before{ content: '營業時間：';}
.footer_info li p.line:before{ content: 'LINE：';}

.footer_logo {
    max-width: 250px;
}


@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1) {
        flex-direction: column;
        justify-content: center;
        text-align: left;
        width: 100%;
        align-items: center;
    }

    .footer_info li p {
        margin-right: 0;
    }

    .footer_menu {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:768px) {
    .footer_logo{ max-width: 220px;}
    .footer_info{ padding-top: 18px; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.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:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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:1024px) {
    .bannerindex{ margin-top: 0px; }
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




