@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖閃閃/＝＝＝＝＝*/
.swiper-banner {
    overflow: hidden;
    transition-duration: .5s;
    width: 100%;
    max-height: 100vh;
    background: #eeeeee;
    text-align: center;
    vertical-align: middle;
  }
  .swiper-slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  
  .swiper-banner .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 25%;
    opacity: 0.4;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: blur(10px);
    -webkit-animation: bannerLight 2.5s ease-in 2s infinite;
    animation: bannerLight 2.5s ease-in 2s infinite
  }
  
  @-webkit-keyframes bannerLight {
    0% {
      left: -100%;
      top: -0%
    }
  
    100% {
      left: 100%;
      top: 100%
    }
  }
  
  @keyframes bannerLight {
    0% {
      left: -100%;
      top: -0%
    }
  
    100% {
      left: 100%;
      top: 100%
    }
  }
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb82; color: #7bc7e0;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #7bc7e0;}

/*頁碼*/
.page li a {  width: 30px;  height: 30px;}
.page strong, .page a:hover {  background: #7bc7e0; border: 1px #7bc7e0 solid; }

/**/
.path p {display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*header*==========*/
.header_area  { background: #fff0; box-shadow: 4px 2px 10px 0px #e5dbdd82;     padding: 5px 0 0 0;}
.header_area .main_header_area .container {   max-width: 90%; transition: all 1s;}
.header_area.sticky .main_header_area .container {   max-width: 97%; transition: all 1s;}

/*header動畫*/
.header_area.sticky .main_header_area::before {
    width: 100%;
    opacity: 1;
    transition: all 1s;
}
.header_area .main_header_area::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(180deg, #ffffff, #ffffff96);
    backdrop-filter: saturate(100%) blur(10px);
    transition: all 1s;
}
.header_area.sticky .main_header_area::after {
    width: 100%;
    transition: all 3s;
}
.header_area .main_header_area::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    background: linear-gradient(90deg, #a8df8b, #bed798, #a8df8b);
    height: 2px;
    transition: all 1s;
    z-index: 0;
}

.me_tp_features {display: none;}/*購物車隱藏*/

/*HEADER選單=================*/

.main_header_area .container { max-width: 1800px; }
.stellarnav > ul > li > a {
    font-size: 16px;     
    padding: 0px 10px 0 10px;
    letter-spacing: 0.1em;
	margin: 0 5px;
	color: #635a5d;
}
.stellarnav > ul > li > a:hover { color: #89cde2 !important; }
.stellarnav.left.desktop {    padding: 15px 0 0 0;}
.me_tp_features a.tp_btn_cart { color: #000; }
.me_tp_features a.tp_btn_notice { color: #000; }

.sticky .stellarnav li a {  color: #635a5d;}

.stellarnav > ul > li:nth-last-child(1){display: none;}
/*LOGO設定===================*/
.nav-header {   top: -4px;}
.header_area .nav-brand {
    display: inline-block;
    width: 270px;
    transition: all 1s;
}
.header_area.sticky .nav-brand{

    transition: all 0.5s;
}
.nav-brand img {
    max-width: 100%;
    position: relative;
}
.sticky .nav-brand img {

}

/*下拉選單*/
.stellarnav li li:hover {        background:#ba6f7a;}
.stellarnav li a:hover {    color: #ffffff;}
.stellarnav li li.has-sub > a:after {   margin-left: 70px;    border-left: 6px solid #fdfdfd;}
.stellarnav li.drop-left ul ul {  left: 160px;  right: auto;}
.stellarnav ul ul { width: 200px;}
.stellarnav ul ul ul {   left: 199px;}
.stellarnav > ul > li.drop-left > ul {   right: -33px;}

.stellarnav > ul > li:nth-child(7) > ul > li:nth-child(1) {display: none;}

@media screen and (max-width: 1024px) {
.tp_lang {    display: flex;    width: 100%;    height: 100%;    justify-content: center;    margin-top: 20px;}
.header_area .nav-brand { background: none;   box-shadow: unset; width: 200px;}
.header_area .nav-brand::before {  top: 30%;}
}
@media screen and (max-width: 1440px) {
    .main_header_area .container { max-width: 1200px; }
}
@media screen and (max-width: 768px) {
.navigation {   padding: 0px;    }
.tp_lang {display: block;margin-top: 0;}
.header_area .nav-brand {   width: 240px; }
.header_area .nav-brand::before {   top: 50%;}
.header_area .main_header_area .container { max-width: 100%;}
.stellarnav .menu-toggle:after {  color: #7bc7df;}
.stellarnav .menu-toggle span.bars span { background: #7bc7df;}
.stellarnav a.dd-toggle .icon-plus:before {  border-bottom: solid 3px #7bc7df;}
.stellarnav a.dd-toggle .icon-plus:after {  border-bottom: solid 3px #7bc7df;}
.stellarnav .icon-close:before {   border-bottom: solid 3px #7bc7df;}
.stellarnav .icon-close::after {   border-bottom: solid 3px #7bc7df;}
.stellarnav li.drop-left ul ul {  left: 0px;}
.stellarnav.mobile > ul > li {  border-bottom: 1px #7bc7df solid;}
.stellarnav > ul > li.drop-left > ul {   right: 0px;}
.stellarnav.mobile {  left: 10px;    top: 10px;}
.stellarnav.mobile li.open {   background: #ffffff;}
.stellarnav.mobile li.open li.open {   background: #aad295;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  color: #7bc7df;  background: #ffffff;}
.stellarnav > ul > li > a {   color: #635a5d;}
.stellarnav li li {   border: none;   margin-bottom: 1px;   border-bottom: 1px #7bc7df solid;}
.stellarnav li li:nth-last-child(1){border-bottom: none;}
.stellarnav li li:hover {  background: #ba6f7a;}
}

@media screen and (max-width: 425px) {
    .stellarnav .menu-toggle {  margin: 2px 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*下拉*/
.stellarnav li li.has-sub > a {padding: 7px 10px;}

.stellarnav li li:hover {   background: #95c678;}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*footer*/
.footer_logo {
    width: 250px;
    margin: 0;
}
.footer_logo img {
    max-width: 100%;
    display: block;
}
.footer {    
    padding: 50px 0 0;
    background: #ffffff;
    border-top: 1px #c1ddad solid;
}
.footer .center {max-width: 1600px;padding: 0 2%;}
.footer_menu a:first-child {display:none;}
.footer_info { font-weight: 400;     display: block;}
.footer_info, .footer_info li {padding: 0;}
.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
    padding: 30px 0 40px;
}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li p, .footer_info li p a {    color: #3c433f;}
.footer_info li p {
    display: inline-block;
    width: 49%;
    letter-spacing: 0px;
}
.footer_info li:nth-child(2) {
	width: 100%;
	position: relative;
}
.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}
.footer_menu a {
	padding: 8px 20px;
	border: 1px #ccc solid;
    border-radius: 20px;
	color: #6f6f6f;
	background: transparent;
	margin: 0;
	margin-left: 8px;
    transition: all 0.5s;
}
.footer_menu a:hover {background: #a2ce86;    color: #ffffff; font-weight: 500;}

.footer_menu a:nth-last-child(1){display: none;}

.footer_info li p.line:before { }
.footer_info li p.tel:before { }
.footer_info li p.add:before {  }
.footer_info li p.add2:before {  }

/*FOOTER ICON*/
a.me_tp_mail {    display: none;}
.box_link {
    top: 68px;
    right: 40px;
    max-width: 150px;
    flex-direction: row;
    flex-wrap: wrap;
}
.box_link a {  border: none;}
.fa-facebook-f:before{  color: #7bc7df; }
.fa-line:before{  color: #7bc7df; }
.fa-mobile-screen-button::before{  color: #7bc7df; }

/*版權*/
.copy, .copy a, .copy a:hover {color: #b7b7b7; font-family: 'Montserrat', 'Noto Sans TC';}
.copy {
    text-align: left;
    padding: 5px 2% 60px;
    border-top:none;
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .footer_menu {      left: 0;       padding: 15px 0;    }
    .footer_menu a {       margin-left: 0px;}
    .footer_info ul {     flex-direction: column;       padding: 30px 0 55px; }
}
@media screen and (max-width: 768px) {
    .footer_menu {   display: none;   width: auto;}
    .footer_logo {    width: 185px;}
    .footer_info ul {          padding: 10px 7px 10px;}
    .footer_info li p {     width: 100%;    }    
    .copy {       padding: 10px 2% 30px;}
    .box_link { display: none;}
}
@media screen and (max-width: 428px) {

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {    background-image: url(https://pic03.eapple.com.tw/lihao/banner.jpg);     min-height: 340px;}
.banner h5 {     color: #fff;  letter-spacing: 10px;  text-shadow: 1px 1px 5px rgb(71 68 69);}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 768px) { 
    .banner {   min-height: 200px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿功能*/
.show-list .show_pic {   border-radius: 20px;}
.show-list .item:hover .show_name {   color: #95c776;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 a {   background: #ffffff00;}
.product-layer-two li li:hover > a {  background:#ffffff00; color: #97c777;}
.product-layer-two li li:hover > a:before {   background: #99c97b;}
.product-layer-two li.active a {   border: none;}
.product-layer-two li li.active a {  background: none;}

.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 { 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-layer-two { 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_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

.products-list .price b {  color: #97ad89;}
.products-list .more {  border: 1px solid #97ad89;    color: #97ad89;   border-radius: 15px;}
.products-list .item a:hover .more {  background: #97ad89;}
.products-list .pic img {   border-radius: 20px;}

/*商品內頁*/
.pd_tabTitle li.activeTab::after { display: none;}

.lastPage {  background: #97c879;}
.sidebarBtn {   border: 5px #d9f0f7 solid;}
.inquiry_a1 {   background: #f1cd4b;}
.inquiry_a2 {   background: #b0bed3;}

@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) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*側邊選單*/
.blog_le .accordion {   border-radius: 0px; border:none; }
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #ffffff !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  color: #464646 !important; }

.accordion li .link a {   border-bottom: 1px #ccc solid;}
h5.blog_le_t {   text-align: center;}
.submenu li.on_this_category a, .submenu a:hover {  background: #97c876;}
/**/
.blog_subbox { grid-template-columns: 1fr 1fr 1fr;}
.subbox_item {   border-bottom: 1px #ccc solid;}
.subbox_item a {  display: block; overflow: hidden;}

.subbox_item a:before {
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #98c777;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.subbox_item a:hover:before {   bottom: -5%;}
.subbox_item a:after {   display: none;}

.blog_list_le { }
.blog_list_le img {  border-radius: 20px;  box-shadow: 0px 3px 10px 0px #ced7db82;}


@media screen and (max-width: 600px) { 
    .blog_subbox {     grid-template-columns: 1fr 1fr;    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡表單*/
.contact_form li .form__label {   max-width: 100px;}
.contact_form li {  grid-template-columns: 110px 1fr;}
.contact_form li.last cite {  background: #94c876;}
.contact_form li.last blockquote, .contact_form li.last cite {  border: 1px #94c876 solid;}

@media screen and (max-width: 600px) {
    .contact_form li {   grid-template-columns: 1fr;  }
    .contact_form li .form__label {     max-width: 100%;    }
    
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:20px;}
}

@media screen and (max-width: 600px) { 
}




