@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=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&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",  "Poppins", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}


.pageIndex #content_main{
    background: #002D44;   
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 菜單隱藏 */
.stellarnav > ul > li:nth-of-type(2) { /*display: none;*/}
/* header */
.header_area {  position: fixed;  
    width: 100%; background: #002d4400;
    padding: 0;}Z
.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{ padding-right: 24px; padding-top: 20px; z-index: 9999;}
.me_tp_features a { color: #e1e1e1;}
.shop_search_btn{ background: #ce3c39;}
.tp_links{ display: none;}

.stellarnav{z-index: 99;}
/*新增的效果*/
.stellarnav > ul > li { position: relative;}
/*.stellarnav > ul > li:hover > a { color: #ffffff;}*/

/*選單icon*/
.stellarnav > ul > li > a:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 32%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    }

/* 產品隱藏 、最新消息隱藏 */
.stellarnav > ul > li:first-of-type { display: none;}

.stellarnav > ul > li:nth-of-type(2) > a:before {
    content: url(https://pic03.eapple.com.tw/flameduck/nav-02.png);}
.stellarnav > ul > li:nth-of-type(3) > a:before {
    content: url(https://pic03.eapple.com.tw/flameduck/nav-03.png);}
.stellarnav > ul > li:nth-of-type(4) > a:before {
    content: url(https://pic03.eapple.com.tw/flameduck/nav-04.png);}
.stellarnav > ul > li:nth-of-type(5) > a:before {
    content: url(https://pic03.eapple.com.tw/flameduck/nav-05.png);}
.stellarnav > ul > li:nth-of-type(6) > a:before {
    content: url(https://pic03.eapple.com.tw/flameduck/nav-01.png);}

.stellarnav > ul > li.drop-left > ul{ right: unset; left: 14px ;}


.stellarnav li a {  padding: 12px 12px;  display: block;  color: #fff;  font-size: 14px;}
.stellarnav li li {  display: block;  border: none;  margin-bottom: 0px;  background: #002d44; border-bottom: 1px solid #002d44af;}


@media screen and (max-width: 1024px){
	.nav-header {position: relative; width: 200px;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 41px;}/*漢堡按鈕*/
	.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;}
	.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;    font-size: 14px;   font-weight: 200;  }
    .stellarnav.mobile > ul > li.has-sub > ul a:hover{ color: #070707;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.main_header_area{background: #002D44;}
.main_header_area {
    background: linear-gradient(180deg, #002D44e3, transparent);
    box-shadow: none;
    position: relative;
}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #002D44e3;
    transition: all .5s;
    transition-timing-function: ease-in;
}
.stellarnav ul ul{ left: 14px;}
.stellarnav > ul > li {  padding: 16px 0 26px; }
.stellarnav > ul > li > a{ height: 60px; }
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {  font-weight: 500;   position: relative;  padding: 30px 26px 0px; margin: 0; color: #fff;  transition: all .8s;  letter-spacing: 2px;  font-size: 16px; }
.stellarnav > ul > li > a:hover {color: #B91B21; font-weight: bold; }
.stellarnav > ul > li > a:hover b{color: #B91B21; 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: #B91B21;  color: #FFF;  border: none;}
/* .stellarnav li.has-sub > a {padding: 0px 25px 0px 15px;} */
.stellarnav li.has-sub > a:after {border-top: 4px solid #B91B21;}
.stellarnav li.has-sub > a:hover:after {  color: #B91B21;}
.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: #fff;
    transition: all 0.3s ease-in-out;
}



  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #c6c9ce;}
  .stellarnav .menu-toggle:after { color: #c6c9ce;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #231815;
      color: #c6c9ce;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #c6c9ce;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #c6c9ce;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #002D44;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #EE9C25;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #EE9C25;
    }
    .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: transparent;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 0px;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


.nav-header {  width: 250px;   max-width: max-content;}
.nav-brand {  margin-top: 10px;}
.nav-brand img{ max-width: 90%;}


@media screen and (max-width: 1200px){
	.main_header_area .container {   max-width: 1800px;  padding: 0px 2%;}
	.nav-header{ width: 220px;}
	.stellarnav > ul > li > a { font-size: 14px;}
}
 
@media screen and (max-width: 1024px){
    .main_header_area { background: #002D44; }
	.navigation {padding: 0;}
	.stellarnav > ul > li {padding: 0;}
    .stellarnav ul{ padding-top: 10px;}
	.nav-header {  top: 20px; width: 240px;}
	.nav-brand {   margin: 0px 0 10px 0;}
    .me_tp_features{ padding-top: 0px;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a{ margin-bottom: 10px;}
}

@media screen and (max-width: 768px){
    .nav-brand{margin: -8px 0 2px 0; }
    .nav-header{ z-index: 9;}
	.stellarnav.mobile.left > ul{ top: -11px;}
    .stellarnav > ul > li > a:before{
        top: 35px;
        left: 120px;
    }
    .stellarnav.mobile ul ul{ padding-top: 0px;}
    .nav-brand img{ max-width: 80%;}
    .stellarnav > ul > li.drop-left > ul{ left: 0px;}
    .me_tp_features{ padding-top: 4px; padding-bottom: 10px;z-index: 1;}
}

@media screen and (max-width:570px)  {
    .stellarnav.mobile{top: 53px;}
}

/* 商品下拉超過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: #002D44;}
.footer .center {max-width: 1350px;}
.footer_info {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;}
.footer_info ul {
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;}
.footer_info li {
    display: inline-block;
    width: 45%;}
.footer_info li p, .footer_info li p a {
    line-height: 200%;
    color: #fff;
    font-size: 14px;}
.box_link {    display: none;}

/*LOGO*/
.footer_logo {width: 250px;margin: 0;}
.footer_logo img {width: 120%;} 

/* footer資訊 */
.footer_info li:nth-child(1){ display: flex;flex-direction: column;}
.footer_info li p.tel:before{
    content: '服務專線：';
}
.footer_info li p.mail:before {
    content: '服務信箱：';
}
.footer_info li p.add:before{
    content: '店家地址：';
}
.footer_info li p.add2:before{
    content: '服務時間：';
}

.footer_info li p.tel{ order: 1;}
.footer_info li p.line{ order: 2;}
.footer_info li p.mail{ order: 3;}
.footer_info li p.add{ order: 4;}
.footer_info li p.add2{ order: 5;}



/*選單*/
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a:nth-child(3) {/*display: none;*/}
.footer_menu a {
    font-size: 13px;
    color: #EE9C25;
    width: 100px;
    text-align: left;
    letter-spacing: 2px;
    background: unset;
    margin: 0 35px 5px 0;
    padding: 10px 0px;
    border: unset;
    border-bottom: 0px;
    position: relative;
    transition: 0.5s all;}
.footer_menu a:hover {
    background: unset;
    color: #CD3936;
    font-weight: bold;
    transition: 0.5s all;

}

.footer_menu a::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://pic03.eapple.com.tw/flameduck/f-m-i.png );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 8px;
    left: -25px;
}

.copy{
    color: #AAAAAA;
    border-top: 0px;
}
.copy a{
    color: #AAAAAA;
}

@media screen and (max-width: 1024px) {
.footer_info {justify-content: space-around;}
.footer_info ul {justify-content: space-around;}
.footer_info li {width: 100%;}
.footer_logo {margin: 0;}
.footer_logo img{ width: 100%;}
}

@media screen and (max-width: 950px) {
.footer_info { flex-direction: column;}
.footer_info ul {
    width: 90%;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;}
.footer_info li {padding: 10px 0;}
.footer_menu a { width: 65px;/*四個字*/ margin: 5px 25px;}

.footer_menu a:nth-of-type(2) { width: 100px;}/*六個字*/
.footer_menu a:nth-of-type(4) { width: 50px;}/*三個字*/


}
@media screen and (max-width: 768px) {
.footer_menu a {margin: 5px 20px;}
}
@media screen and (max-width: 650px) {
    .footer_menu a {}
    }
@media screen and (max-width:378px) {
    .footer_menu a::before{}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; 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{
    background: #002D44;
    font-family: "Noto Serif TC",  "Poppins", sans-serif;
}
.car_page #content, .remit_page #content{
    background: #002D44;
    font-family: "Noto Serif TC",  "Poppins", sans-serif;
}

/* 首頁 */
/* .prod_part{
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/in-bg-bottom.png);
    background-position:left;
}
.i_prod_tit span, .i_video_tit span{font-size: 40px; color: #3C5947; font-weight: bold; font-family: "Noto Serif TC" ,  sans-serif;}
.i_prod_tit::after{ content: "Products"; font-size: 36px; color: #BA926E; font-weight: 400; display: block; font-family:  "Quicksand", sans-serif;}
.animated-arrow{ background: unset; color: #7C988A; width: 200px; font-size: 17px;  border: 1px solid #7C988A;} */

/*購物車*/
.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: #afafaf;}
/*購物車/外層*/
.products-list .more {    border: 1px solid #7C988A;    color: #7C988A; display: none;}
.products-list .item a:hover .more {    background: #7C988A;}
.products-list .item a{ transition: 0.5s;}
.products-list .item a:hover .name{ color: #9C1B21;}
.products-list .item a .pic:before {
    content: "";
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: .3s;
}
.products-list .item a:hover .pic:before{ background: rgba(128,33,35,0.75);}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #D18025;}
.products-list .price b.ori_price {    font-size: 14px;}
/*外層版面*/
.product_page .main_part {    width: 90%;	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: transparent;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
.product-layer-two li a {    color: #fff;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.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: #B03936; padding-left: 20px;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #B03936; color:#fff;}
.product-layer-two > li > a:before {
    content: ""; position: absolute; width: 12px; height: 8px; background: #D18025; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);
}
.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_a3{background: #808080;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #9C1B21;}
.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: #802123; }
.sidebarBtn .sp_price {color: #D18025;}
.sidebarBtn{
  border: 0.3px rgba(221, 221, 221, 0.447) solid;
}
.pd_tabInner_contain .edit{
    color: #fff;
}
.pd_tabTitle li a{font-size: 24px;    color: #a1a1a1; font-weight: bold; }
.pd_tabTitle li.activeTab::after{ height: 0.2px; background: #e4c59e6e; }
.pd_tabTitle li.activeTab a{ color: #a1a1a1;}
.mobile_product_name{font-size: 24px; display: none;}
.prod_related h6 span:before{font-size: 24px;    color: #a1a1a1;}
.prod_related{
  border-top: none;
  background: rgba(0, 0, 0, .1);
}
.products-list .name{
  font-size: 17px;
  color: #fff;
  font-family: "Noto Serif TC",  "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: -20px;
}
.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",  "Poppins", sans-serif;
  font-weight: 500;
  background: transparent;
}

.lastPage {
  background: #8d99a5;
}

.nextaction {
  background-color: #124375;
  background-image: none;
  text-align: center;
}

.lastaction {
  color: #ffffff;
  background-color: #6e87a0;
  background-image: none;
  text-align: center;
}
.related_list{
    grid-template-columns:1fr 1fr 1fr;
}
.related_list li a{
    background: transparent;
}
.related_list li a p{
    color: rgba(240, 237, 237, 0.941);
}
.rewrite_simple{
    background: #9C1B21;
}
.send_simple{
    background: #808080;
}
.formbox_form li .form__label{
    color: #fff;
}
.total_amount li{ color: #fff;}
.shopping-cart .cart_content .row{ color: #fff;}
.shopping-cart .cell.product_name p{ color: #D18025;}
.fa-lg{ color: #B03936;}
.total_amount li input[name=DiscountCode]{ color: #000;}

.form label.Bigcheck{ color: #fff;}
.form label{ color: #fff;}

.declaration{ background: transparent;}

.car_page #page .show_content .separate_title:nth-of-type(2){ display: none;}

@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: 229px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 130px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*內頁BANNER 設定*/
.banner {
    padding: 240px 0 140px;
    background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
   overflow: hidden;
   background-image: none;
   position: relative;
   z-index:1;
   background: repeat center center #231815;
   margin-top: -80px;
}
.banner h5 { color: #fff; text-shadow: 5px 5px 5px #000000; letter-spacing: 4px;}


 
 /* 最外層banner區塊的before */
 .banner.banB::before{
    content:"";width:100%; height:100%;
    position: absolute; top:0; left:0; z-index:-1; animation-name: moveLeftRight; animation-duration: 20s;background-size: cover;  background-position: center;
    background-image: url(https://pic03.eapple.com.tw/flameduck/banB.png);}
    .services_page .banner.banB::before{
        content:"";width:100%; height:100%;
        position: absolute; top:0; left:0; z-index:-1; animation-name: moveLeftRight; animation-duration: 20s;background-size: cover;  background-position: center;
        background-image: url(https://pic03.eapple.com.tw/flameduck/banBB.png);}
.banner.banD::before{
        content:"";width:100%; height:100%;
        position: absolute; top:0; left:0; z-index:-1; animation-name: moveLeftRight; animation-duration: 20s;background-size: cover;  background-position: center;
        background-image: url(https://pic03.eapple.com.tw/flameduck/banD.png);} 
 .banner.banF::before{
   content:"";width:100%; height:100%;
   position: absolute; top:0; left:0; z-index:-1; animation-name: moveLeftRight; animation-duration: 20s;background-size: cover;  background-position: center;
   background-image: url(https://pic03.eapple.com.tw/flameduck/banF.png);} 
  .banner.banblog::before, .banner.banE::before{
    content:"";width:100%; height:100%;
    position: absolute; top:0; left:0; z-index:-1; animation-name: moveLeftRight; animation-duration: 20s;background-size: cover;  background-position: center;
    background-image: url(https://pic03.eapple.com.tw/flameduck/banblog.png);} 



@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
      }
      25% {
        transform: translateX(-3%);
      }
      50% {
        transform: translateX(0%);
      }
      75%{
        transform: translateX(3%);
      }
      100%{
        transform: translateX(0%);
      }
  }
  

@media screen and (max-width:1024px) {
    .banner {
        padding: 100px 0px;
        margin-top: 228px;
    }
}
@media screen and (max-width:768px) {
    .banner {
        margin-top: 130px;
        background-position: center;
    }
    .banner.banB::before,   .services_page .banner.banB::before,.banner.banD::before,.banner.banF::before, .banner.banblog::before{
        animation-name: unset;
    }
}

@media screen and (max-width:450px) {
    .banner {
        padding: 40px 0px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 首頁文章 */
.module_i_news .title_i_box h4{ color: transparent; margin-bottom: -28px;}
.module_i_news .title_i_box h4::before{
    content: "";
    display: block;
    width: 85px;
    height: 291px;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/flameduck/i-b-title.png );
    margin: auto;
}
.animated-arrow{
    margin-top: 32px;
    width: 200px;
    background: #802123;
}
.i_blog_le{
    width: 210px;
    padding: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.i_blog_ri{
        display: flex;
        flex-flow: column wrap;
        padding: 44px 36px 44px 44px;
        width: 100%;
        position: relative;
        justify-content: center;
}
.module_i_news li{ background: #fff; transition: 0.5s;}
.module_i_news li:hover {
    transform: translateY(-6px);
}
.i_blog_ri h5{
    color: #802123;
    font-weight: bold;
}
.i_blog_ri p{ color: #000;}
.module_i_news li a:before{
    display: none;
}
.module_i_news li a:after{
    background: transparent;
}
.i_blog_ri em:after{
    content: '閱讀更多 ＋';
    letter-spacing: 0.4px;
    color: #D18025;
    font-weight: bold;
    position: absolute;
    bottom: 26px;
    right: 18px;
    font-size: 14px;
}
@media screen and (max-width:1024px) {
    .i_blog_ri{
        padding: 44px 36px 58px 22px;
    }
}

@media screen and (max-width:768px) {
    .module_i_news ul{
        grid-gap: 26px;
    }
    .i_blog_le{
        width: unset;
    }
    .i_blog_ri{
        padding: 20px 36px 72px 44px;
    }
}

@media screen and (max-width:450px) {
    .i_blog_ri{
        padding: 44px 24px 58px 24px;
    }
}

/*文章設定*/
.blog_page #content,.blog_in_page #content{
    background: #002D44;
}


.blog_page h4.blog_category_title {
    display: none;
}

.blog_box {
    padding: 0;
    margin-top: 20px;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    background: white;
    border-bottom: none;
}

.subbox_item:hover {
    transform: translateY(-6px);
}

.subbox_item a {
    display: flex;
    flex-flow: row wrap;
    gap: 0;
}

.blog_list_le {
    width: 260px;
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 44px 36px 44px 44px;
    width: calc(100% - 275px);
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #802123;
}

.blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    position: relative;
}

.blog_list_ri p {
    line-height: 165%;
    margin: 16px 0 20px;
    -webkit-line-clamp: 2;
    letter-spacing: 0.5px;
    color: #000;
}

.blog_list_ri em:after {
    content: '閱讀更多 ＋';
    letter-spacing: 0.4px;
    color: #D18025;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
    background: #fff;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #9C1B21 !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #9C1B21 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Serif TC', serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #fff 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #fcf9f4;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: 900;
}

.submenu a:hover {
    border-left: #fcf9f4 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic,
.blog_shareData {
    display: none;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 20px;
    font-size: 30px;
    color: #D18025;
    letter-spacing: 2px;
}

.blog_box_edit {
    color: #fff;
    font-size: 16px;
}

.blog_box_edit * {
    line-height: 165%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a:hover {
    background: #9C1B21 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: #808080;
    transition: all .3s ease;
}

.news_related {
    padding: 48px 0;
    background: rgba(0, 0, 0, .1);
}

.news_related_list {
    max-width: 1400px;
    width: 90%;
    display: flex;
    justify-content: center;
}

.lastPage {
    background: #9C1B21;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #fff;
}

.news_related_list li a p {
    margin-top: 4px;
    color: rgba(240, 237, 237, 0.941)
}
.news_related_list li a{
    background: unset;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 1024px) {

    .subbox_item a {
        flex-direction: column;
    }

    .blog_list_le,
    .blog_list_ri {
        width: 100%;
    }

    .blog_list_ri {
        padding: 24px;
    }

    .blog_list_ri p {
        margin: 10px 0 14px;
    }

    .news_related_list li {
        width: calc((100% - 20px) / 2);
    }

    .news_related_list {
        grid-gap: 20px;
    }
}

@media screen and (max-width: 768px) {

    .blog_ri {
        padding: 0;
    }

    .blog_search {
        margin-bottom: 20px;
    }

    h4.blog_category_title {
        font-size: 26px;
    }

    .news_related_list li a p {
        -webkit-line-clamp: 1;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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: none;
}
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) { 
}




