@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
@charset "utf-8";

@charset "utf-8";
:root {
  --WebColor01: #EAE4D8;
  --WebColor02: #113239;
  --WebColor03: #172631;
  --WebColor04: #D6BE8A;
  --WebColor05: ;
  --SFont:"Noto Serif TC", serif;/*特殊字體*/
  --SFontE:"Playfair Display", serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

body{font-family: var(--SFont); letter-spacing: 1px;}

/*大圖閃光*/
.swiper-banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, transparent 10%, rgba(17, 17, 17, 0.025) 60%, #bfbfbf0e 55%, transparent 40%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1000000;
  animation: bglight 3s infinite cubic-bezier(0.18, 0.45, 0.24, 0.91);
  animation-delay: 3.0s;
}

@keyframes bglight {
  0% {
      transform: translate(-100%, 0%);
  }
  100% {
      transform: translate(100%, 0%);
  }
}
/*bgblur*/
.swiper-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 999999;
  animation: bgblur 0.8s linear forwards;
  pointer-events: none;

}

@keyframes bgblur {
0% {
  backdrop-filter:blur(7px);
  background: #000000;
}
100% {
  backdrop-filter: blur(0px);
  background: none;
}
}

.swiper-banner .swiper-slide img {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.05);
  transition: opacity 1.5s ease, filter 1.5s ease, transform 1.5s ease;
}

/* 當前顯示的圖片進場效果 */
.swiper-banner .swiper-slide.swiper-slide-active img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO*/
.nav-header {display: block; width: 100%; text-align: left; max-width: 220px;}
.pageIndex .nav-brand {width: 100%; display: block; transition:all 0.3s; opacity: 0; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: 0.8s;}
.nav-brand {width: 100%; display: block; transition:all 0.3s; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.nav-brand img {width: 100%; transition: 0.3s ease;}
.pageIndex .nav-brand img {max-width: 220px; padding-top: 7px; transition: 0.6s ease;}
/*.pageIndex .nav-brand:after {content: ''; background: url(https://pic03.eapple.com.tw/trianglelife/menulogo-W.png) no-repeat;background-size:contain; width: 100%; height: 65px; transition: 0.3s ease; position: absolute;}
.pageIndex .header_area.sticky .nav-brand:after {content: ''; background: url(https://pic03.eapple.com.tw/trianglelife/menulogo.png) no-repeat;background-size:contain; width: 100%; height: 50px; max-width: 200px; transition: 0.3s ease; position: absolute;}*/
/*.nav-brand:after {content: ''; background: url(https://pic03.eapple.com.tw/trianglelife/menulogo.png) no-repeat;background-size:contain; width: 100%; height: 50px; max-width: 200px; transition: 0.3s ease; position: absolute;}*/
.pageIndex .header_area.sticky .nav-brand img {max-width: 200px; transition: 0.3s ease; filter: none;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}

@media screen and (max-width: 1024px) {
.pageIndex .header_area.sticky .nav-brand {margin-top: 7px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 5px;}

}
@media screen and (max-width: 768px) {
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
}


@keyframes headerslowly {
0% {
  opacity: 0;
  left: -100px;
}
100% {
  opacity: 1;
  left: 0;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*主選單*/
.pageIndex .header_area.sticky .main_header_area {
  background: rgb(247 244 241 / 70%);
  height: 80px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: #FAF7F3; border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.main_header_area{background: #fff; height: 80px; /*border-bottom: 1px solid #ececec;*/ transition: 0.6s ease;}
.navigation {padding: 5px 0 0px 0px; grid-template-columns: 280px 1fr;}
.pageIndex .header_area.sticky .navigation {padding: 5px 0 0px 0px; transition: 0.6s ease;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:90%; padding-left: 30px;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease; opacity: 0; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: 1.2s;}
.stellarnav {animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.pageIndex .stellarnav > ul > li > a > b {color: #fff; transition:all 0.3s; text-shadow: 1px 1px 10px #4d4d4d;animation-delay:unset; }
.pageIndex .stellarnav > ul > li > a > b {font-weight:400;font-size: 13px; color: #ffffff; transition:all 0.3s; padding: 0px 0px 0px 0px; text-shadow: none; letter-spacing: 0px; animation-delay:unset;}
.stellarnav > ul > li > a > b {font-weight:400;font-size: 13px; color: #212529; transition:all 0.3s; padding: 0px 0px 0px 0px; text-shadow: none; letter-spacing: 0px; animation-delay:unset;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #212529; text-shadow: none; transition:all 0.3s;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #A9D0F5; text-shadow: none; transition:all 0.3s;}
.stellarnav > ul > li > a b:hover {color: #D9A299; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a b{padding: 0px 0px 0 0px;}
.stellarnav > ul > li.has-sub > a {padding-right: 0px; padding-left: 0px;}
/*.pageIndex .header_area .stellarnav > ul > li > a{color: #fff;   text-shadow:
    0 0 3px black,
    0 0 6px black,
    0 0 10px black;}*/
.pageIndex .header_area.sticky .stellarnav > ul > li > a{color: #212529;text-shadow: none;}
.stellarnav > ul > li > a {width: 140px;    font-weight: 600;}
.stellarnav > ul > li > a:hover {
	color: #D9A299 !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9A299; 
}
/*第二層*/
.stellarnav > li {text-align: center;}
.stellarnav li a {color: #444444;}
.stellarnav li li > a , .stellarnav li li.has-sub > a {padding: 12px 10px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 13px; font-weight: 400; letter-spacing: 0px; animation-delay:unset;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:12px;border-color: #865735;background: #865735;}
.stellarnav>ul {padding-top: 0px; transition: 0.3s ease;padding-top: 12px;}
.pageIndex .header_area.sticky .stellarnav>ul { transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; width: 150px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom: 1px solid #FAF7F3;background: #F0E4D3;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav li.drop-left ul ul {top: 0px; right: 150px;}

/*SubMenu*/
.shop_search_btn {background: #A9D0F5; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #A9D0F5;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #444000; padding-right: 12px; display: none;}
.me_tp_features a {font-size: 15px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #444000;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #A9D0F5;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #A9D0F5;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 0px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #A9D0F5; color: #fff; padding: 0px 4px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}

/*隱藏文章下拉選單*/
@media screen and (min-width: 768px) {

}


/*主選單按鈕下底線*/
/*.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li:not(.tp_links) > a:after { 
  width: 0px;
  position: absolute;
  height: 1px;
  content: "";
  background: #b5b6b7;
  left: 50%;
  bottom: 0px;
  transform: translate(-50% , 0);
  transition: ease 0.3s;}
.stellarnav > ul > li > a:after {
    width: 0px;
    position: absolute;
    height: 1px;
    content: "";
    background: #b5b6b7;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 0);
    transition: ease 0.3s;}
.stellarnav > ul > li:hover > a:after {width: 60%; transition: ease 0.3s; background:#b5b6b7;}*/


@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {padding: 0px 0px 0px 0px;}
  /*.stellarnav > ul > li > a b {font-size: 15px;}*/
}

@media screen and (max-width: 1440px) {
.pageIndex .header_area.sticky .main_header_area {height: 114px;}
.main_header_area {height: 114px;}
.header_area.sticky .main_header_area {height: 114px;}
.stellarnav > ul > li > a {width: 120px;}
}

@media screen and (max-width: 1350px) {
  /*.main_header_area .container {max-width: 100%;}
  .stellarnav li {width: 110px;}*/
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {width: 100px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
}
@media screen and (max-width: 1024px) {
  .pageIndex .stellarnav {width: 100%; margin-top: 7px;}
  .stellarnav {margin-top: 0px;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 150px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 150px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}

  .stellarnav li {text-align: center;}
  
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand:after {transform: translate(-100px, -20px) !important;}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  .main_header_area .container {padding-left: 0px;}
  .navigation {padding: 22px 0 0px 0px;}
  .pageIndex .nav-brand:after {height: 100%; max-width: 200px; transform: translate(-100px, -20px);} 
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav { margin-top: 0px;}
.stellarnav {margin-top: 0px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 70px;}
.main_header_area {height:70px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 74px;}
.navigation {padding: 10px 0 0px 0px;}
.pageIndex .nav-brand:after {transform: translate(-70px, -20px) !important;}
.pageIndex .stellarnav > ul > li > a > b {color: #212529;}

/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 14px 43px 10px 15px; width: 100%;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 14px 43px 10px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 9px 16px !important; text-align: right;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #ffffffe0; border-right: 1px #fff solid; box-shadow: 1px 1px 10px #fff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #fff;}
.stellarnav.mobile > ul > li {border-bottom: 1px #D9A299 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a:hover {color: #d7a19a;}
.stellarnav.mobile li.open li.open {background: #000;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #d7a19a;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #d7a19a;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff; border-color: #000; background: #000;}
.stellarnav .icon-close:after {border-bottom: solid 2px #d7a19a;}
.stellarnav .icon-close:before {border-bottom: solid 2px #d7a19a;}
.stellarnav a {color:#d7a19a;}

.stellarnav.mobile ul {background: #d7a19a;}
.stellarnav.mobile li.open {background: #fff;}
.stellarnav li li {border: 1px #dbc5b4 solid;background: #af9078;}
.stellarnav li a {color: #ffffff;}
.stellarnav > ul > li > a > b {color: #ffffff;}
.stellarnav.mobile > ul > li > a b {font-size: 14px; padding: 2px;  color:#865735;}
.stellarnav.mobile > ul {border-top: 0px;}
.pageIndex .stellarnav .menu-toggle span.bars span{background: #d7a19a;}
.pageIndex .stellarnav .menu-toggle:after { color: #d7a19a;}
.header_area.sticky  .stellarnav .menu-toggle span.bars span {background: #865735;}
.header_area.sticky .stellarnav .menu-toggle:after { color:#865735;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #865735;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #a9d0f5;}

.main_header_area .container {max-width: 100%;}

/*主選單按鈕下底線*/
.stellarnav > ul > li:not(.tp_links) > a:after ,
.stellarnav > ul > li > a:after {display: none;}
}

@media screen and (max-width: 570px) {
.stellarnav .menu-toggle {
    padding: 15px 10px;
    }
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
/*.pageIndex .main_header_area {height: 90px;}
.pageIndex .header_area.sticky .main_header_area {height: 90px;}
.header_area.sticky .main_header_area {height:90px;}
.main_header_area {height:90px;}*/
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */ 
/* 預設解除背景輪播 */
#content_main { margin: 0; }
.bannerindex { position: relative; height: auto; }
.swiper-banner { position: static; margin: 0; height: auto; }

@media screen and (max-width: 768px) {
  .bannerindex { padding: 0; margin: 0; }
}

/* 通用設定：遮罩圖層 */
.pageIndex .bannerindex .swiper-slide:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transform: none;
  clip-path: inset(0 50% 0 50%); /* 初始遮蔽中間外部區域 */
  transition: none;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
}

/* 第一張效果：左右夾開 + 漸顯（原本效果） */
.pageIndex .bannerindex .swiper-slide:nth-child(1):before {
  animation: scan-in-horizontal 1.5s forwards;
  background-image: url(https://pic03.eapple.com.tw/0973911638/text1.png);
}
@keyframes scan-in-horizontal {
  0% {
    clip-path: inset(0 50% 0 50%);
    opacity: 0;
    transform: scale(0.9);
  }
  60% {
    clip-path: inset(0 10% 0 10%);
    opacity: 0.8;
    transform: scale(1.05);
  }
  100% {
    clip-path: inset(0 0% 0 0%);
    opacity: 1;
    transform: scale(1);
  }
}
/* 第二張效果：上下夾開 + 漸顯 */
.pageIndex .bannerindex .swiper-slide:nth-child(2):before {
  animation: scan-in-vertical 1.5s forwards;
  background-image: url(https://pic03.eapple.com.tw/0973911638/text2.png);
}

@keyframes scan-in-vertical {
  0% {
    clip-path: inset(50% 0 50% 0);
    opacity: 0;
  }
  60% {
    clip-path: inset(10% 0 10% 0);
    opacity: 0.8;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/* 非 Active 狀態強制重置 */
.pageIndex .bannerindex .swiper-slide:not(.swiper-slide-active):before {
  clip-path: inset(0 50% 0 50%) !important;
  opacity: 0 !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

@media screen and (max-width: 768px) {
.pageIndex .bannerindex .swiper-slide:nth-child(1):before {
 background-image: url(https://pic03.eapple.com.tw/0973911638/text11.png);
}
/* 第二張效果：上下夾開 + 漸顯 */
.pageIndex .bannerindex .swiper-slide:nth-child(2):before {
  background-image: url(https://pic03.eapple.com.tw/0973911638/text22.png);
}
}



/*footer/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/0973911638/logo2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 130px;
    width: 224px !important;
}
.footer_logo img { width: 100%;     display: none;}
.footer { border-top: 0px; padding: 70px 0 0;  font-size: 14px; background: #FAF7F3;}
.footer_menu { width: 100%;  display: grid; grid-template-columns: repeat(3, 1fr);}
.footer_menu a {
	border: none;
	text-align: left;
	color: #85776c;
	font-weight: 500;
	padding: 10px 10px;
	transition: all .3s;
	background: NONE;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#e7dfd6;
}
.footer_menu a:hover { background: transparent;  color: #9f523c; font-weight: bold;}
.footer_menu a:nth-child(1) { display: none;}

.footer_info ul { display: flex; justify-content: flex-end;    border-left: 1px solid #dbbdbd;}
.footer_info {  padding: 0;  display: grid;    grid-template-columns: 360px 1fr;    grid-gap: 20px;}
.footer_info li { padding: 0px;}
.footer_info li:before { font-size: 18px;  text-transform: uppercase; display: block;  color:#c79e7c;    font-weight:bold;    margin-bottom: 18px;}
.footer_info li:nth-child(1):before { content: "Contact Info"; }
.footer_info li:nth-child(1) { width: 50%;  display: flex;  flex-flow: column;  margin-left: 70px;  padding: 0 17px;  flex-wrap: wrap;  flex-direction: row;}
.footer_info li p {  color: #2c2c2c ; line-height: 160%;  display: inline-block;  width: 100%;  font-size: 14px;}
.footer_info li p a { color: #2c2c2c}
.footer_info li:nth-child(2):before { content: "Sitemap"; }
.footer_info li:nth-child(2) { width:50%;  margin: 0;  border-top: 0px solid #ffffff;  padding-top: 0;}




.footer_info li p.fax:before { content: '服務時間：';}

/*順序*/
.footer_info li p.tel  {order:1 ;}
.footer_info li p.line {order:2;}
.footer_info li p.mail { order: 3;}
.footer_info li p.add  {order:4;}


/*footer_logo*/
.footer_logo {
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    margin-right: 0;
    width: auto;
}
.footer_logo img {  width: 80%; }
.copy { text-align: center;  padding: 20px 0;  font-size: 13px;  border-top: 0px;  margin-top: 50px;  background:#c9ab93;}
.copy a,.copy p,.total_view{ color: #fff; transition: all 0.5s ease-in-out;}
.copy a:hover { color: #eee3d0;}
#to_top { bottom: 30px; color:#ffffff;  background:#4f5159; box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);  border-radius: 50px;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.box_link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    width: 100%;
    left: 0;
    top: 60%;
    flex-direction: row;
}
.box_link a {
    transition: all 0.3s;
    background: #57CFEC;
    width: 20%;
    height: 40px;
    border-radius: 100px;
    font-size: 18px;
    color: #ffffff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_link a:hover { background:#7cd685;}

.box_link a.me_tp_line ,.box_link a.me_tp_call ,.box_link a.me_tp_mail { display: none;} 

a.me_tp_mail { display: none;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1350px) {
.footer .center { max-width: 90%;}
}
@media screen and (max-width: 1200px) {
.footer_info {  grid-template-columns: 200px 1fr;}
.box_link { max-width: 200px;}
.footer_info li:nth-child(1) { margin-left: 15px;}
}
@media screen and (max-width: 1024px) {
.footer { padding: 32px 0 0;}
.footer .center { max-width: 100%;}
.footer_info { display: flex; flex-direction: column;}
.footer_logo { width: 100%; margin: 0 auto; text-align: center;}
.box_link { left: 40%; top: 34%; }

/*手機板footer*/
.footer_menu a { width: auto; text-align: center;}
.footer_info { padding: 25px 70px 0;}
.footer_info li p { width: calc(100% / 1);}
.footer_info li:nth-child(1) { width: 100%; text-align: justify; padding: 0;}
.footer_info li:nth-child(2) { width: 100%; text-align: left;}
.footer_info ul { width: calc(100% - 0px); margin: 10% 0 0;  border-left: 0px;}
#bottom_menu li:nth-child(1) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(2) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(1) {width: 100%!important; border-right: 1px solid #ddd; }
#bottom_menu li:nth-child(2) { display:none !important;}
#bottom_menu li:nth-child(3) { display:none !important;}

}
@media screen and (max-width:768px) {
    .box_link{ left: 35%;}
}
@media screen and (max-width:766px) {
.footer_info ul { width: calc(100% - 0px);  margin: 0 0; display: flex; flex-direction: column; }
.footer_info li:nth-child(1) { width: 100%;  text-align: justify;  padding:0px 0px 25px;}
.footer_info li:nth-child(2) { margin-left: 15px; }

/*Footer/＝＝＝＝＝*/
#to_top { bottom:120px;}
.footer_info { justify-content: center;}
.footer_logo { height: 80px; margin: 0 0; background-position: left;}
.box_link {  left: 10px; top: 0; justify-content: flex-start;}
.swiper-banner { margin: 7px 0 0;}
}
@media screen and (max-width: 600px) {
.copy{ margin-top: 0px;}
.box_link { text-align: center;}
.footer_info { padding: 20px 25px 16px;}
.footer_info li:nth-child(2) { padding: 20px 0;}
}
@media screen and (max-width: 480px) {
.copy { margin-top: 0;}
.footer_info li:nth-child(2){ margin-left: 5px;}
.footer_info li:nth-child(1){ margin-left: 5px;}
.box_link{ left: 4px;}
}


/* = = = = = = = banner = = = = = = = =*/
.path {display: none;}
/* ========== Multi-layer Animated Banner (強化版 / Hover不中斷) ========== */
.banner {
    position: relative;
    height: 400px;
    overflow: hidden;
    isolation: isolate;   /* 乾淨的 stacking context */
    z-index: 0;
}

/* 底圖動畫層：Ken Burns（縮放＋位移＋更明顯） */
.banner::before {
    content:"";
    position: absolute;
    inset: 0;
    background: url(https://pic03.eapple.com.tw/0973911638/banner.jpg) center/cover no-repeat;
    will-change: transform;
    transform-origin: center center;
    animation: bannerZoomPan 14s cubic-bezier(.22,.61,.36,1) infinite alternate;
    animation-play-state: running;              /* 一直運行 */
    z-index: -1;                                /* 置於文字下方 */
    transition: filter .6s ease;                /* hover 只改 filter，不改動畫本身 */
}

/* 光澤掃過層 */
.banner::after {
    content:"";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.08) 10%,
        rgba(255,255,255,0.18) 20%,
        rgba(255,255,255,0.0) 30%,
        rgba(255,255,255,0.0) 70%,
        rgba(255,255,255,0.15) 80%,
        rgba(255,255,255,0) 100%);
    background-size: 200% 200%;
    mix-blend-mode: screen;
    animation: shimmerSweep 8s linear infinite;
    z-index: -1;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Ken Burns 動畫（幅度加強） */
@keyframes bannerZoomPan {
    0%   { transform: scale(1.00) translate3d(0%,   0%,   0); }
    40%  { transform: scale(1.12) translate3d(-2%,  1.5%, 0); }
    100% { transform: scale(1.20) translate3d(3.5%, -3.5%,0); }
}

/* 光澤掃過動畫 */
@keyframes shimmerSweep {
    0%   { background-position: 0% 0%;   opacity: 0;   }
    10%  { opacity: .85; }
    50%  { background-position: 100% 100%; opacity: .6; }
    90%  { opacity: .85; }
    100% { background-position: 200% 200%; opacity: 0; }
}

/* 文字層：在最上面，確保可讀性 */
.banner > * {
    position: relative;
    z-index: 1;
}

.banner h5 {
    font-size: 23px;
    color: #fff;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

/* ===== Hover 中不中斷：不改 duration，只改感受 ===== */
.banner:hover::before {
    /* 改變「節奏感」：不會重頭，當下幀位接著走 */
    animation-timing-function: cubic-bezier(.05,.65,.2,1);
    /* 視覺加強但不中斷：只加濾鏡，不覆蓋 transform（否則會搶掉動畫） */
    filter: saturate(1.08) contrast(1.05);
}

/* （可選）滑過時讓光澤更靈動：改 timing，不改 duration → 不重啟 */
.banner:hover::after {
    animation-timing-function: cubic-bezier(.05,.65,.2,1);
    opacity: .95;
}

/* 效能細節 */
.banner, .banner::before, .banner::after {
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* 使用者偏好：減少動態 */
@media (prefers-reduced-motion: reduce) {
    .banner::before, .banner::after { animation: none !important; }
}


.banner.banC h5::after {
    content: "CONTACT";
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.banner.banblog h5::after {
    content: "NEWS";
    font-size: 14px;
    display: block;
    margin-top: 5px;
}



.banner.banE h5::after {
    content: "WORKS";
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.banner.banB {
    display:none;
  
}

.other_page .banner, .services_page .banner {display: none;}


/* = = = = = = = 文管 = = = = = = = =*/
/*外層*/
h5.blog_le_t {
    font-size: 23px;
    font-family: 'Noto Serif TC', sans-serif;
    font-weight: 600;
}
h5.blog_le_t span {
    font-size: 15px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #865735 !important;
}
.subbox_item a:after {
    background: none;
    opacity: 1;
    border: none;
    border-bottom: 1px #d7a19a solid;
}
.subbox_item a:before {
    opacity: 1;
    font-size: 13px;
    color: #d7a19a;
}
.subbox_item a:hover:before {
    color:#AE7A4F;
}
.subbox_item a:hover:after {
    border-bottom: 1px #AE7A4F solid;
}
.subbox_item a {padding-bottom: 45px;}


/*改排版-直式*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {grid-template-columns: 1fr;}
/*改排版-直式結束*/


/*內層*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #DCC5B2;
}
.blog_back a.article_btn_back {
    background: #d7a19a;
}

/*相關文章*/
.news_related {
    background: #fbfbfb;}
.news_related h6 span:before {
    content: '相關消息';
    color: #865735;
} 


/* = = = = = = = 表單 = = = = = = = =*/   
.list_before.info li {
    padding-left: 50px;
}
.blank_letter {
    color: #364f52;
    font-family: 'Noto Serif TC', sans-serif;
}
.contact_content .information_right {
    width: calc(100% - 305px);
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(200px, 1fr));
}
.contact_form li.last cite {
    background: #d7a19a;
    color: #fff;
}

/* = = = = = = = 相簿 = = = = = = = =*/   
.overlay {background:#f5e7cd5c;}
.other_album_choice li {
    background: #8f6344;}
.show-list .show_name:hover {
    color: #AE7A4F!important;
}
.show-list .item:hover .show_name {
    color: #AE7A4F!important;
}
/*瀑布流*/
.pic-list .show_pic {
    height: auto;
    aspect-ratio: auto;
}
.pic-list .item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.pic-list {
    display: inline-block;
    grid-template-columns: none;
    grid-gap: 0;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}


/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: #555;}
.page strong, .page a:hover {
    color: #fff;
    border: 1px solid #538266;
    background: #538266;
}

/* = = = = = = = 首頁文管 = = = = = = = =*/

.i_blog_ri h5 {color: #555;}
.module_i_news li a {grid-template-columns: 1fr;}
.module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li {position: relative;}
.module_i_news {
    padding: 100px 20px;
    background: #F7F7F7;
}
.module_i_news .title_i_box h6 {
    font-size: 14px;
    color: #538266;
}
.module_i_news .title_i_box {
    margin-bottom: 30px;
    text-align: center;
    display: flex
;
    flex-direction: column-reverse;
    align-content: flex-start;
    flex-wrap: wrap;
    border-left: 1px solid #DAD4C8;
    padding-left: 6px;
}
.module_i_news section {
    max-width: 1400px;}

.module_i_news li a:after {border: 0px #ddd solid;}




/* = = = = = = = 暫時 = = = = = = = =*/



@media screen and (max-width: 1200px) {
/*    首文管*/
.module_i_news ul {
    grid-template-columns: 1fr 1fr;
}
.module_i_news li::before {left: -2%;}
.module_i_news li:after {right: -2%;}

}

@media screen and (max-width: 1100px) { 
/*HEADER按鈕文字*/
    .stellarnav > ul > li > a {
    font-size: 14px;}
/*文管-外層*/
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}

}
@media screen and (max-width: 1024px) {
/*header*/
.nav-header, .footer_logo, .header_area.sticky .nav-header {
    max-width: 190px;}


}
@media screen and (max-width: 768px) { 
/*banner*/
.banner {
    height: 300px;
}

/*表單*/
.contact_content .information_right {
    width: 100%;
}

/*瀑布流*/
.pic-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

/*HEADER寬度*/
.main_header_area .container {
    max-width: 100%;
}
/*header*/

.me_tp_features {display: none;}
.header_area {
        padding: 0px;
       
    }    

/*手機底部*/
#bottom_menu {background: #f4f1ea;}
#bottom_menu li a {color: #865735;}

/*首頁文館*/
.module_i_news li {border-bottom: 0px #eee solid;}

}

@media screen and (max-width: 600px) {
/*    表單*/
.contact_form li .form__label {background: rgb(84 121 111 / 7%);}

}

@media screen and (max-width: 500px) {
/*文管-外層*/
.blog_subbox {
    grid-template-columns: 1fr;
}
.module_i_news li:before, .subbox_item:before {display: none;}
.module_i_news li:after, .subbox_item:after {display: none;}

/*    首文管*/
.module_i_news ul {
    grid-template-columns: 1fr;
}
.module_i_news {
    padding: 75px 20px;
}
.module_i_news .title_i_box {
    margin-bottom: 10px;}

/*瀑布流*/
.pic-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}    

 }









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 54px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
    body {font-weight: 600;}
    .module_i_news .title_i_box h4, .i_blog_ri h5,  {font-weight: 600;}
    .total_amount li b {
    font-weight: 600;
}
.info_fix {right: 0px;}
}



.info_fix_links {
    display: flex !important;}
.info_fix>span {display:none;}
.info_fix_links a {
	background-color: #D9A299;
}
.info_fix_links a:hover {
     background: rgb(129 71 51);}	
	 
.footer_info li p:nth-child(5) {
    order: 8;
} 	 
.footer_info li p:nth-child(4) {
    order: 9;
} 