@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "微軟正黑體", "Noto Serif TC", "Montserrat" , serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix { display: none;}



.main_part{ max-width: 1500px;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/yingfongcar/ban-m-text1.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/yingfongcar/ban-m-text2.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/yingfongcar/ban-b-text1.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/yingfongcar/ban-b-text2.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    content: "";
    animation: banner-txt 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::before {
    content: "";
    animation: banner-txt 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0.5s;
}

@keyframes banner-txt {
    0% {
        height: 95%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上面顏色*/

.stellarnav > ul > li > a {
   color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
	    margin: 0 15px;
    }
		
.header_area {
    background: transparent;
    transition: all 0.5s ease-in-out;
    position: fixed;
	padding:0;
}
.main_header_area {
    background:linear-gradient(
180deg, rgb(0 0 0 / 70%), transparent);
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.me_tp_features{    display: none;}
.navigation {
    padding: 20px 0px 10px;
    display: flex;
    align-items: center;
}
.nav-brand img{    width: 210px;}
.sticky .nav-brand img {
    max-width: 190px;
    transition: all .3s;
}
.nav-header{    max-width: 210px;}

.main_header_area .container {
    max-width: 90%;
}
.stellarnav li.has-sub > a:after{border-top: 6px solid #fff; top: 44%;}
.header_area.sticky {    background: #4b4b4beb;
    
    box-shadow: 0 0 0px #43434394;
    padding: 0px;
}

.header_area.sticky .main_header_area{    
transition: all .5s;
    transition-timing-function: ease-in-out;
	    background: #4b4b4bd9;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a {
    color: #fff;
}
.stellarnav > ul > li > a b:nth-child(1) {
    font-family: "微軟正黑體", "Noto Serif TC", "Montserrat" , serif;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
}
.sticky .stellarnav li.has-sub > a:after{    border-top: 6px solid #fff;}
.stellarnav li > ul > li:hover {
    background: #4b4b4b;
    color: #FFEE99;
    transition: .3s;
}
.stellarnav li a{    font-size: 14px; color: #fff;}

.pageIndex .stellarnav > ul > li > a:hover{ color: #FFEE99;}
.stellarnav > ul > li > a:hover{ color: #FFEE99;}
.stellarnav > ul > li:hover > a {
    color: #FFEE99;
}
.pageIndex .header_area.sticky .stellarnav > ul > li:hover > a {
    color: #FFEE99;
}

.stellarnav li li{ border: 0px;}
.stellarnav li li a:hover{     background: #4b4b4b;
    color: #FFEE99;
    transition: .3s;}

.stellarnav ul ul{ left: 7px; background: #4b4b4b;}


/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #fff;}
.stellarnav .menu-toggle:after { color: #fff;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #fcdc59;
    color: #262626;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 1.5px #262626;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 1.5px #262626;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #B8B8B8;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #B8B8B8;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 6px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(184, 184, 184, 0.25);
  }
  .stellarnav.mobile ul ul{
    background: #4b4b4b;
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(232, 232, 248, 0.8) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:1024px) {
    .pageIndex .main_header_area{ background: #4b4b4b;}
    .nav-brand img{ width: 180px;}
    .sticky .nav-brand img{ width: 170px;}
}

@media screen and (max-width:768px) {
    .stellarnav.mobile{ top: 14px;}
    .pageIndex .stellarnav > ul > li > a{ color: #000;}
    .stellarnav > ul > li > a{ color: #000;}
    .pageIndex .header_area.sticky .stellarnav > ul > li > a{ color: #000;}
    .header_area.sticky .stellarnav > ul > li > a{ color: #000;}
    .pageIndex .header_area.sticky .stellarnav > ul > li:hover > a{ font-weight: bold;}
    .header_area.sticky .stellarnav > ul > li:hover > a{ font-weight: bold;}
    .stellarnav > ul > li:hover > a{ font-weight: bold;  color: #fcdc59;}
    .stellarnav > ul > li > a:hover { color: #fcdc59;}
    .header_area.sticky .stellarnav > ul > li > a:hover{ color: #fcdc59;}
    .pageIndex .header_area.sticky .stellarnav > ul > li:hover > a { color: #fcdc59;}
    .stellarnav > ul > li > a b:nth-child(2){ position: relative; top: 5px; left: 10px; }
    .stellarnav li a{ padding: 7px 24px;}
    .header_area.sticky{ background: #f4f4f4ed; }
    .nav-brand img{ width: 150px;}
    .sticky .nav-brand img{ width: 140px;}

    .stellarnav.mobile > ul > li > a{padding: 20px 43px 20px 10px; }
}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 26px;}

}



/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*Footer/＝＝＝＝＝*/
.footer {  background-color: #ebebeb;   padding: 60px 0 0;}
.footer .center{max-width: 1400px;width: 87%;margin: 0 auto;}
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/yingfongcar/f-logo.png) no-repeat;
    display: block;
    width: 230px;
    height: 65px;
    background-size: contain !important;
    background-position: center !important;
}
.footer_logo img{display: none;}

.footer_info {  display: flex; align-items: center;  justify-content: space-between ; padding-right: 0px; grid-gap:60px; }
.footer_info ul {  width: calc(100% - 300px);}
.footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;}
.footer_info ul>li>p {  width: 49%;  color: #040404; line-height: 175%;}
.footer_info ul>li>p>a { color: #040404;}

.footer_info ul>li>p.phone{  order: 1;}
.footer_info ul>li>p.line{  order: 2;}
.footer_info ul>li>p.mail{  order: 3;}
.footer_info ul>li>p.add{  order: 4;}


.footer_menu { border-top: 1px solid #e1d7cdab;  padding-top: 15px;    width: 90%;}
.footer_menu a {  margin: 0;  padding: 5px 12px 5px 12px;  border: none;  background: #FFEE99;  transition: all 0.5s;  color: #414141; border: 1px solid #FCDC59;}
.footer_menu a:nth-child(1) { display: none;}
.footer_menu a:hover {  background:#FCDC59;  letter-spacing: 2px;  transition: 0.5s;  font-weight: bold;color: #fff; }

.box_link {  }
.box_link a{ border: 0px; color: #B8B8B8; transition: 0.5s;}
.box_link a:hover{color: #FCDC59; }
.box_link a.me_tp_line,.box_link a.me_tp_call,.box_link a.me_tp_mail{ display: none; }
.copy, .copy a {  color: #6c6c6c;  border-top: none;}
.footer_logo { width: 220px;  padding-right: 20px;}
.footer_logo img{ width: 100%;}

@media screen and (max-width: 1440px) {
    .center {  max-width: 100%; width: 100%;}
    }
@media screen and (max-width:1400px) {
  .box_link{ right: 80px;}
}
@media screen and (max-width:1200px) {
    .box_link{ right: 24px;}
}
@media screen and (max-width: 1024px) {
    /*footer*/
    .footer_logo { padding-right: 0px; text-align: center;}
    .footer_menu { width: 100%;}
    .footer_info {  padding: 0px; justify-content: center; flex-wrap: wrap;grid-gap :20px;}
    .footer_info ul {  width: 100%;}
    .footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;  flex-direction: column;  align-items: center;  width: 100%;}
    .footer_info li:nth-child(2) { text-align: center;}
    .footer_info ul>li>p { width: 100%;  text-align: center;}
    .box_link{ right: 100px;}
}

@media screen and (max-width: 768px) {    
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 0px; }
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center; margin-bottom: 10px;}
    .footer_menu { text-align: center; display: flex; flex-direction: row;  flex-wrap: wrap;  justify-content: center;}
    .footer_menu a { border: 1px solid #ffffff; margin: 3px; width: 105px; padding: 5px;}
    .box_link{ justify-content: center;}
    }
    
    @media screen and (max-width: 600px) {
    .box_link {    text-align: center;}
    }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_menu_list { 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: 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 #content, .product_info_page #content{
    font-family: "微軟正黑體", "Noto Serif TC", "Montserrat" , serif;
}

/* 首頁 */
/* .prod_part{
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/in-bg-bottom.png);
    background-position:left;
} */
.i_prod_b{ margin: 0px auto 20px; }
.i_prod_tit span, .i_video_tit span{font-size: 36px; color: #000; font-weight: bold; font-family: "Noto Serif TC" ,  sans-serif;}
.i_prod_tit::after{ content: "PRODUCTS"; font-size: 48px; color: #FFE888; font-weight: 500; display: block; font-family:   "Montserrat" , serif; }
.animated-arrow{ background: unset; color: #FCDC59; width: 200px; font-size: 17px;  border: 1px solid #FCDC59;}
.animated-arrow:hover{ background: #FCDC59; color: #fff;}

/*購物車*/
.prod_part {    width: 100%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.product_menu_list>h5{ color: #616161;}
/*購物車/外層*/
.products-list .more {    border:1px solid #FCDC59;    color: #646464; background: #FFEE99;}
.products-list .item a:hover .more {    background: #FCDC59; border: 0px;}
.products-list .item a{ transition: 0.5s;}
.products-list .pic img{ filter: grayscale(0%); transform: scale(1); transition: 0.5s;}
.products-list .item a:hover img { filter:grayscale(100%); transform: scale(1.05); transition: 0.5s;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap; display: none; }
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #BA926E; display: none;}
.products-list .price b.ori_price {    font-size: 14px;}
/*外層版面*/
.product_page .main_part {  max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #fff8d66b;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.5s;    line-height: 200%;    transition: all 0.5s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #FCDC59;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #FCDC59; color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%;align-items: center; justify-content: center;display: flex;height: 18px; content: "＞";color: #FCDC59;background:transparent;width: 18px; text-align: center; position: absolute; left: 0; top: 50%;transform: translateY(-50%);transition: all 0.5s;padding-left: 2px;font-size: 18px;}
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #ADA17E;}
.product-layer-two li li {    display: block;}/*hover到才顯示副選單關掉↓*/
.product_info_page .swiper-wrapper .swiper-slide:nth-child(1)::after {display: none;}
.product_info_page .main_part {    width: 90%;}
.inquiry_a1,.inquiry_a2,.inquiry_a3{background: transparent; border-radius: 0px; border: 1px solid #FCDC59!important;; color: #FCDC59;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #FCDC59; color: #ffff;}
.lastaction {color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {background-color: #ADA17E;}
.lastPage {background: #ADA17E;}
.product_info li .txt_box {color: #222222;width: 100%;}
.sidebarBtn h2{color: #9B9B9B; font-weight: bold; font-family: "Noto Serif TC", "Montserrat" , serif; }
.sidebarBtn .sp_price {color: #BA926E;}
.sidebarBtn{
  border: 0.3px rgba(221, 221, 221, 0.447) solid;
}
.pd_tabTitle li a{font-size: 24px;    color: #6d7980; font-weight: bold; }
.pd_tabTitle li.activeTab::after{ height: 0.2px; background: #e4c59e6e; }
.mobile_product_name{font-size: 24px; display: none;}
.prod_related h6 span:before{font-size: 24px;  }
.prod_related{
  border-top: none;
  background: transparent;
}
.products-list .name{
  font-size: 19px;
  color: #9B9B9B;
  font-family: "Noto Serif TC", "Montserrat" , serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: -11px;
}
.product_pic #bx-pager{
  color: transparent;
}
.block{
  background: transparent;
}

ul.prod li h3.prod-thumb{
  color: #000000;
  text-align: left;
  padding: 0  0 3% 0;
  font-size: 23px;
  font-family: "微軟正黑體", "Noto Serif TC", "Montserrat" , serif;
  font-weight: 500;
  background: transparent;
}

.lastPage {
  background: #fcdc59;
}

.nextaction {
  background-color: #124375;
  background-image: none;
  text-align: center;
}

.lastaction {
  color: #ffffff;
  background-color: #6e87a0;
  background-image: none;
  text-align: center;
}

.rewrite_simple{
    background: #fcdc59; border-radius: 0px;
}
.send_simple{
    background: transparent; color: #fcdc59; border: 1px solid #fcdc59!important; border-radius: 0px;
}

@media screen and (max-width: 1200px) {
    .products-list{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px 10px;
    }
}
@media screen and (max-width:1024px) {
    .product_page #content, .product_info_page #content{
        background-position: left;
    }
}
@media screen and (max-width: 960px) {
    .products-list{
        grid-template-columns: 1fr 1fr;
        gap: 24px 10px;
    }
}

@media screen and (max-width:768px) {
    .product_page .products-list{ width: 100%;}   
}
@media screen and (max-width:600px) {
    .products-list .price b{ text-align: center!important;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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:1024px) {
    .bannerindex{ margin-top: 130px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 78px;} 
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* .banner h5 {  display: block;  position : relative;  width: 100%;  height: max-content;  margin: 10px auto;  text-align: right;  font-size: 36px; font-weight: bold; color: #004B72;right: 7%; font-family: "Noto Sans TC", "Source Sans 3", sans-serif;  letter-spacing: 1px;} */
.banner h5{ font-family: "Noto Serif TC", serif; color: #fff; font-size: 36px; font-weight: bold; text-shadow: 0px 0px 20px #000; letter-spacing: 2px; }

.banner {  padding:170px 0 150px 0;  background: url(https://pic03.eapple.com.tw/yingfongcar/in-ban.jpg) no-repeat top center fixed;  }
.banner.banA {}
.services_page .banner.banB {  background: url(https://pic03.eapple.com.tw/yingfongcar/banBB.jpg) no-repeat top center fixed;}
.banner.banB { }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF { background: url(https://pic03.eapple.com.tw/yingfongcar/banF.jpg) no-repeat top center fixed;}
.banner.banblog { background: url(https://pic03.eapple.com.tw/yingfongcar/banblog.jpg) no-repeat top center fixed;}

@media screen and (max-width: 1024px) {
.banner{  background-size: unset; padding: 200px 0 80px 0;}
.banner:before{ top: 20%;}
}
@media screen and (max-width: 768px) {
.services_page .banner.banB,.banner ,.banner.banF , .banner.banblog{    padding: 60px 0 60px 0 ; background-attachment: unset;  margin-top: 0px; background-position: 52% 63% ;}
.banner h5 {  display: block;  position: relative;  max-width: 100%;  width: 100%;  height: max-content;    margin: 10px auto;  text-align: center;   font-size: 30px;  left: 0%;  letter-spacing: 1px; width: initial;  padding: 6px 20px; margin: 67px auto 0px; font-size: 27px;}
.banner:before { display:none;}
}
@media screen and (max-width: 500px) {
.services_page .banner.banB,.banner ,.banner.banF , .banner.banblog {  padding: 23px 0 31px 0; background-position: 47% 65%; }
}


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/

/* 首頁 */
.module_i_news .title_i_box h4{ text-align: center; display: flex;flex-direction: column;color: transparent; }
.module_i_news .title_i_box h4::before { content: "BLOG";  font-family: "Roboto", sans-serif; font-size: 60px; font-weight: 500; text-align: center; color: #1E150D;}
.module_i_news .title_i_box h4::after{ content: "裝修Q&A";font-size: 32px; font-weight: bold;  color: #A67D50; display: block; margin-top: -34px; }
.module_i_news ul{ grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:24px}
.module_i_news li a{ display: flex; flex-direction: column;}
.i_blog_ri h5{ color: #C8A17A; font-weight: bold; font-size: 18px;}
.i_blog_ri p{ color: #000; font-size: 14px;}
.module_i_news li a:after{ background: transparent; border: 0px;}
.module_i_news li a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #fcdc5991; bottom: -20px;}
.module_i_news li a:hover:before {  color: #fcdc59; transition:.5s; transform: scale(1.05);}

@media screen and (max-width:1024px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr 1fr;  grid-gap:48px 24px;}
}
@media screen and (max-width:768px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr ; border-bottom: 0px;}
}

@media screen and (max-width:450px) {
    .module_i_news ul{ grid-template-columns:1fr ; grid-gap:24px 24px; }
}


/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500; font-size: 16px;}
.blog_le .accordion > li{ border-bottom: 1px solid #C0BDBD;}
.accordion li+li .link{ border-top: 0px;}
/* .blog_le .accordion > li:last-child{ border-bottom: 0px;} */
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr; grid-gap:50px 60px;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #fcdc59; bottom: -20px;  font-family: "Montserrat" , serif;} 
.subbox_item a:hover:before {  color: #ffee99; transition:.5s; transform: scale(1.05);}
h5.blog_le_t em { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #fcdc59 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0%); transform: scale(1);}
.blog_list_ri h5 {  font-weight: bold;  font-size: 18px;  color: #9B9B9B;   font-family: "Noto Serif TC", serif; font-size: 20px;  }
.blog_list_ri em{ color: #fcdc59;}

.module_i_news li a:hover .blog_list_ri h5{ color:#FFEE99 ;}
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transition: .5s ease-in-out;filter: grayscale(100%); transform: scale(1.05);}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 14px;  color: #000;  line-height: 150%;  }
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #fcdc59;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: transparent; color: #fcdc59; border: 1px solid #fcdc59;}
h4.blog_category_title {   font-family: "Noto Serif TC", serif; font-weight: bold;  letter-spacing: 1px; border-bottom: 1px #F2F2F2 solid;  padding: 10px 0; color: #9B9B9B;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 17px;}
.blog_back a.article_btn_next { background: #fcdc59;  color: #fff;}
.blog_back a.article_btn_prev {  background: #fcdc59; color: #fff;}
.lastPage{  background: #fcdc59;  }
.news_related_list li a{ background: transparent;}
.news_related h6 span:before {  color: #606060;}
.news_related { background: transparent; padding: 80px 15px 60px;}

@media screen and (max-width:1024px) {
  .blog_subbox {grid-template-columns: 1fr 1fr; gap: 20px 60px;}
  .subbox_item{ margin-bottom: 24px;}
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:420px) {
  .blog_subbox {grid-template-columns:1fr;}
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




