@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

/*--------------進場文字----------------*/
/*動畫入場text-----------------------------------*/
.bannerindex .swiper-slide:nth-child(1):before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/bcmoving/text01.png);
    height: 50%;
    width: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transform: translate(35%, 15%);
    opacity: 1;
    z-index: 999;
    position: absolute;
}/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
   animation: inside1 2s;
   animation-timing-function: cubic-bezier(0.75, -0.02, 0.29, 0.98);
}

/*----------------------------------------------------*/
.bannerindex .swiper-slide:nth-child(2):before{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/bcmoving/text02.png);
    height: 45%;
    width: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transform: translate(35%, 15%);
    opacity: 1;
    z-index: 999;
    position: absolute;

}/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before{
    animation: inside2 2s;
    animation-timing-function: cubic-bezier(0.75, -0.02, 0.29, 0.98);
}
/*------------------動畫在這裡---------------------------------------*/
@keyframes inside1{
	0% {transform: translate(-50%, 15%);opacity: 0;}
	100%{opacity: 1;}
}
@keyframes inside2{
	0% {transform: translate(90%, 15%);opacity: 0;}
	100%{opacity: 1;}
}
/*-----------------------------------------*/

/*-----------------------------------------分隔線---------------------------------------*/
.header_area {position: relative;z-index: 9999;padding: 10px;background: #fff;position: sticky;top: 0;width: 100%;}
.header_area.sticky {width: 100%;z-index: 9999;background: #ffffff;}
.main_header_area .container {max-width: 1400px;margin: auto;}
.navigation {width: 100%;position: relative;padding: 0;display: flex;grid-gap: 0 20px;align-items: center;}
.me_tp_features {width: 17%;text-align: right;order: 3;}
a.me_tp_fb {display: none;}
a.me_tp_line {display: none;}
a.me_tp_mail {display: none;}
.tp_links a {font-size: 0px;color: #ffffff;margin: 0;}
.me_tp_features a i {margin: 0 0px;}
.fa-phone-volume::before {content: "";background: url(https://pic03.eapple.com.tw/bcmoving/LOGO02.png);background-position: center;background-size: cover;background-repeat: no-repeat;position: fixed;width: 10%;height: 15%;transform: translate(-100%, -62%);transition: .5s;}
.fa-phone-volume::before {pointer-events: none;}
.box_search {display: none;}/*購物車隱藏*/
/*-------------------------------------------------------------------------------*/
.nav-header {z-index: 123;top: 0;left: 0;max-width: 350px;width: 100%;grid-row: 1 / span 2;display: flex;justify-content: center;align-items: center;align-content: center;}

.stellarnav {position: relative;width: 100%;z-index: 9900;line-height: normal;margin-top: 40px;}
.stellarnav ul {margin: 0;padding: 0;text-align: center;}
.stellarnav > ul > li:before {content: "";position: absolute;width: 0%;top: 95%;height: 1px;background: #450080;bottom: 0px;left: 50%;transform: translate(-50%, 0px);transition: .5s;}
.stellarnav > ul > li:hover:before {width: 100%;transition: .5s;animation-timing-function: cubic-bezier(0.67, 0.02, 0.41, 0.99);}
.stellarnav > ul > li > a {padding: 0;color: #462c5d;font-weight: 800;letter-spacing: 1px;text-transform: uppercase;position: relative;display: inline-block;font-size: 18px;line-height: 40px;height: 40px;margin: 0 8px;overflow: hidden;cursor: pointer;text-align: center;transition: .5s;}
.stellarnav > ul > li > a:hover {transform: translate(0%, -20%);transition: .5s;transition-timing-function: cubic-bezier(0.69, -0.11, 0.35, 1.11);}

.stellarnav li:nth-child(5).has-sub > a:after {display: none;}/*隱藏下拉*/
.stellarnav > ul > li.has-sub:nth-child(5) > a {padding-right: 0px;}
ul.prod_classes {display: none !important;}

/*-----下拉------------------------------------------------------*/
.stellarnav ul ul {top: auto;width: 180px;position: absolute;z-index: 9900;text-align: left;display: none;background: #fff;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0px;transition: .3s;}
.stellarnav li a {padding: 12px 12px;display: block;color: #666;}
.stellarnav li li:hover>a {padding: 12px 12px 12px 20px;transition: .3s;}

/*------------------------------------------------------------------*/
.info_fix_links {display: flex!important;}
.linksBtn {display: none;}
.info_fix .fa-phone-volume:before {content: "\f2a0";background: none;position: unset;}
.info_fix_links a {display: flex;width: 65px;height: 65px;overflow: hidden;border-radius: 50px;transition: .3s;background: rgba(0, 0, 0, .3);margin-bottom: 5px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
.info_fix_links a i {display: block;font-size: 30px;}
@media screen and (max-width: 1340px) {
    .info_fix_links a {display: flex;width: 50px;height: 50px;}
    .info_fix_links a i {display: block;font-size: 20px;}}
a.info_fix_default.info_fix_fb {background: #334b8b;    order: -1;}
a.info_fix_default.info_fix_line {background: #74be4a;    order: -5;}
a.info_fix_default.info_fix_mail {background: #e63e26;    order: -2}
a.info_fix_default.info_fix_phone {background: #672a9d;    order: -4;}
a.info_fix_default.info_fix_tel {background: #ffba2f;    order: -3;}
.info_fix_links a:hover {transform: translate(-5px, 0px);}

/*------首頁串接最新消息-----------------*/
.module_i_news_list, .module_i_news_list.swiper {padding: 30px 30px;border-radius: 15px;}
.module_i_news .title_i_box h4 {font-size: 30px;color: #672a9d;font-weight: 900;}
.module_i_news ul {list-style: none;display: block;display: flex;grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));grid-gap: 20px;flex-direction: column;}
.module_i_news li {display: block;text-align: left;border-bottom: 1px solid #ececec;}
.module_i_news li a:after {border: 0px}
.module_i_news li a:before {content: 'READ MORE';position: absolute;z-index: 19;bottom: 0%;right: unset;left: 50%;text-align: center;font-size: 15px;transition: all .5s;transform: translate(-50%, -50%);color: #ffba2f;}
.module_i_news li a {position: relative;display: grid;grid-gap: 10px;grid-template-columns: 1fr;flex-wrap: nowrap;flex-direction: row;}
.i_blog_le {display: none;}
.i_blog_ri {text-align: center;display: grid;grid-template-columns: 90% 1fr;vertical-align: middle;padding: 5px;width: 100%;justify-content: center;}
.i_blog_ri em {font-size: 14px;color: #999;font-style: normal;display: block;margin: 7px 0;order: 3;}
.animated-arrow {background: #fcac59;}
.i_blog_ri h5 {text-align: left;font-weight: 700;font-size: 20px;color: #666;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.i_blog_ri p {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個--結束 */

/* = = = 搬家實例 = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.product-layer-two li a {position: relative;border: 1px #fff solid;background: #f3f3f3;padding: 7px 16px;display: block;font-size: 16px;color: #41095a;font-weight: 500;}
.products-list .name {font-size: 16px;text-align: center;font-weight: 800;color: #6a1a87;letter-spacing: 1px;margin-top: 15px;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 3em;}
.products-list .more {border: 1px solid #782d78;color: #782d78;font-size: 16px;font-weight: bold;line-height: 32px;text-align: center;transition: all .5s;position: absolute;transform: translateX(-50%);left: 50%;bottom: 0;}
.products-list .item a:hover .more {background: #782d78;color: #fff;letter-spacing: 2px;}

.product_page .product_menu_list {display: none;}/*刪除左側分類*/
/*------下一層-------*/
div#tab01 {letter-spacing: 1px;line-height: 200%;}/*商品內文字設定*/
.prod_related {background: #ffffff;padding: 25px 15px;}
.lastPage {font-size: 16px;color: #fff;background: #591c6e;}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:center; 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: 1340px) {.me_tp_features {display: none;}
}

@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;}
/*----------------------------------------*/
.fa-phone-volume::before {content: "\f2a0";background: none;position: unset;}
/*----------------------------------------*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    background: #462c5d;
    color: #fff;
}
.stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #fff;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
.stellarnav .icon-close:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #fff;
    position: absolute;
    transform: rotate(-45deg);
}
.stellarnav > ul > li > a:hover {
    transform: translate(0%, 0%);
    transition: .5s;
    transition-timing-function: cubic-bezier(0.69, -0.11, 0.35, 1.11);
}
.stellarnav > ul > li:before {
    display: none;
}    
}

@media screen and (max-width: 425px) {
.nav-header {z-index: 123;top: 0;left: 0;max-width: 220px;width: 100%;grid-row: 1 / span 2;display: flex;justify-content: center;align-items: center;align-content: center;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 設定*/
.path {display: none;}
.banner {}
.banner h5 {margin-top: 100px;color: #462c5d;letter-spacing: 2px;}
.banner.banA {}
.banner.banB {display: none;}/*服務項目/VIP搬家/搬家須知/廢棄物處理*/
.banner.banC {display:none;}/*聯絡我們*/
.banner.banD {}
.banner.banE {}
.banner.banF {
    background: url(https://pic03.eapple.com.tw/bcmoving/banner.png);
    min-height: 300px;
    letter-spacing: 1px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}/*搬家實例*/
.banner.banblog {
    background: url(https://pic03.eapple.com.tw/bcmoving/banner.png);
    min-height: 300px;
    letter-spacing: 1px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}/*最新消息*/

/*------------聯絡我們-------------*/
.information_left.fadeInLeft.animated15.clearfix {
    display: none;
}
.contact_content .information_right {
    width: calc(100% - 300px);
    padding-left: 0px;
    text-align: center;
}
.contact_content {
    margin: auto;
    padding: 20px 10px;
    text-align: center;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #430081 solid;
    width: 150px;
    max-width: calc(50% - 10px);
}
.contact_form li.last cite {
    background: #430081;
    color: #fff;
}
@media screen and (max-width: 768px) {
.contact_content .information_right {
    width: calc(100% - 200px);
    padding-left: 0px;
    text-align: center;
}}
@media screen and (max-width: 425px) {
.contact_content .information_right {
    width: calc(100% - 100px);
    padding-left: 0px;
    text-align: center;
}}

/*-----------文章設定------------*/
h5.blog_le_t {font-size: 24px;font-weight: 500;color: #672a9d;text-align: center;font-family: serif;letter-spacing: 10px;margin-bottom: 7px;position: relative;}
.blog_search input[type=search] {outline: none;box-sizing: border-box;width: 100%;font-size: 14px;color: #999;border: solid 1px #777;border-radius: 5px;padding: 10px 35px 10px 10px;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 5px;border: 1px #777 solid;overflow: hidden;}
.blog_list_ri h5 {font-weight: 900;font-size: 22px;color: #704587;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.blog_list_ri p {line-height: 200%;font-size: 15px;color: #666;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
/*-----下一層-----*/
.blog_box_edit * {line-height: 180%;}
.blog_back a.article_btn_back {background: #672a9d;}
.news_related {background: #ffffff;padding: 25px 15px;}
.news_related h6 span:before {content: '相關文章';font-size: 24px;color: #672a9d;}






/*一排呈現
.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) { 
}

.footer_info {
    padding: 90px 0 80px;
    margin: 0 auto;
    grid-template-columns: 1fr 0.8fr;
    gap: 0;
    align-items: flex-end;
}

.footer_info li section {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
    gap: 13px;
    margin-top: 10px;
    max-width: 100%;
}

.footer_info ul {
    display: grid;
    grid-template-columns: 1fr;
}
@media (max-width: 1150px) {
    .footer_info li:nth-child(1) {
        margin: 0;
        text-align-last: center;
    }
}

@media (max-width: 430px) {
.footer_info {
    display: flex;
    padding: 30px 0 30px;
    margin: 0 auto;
    gap: 18px;
    align-items: flex-end;
    flex-direction: column;
}}