@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&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: "微軟正黑體","Libre Baskerville", serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* header */
.header_area {  position: fixed;  width: 100%; background: #cccccc00; padding: 0;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1800px;padding: 0 3%;}
.me_tp_features {display: none;}

.stellarnav{z-index: 99;}
/*新增的效果*/
.stellarnav > ul > li { position: relative;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {  font-weight: 500;   position: relative;  padding: 0 20px; margin: 0; color: #fff;}
/*.stellarnav > ul > li:hover > a { color: #ffffff;}*/
.stellarnav > ul > li.drop-left > ul{ right: unset; left: 0;}
.stellarnav li.drop-left li.has-sub > a:after{ border-right: 0px;}


.stellarnav li a {  padding: 12px 12px;  display: block;  color: #fff;  font-size: 14px;}
.stellarnav li li {  display: block;  border: none;  margin-bottom: 0px;  background: #333; border-bottom: 1px solid #f2f2f21a;}
.stellarnav li.drop-left ul ul{ right:-160px;}

.stellarnav ul ul{ left: 6px;}

@media screen and (max-width: 1024px){
	.nav-header {position: relative;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 3px;}/*漢堡按鈕*/
	.nav-header{top: 0;z-index: 0;}
	.nav-brand{margin-top: 5px;}
	/*主分類*/
	.stellarnav.mobile > ul > li > a {   vertical-align: middle;  color: #fff;  padding: 24px 20px; font-size: 17px;}
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;top: 10px;right: 10px;}
	.stellarnav.mobile > ul > li.has-sub > ul a { padding: 20px;   color: #fff;   font-size: 17px;   font-weight: 500;  }
    .stellarnav.mobile > ul > li.has-sub > ul a:hover{ color: #000;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.main_header_area{background: #000;}
.main_header_area {
    background: linear-gradient(180deg, #000000cf, transparent);
    box-shadow: none;
    position: relative;
}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000cf;
    transition: all .5s;
    transition-timing-function: ease-in;
}
.stellarnav > ul > li {  padding: 25px 0;}
.stellarnav > ul > li > a {   color: #fff;  transition: all .8s;  letter-spacing: 2px;  font-size: 17px;   font-weight: 500;   height: 40px;  padding: 0 16px; position: relative;}
.stellarnav > ul > li > a:before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #DDB434;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(0px,-50%);
}
.stellarnav > ul > li > a:hover:before{
    opacity: 1;
}
.stellarnav > ul > li > a:hover{color: #DDB434; font-weight: bold; }
.stellarnav > ul > li > a b {  font-weight: 500;  letter-spacing: 1px;  color: #fff;  font-size: 16px;}
.stellarnav > ul > li > ul a:hover {   background: #DDB434;  color: #000;  border: none;}
.stellarnav li.has-sub > a {padding: 0px 25px 0px 15px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #DDB434;}
.stellarnav li.has-sub > a:hover:after {  color: #DDB434;}
.header_area.sticky .main_header_area:after{height: 100%;}
.header_area .nav-brand { transition: all 0.8s;}
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}


.stellarnav li.has-sub>a:after {
    content: '+';
    margin-left: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #9da0a0;
    transition: all 0.3s ease-in-out;
}



  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #919191;}
  .stellarnav .menu-toggle:after { color: #919191;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #D19007;
      color: #E7E7E7;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #E7E7E7;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #E7E7E7;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #000000;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #E8A707;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #E8A707;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: 14px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: rgba(24, 25, 27, 0.2);
    }
    .stellarnav.mobile li.open li.open{
        background: #434343;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 1px rgba(32, 32, 32, 1) solid;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


.nav-header {  width: 120%;   max-width: max-content;}
.nav-brand {  margin-top: 10px;}
.nav-brand img{ max-width: 110%;}

@media screen and (max-width: 1300px){
.nav-header {  width: 120%;}

}


@media screen and (max-width: 1200px){
	.main_header_area .container {   max-width: 1800px;  padding: 0px 2%;}
	
	.stellarnav > ul > li > a {  padding: 0 10px;}
	.stellarnav > ul > li > a { font-size: 15px;}
}

@media screen and (max-width: 1024px){
    .main_header_area { background: #000; }
	.navigation {padding: 0;}
	.nav-brand { width: 50% !important;  }
	.stellarnav > ul > li {padding: 0;}
    .stellarnav ul{ padding-top: 10px;}
    .stellarnav > ul > li > a{padding: 0px 18px;}
	.nav-header {  top: 20px;}
	
	.nav-brand {   margin: 0px 0 20px 0;}
    .nav-brand img{ max-width: 75%;}
	
}

@media screen and (max-width: 768px){
    .nav-brand{margin: -8px 0 24px 0; }
    .nav-header{ z-index: 9;}
	.stellarnav.mobile.left > ul{ top: -11px;}
    .stellarnav > ul > li > a:before{
        top: 35px;
        left: 8px;
    }
    .stellarnav.mobile ul ul{ padding-top: 0px;}
}

@media screen and (max-width:570px)  {
    .stellarnav.mobile{top: 15px;}
}
@media screen and (max-width:512px) {
    .nav-brand img{ max-width: 65%;}
}

@media screen and (max-width:450px) {
    .stellarnav.mobile{top: 8px;}
}

/* 商品下拉超過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 .center{ max-width: 1400px;}
.center {   max-width: 85%;}
.footer { padding: 40px 0 0; background: #000;}
.footer_info {  display: flex; flex-wrap: wrap;  align-items: center;  justify-content: center; padding-right: 0px; grid-gap:40px;}
.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: #fff; line-height: 175%;}
.footer_info ul>li>p>a { color: #fff;}
.footer_info ul>li>p.tel { order: 3;}
.footer_info ul>li>p.tel2 { order: 2;}
.footer_info ul>li>p.line { order: 4;}
.footer_info ul>li>p.add { order: 1;}


.footer_info li p.add:before{ display: none;}
.footer_info li p.tel2:before{ content: "雷先生";}
.footer_info li p.tel:before{ content: "黃小姐";}

/*footer_logo*/
.footer_logo { width: 250px;  padding-right: 20px;}
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/yaleiclean/f-logo.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    margin-right: 20px;
    width:220px;
}
.footer_logo img {  width: 0px;  height: 100px;}

footer:after {
  content: '';
  background: #DDB434;
  display: block;
  width: calc(48% - 353px);
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.footer_menu { border-top:1px solid #3e3e3e;  padding-top: 15px;    width: 90%;}
.footer_menu a {  margin: 0;  padding: 5px 25px 5px 0px;  border: none;  background: transparent;  transition: all 0.3s;  color: #DDB434;}
.footer_menu a:nth-of-type(1) { display: none;}

.footer_menu a:hover {  background: transparent;  letter-spacing: 2px;  transition: 0.5s; }
.footer_info li:nth-child(2) {  padding-bottom: 2%;}
.copy, .copy a {  color: #535353;  border-top: none;}
.box_link {  width: auto;  display: flex;  flex-direction: row;  flex-wrap: wrap;  justify-content: flex-start; display: none;}



@media screen and (max-width: 1440px) {
    .center {  max-width: 100%; width: 100%;}
    }
@media screen and (max-width: 1200px) {
    /*footer*/
    .footer_logo { padding-right: 0px; text-align: center;}
    .footer_menu { width: 100%;}
    .footer_info {  padding: 0px;}
    .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) { padding-bottom: 0px; text-align: center;}
    .footer_info ul>li>p { width: 100%;  text-align: center;}
    .box_link {  width: auto;  flex-wrap: nowrap;  position: sticky;  margin-top: 1%;}
     footer:after{
           width: 100%;
        height: 159px;
        top: 19%;
    }
}
@media screen and (max-width:1024px) {
    .stellarnav ul{ padding-top: 4px;}
}
@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 {margin: 3px; width: 105px; padding: 5px;}
        footer:after{
           width: 87%;
        height: 148px;
        top: 16%;
    }
    }
       @media screen and (max-width: 660px) {
        footer:after{
        top: 15%;
    }
    }
    @media screen and (max-width: 600px) {
    .box_link {    text-align: center;}
    }

    @media screen and (max-width:450px) {
             footer:after{
       width: 100%;
       top: 14%;
      }
    }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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: 108px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 58px;}
}
@media screen and (max-width:512px) {
    .bannerindex{ margin-top: 35px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
	width: 100%;
	background-size: cover;
	height: 350px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	background-image: url(https://pic03.eapple.com.tw/yaleiclean/banB.jpg);
	position: relative;
	z-index: 1;
}
.banner h5 {
  padding: 0 5%;
    margin: auto;
    position: relative;
    text-align: left;
    top: 15%;
    width: calc(1200px + 10%);
    color: #fff;
    font-size: 40px;
    z-index: 1;
    font-family: "微軟正黑體", sans-serif;
    text-shadow: 5px 5px 10px #00000078;
    letter-spacing: 2px;
}
.banner.banB {background-image: url(https://pic03.eapple.com.tw/yaleiclean/banB.jpg);}
.services_page .banner.banB {background-image: url(https://pic03.eapple.com.tw/yaleiclean/banBS.jpg);}
.other_page .banner.banB {background-image: url(https://pic03.eapple.com.tw/yaleiclean/banBB.jpg);}
.banner.banD {}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/yaleiclean/banE.jpg);}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/yaleiclean/banBLOG.jpg); }


@media screen and (max-width:1024px) {
    .banner h5{ font-size: 36px;}
}
@media screen and (max-width:768px) {
  .banner{ height: 250px; }
  .banner h5 { font-size: 32px;}
}
@media screen and (max-width:500px) {
  .banner{ height: 120px; }
  .banner h5 { font-size: 22px; top: 31%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.blog_page #page,.blog_in_page #page {
    background: url(https://pic03.eapple.com.tw/yaleiclean/in-bg.jpg);
    background-size: cover;
    background-position: top;
}

/*--文章管理 / 共同設定---------------------------------------*/

/*文章列表*/
.module_i_news li, .subbox_item { position: relative; width: 100%; border-bottom: 1px solid #3E4144;}
.module_i_news li a, .subbox_item a { display: block; padding: 5px; padding-bottom: 40px;}
.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none; pointer-events: none;}

.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
   font-family: "Libre Baskerville", serif;
    position: absolute;
    z-index: 19;
    bottom: 15px;
    right: 10px;
    opacity: 0.85;
    font-size:15px;
    color: #D19007;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::after, .subbox_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #d1900770;
    opacity: 1;
    transition: all .5s;
}
.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 1; left: 0; width: 100%; transition: all .5s;}
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 1; transition: .3s ease-in-out;}

/*文章呈現*/
.i_blog_ri, .blog_list_ri { margin: 20px 0;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.i_blog_le, .blog_list_le { 
    /* aspect-ratio: 3 / 2; */
     overflow: hidden;}
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transform: scale(1.2); transition: .5s ease-in-out;}

.i_blog_ri h5, .blog_list_ri h5 { color: #C69D34; font-size: 20px; letter-spacing: 1px; font-weight: 600;}
.i_blog_ri em, .blog_list_ri em { color: #838383; font-size: 14px;}
.i_blog_ri p, .blog_list_ri p { color: #fff; font-size:15px;}

/*--文章管理 / 首頁---------------------------------------*/

/*標題*/
.module_i_news .title_i_box h6 { display: none; color: #fff; font-size: 36px;}
.module_i_news .title_i_box h4 { display: inline-block; color: #ECA902; font-weight: 600; letter-spacing: 1px; padding: 10px 20px; font-size: 32px; font-size: 0px;}
.module_i_news.module_i_news02 .title_i_box h4::before{
    content: "";
    display: block;
    width: 121px;
    height: 150px;
    background-image: url(https://pic03.eapple.com.tw/yunyi560/news-title.png);
    background-size: cover;
}
.module_i_news.module_i_news01 .title_i_box h4::before{
    content: "";
    display: block;
    width: 121px;
    height: 150px;
    background-image: url(https://pic03.eapple.com.tw/yunyi560/case-title.png);
    background-size: cover;
}

/*列表*/
.module_i_news ul { max-width: 100%; width: 100%; display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
/*.module_i_news ul li:nth-of-type(n+4) { display: none;}*/

/*按鈕*/
.animated-arrow{ margin-top: 40px; width: 200px;}
.i_blog_b a.animated-arrow { background: #D19007 ; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow b { color: #fff; font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow i { color: #fff;}

/*--文章管理 / 外---------------------------------------*/

.blog_page .main_part { max-width: 1600px; width: 96%;}

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類*/
.blog_le .accordion { border-radius: 0px; margin-top: 28px;}
.blog_le .accordion > li { transition: 0.3s ease-in-out;}
.blog_le .accordion > li:hover { background: #D19007 !important; }
.blog_le .accordion > li.on_this_category { background: #D19007 !important; }
.blog_le .accordion li { background: unset;}
.blog_le .accordion li a { color: #a5a5a5 ;font-weight: normal;}
.blog_le .accordion li a:hover{ color: #fff!important; }
.blog_le .accordion li i { color:#a5a5a5;}
.blog_le .accordion li .link { padding: 0;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #545556;}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { margin-right: 55px;}

/*次分類*/
.open .link { background: #D19007;}
.open .link a { color: #fff !important;}
.submenu { background: #000;}
.submenu li.on_this_category a, .submenu a:hover { background: #D19007;}


/*次分類展開*/
.blog_le .accordion > li.on_this_category ul li a { color: #fff; border-top: 1px solid #ccc;}
.blog_le .accordion > li.on_this_category ul li a i { color: #fff;}
.blog_le .accordion > li.on_this_category ul li:hover a { color: #FFFFFF;}
.blog_le .accordion > li.on_this_category ul li:hover a i { color: #FFFFFF;}

/*選定次分類*/
.blog_le .accordion > li.on_this_category ul li.on_this_category a { color: #FFFFFF;}
.blog_le .accordion > li.on_this_category ul li.on_this_category i { color: #FFFFFF;}
.blog_le .accordion > li.on_this_category ul li.on_this_category:hover a { color: #FFFFFF;}

/*次分類 hover*/
.blog_le .accordion > li.open:hover { background: var(--BackgroundColor) !important;}
.submenu:hover li a { color: var(--FontColor_3);}
.submenu:hover li:hover a { color: var(--FontColor_3); background: #3e3e3e;}
.submenu a:hover { color:#fff; background: var(--SubColor_1);}
.submenu:hover li a::before {  transition: .3s ease-in-out;}
.submenu:hover li:hover a::before {  transition: .3s ease-in-out;}

/*分類/文章標題*/
h4.blog_category_title { font-size: 24px; letter-spacing: 1px; color:#C69D34; border-bottom: 1px #545556 solid;}

/*文章列表*/
.blog_subbox { margin: auto; display: grid; grid-template-columns: repeat(4,1fr);}
.blog_subbox:before { content:none;}


/*--文章管理 / 內---------------------------------------*/

.blog_box { max-width: 1500px; margin: auto;}
.blog_box_edit { color:#fff; max-width: 100%; margin: auto;}

.blog_back a.article_btn_back { background: #D19007;}


/* 相關 */
.news_related{ background: transparent;}
.news_related_list li a{ background: #000;}
.news_related_list li a p{ color: #fff;}

.lastPage{background: #D19007; }


/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { width: 100%; grid-template-columns: repeat(3,1fr); gap: 60px 20px;}

    .blog_subbox{ grid-gap:60px 20px;}
}

@media screen and (max-width: 850px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { width: 100%; grid-template-columns: repeat(2,1fr); }
}

@media screen and (max-width:768px) {
    .blog_le .accordion{ display: block;}
}

@media screen and (max-width: 425px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.album_page #page,.album_class_page #page,.album_info_page #page{
    background: url(https://pic03.eapple.com.tw/yaleiclean/in-bg.jpg);
    background-size: cover;
    background-position: top;
}

/* 相簿 */
.show-list .item:hover .show_name{ color: #C69D34;}
.overlay{ background: rgba(32,32,32,.5);}
.other_album_choice li{ background: #D19007; border-radius: 0px;}
.subalbum-menu h2{ color: #C69D34;}
.other_subalbum li a p{ background: #000; color: #fff; text-align: center;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.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) { 
}




