@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=El Messiri:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.path p, .path p a {
  display: none;}
.navigation {grid-template-columns: 250px 1fr;}
.header_area {padding: 0;}
.edit_part {max-width: unset;margin: 0;padding: 0;}
.other_page .main_part {max-width: unset;padding: 0px;margin: 0;width: 100%;}

.show_content{width: 100%;max-width: 100%;padding: 0;}
.me_tp_features {display: none;}
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.linkBox_Open + span i {transform:rotate(45deg);}
/*Header/＝＝＝＝＝*/
.nav-header {max-width: 350px;align-items: flex-end;}
.main_header_area{
    background: #fff;
    transition: all ease .6s;}
.nav-brand {margin: 5px 0 0 0;}
.main_header_area .container {
  max-width: 2000px;
  padding-left: 1%;}

/*sticky/＝＝＝＝＝*/
.header_area.sticky {background: #ffffffc7;}
.header_area.sticky .main_header_area  {max-width: unset;margin: auto;background:none;}
.main_part{max-width: 1400px}
.header_area.sticky .nav-brand img{max-width: 90%;}
.stellarnav > ul > li > a {margin:20px 15px 8px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.stellarnav > ul > li.has-sub > a {padding-right: unset;}
.stellarnav > ul > li > a {font-size: 17px;}
.stellarnav > ul > li > a:hover{color: #329FDC;}
.stellarnav ul ul {width: 230px;}
.stellarnav li li:hover{
  background: #329FDC;
  padding-left: 10px;
  transition: all 0.5s;}
.stellarnav li a:hover{color: #fff;}
/*bannerindex/＝＝＝＝＝*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}

.bannerindex .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/chenyuecare/banner-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}
.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/chenyuecare/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: fade-in-elegant  2.5s ease-in-out both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s both;}
/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    
    @media screen and (max-width: 768px) {
      .bannerindex {
          padding-bottom: 0%;
      }}
      .bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}


/*上方選單*/
.header_area.sticky .main_header_area:before {
    content: "";
    width: 100%;
}
.main_header_area:before {
    content: "";
    width: 0%;
    height: 5px;
    background: linear-gradient(90deg, #005FA4, rgb(132 210 255));
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1.5s;
    animation-timing-function: ease-in;}
    
/* 商品下拉超過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;}
.stellarnav > ul > li:last-child > a {color: #fff;}
.stellarnav > ul > li:last-child {background: #327bbf;}
.stellarnav.mobile.left .close-menu {background: #329FDC;}
.stellarnav .icon-close:after { border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before { border-bottom: solid 3px #fff;}
.stellarnav a {color: #fff;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
  padding: 10px;}
@media screen and (max-width: 1390px) {
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li:last-child > a { min-width: 80px;}
.nav-header {max-width: 280px;}
.navigation {grid-template-columns: 230px 1fr;}
.stellarnav > ul > li > a {margin: 25px 5px 0;}}

@media screen and (max-width:768px) {

.stellarnav > ul > li > a {margin:unset;}
.stellarnav.mobile > ul > li > a {padding: 10px 43px 2px 10px;}
.stellarnav > ul > li:last-child > a { border-radius: unset;}
}
@media screen and (max-width:400px) {
  .nav-header {max-width: 200px;}
  .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 5px;
}}

/* footer */
.footer_info li p.add:after {
    content: "｜醫院照護、居家照護、復健照護｜";
    white-space: pre;
    display: inline-block;
    color: #327BBF;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 5;
}

/*Footer*/
.footer_menu a:first-child {display: none;}
.copy {
    background: #327BBF;
    color: #ffffff;
  }
  .copy a{color: #ffffff;}
  .footer_menu a:hover {
    background: none;
    color: #327BBF;
    font-weight: 500;
  }
  .footer_menu a {    
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #604c3f;
    background: none;
    border-left: 1px #ccc solid;
    transition: all 0.3s;}
  
  .footer .fix_ri a{
    transition: all 0.3s;
  }
  .footer .fix_ri a:hover {
    transform: scale(1.3);
    transition: all 0.3s;
  }
  .footer_info li p.taxid:before {content: '營業時間：';}
  
  .footer {
    background: #fff;
    border-top: 1px solid #E4E4E4;
    background-size: cover;}
  
  .footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;}
  
  .footer_info li {
    display: block;
    padding: 10px 0 10px 0;
  }
  .footer_info li p {color: #604c3f;font-weight: 400;}
  
  .footer_info li p a {
    color: #604c3f;
  }
  .footer .center {
    position: relative;
    max-width: 90%;
  }
  .footer .center {
    position: relative;
    max-width: 90%;
    padding-top: 30px;
  }
  .footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .footer_info li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 14px;
  }
  

.box_link{top: 30%;}
.box_link a{transition:all 0.3s;width: 100%;}
.box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    width: max-content;
    flex-direction: column;
    width: 100%;
}
.box_link a:nth-child(4){display: none;}
.fa-line:before, .fa-facebook:before, .fa-whatsapp:before, .fa-instagram:before {
    font-size: 16px;
    padding-left: 0;
    font-size: 15px;
    font-family: "微軟正黑體", Arail;
    width: 100%;
}
a.me_tp_ig {display: none;}
a.me_tp_call {display: none;}
/*line*/
.fa-line:before { content: "LINE好友";    padding: 10px 5px;order: 2; }
.box_link a.me_tp_line{position: relative;}
.fa-line:after{
    content: "";
    background: url(https://pic03.eapple.com.tw/chenyuecare/qr.png) no-repeat;
    background-size: contain;
    order: 0;
    width: 100px;
    height: 100px;
    display: block;
    order: 0;}

.box_link a:nth-child(2):hover {background: #54B332;color: #fff;}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            .box_link a { width: 100%;max-width: 110px;}}}}

  @media screen and (max-width: 1200px) {
  .footer_info li:nth-child(2) {position: unset;}
  .footer .center {padding: 0;}
  .footer_info li+li {margin-top: 0px;}}
  
  @media screen and (max-width: 768px) {
  .footer_menu a:nth-child(2) {border-left: 1px #ccc solid;}}

.other_select_page ul.page {display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.other_promotion {display: none;}
.promotion_title {display: none;}

/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/chenyuecare/banner-01.jpg );
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center ;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;}

.banner:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: linear-gradient(to top, #0000006b 0, rgb(12 12 12 / 22%) 20%, transparent 40%) 0 0 no-repeat;}

    .banner::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/chenyuecare/banner-03.png);
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;}
      
    @keyframes anime_wave01 {
	from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
  .banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #327bbf;
    font-size: 50px;
    font-weight:500;
    letter-spacing: .3em;
    text-indent: .3em;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px #327bbf solid;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;}
  
  .banner h5::after {
    content: "";
    display: block;
    font-size: 16px;
    color: #329fdc;
    letter-spacing: .2em;
    text-indent: .2em;}
  
  /*  */
  .banner.banblog h5::after{content: "Q&A";}
  .contact_page .banner h5::after{content: "CONTACT";}
.banner.banA{display: none;}

  @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;
    }
  }

  @keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}

  @media screen and (max-width: 670px) {
  .banner h5 {
    font-size: 30px;
    width: 100%;}}
    @media screen and (max-width:550px) {.banner.banE h5{ width: 300px;}}
    
    @media screen and (max-width:500px) {
        .banner{ height: 180px; background-attachment: unset; background-position: bottom;}
    }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.subbox_item a {display: flex;flex-wrap: wrap;grid-gap: 0;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #327BBF !important;padding-left: 20px;transition: all 0.5s;}
.accordion li .link a {font-weight: 500;}

/*首頁文章*/
.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}
h4.blog_category_title{font-size: 28px;}
.blog_page h4.blog_category_title{display: none;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;gap:50px 10px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border-radius: 15px; border: 1px #f5efe8 solid;}
.subbox_item a:after {border: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.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%);}
  .i_blog_le img, .blog_list_le img {border-radius: 15px;}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius: 15px;border-bottom: 1px #ccc solid;border: 0;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background:none !important;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#fff;}
.submenu a:hover {background: #327BBF;}
h5.blog_le_t em {display: none;}

/*首*/
.module_i_news {padding: 95px 20px;}
.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_shareData {justify-content: flex-end;}
.blog_back a.article_btn_prev {background: #329FDC;color: #fff;}
.blog_back a.article_btn_prev:hover {background: #327BBF;}
.blog_back a.article_btn_back{background: #329FDC;color: #fff;}
.blog_back a.article_btn_back:hover {background: #327BBF;}
.blog_back a.article_btn_next {background: #329FDC;color: #fff;}
.blog_back a.article_btn_next:hover {background: #327BBF;}
.blog_search input[type=search] {border-radius: 15px;}
.news_related {background: #F5FCFE;padding: 90px 15px 30px;}
/*特*/
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #C9C0B8;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 100%; transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 15px 3px 8px 3px;}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #ccc;}
.accordion li .link {border-bottom: 1px solid #f5e9d4;}
.i_blog_ri {padding: 15px 5px 5px 5px;}
.i_blog_ri h5{color:#444;}
.module_i_news .title_i_box h4 {color: #327BBF;}
.blog_list_ri h5 {color:#444;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #fff;}
.lastPage { background: #327BBF;}
.articel_mainPic img {
  display: none;}
@media screen and (max-width: 1024px) {
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 768px) {
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}}

@media screen and (max-width: 600px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox {grid-template-columns:1fr 1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}}

@media screen and (max-width: 400px) {
  .blog_subbox {grid-template-columns:1fr;}}

@media screen and (max-width: 768px) {
#bottom_menu li:last-child {
    display: none !important;}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 0; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}

/*聯絡我們*/
.list_before {margin-bottom: 0;}
.contact_content .information_right {display: none;}
.contact_content .information_left {width: 100%;}
.list_before.info li { padding-left: 60px;}
.info_LINE:before {content: "LINE ID";}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
 width: 100%;font-weight: 500;}
.blank_letter {display: none;}
li.info_ADD:after {
    content: "｜醫院照護、居家照護、復健照護｜";
    white-space: pre;
    display: inline-block;
    color: #327BBF;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 3;
    transform: translateX(-70px);}



 @media screen and (max-width:450px) {
  li.info_ADD:after {font-size: 18px;}}