@charset "utf-8";
/* *************"匠洗工藝"****************** */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* "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');




/* 英文粗字體  */

/* 英文粗字體 Plus Jakarta Sans */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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: #006fce; /*網站主要色系*/
  --SubColor: #353D4B; /*網站文字色*/
  --SubColor1: #edf3f9 ; /*網站輔助色系1*/
  --SubColor2: #FFDE26; /*網站輔助色系2*/
  --SubColor3: #3C85BA; /*網站輔助色系3*/
  --SubColor4: #F0F7FF; /*網站輔助色系4*/  
  --SubColor5: #004680; /*網站輔助色系5*/ 
  --SubColor6: #959ea6; /*網站輔助色系6*/ 
  --SubColor7: #f3f6f9; /*網站輔助色系7*/ 
  --SubColor8: #007ef4; /*網站輔助色系8*/ 
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Plus Jakarta Sans", "Noto Sans TC", sans-serif, system-ui;/*英文標字體*/  
  --SFontC: "Noto Serif TC", sans-serif;/*內文字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑字體*/
  --pd100:100px 0;
  --m100:100px;
  --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;
  --bf40:38px;
}
@media (max-width:1400px) {
:root{
--bf40:36px;
}
}
@media (max-width:1200px) {
:root{
--bf40:34px;
}
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
  --bf40:32px;
}
}
@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;
  --bf40:26px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
  --bf40:24px;
}
}
@media (max-width:480px) {
:root{  --bf40:22px;}
}
@media (max-width:360px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
  --bf40:20px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-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 {
    background-color: #c1c1c1;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area {
    position: sticky;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}

.header_area.sticky {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    box-shadow: unset;
    background: transparent;
}
/* .main_header_area:before {
    content: "";
    background: linear-gradient(180deg, #3d2f2999, transparent);
    width: 100%;
    height: 10vw;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: .6;
    transition: .5s;
}
.header_area.sticky .main_header_area::before {content: none;} */






.main_header_area .container {
    max-width: 100%;
    padding: 0 40px;
    transition: 0.5s;
    padding: 0;
}

.header_area .main_header_area {
    background: transparent;
    padding: 0 5vw 0;
    transition: all 0.3s;
    position: relative;
    padding: 0;
}

.header_area.sticky .main_header_area {
    background: transparent;
    padding: 0;
    transition: all 0.3s;
    border: 0;
}

.navigation {
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 8px rgba(145, 145, 145, 0.1);
    box-shadow: rgba(192, 222, 252, 0.4) 0px 0px 20px;
}




/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav, .stellarnav {}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: unset;
}

/* 第一層 */
.stellarnav ul {
margin: 0;
    padding: 0;
    text-align: center;
    text-align: center;
    margin-top: 12px;
    padding: 0;
    border-top: 1px solid #8dbbe9;
}
.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: "";
    position: absolute;
    background: url(https://pic03.eapple.com.tw/ingenuity/nav_icon.svg) no-repeat;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    left: 0;
    background-position: center;
    background-size: contain;
    top: 2px;
    transition: .3s ease-in-out;
}

.stellarnav > ul > li {
    position: relative;
    padding: 15px 0;
    font-size: 0;
}
.stellarnav > 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 > ul > li:hover::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 31px;
    width: 100%;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav > ul > li > a {
    font-family: var(--SFontEN);
    color: #222;
    height: fit-content;
    margin: 0;
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px;
    padding: 0 5px;
}
.header_area.sticky .stellarnav > ul > li > a {}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {
    font-weight: 600;
    position: relative;
    padding: 0 25px;
}

.stellarnav.desktop > ul > li > a:hover {
    color: var(--MainColor);
}


.stellarnav > ul > li:hover > a:before {
animation: Nrotate360 10s infinite linear;
transition: all .4s;
}
@keyframes Nrotate360{
  0%{transform: rotate(0);}
  100%{transform: rotateZ(360deg);}
}


.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {
    color: #131413;
    opacity: 1;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}


/* 第二層 */
.stellarnav ul ul.other_classes li:first-child {display: none;}

.stellarnav.desktop ul ul {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #292929;
    background-color: #ECF3FA;
    width: auto;
    border: none;
    min-width: auto;
    width: fit-content;
    min-width: 150px;
    margin: 0;
}
.stellarnav > ul > li > ul {
    background: #fff;
    height: max-content;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    padding: 5px 0 5px;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.stellarnav.desktop > ul > li > ul {
    display: block !important;
    top: calc(100%);
    transform: translateX(-50%) scale(1, 0);
    transform-origin: top;
}
.stellarnav.desktop > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateX(-50%) scale(1, 1);
    transition: all 0.4s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav li li {
    border: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.stellarnav li li:last-of-type {
    border-bottom-width: 0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    text-align: center;
    padding: 12px 20px;
    white-space: nowrap;
    font-family: var(--SFontEN);
    border: 0;
    transition: all .5s;
    letter-spacing: 1.5px;
    transform: translateX(0);
    text-align: center;
    color: #006fce;
    font-weight: 500;
}
.stellarnav.desktop li.has-sub li+li a {
    padding-bottom: 12px;
}
.stellarnav.desktop li.has-sub li a:hover {
    background: transparent;
    opacity: .6;
}
.news_classes > li:hover > a, .news_classes > li:focus > a {}


/* 第三層 */
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    margin: 0;
    width: fit-content;
    transform: unset;
}



.me_tp_features {display: none;}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    position: relative;
    text-align: center;
    z-index: unset;
    transition: .4s 
ease;
}
.header_area .nav-brand {
    margin: 5px 0 0;
    max-width: 160px;
    width: 100%;
    transition: .4s ease;
}
.nav-brand img {
    width: auto;
}


.sticky .nav-header {}
.sticky .nav-brand img {}




/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}
.info_fix {z-index: 10;}

.footer {
position: relative;
padding-top: 40px;
padding-bottom: 0;
z-index: 1;
background: #f7fcff;
margin-top: 60px;
}
.footer::before {
content: '';
background: url(https://pic03.eapple.com.tw/ingenuity/ft_bgtop2.svg) repeat-x;
position: absolute;
display: block;
width: 100%;
height: 50px;
top: 0;
background-size: cover;
transform: translateY(calc(-100% + 1px));
background-repeat: repeat-x, repeat-x;
animation: effect02 50s linear infinite;
}
@keyframes effect02 {0% {background-position: -2500px 0;}100% {background-position: 0 0;}}
.footer .center {
width: 95%;
max-width: 1300px;
margin: 0 auto;
padding: 0 20px;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
}
.footer_logo {
margin: auto;
max-width: 160px;
}
.footer_logo a {
display: block;
width: fit-content;
font-size: 0;
}


/* footer資訊*/
.footer_info{ }

.footer_info {
    text-align: center;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.footer_info:nth-child(1) > ul {   }


/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;border: 0;/* margin: 0; */color: #767676;background: transparent;padding: 0 15px;font-family: var(--SFontE);font-size: 13px;line-height: 2;letter-spacing: 1px;font-weight: 400;opacity: 1;text-align: center;margin: 0;}

.footer_info li:nth-child(1) {display: flex;padding: 0;flex-direction: column;text-align: center;align-content: center;}
.footer_info li p:before {
color: #1b2f43;
    font-family: var(--SFontEN);
    margin-right: 4px;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 13px;
}
.footer_info li p{padding: 0;}
.footer_info li p+p{margin-left: 0;}

.footer_info li p.phone {display: none;}
/* .footer_info li p.line, .footer_info li p.tel, .footer_info li p.add {display: none;} */
.footer_info li p.fax:before {content: '服務地區：';}

.footer_info li p.line {order: 1;}
.footer_info li p.taxid {order: 2;}
.footer_info li p.mail {order: 3;}
.footer_info li p.add {order: 4;}
.footer_info li p.fax {order: 5;}

.footer_info li:nth-child(2) {
padding: 0;
border-top: 1px solid #06040499;
border-bottom: 1px solid #06040499;
width: fit-content;
margin: 10px auto;
display: none;
}
.footer_menu {
font-size: 0;
width: fit-content;
display: flex;
justify-content: center;
margin: auto;
padding: 5px 0;
}
.footer_menu a {       
line-height: 2.4;
-webkit-transition: linear 0.2s, opacity 0.8s linear 0.2s;
transition: all 0.3s linear;
color: #2f2f2f;
}

.footer_menu a:first-child{display: none;}
.footer_menu a:hover {
    background: transparent;
}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    text-align: center;
    padding: 10px 0;
    border-top: 0;
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    justify-content: center;
    font-family: var(--SFontEN);
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #1870ca;
}
.copy a {color: #fff;} 

/* 浮動按鈕 */

/* 置頂按鈕 */
#to_top {
    position: fixed;
    bottom: 35px;
    left: 20px;
    font-size: 0;
    color: #111;
    text-align: center;
    text-decoration: none;
    /* position: absolute; */
    right: 20px;
    width: 50px;
    min-width: auto;
    aspect-ratio: 1 / 1;
    height: auto;
    border: 1px solid #eee;
    border-radius: 100%;
    background: #fff;
    background-size: 11px 18px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
    z-index: 9;
    transition: all .4s;
}
#to_top:before, #to_top:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: opacity .2s, margin .2s;
width: 11px;
height: 18px;
background: url(https://pic03.eapple.com.tw/ingenuity/pageTop.png);
background-repeat: no-repeat;
background-size: 100%;
}
#to_top:before {
margin-top: 18px;
opacity: 0;
}
#to_top i.top {display: none;}

#to_top:hover {}
#to_top:hover:before {
animation: NUpanimationBefore .3s .3s forwards;
}
#to_top:hover:after {
animation: NUpanimationAfter .3s forwards;
}
@keyframes NUpanimationAfter {0% {opacity: 1;margin-top: 0}to {opacity: 0;margin-top: -10px}}
@keyframes NUpanimationBefore {0% {opacity: 0;margin-top: 10px}to {opacity: 1;margin-top: 0}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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;
background: transparent;
padding: 80px 0 ;
background-repeat: repeat;
padding: 0;
z-index: 1;
}
.bannerindex {position: relative;height: auto;/* min-height: 90vh; */}



/* 大圖尺寸 */
.bannerindex .swiper-banner {
position: static;
margin: 0;
height: auto;
}
/* .bannerindex .swiper-wrapper {height: 90vh;} */
.bannerindex .swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
/* 大圖切換閃爍-opacity */
opacity: unset !important;
width: auto;
object-fit: contain;
height: 100%;
object-fit: cover;
width: 100%;
height: 100%;
max-width: 100%;
}







/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
    display: none;
}
/* 大圖點點按鈕END */


.swiper-slide img { height:auto;}
/* 大圖進場 */
.bannerindex .swiper-wrapper:before, .bannerindex .swiper-wrapper:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;    
    opacity: 0;    
} 
.bannerindex .swiper-wrapper:before {
background-image: url(https://pic03.eapple.com.tw/ingenuity/bn_txt.png);
    width: 38%;
    aspect-ratio: 757 / 220;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;
    right: 3%;
    bottom: 8%;
    animation:  NfadeInUp 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both, 
    gravityY 5s ease-in-out infinite forwards;
}
/* .bannerindex .swiper-wrapper:after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/ingenuity/bn_blink.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    opacity: 1;
    animation:  blink 3s infinite;
} */
@keyframes gravityY {0% {translate: 0 0}51% {translate: 0 -8%}to {translate: 0 0}}
/* @keyframes blink {0%, 100% {opacity: 0; }50% {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;    
    display: block;
}

/* banner01 */
.bannerindex .swiper-banner .swiper-slide::before {    
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/ingenuity/bnA_frame.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 1;
}
.bannerindex .swiper-banner .swiper-slide:after {
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/ingenuity/bnA_img.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    opacity: 1;
}


/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {
background-image: url(https://pic03.eapple.com.tw/ingenuity/bnB_frame.png);
}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):after {
background-image: url(https://pic03.eapple.com.tw/ingenuity/bnB_img.png);
}





/* 動畫 */
/* .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
animation: NfadeInUp .8s ease-in-out forwards;
} */
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after, .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
/* animation: NfadeInDown 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation-delay: .4s; */
animation: NslideRight 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}




@keyframes txt-show {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes NfadeInUp {0% {transform: translateY(20px) ;opacity: 0;}100% {transform: translateY(0) ;opacity: 1;}}

@keyframes NslideRight {0% {-webkit-transform: translateX(-100px);transform: translateX(-100px);}100% {-webkit-transform: translateX(0px);transform: translateX(0px);}}







@media screen and (max-width: 1500px) {
/* = = 大圖 = = */

}
@media screen and (max-width: 1200px) {
/* = = 大圖 = = */

}
@media screen and (max-width: 1024px) {
/* = = 大圖 = = */

}
/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* = = 大圖 = = */

}

@media screen and (max-width: 660px) {
/* = = 大圖 = = */ 

}

@media screen and (max-width: 480px) {
/* = = 大圖 = = */ 

}



/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {
padding: 0 10px;
border-bottom: 1px solid #e5e5e5;
background-color: #fff;
margin-bottom: 50px;
padding: 20px 0;
text-align: center;
display: none;
}
.path p, .path p a {
text-align: right;
line-height: 24px;
font-size: 13px;
color: var(--SubColor6);
text-align: center;
display: inline-block;
font-size: 14px;
line-height: 1;
letter-spacing: 0.5px;
font-family: var(--SFontE);
}
.path p a {
color: #666;
transition: .3s;
}
.path p a:hover {
color: #666;
font-weight: 700;
}




/* main */
div#page{
background-size: auto;
position: relative;
}

.edit_part{
padding: 0;
min-height: 1000px;
/* 暫時 */
}
.main_part {
width: 100%;
max-width: 1300px;
margin: auto;
padding: 100px 20px;
padding-bottom: 80px;
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFontEN);
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.subalbum-menu {
    margin: 0;
    padding: 0;
}

.edit {
    color: #262626;
    margin: auto;
    padding: 20px 0 60px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-weight: 400;
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    background: #e9e9e9;
    width: 100%;
    background-size: cover;
    background-position: 0 100%;
    position: relative;
    font-family: var(--SFontEN);
    aspect-ratio: 16 / 4.8;
    max-height: 400px;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.banner::before {
    content: "";
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background: url(https://pic03.eapple.com.tw/ingenuity/banC.jpg);
    background-size: cover;
    animation: bgScroll 30s linear infinite;
    background-position: 50%;
}
@keyframes bgScroll {
0% {-webkit-transform: translateX(0);transform: translateX(0);}
50% {-webkit-transform: translateX(-5%);transform: translateX(-5%);}
100% {-webkit-transform: translateX(0);transform: translateX(0);}
}
.banner h5 {
    color: #fff;
    font-size: var(--bf40);
    letter-spacing: 3.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    gap: 3px;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.banner h5::before {
    content: 'NEWS';
    display: block;
    position: relative;
    font-size: var(--f18);
    letter-spacing: 1.5px;
    font-weight: 700;
}




.banner.banA {}
.banner.banB {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.banner.banF h5::before { content: 'SERVICE INQUIRE';}
.banner.banF:before {background: url(https://pic03.eapple.com.tw/ingenuity/banB.jpg);background-size: cover;background-position: 90%;}

.banner.banE h5::before { content: 'CASE';}
.banner.banE:before {background: url(https://pic03.eapple.com.tw/ingenuity/banD.jpg);background-size: cover;background-position: 90%;}

.article_a .banner.banblog h5::before { content: 'RECOMMEND';}
.article_b .banner.banblog h5::before { content: 'ARTICLE';}


.contact_page .banner.banC {max-height: 600px;}
.contact_page .banner.banC:before {background: url(https://pic03.eapple.com.tw/ingenuity/banA.jpg);background-size: cover;}
.contact_page .banner h5::before { content: 'CONTACT US';}
.contact_page .banner.banC h5::after {content: '有任何清洗需求或疑問，歡迎隨時聯絡我們！';display: block;font-size: var(--f16);color: #fff;font-weight: 300;line-height: 1.2;letter-spacing: 2.5px;margin-top: 50px;margin-bottom: -20px;padding-bottom: 0;position: relative;text-shadow: 0 0 10px #00000080;animation: SlideUp 1s 0.1s ease-in-out forwards;
opacity: 0; }
@keyframes SlideUp {
0% {    opacity: 0;   -webkit-transform: translateY(30px);   transform: translateY(30px);    }
100% {  opacity: 1;   -webkit-transform: translateY(0);    transform: translateY(0);    }
}




/* = = = RWD分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/

@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

}

/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {backdrop-filter: blur(5px);border-bottom: 1px solid #ffffff9e;}
.header_area.sticky .main_header_area{backdrop-filter: none;border: 0;}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}

/* logo*/
.nav-header {max-width: 160px;padding: 10px 0 5px;margin: auto;}
.sticky .nav-header {max-width: 150px;padding: 0;}


/* 導覽列 */
.pageIndex .stellarnav, .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {}    
.stellarnav > ul > li > a {letter-spacing: .25px;margin: 0;font-size: 14px;}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {padding: 0 20px;}
.stellarnav>ul>li:after {height: 3px;top: 100%;bottom: 0;transform: translate(-50%, 0);}
.stellarnav > ul > li > a:not(.dd-toggle):before {width: 18px;}


/* 內頁BN */
.banner {aspect-ratio: 16 / 6;}
.banner h5::before {font-size: 16px;}
}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* BN= */
.bannerindex {position: relative;margin: 0;padding: 0;}

/* logo*/    
.nav-header {max-width: 140px;padding: 10px 0;margin: 0 auto;width: 100%;}
.sticky .nav-header {max-width: 130px;padding: 10px 5px 8px;}
.nav-brand img { }



/* = = header = = */
.header_area {height: 80px;}
.header_area .main_header_area {padding: 0;border: 0;backdrop-filter: none;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;padding: 0;}



/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: 0;left: unset;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 20px 0;padding: 0;flex-direction: column;align-items: center;width: 60px;}


/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {
text-transform: capitalize;
font-size: 11px;
color: #1d394e;
transform: scale(1);
font-family: var(--SFontEN);
letter-spacing: .5px;
padding-top: 6px;
font-weight: 700;
transition: .4s;
}
.stellarnav .menu-toggle:hover:after {color: #1870ca;}
/* .sticky .stellarnav .menu-toggle:after {color: #1d394e;} */
.stellarnav .menu-toggle span.bars {display: flex;gap: 5px;margin: 0;flex-direction: column;}
.stellarnav .menu-toggle span.bars span {
width: 32px;
height: 2px;
border-radius: 0;
background: #111;
margin: 0;
background: #1d394e;
height: 2px;
}
.sticky .stellarnav .menu-toggle span.bars span {background: #1d394e;}
/* 黑色遮罩 */
.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: rgba(0, 0, 0, 0.7);
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: 0 30px;        
/*右滑出現*/
right: -100vw;
overflow: hidden;
transition: all .5s ease;
overflow-y: auto;
margin: 0;
}
/*卷軸*/
.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: 100%;width: 70%;margin: 0;}


.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: 26px 0 28px;
text-transform: capitalize;
content: 'Menu';
font-size: 14px;
color: #000;
transform: scale(1);
font-family: var(--SFontEN);
letter-spacing: 0.04em;
height: fit-content;
width: 100%;
text-align: right;
display: flex;
flex-direction: row-reverse;
}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;position: relative;display: inline-block;margin: 2px 9px 0 3px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 18px;height: 0px;border-bottom: solid 1px #000;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */
.stellarnav.mobile > ul > li {
padding: 5px 0;
display: block;
border-bottom: 1px solid #e7f6ff;
display: flex;
flex-direction: column;
}
.stellarnav.mobile li.open {background: #e7f6ff;padding: 0;padding-bottom: 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;
color: #333;
font-size: 16px;
letter-spacing: 1px;
padding: 15px 15px 15px 36px;
border: 0;
}
.stellarnav.mobile li.open > a {border: 0;}    
.stellarnav > ul > li > a:not(.dd-toggle):before{left: 10px;top: 17px;}

/* +符號修改 = = */
.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 {transform: translateY(10px) scaleY(-1);}

/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {width: calc(100% - 10px);margin: auto;left: unset;box-shadow: none;transform: unset;}
.stellarnav li li {font-family: var(--SFont);font-size: 14px;color: #454545;letter-spacing: .5px;}
.stellarnav li li a {color: #454545;}
.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 {}
.banner h5::before {font-size: 14px;}
.contact_page .banner.banC h5::after {font-size: 12px;line-height: 1.2;letter-spacing: 1.5px;margin-top: 20px;}
}


/* @660上方區域_平板版面660px */
@media screen and (max-width: 600px) {
/* header */
.header_area {height: fit-content;}
/* logo */
.nav-header {max-width: 130px;}
.header_area .nav-brand {margin: 0;}

/* 導覽列展開 */
.stellarnav.mobile.left.active > ul {width: 100%;max-width: 380px;}
.stellarnav.mobile.left > ul {padding: 0 20px;}


/* 內頁BN */
.banner {aspect-ratio: 16 / 8;}
.banner h5::before {font-size: 12px;font-weight: 500;}
.banner h5 {font-size: 26px;}
}

@media screen and (max-width: 480px) {
/* 內頁BN */
.banner {}
.banner h5 {font-size: 22px;}
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width: 1300px;font-family: var(--SFontEN);}

.product_page .show_content,
.product_info_page .show_content {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
}

/* 左分類 */
.product_page .product_menu_list {
position: relative;
width: 220px;
letter-spacing: 1px;
min-height: 30vw;
display: none;
}

/* 右商品 */
.product_page .products-list, .product-wrapper {width: 100%;}
.products-list {
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 20px;
}
.products-list .item {
padding: 5px;
}
/* 圖 */
.products-list .pic {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    transition: .4s ease-in-out;
}
/*文字*/
.products-list .name {
    font-size: 16px;
    color: #191F20;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 5px 0 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: fit-content;
    margin: 10px 0 15px;
}
/* 價格隱藏 */
.products-list .price {margin: 6px 0 12px;display: none;}
.products-list .price b {color: #EA5C36;padding: 0;font-size: 16px;}
.sidebarBtn .price {display: none;border-bottom: 0;}

.products-list .more {
    font-weight: 500;
    border: 1px solid #1A69AD;
    color: #0f2948;
    border-radius: 50px;
    font-size: 15px;
    padding: 2px;
    letter-spacing: 1px;
}
.products-list .item a:hover .more {
    background: #1A69AD;
    color: #fff;
    letter-spacing: 2.5px;
}
.products-list .item a:hover .pic{
    opacity: 0.6;
}










/*購物車/內層 = = = = = = = = = = = = = = = /
/*按鈕顏色*/
.inquiry_a1 {background: #d7eff3;}
.inquiry_a2 {background: #aee0e7;}
.inquiry_a3 {background: #8bcfd8;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {color: #0a2e5e;letter-spacing: .5px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #1A69AD;color: #fff;letter-spacing: 1.5px;}

/* L商品輪播圖 */
.product_main {padding: 0 30px;}
.proImgSwiper {
    border-radius: 10px;
}
#prod_thumbSwiper .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}
/*R商品側邊規格*/
.sidebarBtn {padding: 20px;border: 5px #EAEAEA solid;background: #fff;border-radius: 10px;}
.sidebarBtn h2 {color: #111;font-size: var(--f24);letter-spacing: .5px;}
.product_info li {margin: 10px 0;padding: 15px 0 0;border-top: 1px solid #e6e6e6;}
.product_info li span {color: #999;margin-bottom: 5px;}
.product_info li .txt_box {color: #222222;letter-spacing: .5px;font-size: 15px;width: 100%;}
.sidebarBtn .sp_price {color: #EA5C36;}
.mobile_product_name {font-size: 24px;}

/* 下方商品資訊 */
.pd_tabTitle li, .pd_tabTitle { z-index: 0;}
.pd_tabTitle li {border-bottom: 0;}
.pd_tabTitle li.activeTab a {
    background: #f1f5f7;
    font-size: 0px;
    text-align: center;
    letter-spacing: 2px;
    padding: 11px 5px;
    border: 0;
    border-bottom: 1px #6ca7db solid;
    color: #1b6fb8;
    font-weight: 500;
    margin-bottom: 15px;
}
.pd_tabTitle li.activeTab a::before {
    content: '服務資訊';
    font-size: 16px;
}
.pd_tabTitle li.activeTab::after {
    height: 0;
    background: transparent;
}




@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {
/* 外 */
.product_menu_list, .products-list, .product-wrapper {width: 100%;}
.product-layer-two {margin-right: 0;grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 5px;}
.product_page .product-layer-two, .product_page .products-list {width: 100%;border-right: none;}
.product_page .product_menu_list>h5 {display: block;}
.product_page .show_content>a {order: 1;}
.product_page ul.products-list {order: 2;}
.product_page ul.page {order: 3;width: 100%;}
.product_page .product_menu_list {width: 100%;order: 0;min-height: unset;}
.products-list .item {padding: 0;}


}
@media screen and (max-width: 600px) {
.product_page ul.products-list {order: 2;grid-gap: 45px;max-width: 440px;margin: 0 auto;padding: 0 10px;} 
/* 內 */
.mobile_product_name {font-size: var(--f36);color: #2A2A2A;line-height: 1.8;}
}

@media screen and (max-width: 480px) {
/* 外 */
.products-list {grid-template-columns:1fr;}
/* 內 */
.product_menu_list {margin:0;}
.product_main {padding: 0;}
.pd_tabInner_contain {padding-top: 0;}
.edit {line-height: 1.6;font-size: 15px;}
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    font-family: var(--SFontEN);
    justify-content: space-between;
    flex-wrap: wrap;
    gap: unset;
    width: 100%;
    padding-top: 40px;
}

/* 左側分類欄位 */
.blog_le {
    padding: 0;
    position: relative;
    letter-spacing: 1px;
    float: left;
    box-sizing: border-box;
    width: 20%;
    padding-right: 50px;
}
h5.blog_le_t {margin-bottom: 10px;text-align: left;line-height: 28px;letter-spacing: 1px;font-weight: bold;padding: 0;position: relative;border-bottom: 0;font-size: 0;}
h5.blog_le_t em {
    color: var(--SubColor);
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: var(--SFontE);
    padding: 10px 5px;
    padding-left: 0;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
}

h5.blog_le_t span {display: none;}
.blog_search {position: relative;margin-bottom: 10px;opacity: .8;}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #000;
    border: 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 10px 40px 10px 10px;
}
.blog_search input[type=submit] {background: transparent;}
.blog_search form:after {
    background: transparent;
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 40px;
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    height: 38px;
    align-items: center;
    justify-content: center;
}
/* 分類列 */
.blog_le .accordion {border-radius: 0;border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;}
.blog_le .accordion li {transition: .3s ease-out;}
.blog_le .accordion li {
    transition: .3s ease-out;    
    border-bottom: 0;
}
.blog_le .accordion li li {
    margin-bottom: 1px;
    border: 0;
}
.accordion li+li .link {border: 0;border-top: 1px #F4F4F4 solid;}
/* .accordion li .link, .accordion li+li .link {border: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);} */
.accordion li .link a
 {
    text-align: left;
    margin: 0;
    border: none;
    background: transparent;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .8px;
    padding: 17px 15px;
    position: relative;
    color: #000;
    font-weight: 400;
}
.fa-chevron-down::before, .fa-chevron-down::after {content: "";width: 13px;height: 1px;background-color: #999999;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-chevron-down::after {transform: translateY(-50%) rotate(90deg);}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '';}
.blog_le .accordion li.open i.fa-chevron-down::after {transform: translateY(-50%) rotate(0);}

.link a {color:#000 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
/* .blog_le .accordion > li.on_this_category:hover .link a */
.blog_le .accordion > li:hover .link a{color:#000 !important;}
.blog_le .accordion > li.open { background: transparent;}
.blog_le .accordion > li.open > .link a{ background: #F3F9FC;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li:hover .link a {
    background: rgb(221 239 247 / 50%);
}
.blog_le .accordion > li.on_this_category .link a {color: #1A69AD!important;background: #F3F9FC;border-radius: 5px;}
.blog_in_page .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #246aaa;
}

/* 子分類 */
.submenu {background: transparent;}
.submenu a {color: #ccc;transition: all 0.4s ease;line-height: 1.3;background: #4444444d;}
.submenu a:hover {background: #4444444d;color: #000;}
.submenu a .fa-circle-chevron-right::before {font-size: 11px;padding: 3px;line-height: 1.5;}




/* 右側圖文區 */
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 20% - 1%);}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;display: none;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;gap: 0;flex-wrap: wrap;gap: 20px;}
.subbox_item {
position: relative;
border-radius: 0;
overflow: hidden;
transition: .3s 
ease-out;
border: 0;
height: fit-content;
width: 100%;
margin: 0;
background: #fff;
padding: 0;
/* border-radius: 5px; */
height: 100%;
}
.subbox_item a .blog_list_le:before {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    content: 'VIEW MORE +';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 148px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: ease all .4s;
    letter-spacing: 1.5px;
}
.subbox_item a:hover .blog_list_le:before, .subbox_item a:hover .blog_list_le:after
 {
    opacity: 1;
}
.subbox_item:hover {transition: .3s ease-out;}
.subbox_item li:hover {transition: .3s ease-out;box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);}
.subbox_item a {grid-template-columns: 1fr;gap: unset;height: 100%;padding: 0;display: flex;flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {content: none;}

/* 圖 */
.blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    background-color: #1D1B1C;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 15px;
}

.subbox_item a:hover .blog_list_le:after {opacity: .8;transform: translate(-50%, -50%);}
.blog_list_le img {width: 100%;transition: .8s ease;}
.subbox_item a:hover img {z-index: 1;opacity: 0.3;transform: scale(1.08);}
/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: flex-start;max-width: 600px;margin: 0 auto;padding: 15px 35px;padding: 0;width: 100%;margin: 0;padding: 15px 0;}
.blog_list_ri h5 {font-size: var(--f20);text-align: left;font-weight: 600;margin-bottom: 8px;font-weight: 500;letter-spacing: 1px;color: #2A2A2A;transition: all 0.4s ease;}
.subbox_item a:hover h5 {
    color: #1A69AD;
}
.subbox_item a:hover em, .subbox_item a:hover p {opacity: 0.6;}
.blog_list_ri em {
    margin: 0;
    padding: 0;
    font-family: var(--SFontE);
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
.blog_list_ri p {
    line-height: 1.8;
    margin: 0;
    -webkit-line-clamp: 3;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #454545;
    transition: all 0.4s ease;
}



/*文章內層/ = = = = */
.blog_in_page .blog_box {padding-top: 0;}
.blog_in_page h5.blog_le_t em {
    /* color: transparent; */
}
.blog_in_page .blog_ri {
    background: #f1f9ff;
    padding: 20px 40px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1px;
    font-size: var(--f24);
    display: block;
    text-align: left;
    border-bottom: 1px dashed #969ca74d;
    color: #232323;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 20px 0;
    line-height: 1.7;
}



/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {background: transparent;}
.blog_box_edit * {line-height: 1.7;}
.articel_mainPic {display: none;}
.blog_box_edit ol {padding-left: 25px;}

/*文章-相關推薦*/
.news_related, .prod_related {
font-family: var(--SFont);
background: #fff;
padding: 80px 5%;
margin: auto;
display: none;
}


/* 上下篇按鈕 */
.blog_back {
position: relative;
justify-content: center;
z-index: 1;
justify-self: flex-end;
width: calc(100% - 20% - 1%);
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5px;
margin: auto;
margin-top: 0;
text-align: center;
margin-right: 0;
justify-items: start;
background: #f1f9ff;
padding: 25px;
border-radius: 0 0 5px 5px;
}
.blog_back:before {content: '';display: block;position: absolute;width: calc(100% - 40px);height: 1px;left: 20px;background: #B9D7E9;}
.blog_back a {font-size: 13px;letter-spacing: 2px;}
.blog_back a.article_btn_back {background: #a7a9ac;transition: .4s ease;display: none;}
.blog_back a.article_btn_back:hover {opacity: .6;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #00417a99;transition: .4s ease;width: fit-content;background: transparent;font-size: 0;border: 1px solid #00417a99;border-radius: 5px;}
.blog_back a.article_btn_next {justify-self: end;}
a.article_btn_prev:before, a.article_btn_next:after {content: '< Previous';padding: 8px;font-size: 13px;text-decoration: none;font-family: var(--SFontE);color: #00417a99;letter-spacing: 1px;font-weight: 600;}
a.article_btn_next:after {content: 'Next >';}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background-color: #00417a;border-color: #00417a;}
a.article_btn_prev:hover:before, a.article_btn_next:hover:after {color: #fff;}



@media screen and (max-width: 1300px) {
/* 外 */
.blog_box {padding-top: 20px;width: 96%;}
.blog_le {padding-right: 40px;min-width: 240px;}
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 240px - 1%);}
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));}
/* 內 */
.blog_back {width: calc(100% - 240px - 1%);}
}

@media screen and (max-width: 1024px) {
/* 外層 */
.blog_box {padding: 0 20px;width: 100%;}
.blog_le {width: 100%; margin-bottom: 40px;padding: 0;}
h5.blog_le_t {display: none;}
.blog_le .accordion {grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));display: none;}
.blog_le .accordion li {border: 1px solid #C8D6DE;}

.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.blog_ri {width: 100%;padding: 0;}
.blog_list_le {border-radius: 10px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: var(--f22);}
.blog_list_ri p {font-size: 14px;}

/* 內 */
.blog_back {width: 100%;}
}


@media screen and (max-width: 768px) {
/* 外層 */
.blog_le {margin-bottom: 20px;}
.blog_list_ri p {font-size: 13px;}
.subbox_item a .blog_list_le::before, .subbox_item a:hover .blog_list_le::before {letter-spacing: 1px;font-size: 14px;padding: 6px 15px;}
/* 內 */
.blog_in_page .blog_ri {padding: 20px 30px;}
}

@media screen and (max-width: 600px) {
/* 外層 */
.subbox_item a {flex-direction: column;gap: 10px;}
.blog_list_le, .blog_list_ri {margin: 0 auto;max-width: 500px;}
/* 內 */
.blog_in_page .blog_ri {padding: 20px;}
.blog_in_page h4.blog_category_title {letter-spacing: .5px;font-size: var(--f24);padding: 10px 0;line-height: 1.6;margin-bottom: 10px;}

/* .blog_box_edit ol {padding-left: 25px;} */
}

@media screen and (max-width: 480px) {
.blog_subbox {grid-template-columns: 1fr;}
.blog_list_ri em {order: 1;font-size: 13px;margin: 0;}
.blog_ri {padding: 0 10px;}
.subbox_item a {flex-direction: column;gap: 0;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {}

/* 內頁 */
/* 標 */
.promotion_title {}
.promotion_title * {}
.promotion_title span {}
.promotion_title em {}
.promotion_title h2 {}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相簿管理 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .show_pic {aspect-ratio: 3 / 2;border-radius: 10px;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .8s;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}







/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*分類頁面-ON*/
.overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: rgb(0 65 122 / 90%);
    z-index: 1;
}
.show-list {grid-template-columns: repeat(3, 1fr);grid-gap: 40px 20px;}
.show-list .show_pic {z-index: 0;}
.show-list .item a {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.album_page .show-list .item a:before {
    content: "VIEW MORE +";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-bottom: 1px solid #e6e6e6; */
    font-size: 14px;
    max-width: 100px;
    color: #fff;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    transition-delay: 0s;
    font-family: var(--SFontEN);
    letter-spacing: 1px;
}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .4s;transition-delay: .3s;z-index: 100;}
.show-list .show_name {
    color: #2A2A2A;
font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
    font-size: 16px;
}
.show-list .item:hover .show_name {
    color: #1A69AD;
}



/*相簿頁面*/
.other_album {display: none;}
.album_class_page .show-list .item a:before {
        content: '\f002';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -11px;
    margin-top: -12px;
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: all .5s 
ease-out;
}
.album_class_page .show-list .item a:hover:before{
transform: translate(0);
opacity: 1;
transition-delay: .5s;
}

.album_class_page .overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(85 85 85 / 60%);content: '';position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.4) 100%);pointer-events: none;opacity: 0;transition: all .4s ease-out;}

.subalbum-menu{padding: 0;}
.subalbum-menu h2 {
    background: transparent;
    padding: 0;
    line-height: 1.2;
    border-radius: 5px;
    position: relative;
    color: #444;
    opacity: 1;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.12em;
}
.other_subalbum li a p {
    background: transparent;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    letter-spacing: .08em;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}


/*相本內頁*/
.album_info_page{}
/* 相簿內標 */
.album_descrip {
    line-height: 1.6;
    opacity: 1;
    position: relative;
}
.album_descrip p {
color: #444;
    opacity: 1;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.12em;
}

/*相簿瀑布流 -OFF*/
.album_info_page .pic-list {
display: block;
grid-template-columns: unset;
grid-gap: unset;
-moz-column-gap: 10px;
-webkit-column-count: 3;
-webkit-column-gap: 10px;
column-count: 3;
column-gap: 15px;
width: 100%;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-gap: 10px;
}
.album_info_page .pic-list .item {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    height: fit-content;
}
.album_info_page .pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: auto;
aspect-ratio: 392 / 277;
}
.pic-list .item h6 {padding: 0;}
.pic-list .show_pic img { transition: all 0.4s ease;}
.pic-list .show_pic:hover img { opacity: 0.5;}



/* = = = 相簿首頁 = = = = = = */
.module_i_album {padding: 100px 20px 20px;font-family: var(--SFontE);}
/* 標 */
.module_i_album .title_i_box {text-align: center;margin: auto;}
.module_i_album .title_i_box h4 {color: #2A2A2A;font-size: var(--f40);line-height: 1.2;font-weight: 600;padding-top: 10px;
letter-spacing: 2px;}
.module_i_album .title_i_box h6::before {content: 'CASE';display: block;position: relative;color: #1A69AD;font-size: var(--f18);letter-spacing: 1px;font-weight: 700;}
/* 圖 */
.i_album_list_box {padding: 60px 0;}
.i_album_list {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 20px;}
.i_album_list li {border-radius: 10px;overflow: hidden;}
.i_album_list li a p {width: 100%;height: 2em;position: absolute;left: 0;bottom: 0;background: transparent;background-image: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);text-align: center;display: flex;justify-content: center;align-items: center;align-content: center;color: #fff;overflow: hidden;padding: 15px;text-overflow: ellipsis;white-space: nowrap;min-height: fit-content;transition: all .5s;}
.i_album_list li:hover a p {background-image: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 0%) 100%);}
.i_album_list li a p span {letter-spacing: 2px;text-shadow: 0 0 10px rgb(0 0 0 / 50%);}
/* BTN */
.module_i_album a.animated-arrow{
display: flex;
height: 50px;
line-height: 50px;
overflow: hidden;
position: relative;
text-align: center;
max-width: 200px;
width: 100%;
min-height: 50px;
border-radius: 25px;
font-weight: 500;
padding: 5px 35px;
color: #fff;
-webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
background-image: linear-gradient(250deg, #33A4E0 0%, rgba(79, 128, 202, 0) 100%);
background-color: #056BB8;
margin: 0 0 40px;
align-items: center;
justify-content: space-between;
font-family: var(--SFontEN);
}
.module_i_album a.animated-arrow b {font-weight: 500;letter-spacing: .08em;font-size: 15px;}
.i_album_b a i.fa-solid.fa-arrow-right {margin: 0;}
.i_album_b a:hover i.fa-solid.fa-arrow-right {margin-right: -10px;}



@media screen and (max-width: 1024px){
/* 首頁 */
.module_i_album .title_i_box h4 {font-size: 36px;}
}

@media screen and (max-width: 1024px){
/*外*/
.show-list {grid-template-columns: repeat(2, 1fr);}
/* 首頁 */
.module_i_album .title_i_box h4 {font-size: 32px}
}

@media screen and (max-width: 768px){
/* 首頁 */
.module_i_album {
padding: 80px 25px 20px;}
.module_i_album .title_i_box h4 {font-size: 30px;}
.i_album_list {grid-template-columns: repeat(2, 1fr);grid-gap: 20px 15px;width: 96%;margin: auto;}
.i_album_list_box {padding: 40px 0 20px;}

}

@media screen and (max-width: 600px){
/* 首頁 */
.module_i_album .title_i_box h4 {font-size: 26px;}
.i_album_list {grid-template-columns: repeat(1, 1fr);grid-gap: 30px;width: 96%;padding: 0 10px;margin: auto;}
/*外*/
.show-list {grid-template-columns: repeat(1, 1fr);padding: 0 10px;}
}



@media screen and (max-width: 480px){
/* 首頁 */
.module_i_album a.animated-arrow {min-height: 44px;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -ON= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page div#page {    background: #DFF1F9;}
.contact_page #content:before {
content: '';
background: url(https://pic03.eapple.com.tw/ingenuity/cont_bg.png) no-repeat bottom right fixed;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
opacity: .4;
}

.contact_content {
padding: 0px 20px;
font-family: var(--SFontEN);
}
.contact_content form {
align-items: start;
display: grid;
grid-template-columns: 46% 54%;
}

/* 表單 */
.red {
color: #EA5C36;
}
.contact_content .information_right {
width: 100%;
background: #fff;
padding: 25px 50px;
border-radius: 15px;
box-shadow: 0 0 20px 2px rgb(182 213 227 / 50%);
}
.blank_letter {
padding-top: 20px;
font-family: var(--SFontEN);
font-size: var(--f24);
color: #2A2A2A;
font-weight: 600;
letter-spacing: 1px;
}
.contact_form {
margin-top: 20px;
margin-bottom: 20px;
font-size: 15px;
color: #444;
display: grid;
grid-template-columns: 1fr;
grid-gap: 15px;
}
.contact_form li {
display: grid;
grid-template-columns: 1fr;
grid-gap: 8px;
}
.contact_form li .form__label {
display: block;
max-width: fit-content;
text-align: left;
color: #2A2A2A;
letter-spacing: .5px;
font-weight: 500;
display: flex;
flex-direction: row-reverse;
background: transparent;
padding: 0;
}
.information_right .blank_letter {display: none;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
border: 0;
background: #f7f7f7;
padding: 10px 12px;
border-radius: 5px;
color: #737373;
caret-color: #1A69AD;
font-size: 14px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {font-size: 14px;letter-spacing: .5px;padding: 0 0 5px;}

/* BTN */
.contact_form li.last {gap: 15px;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 0;border-radius: 50px;border: 0;}
.contact_form li.last input {padding: 10px 0;line-height: 1.8;}
.contact_form li.last blockquote {color: #1A69AD;border: 1px solid #1A69AD;}
.contact_form li.last cite {background-image: linear-gradient(250deg, #33A4E0 0%, rgba(79, 128, 202, 0) 100%);background-color: #056BB8;color: #fff;}



/* 聯絡資訊 -edit */
.contact_content .information_left {width: 100%;padding: 0;padding: 40px 0;position: sticky;top: 100px;height: fit-content;}
.contact_content .information_left .blank_letter, .contact_content .information_left ul.list_before { display: none;}


@media screen and (max-width: 1024px) {
.contact_content {padding: 0;width: 90%;}
.contact_content form{grid-template-columns: 1fr;}
.contact_content .information_left{position: initial;padding-top: 0;}
}

@media screen and (max-width: 600px) {
.contact_content {padding: 0;width: 100%;}
.contact_content .information_right {border-radius: 10px;padding: 25px;}

}

@media screen and (max-width: 480px) {
.contact_page .main_part {padding: 60px 25px;}
.contact_form {margin-top: 10px;}
.contact_form li { grid-gap: 6px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {padding: 8px 12px;border-radius: 2px;}
.contact_form li.last {gap: 15px;margin-top: 30px;}
.contact_form li.last input {padding: 6px 0;line-height: 1.8;font-size: 14px;}
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}


/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_info {margin: auto;}
.footer_info li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;}
.footer_info li p {margin-left: 0;}
}


/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.footer_info {grid-template-columns: 1fr;text-align: center;position: relative;gap: unset;}
.footer_logo {position: relative;left: unset;width: 100%;max-width: 180px;font-size: 0;transform: unset;}
.footer_logo a {position: relative;display: block;width: 100%;}

.footer_info ul {grid-template-columns: 1fr;gap: 20px;}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(2) {padding: 15px 0;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;}
.footer_menu a {font-size: 14px;padding: 0 10px;}
}


/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 共用 */
.main_part {
    padding: 80px 25px;
}


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none;}
.footer.with_shopping_mode {padding: 80px 0 0px;}
#to_top {left: 15px;bottom: 20px;transform: scale(.9);}
/* footer */
.footer_menu {display: flex;justify-content: center;margin-left: auto;flex-wrap: wrap;max-width: 500px;margin: auto;}
.footer_menu a {font-size: 14px;padding: 0 10px;width: 50%;text-align: center;}
.footer_menu a:nth-child(2n):after {content: none;}
.copy{font-size: 11px;}
}


@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 40px;}
.show_content {
padding: 0;
width: 100%;
}

.copy {font-size: 10px;}
}

@media screen and (max-width: 480px) {}