@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
;

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



*{font-family: 'Raleway','Noto Sans TC', sans-serif;}

/*上方選單解除滑動固定*/
body{ overflow: overlay;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

@media screen and (max-width: 600px){
	.main_part {padding: 25px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
*{font-family: 'Noto Sans TC', sans-serif;}

@media screen and (max-width: 1024px){
	
	}
	

@media screen and (max-width: 768px){
	
	
	}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
/*其他設定*/
.bannerindex {position: relative;}
.swiper-pagination {margin-left: 0;transform: translateX(-50%);}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.swiper-slide{position: relative;}
.swiper-slide:before{content: "";width: 52vw;height: 20vw;background-size: contain !important;
position: absolute;top: 55%;transform: translateY(-50%);z-index: 100;}


.swiper-slide img{display: block;}


/*切換鈕*/
.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){
	.swiper-slide{height: 110vw;background-size: cover !important;background-position: center !important;}
	.swiper-slide:nth-child(1){background: url(https://pic03.eapple.com.tw/charnergy/banner_s01.jpg) no-repeat;}
	.swiper-slide:nth-child(2){background: url(https://pic03.eapple.com.tw/charnergy/banner_s02.jpg) no-repeat;}
	.swiper-slide:before {width: 100%;height: 200px;}
	.swiper-slide:nth-child(1):before,.swiper-slide:nth-child(2):before {display: none;}
	
	 .swiper-banner .swiper-slide img { height: auto; display: none;  }

	.swiper-slide img{display: none;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .main_part { border-top: none;}
.pageIndex .header_area {  width: 100%;  padding: 0;   background: #cc000000;}
.header_area { width: 100%;  padding: 0;   background: #cc000000;}
.main_header_area {  background: #ffffff; }
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}
.tp_links{ display:none;}


.main_header_area .container {   margin: auto; max-width: 90%;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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個但次分類直接顯示-結



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #000; padding: 10px 10px;}
.stellarnav > ul > li > a { margin: 35px 5px 25px;  padding: 0px 10px 0;  position: relative;  letter-spacing: 1.5px;  color: #555;   transition: all 0.1s;  font-size: 17px; font-weight: 600;}
.stellarnav > ul > li > a b { font-weight: 500;}
.stellarnav > ul > li > a:hover {  color: #0d1b36;   font-weight: 700;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #121836; color: #ffffff;}/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #555 #555 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub > a:hover:after {   border-color: #0d1b36;}
.nav-brand { max-width: fit-content;  padding-top: 10px;}


/*按鈕效果*/
.stellarnav > ul > li:hover::after { transform: scale(1);  transition: 0.3s ease-in-out;}
.stellarnav > ul > li::after {
    content: "";
    background: #0d1b36;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0%;
    transform: scale(0,1);
    transition: 0.5s ease-in-out;
}

/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #333333;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);
}/*下拉背景*/
.stellarnav > ul >li >ul { left: 50%;  transform: translateX(-42%);}
.stellarnav ul ul { width:200px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #ccc;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.me_tp_features {  display: none;}

.nav-brand img {   max-width: 235px;}



@media screen and (max-width: 1400px){



}


@media screen and (max-width: 1250px){
	.pageIndex .header_area {  position: sticky;}
	.nav-brand img {   width: 280px;}
	.stellarnav > ul > li > a {  font-size: 16px;  padding: 0px 2px 0; }
	
	}
	
@media screen and (max-width: 1100px){
	
	 .stellarnav > ul > li > a {  padding: 0px 0px 0;	}	
	}
	
@media screen and (max-width: 1024px){	
    .navigation {  justify-content: center;  }
	.nav-header {  padding-left: 0px;}
    .nav-brand img {   padding-bottom: 0;   padding-left: 0;  }	
	 .stellarnav > ul > li > a { margin: 10px 10px 5px; }
	 .main_header_area .container { max-width:100%;}
	
	}	
	
@media screen and (max-width: 810px){	

    .stellarnav > ul > li > a { margin: 10px 5px 5px; }
	
	}
	
@media screen and (max-width: 768px){	
	
	.stellarnav .menu-toggle:after { display:none;}
	.stellarnav.mobile { position: absolute;  left: 0;  top: auto;  width: auto;   display: inline-block;   left: 10px; }
	.stellarnav .menu-toggle span.bars span {  width: 20px; height: 1px;}
	
	 .nav-brand img {  max-width: fit-content;   width: 200px; }
	.stellarnav .menu-toggle {  padding: 12px;  }
	
	.stellarnav > ul >li >ul {  left: auto;  transform: none;}
	
	}
    

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer .center {max-width: 900px;}
.footer_info {grid-template-columns: 180px 1fr;padding-right: 0;}
.footer_logo {max-width: 180px;}
.footer_logo > a{display: block;background: url(https://pic03.eapple.com.tw/charnergy/logo_col.png) no-repeat;
width: 180px;height: 150px;background-size: contain !important;background-position: center !important;margin: 20px auto;}
.footer_logo > a img{display: none;}
.footer_menu a {background: #444;border: none;color: #ccc;font-size: 12px;padding: 8px;transition: all .5s;}
.footer_menu a:first-child{display: none;}
.footer_menu a:hover{background:#509a59;}
.box_link{display: none;}
.copy {  border-top: none;   padding: 20px 0;   font-size: 10px;   margin-top: 10px;  background: #101839;  color: #bdbdbd;}
.copy a {  color: #bdbdbd;}
.footer {  padding: 50px 0 0;   background: #fdfbfb;}  
	
.footer_info li p.add2:before {   content: '營業時間：';}	

	
@media screen and (max-width: 1250px){

}
	
@media screen and (max-width: 1024px){
	.footer_logo {margin: 0 auto;}

}


@media screen and (max-width: 768px){
	.footer_info li p, .footer_info li p a{text-align: center;}
	.footer_menu a { width: 30%; text-align: center; }
	.footer_info {    display: flex;   flex-direction: column; }
	.footer_info li+li {  text-align: center;      }
	.footer_logo > a { margin: auto; }
}
@media screen and (max-width: 450px){
	.footer_menu a {width: 86px;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大範圍*/
.blog_box {padding: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
/*側邊*/
.blog_le {padding: 0;}
h5.blog_le_t{text-align: center;margin-bottom: 0;}
h5.blog_le_t em,h5.blog_le_t span{display: none;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le .accordion {border-radius: 0;}
.blog_le .accordion li{transition: all .8s;}
.blog_le .accordion li .link i {font-size: 12px;}
.blog_le .accordion li.open .link {background: #666;}
.blog_le .accordion li.open .link a{color: #fff;}
.blog_le .accordion li.open .link i{color: #fff;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
.submenu a i {font-size: 12px;color: #ccc;left: 10px;transition: all .5s;}
.submenu li.on_this_category a, .submenu a:hover {background: #aaa;}
.submenu li.on_this_category a i, .submenu a:hover i{color: #fff;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 300px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 10px;padding: 5px 20px;background: #c1a383;color: #fff;letter-spacing: 0;
	bottom: auto;right: 0;left: auto;top: 0;}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #444;font-weight: 400;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {font-weight: bold;letter-spacing: .2rem;line-height: 160%;font-size: 12px;margin-top: 20px;}
.blog_list_le {aspect-ratio: auto;}
.blog_list_le img {height: 20vw;max-height: 280px;}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;letter-spacing: .4rem;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;width: 100%;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 13px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;font-size: 13px;}
.news_related{padding: 60px 0 30px;border-top: 1px solid #e1e1e1;margin-top: 100px;background: transparent;}
.news_related h6 {max-width: 1400px;margin: 0 auto 30px;}
.news_related h6 span:before {  font-weight: bold;   color: #555;}
.news_related_list {background: transparent;grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.news_related_list li figure {aspect-ratio: auto;}
.news_related_list li a{padding: 0;}
.news_related_list li a img {height: 20vw;max-height: 280px;}
.news_related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}
.lastPage {background: #c1a383;font-size: 12px;}
/*首頁*/
.module_i_news {padding: 80px 0;}
.module_i_news section {max-width: 1800px;width: 94%;}
.module_i_news .title_i_box {margin-bottom: 0;}
.module_i_news ul {grid-template-columns: repeat(4, 1fr);}
.module_i_news li a {grid-template-columns: 1fr;}
.i_blog_le {aspect-ratio: 4 / 3;}
.i_blog_ri h5 {font-size: 18px;letter-spacing: 0;}
.i_blog_ri p {font-size: 13px;line-height: 1.4;}

@media screen and (max-width: 1200px){
	/*分類頁*/
	.blog_list_le img{height: 25vw;}
	/*文章頁*/
	.news_related_list {grid-template-columns: repeat(2, 1fr);}
	.news_related_list li a img {height: 25vw;}
	/*首頁*/
	.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 1024px){
	/*側邊*/
	.blog_le {width: 180px;}
	.accordion li .link a {letter-spacing: .2rem;padding: 12px 10px;}
	/*分類頁*/
	.blog_ri {padding: 0 0 0 30px;width: calc(100% - 200px);}
	.subbox_item a {padding-right: 0;grid-template-columns: 220px 1fr;grid-gap: 30px;}
}
@media screen and (max-width: 960px) {
	/*分類頁*/
    .subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0;width: 100%;}
	/*分類頁*/
	.blog_ri {padding: 0;width: 100%;}
	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
	/*首頁*/
	.module_i_news li {border-bottom: none;}
}
@media screen and (max-width: 600px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 1fr;}
	.blog_list_le img {height: 280px;}
	/*文章頁*/
	.news_related_list li a img {height: 150px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊選單*/

.accordion li .link a {  border-bottom: 1px solid #ccc;}
.blog_le .accordion {  border-radius: 0;  border: none;}
.accordion li+li .link {  border-top: none;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #2486F3 !important;}
/*分類頁*/
.blog_subbox{grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));grid-gap: 0 5%;}
.subbox_item{margin-bottom: 50px;}
.subbox_item a{background: #fff;grid-gap: 0;box-shadow: 0 0 10px 10px rgba(0, 0, 0, .02);
    border-radius: 10px;overflow: hidden;grid-template-columns: 1fr;padding-right: 0;}
.subbox_item a:before,.subbox_item a:after{display: none;}
.blog_list_le{position: relative;overflow: hidden;}
.blog_list_le:before{content: "";position: absolute;width: 100%;height: 100%;border: 15px solid rgba(256,256,256,.3);
transition: all .5s;transform: scale(1.2);z-index: 100;}
.blog_list_le img{transition: all .5s;}
.blog_list_ri{padding: 25px 25px 35px;}
.blog_list_ri h5 {font-size: 22px;-webkit-line-clamp: 2;color: #333;font-weight: 500;letter-spacing: -0.05rem;}
.blog_list_ri em {margin: 5px 0 25px;font-size: 12px;font-weight: 400;}
.blog_list_ri p {line-height: 1.8;-webkit-line-clamp: 2;}    
.subbox_item a:hover .blog_list_le:before{transform: scale(1);}
.subbox_item a:hover .blog_list_le img{transform: rotate(3deg) scale(1.1);}
/*文章頁*/
h4.blog_category_title {letter-spacing: .1rem;font-size: 24px;font-weight: 500;color: #3f4754;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #838383;border: 2px solid #838383;
    font-size: 16px;font-weight: 500;}
.blog_back a.article_btn_back {background: #838383;font-size: 16px;font-weight: 500;}
.news_related_list {width: 90%;}
.news_related_list li a p {margin: 20px auto;}
/*首頁*/
.module_i_news{padding: 60px 0 60px;background: url(https://pic03.eapple.com.tw/0963539116/blue_bg.jpg);}
.module_i_news section {max-width: 1400px;width: 90%;}
.module_i_news_list{padding: 50px 0;}
.module_i_news ul {grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));grid-gap: 30px 5%;}
.module_i_news li:nth-child(n+4){display: none;}
.module_i_news li a {background: #fff;grid-gap: 0;box-shadow: 0 0 10px 10px rgba(0, 0, 0, .02);
    border-radius: 10px;overflow: hidden;}
.module_i_news li a:hover:before, .module_i_news li a:hover:after{display: none;}
.i_blog_le{position: relative;}
.i_blog_le:before{content: "";position: absolute;width: 100%;height: 100%;border: 15px solid rgba(256,256,256,.3);
transition: all .5s;transform: scale(1.2);z-index: 100;}
.i_blog_le img{transition: all .5s;}
.i_blog_ri {padding: 25px 25px 35px;}
.i_blog_ri h5 {font-size: 24px;-webkit-line-clamp: 2;color: #333;}
.i_blog_ri em {margin: 5px 0 25px;font-size: 12px;font-weight: 400;}
.i_blog_ri p {line-height: 1.8;}
.module_i_news li a:hover .i_blog_le:before{transform: scale(1);}
.module_i_news li a:hover .i_blog_le img{transform: rotate(3deg) scale(1.1);}
.module_i_news .title_i_box h6:before {  content: "NEWS";   font-size: 55px;   font-family: "Oswald", "Noto Sans TC", sans-serif; color: #b3160e;}
.module_i_news .title_i_box h4{letter-spacing: .2rem; line-height: 60%;  font-size: 22px;}



@media screen and (max-width: 1024px){
	/*分類頁*/
	.blog_subbox {grid-gap: 30px;}
	/*首頁*/
	.module_i_news li:nth-child(n+4) {display: block;}
}
@media screen and (max-width: 600px){
	.blog_back a.article_btn_prev, .blog_back a.article_btn_next {font-size: 14px;}
	.blog_back a.article_btn_back{font-size: 14px;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*首頁*/
.news_part section {  max-width: 1400px;  margin: auto;}
.news_part .title_i_box h4{color: #555;}
.news_list ul li a:hover {background: #eee;}
/*詳細頁*/
.show_content .edit{line-height: 180%;}
.promotion_title {position: relative;border-bottom: 1px solid #d8d8d8;padding-bottom: 20px;}
.promotion_title em {display: block;border: none;font-size: 14px;font-weight: 300;padding: 0;}
.promotion_title span {border: none;color: #555;padding: 0;margin: 0;
position: absolute;right: 0;bottom: 15px;font-weight: 300;letter-spacing: 2px;}
.promotion_title span:before{content: "發布時間";display: block;font-weight: 400;}
.promotion_title h2{display: block;font-weight: 400;font-size: 24px;}
.other_promotion {margin-top: 200px;}
.other_promotion:before{content: "Read More";display: block;color: #005b7e;padding:10px 15px;}
.other_promotion li{border-bottom: 1px solid #ddd;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;font-weight: 300;padding: 25px 15px;border: none;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a:hover {background: transparent;}
.other_promotion .pmtTime {width: 150px;}
.other_promotion .pmtTime span{float: left;letter-spacing: 2px;}
.other_promotion .pmtTitle{width: calc(100% - 160px);}
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0;padding-left: 30px;
letter-spacing: 2px;font-weight: 300;color: #000;position: relative;}
.other_promotion .pmtTitle h3:before{content: "〉";font-size: 12px;color: #888;transition: all .5s;
position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.other_promotion { display: block;}
.news_list ul li p:after { color: #005b7e;}


@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {width: 100%;}
	.other_promotion .pmtTitle h3 {padding-left: 0;}
	.other_promotion .pmtTitle h3:before{display: none;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/



.i_news_b a i.fa-solid.fa-arrow-right { margin: 0;}
.i_news_b a:hover i.fa-solid.fa-arrow-right { margin:0}
.animated-arrow {  background: #00a2e8;  font-size: 14px;  width: 170px;  letter-spacing: 1px;}
b, strong {  font-weight: 500;}
.animated-arrow:hover {  background: #4b4b4b;}
.news_list ul li p:after { content: 'Read more';}
.news_part .title_i_box h4:before {  content: 'NEWS';  display: block;  font-family: "Oswald", sans-serif;   color: #005b7e; font-size: 36px; letter-spacing: 1px;margin-bottom: -5px;}
.news_part .title_i_box h4 { color: #555;  font-size: 16px;}
.news_part {  width: 100%;  padding: 50px 20px;  background: #fff;}

.news_part .title_i_box h6 {  font-size: 36px;  color: #212121;  display: none;}
.i_blog_b a i.fa-solid.fa-arrow-right { margin:0 }
/* hover */
.i_blog_b a:hover i.fa-solid.fa-arrow-right { margin:0px;}


.fa-arrow-right::before {
    display:none;}


@media screen and (max-width: 1200px){
.news_list ul li {  border: none;  margin-bottom: 7px;  background: transparent;	border-bottom: 1px #eee solid; }
.news_list ul li p {  display: block;  width: 100%;   padding: 3px;  text-align: left;     }
.news_list ul li span {     text-align: left;  }
.news_list ul li p:after { text-align: left;    }


}



/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {width: 32%;padding: 1%;margin: 0;}
.show-list .item:hover .show_name {color: #666;}
.show-list .show_name {text-align: center;font-weight: 500;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #555;text-align: center;ddisplay: none;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 32%;padding: 1%;margin: 0;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #555;letter-spacing: 2px;font-weight: bold;}
.other_subalbum li div{height: 0;padding-bottom: 75%;overflow: hidden;}
.other_subalbum li img{min-height: 20vw;object-fit: cover;transition: all .5s;}
.other_subalbum li:hover img{opacity: .6;}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 32%;padding: 1%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;font-size: 15px;}
.other_album_choice li {background: #555;border-radius: 3px;font-size: 12px;}




@media screen and (max-width: 1200px){
.show-list .item {  width: 49%;}

}


@media screen and (max-width: 768px){
	/*主分類*/
 .show-list .item {  width: 100%; }
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 100%;}
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .item {width: 100%;}
	.pic-list .show_pic img {min-height: 35vw;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/


.show-list .show_pic {  border-radius: 25px;}
.pic-list .show_pic {  border-radius: 25px;}


@media screen and (max-width: 1200px){
.show-list { grid-gap: 5px;  }}

.pic-list {  grid-gap: 0; }



/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 編輯器 */
.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-color: #fafeff;
}
.contact_content form {
    width: 100%;
    padding: 0px 20px 100px;
    max-width: 1500px;
    margin: auto;
}
/* 資訊隱藏 */
.contact_content .information_left{	display: none;}
/* 表單出現 */
.contact_content .information_right {
    width: 100%;
    padding-left: 30px;
    padding: 0;
}
/* 標 */
.blank_letter {   display: none;}
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;
}
.contact_form li {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #e4ebf8;
}
.contact_form li .form__label {
    display: flex;
    max-width: 100px;
    color: #444444;
    font-size: 16px;
    letter-spacing: 1.5px;
    justify-content: space-between;
    font-weight: 800;
}
.star {
    padding: 3px;
    display: inline-block;
    width: 13px;
    order: 2;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 0;
    background: #f9f9f9;
    padding: 15px 5px;
    border-radius: 15px;
}

/* 按鈕 */
.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: none;
    width: 220px;
    max-width: calc(50% - 10px);
    font-size: 16px;
    transition: all 0.6s ease;
}
.contact_form li.last cite:hover {
    background: #101938;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input{
    letter-spacing: 2px;
}
.contact_form li.last blockquote {
    color: #444444;
}


.contact_form li.last cite {
    overflow: hidden;
    background: #2383F4;
    color: #fff;
    border-radius: 50px;
}
.contact_form li.last cite input {
    font-weight: bold;
    font-size: 17px;
}
.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%;}

}





/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: none;  padding-bottom: 10px;}
.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:#005b7e;}

.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-layer-two li a {   position: relative;    border: none;    background: #f4f4f4;   display: block;  /* font-size: 14px; */  font-weight: 600;  color: #333;  padding: 10px 16px;}
.product-layer-two li li a { background: #fff;  font-size: 14px;  color: #333;  font-weight: 600;  letter-spacing: 0;  border-bottom: 1px solid #eeeeee !important;  border-radius: 0;  padding: 10px;}
.product-layer-two li i {  display: none;}
.products-list .name {   font-size: 16px;  font-weight: 600;}
.products-list .more {  border: none;  color: #ffffff; font-size: 14px;  font-weight: bold;  line-height: 32px;  text-align: center;  transition: all .5s;  position: absolute;  transform: translateX(-50%); left: 50%; bottom: 0;  background: #838383;}
.products-list .item a:hover .more {  background: #0F6BB7;color: #fff;  letter-spacing: 2px;}
.product-layer-two li.active a {  font-weight: 600;  border: 0;  background: #2383F4;  color: #fff;}
.products-list .price b {  color: #C00;   font-size: 15px;   display: none;}
.product_info {  margin: 20px 0;  width: 95%;}
.product_info li .txt_box {  display: inline-block;  vertical-align: top;  color: #444;  font-size: 14px;  text-align: justify;}
.sidebarBtn h2 { color: #111;  font-size: 20px;}
div#number_area {  color: #868686;}
.product_info li span {   display: block;   font-size: 14px;  color: #777;  margin-bottom: 3px;   letter-spacing: 1px;  font-weight: 600;  padding-bottom: 5px;}
.radio-inline__input:checked + .radio-inline__label { background: #184fa5;  border: 0;  color: #ffffff;}
.pd_tabTitle li.activeTab::after {  height: 1px;  background: #999999;}
.pd_tabTitle li a { display: block;  padding: 10px 10px;  color: #666666; line-height: 1.4; background: transparent;  font-size: 20px;  font-weight: 700;}
.prod_related h6 span:before {  content: '相關推薦';  font-size: 20px;  color: #666666; letter-spacing: 1px;}

.sidebarBtn {   padding: 15px; display: inline-block;  vertical-align: top;  border: 0px #ddd solid;  background: #fff;  box-shadow: 0px 0px 0px 2px #f5f5f5;}
.sidebarBtn .price {  color: #333;   font-size: 22px;  font-weight: bold; padding: 10px 0;  border-bottom: 1px solid #e6e6e6;  letter-spacing: 1px;}

.products-list .price { letter-spacing: 1px; }

.inquiry_a1 { background: #184fa5;;  font-size: 14px;}
.inquiry_a2 {   background: #1c3e94;  font-size: 14px;}

.product-layer-two li.active li a {    font-weight: normal;  color: #333;  background: #fff;}

.lastPage {  font-size: 16px;  color: #fff;   background: #2486f3;  border-radius: 50px;font-weight: bold;}

.products-list {  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.prod_related {  background: #ffffff00;}
.prod_related h6 span:before {display:none;}

.products-list .pic img {  border-radius: 25px;}



/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/

.path p, .path p a {display: none;}

/*下拉編輯頁設定*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}
/*頁碼*/
.page li {margin: 0;width: 30px;height: 30px;line-height: 30px;}
.page li a {width: auto;height: auto;line-height: inherit;}
.page strong, .page a{border-radius: 0;color: #555;border: 1px #555 solid;padding: 0;}
.page strong, .page a:hover {background: #333;}
.other_select_page .page{margin: 0;}



/*錨點滑動*/
html {scroll-behavior: smooth;}
/*top按鈕*/
#to_top i.top {width: 12px;height: 12px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #555;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
#to_top { bottom:80px;}
}

@media screen and (max-width: 600px) { 
}


.banner h5 {
    width: 90%;
    margin: 0 auto;
    font-size: 32px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 4px;
    font-weight: 600;
}
.banner {  background-position: center;   background-size: cover;  overflow: hidden;   background-image: none;  position: relative;   z-index: 1;    padding: 13vw 0 13vw;}
.banner::before {  content: "";
    background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/charnergy/ban3.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/moodartistudio/100-90-5.png) #0000002e;
    -webkit-animation: noise 1.5s steps(5) alternate infinite;
    animation: noise 1.5s steps(5) alternate infinite;
    z-index: -1;
}
	
.banner h5:before {
    content: "— Future in Charge智慧充電與能源整合方案 —" !important;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100%;
    font-weight: 600;
}






@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}


@media screen and (max-width: 1200px){
	.banner h5 {  top: 45%;}
	}
	
@media screen and (max-width: 1024px){
	.banner{height: 300px;}
    .banner h5 { font-size: 28px;  }
	.banner h5:after{font-size: 20px; }
	}
	
@media screen and (max-width: 768px){
	.banner h5:before {  font-size: 14px; top: 42px;}
	}

@media screen and (max-width: 768px){
	.banner h5:before {  font-size: 12px; }


