@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+TC:wght@100..900&family=Tenor+Sans&display=swap');

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{letter-spacing: .1rem; }
.main_part {max-width: 1400px;padding: 50px 0;width: 94%;}
.path {margin-bottom: 20px;padding: 0;display: none;}
.path p, .path p a{font-size: 12px;}



@media screen and (max-width: 768px){
	#bottom_menu{display: none;}
}         

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/


*{font-family: "Tenor Sans",'Noto Sans TC', sans-serif;}



/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

/*切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/


.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    width: 150%;
    height: 100%;
    top: 0;
    left: -150%;
    background: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 15%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 75%, 
        rgba(255, 255, 255, 0) 100% );
    animation: shine-slide 2s linear infinite;
}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}


.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    width: 150%;
    height: 100%;
    top: 0;
    left: -150%;
    background: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 15%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 75%, 
        rgba(255, 255, 255, 0) 100% );
    animation: shine-slide 2s linear infinite;
}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}


@keyframes fade-slide-left {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
   50% {
        
        opacity: 0.2;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes shine-slide {
    from {
        left: -150%;
    }
    to {
        left: 150%;
    }
}



@media screen and (max-width: 768px) { 
.swiper-banner .swiper-slide img {   height: 500px;  object-fit: cover; }


.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { width: 250%;}
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { width: 250%;}

}


@media screen and (max-width: 600px) {

}

/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.header_area,.header_area.sticky {background: #fff;}
.main_header_area .container {max-width: 1800px;width: 94%;}
.navigation {display: flex;align-items: center;}
.nav-brand img{display: block;}
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;
    border-top: 5px solid #898989;}/*主選單箭頭*/
/*★★★購物車/社群icon設定↓↓↓↓↓↓↓↓↓↓↓↓*/
.me_tp_features {position: absolute;top: 5px;right: 0;z-index: 10000;max-width: 300px;}
.me_tp_features .tp_links{display: none;}
.me_tp_features a i {font-size: 14px;color: #888;line-height: 20px;}
.me_tp_features a.tp_btn_cart{position: relative;}
.me_tp_features a.tp_btn_cart span span{display: none;}
.me_tp_features a.tp_btn_cart b {color: #000;background: #ffb700;font-size: 10px;width: 15px;height: 15px;border-radius: 50%;
    display: block;text-align: center;line-height: 15px;letter-spacing: 0px;position: absolute;right: -4px;bottom: -6px;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;}
.box_search input[type=text]::placeholder{color: #ccc;}/*提示文字*/
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{border-radius: 0;background: #888;}/*搜尋按鈕*/
/*下拉區塊*/
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;}
.stellarnav li.has-sub li:last-child{border-bottom: none;}
.stellarnav li.has-sub li a {font-size: 13px;padding: 8px 12px;transition: all .5s;}
.stellarnav li.has-sub li a:hover{background: #b6a292;color: #fff;padding-left: 18px;}
.stellarnav li.drop-left li.has-sub > a:after {border-top: 5px solid transparent;border-bottom: 5px solid transparent;
    border-right: 4px solid #898989;}/*下拉箭頭*/
.stellarnav li.drop-left li.has-sub > a:hover:after {border-right: 5px solid #fff;}/*下拉hover箭頭*/
.stellarnav li li.has-sub > a:after{display: none;}

@media screen and (max-width: 1024px){
	.stellarnav > ul > li > a{font-size: 14px;}
}
@media screen and (max-width: 768px){
	.me_tp_features {position: relative;max-width: inherit;z-index: 0;}
	.box_search{width: 100%;}
	.box_search input[type=text] {max-width: inherit;}
    .stellarnav .menu-toggle:after {display: none;}
	.stellarnav .menu-toggle span.bars span {   height: 1px;   background: #fff;  width: 17px; }
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 15px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #777;}
	.stellarnav.mobile .close-menu{position: relative;color: transparent;}
	.stellarnav.mobile .close-menu > *{display: none;}
	.stellarnav.mobile .close-menu:before{content: "×";position: absolute;right: 10px;top: 10px;color: #000;
        font-size: 12px;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
    
	.stellarnav.mobile > ul > li > a {  color: #444444;   padding: 5px 10px 15px;  }
	.stellarnav .menu-toggle {padding: 28px 10px;}
}
@media only screen and (max-width: 570px) {
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area,.header_area.sticky {background: #20385f;padding: 15px 0;}
.nav-header {max-width: 300px;}

.stellarnav > ul > li {  padding: 10px .5% 0px;} 
.stellarnav > ul > li > a{font-size: 15px;font-weight: 400;color: #fff;letter-spacing: .1rem;}
.stellarnav li.has-sub li a {font-size: 12px;letter-spacing: 0;}
.stellarnav li.has-sub li a:hover {background: #1d304f;}
.stellarnav li.has-sub > a:after {border-top: 5px solid #eee;}
.me_tp_features {   display: none;}
.box_search {margin-bottom: 0;}
.box_search > form{background: #ddd;}
.shop_search_btn {background: #9b9b9b;padding: 0px 8px 2px;}
.box_search input[type=text] {border: none;border-bottom: 1px solid #ccc;letter-spacing: 0;
	background: url(https://pic03.eapple.com.tw/glowoptometry/search-icon.png) no-repeat 8px center transparent;}
.box_search input[type=text]::placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-webkit-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-moz-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:-ms-input-placeholder{color: #888;font-size: 12px;}

.nav-brand {   filter: brightness(100);}




@media only screen and (max-width: 768px) {
.nav-header {
    max-width: 265px;
}

}



/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*footer*/
.footer {background:#20385f;padding: 40px 0 0;}
.footer .center {max-width: 1600px;}
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/dongfucleaning/logo_footer.png) no-repeat;
    display: block;
    width: 175px;
    height: 135px;
    background-size: contain !important;
    background-position: center !important;
}
.footer_logo img{display: none;}
.footer_info {grid-template-columns: 220px 1fr;padding-right: 0px;align-items: center;}
.footer_info ul {display: flex;flex-wrap: wrap;}
.footer_info li{width: 50%;}
.footer_info li:nth-child(1) {  display: flex;  flex-direction: column;}
.footer_info li:nth-child(2):before {   content: "LINK";  display: block;   color: #fff;font-size: 18px; font-weight: 600;  margin-bottom: 8px;  border-bottom: solid 1px #ffffff57;  padding-bottom: 13px;}
.footer_info li p,.footer_info li p a{color: #fff;letter-spacing: .07rem;margin-bottom: 4px;}
.footer_info li p:before{font-size: 13px;margin: 0 3px 0 0;}
.footer_menu a {  background: transparent;  color: #fff;  border: none;  font-size: 14px;  padding: 0;  margin: 10px 10px 0px 0;  font-weight: 300;  width: 22%; letter-spacing: 2px;  transition: all .5s;  position: relative;}
.footer_menu a:before{content: "+";position: absolute;left: 0;top: 50%;
transform: translateY(-50%);opacity: 0;transition: all .5s;}
.footer_menu a:first-child{display: none;}
.footer_menu a:hover{background: transparent;padding-left: 12px;}
.footer_menu a:hover:before{opacity: 1;}
.box_link{display: none;}
.copy {border-top: 1px #ffffff4f solid;font-size: 10px;padding: 10px 0;margin-top: 35px;}
.copy,.copy a{color: #fff;}
.footer_info li p.tel:before {  content: '服務專線 ｜';}
.footer_info li p.add:before { content: '店家地址 ｜';}
.footer_info li p.fax:before { content: '服務時間 ｜';}
.footer_info li p.line:before {  content: 'Line ID ｜';}
.footer_info li p.mail:before { content: '服務信箱 ｜';}
.footer_info li p.taxid:before { content: '統一編號 ｜';}
.footer_info li p.add2:before {  content: '營業時間 ｜';}
.footer_info li p.phone:before {  content: '服務專線 ｜';}



@media screen and (max-width: 1024px) {
.footer_info li {  width: 100%;}
.footer_info li:nth-child(2) {  width: 73%;}

.footer_info {  display: flex;  flex-direction: column;  padding: 0px 30px;align-items: flex-start;}

}



@media screen and (max-width: 768px) {
.footer_logo img {
    filter: brightness(100);
}


}




@media screen and (max-width: 768px) {
.footer_info li:nth-child(2):before{ display:none;}
.footer .center { max-width: 1600px;  width: 90%;}
.footer_menu a { font-size: 13px;  width: 29%;}
.footer_menu a:before{ display:none;}
.footer_menu a:hover{background: transparent;padding-left: 0px;}
.footer_info li:nth-child(2) { width: 100%;}
.footer_logo {  padding-bottom: 20px;  width: 250px; }
.footer_logo img {  filter: brightness(100);  display: block; }
.footer_logo > a {  background: none;  display: block;  width: auto;  height: auto;  background-size: contain !important;   background-position: center !important;}

.copy {  margin-top: 35px;}


}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    font-family: var(--SFontE);
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 左側分類欄位 */
.blog_le {
    width: 220px;
    padding: 0;
}
h5.blog_le_t {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}
h5.blog_le_t em {

    line-height: 1;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}
h5.blog_le_t span {
    font-size: 0;
    display: none;
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    background: #fcfcfc;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 0;
}
.blog_le .accordion li {
    transition: .3s ease-out;    
    border-bottom: 1px solid #ffffff4d;
}
.blog_le .accordion li .link i{color: #9fb0b7;}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    padding: 15px 10px 10px;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}

.blog_le .accordion > li.on_this_category{
    background: #12384a !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #ffffff !important;
    background: #20385f;
}
.blog_le .accordion > li.on_this_category .link a {
    color: #fff  !important;  
}
/* 次分類 */
.blog_le .accordion li, .submenu li+li{border: 0;}
.submenu {
    background: transparent;
    font-size: 14px;
}
.submenu a {
    position: relative;
    color: #ccc;
    padding: 10px 15px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    border: 0;
}
.submenu a i {    display: none;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #12384a;
}


/* 右側圖文區 */
.blog_ri {
    width: calc(100% - 240px);
    padding: 0 0 0 60px;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: none;
}
/* 圖文區塊 */
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}
.subbox_item {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 0;
    height: fit-content;
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 25px 0;
}
.subbox_item:hover {
    transition: .5s ease-out;
}
.subbox_item li:hover {
    transition: .5s ease-out;
}
.subbox_item a {
    gap: unset;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {
    content: none;
}
/* 圖 */
.blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    background-color: #05212f;
    margin-right: 40px;
    max-width: 32%;
    min-width: 280px;
}
.blog_list_le img {
    width: 100%;
    transition: all .6s ease-out;
}
.subbox_item a:hover img {
    z-index: 1;
    /* opacity: 0.4; */
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 文字 */
.blog_list_ri {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 15px 35px;
    padding: 0;
    width: 100%;
    margin: 0;
    height: fit-content;
    height: fit-content;
}
.blog_list_ri:after {
    opacity: .3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: "";
    background: linear-gradient(45deg, #050a2d, #1c435b);
    transition: width .6s cubic-bezier(0.65, 0, 0.35, 1);
}
.subbox_item a:hover .blog_list_ri:after{
    width: 100%;
}
.blog_list_ri h5 {
    
    text-align: left;
    color: ##050a2d;
    font-weight: 500;
    letter-spacing: 2px;
}
.blog_list_ri em {
font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
    order: -1;
    padding: 0 0 10px 0;
    font-weight: 400;
}
.blog_list_ri p {
font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.7;
    font-weight: 400;
    color: #444;
    margin: 10px 0 20px;
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    /* color: transparent; */
}
.blog_in_page .blog_ri {
    width: calc(100% - 240px - 40px);
    padding: 10px 40px;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1.5px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ccc;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 24px;
}


/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {  font-weight: 400;   font-size: 14px;  color: #333;}
.toShareNews a object {  filter: grayscale(1) brightness(1) contrast(1);}
.toShareNews > a:hover > object { filter: none;}

.blog_back a.article_btn_back {   background: #20385f;}
.news_related h6 span:before {  content: '相關文章';  font-size: 24px;color: #444444;  letter-spacing: 2px;}
.news_related {  background: #fdfdfd;  padding: 25px 15px;}
.news_related {   background: #fdfdfd;   padding: 55px 15px 25px;}
.lastPage { background: #20385f;}



/* 文章編輯器 */
.blog_box_edit {  background: transparent;}
.blog_box_edit * { line-height: 1.7;}
.articel_mainPic {  display: none;}





@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le {width: 100%; margin-bottom: 40px;}
h5.blog_le_t {display: none;}
.blog_le .accordion {grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));}
.blog_le .accordion li {   border-bottom: 1px solid #cccccc; }
.blog_ri {width: 100%;padding: 0;}
.blog_list_le {max-width: 250px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: var(--f22);}
.blog_list_ri p {letter-spacing: 1.5px;}
.blog_in_page .blog_ri {  width: 100%;   padding: 10px 0;}
.accordion li .link a {  border-bottom: none;}
.blog_le .accordion { grid-template-columns: repeat(1, 1fr); }
}

@media screen and (max-width: 768px) {
/* 外層 */
.blog_le {margin-bottom: 20px;}
.blog_list_ri p {font-size: 13px;}
.blog_list_le {max-width: 200px;margin-right: 15px;}
.subbox_item a .blog_list_le::before, .subbox_item a:hover .blog_list_le::before {letter-spacing: 1px;font-size: 14px;padding: 6px 15px;}


}

@media screen and (max-width: 640px) {
/* 外層 */
.subbox_item a {flex-direction: column;gap: 10px;}
.blog_list_le, .blog_list_ri {margin: 0 auto;max-width: 500px;}
}

@media screen and (max-width: 480px) {
    .i_blog_ri h5, .blog_list_ri h5 { order: 2;  }
    .blog_list_ri em {   order: 1;   font-size: 13px;    margin: 0;  }
    .i_blog_ri p, .blog_list_ri p {  order: 3;   }

}




/*首頁*/
.module_i_news {  padding: 80px 20px;  background: #fff;}
.module_i_news .title_i_box h6{  font-size: 32px;   color: #050a54;}
.module_i_news section {max-width: 1400px;}
.module_i_news .title_i_box {margin-bottom: 10px;}
.module_i_news .title_i_box h4 {   font-size: 16px;  color: #444444;   letter-spacing: 1px;}
.module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li a {grid-template-columns: 1fr;}
.module_i_news li a:before,.module_i_news li a:after{display: none;}
.i_blog_ri h5 {  color: #050a2d;}
.i_blog_ri p {   font-size: 14px;  line-height: 160%;}
.i_blog_le {overflow: hidden;}
.module_i_news li a .i_blog_le img{transform: scale(1);transition: all .5s;}
.module_i_news li a:hover .i_blog_le img{transform: scale(1.05);}

@media screen and (max-width: 1024px){
	/*首頁*/
	.module_i_news ul {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 960px) {
    .subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px){
	/*右側*/
	.blog_ri {padding: 0;}
	/*首頁*/
	.module_i_news .title_i_box h6:before{font-size: 42px;}
	.module_i_news li {border-bottom: none;}
}
@media screen and (max-width: 500px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 1fr;}
	/*首頁*/
	.module_i_news {padding: 50px 20px;}
	.module_i_news ul {grid-template-columns: 1fr;}
}







/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/







/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*分類頁面*/
.overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(85 85 85 / 50%);}
.show-list {grid-template-columns: repeat(3, 1fr);}
.show-list .item a{position: relative;}
.show-list .item a:before{content: "VIEW   +";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;color: #fff;height: 0;overflow: hidden;opacity: 0;
transition: all .5s;transition-delay: 0s;}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .5s;
	transition-delay: .3s;z-index: 100;}
.show-list .show_name { text-align: center;  color: #444444;  letter-spacing: .3rem;  font-size: 18px;}
.show-list .item:hover .show_name {color: #333;}
/*相簿頁面*/
.subalbum-menu{padding: 0;}
.subalbum-menu h2 {font-size: 16px;color: #888;font-weight: 400;}
.other_subalbum li a p {background: rgb(85 85 85 / 20%);color: #fff;text-align: center;font-weight: 300;
    font-size: 14px;padding: 10px;letter-spacing: .6rem;position: absolute;bottom: 0;left: 0;width: 100%;
height: 100%;display: flex;justify-content: center;align-items: end;padding-bottom: 30px;}
.other_album_choice li {  background: #20385f;   font-size: 14px;  border-radius: 3px;}
/*相本頁面*/
.album_descrip p{font-size: 14px;line-height: 180%;}
.fa-right-from-bracket::before {content: "\f061";}
/*首頁*/
.module_i_album .title_i_box {margin-bottom: 10px;}
.module_i_album .title_i_box h4 {font-size: 20px;letter-spacing: .6rem;margin-top: 10px;}
.module_i_album section {max-width: 1600px;}
.i_album_list {grid-template-columns: repeat(3, 1fr);}
.i_album_list li a p {height: 60px;background: rgb(85 85 85 / 50%);color: #fff;padding: 10px;font-size: 14px;}
.i_album_list li a p span {font-size: 18px;letter-spacing: .4rem;width: 100%;padding-left: 20px;text-align: left;}
.i_album_list li a p span:after{content: "VIEW   +";display: block;border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;
height: 0;overflow: hidden;opacity: 0;transition: all .5s;transition-delay: 0s;}
.i_album_list li a:hover p span{font-size: 20px;}
.i_album_list li a:hover p span:after{opacity: 1;height: 25px;margin-top: 20px;padding-bottom: 10px;transition-delay: .3s;}


@media screen and (max-width: 1024px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(2, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 500px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(1, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(1, 1fr);}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/











/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 編輯器 */
.contact_editbox{
	padding: 0;
}


.contact_content {
    margin: auto;
    padding: 0;
    /* background: #fff; */
    /* mix-blend-mode: soft-light; */
    /* max-width: 1400px; */
    /* margin: auto; */
    position: relative;
}
.contact_content:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/dongfucleaning/c_bg.png);
}
.contact_content form {
    width: 100%;
    padding: 100px 20px;
    max-width: 1200px;
    margin: auto;
}
/* 資訊隱藏 */
.contact_content .information_left{	display: none;}
/* 表單出現 */
.contact_content .information_right {
    width: 100%;
    padding-left: 30px;
    padding: 0;
}
/* 標 */
.blank_letter {
    font-family: var(--SFontE);
    padding-top: 30px;
    font-size: 36px;
    color: #002B49;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
}
h4.blank_letter.f:before {
    content: 'FORM';
    font-size: 14px;
    letter-spacing: 2px;
}
.red {
    color: #d12f2f;
}
/* 表單區 */
.contact_form {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    font-family: var(--SFont);
    border-top: 1px solid #D2D5D7;
}
.contact_form li {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #D2D5D7;
}
.contact_form li .form__label {
    display: flex;
    max-width: 100px;
    color: #333333;
    font-size: 15px;
    letter-spacing: 1.5px;
    justify-content: space-between;
}
.star {
    padding: 3px;
    display: inline-block;
    width: 13px;
    order: 2;
}
.contact_form li input.noborder, .contact_form li textarea.noborder{
    border: 0;
    background: #ffffff;
    padding: 8px 5px;
}

/* 按鈕 */
.contact_form li.last {
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    position: relative;
    padding: 10px;
    text-align: center;
    border: 1px #11274C solid;
    width: 220px;
    max-width: calc(50% - 10px);
    font-size: 16px;
    transition: all 0.6s ease;
}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover{
    opacity: .6;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input{
    letter-spacing: 2px;
}
.contact_form li.last blockquote {
    color: #20385f;
}

.contact_form li.last cite:before{
    content: "";
    -webkit-animation: btn-shine 5s ease-in-out infinite;
    animation: btn-shine 5s ease-in-out infinite;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
}
@keyframes btn-shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  85% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  86% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.contact_form li.last cite {  overflow: hidden;  background: #20385f;  color: #fff;}
.contact_form li.last cite input {
    font-weight: 300;
}
.fa-arrow-right::before {
    content: "";
    width: 25px;
    height: 5px;
    /*background: url(https://pic03.eapple.com.tw/dongfucleaning/c_arrow.svg);*/
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
 
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {  margin: unset;}





@media screen and (max-width: 768px) {
.contact_form li .form__label {   font-weight: unset;     background: none;   }
.contact_form li {  grid-template-columns: 1fr;}
.contact_page .main_part {  max-width: 1400px;  padding: 0;   width: 100%;}

}







/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*★★★切版師原版設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 商品下拉超過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;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
}
@media screen and (max-width: 600px) {
}

/*★★★自訂義區塊↓↓↓↓↓↓↓↓↓↓↓↓*/
/*側邊*/
.product_page .product_menu_list {padding: 0;}
.product_menu_list > h5 {display: block;color: #444;font-size: 16px;border-bottom: 2px solid #eee;padding: 10px 0;}
.product-layer-two{background: transparent;border-radius: 10px;}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li.active{background: #fff;transition: all .5s;}
.product-layer-two li.active li a {background: #eee;transition: all .5s;}
.product-layer-two li a {color: #333;font-size: 12px;background: transparent;padding: 10px 0;}
.product-layer-two li a:hover{background: #888;color: #fff;padding-left: 10px;}
.product-layer-two li a:hover ~ i{color: #fff;}
.fa-circle-plus::before {content: "+";}
.product-layer-two li.active a {font-weight: 500;border: none;color: #fff;background: #666;padding-left: 10px;}
.product-layer-two li.active i.close::before{color: #fff;}
.product-layer-two li.active .fa-circle-plus::before {color: #fff;}
.product-layer-two li li a {padding: 10px;font-size: 12px;background: #eeeeee;}
.product-layer-two > li {padding-bottom: 0;border-bottom: none;}
.product-layer-two > li > a {letter-spacing: 2px;border: none;transition: all .5s;}
.product-layer-two > li.active > a {background: #555;}
.product-layer-two > li.active li.active > a{background: #fff;color: #ad925e;}
.product-layer-two > li ul > li + li {margin-top: 0;}
.product-layer-two li ul {margin-top: 0;}
.product-layer-two li li:hover {margin-left: 0;background: #fff;transition: all .5s;}
.product-layer-two li li:hover > a {background: transparent;}
.product-layer-two li li:hover > a:before{display: none;}
.product-layer-two li i {top: 12px;height: auto;font-size: 12px;font-weight: 300;color: #555;}
.product-layer-two li i.close::before {content: '–';}
/*分類頁*/
.products-list .price {margin: 0 0 10px;}
.products-list .price b {color: #bb1438;}
.products-list .more {font-size: 14px;font-weight: 500;border: 1px solid #ccc;color: #888;}
.products-list .item a:hover .more {background: #aaa;}
.products-list .name {height: 60px;text-align: center;letter-spacing: 1px;line-height: 160%;}
/*商品頁*/
.product_info_page .product_menu_list{display: none;} /*商品頁的選單不顯示*/
/*商品頁-輪播區塊*/
.product_pic {display: flex;flex-direction: column-reverse;max-width: 1200px;margin: 0 auto;}
.product_pic .swiper-slide{max-height: 80vh;}
.product_pic .proImgSwiper{max-height: 80vh;}
.swiper-button-next:after, .swiper-button-prev:after {background: #888;width: 30px;height: 45px;display: block;
    padding: 0 10px;font-size: 14px;line-height: 45px;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{text-shadow: none;}
/*商品頁-側邊說明*/
.sidebarBtn {border: none;background: transparent;}
.sidebarBtn h2 {color: #333;font-size: 20px;letter-spacing: 1px;font-weight: 500;}
.sidebarBtn .sp_price {color: #b92c2c;}
.inquiry_a1 {background: #888;border-radius: 0;}
.inquiry_a2 {background: #eee;border-radius: 0;color: #888;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #555;color: #fff;}
/*商品頁-商品說明*/
.prod_tabs{margin-top: 120px;}
.pd_tabTitle li {border-bottom: none;background: transparent;border-bottom: 2px solid #ddd;transition: all .5s;}
.pd_tabTitle li a{color: #ddd;letter-spacing: .6rem;transition: all .5s;}
.pd_tabTitle li.activeTab {border-bottom: 2px solid #eee;}
.pd_tabTitle li.activeTab::after {height: 0;}
.pd_tabTitle li.activeTab a {color: #333;font-weight: 400;}
.pd_tabInner.edit{font-weight: 400;font-family: "微軟正黑體";}
/*商品頁-相關推薦*/
.prod_related {background: transparent;padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;}
.prod_related h6 span:before {color: #333;font-weight: 400;}
.prod_related h6 span:before {font-size: 18px;letter-spacing: .6rem;}
.related_list {grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.related_list li a{padding: 0;}
.related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}
/*加入購物車-1*/
/*---流程區*/
.stepImg{margin: 40px auto 80px;width: 100%;}
.stepImg img{display: none;}
.stepImg span {border: 1px solid #4f4949;text-align: center;font-size: 12px;padding: 15px 20px;color: #4f4949;
 margin: 0 -1px 0 0;width: 33.3%;}
.stepImg span.one{text-align: center;margin-left: 0;}
.stepImg span.three{text-align: center;}   
.stepImg span.active {color: #fff;background: #4f4949;}
/*---詳細內容區*/
.shopping-cart .cart_head {background: #b6a292;}
.shopping-cart .cell.product_name {font-weight: 400;padding: 10px 20px;}
/*---金額TOTAL區*/
.total_amount {justify-content: flex-end;margin: 30px 0 80px auto;font-size: 14px;}
.total_amount ul {background: #fff;margin: 40px 0 60px;}
.total_amount ul:after{display: none;}
.rewrite_simple, .send_simple {font-size: 14px;}
.rewrite_simple {background: #4f4949;}
.send_simple {background: #b6a292;margin-left: 20px;}
.blank_letter {letter-spacing: 2px;}
.red {color: #b92c2c;}
/*加入購物車-2*/
.separate_title {padding: 10px 20px;background: #b6a292;color: #fff;font-weight: 400;}
.border200 {width: 100%;border: 1px solid #ccc;padding: 10px 26px 10px 10px;color: #474141;border-radius: 6px;}
.formbox_form{padding: 0;}
.formbox_form li .form__insert select{margin-bottom: 10px;}
.form label {color: #474141;margin-bottom: 0;}
.form label .inputbox {margin-right: 10px;}
.form label.circle .inputbox {background-image: none;border: 1px solid #474141;border-radius: 50%;}
.form label .inputbox.Big {width: 18px;height: 18px;}
.form label.Bigcheck {margin-left: 0;top: 0;margin-top: 10px;}
.form label.Bigcheck .inputbox {background-image: none;border: 1px solid #474141;}
.form label.circle input:checked {background-position: center !important;}
.form label.Bigcheck input:checked {background: #474141;}
.separate_title .note {background: #f3f3f3;font-size: 10px;color: #888;padding: 2px 6px;border-radius: 30px;margin-left: 15px;}
/*結帳完成*/
.order_finish_page .main_part {max-width: 1400px;}
.order_pay {padding: 0;}
.note_edit{background: transparent;padding: 20px;color: #474141;}
.order_list_tit b {font-size: 24px;color: #474141;font-weight: 400;}
.order_list_spec p {font-weight: 400;padding: 10px 20px;background: #b6a292;}
.order_list_tab td {background: #f8f8f8;}
.order_list_tab td:nth-child(1) {background: #474141;color: #fff;width: 150px;font-weight: 400;}
.order_list_tab.payer td:nth-child(1) {border-right: 3px #b6a292 solid;}
.pay_text > a{font-size: 14px;}
.order_list_head p {font-size: 18px;color: #474141;border-bottom: 2px #474141 solid;}
.order_list_pro td:nth-child(1),.order_list_pro td:nth-child(4) {width: 70px;}
.order_list_pro tr:first-child {background: #b6a292;}
.order_list_pro tr:first-child td {color: #fff;font-weight: 400;}
.last_box_money em span {color: #b92c2c;letter-spacing: 0;}
/*---匯款資訊*/
.car_page .information_left {width: 100%;margin: 50px auto;}
.contact_le_map a {background: #888;}
.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {margin-right: 20px;}
/*匯款通知*/
.formbox_form li.last {justify-content: center;}

@media (max-width: 1200px){
	.related_list {grid-template-columns: repeat(2, 1fr);}
	.related_list li figure {aspect-ratio: auto;}
	.related_list li a img {height: 25vw;}
}
@media (max-width: 1024px){
	/*加入購物車-1*/
	/*---流程區*/
	.stepImg {margin: 40px auto;}
}
@media screen and (max-width: 768px) {
	/*側邊選單*/
	.product-layer-two {grid-gap: 0 5px;}
	.product-layer-two li a{width: 100%;padding: 10px 0;}
	/*清單頁*/
	.product_page .product_menu_list > h5 {font-size: 18px;font-weight: 500;letter-spacing: .4rem;margin-bottom: 0;}
	.fa-caret-down::before{font-size: 14px;}
	.product-layer-two li a{border-bottom: 1px solid #eee;padding: 10px 0 5px;width: 95%;}
	/*商品頁*/
	.mobile_product_name{display: none;}
	/*加入購物車-1*/
	/*---詳細內容區*/
	.shopping-cart .cart_content .row{border: 1px solid #b6a292;padding: 15px 10px;}
	.shopping-cart .cell {flex-direction: row;border-bottom: none;}
	.shopping-cart .cell:before {color: #b6a292;margin-right: 10px;font-weight: 400;}
	.shopping-cart .cell.product_name {padding: 0;}
	.shopping-cart .cell.product_name p {font-size: 18px;color: #4f4949;padding-right: 30px;}
	.small_pic {width: 65px;height: 65px;}
	.shopping-cart .cell.amount:last-child {position: absolute;right: 0;top: 0;border-bottom: none;
     width: 30px !important;height: 30px;background: #b6a292;}
    .shopping-cart .cell.amount:last-child:before{display: none;}
    .shopping-cart .cell.amount:last-child > a{margin: 0 auto;line-height: 1;}
    .fa-lg {font-size: 14px;color: #fff;}

}
@media (max-width: 640px) {
	/*結帳完成*/
    .order_list_pro td span {font-size: 14px;color: #474141;}
}
@media screen and (max-width: 600px){
	/*商品頁*/
	.pd_tabTitle li a{font-size: 12px;}
	.related_list li a img {height: 150px;}
	/*加入購物車-1*/
	/*---詳細內容區*/
	.shopping-cart .cell, .shopping-cart .cell.amount, .shopping-cart.check .cell.amount, .shopping-cart.check .cell{
		width: 100%;}
	.shopping-cart .cell {justify-content: space-between;border-bottom: 1px solid #eee;}
	.shopping-cart .cell.product_name {min-height: 60px;padding-bottom: 30px;}
	.shopping-cart .cell.product_name p {font-size: 14px;}
	/*---金額TOTAL區*/
	.total_amount {justify-content: space-around;}
	.rewrite_simple, .send_simple{margin: 0;}
	/*購物完成*/
	.pay_text{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}
	.pay_text > a{width: 160px;text-align: center;}
	.orderFinish_data .pay_text>*+* {margin-top: 0;}
	.order_list_tab td {padding: 6px 12px;}
	/*匯款通知*/
	.formbox_form li.last {justify-content: space-around;}
}
@media (max-width: 570px) {
	/*結帳完成*/
	.order_list_tab td:nth-child(1) {width: 100px;}
}
@media (max-width: 568px){
	/*結帳完成*/
	.order_list_tab td{font-size: 14px;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.product-layer-two li li:hover > a {color: #22395d;}
.product-layer-two > li.active > a {background: #22395d;}
.product-layer-two > li.active li.active > a {color: #24395b;font-weight: 600;}
/*商品頁*/
.inquiry_a3 {background: #22395d;}
/*加入購物車-1*/
.stepImg span {border: 1px solid #888;}
.stepImg span.active {background: #888;}
.shopping-cart .cart_head {background: #888;}
.rewrite_simple {background: #888;}
.send_simple {background: #22395d;}
/*加入購物車-2*/
.separate_title {background: #888;}
/*結帳完成*/
.order_list_spec p {background: #888;}
.order_list_tab td:nth-child(1) {background: #22395d;}
.order_list_tab.payer td:nth-child(1) {border-right: 3px #888 solid;}
.order_list_pro tr:first-child {background: #888;}



@media screen and (max-width: 768px) {
	.shopping-cart .cart_content .row {border: 1px solid #24395b;}
    .shopping-cart .cell.amount:last-child {background: #24395b;}
    .shopping-cart .cell:before {color: #22395d;}
}



@keyframes oxxo {
 0% { transform: scale(1.1); }
 100% { transform: scale(1);}
}

/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@keyframes oxxo {
 0% { transform: scale(1.1); }
 100% { transform: scale(1);}
}

/*內頁BANNER 設定*/
.banner {
    padding: 170px 0;
    overflow: hidden;
    position: relative;
}

.banner h5 {
    font-size: 30px;
    position: relative;
    transform: translate(0, 0);
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 1px 1px 10px #595959;
}

.banner h5:after {
    content: " ― 全面清除老舊裝潢，還你一個純淨空間 ―";
    display: block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 0;
    letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
.banner {height: 270px; background-size: cover;padding: 0 0 100px;}
.banner h5 { font-size: 30px;top: 30%;}
.banner h5:after { width: 100%; font-size: 12px;}
.banner h5 {   font-size: 30px;  }

}

.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #0000004d 0%, rgb(0 0 0 / 0%) 90%), url(https://pic03.eapple.com.tw/dongfucleaning/banA.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation-name: oxxo;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;}





/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*★★★查看更多按鈕↓↓↓↓↓↓↓↓↓↓↓↓*/
.animated-arrow {   background: #20385f;  width: 180px;}
.animated-arrow:hover {  background: #73849B;}
.animated-arrow b {display: block;font-weight: 400;}
.animated-arrow b i{display: none;}
/*★★★下拉編輯頁↓↓↓↓↓↓↓↓↓↓↓↓*/
.other_select_page .page{display: none;}
.promotion_title{display: none;}
.other_promotion{display: none;}
/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
  width: 6px; /*右側捲軸寬度*/
  height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {
  background: #eee; 
}
 
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
  background: #888; 
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}
/*top按鈕*/
#to_top {padding-top: 5px;font-size: 10px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;top: 8px;}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

