@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Arya:wght@400;700&family=Bebas+Neue&family=Dancing+Script:wght@400..700&family=Fjalla+One&family=Great+Vibes&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Orbitron:wght@400..900&family=Pinyon+Script&family=Poppins: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=Quicksand:wght@300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
body {
  font-family:"Noto Sans TC", "Arial", sans-serif;
}

/*電腦LOGO*/

.nav-brand {  padding-top: 9px;}
.pageIndex .nav-brand img { filter: brightness(0) invert(1); transition: filter 0.4s ease-in-out;}


/* 滾動後（.sticky 出現）LOGO 恢復原始顏色 */
.header_area.sticky .nav-brand img { filter: none;}

/* 滾動後，header 背景回白色 */
.header_area.sticky {
  background: rgb(33 32 32 / 86%);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.07);
  transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}



@media screen and (max-width: 1024px) {

.nav-brand img {
  filter: none;
  transition: filter 0.3s ease;
}
.box_search input[type=text] {
    background: url(../images/search-icon.png) no-repeat 11px center #e5e5e591;
    border: solid 1px #c4c4c403;
    padding: 4px 39px 4px 36px;
}
.pageIndex .nav-brand img {
    filter: unset;
}
	
	 }


/*手機LOGO
.nav-brand-m {}
*/

/*header按鈕*/

.stellarnav > ul > li > a:hover { color: #fff !important ;}
.stellarnav > ul > li:hover:nth-of-type(5) > a { color: #68350c;}
.stellarnav > ul > li:nth-of-type(6) { display: none;}
.stellarnav > ul > li:nth-of-type(7) { display: none;}



.stellarnav > ul > li > a b:nth-of-type(1) {
    font-size: 15px;
    letter-spacing: unset;
    color: #ffffff;
    text-shadow: 0 2px 4px rgb(0 0 0 / 76%);
}
.stellarnav > ul > li > a b:nth-of-type(2) {
    font-size: 15px;
    letter-spacing: unset;
     color: #ffffff;
} 
.pageIndex .stellarnav > ul > li > a b {
    font-size: 15px;
    letter-spacing: unset;
    color: #ffffff;
	text-shadow: 0 2px 4px rgb(0 0 0 / 76%);
}
.stellarnav > ul > li:nth-of-type(5) > a b {
    color: #fff;
}




.pageIndex .sticky .stellarnav > ul > li > a b:nth-of-type(1) {
    color: #ffffff;
	 padding-top: 4px;
}
.pageIndex .sticky .stellarnav > ul > li > a b:nth-of-type(2) {
    color: #e0e0e0;
}




/*------------*/


.other_page .header_area.sticky .stellarnav > ul > li > a {
    color: #414141;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: #333 !important;}
.stellarnav > ul > li {
    margin: 0 11px;
}


/* 滾動時整體變色 */
.header_area.sticky .stellarnav > ul > li > a {
    color: #333; /* 或其他顏色 */
	text-shadow: none;;
}

/*.stellarnav > ul > li:nth-of-type(5) {
    background: #eb8e37;
    box-shadow: 0 0 10px rgb(255 255 255), 0 0 8px #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    transition: all 0.3s 
ease;*/
}

.pageIndex.header_area.sticky .stellarnav > ul > li:nth-of-type(5) {
    box-shadow: 0 0 10px rgb(234 142 55), 0 0 8px rgb(234 142 55);
    border: 1px solid rgb(234 142 55);
    border-radius: 50px;
}





/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.main_part { max-width:1500px;}
.main_part { background: #060b1e;}
/* .product_info_page .main_part { max-width:1200px;} */
.main_part {
    padding: 46px 20px 7px 20px;
}
.product_page .product_menu_list {
    padding: 16px 8px 17px;
}
.product_page .product_menu_list h5 {
    color: #868686;
    text-align: center;
    font-size: 24px;
}
.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;
    letter-spacing: 1px;
    max-width: 270px;
    background: #244475;
    padding: 25px 15px 35px;}
.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:7px 35px; background: #0d141f;}
.product-layer-two li li:hover > a { 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;}
.products-list .more {  border: 1px solid #ffffff00;  color: #3f4e63; top: 0px;}
.products-list .price b { color: #e8924d;display: none;}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,.product-wrapper { width: 100%;}
.products-list .item a:hover .more {    background: #1e2836c4;}
.product-layer-two li a { background: #ffffff00;
    color: #ffffff;
    padding: 7px 35px;
    border: unset;}
.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;}

.product-layer-two li.active a {
   font-weight: bold;
    border: unset;
    border-color: unset;
    color: #fff;
    background: #1e3251;
    border-bottom: 1px solid rgb(205, 205, 205, 0.35);
    padding: 9.5px 20px;
}
.product-layer-two li i {
    right: -3px;
    top: 2px;
    width: 37px;
    
}
.fa-circle-plus::before {
    color: #fff;
}
.product-layer-two li li.active a {
    background: rgb(235 142 55 / 71%);
}
.product-layer-two li.active li a {
    color: #fff!important;
}
.product-layer-two li i.close::before {
    color: #fff;
}
.proImgSwiper li {
    background:#000410;
}


/*首頁文章*/
.products-list .item::after {
    content: "NEW";
    position: absolute;
    top: 6px;
    left: 7px;
    background: orange;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 10px 19px 10px;
    text-align: center;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0,   100% 0,   100% 60%,   50% 81%,   0 60% );
    transform: rotate(0deg);
}

.pageIndex .products-list li:nth-of-type(n+9) {
    display: none;
}

.products-list .item::before {
  content: "VIEW MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 2px 12px;
  text-align: center;
  z-index: 12;
  opacity: 0; 
  transition: opacity 0.8s ease, transform 0.8s ease;
}




.products-list .item:hover::before{opacity: 1;}

.products-list .item {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.products-list .name {
    color: #ffffff;
}

/*.products-list .item::after {
    background: #000;
}*/

.more.slowAnimation {
    color: #ffffff00;
    text-align: center;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.products-list .item a:hover .more {
    background: #1e283685;
	letter-spacing: 7px;
	font-size: 22px;
    font-weight: bold;
	color: #ffffff00;
}
.products-list .item a {
    padding: 12px;
}


/*-----*/

@media screen and (max-width: 1330px) {
	.navigation { padding: 0px 13px 0px 0;}
	

}



@media screen and (max-width: 1124px) {
	
	.navigation {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.stellarnav ul {
    text-align: center;
}

}

@media screen and (max-width: 1330px) {

}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 864px) {
	
.header_area.sticky .stellarnav > ul > li:nth-of-type(5) {
    margin-top: 20px;
}	
	
}

@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;}
.stellarnav li { width: auto  !important;;}
.stellarnav > ul > li > a b:nth-of-type(2) {
    display: none;
}
.stellarnav > ul > li:nth-of-type(5) {
    margin-top: 20px;
}
.stellarnav.mobile li a {
    text-align: start;
}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

#content, #content_main {
    background: #060b1d;}
.header_area{    background: #fff;}

/*.header_area .nav-brand::before {
    content: "";
    width: 16%;
    height: 83px;
    background: url(https://pic03.eapple.com.tw/chengte/LOGO-02-02.png) no-repeat center center;
    background-size: 100%;
    display: block;
    position: absolute;
    transition: .3s;
    opacity: 1;
	filter: none
	
}*/


.pageIndex .header_area { background: #ffffff00; box-shadow: none; transition: all 0.5s ease-in-out;}
.header_area { position: sticky; background: #ffffff00;}
.main_header_area .container { max-width: 97%;}
.nav-brand img{max-width:100%; transition: .5s;}
.pageIndex .header_area.sticky .nav-brand img { max-width: 120px; transition: all 0.5s ease-in-out;}
.header_area.sticky {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 7%);
    background: linear-gradient(90deg, rgb(35 36 55) 0%, #000000 250%);
}
.stellarnav > ul > li:hover > a{color:#666;}
.stellarnav ul {  padding: 0 0px 6px;}
.stellarnav ul ul{padding:0;}



/*@media screen and (max-width: 768px){
	.me_tp_features { width: 96%;} 
	.stellarnav ul {
    padding: 0px 58px 25px;
}
	}*/
/*.header_area.sticky .me_tp_features {
    display: none;
}*/

.header_area.sticky .me_tp_features {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}
.header_area.sticky .stellarnav ul {
    padding: 0;
}

/*產品名稱*/


.header_area.sticky .stellarnav ul {
    padding: 0;
}


.pageIndex .nav-brand img { max-width: 150px;}
.inquiry_a3 { background: #e5b06f; display: none;}
.inquiry_a2 {  background: #3f4e63;display: none;}
.inquiry_a1 { background: #e8924d;display: none;}
.inquiry_a1:hover{ letter-spacing: 2px; background: #9c5526;}
.inquiry_a2:hover {  background: #15263d;}
.product_info li:nth-of-type(2) {
    display: none;
}
.sidebarBtn .sp_price { color: #eb8e37;}
.sidebarBtn { background: #ffffff00;}
.product_info li span { display: none;}
.sidebarBtn .price { border-bottom: 1px solid #d4d4d4;}
.toShare { border-top: 1px solid #d4d4d4;}
.sidebarBtn { border: unset; font-family: "Noto Sans TC";}
.sidebarBtn h2 { color: #ffffff; font-size: 24px;}
.promotion_title { display: none;}
.sidebarBtn { border: unset;}
.product_info li .txt_box { display: inline-block; vertical-align: top; color: #ffffffb3;}

/*產品搜尋*/
.box_search input[type=text] { background: url(../images/search-icon.png) no-repeat 9px center #ffffffb5;  border: solid 1px #ffffff;  padding: 6px 39px 6px 36px; font-size: 11px;}
/*.me_tp_features { display: flex; justify-content: flex-end; align-items: flex-end; width: 100%;}*/
.me_tp_features { display: flex;  justify-content: flex-end; align-items: flex-end; width: 100%; max-height: 60px;
    overflow: hidden;
    opacity: 1;
    transition: max-height 0.35s ease, opacity 0.35s ease;
}
.me_tp_features a { display: none; vertical-align: middle; margin: 0 5px; font-size: 14px;}
/*.me_tp_features { display: none;}*/
.shop_search_btn {
    background: #ffffffab;
    color: #2b2b2b;
    font-size: 11px;
    padding: 3px 11px;
}
.box_search {  width: 157px;}


/*------------------------*/

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{ padding: 10px;    transition: all 0.3s;border-left:1px solid transparent;font-size: 14px;}
.stellarnav li li.has-sub:hover > a{color: #000;  background-color: #f3f3f3;	padding-left:10px;border-color:none ; transition:all .8s; font-size:14px;} 
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #244475;
}
.stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; font-size: 12px; background: #3F4E63; color: #fff;}
.stellarnav li li:hover > a{ background-color: #404e62; color:#FFF}
.stellarnav li.has-sub > a:after { border-top: 6px solid #f6f6f6; transform: translateY(32%);}
.stellarnav ul ul {
    background: #ffffff;
}
.stellarnav li li {
	border: unset;
    border-bottom: 1px solid #3f4e630f;
}
.stellarnav.mobile li.open { background: #eaeff7;}
.stellarnav.mobile > ul > li { border-bottom: 1px #3f4e633d solid;}
.stellarnav .icon-close:after {  border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:before {border-bottom: solid 3px #ffffff;}
.stellarnav .menu-toggle span.bars span {  background: #3F4E63;}
.stellarnav .menu-toggle:after {color: #3F4E63;}
.stellarnav ul ul {
    width: 100%;
}
.stellarnav li {
    text-align: center;
    width: 127px;
}
.stellarnav li:nth-of-type(2) {
    width: 212px;
}
.stellarnav li:nth-of-type(2) li{
    width: 213px;
}
.stellarnav li:nth-of-type(3) li{
    width: 174px;
}
.stellarnav ul li:nth-of-type(3) ul {
    width: 174px;
}

.stellarnav ul li:nth-of-type(5) {
    display: none;
}

@keyframes move{
	0%{transform: translate(-50%,-50%) rotateX(0deg);}
	100%{transform: translate(-50%,-50%) rotateX(360deg);}
}

@media screen and (max-width: 1727px){
	.navigation {
    width: 100%;
}
/*.stellarnav li {
    text-align: center;
    width: 174px;
}*/
.stellarnav > ul > li > a {
    font-size: 19px;
}

}


@media screen and (max-width: 768px){
	.swiper-slide:after{font-size: 14px;width: 90%;text-align: center;margin-top: 40px;text-shadow: 0.1em 0.1em 0.2em #444;}
}
@media screen and (max-width: 600px){
	.swiper-slide:after{font-size: 13px;letter-spacing: 5px;}
	.swiper-slide {overflow: hidden;}
	.swiper-slide img{object-fit: cover;}
}

/*footer*/

.footer_menu a:nth-of-type(8) { display: none;}
.footer {  background: linear-gradient(90deg, rgb(35 36 55) 0%, #000000 250%);}
.footer_logo img {}
.box_link {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    top: 48px;
    padding: 0px 30px;
	display: none;
}
.footer_info {  gap: 5px 3%;}
.footer_menu { max-width: 332px;}
.box_link a {    font-size: 23px;    border: none;}
.footer_info li p.add2:before { content: '營業時間：';}
/* .footer_info li p { line-height: 175%; letter-spacing: 1px; width: 100%; display: inline-block; color: #c8c8c8;} */
a { color: #c8c8c8;}
.footer_menu a { border: none; margin: 0 2px; background: transparent; letter-spacing: 1pt; transition: .4s; color: #85898f;}
/* .footer_menu a:hover { background: #ffffff00; color: #ac8f22; transition: .4s; padding: 5px 10px;} */
.box_link a:hover { color: #956561; transition: .4s;}
/* .copy { margin-top: 50px;} */
.copy a:hover { color: #122633;}
p.taxid {display: none;}

/*footer logo*/
.footer_logo {
    /* background-image: url(https://pic03.eapple.com.tw/chengte/LOGO-w-04.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    height: 126px;
    width: 209px;
    margin-top: 10px; */
}
/* .footer_logo img { display: none;} */
/*footerrrrr*/

.footer_info li:nth-child(2) {
    /* width: 52%; */
}

.footer_info {
    /* justify-content: space-between;
    padding: 0 60px 0 60px; */
}
/* .footer_info li {
    display: flex;
    padding: 10px;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
    height: 152px;
    justify-content: flex-end;
} 
.footer_info ul {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}*/


/*浮動按鈕*/
.info_fix_links {  display: flex !important;  padding: 0;  align-items: flex-end;}
.info_fix_links {  display: block !important;}
.linksBtn { color: #FFFFFF;  background-color: #050505; display: none;}
.info_fix_links a.info_fix_default {display: none;}

/*相簿*/
.show-list .show_name{color:#666;}
.show-list .item:hover .show_name {
    color: #999;}
.subalbum-menu h2{    color: #666;}
.album_fixed_title{    color: #666;}
.other_album_choice li {
    background: #888;}
	
/*首頁相簿*/
.i_album_list{    grid-template-columns: 1fr 1fr 1fr;}
.animated-arrow {
    border-bottom: unset;
	letter-spacing: 4px;}
.module_i_album .title_i_box h4 {
    font-size: 24px;
    color: #444;
    font-weight: 600;
    letter-spacing: 2px;}
.module_i_album .title_i_box h4::before {
    content: 'ALBUM';
    display: block;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #999;
}

.i_prod_b a i.fa-solid.fa-arrow-right {
    margin: 0 10px;
    background: #EC8E26;
    padding: 10px 8px 10px 11px;
    border-radius: 100%;
	color: #fff;
}
.animated-arrow::before {
    content: 'VIEW MORE';
    color: #d43636;
}
.i_prod_b a b {
    display: none;
}
.animated-arrow::before {
    content: 'VIEW MORE';
    color: #EC8E26;
}

.i_prod_b a {
    color: #EC8E26;
    background: #ffffff00;
    width: 19%;
}

	
/*文章管理*/

.blog_list_ri h5{color: #ffffff;}
.blog_list_ri em{ color: #ffffffc4;}
.blog_list_ri p{color: #ffffff7a;}
.blog_le .accordion > li.on_this_category .link a {
    background: #1e3251;
    color: #ffffff !important;
    padding: 7px 35px;
    border: unset;
    font-size: 16px;
}

.blog_le .accordion > li:hover {
    background: #1e3251 !important;
}
ㄎ


.blog_le .accordion > li:hover .link a{
    color:#ffffff!important;
}
.blog_le .accordion > li:hover{
    background: #244475
 !important;
}

.blog_le .accordion > li.on_this_category {
    background: transparent!important;
	width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: none;
    padding-bottom: 5px;
    display: block;
    margin: 0;
    position: relative;
}
.submenu {
    display: grid;
    background:#ffffff00;
    font-size: 14px;
    position: static;
    margin-top: 5px;
    width: 100%;
	    grid-template-columns: 1fr;
    grid-gap: 5px;
    margin-left: 0;
}
.accordion li .link:hover {
    background: #1e3251;
    color: #ffffff;
}
.submenu li {
    background: #fff !important;
    display: block;
    padding: 0;
    transition: all ease .3s;
    margin: 0;
    
}
/*.submenu li li {
    position: relative;
}*/

.submenu a {
    display: block;
    position: relative;
    padding: 7px 24px;
    letter-spacing: 2px;
    transition: all 0.6s 
ease;
    word-break: unset;
    line-height: 1.25;
    font-size: 14px;
    color: #244475;
}
.submenu a i::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%);
    opacity: 0;               /* 一開始不顯示 */
    transition: opacity 0.3s ease; /* 增加淡入效果 */
}
.submenu a:hover i::before {
    background: #060b1d; 
    opacity: 1;  /* hover 時顯示 */
}
.submenu a i {
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 15px;
    transform: translateY(-50%);
}


.submenu li.on_this_category a, .submenu a:hover {
    background: #ffffff;
    color: #1e3251;
    margin-left: 15px;
}

.news_related { background: #e2e0e0;}
.news_related h6 span:before{ color: #777777;}
.toShareNews{ color: #222;}
.blog_box_edit *{color:#222;}
.accordion li .link a{color:#ffffff;font-weight: 400;}
.path p, .path p a{color:#222;}

.product_page .path::before {
    display: none;
    content: "全部車輛介紹";
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 28px;
    padding: 0px 0px 18px 0;
	color: #707070;
}
.path p {
    display: none;
}

h5.blog_le_t {
    color: #222;
    display: none;
}

.product_page .path p a{display: none;}

.subbox_item{ border: 1px solid #cccccc00;}
h4.blog_category_title { color: #ffffff;}
.lastPage{  background: #888;}
.blog_back a.article_btn_next { background: #777;}
.blog_back a.article_btn_prev { background: #777;}
.blog_back a.article_btn_back { background: #e2e0e0; color: #444;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i { color: #fff;}

/*最新消息側邊*/
.blog_le .accordion {
	border-radius: 0px;
    border: unset;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
    max-width: 270px;
    background: #244475;
    padding: 25px 15px 35px;
}

.subbox_item a:before {
    color: #ffffff;
}

.subbox_item a:after {
    background: rgb(255 255 255 / 55%);
}

.blog_le {
    width: 230px;
}

.fa-chevron-down::before {
    /*content: '\f056'!important;*/
	color: #fff;
}


.accordion li+li .link {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
	    border-top: none;
}

/*聯絡我們*/
.contact_form { font-size: 15px; color: #444; display: grid; grid-template-columns: 1fr; grid-gap: 10px; border: unset;
    background: #E6E6E2;
    padding: 60px 130px 30px;
    margin-top: 5px;
    margin-bottom: unset;}
.contact_le_map a{ background: #3F4E63;}
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px #3F4E63 solid;}
.contact_form li.last cite { background: #3F4E63;}
.contact_form li { display: flex; grid-gap: 4px; flex-direction: column; flex-wrap: nowrap;}
.contact_form li .form__label { display: block;    max-width: 100%;    text-align: left;}
.contact_editbox { padding: 0px;}
.contact_page .header_area { position: sticky;  background: #ffffff;}
.blank_letter {
    display: none;
}
.contact_page .header_area.sticky .stellarnav > ul > li > a {
    color: #333!important;
}
.contact_page .stellarnav > ul > li > a {
    color: #333;
}


.contact_form li.last {  border: none; text-align: right; margin-top: 20px; padding-left: 0; display: flex; justify-content: flex-end; flex-wrap: wrap; flex-direction: row;}
/*.contact_page .header_area.sticky .nav-brand img {  filter: brightness(0) invert(1);}*/
.contact_page .header_area.sticky .stellarnav > ul > li > a {    color: #fff;}


/*
.contact_content .information_left {  width: 100%;}
.list_before{text-align:center;}
.list_before.info li { padding-left: 32px; width: fit-content; margin: 5px auto;}*/
.contact_content .information_left {
    width: 295px;
    display: none;
}.contact_content .information_right {
    width: 100%;
	padding: 0px 20px 59px 20px;
}

.contact_content {
    max-width: 1000px;	
	padding: 0px 20px 10px 20px;
}

@media screen and (max-width: 1024px) {
	.contact_page .header_area { position: sticky; background: #ffffff;}
	.contact_page .header_area.sticky .stellarnav > ul > li > a { color: #2f2f2f;}
	.contact_page .header_area.sticky .nav-brand img { filter: unset;}
	
	}
	
	@media screen and (max-width: 505px){
	.footer_menu {
    gap: 20px 10px;
    max-width: 326px;
}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/

/*.banner {
   height: 397px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url("https://pic03.eapple.com.tw/chengte/banner.jpg")no-repeat center center;
	background-size: cover;}*/
	
	.banner {
    height: 500px;
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: 0;
    background: url("https://pic03.eapple.com.tw/chengte/banner01.jpg") no-repeat center center;
    background-size: cover;          
    transition: background-size 0.5s ease;
}

.banF {
    height: 500px;
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: 0;
    background: url("https://pic03.eapple.com.tw/chengte/banner.jpg") no-repeat center center;
    background-size: cover; 
    transition: background-size 0.5s ease;
}
	
	
.banner h5{
	display: none;
	font-size: 29px;
    letter-spacing: 8px;
    font-weight: 600;
    color: #ffffff00;
    max-width: 1600px;
    width: 100%;
    padding-bottom: 39px;
    text-align: center;
    line-height: 1.3;
}


	
.banner.banblog h5::after {
	    display: none;
    content: "接收汽車資訊";
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    line-height: 1.5;
}

	
.banF.banner ::after {
	    display: none;
    content: "精選優質愛車";
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    line-height: 1.5;
}

.banC.banner ::after {
	    display: none;
    content: "歡迎來店試賞";
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    line-height: 1.5;
}	

/*內頁header設定*/
.other_page .header_area {  background: linear-gradient(90deg, rgb(35 36 55) 0%, #000000 250%);
    box-shadow: none;
    transition: all 0.5s 
ease-in-out;}
/*.other_page .header_area.sticky .nav-brand img {  filter: brightness(0) invert(1);}*/
/*.other_page .header_area.sticky .stellarnav > ul > li > a {    color: #fff;}*/
.other_page .nav-brand img { transition: filter 0.3s ease;}

.other_page .header_area .stellarnav > ul > li > a{color: #656565;}
.pageIndex .header_area{  position: fixed;}
.header_area {
     background: linear-gradient(90deg, rgb(35 36 55) 0%, #000000 250%);
    box-shadow: none;
    transition: all 0.5s 
ease-in-out;
}

@media screen and (max-width: 1024px) {
	.other_page .header_area { position: sticky; background: #ffffff;}
	.other_page .header_area.sticky .stellarnav > ul > li > a { color: #2f2f2f;}
	.other_page .header_area.sticky .nav-brand img { filter: unset;}
	.pageIndex .nav-brand img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s 
ease;
}

	
	}
	
	
/*首頁現有車輛商品*/
.i_prod_tit, .i_video_tit { text-align: center; display: none;}
.prod_part { padding: 0px 20px 50px 20px;}



/*購物車*/
.pd_tabTitle li.activeTab a {
    color: #363636;
    text-align: start;
	line-height: 2.4;
    background: #f3f3f3;
	display: none;
}
.pd_tabTitle li.activeTab::after {
    display: flex;
    height: 63px;
    background: #f7f7f700;
    content: "詳細介紹";
    justify-content: flex-start;
    align-items: center;
    padding-left: 14px;
    font-size: 30px;
    color: #fff;
}
.pd_tabInner_contain p {
    color: #727272;
}
.pd_tabInner_contain h2 {
    color: #ffffff;
}

.pd_tabInner_contain p {
    color: #c6c6c6;
}
.prod_related h6 span:before {
    color: #244475;
}
.lastPage {
    background: #244475;
}

/*banner*/

/*.banner.banblog {background-image: url("https://pic03.eapple.com.tw/chengte/banall.jpg");}*/

/*.banF {background-image: url("https://pic03.eapple.com.tw/chengte/banall.jpg");} 
.banner.banA {background-image: url("https://pic03.eapple.com.tw/chengte/banall.jpg");}
.banner.banB {background-image: url("https://pic03.eapple.com.tw/chengte/banall.jpg");}
.banner.banC {background-image: url("https://pic03.eapple.com.tw/chengte/banall.jpg");}
.banner.banD {background-image: url("https://pic03.eapple.com.tw/chengte/banall.jpg");}
*/
	
	

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1024px) {
.navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
	.me_tp_features {
    display: flex;
    justify-content: center;
    width: 100%;
}

.stellarnav ul {
    padding: 9px;
}
}

@media screen and (max-width: 1024px) {

.header_area .nav-brand {
        max-width: 100%;
    }
.header_area.sticky{background:#fff;}
.pageIndex .nav-brand img {
        max-width: 208px;
    }
.stellarnav > ul > li > a {
    font-size: 16px;
    /*line-height: unset;
    height: unset;*/
    letter-spacing: 0px;
    color: #464646;
    font-weight: 900;
	text-shadow: none;
}	

/*.stellarnav > ul > li:nth-of-type(5) {
    background: #ffffff00;
    box-shadow: 0 0 10px rgb(232 136 41), 0 0 8px rgb(232 136 41);
    border: 1px solid rgb(232 136 41);
    border-radius: 50px;
    transition: all 0.3s ease;
}*/
/*.stellarnav ul li:nth-of-type(5) > a {
    color: #676767;
}*/

	
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav ul { padding: 0px;}
.i_album_list { grid-template-columns: 1fr 1fr;}
#bottom_menu li {  background: #3f4e63;}
#bottom_menu li a i { color: #fff;}
}


@media screen and (max-width: 722px) {
	
/* .footer_info li+li { margin-top: 0px; }
	
.footer_info {
    display: flex;
    justify-content: space-between;
    padding: 0 60px 0 60px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.footer_info li {  height: 100%;}

.footer_info li:nth-child(2) {  width: 100%;}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    width: 50%;
    display: inline-block;
    color: #c8c8c8;
}
.footer_menu {
    width: unset;
}

.footer_info li {
    display: flex;
    padding: 10px;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    height: 152px;
    justify-content: center;
} */

}
@media screen and (max-width: 722px) {
/* .footer_info li p {
    width: 100%;
} */
}

@media screen and (max-width: 600px) { 
/*.pageIndex .nav-brand img {
    max-width: 70px;
}*/
.banner h5::before{font-size:35px;}
}



