@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 {position: relative;z-index: 9999;padding: 10px;background: #fff;position: sticky;top: 0;width: 100%;transition: .3s;}
.header_area.sticky {width: 100%;z-index: 9999;background: linear-gradient(180deg, #fff, 80%, #ffe8fa);transition: .3s;}
.nav-header {z-index: 123;top: 0;left: 0;max-width: 230px;width: 115%;grid-row: 1 / span 2;display: flex;justify-content: center;align-items: center;align-content: center;}
header.header_area:after {content: "";position: absolute;width: 100%;height: 5px;background: linear-gradient(90deg, #f2caf4, #640669);transform: translate(-10px, 10px);transition: .5s;}
.header_area.sticky:after {width: 0%;transition: .5s;}
.me_tp_features {display: none;width: 100%;text-align: right;}
.navigation {width: 100%;position: relative;padding: 0;display: flex;grid-gap: 0 20px;align-items: center;justify-content: space-between;}
/*---------------------------------------*/
.stellarnav > ul > li > a {padding: 0;color: #7f325c;letter-spacing: 2px;font-size: 16px;line-height: 40px;height: 40px;margin: 0 10px;transition: .3s;}
.stellarnav > ul > li:hover > a {letter-spacing: 4px;transition: .3s;}
.stellarnav > ul > li:before {content: "";position: absolute;width: 0;height: 1px;background: #7f325c;top: 80%;opacity: 0;transition: .3s;}
.stellarnav > ul > li:hover:before {width: 100%;opacity: 1;transition: .3s;}
/*----------下拉-----------*/
.stellarnav li.has-sub > a:after {content: '';margin-left: 10px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #7f325c;display: inline-block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.stellarnav li li {display: block;border: 0px;border-bottom-width: 0;transition: .3s;}
.stellarnav li a {padding: 12px 12px;display: block;color: #7f325c;letter-spacing: 1px;}
.stellarnav li li:hover {transition: .3s;transform: translate(5px, 0px);background: #fff0fb;}




/*-----------------------------*/
.info_fix_links {display: flex!important;}
.linksBtn {display: none;}
.info_fix {width: 70px;box-sizing: border-box;position: fixed;bottom: 70px;right: 20px;display: flex;flex-direction: column;align-items: center;align-content: center;justify-content: flex-end;}
.info_fix_links a {display: flex;width: 100px;height: 100px;overflow: hidden;border-radius: 0px;transition: .3s;margin-bottom: 5px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;background: rgb(0 0 0 / 0%);}
.info_fix_links a:hover {background: #37373700;transform: translate(-10px, 0px);}
.info_fix_links a.info_fix_default {display: none;}
/*------------------------------*/









/* 商品下拉超過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 {padding: 50px 0 30px;font-size: 14px;background: url(https://pic03.eapple.com.tw/shaje/FOOTER.jpg);background-position: bottom;background-size: cover;background-repeat: no-repeat;position: relative;z-index: 99;}
.footer_logo { display: inline-block; vertical-align: top; max-width: 230px; margin: 0;}
.footer_info {padding: 0;display: flex;grid-gap: 10px;padding-right: 0px;flex-direction: column;align-items: center;}
.box_link {display: none;}
.footer_info ul {display: flex;width: 100%;flex-direction: column;align-items: center;}
.footer_info li:nth-child(1) {display: flex;flex-direction: column;align-items: center;}
.footer_info li p {line-height: 180%;letter-spacing: 1px;color: #7f325c;}
.footer_info li p a {color: #7f325c;}
.footer_menu {width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
.footer_menu a {transition: .3s;display: inline-block;padding: 8px 15px;border: 0px #00000036 solid;margin: 0 8px 4px 0;font-size: 16px;line-height: 100%;color: #dc80cd;font-weight: 800;background: #fffdf5;border-radius: 20px;filter: drop-shadow(2px 2px 2px #00000030);}
.footer_menu a:hover {background: #fffdf5;color: #dc80cd;transform: translate(0px, -5px);transition: .3s;}

/*-----------------------------------------------*/
.footer_info li p.tel:before {content: '（高雄、屏東、台南）柯小姐：';}
.footer_info li p.tel2:before {content: '（全省）詹小姐：';}



/*------------------------------------------------------*/
.copy {text-align: center;padding: 7px 0;font-size: 13px;color: #915d92;border-top: 0px #ddd solid;margin-top: 15px;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;}
.copy a {color: #915d92;}
.privacyLinks a+a {border-left: 1px solid #915d92;}





/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-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-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;}
.info_fix_links img {opacity: 1;width: 70%;display: block;}
.info_fix_links a {display: flex;width: 80px;height: 55px;}
.info_fix {right: 10px;}
/*----------------------*/
.stellarnav > ul > li:before {display: none;}
.stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 12px;background: #fff;}
.stellarnav.mobile > ul > li {display: block;border-bottom: 0px #ddd solid;}
.stellarnav.mobile > ul > li > a {text-align: left;overflow: auto;height: auto;line-height: 150%;display: block;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 13px;position: absolute;text-align: center;z-index: 999;}
.stellarnav a.dd-toggle .icon-plus:before {content: '';display: block;width: 12px;height: 0px;border-bottom: solid 3px #7f325c;position: absolute;top: 50%;transform: rotate(90deg);transition: width 0.3s;}
.stellarnav a.dd-toggle .icon-plus:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #7f325c;position: absolute;}
}

@media screen and (max-width: 425px) {
.info_fix {right: 0px;}   
.info_fix_links a {display: flex;width: 80px;height: 45px;}
.info_fix_links img {opacity: 1;width: 60%;display: block;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {display: none;}/*照顧項目/看護費用/看護QA/聯絡我們*/
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {display: none;}/*最新消息*/

/* = = = 最新消息 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.main_part {width: 100%;max-width: 1300px;margin: auto;padding: 140px 20px;}
.blog_page #content, .blog_in_page #content, .contact_page #content {background: url(https://pic03.eapple.com.tw/shaje/bcg.jpg) center top;background-repeat: no-repeat;background-size: cover;background-color: #fbd9f43d;}

h5.blog_le_t {font-size: 24px;font-weight: 500;color: #6b4062;font-family: serif;letter-spacing: 20px;margin-bottom: 7px;position: relative;text-align: center;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 15px;border: 1px #c166b1 solid;overflow: hidden;}
.accordion li .link a {cursor: pointer;display: block;padding: 15px 10px;color: #8b457e;font-size: 14px;font-weight: 700;position: relative;}
.accordion li+li .link {border-top: 1px solid #c166b1;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #c166b1 !important;transition:  .3s;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #fff !important;transition: .3s;}

.blog_subbox {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 20px;}
.subbox_item {display: inline-block;vertical-align: top;margin-bottom: 15px;position: relative;border-radius: 20px;}
.subbox_item a {display: inline-block;position: relative;display: block;padding: 10px;background: #fff;border-radius: 20px;}
.module_i_news li, .subbox_item {width: 100%;}
.blog_list_le {display: inline-block;vertical-align: top;padding: 0px;line-height: 0;}
.i_blog_le, .blog_list_le {position: relative;}
.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri {width: 100%;}
.blog_list_le img {display: block;width: 100%;height: 100%;object-fit: cover;border-radius: 15px;}
.blog_list_ri {display: block;padding: 10px 10px;}
.blog_list_ri h5 {font-weight: 800;font-size: 21px;line-height: 160%;letter-spacing: 1px;color: #741a5c;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.blog_list_ri>*+* {margin-top: 12px;}
.blog_list_ri p {font-size: 15px;color: #666;line-height: 170%;letter-spacing: 1px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.subbox_item a:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;z-index: 8;background: rgb(255 249 254 / 80%);opacity: 0;border: 1px #c166b1 solid;transition: all .5s;border-radius: 20px;}
.subbox_item a:before {content: 'READ MORE';position: absolute;z-index: 19;bottom: 50%;right: 37%;opacity: 0;font-size: 15px;color: #741a5c;transition: all .6s;}
@media screen and (max-width: 1000px) {
.blog_subbox {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 20px;}
}
@media screen and (max-width: 640px) {
.blog_subbox {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 425px) {
.blog_subbox {grid-template-columns: 1fr;}
}
/*------------------------------------------*/
.blog_box_edit * {line-height: 180%;}
.blog_back a.article_btn_prev {background: #fff;}
.blog_back a {font-size: 15px;color: #777;display: block;padding: 7px 15px;width: 100%;}
.blog_back a.article_btn_back {background: #c166b1;color: #fff;}
.blog_back a.article_btn_next {background: #fff;}
.news_related {background: #faf3fb;padding: 25px 15px;}
.news_related h6 span:before {content: '相關文章';font-size: 24px;color: #c166b1;}
.news_related_list li a {display: block;padding: 4px;background: #faf3fb;height: 100%;}
.news_related_list li a p {font-size: 16px;color: #741a5c;line-height: 250%;letter-spacing: 2px;}
.lastPage {font-size: 16px;color: #fff;background: #c166b1;padding: 10px 20px;display: block;margin: 40px auto;width: 130px;text-align: center;}


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




