@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@900&family=Oswald:wght@200..700&display=swap');

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
*{font-family: 'Noto Serif Display','Noto Serif TC', serif;}

/*上方選單解除滑動固定*/
body{ overflow: overlay;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/


@media screen and (max-width: 600px){
	.main_part {padding: 25px;}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
.bannerindex .swiper-slide{	opacity:0;}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img {  height: auto !important;}
/*其他設定*/
.bannerindex {position: relative;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.swiper-slide {
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
  filter: brightness(0.8);
}
.swiper-slide-active {
  opacity: 1;
  filter: brightness(1);
  animation: glow 4s infinite alternate;
}
@keyframes glow {
  0% { box-shadow: 0 0 0 rgba(255,255,255,0); }
  100% { box-shadow: 0 0 30px rgba(255,255,255,0.3); }
}


/* ================ 原始保留代码 ================ */
.pageIndex .main_part { border-top: none;}
.header_area { position:sticky;  width: 100%;  padding: 0;   background: #cc000000;}
.main_header_area {  background: #ffffff; transition: all 0.5s ease;  }
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}
.tp_links{ display:none;}
.pageIndex .header_area {  position: fixed;}

.main_header_area .container { max-width: 1600px;  margin: auto;}
.swiper-pagination-bullet {
   display:none;
}
.navigation {
    grid-template-columns: 280px 1fr;}
.nav-header {
    max-width: 280px;}

/* ================ 新版上移特效（三选一） ================ */

/* 3D透视上浮 */

@keyframes slowMoveUp {
  from {
    transform: translate(-50%, 20%) perspective(800px) rotateX(30deg);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -30%) perspective(800px) rotateX(0);
    opacity: 1;
  }
}



/* ================ 原始轮播图设定 ================ */
.pageIndex .swiper-slide:nth-child(1):after {
    content: " ";
    width: 45%;
    max-width: 750px;
    height: auto;
    aspect-ratio: 4 / 1;
    position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-50%, 20%);
    background: url(https://pic03.eapple.com.tw/0972861976/pr_text.png) no-repeat;
    background-size: contain;
    opacity: 0;
}

.pageIndex .swiper-slide:nth-child(2):after {
    content: " ";
    width: 45%;
    max-width: 750px;
    height: auto;
    aspect-ratio: 4 / 1;
    position: absolute;
    top: 60%;
    left: 44%;
    transform: translate(-50%, 20%);
    background: url(https://pic03.eapple.com.tw/0972861976/pr_text.png) no-repeat;
    background-size: contain;
    opacity: 0;
}

.pageIndex .swiper-slide-active:nth-child(1):after,
.pageIndex .swiper-slide-active:nth-child(2):after {
    animation: slowMoveUp 1.2s ease-out forwards; /* 时间缩短为1.2秒 */
}

/* ================ 原始响应式设定 ================ */
@media screen and (max-width: 430px) {
    .pageIndex .swiper-slide:nth-child(1):after {
        width: 70%;
        left: 45%;
    }
    .pageIndex .swiper-slide:nth-child(2):after {
       width: 70%;
       TOP: 45%;
    }
}




/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #000; padding: 10px 10px;}
.stellarnav > ul > li { padding: 0 5px;}

.stellarnav > ul > li > a {  margin: 30px 5px;  padding: 0px 8px 0;  position: relative; letter-spacing: 1.5px;  color: #555; transition: all 0.1s;  font-size: 16px;  font-weight: 700;}
.stellarnav > ul > li > a b { font-weight: 400;}
.stellarnav > ul > li > a:hover {  color: #344365;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #1D3255; color: #ffffff;}/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #555 #555 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub > a:hover:after {   border-color: #1D3255;}
.nav-brand img {
  width: 280px;
  max-width: fit-content;
  opacity: 0;
  filter: sepia(30%) brightness(1.1);
  transform: translateX(-50px) rotate(-5deg);
  animation: oilPaintingReveal 2s cubic-bezier(0.2, 0.9, 0.4, 1.2) forwards;
}

@keyframes oilPaintingReveal {
  0% {
    opacity: 0;
    filter: sepia(50%) blur(8px) brightness(1.3);
    transform: translateX(-80px) rotate(-10deg);
  }
  20% {
    opacity: 0;
    filter: sepia(50%) blur(3px) brightness(1.2);
    transform: translateX(-50px) rotate(-5deg);
  }
  40% {
    opacity: 0.8;
    filter: sepia(20%) blur(1px) brightness(1.1);
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
    filter: sepia(10%) brightness(1);
    transform: translateX(0) rotate(0);
  }
}


/*按鈕效果*/
.stellarnav > ul > li:hover::after { transform: scale(1);  transition: 0.3s ease-in-out;}
.stellarnav > ul > li::after {
    content: "";
    background: #344365;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0%;
    transform: scale(0,1);
    transition: 0.5s ease-in-out;
}

/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #333333;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);
}/*下拉背景*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { padding-left: 20px;  border-left: 4px solid #f9df00;}
.stellarnav > ul >li >ul { left: 50%;  transform: translateX(-42%);}
.stellarnav ul ul { width:200px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #ccc;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.me_tp_features {  display: none;}



@media screen and (max-width: 1750px){
.nav-header {  padding-left: 20px;}
.nav-brand img { max-width: 100%;}
}

@media screen and (max-width: 1250px){
.stellarnav > ul > li {   padding: 0 0px;}
.pageIndex .header_area {   position: relative;}
}
	
@media screen and (max-width: 1024px){	
.navigation {  justify-content: center; padding: 6px 0 3px 0; }
.nav-header {  padding-left: 0px;}
.header_area { position: relative;}	
.stellarnav > ul > li > a {  margin: 10px 1px; }
.nav-brand img {width: 220px;}
.stellarnav > ul > li > a {margin: 0px 1px;   }
}
	
	
@media screen and (max-width: 768px){	
.stellarnav .menu-toggle:after { display:none;}
.stellarnav.mobile { position: absolute;  left: 0;  top: auto;  width: auto;   display: inline-block;   left: 10px; }
.stellarnav .menu-toggle span.bars span {  width: 20px; height: 1px;}
.nav-brand img {  max-width: fit-content; width: 220px;}
.stellarnav .menu-toggle {  padding: 12px;  }
.stellarnav > ul >li >ul {  left: auto;  transform: none;}
}



@media screen and (max-width: 600px){	
.nav-brand img {  max-width: fit-content; }

}
 
/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*首頁文章管理*/
.products-box {    width: 90%;    max-width: 1300px;    margin: 100px auto;    border-top: 1px solid #ccc;    padding-top: 50px;}
.module_i_news ul {  display: flex;  flex-wrap: wrap;   max-width: 1400px;}
.module_i_news li {width: 23%;  padding: 10px;  background: #ffffff; border: 1px solid #eee;}
.i_blog_ri , .i_blog_le { width: 100%;}
.i_blog_ri p {  font-size: 15px;   color: #666;   line-height: 150%;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;   white-space: normal;  overflow: hidden;  word-break: break-all;}

.module_i_news li a {  position: relative;  display: flex;  grid-gap: 10px;  flex-direction: column;}
.module_i_news li a:before , .module_i_news li a:after , .subbox_item a:before , .subbox_item a:after{    transition: 0.3s;}
.module_i_news li a:after , .subbox_item a:after{ background: rgb(222 184 135 / 70%);content: none;}
.module_i_news li a:before, .subbox_item a:before { background: rgb(31 50 83 / 80%); color: #fff;}
.module_i_news li a:before , .subbox_item a:before { transform: translateX(-50%);    width: 100%;   top: unset; }
.module_i_news li a:hover:before , .subbox_item a:hover:before { opacity: 1;  transform: translateX(-50%);  bottom: 0;}
.module_i_news li a:before {  left: 50%;   font-size: 18px;  padding: 10px 5px;}
.module_i_news .title_i_box h4 { 	color: #555;font-size: 16px;}
.module_i_news .title_i_box h4:before {  content: "ARTICLE";  display: block;   font-family: "Philosopher", sans-serif;   color: #1D3255;   font-size: 60px;  letter-spacing: 1px;  margin-bottom: -5px;}

/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item { width: calc(100% / 3);  padding: 5px;}
.i_blog_ri em { font-size: 12px;   font-style: normal;  display: block;   margin: 5px 0;}

@media screen and (max-width: 980px) {
.module_i_news li , .subbox_item {    width: 31%;}
.module_i_news ul {    max-width: 100%;}
.products-box {    margin: 70px auto;}
.module_i_news {    padding: 70px 20px;}
}

@media screen and (max-width: 768px) {
.module_i_news li , .subbox_item {    width: 48%;}
}

@media screen and (max-width: 600px) {
.module_i_news {    padding: 50px 20px;}
.module_i_news li , .subbox_item{    width: 100%;    margin: 0 auto;    max-width: 350px;}
.products-box {    margin: 50px auto;}
.module_i_news .title_i_box h4 {    font-size:32px;}
.nav-brand img {  max-width: fit-content; width: 200px;}
}
@media screen and (max-width: 425px) {
.nav-brand img {  max-width: fit-content; width: 180px;}
}


/*------------------------------------------------------------------------------*/



/*文章設定*/

h5.blog_le_t { font-family: 'Noto Sans TC','Microsoft JhengHei', sans-serif;}
h5.blog_le_t span { font-family: 'Geologica';}
h5.blog_le_t {letter-spacing: 0;}
.accordion li .link a {font-weight: 500;}
.blog_search input[type=search] {border-radius: 0;}
.blog_le .accordion {  border-radius: 0;   border: NONE;}
.accordion li:not(:last-of-type) {  border-bottom: 1px solid #fff;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #1D3255 !important;   transition: all 0.3s;}
.blog_subbox {  display: grid;  grid-template-columns: 1fr 1fr 1fr;  grid-gap: 10px;  background: #ffffff5e; padding: 12px;}
.blog_subbox:before {content: none;}
.subbox_item {   width: 100%;  margin-bottom: 0;}
.blog_list_le {  padding: 0; width: 100%;}
.blog_list_ri {  padding: 12px 0;  width: 100%;}
.blog_list_ri em {   font-size: 12px;  color: #999; font-style: normal;  display: block;  margin: 5px 0;}
.blog_list_ri p { -webkit-line-clamp: 2;  line-height: 160%;   font-size: 14px;   font-weight: bold;   letter-spacing: 0.5px;}
.blog_list_le {  position: relative;  height: auto;  aspect-ratio: 4/3;   overflow: hidden;}
.blog_list_le img {   min-width: 100%;   display: block;  width: 100%;  margin: 0 auto;  height: 100%;   object-fit: cover;  object-position: center;}
h4.blog_category_title { border-bottom: 1px #afafaf solid;}
.submenu a:hover { background: #666;  color: #FFF;}
.submenu a {  display: block;   position: relative;  color: #666;   padding: 13px 6px 12px 29px;  letter-spacing: 1px;  font-size: 12px;}
.subbox_item a:before, .subbox_item a:after {content: none;}
.subbox_item a:hover .blog_list_le:before, .subbox_item a:hover .blog_list_le:after {  opacity: 1;}
.subbox_item a .blog_list_le:after {   content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: all .4s;
}
.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: #f0f0f0;
    transform: translate(-50%, -50%);
    width: 148px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: ease all .4s;
    letter-spacing: 1px;
}
	
.blog_list_ri h5 {  font-weight: bold;}	

/*內頁*/
.blog_back {  width: 100%;   margin: 0 auto;  display: grid;  grid-template-columns: repeat(3, 1fr);  grid-gap: 10px;  justify-content: center;}
.blog_back a {width: 100%;}
.blog_back a.article_btn_back {  background: #00a0e8;}
h5.blog_le_t, .blog_le .accordion {   display: block;}





@media screen and (max-width: 1024px) {
.blog_subbox {  grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
.blog_subbox {  grid-template-columns: 1fr; }
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #1D3255 !important;}
.subbox_item a { display: grid;  grid-template-columns: auto;  position: relative;  grid-gap: 20px;}
.news_related h6 span:before {  content: '相關文章';  font-size: 24px; color: #333;}
.lastPage {   background: #1D3255;}
.news_related_list li a {   background: transparent;}
.blog_back a.article_btn_back {   background: #1D3255;}
.articel_mainPic img { display: none; max-width: 100%;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*首頁*/
.news_part .title_i_box h4{color: #555;}
.news_list ul li a:hover {background: #eee;}
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 300;}
.promotion_title {position: relative;border-bottom: 1px solid #d8d8d8;padding-bottom: 20px;}
.promotion_title em {display: block;border: none;font-size: 14px;font-weight: 300;padding: 0;}
.promotion_title span {border: none;color: #555;padding: 0;margin: 0;
position: absolute;right: 0;bottom: 15px;font-weight: 300;letter-spacing: 2px;}
.promotion_title span:before{content: "發布時間";display: block;font-weight: 400;}
.promotion_title h2{display: block;font-weight: 400;font-size: 24px;}
.other_promotion {margin-top: 200px;}
.other_promotion:before{content: "Read More";display: block;color: #1D3255;padding:10px 15px;}
.other_promotion li{border-bottom: 1px solid #ddd;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;font-weight: 300;padding: 25px 15px;border: none;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a:hover {background: transparent;}
.other_promotion .pmtTime {width: 150px;}
.other_promotion .pmtTime span{float: left;letter-spacing: 2px;}
.other_promotion .pmtTitle{width: calc(100% - 160px);}
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0;padding-left: 30px;
letter-spacing: 2px;font-weight: 300;color: #000;position: relative;}
.other_promotion .pmtTitle h3:before{content: "〉";font-size: 12px;color: #888;transition: all .5s;
position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.other_promotion { display: block;}


@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {width: 100%;}
	.other_promotion .pmtTitle h3 {padding-left: 0;}
	.other_promotion .pmtTitle h3:before{display: none;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/



.i_news_b a i.fa-solid.fa-arrow-right { margin: 0;}
.i_news_b a:hover i.fa-solid.fa-arrow-right { margin:0}
.animated-arrow {  background: #1D3255;  font-size: 14px;  width: 170px;  letter-spacing: 1px;}
b, strong {  font-weight: 500;}
.animated-arrow:hover {  background: #003f57;}

.news_list ul li p:after { content: 'Read more';}


.news_part .title_i_box h4:before {  content: 'NEWS';  display: block;  font-family: "Oswald", sans-serif;   color: #1D3255;
 font-size: 36px; letter-spacing: 1px;margin-bottom: -5px;}
.news_part .title_i_box h4 { color: #555;  font-size: 16px;}
.news_part {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}


.i_blog_b a i.fa-solid.fa-arrow-right { margin:0 }
/* hover */
.i_blog_b a:hover i.fa-solid.fa-arrow-right { margin:0px;}


@media screen and (max-width: 1200px){
.news_list ul li {  border: none;  margin-bottom: 7px;  background: transparent;	border-bottom: 1px #eee solid; }}



/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {   width: 31%; padding: 0; margin: 0;}
.show-list .item:hover .show_name {color: #666;}
.show-list .show_name {text-align: center;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #555;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 32%;padding: 0%;margin: 0;}
.other_subalbum li p {  text-align: center;   margin-top: 10px; color: #555;  letter-spacing: 1px;  font-weight: bold;}
.other_subalbum li div{height: 0;padding-bottom: 75%;overflow: hidden;}
.other_subalbum li img{min-height: 20vw;object-fit: cover;transition: all .5s;}
.other_subalbum li:hover img{opacity: .6;}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 32%;padding: 0;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;font-size: 15px;}
.other_album_choice li {background: #555;border-radius: 3px;font-size: 12px;}

@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 48%;}
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 50%;}
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .item {width: 50%;}
	.pic-list .show_pic img {min-height: 35vw;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
	    .show-list .item {
        width: 100%;
    }
	.pic-list .item { width: 100%; }
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   內頁BANNER 設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.banB{display:none;}
/* 內頁BANNER 設定 */

.banner h5 {
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 3px;
  font-weight: 500;
  opacity: 0;
  animation: fadeIn 3s ease-in-out forwards;
}

/* 在 h5 下面添加一行字 */
.banner h5::after {
  content: "Meizi Atelier"; /* 添加的文字內容 */
  display: block; /* 讓文字換行顯示 */
  font-size: 16px; /* 字體大小 */
  color: #fff; /* 文字顏色 */
  text-align: center; /* 文字居中 */
  margin-top: 10px; /* 與 h5 的間距 */
  text-shadow: 0 0 5px rgba(0, 0, 0, 0); /* 文字陰影 */
}

.banner {
  background-image: url(https://pic03.eapple.com.tw/0972861976/banner.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 350px; /* 設定 Banner 高度 */
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(173, 151, 123, 0.2); /* 半透明黑色遮罩 */

  z-index: -1;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180%; /* 雙倍高度以實現滾動效果 */
  background-image: url(https://pic03.eapple.com.tw/0972861976/banner.jpg);
  background-position: center;
  background-size: cover;
  animation: scrollBackground 20s linear infinite; /* 背景垂直滾動動畫 */
  z-index: -2;
}

/* 淡入動畫 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%); /* 從上方淡入 */
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* 背景垂直滾動動畫 */
@keyframes scrollBackground {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%); /* 滾動到背景的一半高度 */
  }
}

/* 響應式設計 */
@media screen and (max-width: 1024px) {
  .banner {
    height: 300px; /* 調整高度 */
  }
}

@media screen and (max-width: 768px) {
  .banner {
    height: 200px; /* 調整高度 */
    background-position: left center; /* 手機版時背景圖片靠左顯示 */
  }
  .banner h5 {
    font-size: 20px; /* 調整文字大小 */ top: 61%;
  }
  .banner::after {
    background-position: left center; /* 手機版時滾動背景圖片靠左顯示 */
  }
  .banner h5::after {
    font-size: 12px;
    margin-top: 5px;}
 }


/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/
.path{display: none;}
.path p, .path p a {  display: none;}
/*下拉編輯頁設定*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}
/*頁碼*/
.page li {margin: 0;width: 30px;height: 30px;line-height: 30px;}
.page li a {width: auto;height: auto;line-height: inherit;}
.page strong, .page a{border-radius: 0;color: #555;border: 1px #555 solid;padding: 0;}
.page strong, .page a:hover {background: #333;}
.other_select_page .page{margin: 0;}



/*錨點滑動*/
html {scroll-behavior: smooth;}
/*top按鈕*/
#to_top {padding-top: 12px;width: 45px;height: 45px;color: #888;bottom: 50px;}
#to_top i.top {width: 12px;height: 12px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #555;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding: 50px 20px 0 20px;overflow: hidden;}
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



/*footer*/

.footer {
	  padding: 80px 0 0;
  /* 基础设定 */
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  
  /* 原始流动渐变背景 */
  background: 
    linear-gradient(135deg, 
      #09112d 0%, 
       #28346d 30%, 
	   #020718 70%);
  background-size: 200% 200%;
  animation: gradientFlow 8s ease infinite;
  color: white;
 
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ============== 质感强化层 ============== */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* 调整后的金属拉丝（淡化版） */
  background: 
    /* 1. 噪点纹理（不变） */
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.4' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.12'/></svg>"),
    
    /* 2. 淡化金属拉丝（透明度降低/间距加大） */
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.03) 0px,  /* 透明度从 0.05 → 0.03 */
      rgba(255,255,255,0.05) 1px,  /* 透明度从 0.08 → 0.05 */
      transparent 1px,
      transparent 8px               /* 条纹间距从 6px → 8px */
    );
  
  animation: metalShine 15s linear infinite; /* 放慢动画速度 */
  pointer-events: none;
  z-index: -1;
}

@keyframes metalShine {
  100% { background-position: 100px 100px; }
}

/* 星芒光点（不变） */
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(
      circle at 70% 20%,
      rgba(255,255,255,0.8) 0.3px,
      transparent 0.7px
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(255,255,255,0.6) 0.3px,
      transparent 0.7px
    );
  background-size: 40px 40px;
  animation: twinkle 5s ease-in-out infinite alternate;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: -1;
}

@keyframes twinkle {
  50% { opacity: 0.7; }
}

/* 响应式优化 */
@media (max-width: 768px) {
  .footer::before { 
    background: url("data:image/svg+xml;utf8,..."); /* 仅保留噪点 */ 
  }
  .footer::after { display: none; }
}

.footer .center {
  max-width: 1600px;
}
.footer_info li p, .footer_info li p > a {    color: #e8e8e8; line-height: 220%;}
.footer_info {    display: flex;    padding: 0;    justify-content: space-between;}
.footer_logo {        display: none; }
.footer_logo img {    max-width: 100px;}
.footer_info ul {    display: flex;    align-items: flex-start;    justify-content: space-between;    width: 100%;font-weight: 600;}
.footer_info li {    padding: 0;}
.footer_info li:nth-child(1) {    width: 48%;}
.footer_info li:nth-child(2) {    width: 48%;    text-align: right;}

.footer_menu a {
    background: transparent;
    color: #eee;
    border: none;
    /* width: 42%; */
    display: block;
}
.footer_menu a:first-child {    display: none;}
.footer_menu a:hover {    background: transparent; color: #c4a370;}

.box_link {
    top: 100%;
    width: 100%;
    text-align: left;
    padding: 0 13.5%;
    transition: all 0.3s;
}
.box_link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 30px;
    font-size: 18px;
    padding: 2px;
    color: #eee;
    border: 1px #88888847 solid;
    transition: all .3s;
}
.box_link a:hover {    background: transparent;    color: #767676;}
.copy {    border: none;    padding: 25px 0 60px;    text-align: right;    width: 100%;    max-width: 1600px;    margin: 0 auto;}
.copy, .copy a {    color:#736656; transition:all 0.3s;}
.copy a:hover {
    color: rgb(147, 221, 255);
}
.fa-envelope::before {display: none;}
.box_link {    display: none;}
#to_top {    background: #a42535;border-radius: 20%;    color: #ffffff;}
#to_top i.top:before, #to_top i.top:after{  background: #ffffff;  width: 2px;}


/*--RWD---------------------------------------*/
@media screen and (max-width: 1440px){
 
 .footer_info ul { width: 90%; margin: 0px auto;}
 .copy {width: 90%;}
 
}
@media screen and (max-width: 1024px){
    .double_key {    margin: 0px -16px;}
    .copy {    padding: 50px 15px 50px;}
    .footer {padding: 50px 10px 0 10px;}
    .me_tp_features {    margin-bottom: -35px;}
	
}

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { align-items: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;text-align: center;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;text-align: center;}
    .copy { text-align: center;}
    .double_key { text-align: center;}
    .double_key { margin: 0px -16px;}
    .fix_ri { bottom: 50px;}

    

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: flex; }
    .footer.with_shopping_mode { padding:30px 0 70px; }

    .footer_menu {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 15px 0;
    }
    .copy {    padding: 15px 0 30px;}
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}
@media screen and (max-width: 425px) {
    .footer_menu {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .copy {
        padding: 5px 0 30px;
    }
}
.info_fix {
   DISPLAY: NONE;
}