@charset "utf-8";
/*麥子家居*/
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

* { font-family: 'Poppins', "微軟正黑體", sans-serif;}

/*色彩與文字大小*/
:root {
  --MainColor: #3B5A2A; /*網站主要色系*/
  --SubColor_1: #ece8dd; /*網站輔助色系 1*/
  --SubColor_2: #B7C9B3; /*網站輔助色系 2*/
  --FontColor_1: #4e4e4e; /*內文顏色 1*/
  --FontColor_2: #7B7B7B; /*內文顏色 2*/
  --FontColor_3: #888888; /*內文顏色 3*/
  --BackgroundColor: #FFFFFF; /*背景顏色*/
  --BorderColor: #CCCCCC; /*框線顏色*/
  --RedFont: #d12e2e;
  --SFontE: "Playfair Display", serif; /*特殊字體 英文*/
  --SFontC: "NOTO SANS TC", sans-serif; /*特殊字體 中文*/
  --SFontC: "Poppins", sans-serif; /*特殊字體 中文*/
  --LineHeight: 180%;
  --LetterSpacing_B: 0.1em;
  --LetterSpacing_S: 0.03em;
  --Transition: .3s ease-in-out;
  --f55: 55px;
  --f48: 48px;
  --f40: 40px;
  --f36: 36px;
  --f32: 32px;
  --f28: 28px;
  --f24: 24px;
  --f22: 22px;
  --f20: 20px;
  --f18: 18px;
  --f17: 17px;
  --f16: 16px;
  --f15: 15px;
  --f14: 14px;
  --f12: 12px;
}
@media (max-width:1024px) {
  :root{
    --f48: 40px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
  }
}
@media (max-width:768px) {
  :root{
    --f48: 32px;
    --f40: 28px;
    --f36: 26px;
    --f32: 24px;
    --f28: 20px;
    --f24: 20px;
    --f20: 18px;
    --f18: 17px;
    --f17: 16px;
  }
}
@media (max-width:600px) {
  :root{
    --f48: 28px;
    --f40: 24px;
    --f36: 22px;
    --f32: 20px;
    --f28: 18px;
    --f24: 18px;
    --f22: 18px;
    --f20: 17px;
    --f18: 16px;
    --f17: 15px;
  }
}
@media (max-width:375px) {
  :root{
    --f48: 24px;
    --f40: 20px;
    --f36: 18px;
    --f32: 18px;
    --f28: 17px;
    --f24: 17px;
    --f22: 17px;
    --f20: 16px;
    --f18: 15px;
  }
}

/*--animation---------------------------------------*/

/*--基礎設定---------------------------------------*/

/*反白顏色*/
::-moz-selection{ background-color: #666; color: var(--BackgroundColor);}
::selection{ background-color: #666; color: var(--BackgroundColor);}
.linkBox_Open + span i { transform: rotate(45deg);}

/*滾輪*/
::-webkit-scrollbar { width: 7px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 4px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: var(--MainColor); border: none;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*中英文轉換
.tp_lang { display: inline-block;}
.tp_lang a { border: 1px solid var(--BorderColor); padding: 3px; background: #00000088; transition: var(--Transition);}
.tp_lang a:hover { background: var(--MainColor); transition: var(--Transition);}
.tp_lang a::before { background: transparent;}*/

/*頁面內容*/
div#page { background: #f6f6f6;}
#content, #content_main {
    background-image: url(https://pic03.eapple.com.tw/maiziliving/page_bg.png);
    background-position: bottom;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
/*#content_main { background: url(https://pic03.eapple.com.tw/maiziliving/index_bg.png) no-repeat top center; padding-top: 80px;}*/
/*.services_page .edit, .other_page .edit, .other_select_page .edit { padding-top: 80px;}*/
.path { display: none;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{ display:none;}/*大圖輪播點點移除*/
/*下拉編輯頁*/
.other_select_page .promotion_title, .other_select_page .other_promotion, .other_select_page .page { display: none;}

/*TOP*/
#to_top {width: 66px; height: 66px;bottom: 20px;  left: 20px; color: #fff; padding: 0; background: #3b5a2a; border: none; background-size: contain; transform: rotateX(0deg) scale(1); transition: .3s ease-in-out;}
#to_top:hover { transform: scale(1) translateY(-10px) rotateX(0deg); opacity: .9; transition: .3s ease-in-out;}
#to_top i.top { width: 66px; height: 35px; top: 14px; left: -4px;}
#to_top i.top::before {
  height: 13px;
  width: 13px;
  top: 35%;
  left: 50%;
  background: transparent;
  border-top: 3px solid var(--SubColor_1);
  border-left: 3px solid var(--SubColor_1);
  transform-origin: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 0;
}
#to_top i.top::after { display: none; background: transparent; opacity: 0;}
@media screen and (max-width: 400px) {
#to_top { width: 45px;  height: 45px;}
#to_top i.top { width: 66px;  height: 21px;  top: 9px;  left: -15px;}
}
/*--聯絡資訊---------------------------------------*/

/*項目*/
.footer_info li p.tel:before, .info_TEL:before { content: '電話：';}
.footer_info li p.tel2:before, .info_TEL2:before { content: '電話：';}
.footer_info li p.phone:before, .info_PHONE:before { content: '手機：';}
.footer_info li p.line:before, .info_LINE:before { content: "LINE：";}
.footer_info li p.mail:before, .info_MAIL:before { content: "信箱：";}
.footer_info li p.add:before, .info_ADD:before { content: '地址：';}
.footer_info li p.add2:before, .info_ADD2:before { content: '地址：';}
.footer_info li p.taxid:before, .info_TAXID:before { content: '統編：';}
.footer_info li p.fax:before, .info_FAX:before { content: '傳真：';}

/*順序
.footer_info li:nth-child(1) { display: flex; flex-wrap: wrap; align-items: center;}
.footer_info li p.tel, .list_before.info li.info_TEL { order: ;}
.footer_info li p.tel2, .list_before.info li.info_TEL2 { order: ;}
.footer_info li p.phone, .list_before.info .info_PHONE { order: ;}
.footer_info li p.taxid, .list_before.info li.info_TAXID { order: ;}
.footer_info li p.line, .list_before.info .info_LINE { order: ;}
.footer_info li p.mail, .list_before.info li.info_MAIL { order: ;}
.footer_info li p.add, .list_before.info li.info_ADD { order: ;}
.footer_info li p.add2, .list_before.info li.info_ADD2 { order: ;}
.footer_info li p.fax, .info_FAX { order: ;}*/

/*--首頁功能頁區塊---------------------------------------*/

/*區塊設定*/
.module_i_news, .prod_part, .module_i_album, .news_part, .contact_content { margin: auto; padding: 120px 0; background: #f6f6f6;}
.module_i_news section, .prod_part section, .module_i_album section, .news_part section, .i_contact_box section { width: 100%; max-width: 1150px; margin: auto;}

/*標題*/
.news_part .title_i_box h6, .module_i_news .title_i_box h6, .i_prod_tit h2, .i_video_tit h2, .module_i_album .title_i_box h6 
  { display: none; font-size: var(--f20); color: var(--FontColor_3); font-family: var(--SFontE); letter-spacing: var(--LetterSpacing_B); text-transform: uppercase;}
  
.news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span, .i_video_tit span, .module_i_album .title_i_box h4 
  { font-size: var(--f36); color: var(--MainColor); font-family: var(--SFontE); letter-spacing: var(--LetterSpacing_S); font-weight: 600;
    width: 90%; margin: 0 65px 20px; text-align: left;}
.module_i_news .title_i_box::after {
  content: 'Stay updated with our latest news and stories.';
  font-family: var(--SFontD);
   letter-spacing: var(--LetterSpacing_S);
  font-size: var(--f20);
  display: block;
  width: 100%;
  margin: auto;
  text-align: left;
  padding-left: 86px;
  color: #707070;
}
.module_i_news .title_i_box h4::before { content: '/ ';}

/*按鈕*/
.pageIndex .animated-arrow { background: transparent; border-radius: 0; transition: var(--Transition);}
.pageIndex .animated-arrow:hover { background: transparent; transition: var(--Transition);}
.pageIndex .animated-arrow b, .pageIndex .animated-arrow i { color: var(--FontColor_3); letter-spacing: var(--LetterSpacing_S);}

.fa-arrow-right::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: var(--FontColor_3);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*--功能頁 相關推薦---------------------------------------*/

/*區塊設定*/
.news_related, .prod_related { background: transparent;}
.news_related_list, .related_list { max-width: 100%; width: 85%; margin: auto;}
.news_related_list, .related_list { grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));/*display: flex;  flex-direction: row;*/}

/*標題*/
.prod_related h6 span, .news_related h6 span { display: block;}
.prod_related h6 span:before, .news_related h6 span:before { font-size: var(--f20); font-family: var(--SFontC); color: var(--MainColor); /*letter-spacing: var(--LetterSpacing_B); */   font-weight: 400;}
.news_related h6 span:before{content: 'Related';font-family: var(--SFontE);font-size: var(--f28); color:#6C7C6F;font-weight: 500; letter-spacing:1px;  margin-right: 3px;}
.news_related h6 span:after{content: ' Articles';font-size: var(--f48); font-family: var(--SFontE);  color: var(--MainColor); font-weight: 500;letter-spacing:1px;}
.prod_related h6 span:before{content: 'More';font-family: var(--SFontE);font-size: var(--f28); color:#6C7C6F;font-weight: 500; letter-spacing:1px;  margin-right: 3px;}
.prod_related h6 span:after{content: ' Hightlights';font-size: var(--f48); font-family: var(--SFontE);  color: var(--MainColor); font-weight: 500;letter-spacing:1px;}
.pd_tabTitle li.activeTab a {   color: #3b5a2a;  font-size: 20px;  font-family: "noto sans TC", "poppins";  font-weight: 500;}
.pd_tabTitle li.activeTab::after {  height: 1px; background: none;}
.prod_related h6, .news_related h6 {  max-width: 1600px;  margin: 0 auto 20px; text-align: left;width: 85%;}
.pd_tabTitle li {  border-bottom: 1px solid #9d9d9d;}
.txt_box a {color:#3B5A2A;font-weight: 500;}
/*圖片*/
.news_related_list li figure { aspect-ratio: 3 / 3.5;}
.related_list li figure { aspect-ratio: 1 / 1.19;}
.news_related_list li a {   padding: 0px;background: transparent;}
.news_related_list li a p, .related_list li a p {  text-align: left;}

.news_related_list li img, .related_list li img { transition: var(--Transition);}
.news_related_list li:hover img, .related_list li:hover img { transform: scale(1.1); transition: var(--Transition);}

/*項目標題*/
.related_list li a { padding: 0px ; background: transparent;text-align: left;color: #222;}
.news_related_list li a p, .related_list li a p { padding: 10px 10px 10px 0px;font-size: var(--f15); transition: var(--Transition);font-family: "poppins", "noto sans TC";  font-weight: 400;   letter-spacing: 0.8px;}
.news_related_list li:hover a p, .related_list li:hover a p { color: var(--MainColor); transition: var(--Transition);}

/*相關推薦*/
/*.related_list li:nth-child(4) {  display: none;}/*只顯示三項*/
/*下一頁*/
.news_related_b_box, .prod_related_b_box { text-align: center; margin-top: 40px;}
.lastPage { display: inline-block; margin: auto; padding: 7px 20px; font-size: var(--f16); background: transparent; border: 1px solid var(--BorderColor); color: var(--FontColor_2); transition: var(--Transition);}
.lastPage {
    border: none;
    padding: 0px;
    color: #6E6E6E;
    font-weight: 500;
    font-family: "noto sans TC","poppins";
}
.lastPage:after {
    content: " ";
    background-image: url(https://pic03.eapple.com.tw/maiziliving/arrow_01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 53.6%;
    width: 37px;
    height: 25px;margin-top: 8px;}
.blog_in_page .lastPage{ color:#6E6E6E;}
@media screen and (max-width: 1660px) {
.news_related_list, .related_list { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr))}
}
@media screen and (max-width: 1500px) {
.lastPage:after {margin-left: 15px;   left: 54.6%;}

}
@media screen and (max-width: 1024px) {
.prod_related h6 {   width: 95%;}
.lastPage:after {   left: 56.6%;}
}
@media screen and (max-width: 700px) {

.lastPage:after {   left: 59.6%;}
}
@media screen and (max-width: 500px) {
.lastPage:after { margin-left: 25px;  left: 60.6%;  transform: scale(0.7); }
}
/*.lastPage:hover { color: var(--BackgroundColor); background-color: var(--MainColor); transition: var(--Transition);}
*/

/*--功能頁 頁碼---------------------------------------*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; line-height:30px; align-items: center; justify-content: center; border-radius: 100%;}
.page li.pre_page, .page li.next_page a:hover { background: var(--MainColor);}

.page li.active { }
.page li strong, .page li a { display: block; height: inherit; min-width: 30px; line-height: var(--LineHeight); padding: 0; color: #ccc; border: 1px solid var(--BorderColor); transition: var(--Transition);}
.page li strong:hover, .page li a:hover { background: var(--MainColor); border: 1px solid var(--MainColor);}

/*--手機版下方按鈕---------------------------------------*/
#bottom_menu { background: var(--MainColor);}
#bottom_menu li a { color: var(--MainColor);}
#bottom_menu li a i {  color: #f6f6f6;}
#bottom_menu li a em {
    color: #f6f6f6;
    font-family: "noto sans TC";
    font-weight: 200;
    letter-spacing: 0.08em;
    font-size: 10px;}
#bottom_menu li {  border-right: 1px solid #556f46;}
/*#bottom_menu li:first-child:nth-last-child(3) { width: 100%;}
#bottom_menu > li:not(#bottom_menu > li:first-child) { display: none;}手機板隱藏購物車、匯款通知*/

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
.news_related_list, .related_list {  max-width: 100%; width: 100%;}
}

@media screen and (max-width: 768px) {
  #to_top { bottom:10px;}
  .mobile_product_name { display: block; margin-bottom: 10px;  font-size: 22px;  color: #545454; font-family: "poppins", "noto sans TC";   font-weight: 400; display:none;}
  .news_related_list, .related_list {  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
  #bottom_menu li {  display: none;}
  /*首頁滾輪*/
  .module_i_news_list, .module_i_news_list.swiper{  overflow: scroll;}
}
  
@media screen and (max-width: 600px) {
.news_related_list, .related_list {  flex-direction: column;}	
}
@media screen and (max-width: 400px) {
.news_related_list, .related_list {  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));}
.related_list li a {  padding: 0px;}
.news_related_list li a p, .related_list li a p {  padding: 10px 0px 0px 0px;  font-size: 12px;}	
}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#content_main { margin: 0;}
.bannerindex { position:relative; height:auto; padding: 0;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 1024px) {
  /*無搜尋列
  .bannerindex { margin-top: 144px; background: var(--BackgroundColor);}*/

  /*有搜尋列
  .bannerindex { margin-top: 170px;}*/
}
@media screen and (max-width: 768px) {
  /*無搜尋列
  .bannerindex { margin: 70px 0 0; padding-bottom: 0;}*/

  /*有搜尋列
  .bannerindex{ margin: 117px 0 0; padding-bottom: 0;}*/
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*全版大圖
.pageIndex .swiper-fade .swiper-slide { position: relative; height: 100vh;}
.pageIndex .swiper-banner .swiper-slide img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}*/

/*大圖壓slogan*/
.pageIndex .swiper-slide::before, .pageIndex .swiper-slide::after { 
  content: '';
  clear: both;
  position: absolute;
  right: 5%;
  bottom: 15%;
  pointer-events: none;
  font-size: var(--f36);
  font-family: "noto sans TC", sans-serif;
  color: #FFF;
  z-index: 1;
}
/*.pageIndex .swiper-slide::after { bottom: 10%; font-size: var(--f28); font-weight: 300;}*/
.pageIndex .swiper-slide::after {  bottom: 12%;  font-size: var(--f18);  font-weight: 400;  letter-spacing: 1.2px;}
.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::before, .pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  -webkit-animation: FadeIn 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
  animation: FadeIn 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.sidebarBtn h2 {
    color: var(--MainColor);
    font-size: var(--f40);
    font-weight: 700;
    font-family: var(--SFontE);
    letter-spacing: 2px;
}
div#number_area {
    color: #545454;
    font-size: 17px;
    font-weight: 300;
    font-family: "poppins", "noto sans TC";
    margin-top: 8px;
}
.product_info li span{ display:none;}/*產品規格*/
.product_info li .txt_box {  display: inline-block;  vertical-align: top;  color: #222;  font-size: 14px; line-height: 1.6em;}
.toShare {  border-top: 1px solid #ccc; display:none;}
.sidebarBtn {   padding: 25px 30px;  vertical-align: top;border: none; background: transparent;width: 37%;}
.pageIndex .swiper-slide:nth-child(1)::before { font-size: var(--f40); font-family:"poppins"; content: 'Where furniture becomes art';}
.pageIndex .swiper-slide:nth-child(1)::after { font-family:"poppins";content: 'Curating Nordic design for inspired living';}

.pageIndex .swiper-slide:nth-child(2)::before {font-size: var(--f40);font-family:"poppins"; content: 'Where light shapes emotions';}
.pageIndex .swiper-slide:nth-child(2)::after { font-family:"poppins";content: 'Nordic craftsmanship that turns light into poetry';}
.product_main {  width: 58%;margin-right: 30px;}
.proImgSwiper li {  display: flex;  justify-content: left;  align-items: flex-start;}
.product_pic {  padding-left: unset;}
.product_info li {  position: absolute; top: 450px;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after { text-shadow: none; color: #e8e8e8;transform: scaleX(1.2);}
/*上浮淡入*/
@keyframes FadeIn { 0% { transform: translateY(10%); opacity: 0;} 100% { transform: translateY(0); opacity: 1;}}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1500px) {
.product_info li {   top: 350px;}
}
@media screen and (max-width: 1200px) {
.product_info li {   top: 250px;}
.product_main { width: 50%; margin-right: 5px;}
.sidebarBtn { width: 46%;}
}

@media screen and (max-width: 1024px) {
.pageIndex .swiper-slide::after {  bottom: 10%;}
.product_info li {   top: 190px;}
}
@media screen and (max-width: 880px) {
.product_info li .txt_box { font-size: 12px;}
.product_info li { top: 160px;}
}

@media screen and (max-width: 768px) {
  .pageIndex .swiper-fade .swiper-slide { position: relative; height: 100vh;}
  .pageIndex .swiper-banner .swiper-slide img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
  .pageIndex .swiper-slide::after {  bottom: 11%;  font-size: var(--f18);  font-weight: 400;  letter-spacing: 1.2px;}
  .pageIndex .swiper-slide:nth-child(1)::before { font-size: var(--f36); font-family:"poppins"; content: 'Where furniture becomes art';}
  .pageIndex .swiper-slide:nth-child(2)::before {font-size: var(--f36);font-family:"poppins"; content: 'Where light shapes emotions';}
  .product_info li{position:relative; top:unset;}
  .sidebarBtn {   padding: 25px 20px;  width: 100%;}
  .product_main {  width: 100%;}
}

@media screen and (max-width: 500px) {
  .pageIndex .swiper-slide::after {  bottom: 11%;  font-size: var(--f12);  font-weight: 400;  letter-spacing: 1px;}
  .pageIndex .swiper-slide:nth-child(1)::before { font-size: var(--f32); font-family:"poppins"; content: 'Where furniture becomes art';}
  .pageIndex .swiper-slide:nth-child(2)::before {font-size: var(--f32);font-family:"poppins"; content: 'Where light shapes emotions';}
  .pageIndex .swiper-slide::after{bottom:17%;text-align: right;letter-spacing: 0.2px;}
  .pageIndex .swiper-slide::before{bottom: 20%;}
  
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { position: relative; background: no-repeat top center; background-size: cover; background-image: url(https://pic03.eapple.com.tw/maiziliving/banB.png); padding: 50px 0 20px; height: auto;}

.banner h5 { position: relative; color: var(--MainColor); letter-spacing: var(--LetterSpacing_S); font-weight: 500; font-size: var(--f55); font-family: var(--SFontC); line-height: var(--LineHeight); /*text-transform: uppercase;*//*font-family: var(--SFontE);*/font-family: "noto san sTC", Playfair Display;}
.banner h5::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  font-size: var(--f20);
  text-align: center;
  font-family: var(--SFontC);
  font-weight: 600;
  letter-spacing: var(--LetterSpacing_S);
  color: #545454;
}
.banner.banA h5::before { content: "NEWS";}/*促銷方案*/
.other_select_page .banner.banA h5::before { content: "";}/*下拉編輯頁*/
.banner.banB h5::before { content: "貼心指南";}/*服務項目*/
.other_page .banner.banB h5::before { content: "與我們相遇";}/*其他編輯頁*/
.case_page .banner.banB h5::before { content: "";}/*施工實錄*/
.banner.banC h5::before { content: "";}/*聯絡表單*/
.album_a .banner.banE h5::before {
    content: " ";
    border-right: 1px solid;
    border-image: linear-gradient(181deg, #3b5a2a00, #3b5a2a, #3b5a2a00) 1;
    width: 150px;
    height: 53px;
    position: absolute;
    top: 127px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
}

.album_a .banner.banE h5::after {
    content: "From concept to home —\Areal moments captured by our customers.";
    color: #444;
    display: block;
    font-size: 16px;
    font-family: "poppins";
    width: 100%;
    text-align: center;
    line-height: 1.8em;
    margin: 0 auto;
	white-space: pre;
	margin-top: 70px;
}
.album_a .banner.banE h5 s::before{
content: "Projects ";
font-family:Playfair Display;
}
.product_page .banner.banF h5::before {
    content: " ";
    border-right: 1px solid;
    border-image: linear-gradient(181deg, #3b5a2a00, #3b5a2a, #3b5a2a00) 1;
    width: 150px;
    height: 53px;
    position: absolute;
    top: 127px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
}

.product_page .banner.banF h5::after {
    content: "Curated selections that \A bring warmth and simplicity into everyday living.";
    color: #444;
    display: block;
    font-size: 16px;
    font-family: "poppins";
    width: 100%;
    text-align: center;
    line-height: 1.8em;
    margin: 0 auto;
	white-space: pre;
	margin-top: 70px;
}
.article_a .banner.banblog h5::before {
    content: " ";
    border-right: 1px solid;
    border-image: linear-gradient(181deg, #3b5a2a00, #3b5a2a, #3b5a2a00) 1;
    width: 150px;
    height: 53px;
    position: absolute;
    top: 127px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
}

.article_a .banner.banblog h5::after {
    content: "Stories and updates from our world of design.";
    color: #444;
    display: block;
    font-size: 16px;
    font-family: "poppins";
    width: 100%;
    text-align: center;
    line-height: 1.8em;
    margin: 0 auto;
	white-space: pre;
	margin-top: 70px;
}
.album_class_page .banner.banE h5::after, .album_info_page .banner.banE h5::after  { display:none;}
.blog_in_page .banner h5  { display:none;}
.blog_in_page .banner { height: 0px;min-height: 180px;}
/*.album_class_page .banner.banE h5::after { content: "Projects";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  font-size: var(--f55);
  text-align: center;
  font-family: var(--SFontE);
  font-weight: 600;
  letter-spacing: var(--LetterSpacing_S);
  color: #3b5a2a;
}*/
.subalbum-menu { text-align: center;}
.album_class_page .other_subalbum {  margin-top: 70px;}
/*.album_a .banner.banE h5::before { content: "家的日常";}/*相簿管理01*/
.album_b .banner.banE h5::before { content: "";}/*相簿管理 02*/
/*.banner.banF h5::before { content: "匠心之選"; display:none;}/*店家商品*/
/*.article_a .banner.banblog h5::before { content: "生活誌";}/*文章管理01*/
/*.article_b .banner.banblog h5::before { content: "";}/*文章管理02*/
.banner {  height: 395px;}
.banner.banA { background-image: url(https://pic03.eapple.com.tw/maiziliving/banner_page.png);}/*促銷方案*/
.other_select_page .banner.banA { background-image: url(https://pic03.eapple.com.tw/maiziliving/banner_page.png);}/*下拉編輯頁*/
.banner.banB { background-image: url(https://pic03.eapple.com.tw/maiziliving/banner_page.png);}/*服務項目*/
.other_page .banner.banB { background-image: url(https://pic03.eapple.com.tw/maiziliving/banner_page.png);}/*其他編輯頁*/
.case_page .banner.banB { background-image: url(https://pic03.eapple.com.tw/maiziliving/banner_page.png);}/*施工實錄*/
.banner.banC { background-image: url(https://pic03.eapple.com.tw/maiziliving/banner_page.png);}/*聯絡表單*/
.banner.banE { background-image: none;}/*相簿管理*/
.banner.banF { background-image: none;}/*店家商品*/
.product_info_page .banner, .product_info_page .banner{  height: 0px; min-height: 100px;}
.product_info_page .banner h5{ display:none;}
.banner.banblog { background-image: none;}/*文章管理*/

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
  .banner {  padding: 0px 0 10px;}
}

@media screen and (max-width: 768px) { 
  .banner { padding: 0px 0 0;  height: 350px;}
  .blog_in_page .banner { min-height: 70px;}
  .prod_related h6, .news_related h6 { width: 100%;}
  
}
@media screen and (max-width: 600px) { 
.banner h5::before {   top: -22px;}
.album_a .banner.banE h5::after { font-size: 12px;}
.product_page .banner.banF h5::after { font-size: 12px;}
.article_a .banner.banblog h5::after { font-size: 12px;}
.banner h5::after { font-size: 12px;}
.banner h5 {  font-size: 30px;}
.album_a .banner.banE h5::before { top: 87px;  height: 35px;}
.product_page .banner.banF h5::before { top: 87px;  height: 35px;}
.article_a .banner.banblog h5::before { top: 87px;  height: 35px;}
}
@media screen and (max-width: 450px) { 
.album_a .banner.banE h5::after {  font-size: 12px;  white-space: break-spaces;  margin-top: 70px; padding: 0px 10px;}
.product_page .banner.banF h5::after {  font-size: 12px;  white-space: break-spaces;  margin-top: 70px; padding: 0px 10px;}
.article_a .banner.banblog h5::after {  font-size: 12px;  white-space: break-spaces;  margin-top: 70px; padding: 0px 10px;}
.banner h5{margin-top: 70px;}
.blog_in_page h4.blog_category_title {  font-size: 25px;}
}
/* = = = header / 電腦漢堡選單 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*header*/
.header_area { position: fixed; background: transparent; padding: 0;}
.header_area.sticky { background: transparent;}
/*.header_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  opacity: .6;
  pointer-events: none;
  transition: var(--Transition);
}
.header_area.sticky::before { height: 100%; transition: var(--Transition);}*/

.main_header_area .container { width: 96%; max-width: 1980px;}
.navigation { grid-template-columns: 200px 1fr; height: 100px;}

.header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
  display: block; position: fixed; top: 14px; right: 1%; pointer-events: all; z-index: 99999; transition: var(--Transition);}

/*logo*/
.header_area .nav-header { position: relative; max-width: 100%; width: 100%; height: 100%; z-index: 99; transition: var(--Transition);}
.header_area.sticky .nav-header { transition: var(--Transition);}
.header_area .nav-header::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/maiziliving/logo.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.nav-brand { width: 100%; height: 100%;}
.nav-brand img { display: none;}

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: var(--MainColor);}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: var(--MainColor);}

.me_tp_features { margin: 0; padding: 7px 0;}
.me_tp_features a { color: var(--FontColor_1);}/*購物車搜尋欄*/

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*--menu---------------------------------------*/

/*選單*/
.stellarnav { position: fixed; width: 50vw; height: 100%; top: 0; right: 0; z-index: 5; pointer-events: none; transition: var(--Transition);}
.stellarnav.active { padding: 0; pointer-events: all;}
.stellarnav > ul, .stellarnav.mobile > ul { display: grid !important; grid-template-columns: repeat(2,1fr); opacity: 0; height: 100%; padding: 200px 8% 60px; transition: var(--Transition);}
.stellarnav > ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  animation: nav-left 0.3s forwards reverse;
}
.stellarnav.active > ul, .stellarnav.mobile.active > ul { display: grid !important; grid-template-columns: repeat(2,1fr); opacity: 1; padding: 150px 14% 50px; transition: var(--Transition);}
.stellarnav.active > ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--SubColor_1);
  backdrop-filter: blur(8px);
  animation: nav-left 0.5s forwards;
}
.stellarnav > ul > li.drop-left > ul { left: 0;}

@keyframes nav-left { 0%{ width:  0;} 100%{ width:  100%;}}

/*選單項目*/
.stellarnav > ul:hover > li { opacity: 0.7; transition: var(--Transition);}
.stellarnav > ul > li { margin: 0 10px; transition: var(--Transition);}
.stellarnav > ul:hover > li:hover { opacity: 1; transition: var(--Transition);}

.stellarnav > ul > li > a {font-weight:500; color:var(--FontColor_1);}
.stellarnav > ul > li > a b { font-family:"poppins";  font-weight: 600; padding: 0; color: var(--FontColor_1); font-size: var(--f16); text-align: left;letter-spacing: 0.03em;}
.stellarnav li > a b:last-of-type { font-family: var(--SFontE); font-weight: 500;letter-spacing: 0.02em;}/*第二格名稱*/
.stellarnav > ul > li:hover > a b { color: var(--MainColor);font-family:"noto sans TC"; }

/* 選單線條 */
.stellarnav .menu-toggle { text-align: center;}
.stellarnav .menu-toggle::after { display: none;}

.stellarnav .menu-toggle span.bars { top: 0; display: flex; flex-direction: column; align-items: flex-end; padding: 10px 16px;}
.stellarnav .menu-toggle span.bars::before { content: "MENU"; font-size: 13px; color:var(--MainColor); font-family: var(--SFontC); margin-bottom: 5px; margin-right: 3px;}

.stellarnav .menu-toggle span.bars span { display: block; position: relative; width: 40px; height: 2px; background: var(--MainColor); margin: 0 0 8px; transition: var(--Transition);}

.stellarnav .menu-toggle:hover span.bars span:nth-child(1) { transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.stellarnav .menu-toggle span.bars span:nth-child(2) { opacity: 1; width: 25px; transition: all 1s;}
.stellarnav .menu-toggle span.bars span:nth-child(3) { opacity: 1; width: 40px; transition: all 1s;}
.stellarnav .menu-toggle:hover span.bars span:nth-child(1), .stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) { width: 0px; transition: all 1s;}
.stellarnav .menu-toggle:hover span.bars span:nth-child(2){ width: 40px; transition: all 1s;}

/* 選單線條 關 */
.stellarnav.active .menu-toggle:hover span.bars span:nth-child(1) { transform: rotate(-49deg); left: 0px; top: 20px; background: var(--MainColor); width: 40px; transition: all 1s;}
.stellarnav.active .menu-toggle:hover span.bars span:nth-child(2) { opacity: 0; transition: all 1s;}
.stellarnav.active .menu-toggle:hover span.bars span:nth-child(3) { transform: rotate(225deg); background: var(--MainColor); width: 40px; transition: all 1s;}

/*下拉箭頭*/
.stellarnav > ul > li.has-sub > a:after { border-top: 6px solid var(--FontColor_1);}
.stellarnav > ul > li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}

/*--下拉選單---------------------------------------*/

/*下拉超過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;}
*/

/*電腦版選單 / 統一設定*/
.stellarnav.desktop li.bigMenu > ul { background: transparent;}
.stellarnav ul ul { background: transparent; display: block !important;top: 35px;}
.stellarnav li li { background: transparent; border: none; margin: 0 0 5px 10px;  border-left: 1px solid #9f9f9f;}
.stellarnav li li a {  font-size: var(--f14);  color: var(--FontColor_1);  font-weight: 300;  font-family: "noto sans TC";}
.stellarnav li a {  padding: 0px 10px;  margin: 10px 0px;  letter-spacing: 0.08em; display: block;}
/*箭頭
.stellarnav li.drop-left li.has-sub:hover > a:after { border-right: 6px solid #FFF;}*/

/*電腦版選單 / 第一層*/
.stellarnav li > ul:hover > li { opacity: .6; transition: var(--Transition);}
.stellarnav li > ul:hover > li:hover { opacity: 1; transition: var(--Transition);}

/*電腦版選單 / 第二層*/
.stellarnav li > ul > li > ul:hover > li { opacity: .6; transition: var(--Transition);}
.stellarnav li > ul > li > ul:hover > li:hover { opacity: 1; transition: var(--Transition);}

/*--手機版選單---------------------------------------*/

.stellarnav.mobile ul { background: transparent;}
.stellarnav.mobile.left > ul { top: -2px; left: auto; right: 0; padding: 100px 4px 60px; max-width: 100%; width: 100%;}
.stellarnav.mobile > ul > li { border: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: none; position: absolute; background: transparent; color: var(--FontColor_1);}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 2px var(--FontColor_1); top: 7px; right: 3px;}

/* + */
.stellarnav.mobile > ul > li > a.dd-toggle { }
.stellarnav a.dd-toggle .icon-plus { }
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--FontColor_1);}

/*分類*/
.stellarnav.mobile li.open { background: var(--BackgroundColor);}
.stellarnav.mobile li.open li.open { background: var(--BackgroundColor);}
.stellarnav.mobile li > ul:hover > li { opacity: 1;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
  /*header*/
  .header_area::before { height: 100%;}
  .header_area.sticky::before { height: 100%;}
  .navigation { height: auto;}

  /*logo*/
  .header_area .nav-header { width: 200px; margin: 30px auto 0 0;}
  .header_area .nav-brand { width: 100%; height: 35px;}

  /*menu*/
  .stellarnav { padding: 20px 0 0;}
}

@media screen and (max-width: 768px) {
  /*header*/
  .pageIndex .header_area { transition: var(--Transition);background: linear-gradient(to top, #00000000, #0000005e);}
  .header_area { transition: var(--Transition);background: none;}
  .header_area.sticky { position: fixed; transition: var(--Transition);}
  .header_area::before, .header_area.sticky::before { display: none;}

  /*menu*/
  .header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { top: 0;}
  .stellarnav { padding: 0;}
  .stellarnav.mobile > ul > li > a b:last-of-type { display: none;}
  .stellarnav .menu-toggle span.bars::before { color: #5e7d50;font-size: 12px;}
  .stellarnav.mobile li.open {  background: #f3f0e7;  border-radius: 5px;}
  .stellarnav .menu-toggle span.bars span { background: #5e7d50;margin: 0 0 5px;}
  .header_area .nav-header { margin: 25px auto 0 10px;}
  .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 2px #333;}
  .stellarnav li li a{ color:#333;}
  .stellarnav.mobile li a {  border-bottom: none;}
  .stellarnav ul ul {  top: 0px;}
}
@media screen and (max-width: 400px) {
.header_area .nav-brand {   width: 100%;   height: 30px; }
.stellarnav.active > ul, .stellarnav.mobile.active > ul { grid-template-columns: repeat(1, 1fr);}
.stellarnav.mobile.left > ul { padding: 50px 4px 0px;}
.stellarnav li li a { font-size: var(--f12);}
.stellarnav.mobile > ul > li > a {  padding: 5px 43px 5px 10px;}
.stellarnav ul ul { top: -8px;}
}
/* = = = footer 04 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer { background: no-repeat center; padding-top: 566px; background-image: url(https://pic03.eapple.com.tw/maiziliving/footer.png);background-size: cover;}
.footer .center { width: 96%; max-width: 1980px;}
.footer_info { opacity: 0; pointer-events: none; position: relative; grid-template-columns: 1fr; z-index: 3; padding: 0; margin-right: 80px;}
.footer_info ul { width: 100%; display: flex; align-items: flex-start; justify-content: space-between;}
.footer_info li{padding-top: 0;}
.footer_info li:nth-child(1) { width: 100%; position: relative;}
.footer_info li:nth-child(2) { width: 100%;}

/*logo*/
.footer_logo { position: relative; width: 100%;}
.footer_logo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30%;
  border-bottom: 1px solid var(--BorderColor);
  width: calc(100% - 200px);
}
.footer_logo a { position: relative; display: inline-block; max-width: 100%; width: 150px; height: 60px;}
.footer_logo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/maiziliving/logo.svg) no-repeat center;
  background-size: contain;
}
.footer_logo img { display: none; max-width: 100%;}

/*footer info*/
.footer_info li+li { margin: 0;}
.footer_info .list_before li::before { position: relative; display: inline-block; width: auto;}
.footer_info li p { color: var(--FontColor_1); line-height: 2;}
.footer_info li p a { color: inherit;}

/*footer menu*/
.footer_menu { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: 100%;}
.footer_menu a { margin: 0; text-align: center; padding: 5px; line-height: initial; background: transparent; color: var(--FontColor_2); border: 1px solid var(--BorderColor); letter-spacing: 1px; border-radius: 100px; transition: all 0.3s;}
.footer_menu a:first-child { display: none;}
.footer_menu a:hover { background: var(--MainColor); color: var(--SubColor_1);}

/*icon*/
.box_link { flex-wrap: nowrap; flex-direction: row; align-items: flex-end; bottom: 0; right: 2%; text-align: right; order: 2; transition: var(--Transition);}

.box_link a {  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--FontColor_1);
  border-radius: 100%;
  padding: 8px 10px;
  margin-bottom: 9px;
  font-size: var(--f16);
  border: 1px solid var(--BorderColor);
  transition: all 0.3s;
}
.box_link a:hover { background: #2E2B26; transition: all 0.3s;}
.box_link i { display: flex; flex-direction: row; width: max-content; align-items: center; color: var(--FontColor_1);}

/*box_link圖片設定*/
.box_link i::before {
  content: '';
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.box_link i.fa-facebook-f:before { background-image: url(https://pic03.eapple.com.tw/maiziliving/icon_fb.svg);}
.box_link i.fa-line:before { background-image: url(https://pic03.eapple.com.tw/maiziliving/icon_line.svg);}
.box_link i.fa-instagram:before { background-image: url(https://pic03.eapple.com.tw/maiziliving/icon_ig.png);}
.box_link i.fa-mobile-screen-button::before { background-image: url(https://pic03.eapple.com.tw/maiziliving/icon_phone.png);}
.box_link i.fa-phone-volume::before { background-image: url(https://pic03.eapple.com.tw/maiziliving/icon_tel.png);}
.box_link i.fa-envelope::before { background-image: url(https://pic03.eapple.com.tw/maiziliving/icon_mail.png);}

/*box_link順序調整*/
.box_link a.me_tp_call { order: 2;}
.box_link a.me_tp_fb { order: 3;}
.box_link a.me_tp_line { order: 1;}
.box_link a.me_tp_mail { order: 5;}
.box_link a.me_tp_ig { order: 4;}

/*版權*/
.copy { display: none; position: relative; z-index: 2; color: var(--FontColor_3); border: none; padding: 10px 0; text-align: right; margin: 0 auto;}
.copy a { color: var(--FontColor_3); transition: var(--Transition);}
.copy a:hover { color: var(--FontColor_3); opacity: .6; transition: var(--Transition);}

/*側邊浮動按鈕*/
.info_fix { z-index: 99;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1900px) {
.stellarnav.active > ul, .stellarnav.mobile.active > ul {  padding: 50px 14% 50px;}
}
@media screen and (max-width: 1200px) {
.stellarnav li li a { font-size: var(--f12);}
.stellarnav ul ul {  top: 27px;}
}
@media screen and (max-width: 1024px) {
  /*footer menu*/
  .footer_menu { display: grid; grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width: 768px) {
  /*footer*/
  .footer_info ul { flex-direction: column; gap: 20px;}

  /*footer menu*/
  .footer_menu { display: grid; grid-template-columns: repeat(2, 1fr);}

  /*icon*/
  .box_link { top: 0;}

  /*版權*/
  .copy { padding: 30px 0; width: 90%; text-align: center;}

  /*底部按鈕*/
  .footer.with_shopping_mode { padding:30px 0 70px;}
  /*選單*/
  .stellarnav ul ul { top: 0px;}
}

@media screen and (max-width: 600px) {
  .footer_info ul { flex-direction: column;}
  .stellarnav.active > ul, .stellarnav.mobile.active > ul { padding: 50px 5% 44px;}
}
@media screen and (max-width: 500px) {
.stellarnav.active > ul, .stellarnav.mobile.active > ul {  padding: 50px 0% 44px;}
}
/* = = = 商品頁面 / 模組預設 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1800px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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; /*border-right: 1px solid #ccc;*/ min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
.products-list {  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));grid-gap: 30px;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:0px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition: var(--Transition);}
.product-layer-two li li a { padding: 5px 10px; transition: var(--Transition);}
.product-layer-two li a {   background: transparent; color: #3b5a2a; font-weight: 400;border: none;font-family: "noto sans TC", "poppins";padding: 9px 16px;}
.product-layer-two > li:after {  content: "";  width: 4px;  height: 4px;  background-color: #3b5a29;  position: absolute;  right: 0%;  bottom: -8%; rotate: 45deg;}
.product-layer-two li li:hover > a { background:#fff; color:var(--MainColor); border-bottom: 1px solid #d9d9d9;transition: var(--Transition);}
.product-layer-two > li {   width: 100%;   max-width: 100%;   padding: 0;   text-align: left;   border-bottom: solid 1px;   padding-bottom: 0px;   border-left: 1px solid;   border-bottom: 1px solid;   border-image: linear-gradient(136deg, #3b5a2a00, #7d9573, #3b5a29) 1;  margin-top: 10px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 10px; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%); transition: var(--Transition);}
.product-layer-two li li:hover > a:before { background: var(--MainColor); transition: var(--Transition);}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.products-list .name {  font-size: 16px;  color: #000; margin-top: 10px;  font-family: "poppins", "noto sans TC";height: 2em;}
.products-list .name .numbering { display: block;  font-size: 12px;  color: #545454;  font-family: "poppins", "noto sans TC";display:none;}/*型號隱藏*/
.products-list .more {  border: 1px solid #cecece;  color: #939393;  letter-spacing: 2px;  font-size: 14px; font-weight: 600; display:none;}/*詳細資訊隱藏*/
.products-list .item a:hover .more { background: #545454;}
.product_info_page .edit { margin: auto; padding: 20px 0;font-family: "poppins","noto sans TC"; letter-spacing: 0.5px;  color: #545454;}
.products-list .pic {   height: 570px;}
.products-list .item a {  padding-bottom: 0px;}
.product-layer-two li.active a {  border: none;}
/*--RWD---------------------------------------*/
@media screen and (max-width: 1900px) {
.products-list .pic {   height: 550px;}
}
@media screen and (max-width: 1800px) {
.products-list { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));}
}
/*@media screen and (max-width: 1600px) {
.products-list .pic { height: 480px;}
}*/
@media screen and (max-width: 1600px) {
.products-list .pic {  height: 450px;}
}
@media screen and (max-width: 1500px) {
.products-list {  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.products-list .pic {  height: 420px;}
}
@media screen and (max-width: 1300px) {
.products-list {  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.products-list .pic {  height: 350px;}
}
@media screen and (max-width: 1100x) {
.products-list .pic {  height: 400px;}
}
@media screen and (max-width: 980px) {
.products-list .pic {  height: 310px;}
}
@media screen and (max-width: 850px) {
.products-list .pic {  height: 280px; }
}
@media screen and (max-width: 800px) {
.products-list .pic {  height: 480px; }
.products-list {  grid-gap: 15px;}
}
@media screen and (max-width: 768px) {
  .products-list .pic {  height: 280px; }
  .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;}
  .product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 750px) {
  .products-list .pic {  height: 380px; }
}
@media screen and (max-width: 650px) {
  .products-list .pic {  height: 350px; }
}
@media screen and (max-width: 600px) {
.product-layer-two li a {  padding: 7px 8px;}
.product-layer-two li.active a {  font-weight:400; border: 1px #ffffff solid; background-color: #f6f3ee;font-size: 14px; font-weight: 500;}
.product_menu_list a.pd_menu_toggle{ color:#545454;}
.product-layer-two li.active a {  font-weight:400; border: 1px #ffffff solid; background-color: #f6f3ee;}
.product_page .product_menu_list > h5 {  display: block;   font-size: 20px;  font-family: "noto sans TC";  font-weight: 400;  color: #222;}
.product_page .main_part {  padding: 20px 25px 10px;}
}
@media screen and (max-width: 500px) {
  .products-list .pic {  height: 480px; }
}
@media screen and (max-width: 400px) {
  .products-list .pic {  height: 360px; }
}
/* = = = 商品訂購/詢價 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*按鈕*/
.total_amount .rewrite_simple, .total_amount .send_simple { font-size: var(--f16);}
.rewrite_simple { background: var(--FontColor_3) url(../images/simple_left.png) 10% center no-repeat; /*background-color: var(--SubColor_2);*/ transition: var(--Transition);}
.send_simple { background: var(--MainColor) url(../images/simple_right.png) 88% center no-repeat; transition: var(--Transition);}
.rewrite_simple:hover, .send_simple:hover { opacity: .6; transition: var(--Transition);}

/*--購物車---------------------------------------*/

/*商品列表*/
.shopping-cart .cart_head { }
.shopping-cart .cell { font-size: var(--f16); color: var(--FontColor_1);}
.shopping-cart .cell.product_name p { color: var(--FontColor_1); font-size: var(--f16);}
.fa-lg { color: var(--FontColor_1);}
#prod_thumbSwiper{ display:none;}/*輪播圖片*/
#prod_thumbSwiper .swiper-slide::before{background: #00000066;}
.product-layer-two li:hover {  background-color: #3b5a2a;  transition: .5s all;  border-radius: 0px 50px 0px 0px;}
.product-layer-two li:hover a {  color: #fff;  transition: .5s all;  background-color: #3b5a2a; border-radius: 0px 50px 0px 0px;border:none;}

/*小計*/
.total_amount li:nth-child(1), .total_amount li:nth-child(2) { color: var(--FontColor_1); font-size: var(--f16);}

/*匯款資料*/
.car_page .information_left { display: block; margin: 20px 0 0;}
.car_page .blank_letter.i { position: relative; color: var(--FontColor_1); font-size: var(--f24); padding: 0;}
.car_page .blank_letter.i::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 200px);
  height: 1px;
  background: var(--BorderColor);
}
.list_before.account li { color: var(--FontColor_1); font-size: var(--f15);}
.contact_le_map { display: none; background: var(--MainColor);}/*聯絡表單*/

.car_page .animated-arrow svg { margin-left: 10px; transition: var(--Transition);}
.car_page .animated-arrow:hover svg { margin-left: 20px; transition: var(--Transition);}

/*--訂購資料---------------------------------------*/

/*訂購資料*/
.formbox_form li .form__label { color: var(--FontColor_1); font-size: var(--f15);}
.form label { display: flex; align-items: center; color: var(--FontColor_1); font-size: var(--f15);}/*單選*/
.border200 { color: #444;}
.form label.Bigcheck { display: flex; align-items: center; color: var(--FontColor_1); font-size: var(--f15);}/*同訂購人*/

/*小計*/
.total_amount li { color: var(--FontColor_1); font-size: var(--f16);}
.total_amount li input[name=DiscountCode] { color: #444;}/*折扣碼*/
.total_amount li#DiscountStr span { color: var(--RedFont);}/*折扣碼使用狀況*/
.total_amount li.red { color: var(--RedFont);}

/*確認訂購*/
.declaration { background: var(--MainColor); border-radius: 10px;}

/*--訂單成立---------------------------------------*/

/*按鈕*/
.pay_text a.animated-arrow { background: var(--SubColor_2);}

/*匯款*/
.order_pay .blank_letter, .order_pay .information_left { color: var(--FontColor_1); font-size: var(--f24);}
.pay_text a { border: 1px solid var(--BorderColor); font-size: var(--f16); transition: var(--Transition);}
.pay_text a:first-child:hover { background: #07C105; transition: var(--Transition);}
.pay_text a:last-child:hover { background: var(--MainColor); transition: var(--Transition);}

/*商品訂單*/
.order_list_tit b { color: var(--MainColor); font-size: var(--f28);}
.order_list_tit span { color: var(--FontColor_3); font-size: var(--f12);}

.order_list_tab tbody { border: 1px solid var(--BorderColor);}
.order_list_tab td { color: var(--FontColor_1); font-size: var(--f15); border-top: 1px solid var(--BorderColor);}
.order_list_tab td:nth-child(1) { color: #444; font-size: var(--f15);}
.order_list_tab td:last-of-type { border-bottom: 1px solid var(--BorderColor);}

.payer { background: transparent;}

/*購物清單*/
.order_list_head p { color: var(--MainColor); font-size: var(--f28); border-bottom: none;}

.order_list_pro tr:first-child { background: var(--MainColor);}
.order_list_pro tr:first-child td { color: var(--FontColor_1); font-size: var(--f14);}

.order_list_pro td { color: var(--FontColor_1); font-size: var(--f14);}

/*總計*/
.last_box_money p, .last_box_money em { color: var(--FontColor_1); font-size: var(--f15);}
.last_box_money em span { color: var(--RedFont); font-size: var(--f28);}

/*回首頁*/
.order_finish_page .lastPage { background: var(--MainColor); color: #FFF; transition: var(--Transition);}
.order_finish_page .lastPage:hover { border-radius: 10px; transition: var(--Transition);}

/*--匯款頁面---------------------------------------*/

/*--RWD---------------------------------------*/
@media screen and (max-width: 768px) {}

/* = = = 文章管理 01 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--文章管理 / 共同設定---------------------------------------*/

/*文章列表*/
.module_i_news li:nth-of-type(n+3) { display: none;}
.module_i_news li, .subbox_item { position: relative; width: 100%; border: none;}
.module_i_news li a, .subbox_item a { display: block; width: 100%; height: 100%; padding: 0px;}
.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none; pointer-events: none;}

.module_i_news li::before, .subbox_item::before { 
  content: 'READ MORE';
  position: absolute;
  z-index: 19;
  bottom: 0;
  right: 0;
  font-size: var(--f12);
  color: var(--MainColor);
  pointer-events: none;
  transition: all .5s;
  font-weight:500;
}
.module_i_news li::after, .subbox_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 81%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/maiziliving/blog_line.png) no-repeat bottom left;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
  transition: all .5s;
}
.subbox_item::after { width: 75%;}
/*.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 1; left: 0; width: 100%; transition: all .5s;}*/
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 1; transition: var(--Transition);}

/*文章呈現*/
.i_blog_ri, .blog_list_ri { padding: 20px 0 40px 40px;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 81%;}
.i_blog_le, .blog_list_le { aspect-ratio: 3 / 3.7; overflow: hidden; width: 87%; margin: 0px 0px 6px 66px;}/*文章縮圖長寬比例*/
.module_i_news li a img, .subbox_item a img { transition: .5s ease-in-out;}
.module_i_news li a:hover img, .subbox_item a:hover img { transform: scale(1.1); transition: .5s ease-in-out;}

.i_blog_ri h5, .blog_list_ri h5 { color: var(--FontColor_1); font-size: var(--f24); letter-spacing: 0.01em; font-weight: 500; margin-bottom: 12px; -webkit-line-clamp: 1;  font-family: "poppins", "noto sans TC";}
.i_blog_ri em, .blog_list_ri em { color: #AEAEAE; font-size: var(--f14);}
.i_blog_ri p, .blog_list_ri p { color: var(--FontColor_2); font-size: var(--f15); -webkit-line-clamp: 3; letter-spacing: 0px;font-family:"poppins","noto sans TC";line-height: 1.65em;}


.blog_page .module_i_news li::after, .subbox_item::after{    background: none;}
.blog_page .i_blog_le, .blog_list_le {  width: 100%; margin: 0px 0px 6px 0px;}
.blog_page .i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.blog_page .i_blog_ri, .blog_list_ri {  padding: 10px 0 40px 0px;}
.blog_page .i_blog_ri h5, .blog_list_ri h5 {  margin-bottom: 0px;}
.blog_page .i_blog_ri p, .blog_list_ri p {  margin-top: 15px;}
.blog_page .module_i_news li::before, .subbox_item::before{ display:none;}
.blog_le { margin-right: 80px;}
.blog_ri { width: calc(100% - 330px);}
@media screen and (max-width: 1200px) {

.blog_ri { width: calc(100% - 390px);}
}
@media screen and (max-width: 768px) {
.module_i_news li:nth-of-type(n+3) {  display: block;}
}
@media screen and (max-width: 400px) {
.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 92%;}
.i_blog_ri, .blog_list_ri { padding: 20px 0 40px 20px;}
}
/*--文章管理 / 首頁---------------------------------------*/

/*列表*/
.module_i_news ul { max-width: 100%; width: 100%; display: grid; gap: 17.5%; grid-template-columns: repeat(2,1fr);}
/*.module_i_news ul li:nth-of-type(n+4) { display: none;}*/

/*按鈕*/
.i_blog_b { display: none;}
.i_blog_b a.animated-arrow { background: transparent; border-radius: 15px; transition: var(--Transition);}
.i_blog_b a.animated-arrow:hover { background: transparent;}
.i_blog_b a.animated-arrow b { color: var(--FontColor_3); font-weight: normal; letter-spacing: 3px; transition: var(--Transition);}
.i_blog_b a.animated-arrow:hover b { transition: var(--Transition);}
.i_blog_b a.animated-arrow i { color: var(--FontColor_3);}

/*--文章管理 / 外---------------------------------------*/

.blog_page .main_part, .blog_in_page .main_part  { max-width: 1600px; width: 96%;}

/*列表搜尋*/
h5.blog_le_t { display: none;}
.blog_search{ display: none;}
/*分類*/
.blog_le .accordion { border-radius: 0px;border: none;padding:5px;}
.blog_le .accordion > li { transition: var(--Transition);padding-bottom: 0px;  border-left: 1px solid;   border-bottom: 1px solid;  border-image: linear-gradient(136deg, #3b5a2a00, #7d9573, #3b5a29) 1;  margin-top: 10px;}
.accordion li+li .link {  border-top: none;}
.blog_le .accordion > li:hover { background: var(--MainColor) !important; transition: var(--Transition);border-radius:0px 50px 0px 0px ;}
.blog_le .accordion > li.open:hover { background: var(--BackgroundColor) !important; transition: var(--Transition); }
.blog_le .accordion > li.on_this_category { background: var(--MainColor) !important; transition: var(--Transition); border-radius:0px 50px 0px 0px ;}
.blog_le .accordion > li a { color: #3b5a2a; font-weight: normal;}
.blog_le .accordion > li > i { color: var(--FontColor_1);}
.blog_le .accordion > li .link { padding: 0;}
.blog_le .accordion > li .link:last-child { border-bottom: none;}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { margin-right: 0px; transition: var(--Transition);  font-weight: 800;font-size: 16px;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background: transparent; color: #fff!important;  font-weight: 400;  border: none; font-family: "noto sans TC", "poppins"; border-radius:0px 50px 0px 0px; transition:.5s all; }
/*.blog_le .accordion > li:after{content: "";
    width: 4px;
    height: 4px;
    background-color: #3b5a29;
    position: absolute;
    right: 0%;
    bottom: -4%;
    rotate: 45deg;
    z-index: 999999;}*/

.blog_le .accordion > li .link:after{content: "";
    width: 4px;
    height: 4px;
    background-color: #3b5a29;
    position: absolute;
    right: 0%;
    bottom: -4%;
    rotate: 45deg;}
.accordion li .link a {  padding: 10px;}
/*下拉箭頭*/
.blog_le .accordion li .link i { color: var(--FontColor_2);}
.fa-chevron-down::before {
  content: '';
  width: 12px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: var(--FontColor_2);
}
.accordion li:hover .fa-chevron-down::before, .accordion li.open .fa-chevron-down::before, .on_this_category .fa-chevron-down::before { background: #FFFFFF;}

/*次分類*/
.blog_le .accordion .open li { background: #FFFFFFAA !important;}
.open .link { background: var(--MainColor);}
.open .link a { color: var(--BackgroundColor) !important;}
.submenu { background: transparent;}
.submenu li.on_this_category a { background: var(--SubColor_1);}

/*次分類展開*/
.blog_le .accordion > li.on_this_category ul li a { color: #FFFFFF;}
.blog_le .accordion > li.on_this_category ul li:hover a { color: #FFFFFF; background: var(--SubColor_1);}
.blog_le .accordion > li.on_this_category ul li a i::before { color: #FFFFFF}

.blog_le .accordion > li.on_this_category ul li.on_this_category a { background: var(--SubColor_1);}

/*次分類 hover*/
.submenu:hover li a { color: var(--FontColor_1); opacity: .3;}
.submenu:hover a:hover { color: var(--FontColor_1); background: transparent; opacity: 1;}
.submenu:hover li a::before { background: var(--FontColor_3); transition: var(--Transition);}
.submenu:hover li:hover a::before { background: var(--FontColor_3); transition: var(--Transition);}

/*分類/文章標題*/
h4.blog_category_title { font-size: var(--f24); letter-spacing: 1px; color: var(--MainColor); border-bottom: 1px var(--BorderColor) solid;margin-bottom: 40px;padding: 5px 0; display:none;}
.blog_in_page h4.blog_category_title {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #4E4E4E;
    border-bottom: 1px var(--BorderColor) solid;
    margin-bottom: 20px;
    padding: 5px 0;
    display: block;
}
/*文章列表*/
.blog_subbox { margin: auto; display: grid; grid-template-columns: repeat(2,1fr);grid-gap: 50px 120px;}
.blog_subbox:before { content:none;}
.blog_search input[type=search]{border-radius: 5px;background-color: #eeeae1;  color: #555;  border: solid 1px #9d9d9d;}

/*--文章管理 / 內---------------------------------------*/

.blog_box { max-width: 1600px; margin: auto;}
.blog_box_edit { color: var(--FontColor_1); max-width: 100%; margin: auto;}
.blog_box_edit .edit { margin: 0;}
.blog_box_edit .edit a { color: var(--FontColor_1);}
.blog_shareData { display:none;}
/*封面圖*/
.blog_box_edit .articel_mainPic { }
.articel_mainPic img { display: none; margin: auto;}

/*回列表*/
.blog_back a.article_btn_back { background: var(--MainColor); border: 1px solid var(--SubColor_1); transition: var(--Transition);}
.blog_back a.article_btn_back:hover { background: var(--FontColor_1); border-color: var(--FontColor_1); transition: var(--Transition);}

/*上/下一篇*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #666; border: 1px solid var(--BorderColor); transition: var(--Transition);}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: var(--SubColor_1); color: var(--MainColor); transition: var(--Transition);}
.blog_back{ display:none;}
/*--RWD---------------------------------------*/
@media screen and (max-width: 1300px) {
.blog_subbox { grid-gap: 30px;}
}
@media screen and (max-width: 1250px) {

.footer { height: 450px;padding-top: 0px;}
 /*文章*/
  .module_i_news_list, .module_i_news_list.swiper { margin: 0px 30px;}
}
@media screen and (max-width: 1024px) {
  /*首頁*/
  .module_i_news ul, .blog_subbox { width: 100%; grid-template-columns: repeat(2,1fr);}
  .module_i_news li::after, .subbox_item::after { width: 86%;}
}
@media screen and (max-width: 1000px) {
  /*首頁*/
  .module_i_news li::after, .subbox_item::after { width: 75%;}
  /*footer*/
  .footer {   height: 450px; background-size: cover;  bottom: 0px;}
  /*文章*/
  .module_i_news_list, .module_i_news_list.swiper { margin: 0px 50px;}
  .blog_ri {  width: 100%;}
  .blog_le {  margin-right: 20px;  width: 100%;margin-bottom: 60px;}
 }
@media screen and (max-width: 800px) {
.footer {  height: 280px; background-size: cover;  bottom: 0px; padding-top:0px; }

}
@media screen and (max-width: 768px) {
  /*首頁*/
  .module_i_news ul, .blog_subbox { grid-template-columns: 1fr 1fr 1fr 1fr; max-width: 800px; width: 100%; margin: auto; gap: 40px;}
  .module_i_news li, .subbox_item { min-width: 300px;}
  .module_i_news li::after, .subbox_item::after { width: 66%;}
  /*文章*/
  .blog_le .accordion { display: block;}
  /*footer*/
  .footer { height: 399px;}
}
@media screen and (max-width:650px) {
  /*首頁滾輪*/
  .i_blog_ri, .blog_list_ri { padding: 20px 0 30px 20px;}
  .i_blog_le, .blog_list_le {  width: 82%;   margin: 0px 0px 6px 30px;}
}
@media screen and (max-width: 550px) {
  /*首頁*/
  .module_i_news li::after, .subbox_item::after { width: 77%;}
  .module_i_news li::before, .subbox_item::before { bottom: -1px;}
  .module_i_news_list, .module_i_news_list.swiper { padding: 0px 0;}
  .i_blog_le, .blog_list_le { width: 92%;  margin: 0px 0px 5px 5px;}
  .module_i_news .title_i_box::after {  padding-left: 40px; font-size:15px;}
  .news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span, .i_video_tit span, .module_i_album .title_i_box h4{margin: 0 43px 20px;}
  .module_i_news, .prod_part, .module_i_album, .news_part, .contact_content { padding: 60px 0;}
  /*footer*/
  .footer_info{ display:none;}
  .footer {  height: 280px;  background-size: contain;   margin-bottom: 10px;}
  /*文章*/
  .module_i_news_list, .module_i_news_list.swiper {  margin: 0px 10px; }
  .blog_page .i_blog_le, .blog_list_le { width: 100%;  margin: 0px 0px 0px 0px;}
  .i_blog_ri, .blog_list_ri { padding: 20px; }
  .i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;  }
  /*首頁滾輪*/
  .module_i_news li::after, .subbox_item::after { width: 75%; }
  .i_blog_ri, .blog_list_ri {   padding: 10px 0px 25px 10px;}
}
@media screen and (max-width: 450px) {
	/*首頁滾輪*/
  .module_i_news li::after, .subbox_item::after { width:  70%; }
 }
@media screen and (max-width: 400px) {
  /*首頁*/
  .module_i_news li::after, .subbox_item::after { width: 68%;}
  .module_i_news .title_i_box::after {  padding-left: 36px; font-size: 14px;}
  .news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span, .i_video_tit span, .module_i_album .title_i_box h4 { margin: 0 36px 20px;}
  .i_blog_ri p, .blog_list_ri p { font-size: var(--f12);}
  .i_blog_ri h5, .blog_list_ri h5 {  font-size: var(--f12);}


  
}
@media screen and (max-width: 330px) {
    .footer { height: 210px;}
	.module_i_news ul, .blog_subbox {  gap: 20px;}
}


/* = = = 相簿管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--相簿管理 / 共同設定---------------------------------------*/

.album_page .main_part, .album_class_page .main_part { max-width: 1800px; width: 96%;padding: 0px 20px 50px 20px;}
@media screen and (max-width: 768px) {
.album_page .main_part, .album_class_page .main_part { padding: 10px 20px 50px 20px;}
}

/*--相簿管理 / 首頁---------------------------------------*/
.i_album_list li a p { background: #000000cc; color: #FFF; font-size: var(--f16); transition: var(--Transition);}
.i_album_list li:hover p { background: #ECC653cc; transition: var(--Transition);}

/*--相簿管理 / 主分類---------------------------------------*/

/*項目排序*/
.clearfix { }
.clearfix:hover a:hover:after { opacity: 0; transition: var(--Transition);}
.clearfix:hover a:after { opacity: 1; transition: var(--Transition);}

/*項目*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));  grid-gap: 15px;}
.show-list .item { padding: 0; margin: auto 0; background: transparent; transition: var(--Transition);}
.show-list .overlay { opacity: 1; transform: scale(1); transition: var(--Transition);}
.show-list .item:hover .overlay { opacity: 0; transition: var(--Transition);}

/*圖片*/
.show-list .show_pic { height: 38vh; line-height: 260px; padding: 0; padding-bottom: 0; aspect-ratio: initial;}
.show-list .show_pic img:hover { transform: scale(1.1);}

/*名稱*/
.show-list .show_name {
  font-family: "poppins", "noto sans TC";
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
  padding: 10px 15px;
  font-size: var(--f16);
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background: #545454;
  border: none;
  transition: var(--Transition);
  border-radius: 0px 70px 0px 0px;
  text-align: left;
}
.show-list .item:hover .show_name {
    color: #eeeae1;
}
/*.show-list .item:hover .show_name { color: #fff; opacity: 1;}*/

/*--相簿管理 / 次分類---------------------------------------*/

/*相簿名稱*/
.subalbum-menu h2 { color:var(--MainColor); font-size: var(--f22); letter-spacing: var(--LetterSpacing_B);font-family: "poppins", "noto san sTC"; font-weight: 400;  letter-spacing: 1.5px;}
.album_class_page .subalbum-menu h2 {
    color: #222;
    font-size: 20px;
    font-family: "poppins", "noto san sTC";
    font-weight: 400;
    letter-spacing: 1.5px;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
}
.block { display: none;}

/*項目排序*/
.other_subalbum { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;}
.other_subalbum li { width: 100%;}
.other_subalbum:hover li a img { opacity: .6; transition: var(--Transition);}
.other_subalbum li a img { transition: var(--Transition);}
.other_subalbum li:hover a img { opacity: 1; transition: var(--Transition);}

/*項目名稱*/
.other_subalbum li a p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: var(--f16); color: #FFF; margin-top: 10px; letter-spacing: var(--LetterSpacing_S); transition: var(--Transition);font-family: "noto sans TC", "poppins";  font-weight: 400;}
.other_subalbum li:hover a p { opacity: 0; letter-spacing: var(--LetterSpacing_B); transition: var(--Transition);}

/*其他相簿*/
.fa-image::before { color: var(--FontColor_1);}
.album_fixed_title { background: transparent;margin-left: 15px;}
.other_album_choice {  margin-left: 15px;}
.album_fixed_title span:before {   content: 'Read More';   color: #555;   font-size: 25px;  letter-spacing: var(--LetterSpacing_S);  font-family: "poppins";  font-weight: 700;}
.fa-image::before{ display:none;}
.other_album_choice li {  background: transparent;  border: solid 1px #ccc;}
.other_album_choice li a { color: #444;}
.fa-right-from-bracket::before { content: "→";  color: #444;}
.other_album{border-left: 1px solid; border-image: linear-gradient(181deg, #3b5a2a00, #3b5a2a, #3b5a2a00) 1;height: 105px;}

@media screen and (max-width: 600px) {
.other_album_choice li {  padding: 7px 10px; margin: 0 1px 7px 0;}
}
@media screen and (max-width: 500px) {
.other_album{height: 105px;}
.other_album_choice li {   font-size: 11px; padding: 7px 10px; margin: 0 1px 7px 0; }
}
@media screen and (max-width: 450px) {
.other_album{height: 150px;}
}
/*--相簿管理 / 內頁---------------------------------------*/

.album_info_page .main_part { max-width: 1980px;padding-top: 0px;}
.album_descrip p {  color: #222;  font-size: var(--f16);   font-weight: 600; text-align: center;}
.album_info_page .pic-list { display: block; column-count: 3; column-gap: 20px;}
.album_info_page .pic-list .item { transition: var(--Transition);}
.album_info_page .pic-list:hover .item { opacity: .6; transition: var(--Transition);}
.album_info_page .pic-list:hover .item:hover { opacity: 1; transition: var(--Transition);}
.album_info_page .pic-list .show_pic { aspect-ratio: auto;}
.album_info_page .pic-list .item .show_pic img { object-fit: unset; transition: var(--Transition);}
.album_info_page .pic-list:hover .item:hover .show_pic img { transform: scale(1.1); transition: var(--Transition);}
.album_descrip p { position:absolute; left: 50%;  top: 39%;  transform: translate(-50%, -50%);  letter-spacing: 4px;}
/*--RWD---------------------------------------*/
@media screen and (max-width: 1900px) {
.album_descrip p {  top: 48%; }
}
@media screen and (max-width: 1800px) {
.album_class_page .subalbum-menu h2 {  top: 47%;}

}
@media screen and (max-width: 850px) {
.album_class_page .subalbum-menu h2 {  top: 46%;}

}
/*@media screen and (max-width: 1024px) {
  .show-list, .clearfix, .other_subalbum { display: grid; grid-template-columns: repeat(2,1fr);}
}*/
@media screen and (max-width: 768px) {
  .show-list, .clearfix, .other_subalbum { grid-template-columns: repeat(2,1fr);}
  .album_descrip p {  top: 38%; }
}
@media screen and (max-width: 480px) {
  .show-list, .clearfix, .other_subalbum { grid-template-columns: repeat(1,1fr);}
  .show-list .show_pic { height: 30vh;}
  .album_descrip p {  top: 35%; }
  
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page .main_part { padding: 0 20px 60px;}
.contact_page .contact_editbox { padding: 0;}/*編輯區*/
.contact_page .red { color: var(--RedFont); font-size: var(--f14);}/*紅字*/

/*表單最大寬度設定*/
.contact_page .contact_content { max-width: 1600px; width: 96%; background: transparent; padding: 0;}
.contact_page .contact_content .information_right { width: 100%; padding: 0;}

/*標題*/
.contact_page .blank_letter { color: var(--FontColor_1); font-size: var(--f18); letter-spacing: 3px; text-indent: 3px; font-weight: 500; padding: 0;}
.contact_page h4.blank_letter.i { display: none;}

/*側邊資訊*/
.contact_page .contact_content .information_left { width: 100%; display: grid; grid-template-columns: 2fr 1fr; gap: 20px; padding: 0 0 80px;}
.contact_page .clearfix:before, .clearfix:after { display: none;}
.contact_page .contact_le_nomap { width: 100%; order: -1;}
.contact_page .list_before { display: flex; flex-direction: column; width: 100%; padding-top: 65px; margin-top: 0px; margin-bottom: 20px;}
.contact_page .list_before.info::before  {content: "GET IN TOUCH"; position: absolute; left: 0; top: 0; font-weight: 300; letter-spacing: var(--LetterSpacing_S); padding: 0 0 0 2px; font-family: var(--SFontE); font-size: var(--f14);  color: var(--FontColor_1);}
.contact_page .list_before.info::after { content: "聯絡資訊"; position: absolute; left: 0; top: 30px; font-size: 19px; color: var(--FontColor_1); font-family: var(--SFontC); letter-spacing: 3px; font-weight: 500;}
.contact_page .list_before.info li { padding-left: 0; color: var(--FontColor_1); font-size: var(--f15);}
.contact_page .list_before.info li a { color: inherit;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
  position: relative; display: inline-block; width: auto;}

/*表格樣式*/
.contact_form { grid-template-columns: 1fr 1fr; letter-spacing: var(--LetterSpacing_S); font-size: 15px; color: var(--FontColor_1);}
.contact_form { grid-template-columns: repeat(2,1fr); gap: 20px;}
.contact_form li { padding: 0; margin-bottom: 20px; grid-template-columns: 1fr; counter-increment: chapter; counter-reset: section;}
.contact_form li .form__label { width: 100%; max-width: 100%; text-align: left; margin-left: 0; padding: 0 0 10px; color: var(--FontColor_1); background: transparent;}/*標題*/
.contact_form li .form__label::before {
  content: counter(chapter, decimal-leading-zero)'.';
  position: relative;
  font-size: var(--f28);
  font-family: var(--SFontE);
  counter-reset: auto;
  color: var(--MainColor);
}
.contact_form li input.noborder { border: 1px var(--BorderColor) solid; color: #444; background: var(--BackgroundColor); border-radius: 3px; padding: 10px;}/*文字欄*/
.contact_form li textarea.noborder { border: 1px var(--BorderColor) solid; color: #444; background: var(--BackgroundColor); border-radius: 3px; padding: 10px;}/*文字區塊*/
.form select { color: var(--FontColor_1); background: #FFFFFF88;}/*下拉式*/
.form select option { background: #FFFFFFcc;}/*下拉式選項*/
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert { display: block; color: var(--FontColor_1);}/*複選、單選*/
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert { display: block;}/*複選、單選*/
input[type="checkbox"], input[type="radio"] { margin: 0 2px 0 5px;}/*複選、單選*/

/*驗證碼*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
/*.contact_form li:nth-last-of-type(2) .form__insert img { filter: invert(1) grayscale(1) brightness(2.4);}*/
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px var(--BorderColor) solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last { grid-column-start: 1; grid-column-end: 3;}
.contact_form li.last blockquote { border-radius: 3px;}/*重新填寫*/
.contact_form li.last blockquote input { color: var(--FontColor_1);}/*重新填寫*/
.contact_form li.last cite { background: var(--MainColor); border: 1px solid var(--MainColor); border-radius: 3px;}/*送出*/
.contact_form li.last cite:hover { background: var(--SubColor_1); border: 1px solid var(--SubColor_1); transition: var(--Transition);}
.contact_form li.last input { font-size: var(--f15); color: #FFF;}
.contact_form .fa-arrow-right::before { background: #FFF;}

.contact_form li.last blockquote { border: 1px var(--BorderColor) solid;}
.contact_le_map a { background: var(--MainColor);}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
  .contact_content form { flex-direction: column;}

  /*資訊*/
  .list_before { width: 100%; padding: 20px 0;}
  .list_before.info::after { display: none;}
  .contact_le_nomap { width: 88vw; margin: auto;}

  /*表單*/
  .contact_content .information_right { display: block; width: 96%; margin: 50px auto 0;}
}

@media screen and (max-width: 768px) {
  .contact_page .contact_content { padding: 0 0 50px;}

  /*資訊*/
  .contact_page .contact_content .information_left { width: 96%; margin: auto; padding: 0; grid-template-columns: repeat(1, 1fr);}
  .contact_page h4.blank_letter.i { position: relative; display: block; width: 100%; margin-top: 36px;}
  .contact_page h4.blank_letter.i::after {content: "GET IN TOUCH"; position: absolute; top: -27px; left: 0; font-weight: 300; font-size: 19px; letter-spacing: 2px; text-indent: 2px; font-family: var(--SFontC);}
  .contact_page .list_before { grid-template-columns: 1fr; width: 100%; padding: 0; order: 1;}
  .contact_page .list_before.info::after { display: none;}
  .contact_page .contact_le_nomap { width: 100%; order: 2;}

  /*表單*/
  .contact_form { display: block;}
  .contact_form li { margin-bottom: 40px;}
  .contact_form li:has(input[type=checkbox]) .form__insert,
  .contact_form li:has(input[type=radio]) .form__insert { display: grid; grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(200px, 1fr)); gap: 10px;}/*複選、單選*/
  input[type="checkbox"], input[type="radio"] { margin: 0;}
}

@media screen and (max-width: 600px) { 
  .contact_form { display: block;}
  .main_part {  padding: 20px 10px 10px;}
}

@media screen and (max-width: 425px){
  /*表格樣式*/
  .contact_form li { padding-left: 0;}
  .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
  .contact_form li .form__insert { width: 100%;}
}

/* footer切版 */
footer{padding:0;margin:0;position: relative;z-index: 99;}
	.footer_set * {box-sizing: border-box;max-width: 100%;}
	.footer_set {max-width:2000px;width: 100%;margin:auto;font-family: "Poppins", sans-serif;border: 0;text-decoration: none;overflow: hidden;
	--frm01:"Playfair Display", serif;}
    .footer_set img {width: auto;max-width: 100%;vertical-align: bottom;}
    .footer_set ul {padding: 0 0;margin:0;}
	.footer_set li {list-style: none;}
	.footer_set h6,.footer_set h5,.footer_set h4,.footer_set h3,.footer_set h2 {margin: 0;}
    .footer_set u {text-decoration: none;}
    .footer_set p {margin: 0;}
    .footer_set em,.footer_set i { font-style: normal;}
    .footer_set a {text-decoration: none;}
    .footer_set dd,.footer_set dt {margin: 0 0;}
	.frr01{padding:140px 20px 30px 20px;position: relative;}
	.frr01::before{content:"";width: 100%;height: 757px;background-image: url('https://pic03.eapple.com.tw/maiziliving/con_footer_img006.png');
	background-repeat: no-repeat;background-position: center top;background-size: cover;position: absolute;left: 0;bottom:0;z-index: 20;}
	.frr02{position: relative;z-index: 50;max-width: 1290px;margin:auto;}
	.frr03{}
	.footer_logo{margin:0;padding:0;display: block;width: 110px;margin-bottom: 40px;}
	.footer_logo a {margin:0;padding:0;height: auto;display: block;}
	.footer_logo a::before{display: none;}
	.footer_logo img{width: 100%;display: block;}
	.frr03 p {margin-top: 45px;padding-bottom: 50px;margin-bottom: 50px;position: relative;}
	.frr03 p img{position: absolute;left: 0;bottom:0;}
	.frr03 p span{display: block;color:#444444;font-size: 15px;font-weight: 400;line-height: 150%;letter-spacing: 0.2em;word-break: break-word;}
	.frr03 p span+span{margin-top: 10px;}
	.frr04{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 20px;}
	.frr_menu b{display: block;color:#3B5A2A;font-size: 19px;font-weight: 700;font-family: var(--frm01); line-height: 150%;letter-spacing: 0.045em;margin-bottom: 25px;}
	.frr_menu>a{display: block;color:#444444;font-size: 15px;font-weight: 500;line-height: 160%;letter-spacing: 0.05em;padding-left: 30px;transition: .5s;}
	.frr_menu>a:hover{transition: .5s;color:#3B5A2A;}
	.frr_menu>a+a{margin-top: 10px;}
	.frr_menu>a em{font-weight: 400;}
	.frr_menu h6{max-width: 220px;width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 30px;margin-top: 30px;padding-left: 20px;}
	.frr_menu h6 a{display: flex;justify-content: center;align-items: center;width: 38px;height: 38px;background-color: #3B5A2A;border-radius: 10px;transition: .5s;}
	.frr_menu h6 a+a{margin-left: 10px;}
	.frr_menu h6 a:hover{transition: .5s;background-color: #23351A;}
	.frr_menu04>a{padding-left: 20px;font-weight: 400;}
	.frr_copy{position: relative;z-index: 50; margin-top: 110px;text-align: center;}
	.copy{margin:0;padding:0;display: inline-block;}
	.copy p{display: inline-block;}
	.copy,.copy a{color:#444444;font-size: 13px;font-weight: 400;line-height: 120%;letter-spacing: 0.06em;}
  .info_fix{z-index: 99;}
	@media (max-width:700px) {
		.frr01{padding-top: 80px;}
		.frr04{grid-template-columns: repeat(2,1fr);}
		.frr_menu h6 {  position: absolute; left: 0px;}
	}
	@media (max-width:400px){
		.frr04{grid-template-columns: repeat(1,1fr);}
		.frr_copy{margin-top: 40px;}
		.frr_menu h6 {position: relative;}
	}