@charset "utf-8";



/* 商品下拉超過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;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/*header*/
.nav-brand img {
    max-width: 40%;
}

.main_header_area .container {
    max-width: 1700px;}

/* OP-waiting_action */
.bannerindex::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: grayscale(1)  blur(7px); 
    z-index: 9998;
    animation: OPactionBg 4.3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    pointer-events: none;
}

.bannerindex::after{
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     width: 50%;
    height: 0;
    padding-bottom: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%,-50%) ;
    pointer-events: none;
    animation: OPactionLogo 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}


.bannerindex .swiper-wrapper {
    transform: scale(0.8);
    animation: OPactionBanner 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards ;
}

@keyframes OPactionBg {0%{backdrop-filter: grayscale(0.5)  blur(10px);}100%{backdrop-filter: grayscale(0)  blur(0px);}}
@keyframes OPactionBanner {0%{transform: scale(1.2);}100%{transform: scale(1);}}
@keyframes OPactionLogo {0%{width: 10%;opacity: 0;}50%{width: 12%;opacity: 1;}100%{width: 12%;opacity: 0;}}






@media screen and (max-width: 768px) {
.bannerindex::after {width: 20%;}
.bannerindex::after{filter: brightness(0);}
}


@media screen and (max-width: 500px) {
.bannerindex::after {width: 30%;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.pageIndex #content_main {
    background-image: url(https://pic03.eapple.com.tw/steel/content01.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}


/* header */
.header_area {
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.header_area.sticky {
    background: transparent;
}

.pageIndex .header_area {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 30px;
    transition: ease-out 0.4s;
    box-shadow: none;
    animation: navDown 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.8s;
    opacity: 0;
}
@keyframes navDown {0%{opacity: 0;transform: translate(0,-20px);}100%{opacity: 1;transform: translate(0,0);}
}
.pageIndex .header_area.sticky {
    transition: ease-out 0.4s;
    position: fixed;
    top: 0;
}





.header_area .main_header_area {
    background: rgb(255 255 255 / 70%);
    box-shadow: 0px 0px 15px -10px #000;
}

.pageIndex .header_area .main_header_area {
    box-shadow: none;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 45px;
    transition: ease-out 0.4s;
}
.pageIndex .header_area.sticky .main_header_area {
    background: rgb(255 255 255 / 60%);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: ease-out 0.4s;
}




.main_header_area .container {
    max-width: 1280px;
    transition: 0.4s;
    padding: 0;
}


/* 導覽列 */
.navigation {
    padding: 0 0 0 200px;
    display: flex;
}

/* 父容器 */
.pageIndex .bannerindex .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* 第一張 slide：上下切割 */
.pageIndex .bannerindex .swiper-slide:nth-of-type(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(https://pic03.eapple.com.tw/steel/banner-03.png);
    background-size: cover;
    background-position: center top;
    opacity: 0;
    z-index: 1;
    animation: sliceUpFadeIn 1.5s ease-out forwards;
}

.pageIndex .bannerindex .swiper-slide:nth-of-type(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(https://pic03.eapple.com.tw/steel/banner-03.png);
    background-size: cover;
    background-position: center bottom;
    opacity: 0;
    z-index: 1;
    animation: sliceDownFadeIn 1.5s ease-out forwards;
}

/* 切割動畫 */
@keyframes sliceUpFadeIn {
    0% { opacity: 0; transform: translateY(-20%); filter: blur(4px); }
    100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes sliceDownFadeIn {
    0% { opacity: 0; transform: translateY(20%); filter: blur(4px); }
    100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

/* 後續 slide：淡入動畫 + 背景圖片 */
.pageIndex .bannerindex .swiper-slide:nth-of-type(2):before,
.pageIndex .bannerindex .swiper-slide:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/steel/banner-04.png); /* 第二張圖片 */
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: fadeInCenter 1.2s ease-out forwards;
}

@keyframes fadeInCenter {
    0% { opacity: 0; transform: scale(0.95); filter: blur(4px); }
    100% { opacity: 1; transform: scale(1); filter: blur(0); }
}



/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/


/* 第一層 */


.stellarnav > ul > li {
    position: relative;
    padding: 30px 0;
}


.stellarnav > ul > li > a {
    color: #fff;
    height: fit-content;
    margin: 0;
    display: block;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 3px;
}

.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {
    font-weight: 400;
    position: relative;
    padding: 0 15px;
}
.me_tp_features {display: none;}

.stellarnav li li {
  position: relative;
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); /* 平滑過渡 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 初始陰影，微層次 */
}
.stellarnav ul ul {width: 100%;}
/* hover 時浮起效果 */
.stellarnav li li:hover {
  transform: translateY(-4px); /* 微上浮 */
  background: linear-gradient(135deg, #ffffff, #f9f9f9); /* 輕微漸變增層次 */
  box-shadow: 0 12px 24px rgba(0,0,0,0.2), 0 8px 12px rgba(0,0,0,0.1); /* 多層陰影 */
  color: #111; /* 文字略加深，增加層次感 */
}

/* 可選：加一點光暈效果 */
.stellarnav li li::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.stellarnav li li:hover::after {
  opacity: 1;
}
.stellarnav > ul > li:nth-child(6) > a {
    padding: 0 10px 0 25px;
}
.stellarnav li li {    letter-spacing: 2px;
    font-size: 15px;
    font-family: arial, tahoma;
}

/* 三角形 */
.stellarnav li.has-sub > a:after {    border-top: 6px solid #fff;}
.other_page .stellarnav li.has-sub > a:after {    border-top: 6px solid #444;}
/* 其他頁的header */
.other_page .stellarnav > ul > li > a {    color: #444;}
.other_page .nav-header {    filter: none}
.blog_page .stellarnav > ul > li > a {    color: #444;}
.blog_page .nav-header {    filter: none}
.product_page .stellarnav > ul > li > a {    color: #444;}
.product_page .nav-header {    filter: none}
/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    position: absolute;
    text-align: center;
    z-index: unset;
    top: 10px;
    filter: contrast(0) brightness(100) drop-shadow(1px 1px 0px #222);
}
.header_area .nav-brand {
    margin: 10px 0px;
    max-width: 180px;
    width: 100%;
}
.nav-brand img {
    width: auto;
}




/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 8px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #444;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #444;
}

/*反白顏色*/
::-moz-selection {
    background-color:#3ab0ff;
    color: #ffffff;
}

::selection {
    background: color #444;;
    color: #ffffff;
}

/*content banner*/
#content {
    background: url(https://pic03.eapple.com.tw/steel/content01.png) no-repeat;}


/*footer*/
/* = = = = = == = =header 上小icon= = = = =  = = = = = = = == = = */
.tp_links {
    display: none;
}

/*首頁 */
.edit_part {
    padding: unset;
}


/*服務項目 */
.other_page .banB {display: none;}
.path p, .path p a {display: none;}

/*promotions_page */
.promotions_page .nav-header {filter: unset;}
.promotions_page .stellarnav > ul > li > a {color: #444;}

/* = = = = = == = =底下footer= = = = =  = = = = = = = == = = */
.footer_info li p.phone:before {
display: none;
}
.footer_info li p.phone {
display: none;
}
.footer_info li p.mail {display: none;}

.box_link {    display: none;}
.footer_menu a:hover {
    background: #444;}
.footer_info li p {    color: #444;    letter-spacing: 3px;}
a {color: #444;}
.footer_menu a {    color: #444;}
.footer_logo {    max-width: 100%;
    margin: auto;}
.footer_info {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 8px;
}
.footer_menu {display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer100px*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s; color: #444; background: rgba(0,0,0,0); border: 1px #444 solid;}
.footer_menu a:hover {    background: #444; color: #fff;}
.footer_info li {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}
.footer_info li p.phone{ order:1 ;}
.footer_info li p.tel{ order:2 ;}
.footer_info li p.mail{ order:3 ;}
.footer_info li p.add{ order:4 ;}
.footer {    background: #fff;}
.footer_logo img {
  display: block;
  margin: 0 auto;
  max-width: 30%;
}
.footer_info {    padding-right: UNSET;}
.footer_info {padding: UNSET;}
/* = = = = = == = =copy= = = = =  = = = = = = = == = = */
.copy {    color: #444;}

/* = = = = = == = =to top按鈕= = = = =  = = = = = = = == = = */
#to_top{ background: unset;    border: 1.5px solid #999;
    color: #999;
padding-top: 0px; 
line-height: 10px; position: fixed; 
bottom: 40px;left: unset; 
right: 20px;
box-shadow:unset;}

#to_top:hover{ background: #222; color: #fff; border: 0px;}
#to_top i.top:before, #to_top i.top:after{ display: none;}

#to_top{
    -webkit-animation: topmoveTop 3000ms infinite;
    animation: topmoveTop 3000ms infinite;
}
@keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
@-webkit-keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
.topmoveTop {animation: topmoveTop 3000ms infinite;}


/*購物車*/
.i_prod_tit span{color: #fff;}
/*product_info_page */
.product_info_page  .nav-header {filter: unset;}
.product_info_page .stellarnav > ul > li > a {color: #444;}
.product_info_page .edit {    color: #fff;}
.product_info_page .header_area.sticky {background: #ffffffcf;}

/*三角形 */
.product_page .stellarnav li.has-sub > a:after {border-top: 6px solid #444;}
.product_info_page .stellarnav li.has-sub > a:after {border-top: 6px solid #444;}
/*car_page */
.car_page  .nav-header {filter: unset;}
.car_page .stellarnav > ul > li > a {color: #444;}
.car_page .header_area.sticky {background: #ffffffcf;}

/*car_page 按鈕特效 */
.rewrite_simple {
    background: #ffffffe0;
    color: #444;
    border: none;
    line-height: 1px;
    letter-spacing: 2px;
    border-radius: 999px;
    padding: 10px 24px;
    cursor: pointer;
    position: relative;
    animation: pulse 1s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(239,68,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
}
.send_simple {
    background: #898989;
    color: #fff;
    border: none;
    line-height: 1px;
    letter-spacing: 2px;
    border-radius: 999px;
    padding: 20px 24px;
    cursor: pointer;
    position: relative;
    animation: pulse 1s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(239,68,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
}

.lastPage {    background: #898989;
    color: #fff;
    border: none;
    line-height: 1px;
    letter-spacing: 2px;
    border-radius: 999px;
    padding: 20px 24px;
    cursor: pointer;
    position: relative;
    animation: pulse 1s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(239,68,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
}


.shopping-cart .cell.product_name p {color: #fff;}
.total_amount {width: 350px;}
.fa-remove:before, .fa-close:before, .fa-times:before {    color: #fff;}

/*購物車設定*/
.product_page .main_part {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    padding: 100px 0px;
    text-align: center;}

.inquiry_a3 {background: #000;}
/* 選單 */
.product-layer-two {display: flex;justify-content: center;}
.products-list .price .sp_price { text-align: left;}

.product-layer-two li:hover:before {
    bottom:  inherit;
    top:  0;
    height: 100%;
    transition: all 0.5s;}

.product-layer-two li a {
    color: #fff;
    border: 0;
    padding: 0;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;}

.product-layer-two li:hover > a { 
    background: transparent;    
    color: #fff;}

.product_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;}

.product-layer-two li.active > a {font-weight: normal;border:none;}

.products-list .price b {
    color: #fff;
    font-size: 16px;
    width: calc(50% - 10px);}
.products-list .price b.ori_price{color: #fff;text-align: right;}



/* 內容 */
.products-list .more {display: none;}

.products-list .item a:hover .more {    background: #fff;    border-color: #fff;	color: #ffffff;}
.products-list {grid-template-columns: 1fr 1fr;}

.clearfix:before, .clearfix:after {content: " ";display: none;}
.products-list .price b:first-child:last-child {display: none;}
.products-list .pic { aspect-ratio: unset;}
.products-list .item a:hover img {transform: scale(1.05);transition: all 0.5s;}

.products-list .name {padding: 1% 5% 8%;}

.products-list .name::before {
    content: "";
    text-align: center;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 10px 0;}

.products-list .item a:hover .pic{transition: all 0.5s;}
.products-list .name {    color: #fff;}
.animated-arrow {
    background: #777;}

/*內頁*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 100px 0px;text-align: center;}

.lastPage {background: #fff;width: 200px;    color: #000;    margin: 10px auto;}
.nextaction {    background-color: #fff;}
.lastaction {    color: #fff;    background-color: #fff;}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;}

.product_pic #bx-pager a {border: none;}

.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;}
/*購物車區塊*/
.sidebarBtn h2 {color: #fff;}
.sidebarBtn {    border: 5px #dddddd00 solid;
    background: #ffffff00;}

.sidebarBtn h2 {
  display: inline-block;
  padding: 0 10px; /* 文字與直線的間距 */
  border-left: 2px solid #fff;  /* 左側直線 */
  border-right: 2px solid #fff; /* 右側直線 */
  line-height: 1.5;
}

.product_info li span {color: #fff;}
.product_info li span {
  display: inline-block; /* 讓框能貼文字 */
  border: 1px solid #fff; /* 四邊線條 */
  padding: 5px 10px; /* 內距讓文字不要太貼邊 */
  border-radius: 0; /* 想要直角就設 0，要圓角可改 */
}

#bx-pager h6{display: none;}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #fff;
    padding: 0;
    text-align: left;}

.inquiry_a1 {background: #33373a;}
.inquiry_a2 {background: #777;}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #777;
    margin: 10px 0;}

ul.prod {
    list-style: none;
    display: block;
    width: 100%;}

ul.prod li .prod-panel {color: #fff;text-align: left;}
ul.prod li {margin-bottom: 40px;color: #fff;}
.toShare { border-top: 1px solid #fff;}
.pd_tabTitle {font-size: 40px;color: #fff;display: none;}
#prod_thumbSwiper .swiper-slide:nth-child(n+6) {display: none;}
.proImgSwiper img {width: 100%;}
.pd_tabTitle li {border-bottom: none;}
.proImgSwiper {aspect-ratio: unset;}
/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;}

ul.prod li span{color: #777;}

.qaform .breakF {
    border: 1px #777 solid;
    background: #fff;
    color: #fff;}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;}

.productBtn{
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #777 solid !important;
    color: #777;
    transition: all 0.5s;}

.productBtn:hover{ background-color: #fff;transition: all 0.5s;}

/*  */
.prod_related {background: #00000000;}
.prod_related h6 span:before {display: none;}

.related_list li a {
    display: block;
    padding: 5%;
        background: #777;}

.related_list li a p {
    font-size: 15px;
    margin: 10px 0;letter-spacing: 3px;}

.related_list li{transition: all 0.5s;}
.related_list li:hover{transform: scale(1.05);transition: all 0.5s;}
.mobile_product_name {display: none;}
.product_menu_list {width: 100%;margin-bottom: 40px;}
.product_main {position: relative;}
.prod_tabs {margin-top: 0;}
.pd_tabTitle li.activeTab::after {display: none;}
.pd_tabTitle li.activeTab a {display: none;}
.prod-panel { width: 100%; max-width: 1000px;margin: auto;}
.product_info_page .edit img {width: 100%; max-width: 850px;}
.pd_tabInner_contain {text-align: center;}

.product-layer-two li {margin: 0 20px; width: 120px;}
.product-layer-two li a:hover:before {width: 100%;}
.product-layer-two li a:before {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 1px;
    position: absolute;
    background: #fff;
    top: 34px;}

    .products-list .pic img {
    max-width: 100% !important;
    min-width: 100%;
    height: 300px !important;
    max-height: 300px !important;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    display: inline-block;
}

@media screen and (max-width: 768px) {
  .product_page .main_part {padding: 0;}
    .product-layer-two {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
        align-items: flex-end;}
    .product-layer-two li {width: calc(100% / 3);}
    .product-layer-two li a {text-wrap: pretty;word-break: keep-all;}
    .product-layer-two li:hover > a {padding-left: 20px;}
    .products-list {
        width: 100%;
        padding: 20px 0;
        margin-top: 30px;}
    .product_info_page .product-layer-two {display: none;}
    .product-wrapper {left: 0px;}
    .product_info_page .show_content {width: 100%;padding: 5%;}
    .product_main { position: relative;left: 0;}
    .product_menu_list{display: none;}}

@media screen and (max-width: 500px) {
    .products-list .item {width: 100%;}
    .product_page .main_part {max-width: 85%;}
    .product-layer-two li {width: calc(100% / 2);}
    .products-list .more {font-size: 14px;}
    .products-list .item {width: 100%;}
    .products-list .item a {padding: 10%;}
    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_in_page .nav-header {filter: unset;}
.blog_in_page  .stellarnav > ul > li > a {color: #444;}
.blog_in_page .stellarnav li.has-sub > a:after {border-top: 6px solid #444;}
.blog_page .stellarnav li.has-sub > a:after {border-top: 6px solid #444;}
.blog_in_page  .header_area.sticky {background: #ffffffcf;}

/*文章banner*/
.banner {background-image: url(https://pic03.eapple.com.tw/steel/head-banner.png);}
.banner h5 {
display: none;}


@media screen and (max-width: 768px) {
.banner {background-image: url(https://pic03.eapple.com.tw/steel/head-banner-02.png);}
}
@media screen and (max-width: 500px) {
.banner {display: none;}
}


/*一排呈現*/
.subbox_item { width:100%;}
/*文章-首頁*/
.module_i_news {    padding: 80px 20px;}
.module_i_news section {    max-width: 1400px;}
.module_i_news .title_i_box h6 {
    color: #000;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 500;
}
.module_i_news .title_i_box h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

.module_i_news ul {    grid-template-columns: repeat(4, 1fr);}
.blog_subbox {    grid-template-columns: repeat(3, 1fr);}
.module_i_news li, .subbox_item{position: relative;}
.module_i_news li:before, .subbox_item:before {
    content: "→";
    position: absolute;
    color: #fff;
    right: 10px;
    font-size: 13px;
    bottom: 9px;
}
.module_i_news li:hover::before, .subbox_item:hover::before {
    animation: mo_arrow 800ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes mo_arrow{
    40%,50%{opacity:0}
    43%{transform:translateX(105%) scaleY(0.1)}
    44%,50%{transform:translateX(-145%) scaleY(0.1)}
    100%{transform:translateX(0) scaleY(1)}
}
.module_i_news li:after, .subbox_item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    border: none;
    left: 0;
    transition: 0.2s;
    opacity: 1;
    bottom: 0;
}
.module_i_news li:hover:after, .subbox_item:hover:after {
    animation-name: line_move;
    animation-duration: 0.5s;background: #777;
}

.module_i_news li a, .subbox_item a {
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: hidden;
    animation: blogin 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards;
    padding: 10px;
    padding-bottom: 35px;
}
.module_i_news li a:before, .subbox_item a:before {
    color: #fff;
    opacity: 1;
    text-align: left;
    left: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    transform: translateY(0%);
    overflow: hidden;
    height: 16px;
}
.module_i_news li a:hover:before,  .subbox_item a:hover:before {
    transform: translateY(-100%);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
}
.module_i_news li a::after, .subbox_item a:after {
    background: transparent;
    opacity: 1;
    top: 100%;
    border: none;
    color: #fff;
    opacity: 1;
    text-align: left;
    left: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    content: 'READ MORE';
    overflow: hidden;
    box-sizing: border-box;
    bottom: 0;
    height: 16px;
}
.module_i_news li a:hover:after, .subbox_item a:hover:after {
    transform: translateY(-151%);
}

@keyframes line_move{
    30%{left:100%;width:0}
    40%{width:0;left:0}
    100%{left:0;width:100%}
}

.module_i_news li a, .i_blog_le img {animation-delay: 3s;}

.i_blog_le, .blog_list_le {    aspect-ratio: 4 / 3; overflow: hidden;}
.i_blog_le img, .blog_list_le img{ 
    transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: img-in 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards ; 
}
.module_i_news li a:hover img, .subbox_item a:hover img {    transform: scale(1.2) translate3d(0, 0, 0);}

.blog_list_ri, .i_blog_ri {    padding: 0;    height: 145px;}
.i_blog_ri h5, .blog_list_ri h5 {    color:#fff;    font-weight: 400; font-size: 18px; }
.i_blog_ri em, .blog_list_ri em {    color:#fff;}
.i_blog_ri p, .blog_list_ri p {
    color: #fff;
    font-size: 14px;
    line-height: 140%;
    font-weight: 300;
}

@keyframes blogin {
    0% {    border-top-right-radius: 200px;}
    100% {    border-top-right-radius: 0px;  }
}

@keyframes img-in {
    0% {    filter: blur(10px);}
    100% {  filter: blur(0px); }
}



/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}
.blog_box_edit {    line-height: 200%;    color: #fff;}
.blog_back a.article_btn_back {
    background: #000;
    color: #fff;
}
.blog_back a.article_btn_prev {   background: #444;    color: #fff;}
.blog_back a.article_btn_next {    background: #444;    color: #fff;}

/*文章標籤*/
h5.blog_le_t {    color: #fff;}
.accordion li .link a {    color: #fff;}
h4.blog_category_title {color: #fff;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
background: rgb(255 255 255 / 34%) !important;}
.toShareNews b{display: none;}


/*文章-相關推薦*/
.news_related {
    background: #ffffff00;
    padding: 80px 15px;
}
.news_related h6 span:before {
    font-size:24px;
    color: #fff;
    font-weight: 400;
}
.lastPage:hover {
    background: #444;
    color: #fff;
}
.lastPage {
    color: #000;
    background: #fff;
    transition: all .3s;
}
a.news_menu_toggle i {    color: #fff;}

@media screen and (max-width: 1024px) {
.products-list {grid-template-columns: 1fr;}
}

/*最新消息*/
.share_page .main_part {
    position: relative;
    width: 100%;
    max-width: 87.5%;
    margin: auto;
    padding: 150px 6%;
    border-radius: 40px;
    border: 1px #fff solid;
}

.promotion_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px #ffffff8c solid;
}

.promotion_title h2 {
    font-size: 50px;
    color: #fff;
}

.promotion_title span {
    color: #fff;
    border: 0;
    padding: 2px 7px;
    margin: 0;
    width: 100%;
}

.promotion_title em {
    color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    height: fit-content;
    word-break: keep-all;
    order: 3;
}

/* 選項 */

.other_promotion {
    margin-top: 5vh;
    padding: 1% 3%;
    grid-template-columns: 1fr;
    background: #ffffff00;
    border-radius: 5px;
    gap: 0;
}

.other_promotion li a:before,
.other_promotion li a:after {
    display: none;
}

.other_promotion li a {
    border: none;
    display: flex;
    align-items: center;
    border-bottom: 1px #ffffff8c solid;
    padding: 25px 10px 25px;
}

.other_promotion li a:hover {
    background: transparent;
}

.other_promotion li a::after {
    content: "read more";
    display: block;
    width: fit-content;
    height: fit-content;
    border: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0;
    color: #fff;
    transform: translate(0%, -50%);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.other_promotion li a:hover:after {
    width: fit-content;
    height: fit-content;
    opacity: 1;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.other_promotion .pmtTitle h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.other_promotion .pmtTime {
    display: flex;
    color: #fff;
    margin-right: 20px;
    align-items: center;
}

.other_promotion .pmtTime cite {
    font-size: 18px;
    margin-right: 20px;
}

.other_promotion .pmtTime span {
    float: right;
    font-size: 13px;
    padding: 2px 10px;
    border-bottom: 1px #ffffff8c solid;
    border-radius: 30px;
}


.promotions_page h6 {
    font-size: 15px;
    color: #fff;
}

.promotions_page p {color: #fff;
}

.other_promotion .pmtTitle span {    color: #fff;}

/* --------------------------------------------------- */


/*= = = = = = = = = == = = = = = = = = = =RWD= = = = = = = = = == = = = = = = = = = =*/

@media screen and (max-width: 1070px) {
.pageIndex .stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {padding: 0 10px;}
.pageIndex .stellarnav > ul > li > a {font-size: 13px;}
.pageIndex .stellarnav > ul > li:nth-child(6) > a {padding: 0 1px 0 15px;}
.stellarnav ul {text-align: center;}
}


@media screen and (max-width: 1000px) {
.navigation {padding: 0 0 0 150px;display: flex;}
.stellarnav > ul > li > a {font-size: 10px;padding: 0 8px;}
.stellarnav li.has-sub > a:after {opacity: 0;pointer-events: auto; /* 仍能點擊 */}
.stellarnav > ul > li:nth-child(6) > a {padding: 0 8px;}

}




@media screen and (max-width: 860px) {
.pageIndex .stellarnav > ul > li > a {    letter-spacing: 1px;}
.pageIndex .stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {padding: 0 7px;}
    .stellarnav > ul > li > a {
    padding: 0 8px;
    font-size: 12px;
    right: 40%;}
.pageIndex .stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {
    padding: 0 8px;}
.pageIndex .header_area .nav-brand {    display: flex;justify-content: flex-start;}
.pageIndex .module_i_news ul {grid-template-columns: repeat(3, 1fr);} 
}

@media screen and (max-width: 790px) {
.pageIndex .stellarnav > ul > li > a {RIGHT: 10%;}
.pageIndex .navigation {padding: 0 0 0 100px;}
}

@media screen and (max-width: 768px) {
#bottom_menu {display: block; }
#to_top { bottom:60px;}
/*header*/
.header_area .nav-brand {margin: unset;}
.nav-header {filter:unset;}

/*pageIndex*/
.pageIndex .nav-header {left: 75%;}

    /* logo*/    
    .nav-header {
        max-width: 200px;
        margin-left: 0;
        
    }
    .sticky .nav-header {
        padding: 10px 0;
    }

    .header_area {
        height: 80px;
    }
    /* 取消 nav 下滑動畫，但保留 sticky/fixed */
    .pageIndex .header_area {
        position: fixed;  
        top: 20px;
        width: 80%;
        left: 10%;
        border-radius: 50px;
        transition: none; /* 不要動畫 */
    height: 60px; /* 調整高度 */
    animation: unset;
    opacity: unset;
    background-color:#ffffffa8;
    }
    .pageIndex .header_area.sticky {
        transition: none;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        border-radius: unset;
        height: 70px;
    }

.pageIndex .products-list .pic img {    height: 100px !important;
    max-height: 100px !important;}

.pageIndex .header_area.sticky .nav-brand {
    display: flex;
    justify-content: center;
}
.pageIndex .header_area .nav-brand {
    display: flex;
    justify-content: center;
}  
 
/*menu*/
.stellarnav .menu-toggle span.bars span {    background: #000;}
.stellarnav .menu-toggle:after {    color: #000;}
.stellarnav .menu-toggle{    padding: 15px;}
.stellarnav.mobile > ul > li > a {
text-align: unset;
padding: 20px 15px 12px;
color: #444;
right: 0%;
}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 15px;}
.stellarnav > ul > li {padding: unset;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    height: 100vh;}
.stellarnav li.has-sub > a:after {
  opacity: unset;
  pointer-events: unset; 
}
.pageIndex .stellarnav > ul > li:nth-child(6) > a {padding: 15px;}

/*other page*/
.other_page .header_area.sticky {background: #f3f3f3d1;}
.other_page .nav-header,.blog_page  .nav-header, .blog_in_page  .nav-header, .promotions_page   .nav-header,
.product_page .nav-header,.product_info_page .nav-header,.car_page .nav-header {
    filter: none;
    padding: 0px 50px 0px 50px;
    width: 100%;
    max-width: 1250px;
    margin: 10px auto;
}

/*blog*/
.copy {    margin-bottom: 60px;padding-top: 10px;}/* 隱私權高度 */
#bottom_menu {display: flex;}
.blog_page .header_area.sticky,.other_page .header_area.sticky,.product_page .header_area.sticky,.promotions_page .header_area.sticky{
    background: #f3f3f3d1;
}

/*浮動按鈕*/
.fix_ri2 {    bottom: 100px;}
#to_top {bottom: 40px;}

/*footer*/
.footer_logo img {max-width: 20%;}

}


@media screen and (max-width: 600px) { 
/*pageIndex*/
.pageIndex .header_area {height: 40px;}
.pageIndex .stellarnav .menu-toggle {padding: 5px;}
.pageIndex .nav-header {top: 1px;        max-width: 160px;}
.pageIndex .header_area.sticky .stellarnav.mobile {padding: 10px;}

#to_top {bottom: 80px;}

}

@media screen and (max-width: 500px) { 
.footer.with_shopping_mode { padding:30px 0px; }
/*pageIndex*/
.pageIndex .header_area {height: 30px;        top: 10px;}
.pageIndex .stellarnav .menu-toggle {
    transform: scale(0.8); /* 縮小到 80% */
    transform-origin: center; /* 從中心縮放 */
    padding: 0px 5px;   
}
.pageIndex .header_area.sticky .stellarnav .menu-toggle {
        transform: unset;
        transform-origin: unset;
        padding: unset;
    }

.pageIndex .header_area.sticky .nav-header {
        transform: unset;
        transform-origin: unset;
        padding: unset;
       max-width: 40%;}

.pageIndex .nav-header {top: 1px;max-width: 120px;}
.pageIndex .header_area.sticky .stellarnav {left: 40px;top: 20px;}
.pageIndex .sticky .nav-header {left: unset;}
.pageIndex .header_area.sticky .nav-header {top: 15px;}
.pageIndex .nav-header {
  position: absolute;
  right: 0;
  top: 0;
}
.pageIndex .header_area.sticky .stellarnav.mobile {padding: unset;}

/*menu*/
.stellarnav.mobile {top: unset;}

/*blog*/
.blog_page .stellarnav .menu-toggle {
    transform: unset;
    transform-origin: unset;  
}
.pageIndex .module_i_news ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 430px) {
.pageIndex .nav-header {left: 70%;}
#to_top {right: 20px;}

.blog_subbox {grid-template-columns: repeat(1, 1fr);}
}

@media screen and (max-width: 400px) {
.pageIndex .header_area.sticky .nav-header {top: 20px;}
}

@media screen and (max-width: 350px) {
.pageIndex .nav-header {left: 60%;}
.pageIndex .module_i_news ul {grid-template-columns: repeat(1, 1fr);}
.pageIndex .products-list {grid-template-columns:repeat(1, 1fr); }
}

