@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@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);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*--------內頁BANNER 設定----------*/

.banner {
    position: relative;
    width: calc(100% - 150px);
    height: 26vw;
    text-align: left;
    background-image: url(https://pic03.eapple.com.tw/fuhsin/banblog_b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
}
.banner h5 {
    font-family: "Montserrat", "Noto Sans TC";  
    position: absolute;
    left: 0;
    bottom: -100px;
    font-size: 22px;
    font-weight: 600;
    color: #6C756A;
    letter-spacing: 2px;
    transition: ease-in-out;
}
.banner h5::before {
    content: "";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #6C756A;    
}

/*促銷方案*/
.banner.banA {display: none;}


/*聯絡我們*/
.banner.banB { background-image: url(https://pic03.eapple.com.tw/fuhsin/banB.jpg);}
.other_page .banner.banb h5::before {content: 'CONTACT'}

/*相簿管理/作品展示*/
.banner.banE {}

/*文章管理1*/
.article_a .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/fuhsin/banblog_a.jpg);
    background-position-x: 50%;
}
.article_a .banner.banblog h5::before {content: 'CASES';}

/*文章管理2*/
.article_b .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/fuhsin/banblog_b.jpg);
    background-position-x: 55%;
}
.article_b .banner.banblog h5::before {
    content: 'NEWS';
}
.banner.banDesign { background-color:#333;}


@media screen and (max-width: 1440px) {
.banner h5{padding: 10px; bottom: 100px; background-color: #efefef;}}

@media screen and (max-width: 1024px) {
    .banner {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 768px) {
    .banner {
        width: calc(100% - 50px);
    }
    .banner h5{ bottom: 65px;}
    .fa-caret-down::before{display: none;}
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 450px) { .banner h5 { bottom: 50px; font-size: 20px;}.banner h5::before{ font-size: 28px;}}
@media screen and (max-width: 375px) {.banner h5 { bottom: 35px;}}
#content {
    background: url(https://pic03.eapple.com.tw/fuhsin/bbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



/* 開場 */
.pageIndex .bannerindex {
    position: sticky;
    background: #ffffff;
}

.pageIndex .swiper-banner {
    position: sticky;
    margin: 0;
    height: auto;

}

.pageIndex .swiper-slide {
    background-color: #ffffff;
}

.pageIndex .swiper-banner .swiper-slide img {
    width: 100%;
    position: relative;
    height: auto;
    bottom: 0px;
    opacity: 1;
    /*transform: none !important;*//*大圖放大動畫*/
}

@keyframes banner-up {
    0% {
        bottom: -1000px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }

}


body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    animation: fadein 3s forwards;
}

@keyframes fadein {
    50% {
        opacity: 1;
    }

    60% {
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

body.pageIndex:after {
    content: ' ';
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/fuhsin/op-logo.png) center / cover no-repeat;
    animation: fadeease 3s forwards;
}

@keyframes fadeease {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/*反白顏色*/
::-moz-selection {
    background-color: #888;
    color: #fff;}

::selection {
    background-color: #888;
    color: #fff;}
	

.pageIndex #page::after{
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 110%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    animation: banner-bg 1.8s forwards;
    z-index: 50000000;
}


@keyframes banner-logo{
    0%{
        opacity: 0;
        filter: blur(0);
    }
    25%{
        opacity: 1;
        filter: blur(0);
    }
    50%{
        filter: blur(0);
        opacity: 1;
    }
    80%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(10);
        opacity: 0;

    }
}
@keyframes banner-bg{
    0%{

    }
    50%{
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes banner-img {
    0%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1.1);
    }
}	
	
/*hearder*/
.header_area {background: #82A753;}
.header_area.sticky{background: #82A753;    position: fixed;}
.main_header_area{
    background: #fff;}
.pageIndex .header_area{
    background: transparent;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    position:fixed;
    transition: transform .4s ease;
}
.main_header_area .container {
    max-width: 90%;}
	
.nav-brand{  max-width: 220px;}
.stellarnav > ul > li > a{
	color: #4A4A49;
	margin: 0 15px;    
	letter-spacing: 1px;
	font-family: "Oxygen", sans-serif;
  	font-weight: 600;
 	font-style: normal;}

.pageIndex .sticky .main_header_area.animated {background:#ffffff;}

.header_area{padding:0;     position: fixed;}
.me_tp_features{display:none;}
.navigation{padding:15px 0px;display: flex;    align-items: center;}

.pageIndex .main_header_area {
background: #fff;
}
.pageIndex .sticky .main_header_area {
    background: #282F35;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.pageIndex .sticky .nav-brand {
    filter: none;
    max-width: 200px;
	transition: all .3s;}
.stellarnav li.has-sub > a:after{border-top: 6px solid #333333;}

.nav-header{    max-width: 230px;}
.stellarnav > ul > li:nth-child(10) {
    display: none;
}

.other_page .path{display: none;}
.stellarnav.mobile ul{background: #f0f0ee;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{ top: -5px;}
/*大圖字*/

.pageIndex .swiper-banner::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #fff;
    position: fixed;
    bottom: 240px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 500;
    opacity: 0;
    border-radius: 100px;
    animation: banner-line-white 3s forwards;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/fuhsin/index-text001.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}


/*大圖02*/
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/fuhsin/banner_01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before { animation:scale-in-center 1.5s; animation-fill-mode: both;}

.swiper-slide.swiper-slide-active:nth-child(2):before{
    -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(.8);
            transform: scale(.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(.8);
            transform: scale(.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}


/*下拉*/
.stellarnav > ul > li > ul a {
	 transition: all .5s;
    background: #d9dfd8;
	color:#333333;
	font-size: 14px;
}
.stellarnav > ul > li.has-sub > ul a:hover {
        background: #aebcac;
    color: #333333;
}
.stellarnav li li{border: 0px #666 solid;}
	

/*左下角的按鈕*/
#to_top {
    width: 44px;
    height: 44px;
    bottom: 20px;
    right: 0px;
    left: unset;
    background: #ffffff;
    box-shadow: none;
    border-radius: 10px 0 0 10px;
    color: #4A4A49;
    border: 1px solid #e0e0e0;
}
#to_top i:before, #to_top i:after{    background: #fff;}

@media screen and (max-width: 1024px) {
.header_area{padding:0;   position: relative;  transition: transform .4s ease;}}

@media screen and (max-width: 768px) {
.stellarnav.mobile{  top: 15px;}
.stellarnav .close-menu{padding: 10px;}
.stellarnav .menu-toggle{padding: 5px;}

}
@media screen and (max-width: 375px) {
.nav-brand{ max-width: 190px;}
.pageIndex .sticky .nav-brand{ max-width: 190px;}

}



/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 72%;}
.center {max-width: 72%; }
.footer {background: #d9dfd8; padding: 100px 0 0px 0; border-top: 1px solid #e9e9e9;}
.footer_info {display: block;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 auto; max-width: 1000px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #a0a0a0 ;margin: 0;	text-align: center;	padding: 10px 0px 10px 0px; border:0;  border-left:1px  #a0a0a0 solid; background: none;  font-size: 18px; transition: all 0.3s;background: #ffffff00; letter-spacing: 0px;}
.footer_menu a:nth-child(2) {border-left: 0px #d6e1e1 solid;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: none;color: #4A4A49; } 
.copy {background:#d9dfd8; color: #9f9f9f; border:none; padding: 15px 0 15px 0; text-align: center; margin: 80px 0px 0 0; padding: 15px 0 15px 0; width: 100%; border-top: 1px solid #e9e9e9;}
.copy a{color: #9f9f9f;transition:all 0.3s;}
.copy a:hover {color: #717171;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.footer_logo img {max-width: 320px;}
.footer_logo {text-align:center; width: 100%; max-width: 100%; margin-left: 0px;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 5px;}
.footer_info li {padding: 45px 0; display: inline-block; margin-top: 23px;}
.footer_info li p {font-size: 14px; color:#4A4A49; line-height: 230%; text-align:left; width: 24%; display: inline-block; margin-bottom: 0px; letter-spacing: 0px; word-break: break-all;}
.footer_info li p a{color:#4A4A49;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px;}

/*FT按鈕*/
.box_link {display: none;}
.box_link a {border: 1px #d4d4d4 solid; background: #d4d4d4; width: 34px; height: 34px; border-radius: 2px;}
.box_link a:hover {background: #c0c0c0;}
.box_link a.me_tp_fb {background-image: url(https://pic03.eapple.com.tw/forestwv/fb.png); background-size: cover;}
.box_link a.me_tp_line {background-image: url(https://pic03.eapple.com.tw/forestwv/line.png); background-size: cover;}
.box_link a.me_tp_call {background-image: url(https://pic03.eapple.com.tw/forestwv/call.png); background-size: cover;}
.box_link a.me_tp_mail {background-image: url(https://pic03.eapple.com.tw/forestwv/mail.png); background-size: cover;}
.box_link a.me_tp_ig {background-image: url(https://pic03.eapple.com.tw/forestwv/ig.png); background-size: cover;}
.box_link a.me_tp_fb .fa-facebook-f:before{content: unset;}
.box_link a.me_tp_line .fa-envelope::before{content: unset;}
.box_link a.me_tp_call .fa-phone-volume::before{content: unset;}
.box_link a.me_tp_mail .fa-envelope::before{content: unset;}
.box_link a.me_tp_ig .fa-instagram::before{content: unset;}

.privacyLinks a+a {border-left: 0px solid #ddd;}


/*改字*/
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
  width: 74px !important;
  letter-spacing: 1px !important;
  color: #444444;
  font-weight: 500;}
.list_before {margin-top: 20px; margin-bottom: 20px; font-size: 14px;}
.list_before.info li {padding-left: 85px; letter-spacing: 1px; width: 100%; display: inline-block;}
.footer_info li p.add:before {content: '地址：';}
.footer_info li p.mail:before {content: '信箱：';}
.footer_info li p.tel:before {content: '林先生：';}
.footer_info li p.tel2:before {content: '藍小姐：';}
.footer_info li p.line:before {content: 'Line';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/
.footer_info li p:before {
    display: inline-block;
    margin-right: 4px;}

.info_ADD:before {content: "地址";}
.info_MAIL:before {content: "信箱";}
.info_TEL:before {content: '林先生';}
.info_TEL2:before {content: '藍小姐';}
.info_LINE:before {content: 'Line';}

/*top*/
#to_top {width: 44px; height: 44px; bottom: 20px; right: 0px; left: unset; background: #ffffff; box-shadow: none; border-radius: 10px 0 0 10px; color: #4A4A49; border: 1px solid #e0e0e0;}
#to_top i.top {margin-bottom: 0px;}
#to_top i.top:before, #to_top i.top:after {height: 9px; background: #4A4A49;}

@media screen and (max-width: 1690px) {
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
}
@media screen and (max-width: 1550px) {
.footer .center {max-width: 66%;}
}
@media screen and (max-width: 1470px) {
.footer_info li {padding: 15px 0px;}
.footer_info li p {width: 100%;}
.footer_logo {margin-left: 0px;}
.footer_logo {text-align: center;}
.footer_info li p {text-align: center;}
.footer_menu a {font-size: 16px;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 0px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 95%; grid-template-columns: repeat(auto-fit, minmax(min(70px, 100%), 1fr));}
}
@media screen and (max-width: 1100px) {
.footer {padding: 100px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex;}
.footer_logo {width: 100%;margin-left: 0px; height: 70px;}
.footer_menu {max-width: 100%;}
.footer_logo a:before {height: 87px;}
.copy {margin: 40px 0px 0 0;}
}
@media screen and (max-width: 1000px) {
.footer_menu a {padding: 8px 4px 10px 0px; border: 0px #80ac9e solid; border-left: 0px  #80ac9e solid;}
}
@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.box_link {justify-content: left; margin-top: 20px;}
.footer_menu {margin-bottom: 0px; }
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.footer_menu a:last-child {border-right: 0px #e7e7e7 solid;}
}
@media screen and (max-width: 520px) {
.footer_menu { grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr)); }
}
@media screen and (max-width: 480px) {
.footer_info li {padding: 15px 0px;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(130px, 100%), 1fr)); }
.footer_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.copy {
  margin: 20px 0px 0 0px;
  line-height: 159%;
  padding: 20px 10px;
}
}

@media screen and (max-width: 320px) {
.footer_logo img {
    max-width: 295px;}}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{ bottom: auto;top: 50%;left: 2vw;width: 25px;}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
 {margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}






/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大範圍*/
.blog_box {padding: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
/*側邊*/
.blog_le {padding: 0;}
h5.blog_le_t{text-align: center;margin-bottom: 0;}
h5.blog_le_t em,h5.blog_le_t span{display: none;}
.blog_search input[type=search]{border-radius: 0;}
.accordion li .link a {font-size: 13px;font-weight: 500;letter-spacing: .6rem;text-align: center;}
.blog_le .accordion {border-radius: 0;}
.blog_le .accordion li{transition: all .8s;}
.blog_le .accordion li .link i {font-size: 12px;}
.blog_le .accordion li.open .link {background: #666;}
.blog_le .accordion li.open .link a{color: #fff;}
.blog_le .accordion li.open .link i{color: #fff;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
.submenu a i {font-size: 12px;color: #ccc;left: 10px;transition: all .5s;}
.submenu li.on_this_category a, .submenu a:hover {background: #aaa;}
.submenu li.on_this_category a i, .submenu a:hover i{color: #fff;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 300px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 10px;padding: 5px 20px;background: #83a661;color: #fff;letter-spacing: 0;
	bottom: auto;right: 0;left: auto;top: 0;}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #444;font-weight: 400;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {font-weight: 400;letter-spacing: .2rem;line-height: 160%;font-size: 12px;margin-top: 20px;}
.blog_list_le {aspect-ratio: auto;}
.blog_list_le img {height: 20vw;max-height: 280px;}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;letter-spacing: .4rem;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;width: 100%;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 13px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;font-size: 13px;}
.news_related{padding: 60px 0 30px;border-top: 1px solid #333;margin-top: 100px;background: transparent;}
.news_related h6 {max-width: 1400px;margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.news_related_list {background: transparent;grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.news_related_list li figure {aspect-ratio: auto;}
.news_related_list li a{padding: 0;}
.news_related_list li a img {height: 20vw;max-height: 280px;}
.news_related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}
.lastPage {background: #83a661;font-size: 12px;}
/*首頁*/
.module_i_news {padding: 80px 0;}
.module_i_news section {max-width: 1800px;width: 94%;}
.module_i_news .title_i_box {margin-bottom: 0;}
.module_i_news ul {grid-template-columns: repeat(4, 1fr);}
.module_i_news li a {grid-template-columns: 1fr;}
.i_blog_le {aspect-ratio: 4 / 3;}
.i_blog_ri h5 {font-size: 18px;letter-spacing: 0;}
.i_blog_ri p {font-size: 13px;line-height: 1.4;}

@media screen and (max-width: 1200px){
	/*分類頁*/
	.blog_list_le img{height: 25vw;}
	/*文章頁*/
	.news_related_list {grid-template-columns: repeat(2, 1fr);}
	.news_related_list li a img {height: 25vw;}
	/*首頁*/
	.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 1024px){
	/*側邊*/
	.blog_le {width: 180px;}
	.accordion li .link a {letter-spacing: .2rem;padding: 12px 10px;}
	/*分類頁*/
	.blog_ri {padding: 0 0 0 30px;width: calc(100% - 200px);}
	.subbox_item a {padding-right: 0;grid-template-columns: 220px 1fr;grid-gap: 30px;}
}
@media screen and (max-width: 960px) {
	/*分類頁*/
    .subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0;width: 100%;}
	/*分類頁*/
	.blog_ri {padding: 0;width: 100%;}
	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
	/*首頁*/
	.module_i_news li {border-bottom: none;}
}
@media screen and (max-width: 600px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 1fr;}
	.blog_list_le img {height: 280px;}
	/*文章頁*/
	.news_related_list li a img {height: 150px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊選單*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #83a661 !important;}
/*分類頁*/
.blog_subbox {grid-template-columns: 1fr 1fr;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;padding-right: 0;}
.subbox_item a:after{display: none;}
.blog_list_ri {padding: 10px 0;}
.blog_list_ri h5 {color: #333;font-weight: 600;letter-spacing: .1rem;}
.path p, .path p a{display: none;}
/*文章頁*/
h4.blog_category_title {font-weight: 600;letter-spacing: .1rem;}
.blog_shareData {border-bottom: 2px solid #d5d3c8;}
.blog_box_edit *{font-weight: normal;}

/*首頁*/
.module_i_news{padding: 0;background: url(https://pic03.eapple.com.tw/fuhsin/bbbg.jpg) no-repeat;
background-position: left top;background-size: 80%;padding-bottom: 90px;}
.module_i_news section {max-width: 1600px;background: #f0f0ee;padding: 80px;display: flex;flex-wrap: wrap;
    margin: 0px 0px 0px auto;max-width: 1600px;width: 90%;transform: translateY(90px);border-top-left-radius: 0px;}
.module_i_news .title_i_box {width: 150px;display: flex;align-items: flex-start;padding-top: 20px;}
.module_i_news.module_i_news02 .title_i_box h6:before{content: "News";display: block;writing-mode: vertical-lr;font-size: 18px;
font-family: "Bungee", sans-serif;color: #A7A8A1;font-weight: 600;}
.module_i_news .title_i_box h4 {font-size: 36px;color: #83a661;font-family: "Montserrat", "Noto Sans TC"; writing-mode: tb;
    letter-spacing: .6rem;font-weight: 400;}
.module_i_news_list{width: calc(100% - 150px);padding: 0;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);grid-gap: 0;}
.module_i_news li {border-bottom: 1px solid #e2e2dc;padding: 20px 0;}
.module_i_news li a:before {bottom: auto;top: 50%;transform: translateY(-50%);font-size: 10px;letter-spacing: 0;
    background: #ddd;padding: 5px 10px;opacity: 1;}
.module_i_news li a:after{display: none;}
.i_blog_le{display: none;}
.i_blog_ri {padding: 0 100px 0 160px;}
.i_blog_ri em {position: absolute;left: 0;top: 0;font-size: 10px;}
.i_blog_ri p {margin-top: 10px;}
.i_blog_ri h5 { font-family: "Montserrat", "Noto Sans TC";color: #333;}
.i_blog_b .animated-arrow {margin-top: 50px;    background: #4c4c4a;}
.module_i_news li a:hover:before{background: #646B56;color: #fff;}

@media screen and (max-width: 1024px){
	.module_i_news {padding-bottom: 0;}
	.module_i_news section {width: 100%;transform: none;border-top-left-radius: 0;padding: 50px 6% 80px;}
	.module_i_news_list{width: 100%;}
	.module_i_news .title_i_box{width: 100%;flex-direction: column;margin-bottom: 10px;}
	.module_i_news .title_i_box h4{writing-mode: horizontal-tb;font-size: 30px;}
	.module_i_news .title_i_box h6:before {writing-mode: horizontal-tb;}
	.i_blog_ri {padding: 0 100px 0 0;}
	.i_blog_ri em {position: relative;}
}
@media screen and (max-width: 500px){
	/*首頁*/
	.module_i_news .title_i_box h4{letter-spacing: 0;}
	.module_i_news li {padding: 30px 0 15px;}
	.module_i_news li a:before{display: none;}
	.i_blog_ri {padding: 0;}
	.i_blog_ri em {position: absolute;top: -18px;margin: 0;}
	.i_blog_ri h5 {font-weight: 600;}
	/*分類頁*/
	.blog_le, .blog_ri {margin-bottom: 20px;}
	.blog_subbox {grid-template-columns: 1fr;}
	.blog_list_le img {height: 250px;}


}


/*文章-首頁-最新*/
.pageIndex .module_i_news li a:before{    color: #fff;}



/*文章-首頁-案場*/
.pageIndex .module_i_news.module_i_news01 .module_i_news {    padding: 80px 0;}
.pageIndex .module_i_news.module_i_news01 section {    max-width: 100%;}
.pageIndex .module_i_news.module_i_news01 ul {
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}
.pageIndex .module_i_news.module_i_news01 .i_blog_ri, 
.pageIndex .blog_page.article_a .blog_list_ri {
    display: flex;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    opacity: 0;
    clip-path: inset(50% 0 50% 0); 
    letter-spacing: -2px; 
    transition: 
        opacity 0.5s ease, 
        clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        letter-spacing 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        white-space: nowrap; 
    pointer-events: none; 
}
.pageIndex .module_i_news.module_i_news01 li a:hover .i_blog_ri, 
.pageIndex .blog_page.article_a .subbox_item a:hover .blog_list_ri {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate(-50%, -50%) scaleY(1);
    letter-spacing: 2px;
}
.pageIndex .module_i_news.module_i_news01 .i_blog_ri, .blog_page.article_a .blog_list_ri  {    background: rgba(0, 0, 0, 0.5); }
.pageIndex .module_i_news.module_i_news01 .i_blog_ri {    padding: 20px;    padding-bottom: 30px;}
.pageIndex .module_i_news.module_i_news01 .i_blog_le, .blog_page.article_a .blog_list_le {    aspect-ratio: 3 / 2;}
.pageIndex .module_i_news.module_i_news01 .module_i_news li a:hover img, .blog_page.article_a .subbox_item a:hover img {    transform: scale(1.2); filter: brightness(1); }
.pageIndex .blog_page.article_a .blog_list_le img, .module_i_news.module_i_news01 .i_blog_le img {    transform: scale(1);    transition: all 0.3s; filter: brightness(0.8); }

.pageIndex .module_i_news.module_i_news01 .i_blog_ri em:after, .blog_page.article_a .blog_list_ri em:after {
    content: '';
    width: 1px;
    height: 50px;
    background: #bdbdbd;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.pageIndex .module_i_news.module_i_news01 .i_blog_ri em, .blog_page.article_a .blog_list_ri em {
    padding-bottom: 13px;
    margin: 0;
}
.pageIndex .module_i_news.module_i_news01 li a:before, .blog_page.article_a .subbox_item a:before{
    text-align: center;
    width: 100%;
    right: 0;
    color: #fff;
}
.pageIndex .module_i_news.module_i_news01 .i_blog_ri p {
    line-height: 1.6;
    text-align: center;
}
.pageIndex .module_i_news li a:before{top: 100%;    background: #84a75d;}
.pageIndex .module_i_news.module_i_news01 .i_blog_le{display: block;}
.pageIndex .module_i_news.module_i_news01 .i_blog_ri em {    position: relative;    color: #ffffff;}
.pageIndex .module_i_news.module_i_news01 .i_blog_ri h5 { font-family: "Montserrat", "Noto Sans TC";  color: #ffffff;}
.pageIndex .module_i_news.module_i_news01 .i_blog_ri p{    color: #ffffff;}
.pageIndex .module_i_news.module_i_news01 {    background: #d9dfd8;}
/**/


.blog_page.article_a .module_i_news.module_i_news01 .i_blog_ri, .blog_page.article_a .blog_list_ri  {    background: rgba(0, 0, 0, 0); }
.blog_page.article_a .module_i_news.module_i_news01 .i_blog_ri em:after, .blog_page.article_a .blog_list_ri em:after{display: none;}
.blog_page.article_a .module_i_news.module_i_news01 li a:before, .blog_page.article_a .subbox_item a:before{    color: #fff;}
.blog_page.article_a .subbox_item a:before{    top: 58%;}
.module_i_news.module_i_news01 .title_i_box h6:before{content: "Cases";display: block;writing-mode: vertical-lr;font-size: 18px;
font-family: "Bungee", sans-serif;color: #A7A8A1;font-weight: 600;}

@media screen and (max-width: 500px){.pageIndex .module_i_news.module_i_news01 ul{ display: flex;  flex-direction: column;}}

/*文章-案場*/
.blog_page.article_a .blog_list_ri p {margin-top: 5px;}