@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 {}
*/
.nav-brand { width: 270px;}
.sticky .nav-brand {
    background-image: url(../666/store_image/beloved/L164627220166.png)!important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    padding-top: 5px;
    background-position: center;
}
.header_area.sticky .nav-brand img {
    width: 0;
    height: 35px;
    transition: all 0.5s ease-in-out;
}

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
/*#content_main { margin:0;}*/
.bannerindex { /*position:static;*/ height:auto;}
.pageIndex .swiper-banner { position:static; margin:0; height:auto;} 
.pageIndex .swiper-slide img { height:auto;}  
.pageIndex .swiper-slide:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(././pic03.eapple.com.tw/beloved/cover-3-1ban.png);
    background-size: 390px auto;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.pageIndex .swiper-slide:nth-child(2):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 75%;
    width: 100%;
    height: 100%;
    background: url(././pic03.eapple.com.tw/beloved/cover-3-2ban.png);
    background-size: 390px auto;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%,-50%);
    transition: all .3s;
}

.pageIndex .swiper-slide:nth-child(3):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 21%;
    width: 100%;
    height: 100%;
    background: url(././pic03.eapple.com.tw/beloved/cover-3-3ban.png);
    background-size: 390px auto;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
  
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}

.pageIndex .swiper-slide:nth-child(1):after { height: 50%; background-size: contain;}
.pageIndex .swiper-slide:nth-child(2):after { height: 25%; background-size: contain;left: 75%;}
.pageIndex .swiper-slide:nth-child(3):after { height: 25%; background-size: contain;left: 24%;}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.pageIndex .main_part { border-top: none;}
.pageIndex .header_area{position:sticky;}
.header_area *{transition: all 0.8s;}
.header_area{position: fixed;width: 100%;}
.main_header_area {
    background: linear-gradient(180deg, #ffffffbd, #ffffff6e);
    transition: all 0.3s ease-in-out;
}
#content_main {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 53%) 0%,rgb(255 255 255 / 70%) 30%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgb(255 255 255 / 53%) 0%,rgb(255 255 255 / 70%) 30%,rgba(255,255,255,1) 100%);
}

/*sticky*/
.sticky .main_header_area.animated { background: #ffffffbd;height: 55px;}
.header_area.sticky .nav-header { padding: 0; transition: all 0.3s ease-in-out;}
.sticky .nav-menu > li > a {padding: 17px 20px;}

/*選單*/
.nav-menu>li:nth-child(6) {display: none;}
.nav-menu { margin: 0;}
.nav-menu > li > a {
    color: #846294;
    padding: 38px 20px;
    transition: all 0.5s;
	font-size: 16px;
	position: relative;
}
nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #ffffff;
    background: linear-gradient(180deg, #f1bf97f0, #f1bf979e);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.nav-menu > li:not(.tp_links) > a:after {
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    transition: all .3s ease;
    background: #846294;
    bottom: 0;
}
.nav-menu > li:hover > a:after { width: 100%;}


/*下拉*/
.nav-menu>li>.nav-dropdown { border: none;}
.submenu-indicator { display: none;}/*下拉箭頭*/
.nav-dropdown > li > a {
    color: #846294;
    padding: 10px 20px;
    border-bottom: 1px solid #f3e7f1;
	font-size: 15px;
}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus { color: #846294;background:#f3e7f1;	}

/*下拉編輯頁下方按鈕*/
ul.other_promotion.clearfix {
    width: 1200px;
    margin: 40px auto 50px;
    max-width: 100%;
}

.other_promotion li { padding: 12px 15px; border-radius: 10px; border: solid 1px #d3d3d3;}
.other_promotion li:hover { border: 1px solid #fff; box-shadow: 0 0 8px 3px #0000003d;}
.other_promotion .pmtTitle h3 {
    margin-top: 0;
    height: auto;
    margin-left: 20px;
    font-weight: bold;
}
.pmtTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #bc633c;
}



/*首頁最新消息插圖*/
.news_part .title_box { position: relative;text-align: left;}
.title_box {color: #e44a61;}
.title_box span { color: #e86075;}
.news_part .title_box:after {
    content: "";
    background: url(https://pic03.eapple.com.tw/beloved/love.svg) no-repeat;
    width: 62px;
    height: 62px;
    background-size: contain;
    position: absolute;
    top: 16px;
    left: 114px;  
	opacity: 0.7;
	-webkit-animation: updown 3s linear infinite;
}
@-webkit-keyframes updown {
  25% {
    transform: translateY(-4px);
  }

  50%,
  100% {
    transform: translateY(0) rotate( 14deg );opacity: 0.7;
  }
  75% {
    transform: translateY(3px)rotate( 10deg );opacity: 1;
  }
  25% {
    transform: translateY(0);
  }
}

.news_part {display: none;}/*先隱藏*/


/*送出按鈕*/
.animated-arrow { background: #ab542f;}


/*內頁BANNER 設定*/
.banner {
    height: 480px;
    padding: 205px 0 141px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background: url(././pic03.eapple.com.tw/beloved/ban_blog.jpg);
}
.banner.banB { background: url(././pic03.eapple.com.tw/beloved/ban_b.jpg);}
.banner h5 {
    position: relative;
    font-weight: normal;
    font-size: 25px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 20px 50px;
    text-align: center;
    /* border: #f3e7f1 solid 2px; */
    color: #846294;
    border-top: 2px solid #f3e7f1;
    border-bottom: 2px solid #f3e7f1;
}
.banner h5:before {
    content: " ";
    position: absolute;
    width: 500px;
    max-width: 100%;
    left: 50%;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    letter-spacing: .02em;
    text-transform: none;
    color: #ffffffcf;
    transform: translate(-50% ,-50%);
    top: 39%;
    font-family: 'Philosopher', sans-serif;
    text-shadow: 0 0 7px #bc633cad;
}
.blog_page .banner h5:before{ content: "News";}
.other_select_page .banner h5:before{ content: "Room";}
.blog_in_page .banner h5:before{ content: "News";}

/*footer*/
.footer_menu {display: none;}

.footer { background: #f3e7f1;}
.footer_logo {
    background: url(../666/store_image/beloved/L164627220166.png) no-repeat center;
    max-width: 250px;
    width: 100%;
    height: 72px;
    background-size: contain;
}
.footer_logo img { width: 0; height: 110px;}

/*footer_資訊*/
.footer_info { padding: 0; display: flex; justify-content: center; align-items: flex-start;}

.footer_info ul { margin-top: 13px; width: 70%;}
.footer_info li:nth-child(1) { width: 100%;}
.footer_info li p {
    display: inline-block;
    color: #bc633c;
    width: 45%;
    text-align: left;
}
.footer_info li p a{ color: #bc633c;}
.footer_info li:nth-child(2) { width: 100%; margin: 20px 0;}
/*p.fax { margin-left: 76px;}
p.add { margin-left: 20px;}
p.taxid { margin-left: 176px;}*/

/*footer右邊icon*/
.box_link a { border: none;padding: 3px;}
.box_link a:before { background-size: contain;}
.box_link a.me_ft_fb:before { background-image: url(https://pic03.eapple.com.tw/beloved/fb.svg); background-size: cover; transition: all .5s ease-in-out}
.box_link a.me_ft_line:before { background-image: url(https://pic03.eapple.com.tw/beloved/line.svg); background-size: cover; transition: all .5s ease-in-out}


@media screen and (max-width: 1024px) {
.footer .center { display: flex; flex-direction: column-reverse;}

.footer_logo { max-width: none; margin: auto;}
.footer_info { flex-direction: column;align-items: center;}
.footer_info ul { width: 100%; margin: 23px 10px 0; text-align: center;}
.footer_info li:nth-child(1) { width: 80%;}

/*p.fax { margin-left: 15px;}
p.taxid { margin-left: 15px;}

p.mail { margin-left: 15px;}
p.add { margin-left: 20px;}*/
.box_link {
    float: none;
    display: flex;
    margin-top: 10px;
    padding-right: 0;
    justify-content: center;
}
}

@media screen and (max-width: 768px) { 
.footer_info li:nth-child(1) { width: 100%;}
}

@media screen and (max-width: 600px) { 
.footer_info li p { width: 100%;padding: 0 35px;display: block;}
}



/*聯絡我們表單隱藏*/
.contact_content { display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現*/
.subbox_item { width:100%;}
.subbox_item a:after { background: rgb(241 191 151 / 44%);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #f1bf97 !important;}
.blog_le .accordion {    border-radius: 0;    border: none;}
.blog_list_ri {    padding: 10px;}
.blog_list_le {
    position: relative;
    overflow: hidden;
    line-height: 0;
    height: 150px;
}
.blog_list_le img {
    max-width: 100%;
    min-width: 100%;
    height: 100% !important;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
}
.blog_list_ri h5 {    -webkit-box-orient: inherit;}
h5.blog_le_t span {    font-family: 'Philosopher', sans-serif;}
h4.blog_category_title {border-bottom: none;}
.blog_back a.article_btn_next { background: #bc633c;}
.blog_back a.article_btn_prev { background: #bc633c;}
.blog_back a.article_btn_back { background: #f1bf97;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {    display: block;    display: none;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*header*/
.pageIndex .header_area { position: relative;}
.header_area { position: relative;}
.header_area.sticky { position: relative;}

.nav-header {	display: block;    left: 0;    transform: none;    padding: 0;}
.banner { height: 300px; padding: 90px 0;}
.banner h5 {padding: 71px 28px 25px;font-size: 22px;}
.banner h5:before{font-size: 45px;}

/*選單*/
.submenu-indicator { display: block;}
.submenu-indicator-chevron {border-color: transparent #846294 #846294 transparent;}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}
.blog_list_ri h5 {    font-size: 18px;}
}

@media screen and (max-width: 600px) { 
}