@charset "utf-8";
/* *************富予生命 ****************** */

/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');



/* 英文字體 Alata*/
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
/* 英文字體 Nunito */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #578aac; /*網站主要色系*/
  --SubColor: #222222; /*網站文字色*/
  --SubColor1: #002b5b; /*網站輔助色系1*/
  --SubColor2: #3c466b; /*網站輔助色系2*/
  --SubColor3: #cce1f3; /*網站輔助色系3*/
  --SubColor4: #4f80a7; /*網站輔助色系4*/  
  --SubColor5: #f8cb51; /*網站輔助色系5*/ 
  --SubColor6: #4D4D4D; /*網站輔助色系6*/ 
  --SubColor7: #f7dc6b; /*網站輔助色系7*/
  --SubColor8: #FFFFFF; /*網站輔助色系8*/ 
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Alata", "Noto Sans TC",sans-serif, system-ui;/*英文字體-標*/
  --SFontEN2: "Nunito", "Noto Sans TC",sans-serif, system-ui;/*英文字體-標*/
  /*--SFontC: "Noto Serif TC", sans-serif;內文黑體字-襯線*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
  --pd100:100px 0;
  --m100:100px;
  --m80:80px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1400px) {
:root{  
  --f40:36px;    
  --f18:17px;
}
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:34px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f52:44px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:44px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:400px) {
:root{
  --f80:40px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}


/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection { background-color: #060303; color: #fff; }
::selection { background-color: #060303; color: #fff; } */


/*卷軸*/
/* &::-webkit-scrollbar { background: #f1f1f1; width: 7px;}
&::-webkit-scrollbar-button { display: none; background: #f1f1f1; border-radius: 0;}
&::-webkit-scrollbar-track-piece { background: #f1f1f1;}
&::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #8b8b8b;}
&::-webkit-scrollbar-track { box-shadow: transparent;} */



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 隱藏BTN= */
.footer_menu > a:first-child {display: none;}


/* header */
.header_area {
    padding: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    transition: all .5s;
}
/* .pageIndex .header_area, .header_area.sticky {position: fixed;} */


.header_area.sticky {max-width: 100%;background: transparent;}


.header_area .main_header_area {background: transparent;padding: 0;transition: all 0.3s;position: relative;padding: 0;height: 100%;}
.header_area.sticky .main_header_area {transition: all 0.3s;}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0;max-width: 95%;max-width: 100%;height: 100%;}







/* 導覽列 */
.navigation {grid-template-columns: 140px 1fr 130px;align-items: flex-start;display: flex;justify-content: space-between;padding: 10px 0;}




/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* .header_area.sticky .stellarnav {} */
.stellarnav.desktop {transition: all 0.4s;padding: 0 25px;padding-top: 25px;width: auto;transition: .25s ease-out;}
.sticky .stellarnav.desktop {padding-top: 20px;}
.stellarnav.desktop > ul {width: fit-content;display: flex;align-items: center;background-color: #fff;border-radius: 100px;filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.05));padding: 0 8px 0 25px;}



/* 第一層 */
.stellarnav.desktop > ul > li {position: relative;padding: 0;font-size: 0;}
.stellarnav.desktop > ul > li:hover::before {width: 30px;}

.stellarnav.desktop li li:last-of-type {border-bottom: 0;border-radius: 0 0 10px 10px;}

.stellarnav.desktop > ul > li:after {
content: "";
display: block;
background-color: transparent;
width: 0;
height: 50px;
position: absolute;
top: -32%;
left: 50%;
transform: translate(-50%, -50%);
transition: all .5s;
pointer-events: none;
content: none;
}
.stellarnav.desktop > ul > li.has-sub > a {
padding-right: 15px;
}
.stellarnav.desktop > ul > li > a {
font-family: var(--SFontEN2);
margin: 0;
position: relative;
font-size: 16px;
line-height: 2;
letter-spacing: 1px;
transition: all .3s;
padding: 20px 15px;
}
.stellarnav.desktop > ul > li:hover > a, .stellarnav.desktop > ul > li > a:hover{color: var(--SubColor2);font-weight: 500;}







.stellarnav.desktop > ul > li > a:not(.dd-toggle) {color: #002B5B;font-weight: 500;height: 100%;display: flex;overflow: unset;}
.stellarnav.desktop > ul > li > a:hover {transition: .3s;}
.stellarnav.desktop ul ul>li>a:hover, .stellarnav.desktop ul ul>li>a:focus {color: var(--SubColor4);;opacity: 1;}
.stellarnav.desktop > ul > li > a b {font-weight: 400;}
.stellarnav.desktop > ul > li > a:hover b {font-weight: 500;}
.stellarnav.desktop > ul > li > a:not(.dd-toggle):after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
top: -20px;
margin-left: 10px;
width: 14px;
margin-top: 12px;
height: 14px;
background: url(https://pic03.eapple.com.tw/fuyulife/header_leaf.svg);
background-size: contain;
border: 0;
}

.stellarnav.desktop > ul > li:hover > a:after {
-webkit-animation: 1.3s 1 ease-in forwards NLeafIn;
animation: 1.3s 1 ease-in forwards NLeafIn;
}
@keyframes NLeafIn {
0% {
top: -22px;
margin-left: 18px;
opacity: 0.2;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
20% {
top: -16px;
margin-left:1px;
opacity: 0.4;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
40% {
top: -14px;
margin-left: 06px;
opacity: 0.6;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
60% {top: -12px;margin-left: 0;opacity: 0.8;-webkit-transform: rotate(30deg);transform: rotate(30deg);}
100% {top: 1px;margin-left: -07px;opacity: 1;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
}


.stellarnav.desktop > ul > li:last-child > a {padding: 12px 30px;color: #fff;background-color: #002b5b;border-radius: 35px;}
.stellarnav.desktop > ul > li:last-child > a:hover {color: #002b5b;
background-color: #ffde3b;}
.stellarnav.desktop > ul > li:last-child > a::after {content: none;}


/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{content: none;}


/* 第二層 */
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav.desktop ul ul {padding: 0;position: absolute;list-style: none;z-index: 98;white-space: nowrap;background: #fff;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);border: none;width: fit-content;min-width: 150px;left: 50%;margin: 0;transform: translateX(-50%);border-radius: 0 0 10px 10px;}
.stellarnav.desktop li li {border: 0;width: 100%;float: left;clear: both;position: relative;text-align: center;border-bottom: 1px #eee solid;padding: 0 5px;}
.stellarnav.desktop li li.has-sub > a:after {
content: '';
display: block;
height: 0px;
border-bottom: solid 3px #777;
position: absolute;
top: 48%;
right: -5px;
height: 8px;
width: 8px;
display: block;
border-style: solid;
border-width: 0 1px 1px 0;
transform: rotate(45deg);
-webkit-transition: border .3s;
transition: border .3s;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-color: transparent #d1cdc6 #d1cdc6 transparent;
}
.stellarnav.desktop li.has-sub li a {
font-size: 14px;
padding: 8px 10px;
white-space: nowrap;
font-family: var(--SFont);
border-bottom: 1px solid #e7eef0;
transition: 0s;
letter-spacing: 1px;
transform: translateX(0);
text-align: center;
color: #343434;
border: 0;
border-left: 0;
}
.stellarnav.desktop > ul > li.drop-left > ul li:hover, .stellarnav.desktop ul ul li:hover {
background: var(--SubColor4);
}
.stellarnav.desktop li.has-sub li a:hover {
color: #fff;
background: transparent;
padding-left: 0;
padding-right: 0;
}
.news_classes > li:hover > a, .news_classes > li:focus > a {
color: #fff;
background: transparent;
}


/* 第三層 */
.stellarnav.desktop ul ul ul, .stellarnav.desktop li.drop-left ul ul { top: 0;margin: 0;width: fit-content;
left: auto;
right: 0;
transform: translateX(100%);
}




/* 右上購物BTN */
.me_tp_features {order: 3;height: 100%;background: rgb(191, 191, 191);height: 90px;padding: 15px;display: flex;align-items: center;gap: 10px;border-radius: 0 0 25px 0;display: none;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}





/*LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {grid-row: 1;width: 100%;transition: all 0.5s;font-size: 0;position: relative;max-width: 170px;padding: 10px 0;}
.nav-brand {padding: 0 20px;max-width: 100%;z-index: 1;}
.nav-brand img{filter: drop-shadow(2px 4px 4px #000);}

.sticky .nav-header {max-width: 130px;}
.sticky .nav-brand img {}






/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}


.footer {
position: relative;
margin-top: 0;
padding-top: 80px;
padding-bottom: 20px;
padding: 70px 0 0;
overflow: unset;
padding-top: 60px;
background: #fff;
}
.footer::before {
content: "";
position: absolute;
top: -140px;
left: 0;
width: 100%;
height: 140px;
background: url(https://pic03.eapple.com.tw/fuyulife/ft_bg.png) center 0 repeat-x;
background-size: auto 100%;
}
.pageIndex .footer::before {opacity: 0;}

.footer .center {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 95%;
    padding: 0 2%;
    padding-bottom: 10px;
    flex-direction: column;
}
.footer .center:before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/fuyulife/FT_d.png);
    width: 100%;
    height: auto;
    aspect-ratio: 1407/911;
    top: -143px;
    left: -2%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 10vw;
    -webkit-animation: bounce .7s infinite;
    animation: bounce .7s infinite;
    pointer-events: none;
}

@keyframes bounce {from,20%,to {-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);animation-timing-function: cubic-bezier(.215, .61, .355, 1);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}50%,80% {-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);animation-timing-function: cubic-bezier(.755, .05, .855, .06);-webkit-transform: translate3d(0, -6px, 0);transform: translate3d(0, -6px, 0);}}
/* FT資訊在單獨頁面 */

/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    text-align: center;
    align-items: center;
    color: #fff9ee;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-family: var(--SFontE);
    line-height: 1.6;
    letter-spacing: .5px;
    font-weight: 300;
    justify-content: center;
    max-width: 100%;
    font-size: 11px;
    border-top: 0;
    margin: 0;
    width: 100%;
    padding: 15px 10%;
    background: #578aac;
}
.copy a {
    color: #fff9ee;
    margin: 0 2px;
 } 

/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;}


/* 置頂按鈕 */
#to_top {bottom: 2vw;left: 1vw;right: unset;padding: 13px 1px 0 0;font-size: 0;color: #333;background: #fff;box-shadow: none;border-radius: 0;transition: .8s;height: 35px;width: 35px;border-radius: 50px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);}
#to_top i.top:before, #to_top i.top:after {
height: 10px;
width: 2px;
top: 0;
left: 50%;
background: #333;
}
#to_top:hover {
opacity: 0.6;
transition: opacity 0.3s;
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#content_main, #content {
    margin: 0;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
    background: #e9f0f2;
    z-index: 1;
    position: relative;
}
div#page, #content {
    background: #e9f0f2;
}
div#page {position: relative;}
div#page:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/fuyulife/i_texture.png) repeat-y left top / 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    opacity: 0.5;
    background-image: url(https://pic03.eapple.com.tw/fuyulife/i_texture.png);
}

.bannerindex:before {
/* content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 200 / 17;
    background: url(https://pic03.eapple.com.tw/fuyulife/BN_border.png) 0 0 no-repeat;
    background-size: 100% 100%;
    pointer-events: none; */
}
.bannerindex {
position: relative;
height: auto;
padding: 0;
}

.bannerindex {
    --swiper-pagination-color: #fff;
    position: relative;
}

/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.swiper-slide {
    height: 100%;
}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
    /* 大圖切換閃爍-opacity */
    /* opacity: unset !important; */
    object-fit: contain;
    object-position: 0;
}
.bannerindex .swiper-banner .swiper-slide img {}








/* 大圖點點按鈕切換鈕 */
.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: 4px 8px;width: 5px;height: 15px;border-radius: 2px;}
/* 大圖點點按鈕END */



/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {
    content: none;
    position: absolute;
    z-index: 100;
    display: block;
    pointer-events: none;    
    opacity: 0;    
} 
.bannerindex .swiper-banner .swiper-wrapper::before {background: url(https://pic03.eapple.com.tw/fuyulife/bnA_txt.svg);content: '';top: 31%;width: 37%;height: auto;left: 50%;transform: translate(-50%, 0);aspect-ratio: 388/183;background-position: left;background-repeat: no-repeat;background-size: contain;/* opacity: 1; */}
.bannerindex .swiper-banner .swiper-wrapper:after {
    background: url(https://pic03.eapple.com.tw/fuyulife/bnA_img.png);
    content: '';
    top: 1%;
    width: 45%;
    height: auto;
    left: 0%;
    aspect-ratio: 153 / 94;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}

/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {
content: '';
position: absolute;
z-index: 100;
pointer-events: none;    
opacity: 0;    
} 
.bannerindex .swiper-banner .swiper-slide:nth-child(1):before {  
background: url(https://pic03.eapple.com.tw/fuyulife/BNbg_a.png);
    display: block;
    position: absolute;
    top: 12%;
    width: 45%;
    height: auto;
    right: 15%;
    aspect-ratio: 882 / 353;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    /* max-width: 760px; */
}
.bannerindex .swiper-banner .swiper-slide:after {background: url(https://pic03.eapple.com.tw/fuyulife/BNbg_c.png);display: block;position: absolute;top: 3%;width: 120%;height: auto;left: -5%;aspect-ratio: 2727 / 677;background-position: left;background-repeat: no-repeat;background-size: contain;opacity: 1;}

/* banner02 */





/* animation動畫 */
.bannerindex .swiper-banner .swiper-wrapper:before{
animation: NInUp 1s ease .25s forwards;
}
.bannerindex .swiper-banner .swiper-wrapper:after {
animation: BNUp 2.5s ease-in-out infinite alternate, BNrotate 6s ease-out infinite;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
-webkit-animation: NSlideInR cubic-bezier(0.69, 0.2, 0.52, 1.05) 2s forwards .5s;
    animation: NSlideInR cubic-bezier(0.69, 0.2, 0.52, 1.05) 2s forwards .5s;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
-webkit-animation: 4s BNfuwa2 infinite 1s;
animation: 4s BNfuwa2 infinite 1s;
}

@keyframes BNfuwa {0%,100% {-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);}50% {-webkit-transform: translate(-50%, -20px);transform: translate(-50%, -20px);}}
@keyframes BNfuwa2 {0%,100% {-webkit-transform: translateY(0);transform: translateY(0);}50% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}}

@keyframes BNup{to{margin-top:-50px;}}
@keyframes BNrotate{50%{transform: rotate(-5deg);}75%{transform: rotate(10deg);}}

@keyframes NSlideInR {0% {-webkit-transform: translateX(-100%) rotateY(-30deg) scale(0);transform: translateX(-100%) rotateY(-30deg) scale(0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;opacity: 0;}90% {-webkit-transform: translateX(0) rotateY(0) scale(1);transform: translateX(0) rotateY(0) scale(1);-webkit-transform-origin: -400% 400%;transform-origin: -400% 400%;opacity: 0.5;}100% {opacity: 0.5;}}

@keyframes NInUp {0% {transform: translate3d(-50%, 20px, 0);;opacity: 0;}100% {transform: translate3d(-50%, 0, 0);;opacity: 1;}}







@keyframes NfadeInUp {
0% {transform: translate(-50%,-50%) ;opacity: 0;}
100% {transform: translate(-50%,0) ;opacity: 1;}
}
@keyframes NslideUp {
0% {-webkit-transform: translateY(20px);transform: translateY(20px);opacity: 0;}
100% {-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
}



@media screen and (min-width: 1400px) {
/* 大圖 */

}






/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {display: none;width: fit-content;border-radius: 100px;padding: 10px 20px;bottom: 0;position: relative;float: unset !important;left: 50%;transform: translateX(-50%);border: 1px solid #a5b4c5;background: #e9f0f2;margin-bottom: 30px;}
/* .article_a .main_part:before {
    content: '';
    width: 90%;
    height: 1px;
    background: #a5b4c5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
}
.path p, .path p a {
    color: #666;
    letter-spacing: 1px;
    font-family: var(--SFontEN2);
} */



/* main */
.edit_part{padding: 0;
min-height: 1000px;
/* 暫放 */
}
.main_part {
    width: 100%;
    min-width: 100%;
    margin: auto;
    padding: 100px 20px;
    padding-bottom: 120px;
    background: transparent;
}
.show_content {margin: auto;padding: 0;font-family: var(--SFont);width: 95%;max-width: 1400px;margin: 0 auto;padding-top: 0px;}



.subalbum-menu {margin: 0;padding: 0;}
.edit {color: #262626;margin: auto;padding: 20px 0 40px;line-height: 1.7;letter-spacing: 0.5px;font-weight: 400;}
/* 功能頁下方頁碼 */
ul.page {width: 100%;}





/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
position: relative;
width: 100%;
object-fit: contain;
background-position: 0% 54%;
background: #8499b6;
background: #B0D0EC;
height: auto;
padding: 140px 0 0;
min-height: fit-content;
aspect-ratio: 200/50;
border-radius: 0 0 80px 80px;
overflow: hidden;
min-height: 360px;
}


.banner:before {
content: '';
position: absolute;
display: block;
width: 50%;
height: fit-content;
aspect-ratio: 1200 / 436;
left: -10px;
bottom: 0;
background: url(https://pic03.eapple.com.tw/fuyulife/banA.png) no-repeat;
opacity:0;
background-size: contain;
animation-name: fadeInLeft01;
pointer-events: none;
animation-duration: 1200ms;
animation-delay: 900ms;
animation-fill-mode: both;
}
@keyframes fadeInLeft01 {0% {opacity: 0;-webkit-transform: translateX(-30px);transform: translateX(-30px)}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0)}}

.banner h5 {color: #FFF;z-index: 1;font-family: var(--SFontEN2);display: flex;flex-direction: column;gap: 0;width: fit-content;max-width: 1400px;font-weight: 500;font-size: var(--f40);letter-spacing: 4px;padding: 0 25px;line-height: 1.2;/* text-shadow: 0px 0px 5px #a55510; */align-items: center;position: relative;
text-shadow: 0px 2px 8px rgb(5 44 89 / 40%);}
.banner h5:before {
content: '';
width: 100%;
position: absolute;
display: block;
height: 100%;
z-index: -1;
top: 50%;
border-radius: 50px;
transform: translateY(calc(-50% + -5px));
}
.banner h5:after {
padding-left: 0;
font-weight: 500;
z-index: 1;
order: -1;
font-size: var(--f18);
content: 'Latest News';
letter-spacing: 1.5px;
text-transform: uppercase;
position: absolute;
top: -30px;
color: #FFF;
text-shadow: 0px 2px 8px rgb(5 44 89 / 40%);
}



.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}


.album_a .banner h5:after {content: 'Our Works';}









@media screen and (max-width: 1400px) {
/* = = header = = */
.stellarnav.desktop > ul > li > a {padding: 15px;font-size: 15px;}
.stellarnav.desktop > ul > li:last-child > a {padding: 7px 25px;}

/* logo*/
.nav-header {max-width: 155px;}
}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* logo*/
.nav-header {max-width: 140px;}
}




/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area {padding: 0;position: sticky;}
.header_area .main_header_area {}
.header_area.sticky .main_header_area{backdrop-filter: none;border: 0;}
.navigation {display: flex;align-items: center;flex-direction: row;padding: 0 15px;background: #fff;gap: 0;box-shadow: 0 0 0.8rem 0 rgba(4, 0, 0, 0.05);}

/* logo*/
.nav-header {max-width: 80px;padding: 5px 0;margin: 0 auto;width: fit-content;margin-left: 0;min-width: unset;}
.nav-brand {padding: 0;max-width: 100%;z-index: 1;}
.sticky .nav-header {max-width: 60px;}


/* 導覽列 */
.pageIndex .stellarnav.desktop {opacity: 1;pointer-events: unset;}
.stellarnav.desktop {transition: all 0.4s;padding: 0 25px;padding-top: 25px;width: 100%;padding: 0;transition: .25s ease-out;}
.sticky .stellarnav.desktop {padding-top: 0;}
.stellarnav.desktop ul {text-align: right;margin: auto;margin-right: 0;justify-content: center;background: transparent;filter: none;padding: 0;}

.stellarnav.desktop > ul > li > a {padding: 25px 8px;}
.sticky .stellarnav.desktop > ul > li > a {padding-top: 20px;padding-bottom: 20px;}
.stellarnav.desktop > ul > li:last-child > a {padding: 6px 20px;margin-left: 6px;}


/* 內頁BN */
.banner {padding-top: 40px;min-height: 280px;border-radius: 0 0 40px 40px;}
}

@media screen and (max-width: 900px) {
.stellarnav.desktop > ul > li > a {letter-spacing: .5px;font-size: 14px;padding: 25px 7px;}
}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {

/* logo*/    
.nav-header {max-width: 70px;padding: 5px 0;margin-left: 0;}
.sticky .nav-header {padding: 5px 0;max-width: 70px;}
.nav-brand img { }




/* = = header = = */
.header_area {min-height: 80px;}
.header_area .main_header_area {padding: 0;border: 0;backdrop-filter: none;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;}



/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: 15px;left: unset;top: 12px;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 0 auto;padding: 0;flex-direction: row-reverse;align-items: center;width: 54px;height: 54px;background: #002B5B;border-radius: 50px;justify-content: center;}


/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;/* content: 'Menu'; */font-size: 14px;color: #333;transform: scale(1);font-family: var(--SFontEN2);letter-spacing: 2px;content: none;}
.stellarnav .menu-toggle span.bars {display: block;margin: 0;display: flex;gap: 5px;top: 1px;flex-direction: column;}
.stellarnav .menu-toggle span.bars span {width: 25px;height: 2px;border-radius: 0;background: #fff;margin: 0;/* background: #fff; */height: 2px;}
/* .sticky .stellarnav .menu-toggle span.bars span {background: #333;} */
/* 黑色遮罩 */
.stellarnav.mobile::before {
content: "";
position: fixed;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
z-index: -5;
line-height: normal;
background-color: transparent;
transform: translate(-50%, -50%) scale(1.05);
opacity: 0;
transition: 1s;
content: none;
}
.stellarnav.mobile.active::before {content: "";width: 100%;height: 100%;background-color: rgb(63 77 85 / 40%);backdrop-filter: blur(2px);border-radius: 0;opacity: 1;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 25px;        
/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;border: 0;border-top-left-radius: 50px;}
/*卷軸*/
.stellarnav.mobile.left > ul::-webkit-scrollbar {
background: #eaeaea;
width: 4px;
height: 15px;
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-button {
display: none;
background: #eaeaea;
border-radius: 0;
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {
background: #fbfbfb;
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {
background-color: #888;
width: 4px;
border-radius: 15px;
border: 3px solid var(--MainColor);
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {
border-radius: 6px;
height: 6px;
background-color: #eaeaea;
}
.stellarnav.mobile.left.active > ul{right: 0;max-width: 480px;width: 85%;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        /* display: inline-block; */
        /* font-size: 12px; */
        background: transparent;
        height: 76px;
        /* width: fit-content; */
        padding: 0;
        margin: 20px 0;
        text-transform: uppercase;
        content: 'Menu';
        font-size: 12px;
        color: #4b4848;
        transform: scale(1);
        font-family: var(--SFontEN2);
        letter-spacing: .5px;
        height: fit-content;
        /* width: 100%; */
        text-align: right;
        display: flex;
        width: fit-content;
        margin: 0 auto;
        margin-right: 0;
        height: 60px;
        gap: 7px;
        width: 50px;
        flex-direction: column;
        align-items: center;
    }
.stellarnav .icon-close {box-sizing: border-box;width: 25px;height: 18px;position: relative;display: inline-block;margin: 0;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {
width: 25px;
height: 0px;
border-bottom: solid 1px #333;
transition: all 400ms cubic-bezier(0.25, 0.6, 0.36, 1);
}
.stellarnav .icon-close:after {transform: rotate(-45deg);transition-delay: 65ms;}
.stellarnav .close-menu:hover .icon-close:after {transform: rotate(135deg);}
.stellarnav .close-menu:hover .icon-close:before  {transform:  rotate(225deg);}


/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 5px 0;display: block;border-bottom: 0;display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: #f3f3f3;/* color: #fff; */padding: 0;padding-bottom: 5px;background: #cfd9e1;/* color: #fff; */padding: 0;padding-bottom: 5px;border-radius: 5px;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 150%;display: block;font-weight: 600;color: #002B5B;font-size: 16px;letter-spacing: 1px;padding: 10px;margin: 0;font-family: var(--SFontE);}
.stellarnav.mobile li.open > a {
border: 0;
}    
.stellarnav > ul > li > a:before{
content: none;
}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {
top: 5px;
padding: 10px;
}
.stellarnav.mobile > ul > li.open > a.dd-toggle {
top: 0;
}
.stellarnav a.dd-toggle .icon-plus:before {
width: 8px;
height: 8px;
border-bottom: solid 1px #666;
top: 50%;
left: 0;
transform: rotate(-45deg);
}
.stellarnav a.dd-toggle .icon-plus:after {
width: 8px;
height: 8PX;
top: 50%;
border-bottom: solid 1px #666;
transform: rotate(45deg);
}
.stellarnav li.open > a.dd-toggle .icon-plus {
-moz-transform: translateY(10px) scaleY(-1);
-webkit-transform: translateY(10px) scaleY(-1);
-o-transform: translateY(10px) scaleY(-1);
transform: translateY(10px) scaleY(-1);
}

/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {
left: unset;
margin: 0 auto;
box-shadow: none;
width: calc(100% - 10px);
margin: auto;
left: unset;
box-shadow: none;
transform: unset;
}
.stellarnav li li {font-size: 14px;color: #333;font-family: var(--SFont);border: 0;font-size: 14px;color: #333333;letter-spacing: .5px;}
.stellarnav.mobile li li.has-sub a {
padding: 10px 30px 10px 20px;
}
.stellarnav a.dd-toggle .icon-plus {
height: 80%;
}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{
border-bottom: solid 1px #ccc;
top: 0%;
}
.stellarnav.mobile ul li:hover > a {
opacity: 1;
transition: all 0.3s ease-in-out;
background: transparent;
color: unset;
}
.stellarnav.mobile ul ul>li>a:hover{
color: var(--MainColor);
}

/* 第三層 */
.stellarnav.mobile li.open li.open {
background: #fbfbfb;
}
.stellarnav li li li a{
font-size: 14px;
}

/* 內頁BN */
.banner {padding-top: 0;min-height: 260px;}
.banner:before {width: 70%;}
.banner h5:after {font-size: 14px;top: -25px;}

}


/* @660上方區域_平板版面660px */
@media screen and (max-width: 660px) {
}


@media screen and (max-width: 480px) {
/* 內頁BN */
.banner {min-height: 220px;}
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {max-width: 1400px;padding-top: 80px;}








/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*A文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* article_a */

/*文章功能頁/ = = = = */
.show_content.blog_box {max-width: 1400px;gap: 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;padding-bottom: 40px;}

/* 左側分類欄位 = = */
.blog_le {
    position: relative;
    width: 220px;
    padding: 0;
    z-index: 1;
    margin: 0;
}
h5.blog_le_t {
    text-align: center;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    margin: 0 0 20px;
    display: none;
}
h5.blog_le_t em {
    font-weight: 500;
    font-size: var(--f20);
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-family: var(--SFont);
}
.blog_search {/* display: none; */}
.blog_search input[type=search] {color: #999;border: 0;background: #fff;border-radius: 25px;padding: 10px 40px 10px 15px;}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
    border: 1px #eee solid;
}
.blog_le .accordion li {
    transition: .3s ease-out;
    border: 0;
    position: relative;
    overflow: unset;
    height: fit-content;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.accordion li .link {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border: 0;
}
.accordion li+li .link {
    border-top: 1px solid #eee;
}
.accordion li .link a {
    text-align: left;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1.5px;
    border: 0;
    border-bottom: 1px solid #bccddb;
    height: auto;
    transition: all 0.3s ease-out;
    width: 100%;
}
/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;}
.submenu li+li {border-top: 1px solid #ccc !important;}
.submenu a {color: #666;word-break: break-all;line-height: 1;padding: 12px 20px 12px 30px;height: fit-content;font-size: 13px;}
.submenu a i {left: 10px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {color: #FFF;}
/* 當前頁面 */
.blog_le .accordion > li.on_this_category .submenu {display: none !important;height: 100%;}
.blog_le .accordion > li.on_this_category.open .submenu {display: block !important;height: 100%;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover {color: #3C3C3C !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a, .blog_le .accordion > li:hover .link a {
    color: var(--SubColor1) !important;
    background: transparent;
    font-weight: 600;
    letter-spacing: 2.5px;
}


/* 右側圖文區 = = */
.blog_ri {margin: 0;/* display: flex; */flex-direction: column;font-family: var(--SFontEN2);/* width: 100%; */padding: 0 0 0 40px;width: calc(100% - 240px);justify-content: flex-start;}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;margin: 0;padding: 0;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: repeat(1, 1fr);width: 100%;gap: 0;display: flex;flex-wrap: wrap;}
.subbox_item {border-radius: 0;overflow: hidden;transition: .5s ease-out;margin: 0;padding-bottom: 0;width: calc(100%/3);padding: 0 10px;margin: 10px 0px;padding-block: 0;margin-bottom: 50px;margin-top: 0;}
.subbox_item:hover {transition: .5s ease-out;}
.subbox_item a {display: flex;align-items: center;grid-gap: 10px;flex-direction: column;background: #fff;padding: 20px 20px 30px;border-radius: 15px;border: 1px solid #ddd;overflow: hidden;}

.subbox_item a:before {
font-size: 12px;
padding: 5px 18px;
background: #3A5F8D;
border-radius: 2px;
color: #fff;
bottom: 0;
font-weight: 500;
letter-spacing: 1px;
right: 0;
border-radius: 15px 0 0;
font-family: var(--SFontEN2);
top: unset;
}
.subbox_item a:after {background: rgba(256, 256, 256, .5);border: none;pointer-events: none;}
.subbox_item a:hover:before {opacity: 1;transition: all .5s;}
.subbox_item a:hover:after {opacity: 0;}
/* 圖 */
.blog_list_le {overflow: hidden;aspect-ratio: 12/9;background-color: #fff;width: 100%;position: relative;border-radius: 10px;}
.blog_list_le:before {
content: '';
display: block;
position: absolute;
background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
transition: all .3s ease-out;
width: 100%;
height: 100%;
opacity: 1;
z-index: 1;
}
.subbox_item a:hover .blog_list_le:before {opacity: 0;}
.blog_list_le img {transition: .5s ease;box-shadow: 6px 6px 0 rgba(0, 0, 0, .04);}
.subbox_item a:hover img {transition: 0.5s;opacity: 1;transform: scale(1.05);}

/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;padding: 10px 0 5px;width: 100%;/* padding-left: 0; */max-width: 100%;overflow: hidden;}
.blog_list_ri h5 {line-height: 1.4;font-size: var(--f20);text-align: left;color: #444;font-weight: 500;letter-spacing: 1px;-webkit-line-clamp: 2;margin: 0;padding-bottom: 5px;}
.subbox_item a:hover .blog_list_ri h5 {color: #3d608b;}
.blog_list_ri em {font-size: 12px;color: #999;margin: 0;letter-spacing: .5px;padding: 5px 0 0;}
.blog_list_ri p {font-size: 14px;letter-spacing: 1px;line-height: 1.6;font-weight: 400;color: #666;margin: 15px 0 0;}
.subbox_item a:hover .blog_list_ri p, .subbox_item a:hover .blog_list_ri em {opacity: 0.5;}


/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {/* width: 100%; *//* display: block; *//* padding: 0; *//* margin: auto; *//* min-height: fit-content; */align-self: end;}
.blog_in_page h4.blog_category_title {
    width: 100%;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
    font-size: var(--f24);
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 5px #fff dotted;
}

/* 上下篇按鈕 */
.blog_back {align-items: center;border-top: 1px solid #eee;padding: 0px 0 40px;display: flex;-ms-flex-wrap: wrap;gap: 10px;width: calc(100% - 240px);/* margin-right: 0; *//* padding-left: 60px; */}
.blog_back a {
font-size: 13px;
letter-spacing: 0.08em;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {
background: #eee;
background: transparent;
transition: .5s ease;
height: 40px;
width: 180px;
font-weight: 300;
line-height: 40px;
padding: 0 20px;
position: relative;
border-radius: 4px;
border: 1px solid #c2c2c2;
color: #666;
display: block;
font-size: 14px;
padding: 0 20px;
position: relative;
}
.blog_back a.article_btn_prev {
text-align: right;
}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before{
content: "";
width: 10px;
height: 10px;
border-left: 1px solid #9e9e9e;
border-bottom: 1px solid #9e9e9e;
display: block;
position: absolute;
top: calc(50% - 5px);
}
.blog_back a.article_btn_prev:before{
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 15px;
}
.blog_back a.article_btn_next:before{
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
right: 15px;
}
.blog_back a.article_btn_next {
margin-left: auto;
text-align: left;
}
.blog_back a.article_btn_back {
background: #f5f5f5;
transition: .5s ease;
display: none;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
border: 1px solid var(--SubColor4);
background: var(--SubColor4);
color: #fff;
}
.blog_back a.article_btn_back:hover {
border: 1px solid #2c2c2c;
background: #2c2c2c;
color: #fff;
}
.blog_back a.article_btn_prev:hover:before, .blog_back a.article_btn_next:hover:before  {
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}

/* 分享按鈕 = = */
.blog_shareData {
    display: flex;
    /* border: 1px solid #ccc; */
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 25px;
    width: 100%;
    padding: 0 20px 10px;
    border-radius: 5px;
    /* display: none; */
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    justify-content: flex-end;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: 400;font-size: 12px;color: #333;letter-spacing: .5px;}
.toShareNews a object {max-width: 20px;}
.toShareNews > a:hover > object {
filter: none;
}
/* 文章編輯器 */
.blog_box_edit {background: transparent;margin: 10px 0;font-size: var(--f16);color: #2F2F2F;line-height: 1.8;padding: 0;letter-spacing: .5px;}
/* .articel_mainPic {
display: none;
} */

/*文章-相關推薦*/
.news_related, .prod_related {
display: none;
}
.news_related h6 span:before, .prod_related h6 span:before {
font-size: 24px;
color: #333;
font-weight: 500;
letter-spacing: 0.04em;
}
.news_related_list, .related_list {
margin: 40px auto;
}
.news_related_list li, .related_list li {
display: block;
padding: 0px;
}
.news_related_list li a, .related_list li a {
padding: 10px;
background: #fff;
height: 100%;
border: 1px solid #eee;
border-radius: 5px;
transition: .3s ease;
}
.news_related_list li a:hover, .related_list li a:hover {
box-shadow: 4px 4px 15px rgb(181 177 172 / 25%);
transition: .3s ease;
}
.news_related_list li figure {
aspect-ratio: 12 / 17;
}
.news_related_list li a p, .related_list li a p{
font-size: 16px;
letter-spacing: 0.04em;
color: #333;
padding: 10px 0 5px;
line-height: 1.5;
}
/* 按鈕 */
.news_related_b_box, .prod_related_b_box {
margin: auto;
background: transparent;
color: #fff;
position: relative;
z-index: 1;
min-width: 165px;
width: 200px;
height: 50px;
border: 1px solid #0F0F0F;
font-size: 14px;
letter-spacing: 0.1em;
color: #0F0F0F;
overflow: hidden;
transition: color 0s ease;
border: 1px solid #bcbfbf;
}
.lastPage {
color: #fff;
background: transparent;
transition: all .5s;
font-family: var(--SFont2);
font-weight: 500;
letter-spacing: 0.12em;
font-size: 16px;
margin: 0 auto;
color: #293943;
line-height: 1.8;
}
a.lastPage:after {
content: "";
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 0;
height: 100%;
background-color: var(--SubColor2);
transition: all 0.5s;
}
a.lastPage:hover {
color: #fff;
}
a.lastPage:hover:after {
width: 100%;
}



/*首頁/ = = = = */
.module_i_news:before,
.module_i_news:after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/fuyulife/i_cloud.png);
    width: 100%;
    height: auto;
    aspect-ratio: 209/63;
    bottom: 10%;
    right: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 10vw;
    animation: float01 3s linear infinite;
    pointer-events: none;
}
.module_i_news:before {
    bottom: 35%;
    right: unset;
    left: 2%;
    opacity: .8;
    max-width: 9vw;
    animation-delay: .4s;
}
@keyframes float01 { 0% { -webkit-transform: translateY(0); transform: translateY(0); }
  25% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  50% { -webkit-transform: translateY(0); transform: translateY(0); }
  75% { -webkit-transform: translateY(5px); transform: translateY(5px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }


.module_i_news {padding: 120px 25px 120px;position: relative;}
.module_i_news section {max-width: 1400px;width: 92%;margin: 0 auto;}
/* 標 */
.module_i_news .title_i_box {margin-bottom: 0;text-align: left;font-family: var(--SFontEN2);letter-spacing: 1px;display: flex;flex-direction: column;margin-bottom: 15px;}
.module_i_news .title_i_box h6:before {content: 'News';color: #7389A4;font-size: var(--f24);font-weight: 800;line-height: 1.6;text-align: center;width: 100%;position: relative;font-family: var(--SFontEN2);display: block;}
.module_i_news .title_i_box h4 {font-size: var(--f40);color: #333;font-weight: 800;text-align: center;letter-spacing: 3px;position: relative;width: fit-content;margin: 0 auto;}
.module_i_news .title_i_box h4:before {content: "";position: absolute;background: url(https://pic03.eapple.com.tw/fuyulife/news_deco.png) no-repeat;width: 40px;height: 40px;background-size: contain;right: -30px;bottom: 30px;z-index: -1;animation: ctaphone 2s infinite ease-in-out alternate;}
@keyframes ctaphone {0% {transform: rotate(0deg);}5% {transform: rotate(25deg);}10% {transform: rotate(0deg);}15% {transform: rotate(25deg);}20% {transform: rotate(0deg);}25% {transform: rotate(25deg);}30% {transform: rotate(0deg);}35% {transform: rotate(25deg);}40% {transform: rotate(0deg);}100% {transform: rotate(0deg);}}
/* 圖文 */
.module_i_news_list.swiper {padding: 30px 0;}
.module_i_news ul {list-style: none;display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 20px;}
.module_i_news li {
display: block;
text-align: left;
border: 1px solid #e9e9e9;
border-radius: 15px;
overflow: hidden;   
transition: .5s ease-in-out; 
}
.module_i_news li:hover {    
box-shadow: 0 8px 14px rgb(99 123 175 / 10%);
}
.module_i_news li a {font-family: var(--SFontEN2);display: flex;grid-gap: 20px;padding: 20px;height: 100%;flex-direction: column;background: #fff;border-radius: 15px;/* border: solid #578aac; *//* border-width: 0 8px 8px 0; */}
.module_i_news li a:after {
pointer-events: none;
background: rgba(255, 255, 255, 0.6);
border: 0;
}
.module_i_news li a:before {    
pointer-events: none;
font-size: 14px;
font-weight: 700;
letter-spacing: .5px;
padding: 8px 5px;
font-family: var(--SFontEN2);
top: 50%;
left: 50%;
width: 150px;
height: 40px;
color: #3A5F8D;
transform: translate(-50%, -10%) scale(1);
}
.module_i_news li a:hover:before {
opacity: 1;
width: 100%;
transform: translate(-50%, -50%) scale(1);
transition: all 500ms;
}
.i_blog_le {transition: .3s ease-in-out;}
.module_i_news li a:hover .i_blog_le {
opacity: .4;
}
.i_blog_ri {
display: block;
vertical-align: top;
padding: 0;
width: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.i_blog_ri h5 {font-weight: 500;font-size: var(--f20);color: #26282d;letter-spacing: .5px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;line-height: 1.5;margin-bottom: 5px;}
.i_blog_ri em {
font-size: 12px;
color: #6F6F6F;
font-style: normal;
display: block;
margin: 5px 0;
order: 3;
position: relative;
line-height: 1;
left: -35px;
}
.i_blog_ri p {
font-size: 14px;
color: #6F6F6F;
line-height: 1.7;
-webkit-line-clamp: 2;
letter-spacing: .5px;
font-weight: 400;
margin: 0;
}
/* BTN */
.i_blog_b {width: 100%;max-width: 100%;margin: auto;padding-top: 25px;}
.i_blog_b a {
    font-family: var(--SFontEN2);
    height: fit-content;
    align-items: center;
    margin: 0 auto;
    overflow: unset;
    display: flex;
    align-items: center;
    padding-inline: 30px;
    position: relative;
    z-index: 3;
    margin-inline: auto;
    transition: .2s ease-out;
    border: 0;
    text-align: center;
    display: block;
    width: 100%;
    white-space: normal;
    font-weight: 400;
    line-height: 1.6;
    background: #7fb6d9;
    background: #2a86c0;
    color: #fff;
    border-radius: 50px;
    max-width: 280px;
    padding: 15px;
    font-size: 15px;
}
.i_blog_b a:hover {
    background: #69aad3;
    box-shadow: 5px 5px 0px #2680b8;
    transform: translate(-5px, -5px);
}
.i_blog_b b {
height: fit-content;
line-height: 2;
font-size: 15px;
font-weight: 500;
letter-spacing: 1px;
}
.i_blog_b .fa-arrow-right {display: none;}
.i_blog_b .fa-arrow-right::before {
content: " ";
height: 8px;
width: 8px;
display: block;
border-style: solid;
border-width: 0 2px 2px 0;
border-color: transparent #204483 #204483 transparent;
transform: rotate(315deg);
transition: border .2s;
margin: 0px;
}
.i_blog_b .fa-arrow-right::after {
content: '';
transform-origin: right;
transform: scale(0,1) translateY(-50%);
display: block;
position: absolute;
width: 10px;
height: 2px;
right: 5px;
top: 50%;
background: #204483;
transition: transform .3s ease-in-out;
}
.i_blog_b a:hover i.fa-solid.fa-arrow-right {
margin: 0 5px 0 15px;
}
.i_blog_b a:hover .fa-arrow-right::after {
transform: scale(1,1)  translateY(-50%);

}

@media screen and (max-width: 1400px) {
/* 外 */
.blog_ri {padding-right: 20px;padding-left: 20px;}
.subbox_item {width: calc(100% / 2);margin-bottom: 40px;}
/* 首 */
.module_i_news section {width: 92%;}
}

@media screen and (max-width: 1200px) {
/* 外 */
.subbox_item {
width: calc(100% / 2);
margin-bottom: 40px;}
/* 首 */
.module_i_news {padding: 100px 25px 120px;}
.module_i_news section {width: 95%;}
.module_i_news ul {grid-gap: 15px;}
.module_i_news li a {padding: 15px;}
.i_blog_b a {width: 260px;height: 52px;}
.i_blog_b b {line-height: 1;}
}


@media screen and (max-width: 1024px) {
/* 外 */
.blog_ri {padding: 0;}
.blog_subbox {display: grid;grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.subbox_item {width: 100%;margin-bottom: 20px;}
.i_blog_ri p, .blog_list_ri p {letter-spacing: .5px;-webkit-line-clamp: 2;}
.i_blog_ri h5, .blog_list_ri h5 {}

.fa-chevron-down::before {font-size: 12px;}
.blog_le .accordion li .link i {width: 35px;}
.accordion li .link a {font-size: 15px;}

/* 首 */
.module_i_news {padding: 80px 25px 100px;}
.module_i_news ul {grid-template-columns: repeat(3, 1fr);}
.module_i_news li:last-child {display: none;}
}



@media screen and (max-width: 768px) {
/* 外 */
.blog_le, .blog_ri {width: 100%;}
.blog_le .accordion {display: none;}
.blog_list_ri h5 {    line-height: 1.6;}
/* 內 */
    .blog_back {
        width: 100%;
        padding: 10px 0 40px;
    }
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {height: 38px;width: 150px;line-height: 38px;}
.show_content.blog_box {
    gap: 10px;
    padding-bottom: 80px;
}
/* 首 */
.module_i_news_list {padding: 20px 0 20px;}
.module_i_news ul {grid-template-columns: repeat(2, 1fr);grid-gap: 20px;}
.module_i_news li:last-child {display: block;}
.i_blog_b a {width: 240px;height: 52px;}
.i_blog_b b {font-size: 14px;}
}

@media screen and (max-width: 600px) {
.subbox_item a {flex-direction: column;}
.i_blog_le, .blog_list_le {max-width: 100%;}
/* 首 */
.module_i_news {padding: 60px 25px 80px;}
.module_i_news ul {grid-template-columns: 1fr;max-width: 360px;width: 95%;margin: 0 auto;}
}

@media screen and (max-width: 480px) {
/* 外 */
.blog_subbox {grid-template-columns: 1fr;}
/* 內 */
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {height: 32px;width: 125px;line-height: 30px;}
/* 首 */
.module_i_news .title_i_box h4 {font-size: 26px;}
.module_i_news_list {
        padding-top: 10px;
    }
}

@media screen and (max-width: 360px) {

}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-OFF  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */






/* = = = 分隔線 相本主分類-OFF= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show-list .item:hover .show_name{}
/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}
.show-list .item a .show_pic {transition: all .6s;border-radius: 10px;}
.overlay {background: rgb(244 239 223 / 30%);z-index: 1;}
.show-list .show_pic {aspect-ratio: 36 / 25;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .6s;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}







/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page .main_part {padding-bottom: 100px;background: #fbfbfb;}
.contact_content {}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}
/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

/* footer*/
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.copy {
    font-size: 10px;
    padding: 10px 10%;
}

}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 共用 */
.main_part {padding: 80px 20px;}


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none; }
.footer.with_shopping_mode {padding: 0;}
#to_top {bottom: 20px;left: 15px;}
/* footer */
.copy{font-size: 10px;}


}

/* @660上方區域_平板版面660px */
@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 40px;}
.show_content {padding: 0 ;width: 95%;}

.copy {font-size: 9px;}
.footer.with_shopping_mode {padding-top: 0;    }
}

@media screen and (max-width: 480px) { }