@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=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&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", "Merriweather", serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{ display: none;}


.other_select_page #content .promotion_title ,.other_select_page #content .other_promotion,.other_select_page #content .page{ display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*大圖動畫*/

@media screen and (max-width: 768px) {
    .bannerindex {
            padding: 0;
            margin: 0;
        }
    }
    
    .swiper-banner:before.swiper-banner:after{
        content: " ";
        position: absolute;
        z-index: 999;
        pointer-events: none;
        transition-duration: 1s;
        transition-timing-function: linear;
    }
    
    
    
    @keyframes anime_wave01 {
        from {
        background-position: 0 0;
      }
      to {
        background-position: -2000px 0;
      }
    }
    
    .swiper-slide{position: relative;}
    .swiper-slide:before, .swiper-slide:after {
        content: "";
        position: absolute;
        z-index: 999;
        pointer-events: none;
        transition-duration: 2s;
        transition-timing-function: linear;
    }
    
    
    .swiper-banner.swiper-fade .swiper-slide-active:nth-child(1):before{
      width: 100%;
      background: url(https://pic03.eapple.com.tw/anxin/banner-text-1.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: 40%;
      background-position: right;
      animation-fill-mode: both;
      height: 19vw;
      right: -18%;
      transform: translate(-50%, 0%);
      animation: text-right 4s;
    }

    .swiper-banner.swiper-fade .swiper-slide-active:nth-child(2):before{
         width: 100%;
      background: url(https://pic03.eapple.com.tw/anxin/banner-text-2.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: 45%;
      background-position: right;
      animation-fill-mode: both;
      height: 13vw;
      right: -18%;
      transform: translate(-50%, 0%);
      animation: text-right 4s;
    }
    
    @keyframes text-right{
        0%{opacity: 0; }
        100%{opacity: 1;}
    }
    
    
    @media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    
    .stellarnav > ul > li > a:before {
        content: "";
        width: 0;
        left: 0;
        padding: 0;
        height: 3px;
        transition: all 0.5s;
        position: absolute;
        background: transparent;
        bottom: 0px;
        top: 0px;
        transform: translate(0px, 31px);
    }
    
    
    
    
    .swiper-banner::after {
        content: "";
        display: block;
        height: 0px;
        background-color: transparent;
        pointer-events: none;
        position: fixed;
        bottom: 240px;
        z-index: 500;
        opacity: 0;
    }
    
    
    .swiper-slide{position: relative;}
    .swiper-slide:before, .swiper-slide:after {
        content: "";
        position: absolute;
        z-index: 999;
        pointer-events: none;
        transition-duration: 2s;
        transition-timing-function: linear;
    }
    
    
    .swiper-banner.swiper-fade .swiper-slide-active:nth-child(1):before{

        width: 100%;
        background: url(https://pic03.eapple.com.tw/anxin/banner-text-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 35%;
        background-position: right;
        animation-fill-mode: both;
              height: 19vw;
      right: -18%;
      transform: translate(-50%, 0%);
        animation: text-right 2s;
    }

    .swiper-banner.swiper-fade .swiper-slide-active:nth-child(2):before{
        background: url(https://pic03.eapple.com.tw/anxin/banner-text-2.png);
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        top: 40%;
        background-position: right;
        animation-fill-mode: both;
        height: 14vw;
        right: -20%;
        transform: translate(-50%, 0%);
        animation: text-right 2s;
    }

}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .main_part { border-top: none;}
.pageIndex .header_area {  width: 100%;  padding: 0;   background: #cc000000;}
.header_area { width: 100%;  padding: 0;   background: #cc000000;}
.main_header_area {  background: #ffffff; transition: all 0.5s ease;  border-top: 4px #c4e1b1 solid; }
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}
.tp_links{ display:none;}


.main_header_area .container { max-width: 1720px;  margin: auto;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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個但次分類直接顯示-結



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/




.navigation {  padding:10px 0 5px 0;}
.stellarnav{ padding-top: 12px;}
.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #000; padding: 10px 10px;}
.stellarnav > ul > li { padding: 0 5px;}

.stellarnav > ul > li > a {  margin: 10px 5px;  padding: 0px 3px 0;  position: relative; letter-spacing: 1.5px;  color: #888; transition: all 0.1s;  font-size: 16px;  font-weight: 700;}
.stellarnav > ul > li > a b { font-weight: 500;}
.stellarnav > ul > li > a:hover {  color: #afd13e;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #afd13e; color: #ffffff;}/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #888 #888 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub > a:hover:after {   border-color: #afd13e;}
.nav-brand img {  max-width: fit-content;  width: 210px;}
.nav-brand {  max-width: fit-content;}

/*按鈕效果*/
.stellarnav > ul > li:hover::after { transform: scale(1);  transition: 0.3s ease-in-out;}
.stellarnav > ul > li::after {
    content: "";
    background: #a1bb66;
    height:2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0%;
    transform: scale(0,1);
    transition: 0.5s ease-in-out;
}

/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #888;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 15px;
    background: #ffffff;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);
}/*下拉背景*/
.stellarnav > ul >li >ul { left: 50%;  transform: translateX(-42%);}
.stellarnav ul ul { width:200px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #ccc;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.me_tp_features {  display: none;}


/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #165645;}
.stellarnav .menu-toggle:after { color: #165645;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background:  #165645;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #afd13e;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #afd13e;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -14px;
  }
  .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;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(224, 224, 224, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width: 1750px){
.nav-header {  padding-left: 20px;}
.nav-brand img { max-width: 100%;}
}

@media screen and (max-width:1286px) {
    .stellarnav > ul > li > a{ font-size: 15px;}
}

@media screen and (max-width: 1250px){
	.stellarnav > ul > li {   padding: 0 0px;}
	.stellarnav > ul > li > a {  margin: 10px 0px;}
	.pageIndex .header_area {  position: sticky;}

	}
	
@media screen and (max-width: 1024px){	
    .navigation {  justify-content: center;  }
	.nav-header {  padding-left: 0px;}
	.nav-brand{ margin-bottom: -16px;}
	}	
	
	
@media screen and (max-width: 768px){	
	
	.stellarnav .menu-toggle:after { display:none;}
	.stellarnav.mobile { position: absolute;  left: 0;  top: auto;  width: auto;   display: inline-block;   left: 10px; }
	.stellarnav .menu-toggle span.bars span {  width: 20px; height: 1px;}
	
	.navigation {  padding: 8px 0 16px 0;}
	.nav-brand img {  max-width: fit-content; width: 180px;}
	.stellarnav .menu-toggle {  padding: 12px;  }
	
	.stellarnav > ul >li >ul {  left: auto;  transform: none;}
    .stellarnav.mobile ul ul{ width: 102%; left: -3px;}
	
	}
    


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*Footer/＝＝＝＝＝*/
.footer_menu {    display: grid;    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s; }
.footer_menu a {
    border: 1px #92b51e solid;
    color: #92b51e;
    background: transparent;
    border-radius: 30px;
} 
.footer_menu a:hover {    border: 0px; color: #fff; background: #afd13e;}

.box_link a{transition:all 0.3s; display: none; }
.footer {background: #fff; border-top: 1px solid #c4e1b1;} 
.footer_info{ display: flex; flex-direction: row; flex-wrap: wrap;}
.footer_info ul{ width: 75%;}
.footer_info li p {color: #000;}   
.footer_info li p a {
    color: #000;}

.footer_info li p.mail{ display: none; }
.footer_info li p.tel:before{ content: '預約掛號：06-5727629（12:00~15:00、18:00～19:00休息時間）';}
.footer_info li p.tel a{ display: none;}
.footer_info li p.add:before { content: '診所地址：';}
.footer_info li p.add2:before  { content: '營業時間：';}

.footer_logo a img {
    width: 230px;
    margin-top: 20px;
}

.copy{ border-top:1px #e8efe2 solid ;}

/*footer icon按鈕隱藏*/
.box_link {display: none;}

/*footer第一顆按鈕影藏*/
.footer_menu a:first-child {
    display: none;
}

@media screen and (max-width:1200px) {
    .footer_info{ padding-left: 24px;}
}
@media screen and (max-width:768px) {
    .footer_info{ grid-template-columns: 1fr; padding-right: 30px; }
    .footer_logo a img{ margin-top: 0px;}
    .footer_info ul{ width: 91%;}
    .footer_menu{ grid-template-columns:1fr 1fr 1fr 1fr;}
}
@media screen and (max-width:585px) {
 .footer_menu{ grid-template-columns:1fr 1fr 1fr;}
}
@media screen and (max-width:460px) {
 .footer_menu{ grid-template-columns:1fr 1fr;}
}
@media screen and (max-width:350px) {
 .footer_menu{ grid-template-columns:1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; margin-top: -110px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width:1200px) {
    .bannerindex{ margin-top: -40px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { background: transparent;  padding: 150px 20px 20px; position: relative;}
.banner h5 { font-size: 50px; color: #165645; font-weight: bold; font-family: "Noto Serif TC", "Merriweather", serif; display: flex; flex-direction: column-reverse;}
.banner:before {
    position: absolute;
    content: "";
    width: 55px;
    height:64px;
    transform: translate(-50%, -50%);
    left: 57%;
    top: 34%;
    /* border-radius: 50%; */
    /* border: 2px dotted #fac02ca3; */
    background: url(https://pic03.eapple.com.tw/anxin/ban-leaf.png) no-repeat;
    background-size: contain;
    z-index: 0;
     animation: swing 2s ease-in-out infinite;
}
@keyframes  swing {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(5deg); }
}

.banner h5:after{
  content: "BLOG";
  display: block;
  font-size: 28px;
  color: #AACC3E;
  font-weight:bold;
  text-align: center;
   font-family: "Merriweather", serif;
}

.blog_page.article_a .banner h5:after,.blog_in_page.article_a .banner h5:after {content: "CASES"; }
.promotions_page .banner h5:after{content: "NEWS"; }

.other_select_page #content .banner.banA { display: none; }
.banner.banB { display: none;}
.banner.banC { display: none;}
.banner.banD { display: none; }
.banner.banE { display: none; }
.banner.banblog {}

@media screen and (max-width:1280px) {
    .banner:before{  left: 62%;}
}
@media screen and (max-width:768px) {
    .banner { padding: 80px 20px 20px;}
    .banner:before,.blog_page.article_b .banner:before,.blog_in_page.article_b .banner:before{  left: 67%;}
}
@media screen and (max-width:500px) {
    .banner:before, .blog_page.article_b .banner:before,.blog_in_page.article_b .banner:before{
        top: 17%;
        left: 78%;

    }
}
@media screen and (max-width:480px) {
    .banner{ padding: 28px 20px 49px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.blog_page #content,.blog_in_page #content{ background-image: url(https://pic03.eapple.com.tw/anxin/in-bg.jpg); background-size: cover; background-position: top;}

/*文章管理/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
h5.blog_le_t em{ color: #838383; font-family: "Noto Serif TC", "Merriweather", serif;}
.blog_box_edit * {  line-height: 200%;}
.blog_page .main_part, .blog_in_page .main_part {
    max-width: 1400px;
    /* width: 90%; */
    margin: 0 auto;
}

h4.blog_category_title{
    font-size: 28px;
    color: #165645;
    letter-spacing: 0.06em;
    line-height: 160%;
    font-weight: bold;
}
h4.blog_category_title span{font-size: 24px;}

/*文章管理-外層/ = = = = = */
.module_i_news ul, .blog_subbox {    display: grid;   gap: 25px; }
.module_i_news li, .subbox_item {
    -webkit-transition: border-color 0.8s;
    transition: border-color 0.8s cubic-bezier(0.16,1,0.3,1);
    position: relative;
    background: transparent;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    border: solid 1px #f0efec;
    box-shadow: 1px 1px 10px #EEEDEE;
    margin: 0;
}
.module_i_news li:hover, .subbox_item:hover {
    border-color: #D8E8CD;
}
.module_i_news li  {    position: relative;    background: #fff; }
.module_i_news li a, .subbox_item a {
    padding: 8px;
    height: 100%;
}
.subbox_item a{ display: flex; flex-direction: column;}

/* .module_i_news li a:after, .subbox_item a:after {    display: none;} */
/* .module_i_news li a:before, .subbox_item a:before {    width: 100%;    text-align: center;    top: 50%;    right: 0;    color: #fff; bottom: 0;  display: none;} */
.module_i_news li a:after , .subbox_item a:after { pointer-events:none;}
.subbox_item a:before{
    color: #BFDCAC;
    font-family: "Merriweather", serif;
    letter-spacing: 0.04em;
}
.subbox_item a:after {
    content: "";
    position: absolute;
    top: 98%;
    left: 0;
    width: 0;
    opacity: 1;
    border: none;
    border-bottom: 2px #809b6752 solid;
}
.subbox_item a:hover:after {
    width: 100%;
}

.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_ri, .blog_list_ri {
    padding: 10px;
    padding-bottom: 30px;
}
.i_blog_le, .blog_list_le {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
.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%) scale(1);
}
.module_i_news li:hover img, .subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}


/*側邊*/
.accordion li .link a {
    letter-spacing: 0.08em;
    color: #92B51E;
}
.blog_le .accordion{ border-radius: 60px; border: 1px solid #92B51E;}
.blog_le .accordion > li{
    transition:all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    
    background: #92B51E !important;
}


/*首*/
.module_i_news .title_i_box h4 {    font-size: 36px;    color: #e17b70;}
.module_i_news {
    position: relative;
    padding-top: 100px;
}
.module_i_news:before {
    position: absolute;
    -webkit-animation: hidden;
    backface-visibility: hidden;
    content: "";
    background: url(https://pic03.eapple.com.tw/healing/ballon.png);
    height: 40vw;
    background-size: contain;
    background-repeat: no-repeat;
    left: 8%;
    top: 3%;
    width: 32%;
    -webkit-animation: balloonFloat 10s infinite linear;
    animation: balloonFloat 10s infinite linear;
}
@keyframes balloonFloat {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    25% {
        -webkit-transform: translate3d(-25%, -10%, 0);
        transform: translate3d(-25%, -10%, 0);
    }
    65% {
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(40%, -50%, 0);
        transform: translate3d(40%, -50%, 0);
        opacity: 0.5;
    }

    90% {
        opacity: 0.2;
    }
    99% {
        opacity: 0;
        -webkit-transform: translate3d(0%, -50%, 0);
        transform: translate3d(0%, -50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        opacity: 0;
    }
}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
/* 右側圖文 */
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
.blog_list_ri h5 {
    font-weight: 600;
    font-size: 20px;
    color: #165645;
    overflow: hidden;
    letter-spacing: 0.04em;
}
.blog_list_ri em {
    font-size: 14px;
    color: #aaa;
    margin: 8px 0;
}
.blog_list_ri p {
    font-size: 15px;
    color: #000;
    line-height: 130%;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

/*文章管理-內層/= = = = = */
.blog_back a.article_btn_back {
    background: #92B51E; border-radius: 48px;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: transparent; border: 1px solid #92B51E; color: #92B51E;border-radius: 48px;
}

.news_related{ background: transparent ;}
.news_related_list li a{ background: transparent;}
.lastPage{background: #92B51E; border-radius: 60px; }

@media screen and (max-width: 1200px) {
    .blog_subbox{grid-template-columns:1fr 1fr;}

}
@media screen and (max-width: 1024px) {

.module_i_news ul{grid-template-columns:1fr 1fr;}
.module_i_news:before {      width: 60%;}

.news_part .title_i_box {
    width: 100%;
}
.news_list {
    width: 100%;
    margin-top: 1.2em;
}
.news_list ul {
    border: 0;
    padding: 0;
}
.news_list ul li a {
    padding: 0;
}
.news_list ul li p {
    padding: 10px 50px 10px 0;
}
.news_list ul li span {
    padding: 10px 2em 10px 0;
}

}

@media screen and (max-width: 880px) {
    .blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px) {
/*文章管理/ = = */
.blog_subbox{grid-template-columns:1fr 1fr;}
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

}




@media screen and (max-width: 600px) {

.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}


/*促銷方案-首頁/ = = */
.news_list ul li {
    border: 0;
    border-bottom: 1px #eee solid;
    margin-bottom: unset;
    background: transparent;
}
.news_list ul li a {
    display: block;
    text-align: left;
    padding-bottom: 5px;
}
.news_list ul li span {
    padding-bottom: 0;
}
.news_list ul li p {
    width: 100%;
    padding: 5px 40px 5px 0;
}
.news_list ul li p:after {
    position: absolute;
    transform: translateY(-50%);
    text-align: unset;
}
.i_news_b{
    margin: 0;
}
.i_news_b .animated-arrow {
    font-size: 14px;
}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.promotions_page #content{ background-image: url(https://pic03.eapple.com.tw/anxin/in-bg.jpg); background-size: cover; background-position: top;}

/* 首頁的促銷方案 */
.news_part{ padding: 50px 0 20px;}
.news_part section{ padding: 0px 26px;}
.news_part .title_i_box h4::before{ content: "NEWS"; display: block; font-weight: bold; color: #AACC3E; font-size: 28px; text-align: center; font-family: "Merriweather", serif;  margin-bottom: -16px; }
.news_part .title_i_box h4::after{     position: absolute;
    content: "";
    width: 55px;
    height:64px;
    transform: translate(-50%, -50%);
    left: 60%;
    top:-26%;
    /* border-radius: 50%; */
    /* border: 2px dotted #fac02ca3; */
    background: url(https://pic03.eapple.com.tw/anxin/ban-leaf.png) no-repeat;
    background-size: contain;
    z-index: 0;
     animation: swing 2s ease-in-out infinite;}
.news_part .title_i_box h4{ font-size: 40px;    color: #165645; font-weight: bold; font-size: 50px; color: #165645; font-weight: bold; font-family: "Noto Serif TC", "Merriweather", serif;  text-align: center; position: relative;}
.news_list ul li span { color: #4c4c4cad;}
.news_list ul li p { color: #040404;}
.news_list ul li a:hover p {color: #92B51E; font-weight: bold;}
.news_list ul li a:hover{ background: #e3eadd2e;}
.news_list ul li {border-bottom: 1px #dbdada40 solid;}
.news_list ul li p:after { color: #BFDCAC;}
.animated-arrow{ width: 200px; border-radius: 60px; background: transparent; color: #92B51E; border: 1px solid #92B51E;margin-top: 40px;}
.animated-arrow:hover{  background: #517F28; color: #fff; border: 1px solid #517F28;}

@media screen and (max-width:600px) {
  .news_list ul li{ background: unset; border: 0px; border-bottom: 1px #e0d6d0d2 solid;}
  .news_list ul li p{ text-align: left;}
}

@media screen and (max-width:500px) {
    .news_part .title_i_box h4::after{ width: 44px; height: 47px; left: 68%;top: -26%;}
}


/* 內頁的促銷分享 */
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 300;}
.promotion_title {    border-bottom: 1px solid #e0d6d0d2 ;margin-bottom: 40px; padding-bottom: 20px;}
.promotion_title em{display: none;}
.promotion_title span {border: none;color: #809B67;padding: 0;margin: 0;}
.promotion_title h2{display: block;font-size: 30px; color: #165645; padding-top: 16px; font-weight: bold;}
.other_promotion {margin-top: 100px; grid-template-columns:1fr 1fr 1fr;}
/* .other_promotion li{border-bottom: 1px #855337 solid;;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;padding: 15px;border: none; color: #000;}
 */
 .other_promotion li a:hover {background: #fff; box-shadow: 0px 0px 3px #00000034;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a {background:#e3eadd5e; border: 0px; border-radius: 10px; padding: 20px; transition: 0.3s;}
.other_promotion li {width: 100%; background: unset;}
.other_promotion li{border-radius: 6px; border-top: none;}
.other_promotion li:hover {border-top: none;background: #ffffff; }

.other_promotion .pmtTime {width: 150px; color: #838383;}
.other_promotion .pmtTime span{float: left;}
/* .other_promotion .pmtTitle{width: calc(100% - 160px);} */
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0; color: #000;}
.other_promotion .pmtTitle h3:hover{ color: #517F28; font-weight: bold;}
.promotions_page .show_content .edit{ color: #000!important;}

@media screen and (max-width:1024px) {
  .other_promotion {grid-template-columns:1fr 1fr;}
}
@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
   .other_promotion {grid-template-columns:1fr;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 聯絡我們 */
.contact_page #content{ background-image: url(https://pic03.eapple.com.tw/anxin/in-bg.jpg); background-size: cover; background-position: top;}

.contact_content .information_left{ display: none;}
.contact_editbox{ padding: 0px 0px;}
.contact_content .information_right{ width: 100%; padding-left: 0px;}
.contact_content{ max-width: 1000px;}

/* 聯絡我們 */
.blank_letter{ color: #838383; font-family: "Noto Serif TC", "Merriweather", serif;}
.contact_form{ grid-gap:16px;}
.contact_form li{ grid-template-columns:124px 1fr;}
.contact_form li.last blockquote{ color: #92B51E;  }
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #92B51E;  border-radius: 40px;}
.contact_form li.last cite{ color: #fff; background: #92B51E; border: 0px; border-radius: 40px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: unset;}
.contact_form li .form__label{max-width: 115px;  font-size: 16px;}

@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
    .contact_content .information_right{ padding-left: 10px;}
}
@media screen and (max-width:420px) {
    .contact_form li{grid-template-columns:1fr; }
}




.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) { 
}




