@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 {}
*/

@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Cormorant+Upright:wght@500&family=Dancing+Script:wght@400..700&family=Noto+Serif+TC:wght@400;500;600;700&family=Oswald:wght@200..700&family=Tenali+Ramakrishna&display=swap');
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

/*上面顏色*/
.main_header_area {
    background: #fff9;box-shadow: -2px -3px 11px rgba(0, 0, 0, .1); }
.stellarnav > ul > li > a{    color: #ed98ac;
    font-weight: bold;}
.stellarnav li.has-sub > a:after{border-top: 6px solid #f2a9b4;}
.nav-brand{margin-top:13px;}
.shop_search_btn {
    background: #e8899f;}
.sticky .main_header_area .container {
    max-width: 80%;
    transition: .5s;
}
.stellarnav > ul > li > a:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
 color: #e8899f;}
.stellarnav li li:hover {
    background: #f0f0f0;
     transition: .5s;
}

/*下拉*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #e793a6;
    padding-left: 10px;
    border-color: #e793a6;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 5px;
    transition: all 0.3s;
    border-left: 3px solid transparent;
    font-size: 15px;}

/*首頁商品*/
.i_prod_tit span{font-size:30px;color:#e793a6;}
.i_prod_tit span:before{content: 'Product';
display: block;
    font-size: 45px;
    font-family: Cardo;
    letter-spacing: 1px;
        color: #dca5aa;
	font-family: "Dancing Script", cursive;}
.products-list .more {
    border: 1px solid #e793a6;
    color: #e793a6;}
.products-list .price b {
    color: #60361c;}
.products-list .item a:hover .more {
    background: #e793a6;}


/*首頁促銷方案*/
.animated-arrow {
    background: #f2aab5;
    color: #fff;
    border-radius: 3rem;}
.news_list ul li p:after{    color: #f2aab5;}
.news_list ul li a:hover {
    background: #f9e0e45c;}
.news_part .title_i_box h4{font-size:30px;color:#e793a6;}
.news_part .title_i_box h4:before{content: 'Latest News';
    display: block;
    font-size: 45px;
    font-family: Cardo;
    letter-spacing: 1px;
        color: #dca5aa;
	font-family: "Dancing Script", cursive;}

/*footer*/
.footer_logo {
    display: none;}
.footer{    background: #ffebeb;}
.box_link{display:none;}
.footer_info ul {
    width: calc(100% - 100px);
    padding: 0;}
.footer_info li:nth-child(1) {
    display: inline-block;
    width: 49%;
    padding: 20px 10px;
}
.footer_info li:nth-child(2) {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    border-left: 1px solid #fff;
}
.footer_menu {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(130px, 100%), 1fr));
    gap: 5px;
}
.footer_menu a{    background: #fff;
    text-align: center;    border: 0px #ccc solid;}
.copy{    color: #fff;
    border-top: 0px #fff solid;
    margin-top: 15px;
    background: #f9bfbe;}
.copy a{color:#fff;}
.footer_menu a:hover {
    background: #ed98ac;}
	
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le {
	width: 30%;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
}

.i_blog_le img{
	display:block;
    max-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    color: #736668;
    -webkit-line-clamp: 3;
    min-height: 80px;
}


.module_i_news li a:before, .subbox_item a:before {
    top: 50%;
    left: 50%;
	bottom:unset;
	right:unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	font-size: 18px;
}

/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #e1dcc8;}
.accordion li .link{background:#fff;}

/*首*/
.module_i_news{background:#fbf6f6;}
.module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr;    max-width: 1400px;}
.module_i_news .title_i_box h4{  color: #e793a6;    font-size:30px;letter-spacing: 2px;}
.module_i_news .title_i_box h4::before {
    content: 'Article';
    display: block;
    font-size: 45px;
    font-family: Cardo;
    letter-spacing: 1px;
        color: #dca5aa;
	font-family: "Dancing Script", cursive;}
	
/*功*/
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #e793a6;}
.blog_back a.article_btn_next {
    background:#e793a6;
}
.blog_back a.article_btn_prev {
    background: #e793a6;
}
.blog_back a.article_btn_back {
    background: #f9bfbe;
}
@media screen and (max-width: 500px) {	
.blog_list_le {
    width: 100%;}
.blog_list_ri {
    width: 100%;
    padding: 5px;}
.blog_list_ri p {
    margin-top: 0px;}
.blog_list_ri h5{font-size:20px;}
}

/*聯絡我們*/
.contact_form li.last cite {
    background: #e793a6;}
.contact_form li.last blockquote, .contact_form li.last cite{    border: 1px #e793a6 solid;}
.blank_letter{    color: #e793a6;}
.list_before{font-size: 14px;}

/*購物車*/
.inquiry_a3 {
    background: #e9b232;}
.nextaction {
    color: #fff;
    background-color: #ed98ac;}
.lastaction {
    color: #888;
    background-color: #ffebeb;}
.prod_related {
    background: #fff7f7;}
.lastPage{
    background: #e793a6;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner.banblog h5,.banner h5 {
    position: absolute;
    bottom: 35%;
    color: #444;
    font-size: 25px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    
    letter-spacing: 4px;
	font-family: 'Noto Serif TC','Zen Maru Gothic', sans-serif, arial;
	}
.banner h5:before { 
 	display: block;  
 	font-size: 70px; 
	color: #e793a6;
 	letter-spacing: 5px; 
	  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
 	}
.banner.banA {background: url(https://pic03.eapple.com.tw/love/banner_bg001.jpg) no-repeat;
height: 20vw;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banA h5:before{content: "News";}
.banner.banB {display:none;}
.banner.banC {background: url(https://pic03.eapple.com.tw/love/banner_bg002.jpg) no-repeat;
    height: 20vw;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banC h5:before{content: "Contact";}
.banner.banF {background: url(https://pic03.eapple.com.tw/love/banner_bg003.jpg) no-repeat;
    height: 20vw;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banF h5:before{content: "Product";}
.banner.banblog {background: url(https://pic03.eapple.com.tw/love/banner_bg001.jpg) no-repeat;
    height: 20vw;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banblog h5:before{content: "Article";}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 1024px) {
.banner.banA,.banner.banC ,.banner.banD,.banner.banE,.banner.banF,.banner.banblog{    height: 30vw;}
.main_header_area{    background: #fff;}}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 58px; }
#to_top { bottom:60px;}
.footer_info li:nth-child(2) {
        width: 100%;
        border-left: none;}
.footer_info li:nth-child(1){width:100%;}
.footer_info ul {
    width: 100%;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #ed98ac;color: #fff;}
.stellarnav .icon-close:before{    border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{    border-bottom: solid 3px #fff;}
.stellarnav .menu-toggle:after{    color: #f0a7b2;}
.stellarnav .menu-toggle span.bars span{background: #f3b8c1;}
.banner h5:before{    font-size: 60px;}
.banner.banblog h5, .banner h5{    bottom: 30%;}
.banner.banA ,.banner.banC ,.banner.banD,.banner.banE,.banner.banF,.banner.banblog{    height: 60vw;}
.sticky .main_header_area .container{    max-width: 100%;}
.module_i_news ul{grid-template-columns: 1fr 1fr 1fr ;}
}

@media screen and (max-width: 600px) { 
.contact_form li .form__label {
  width: 83px;
  margin-left: -96px;}
 .module_i_news ul{grid-template-columns: 1fr 1fr;}
 .nav-brand{margin-top:5px;width:150px;}
}
@media screen and (max-width: 500px) {
.products-list .price b {
    width: 100%;    margin: 0px;}
    .module_i_news ul {
        grid-template-columns: 1fr;
    }	
}

.car_page .information_left {
    display: inline-block;
}
.contact_le_map a{    background: #ed98ac;}




