@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
    --MainColor: #8E1616; /*網站主要色系*/
    --SubColor: #E8C999; /*網站輔助色系1*/
    --SubColor2: #F8EEDF; /*網站輔助色系2*/
    --SubColor3:#06130d;
    --color:#4d4d4d;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFont2:"Noto Serif HK", serif;/*細明體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
    --SFontE2:  "Caudex", serif;/*特殊字體*/
 --SFontE3: "Outfit", sans-serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px; 
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

.pageIndex .edit_part { padding: 0px 0px 0;}

.path p, .path p a{display: none;}
.other_select_page .promotion_title{display: none;}



.me_tp_features{display: none;}
.header_area { position: fixed;    top: 0;padding:10px 0; background:linear-gradient(360deg,#ffffff00,#ffffffab);    backdrop-filter: blur(2px);transition: 0.3s ease-in;}
.product_page .header_area, .product_info_page  .header_area,
.article_   .header_area, .album_a  .header_area, .video_page  .header_area{ background: #ffffff;position: relative;transition: 0.3s ease-in;}


.navigation {  grid-template-columns: 220px 1fr;}




/*sticky*/
.sticky .main_header_area .container {  max-width:1800px;transition: 0.3s ease-in;}
.header_area.sticky { background:#ffffffbe;position: fixed;transition: 0.3s ease-in;}
.sticky .nav-brand::before{top: -68px;transition: 0.3s ease-in;}


.sticky .navigation {
    display: flex;
    justify-content: space-between;
}

.sticky .stellarnav >ul>li {padding: 10px 0;}
.sticky .stellarnav > ul > li:hover > a, .sticky .stellarnav > ul > li:hover > a b{color: var(--MainColor);}
.sticky .stellarnav li.has-sub:hover > a:after { border-top: 6px solid  var(--MainColor);}



/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding:  0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}

.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color:var(--color);letter-spacing: 1px;}


.stellarnav > ul > li:last-child:before{display: none;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE2);font-size: 14px;font-weight: 600;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--color);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;color: var(--SubColor3);}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background:var(--MainColor);}


.stellarnav ul ul {
    width: 200px;
    padding-top:22px;
    background: #ffffff00;
}
.stellarnav li li { border: none;background: #ffffffc9;backdrop-filter: blur(5px);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */
/*進入網站動畫*/


/*往下滑*/

.header_area.sticky~ .bannerindex .swiper-banner::before{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #ffffff00, #ffffff00,#fff);
     backdrop-filter: blur(9px) saturate(70%);
   
    background-size: contain!important;
    background-position: center bottom!important;
    width: 100%;
    height:100% ;
    left: 0;
    bottom: -1px;
    z-index: 9;
    animation: bottom 1s ease-out;
  }
  
  @keyframes bottom {
    0% {
      opacity: 0;
    }
    50% {
     opacity: 1;
    }
    100%{opacity: 1;}
  }
  











/*大圖*/
.bannerindex .swiper-fade .swiper-slide{position: relative;}
.swiper-fade .swiper-slide-active:nth-child(1):after{}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/techhouse/bn01-be.png) no-repeat;
    background-size: contain!important;
    background-position: left!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.11);
    left: 10%;
    bottom:25%;
    z-index: 1;
}

.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/techhouse/bn02-be.png) no-repeat;
    background-size: contain!important;
    background-position:left!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.2);
    left: 10%;
    top:40%;
    z-index: 1;
}


/*Banner/＝＝＝＝＝*/
.banner{
    background:url(https://pic03.eapple.com.tw/techhouse/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: center!important;
    min-height:400px;
    position: relative;
    overflow: hidden;
}


.banner h5{
    position: absolute;
    content: "";
    font-size: var(--f40);
    font-family: var(--SFont);
    color:#fff;
    filter: drop-shadow(0 0 3px #00000081);
    left: 50%;
    transform: translateX(-50%);
    top:200px;
    letter-spacing: 1em;
    text-indent:  1em;
    width: 100%;
}
.banner::before{
    position: absolute;
    content: "";
  background:;
  background-position: right top!important;
  background-size: contain!important;
    right:  0%;
    top: 0;
    width: 100%;
    height:100% ;
    animation: tree 10s infinite alternate;
    transform-origin: right top;
}

@keyframes tree{
            0%{transform:rotate(0deg) scale(1);}
            100%{
                transform: rotate(5deg) scale(1.1) ;
                filter: opacity(0.5) blur(5px);
            }
        }
.contact_page .banner{background:url(https://pic03.eapple.com.tw/techhouse/banner-contact-bg.png) no-repeat;background-position: left top!important;}
.contact_page .banner h5{color: var(--SubColor3);filter: unset;}
.contact_page .banner::before{background:url(https://pic03.eapple.com.tw/techhouse/banner-contact.png) no-repeat;    animation: tree2 10s infinite alternate;}

@keyframes tree2{
            0%{transform:rotate(0deg) scale(1);}
            100%{
                transform: rotate(5deg) scale(1.05) ;
                filter:  blur(5px);
            }
        }
.other_page .banner{ background:url(https://pic03.eapple.com.tw/techhouse/banner-other.jpg) no-repeat;}
.other_page .banner::before{
background:url(https://pic03.eapple.com.tw/techhouse/banner-be.png) no-repeat;}
.other_page .banner h5{color: var(--SubColor3); filter:unset;}


.album_info_page  .banner h5{letter-spacing: 1px;}


/*Footer/＝＝＝＝＝*/
.footer{}

.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;   align-items: flex-start;   justify-content: space-between;padding: 0 10px;grid-gap: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 285px);

}
.footer_info li{  width: 45%;position: relative;    padding:25px 10px;}
.footer_info li::before{
    position: absolute;
    content: "";
    color: #d2d2a1;
    border-bottom:1px solid ;
    font-family: var(--SFontE2);
    font-size: 17px;
    left: 10px;
    top: 0;
}

.footer_info li:nth-child(1){    display: flex;  flex-direction: column;}

.footer_info li p a:hover, .footer_info li p:hover::before{color: #000;transition: 0.3s ease-in;}
.footer_info li p {  color:var(--color);}
.footer_info li p a {  color: var(--color);}
.footer_info li p:before{font-family: var(--SFont2);}
.footer_info li p.line:before { content: 'Line ID';}
.footer_info li p.phone:before { content: '手機';}
.footer_info li p.taxid{pointer-events: none;}
.footer_info li p.taxid:before { content: '統編';}
.footer_info li p.mail:before { content: '信箱';}
.footer_info li p.add:before {  content: '地址';}


.footer_menu {    display: grid;    grid-template-columns:1fr 1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px  8px 5px 13px;
    transition: all 0.3s;
    border: none;
    color: var(--color);
    background: #ffffff00;
    position: relative;
    width: max-content;
}
.footer_menu a::before{
    position: absolute;
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    left: 3px;
    top: 10px;
    border-radius: 8px;
    transition: 0.3s ease-in;
}
.footer_menu a:hover::before{transition: 0.3s ease-in;background: var(--SubColor2);}
.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: var(--SubColor2);}
.copy {    background:var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*url(https://pic03.eapple.com.tw/techhouse/icon-01.png) no-repeat;*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */

.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;border: none;position: relative;}
.Prods_Menulists > ul > li>a{    padding: 7px 15px 7px 35px;}
.Prods_Menulists > ul > li>a::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/techhouse/icon-product.png) no-repeat;
    background-size: contain!important;
    width:28px ;
    height: 28px;
    left: 0;
    top: 0;
}
.Prods_Menulists li a:hover, .Prods_Menulists > ul > li.active > a {
    background:#fff;
    border-bottom: 1px solid var(--SubColor2);
    color: var(--MainColor);
    font-weight: bold;
    font-family: var(--SFont);
}
.Prods_Menulists li a:hover::before, .Prods_Menulists > ul > li.active > a::before{ background: url(https://pic03.eapple.com.tw/techhouse/icon-product-h.png) no-repeat;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}


.Prods_lists ul {   grid-template-columns: repeat(3, 1fr);}
.Prods_lists ul li{border-radius:10px ;overflow: hidden;    }
.Prods_lists ul li>a{padding: 4%;}
.Prods_lists ul li:hover{background:var(--SubColor2) ;transition: 0.3s ease-in;border:1px solid var(--SubColor);}
.Prods_lists ul li .Pd_ViewThunbs{border-radius: 10px;;overflow: hidden;}
.Prods_lists ul li dl.State .MoreDets{display: none;}
.Prods_lists ul li dl.State h5{text-align: center;}
.Prods_lists ul li:hover dl.State h5{color: var(--MainColor);transition: 0.3s ease-in;}
.Prods_lists ul li  dl.State {
    height: max-content!important;
    border-bottom:none;
}
.Prods_lists ul li:hover  dl.State {  border-bottom:none;}
dl.State .price {  text-align: center;display: none;}
dl.State .price b.ori_price {  color: #919191}
dl.State .price b.sp_price {  color: var(--MainColor)}





.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;}

/*商品內頁*/
.sidebarBtn {
    border:none;
    background:var(--SubColor2);
    }
.sidebarBtn h2{font-family: var(--SFont2);color: var(--MainColor);border-bottom: 1px solid var(--MainColor);}
.sidebarBtn .Pd_Line_Boxed{
    background: var(--MainColor);
    position: relative;
}
.sidebarBtn .Pd_Line_Boxed .Btn_click_PdTitle01::before{content: "LINE ID:";font-family: var(--SFontE2);color: var(--SubColor2);margin-right: 10px;}
.pd_tabTitle li.activeTab a{
    font-family: var(--SFont);
    color: var(--MainColor);
    font-size: 17px;
    letter-spacing: 5px;
    font-weight: 600;
background: #fff;
    width: max-content;
    margin: auto;}
.pd_tabTitle li { border-bottom: none;}
.pd_tabTitle li.activeTab::after {
    height:2px;
    background:var(--MainColor);
    top: 24px;
    z-index: -1;
}




.prod_tabs .edit{color: #3b3b3b;letter-spacing: 1px;}









@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {




.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
    
.banner h5 {font-size: var(--f32);}




}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}



}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/
/*聯絡我們*/

/*文章-最新消息-首頁*/
.module_i_news { background: #f6f6f6;}
.module_i_news section{position: relative;}
.module_i_news_list {padding: 0 0 30px;}
.module_i_news .title_i_box {
    margin-bottom: 30px;
    text-align: left;
    width: 50%;
    margin-left:41%;
    position: absolute;
    margin-top:30px;
    order: 1;
}
.module_i_news_list{}
.module_i_news .i_blog_b{    position: absolute;  top:30px;    right:0;}
.module_i_news .title_i_box h4{color: var(--SubColor3);font-size: var(--f32);font-family: var(--SFont);font-weight: 600;}
.module_i_news .title_i_box h4::before{
    position: absolute;
    content: "K";
    font-family: var(--SFontE3);
    font-size: var(--f36);
    color: var(--MainColor);
    left: 0;
    top: -40px;
}
.module_i_news .title_i_box h4::after{
    position: absolute;
    content: "nowledge";
    font-family: var(--SFontE3);
    font-size: var(--f36);
    color: #000;
    left: 23px;
    top: -40px;
}
.module_i_news .title_i_box h6{font-family: var(--SFontE2);color: var(--SubColor);font-size: var(--f16);}

.module_i_news ul {
    display: grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    align-items: end;
}
.module_i_news li {
    overflow: hidden;
    background: #fafaf5;
}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a { grid-template-columns: 1fr;grid-gap: 0;}
.module_i_news li a .i_blog_le { aspect-ratio: 4 / 3;}
.module_i_news li a:hover .i_blog_le img{transform: scale(1.05);transition: 0.3s ease-in;}
.module_i_news li a .i_blog_ri {  padding: 15px 0px 50px;position: relative;}
.module_i_news li a .i_blog_ri::before{
    position: absolute;
    content: "";
    background: #ddd;
    width: 97%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 38px;
}
.module_i_news li a .i_blog_ri h5{color: var(--SubColor3);font-family: var(--SFont);font-weight: 600;}
.module_i_news li a:hover .i_blog_ri h5{color: var(--MainColor);}
.module_i_news li a:after {
    background: rgb(255 255 255 / 0%);
    opacity: 1;
    border: 1px #ddd solid;

}
.module_i_news li a:hover:after{    border: 2px var(--SubColor) solid;}

.module_i_news li a:before{
    content: ' MORE';
    opacity: 1;
    color: var(--MainColor);
    right:  unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 9px 15px;
    color: var(--color);
    width: 100%;
}
.module_i_news li a:hover:before{    background: var(--MainColor);
    color: #fff;

    border-radius: 0 0 10px 0;
}

.module_i_news li a .i_blog_ri p, .module_i_news  .i_blog_ri em,.module_i_news .i_blog_ri h5{padding: 0 15px;}

.animated-arrow {  background:var(--MainColor);border: 1px var(--MainColor) solid;}
.blank_letter{font-family: var(--SFont2);color: var(--SubColor3);}
/*最新消息-文章*/
h5.blog_le_t{color: var(--MainColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background:var(--MainColor) !important;
}


.article_a #content {   background:#fffbf3}
.article_a .main_part {
    position: relative;
    margin-top: -80px;
    background: #fff;}
.blog_subbox { grid-template-columns: 1fr;}
.subbox_item a { grid-template-columns: 250px 1fr; }
.subbox_item a .blog_list_le{overflow: hidden;}
.subbox_item a:hover .blog_list_le img{transform: scale(1.05);transition: 0.3s ease-in;}
.subbox_item a .blog_list_ri { padding: 5px 15px 0 0;}

.subbox_item a .blog_list_ri h5{color: var(--SubColor3);border-bottom:1px solid var(--color) ;font-size: var(--f24);font-family: var(--SFont);font-weight: 600;}
.subbox_item a .blog_list_ri p{text-align: justify;}
.subbox_item a:hover .blog_list_ri h5{color: var(--MainColor);border-bottom:1px solid var(--SubColor) ;}
.subbox_item a:after {
    background: rgba(255, 255, 255, 0);
    opacity: 1;
}
.subbox_item a:hover:after{border: 1px solid var(--SubColor);}
.subbox_item a:before {
    content: 'MORE';
    opacity: 1;
    color:var(--color);
    background:#fff;
    padding:5px 15px;
   border: 1px solid var(--color);
   right: -15px;
}
.subbox_item a:hover:before{background: var(--MainColor);color: #fff;transition: 0.3s ease-in;border: 1px solid var(--SubColor);}
/*文章內頁*/

.blog_in_page h4.blog_category_title{font-family: var(--SFont2);color: var(--MainColor);border-bottom:1px solid var(--MainColor) ;}
.blog_back a.article_btn_back{background: var(--MainColor);}
.news_related h6 span:before{font-family: var(--SFont2);}
.lastPage{background: var(--MainColor);}

.news_related_list li > a{position: relative;background: #ffffff00;padding: 0;border-radius:10px ;overflow: hidden;}
.news_related_list li > a p {
    color: #fff;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
}

.news_related_list li > a p::after{
    position: absolute;
    content: "";
    background: #293c14d2;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.news_related_list:hover li > a figure{filter: grayscale(0.9);transition: 0.3s ease-in-out;}
.news_related_list li > a:hover figure{filter: grayscale(0);transition: 0.3s ease-in-out;}


/*相簿*/
.album_a .main_part { max-width: 1500px;}
.show-list{grid-template-columns:repeat(4,1fr);}
.show-list .show_pic{border-radius: 10px;aspect-ratio: 1 / 1}
.overlay{transform: scale(1);    border-radius: 10px;}

.show-list .item:hover .overlay{background: #ffffff00;border: 1px solid #727272;}
.show-list .show_name{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
    color: #fff;
    transition: 0.3s ease-in;
}
.show-list .item a:hover .show_name{top: unset;bottom: 10%;transition: 0.3s ease-in;}


.subalbum-menu h2{font-family: var(--SFont2);color: var(--SubColor3);letter-spacing: 1px;}
.other_album_choice li{background: var(--MainColor);}
.other_subalbum li a p {
    font-family: var(--SFont);
    text-align: center;
    font-weight: bold;}
.other_subalbum li a:hover p {color: var(--MainColor);}



/*相簿-內頁*/
.album_info_page .pic-list .show_pic {  aspect-ratio: 1 / 1;border-radius:10px ;}











/*聯絡我們*/
.contact_page #content { background:#f6f6f6;}

/*影音專區*/
.video-layer-two li a {
    position: relative;
    border: none;
    background: #ffffff00;
    padding: 7px 16px 7px 30px;
}
.video-layer-two li a:hover{font-family: var(--SFont);font-weight: 600;color: var(--MainColor);transition: 0.3s ease-in;}
.video-layer-two li a::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/techhouse/icon-viedo.png) no-repeat;
    background-size: contain!important;
    width:14px ;
    height:16px;
    left: 0;
    top: 9px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(1%) saturate(701%) hue-rotate(74deg) brightness(99%) contrast(80%);
}
.video-layer-two li a:hover::before{filter: unset;transition: 0.3s ease-in;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1400px) {
.banner {   min-height: 300px;}
.banner h5 { top: 170px;}
}



@media screen and (max-width: 1024px) {

.header_area {  padding: 0;}
.stellarnav ul {text-align: right;}
.navigation, .sticky .navigation{    display: grid;    grid-template-columns: 200px 1fr;}

.module_i_news .title_i_box {  margin-left: 51%;}
.module_i_news .animated-arrow { width: 200px;}
.module_i_news ul { grid-template-columns: 2fr 1fr 1fr;}
.module_i_news li:nth-child(n+4){display: none;}


.footer_info li:nth-child(2)::after { width: 299px;}

/*工程實績-相簿*/
.show-list { grid-template-columns: repeat(3, 1fr);}

}
@media screen and (max-width: 980px) {
.navigation, .sticky .navigation {grid-template-columns: 1fr;        padding: 10px 0 0;        justify-items: center;}
.header_area {  background: linear-gradient(360deg, #ffffff00 5%, #ffffff73 10%, #ffffffed 60%);}



.stellarnav { grid-row: unset;}
.stellarnav ul { text-align: center;}
.stellarnav ul ul { padding-top: 0;}
.footer_info li {  padding: 25px 10px 45px;}
.footer_info li:nth-child(1){width: 55%;}
.footer_info li:nth-child(1)::after {  width: 256px;}
.footer_info li:nth-child(2){width: 35%;}
.footer_info li:nth-child(2)::after { width: 201px;}
.footer_menu { grid-template-columns: 1fr 1fr;}




.module_i_news .i_blog_ri p { -webkit-line-clamp: 2;}

}
@media screen and (max-width:880px) {
 .module_i_news ul { grid-template-columns: 1fr 1fr;}
.module_i_news .title_i_box {
    text-align: center;
    width: 100%;
    margin-left: unset;
    margin:30px auto 30px;
    position: relative;
}
.module_i_news .i_blog_b { position: relative;}
.module_i_news li:nth-child(n+4){display: block;}
.module_i_news li:nth-child(n+5){display:none;}

.module_i_news .title_i_box h4::before{ left: calc(50% - 60px);   transform: translateX(calc(-50%));}
.module_i_news .title_i_box h4::after{left: calc(50% + 23px);   transform: translateX(-50%);}
/*最新消息-文章*/
.subbox_item a { grid-template-columns: 200px 1fr;}


}
@media screen and (max-width: 768px) {
 #content_main {
        margin-top: unset;
        margin: 0;
        min-height: 80vh;}
.header_area {padding: 10px 0;position: relative;backdrop-filter: unset;}
.nav-brand {  width: 180px;    margin: auto auto auto 10px;}



.nav-header { max-width:100%;margin: 0 auto 0 0;}
.stellarnav ul { margin-right: 0;}
.header_area .nav-brand::before {
    width: 190px;
    height: 190px;}

.header_area.sticky{position: fixed;    background: #ffffff00;}
.header_area.sticky:after {
    position: absolute;
    content: "";
    background: #ffffffbe;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 76px;
    left: 0;
    top: 0;
    transition: 0.3s ease-in;
}
.sticky .stellarnav { backdrop-filter: unset;}
.sticky .stellarnav> ul { padding: 0;}
.sticky .stellarnav >ul>li { padding: 0;}
/*進入網站動畫*/
.pageIndex::before { min-height: 150px;}




/*大圖*/
.bannerindex {
    padding-bottom: 0;
    margin: auto;
    height: auto;}
.bannerindex .swiper-banner {
   height: auto;
    position: static;}



/*大圖*/
.bannerindex .swiper-banner .swiper-slide img {height: 0;padding-bottom: calc(100% / 1*.078);}
.bannerindex .swiper-fade .swiper-slide:nth-child(1) {
    background: url(https://pic03.eapple.com.tw/techhouse/bn01-768-bg.png) no-repeat;
    background-size: contain !important;
    background-position:center !important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.78);
    }
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before {  
    background: url(https://pic03.eapple.com.tw/techhouse/bn01-768-be.png) no-repeat;    padding-bottom: calc(100% / 1*0.2);
bottom:8%;
}
.bannerindex .swiper-fade .swiper-slide:nth-child(2) {
    background: url(https://pic03.eapple.com.tw/techhouse/bn02-768-bg.png) no-repeat;
    background-size: contain !important;
    background-position:center !important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.78);
    }
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before {  
    background: url(https://pic03.eapple.com.tw/techhouse/bn02-768-be.png) no-repeat;  padding-bottom: calc(100% / 1*0.3);
    top:unset;
    bottom:8%;
}


/*手機側邊欄位*/
.stellarnav.mobile {      left: unset;        right: 0;z-index: 9999;}


.stellarnav.mobile ul { background: #727272 var(--SubColor3);}
.stellarnav > ul > li {  width: 100%;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  border-right:none;}
.stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
.stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059;
    background: #ffffffd4;backdrop-filter: blur(5px); }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }




 .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--color);}
 .stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px var(--color);}
.stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background:var(--color);}
.stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--color);}
.stellarnav.mobile > ul > li{border-bottom:none ;}
.stellarnav.mobile > ul > li > a { padding: 20px 0;  }
.stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color:var(--SubColor3);         padding: 20px 0;}
.stellarnav.mobile > ul > li > a:hover b{color: var(--SubColor2);font-weight: bold;}
.stellarnav.mobile > ul > li > a b:last-child{display: none;}


.stellarnav.mobile.left .close-menu,   .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px ;
        background:#ffffff00;
        color:var(--color);
    }
.stellarnav.mobile li.open {background:var(--SubColor2);}
.stellarnav.mobile li.open>a{color: var(--MainColor);font-family: var(--SFont);font-weight: bold;}
.stellarnav.mobile >ul>li>ul{background: #ffffff00;border-top:1px solid #00000088 ;}
.stellarnav.mobile >ul>li>ul>li a { color:var(--color);    padding: 7px 5px 7px 20px;}
.stellarnav.mobile >ul>li>ul>li:hover{background:#ffffff00;}
.stellarnav.mobile >ul>li>ul>li:hover a{color:var(--MainColor);}
.stellarnav li li { background: #ffffff00;}



.banner {  min-height:200px;}
.banner h5 { top:80px;}
.banner h5::after {
    letter-spacing: 1em;
    text-indent: 1em;
}





/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}
.footer_logo {
    width: 135px;
    height: 97px;
}
.footer_info {     flex-direction: row-reverse;}
.footer_info ul { width: calc(100% - 135px);gap: 10px;}
.footer_info li{width:100%;}
.footer_info li:nth-child(1){padding: 25px 10px 25px;}
.footer_info li:nth-child(1){padding-left: 10px;width: 100%; }
.footer_info li:nth-child(1)::after { width: max-content;}
.footer_info li:nth-child(2){width:max-content;}
.footer_info li:nth-child(2)::after { width: 375px;}
.footer_menu { grid-template-columns: repeat(4, 1fr);}

.footer_info li+li { margin-top: 0px;}


.article_a .main_part, .product_page .main_part{  margin-top: 0;}


.module_i_news .title_i_box h4::before { left: calc(50% - 55px);top: -31px;}
.module_i_news .title_i_box h4::after {left: calc(50% + 10px);top: -31px;}
}

@media screen and (max-width: 640px) { 

/*相簿*/
.pic-list {  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))!important;}



    }
@media screen and (max-width: 600px) { 
.footer_logo { width: 110px; height: 82px; }
.footer_info ul { width: calc(100% - 120px); }

.banner { min-height: 170px;}





/*最新消息-文章*/
.subbox_item a {  grid-template-columns: 1fr;}
.blog_list_le {aspect-ratio: 4 / 3;}
.blog_list_ri { padding: 10px 15px;}



/*工程實績-相簿*/
.show-list { grid-template-columns: repeat(2, 1fr);}

.module_i_news .title_i_box h4::before { left: calc(50% - 50px);top: -23px;}
.module_i_news .title_i_box h4::after {left: calc(50% + 5px);top: -23px;}

}
@media screen and (max-width: 570px) { 
.stellarnav.mobile { top: 0px;right: 10px;}
.stellarnav .menu-toggle { padding: 15px 10px; padding: 8px;}

.header_area.sticky:after {  height: 50px;}
.sticky.header_area {padding: 0px 0;}
.sticky .stellarnav.mobile { right: 0px;}

.stellarnav.mobile {  top: -10px;z-index: 9999;}
.sticky .stellarnav.mobile {top: 0;}

.module_i_news ul { grid-template-columns: 1fr;}
    }


@media screen and (max-width: 500px) { 
.footer_logo { margin-left: 10px;}
.footer_info { justify-content: flex-end;  gap: 15px;}
.footer_info li::before {  top: 3px;}


.footer_info ul { width: 100%;}
.footer_info li+li {   border-top:1px solid #374c19;}
.footer_info li:nth-child(2){padding-top: 30px;        margin-top: 10px;}

.banner { min-height: 150px;}
.other_page .banner {
    background: url(https://pic03.eapple.com.tw/techhouse/banner-other-600.jpg) no-repeat;
}
.other_page  .banner {  min-height: 150px;}
.other_page  .banner h5 { top: 50px;}

    /*相簿*/
    .pic-list { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;}
    }
@media screen and (max-width: 420px) { 
     .footer_info li:nth-child(1)::after,
    .footer_info li:nth-child(2)::after {
        width: 264px;
    }
    .footer_menu {
        grid-template-columns: repeat(3, 1fr);
    }
}



@media screen and (max-width:375px) { 
.module_i_news .title_i_box h4::before {  left: calc(50% - 42px); top: -19px;;}
.module_i_news .title_i_box h4::after {  left: calc(50% + 3px); top: -19px;}

}

/* footer */
.footer{padding:20px 0 0;margin: 0;}
	.footer .center{max-width: 1120px;width:calc(100% - 50px);margin: auto;display: flex;justify-content: space-between;align-items: flex-start;}
	.footer_logo{max-width: 180px;width: 100%;margin-right: 20px;}
	.footer_logo a{display: block;}
	.footer_logo a img{width: 100%;}

	.f_right{max-width: 870px;width: 100%;}

	.fr_top{display: flex;justify-content: space-between;align-items: flex-end;}
	.fr_ul{max-width: 720px;width: 100%; display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 20px 3%;margin-right: 20px;}
	.fr01 h4{color:#C21616;font-size: 14px;font-weight: 400;font-family: 'Arial';line-height: 120%;padding-bottom: 5px;border-bottom: 1px #999999 solid;margin-bottom: 10px;padding-left: 15px;}
	.fr01 a{padding-left: 15px; display: flex;align-items: center;color:#555555;font-size: 14px;font-weight: 400;line-height: 150%;letter-spacing: 0.2em;word-break: break-all;}
	.fr01 a i{display: block;min-width: 55px; font-family: "Noto Serif TC", serif;font-weight: 500;font-style: normal; line-height: 150%;letter-spacing: 0.2em;}
	.fr_ul>div:nth-of-type(2) a i{min-width: 45px;}

	a.a_link{display: block;min-width: 100px;text-align: center;transition: .5s;}
	a.a_link:hover{transform: translateY(-10px);}
	a.a_link img{max-width: 100%;width: fit-content;}

	.footer_menu{padding-top: 10px;border-top: 1px #999999 solid;margin-top: 10px;display: grid;grid-template-columns: repeat(9,1fr);grid-gap: 20px 0;}
	.footer_menu a{display: block;width: 100%; text-align: center;color:#555555;font-size: 14px;font-weight: 400;line-height: 120%;text-align: center;margin: auto;padding:2px 5px;}
	.footer_menu a::before{display: none;}
	.footer_menu a:hover{transition: .5s;color:#C21616;}
	.footer_menu a+a{border-left: 1px #999999 solid;}

	@media (max-width:900px) {
		.fr_ul{grid-template-columns: repeat(1,1fr);}
		.footer_menu{grid-template-columns: repeat(5,1fr);grid-gap: 10px 0;}
		.footer_menu a:nth-of-type(6){border-left: none;}
	}
	@media (max-width:700px) {
		.footer_menu{grid-template-columns: repeat(4,1fr);}
		.footer_menu a:nth-of-type(6){border-left: 1px #999999 solid;}
		.footer_menu a:nth-of-type(5),.footer_menu a:nth-of-type(9){border-left: none;}
	}
	@media (max-width:600px) {
		.fr_top{flex-direction: column;align-items: flex-start;}
		.fr_ul{margin:0 0 20px;}
		a.a_link{margin: auto;}
		.fr01 h4{padding-left: 0;text-indent: 0.2em;text-align: center;}
		.fr01 a {padding-left: 0;}
		.footer_logo{height: auto;}
	}
	@media (max-width:520px) {
		.footer_menu{grid-template-columns: repeat(2,1fr);}
		.footer_menu a:nth-of-type(2n){border-left: 1px #999 solid;}
		.footer_menu a:nth-of-type(2n+1){border: none;}
	}
	@media (max-width:475px) {
		.footer .center{flex-direction: column;align-items: center;}
		.footer_logo{margin:0 0 25px;}
	}