@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{background: #ffffff00;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #ADA17E;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{
    color: #4F4F4F!important;
    letter-spacing: .1rem;
    padding: 7px 5px;
    transition: all 0.3s;
    border-left:1px solid transparent;
    font-family: var(--font);
    font-weight: 400;
    font-size: 15px;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #FF8000!important;	
    letter-spacing: .1rem;
    padding-left:10px;
    border-color:#FF8000 ;
    font-family: var(--font);
	font-weight: 400;
}
.stellarnav ul ul li:hover > a {
    color: #FF8000;
}
/*SubMenu*/
.shop_search_btn {    background: #ADA17E;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/* =============== ▼ 全域變數 ▼ =============== */

:root {
    /* 字型 */
    --font: "Noto Sans TC", sans-serif;
    --sfont: "Martian Mono", monospace;

    /*變化*/
    --tr: ease-out 0.3s;
}

/* =============== ▲ 全域變數 ▲ =============== */

/*Header/＝＝＝＝＝*/

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 200px;transition:all 0.3s;}
.header_area .nav-brand {transition: all 0.3s;/* margin-top: 10px; */}
.header_area.sticky .nav-brand{}

.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;     /* 防止超出容器 */
    max-height: 200px;   /* 控制 logo 的最大高度 */
    height: auto;
    transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
.navigation {
  display: grid;
  grid-template-columns: 350px 1fr 700px;
  grid-gap: 0 40px;
  align-items: center; /* 垂直置中 */
 }
}

/* 主選單文字樣式 */
.header_area:not(.sticky) .stellarnav>ul>li>a,
.header_area:not(.sticky) .stellarnav>ul>li>a b {
    color: #4F4F4F;  /* 或用 #fff */
    font-family: var(--font);
    letter-spacing: .15rem;
    margin: 0;
}
.header_area:not(.sticky) .stellarnav>ul>li>a,
.header_area:not(.sticky) .stellarnav>ul>li>a b {
    color: #4F4F4F;  /* 或用 #fff */
    font-family: var(--font);
    letter-spacing: .15rem;
    margin: 0;
}
.header_area:not(.sticky) .stellarnav > ul > li > a:hover,
.header_area:not(.sticky) .stellarnav > ul > li > a:hover b {
    color: #FF8000;
}
.header_area.sticky .stellarnav>ul>li>a,
.header_area.sticky .stellarnav>ul>li>a b {
    color: #4F4F4F;
    font-family: var(--font);
    letter-spacing: .15rem;
    margin: 0;
}
.header_area.sticky .stellarnav>ul>li>a:hover,
.header_area.sticky .stellarnav>ul>li>a:hover b {
    color: #FF8000;
}

/*反白顏色*/
::-moz-selection {
    background-color: #D0D0D0;
    color: #fff;
}

::selection {
    background-color: #D0D0D0;
    color: #fff;
}

.swiper-slide img {
    height: auto;
}

.swiper-slide {
    background-color: #edece7;
}

/* 滑鼠懸停變色 */
.stellarnav>ul>li:hover a {
    color: var(--f2-color);
    transition: var(--tr);
}

/* 翻轉後文字 */
.stellarnav>ul>li>a b:nth-child(2) {
    font: 300 14px/40px var(--sfont);
    letter-spacing: .1rem;
}

/* 按鈕間距+高度 */
.stellarnav>ul>li {
    padding: 0px 1rem;
}

/* 隱藏三下拉角形 */
.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: unset;
}

/* 下滑變化 */
.header_area{
    background: #ffffffe0;
    transition: var(--tr);
    box-shadow: 0px 1px 5px rgba(0 0 0 / 15%);
	transition:all 0.3s;
}

.header_area.sticky {
    background: #ffffffe0;
    transition: var(--tr);
    box-shadow: 0px 1px 5px rgba(0 0 0 / 15%);
    transition: all 0.5s ease;
} 

body:has(.bannerindex) .header_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.stellarnav {
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
}

.stellarnav>ul {
    width: fit-content;
    position: relative;
    padding: 10px 0;
    transition: all 0.5s;
}

.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.stellarnav>ul>li>a b {
    font-weight: 500;
}

.stellarnav>ul>li>a b:nth-of-type(2) {
    color: #FF8000 ;
}

/*大圖輪播按鈕*/
.swiper-pagination-bullets.swiper-pagination-horizontal {left: 6.5%;right: 0%;bottom: 50%;
    transform: translateX(-50%) rotate(90deg);width: fit-content;}
.swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;
    background: #fff;opacity: 0.5;}
.swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}


/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 12px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #D0D0D0;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #4F4F4F;
}

/*Footer/＝＝＝＝＝*/
.footer_logo img {
  max-width: 250px;
  height: auto;
}
.footer .center {    max-width: 1200px;}
.footer {
    padding-top: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background: #FFFFFF;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0px 0px 20px 0px;
    gap: 30px;
}
.footer_info ul {
    display: grid;
    width: 100%;
    gap: 20px;
    max-width: 800px;
}
.footer_info li{padding: 0;}
.footer_info li p, .footer_info li p a {
    font-family: var(--font);
    color: #4F4F4F;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.footer_menu a {
    font-family: var(--font);
    background: transparent;
    border: 0.5px solid #D0D0D0;
    color: #4F4F4F;
    font-weight: 400;
    letter-spacing: 0.15em;line-height: 1;
}
.footer_menu a:hover {    background: transparent; color: #FF8000;}
.copy {
    background: #D0D0D0;
    color: #4F4F4F;
    border: none;
    padding: 7px 8%;
    text-align: center;
    font-size: 10px;
}
.copy a:hover { color:#FF8000;}
.footer_menu a[href="https://zonghuei.com/index.php"] { display: none;}

/* 開場 LOGO 遮罩效果 */
/* 白色背景 */
.pageIndex::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 10000;
  pointer-events: none;
  animation: bgFadeOut 1.7s ease forwards;
  animation-delay: 1.4s; /* 與 logo 淡出時間一致 */
}

/* Logo 圖片 */
.pageIndex::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  background: url('https://pic03.eapple.com.tw/zonghuei/logo3_LOGO.png') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 10001;
  pointer-events: none;
  animation: logoFloatFade 1.7s ease forwards;
}


@keyframes logoFloatFade {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%);
    visibility: hidden;
  }
}

@keyframes bgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.tp_links { display: none;}
.box_link { display:none;}

/* 搜尋欄 */
.box_search {width: 185px;margin-bottom: 0;margin-top: 0px;}
.box_search input[type=text] {
    font-family: var(--font);
	font-weight: 400;
    border: 0;
    border-bottom: 1px solid #D0D0D0;
    max-width: 185px;
    background: unset;
    border-radius: 0;
    padding: 5px 55px 5px 5px;
    font-size: 14px;
    letter-spacing: 0.08em;
    background: center #ffffff00;
    }
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important; /* 覆蓋背景色 */
    -webkit-text-fill-color: #4F4F4F !important; /* 控制文字顏色 */
}
.shop_search_btn {background: #D0D0D0;border-radius: 0;padding: 0px 10px;line-height: 1;}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  font-family: var(--font);
  font-weight: 400;
  -webkit-appearance: none; /* 2 */
  cursor: pointer; /* 3 */
  border:0;
  color: #ffffff;
}
.shop_search_txt {background:#ffffff;color: #4F4F4F;border:none;border-radius:20px;padding:6px 60px 6px 10px;position:relative;z-index:1;font-size:13px;}
.box_search input[type=text]:focus { color:#FF8000; /*width:160px;*/}

.stellarnav {/* margin-top:30px; */}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #ADA17E;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
.banner{padding: 170px 0 85px;}
.banner h5{font-size: 32px;color: #4F4F4F;letter-spacing: .15rem;}

.banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/zonghuei/banner_1.png);
    background-size: cover;
    font-weight:bold;
}
.banA,
.banB,
.banC,
.banD,
.banE,
.banF,
.banG {
    background: transparent center center no-repeat;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;

}
.banner {
    position: relative;
    overflow: hidden;
    z-index: -2;
}
.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/zonghuei/banner_1.png);
    background-position: center;
    background-position: center;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/* 置頂按鈕 */
/* TOP按鈕 */
#to_top {
    right: unset;
    left: 30px;
    font-family: var(--font);
    font-size: 14px;
    color: #4F4F4F;
    background: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    transition: all .3s;
}
#to_top::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 45px;
    width: 50px !important;
    background: url(https://pic03.eapple.com.tw/zonghuei/to_top.svg);
    background-size: contain;
    aspect-ratio: 1 / 1;
    transform: unset;
}
#to_top i.top {
    display: none;
}
#to_top:hover {
    opacity: .5;
    transition: all .3s;
}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p, .path p a { color: #4F4F4F;}
.path p a:hover {    color: #FF8000;}
.path p a {text-align:right;line-height:24px;font-size:13px;color: #4F4F4F;}
.path {
    padding: 0 0 20px;
}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #ADA17E;border: 1px solid #ADA17E;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #003D79;    color: #003D79;}
.products-list .item a:hover .more {    background: #003D79;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.products-list .name { color: #4F4F4F;}
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #4F4F4F;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #003D79;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #004B97; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #003D79;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color:#003D79;}
/**/
.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);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*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:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#FF8000;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.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: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#FF8000;}

.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;}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.sidebarBtn { border: 5px #D0D0D0 solid;}
.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #004B97;
}
.sidebarBtn h2 {
    color: #4F4F4F;
    font-size: 24px;
}
#number_area { color: #4F4F4F}
.prod_related h6 span:before { color: #4F4F4F;}
.pd_tabTitle li.activeTab a { color: #4F4F4F;}
#tab01 { color: #4F4F4F;}

/*按鈕顏色*/
.inquiry_a1{background: #bad0e6;}
.inquiry_a2{background: #004B97;}
.inquiry_a3{background: #bad0e6;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #FF8000 ;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {    background: #004B97;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #4F4F4F;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}

/*詢價車*/
.shopping-cart .cart_head {
    background: #4F4F4F ;
    color: #fff;
}

/*內頁BANNER 設定*/

.banner {
    width: 100%;
    background: rgb(99 99 99 / 100%);
    position: relative;
    overflow: hidden;
}
.banner:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
.banner h5 {
    display: block;
    position: relative;
    max-width: 1600px;
    width: 100%;
    height: max-content;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 5.3px;
    top: 15%;
	line-height: 1.09em;
	z-index: 9;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
.banner h5:before {
    content: "NAN HUEL";
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
	font-family: "Noto Sans TC";
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

.contact_page .banner:before {
    background-image: url(https://pic03.eapple.com.tw/zonghuei/banner_1.png);
    background-position-x: 20%;
    background-position-y: 100%;
}
.other_page .banner:before {
    background-image: url(https://pic03.eapple.com.tw/zonghuei/banner_1.png);
    background-position-x: 20%;
    background-position-y: 100%;
}
.blog_page .banner:before {
    background-image: url(https://pic03.eapple.com.tw/zonghuei/banner_1.png);
    background-position-x: 20%;
    background-position-y: 100%;
}

.other_page .banner.banB::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.blog_page .banner.banblog::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact_page .banner.banC::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner.banB {
  	background: url(https://pic03.eapple.com.tw/zonghuei/banner_1.png) no-repeat center;
    background-size: cover;
	min-height: 380px;
}
.banner.banC {
  	background: url(https://pic03.eapple.com.tw/zonghuei/banner_1.png) no-repeat center;
    background-size: cover;
	min-height: 380px;
}
.banner.banblog {
  	background: url(https://pic03.eapple.com.tw/zonghuei/banner_1.png) no-repeat center;
    background-size: cover;
	min-height: 380px;
    display: none;
}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 500px) {
.banner { min-height: 180px !important;padding: 20px 30px;background-size: cover;}
.banner h5 { font-size: 20px;}
.banner h5:before {  font-size: 8px;}
}
@media screen and (max-width: 400px) {
.banner { min-height: 150px !important;}

}

/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box,
.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 30px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    margin: 0 auto;
    object-position: center;
    transition: 1s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 0;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    color: #003D79;
    font-size: 20px;
    font-weight: bold;
}

.blog_list_ri em {
	color: #4F4F4F;
    font-weight: 400;
    margin: 6px 0 18px;
}

.blog_list_ri p {
    line-height: 160%;
    padding: 14px 0 0;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    text-align: justify;
    border-top: 1px solid #D0D0D0;
    margin-top: 0;
    color: #4F4F4F;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #4F4F4F;
    font-weight: 500;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover,
.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #FF8000 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #faf7f4;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Serif TC', serif;
    color: #666;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 12px 12px 12px 36px;
    border-left: #faf7f4 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #faf7f4;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    border-left-width: 4px;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 10px 36px 10px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
/* .articel_mainPic,
.blog_shareData {
    display: none;
} */

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: #4F4F4F;
}

.blog_box_edit {
    color: #4F4F4F;
    font-size: 15px;
    letter-spacing: .5px;
}

.blog_box_edit * {
    line-height: 170%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a:hover {
    background: #004B97 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: #a4bcd3;
    transition: all .3s ease;
}

/* .news_related {
    padding: 48px 0;
    background: #f3f3f3;
} */

/* .news_related_list {
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
} */

/* .news_related_list li {
    width: calc((100% - 60px) / 4);
} */

.news_related_list li a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.lastPage {
    background: #004B97;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #4F4F4F;
}

/* .news_related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #004B97 !important;}
.submenu a:hover {    background: #004B97}
/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #7296ba;}

.prod_related {
    background: #D0D0D0;
}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #ADA17E;}
.other_album_choice li {    background: #ADA17E;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #ADA17E;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.promotion_title h2 {
    border-bottom: 0;
    color: #4F4F4F;
}
.promotion_title * {color: #4F4F4F;}
.edit{color: #4F4F4F;}

.promotion_title {
    border-bottom: 1px #00000052 solid;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column-reverse;
}

.promotion_title em {
    border: 0;
    padding: 3px 0px;
}

.promotion_title span {
    border: 0px #ccc dashed;
    padding: 5px 0px;
}
.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}
.other_promotion li {
    background-color: transparent;
}
.other_promotion li a {
    display: block;
    border: 0;
    padding: 30px 10px;
    margin: 0;
    position: relative;
    height: 100%;
    background-color: #dddddd;
    transition: all 0.5s;
}
.other_promotion li a:hover {
    background: #004B97;
    color: #fff;
    transition: all 0.5s;
}
.other_promotion li a .pmtTitle h3 {
    transition: all 0.5s;
}
.other_promotion li a:hover .pmtTitle h3 {
    color: #fff;
    transition: all 0.5s;
}


.other_promotion .pmtTime cite {
    float: left;
    font-size: 12px;
    font-style: normal;
}

.other_promotion li a:before,
.other_promotion li a::after {
    display: none;
}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #ADA17E;}
.contact_form li.last cite {background: #ADA17E;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #004B97;}
.rewrite_simple{background-color: #bad0e6}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}

/*聯絡我們-修改/＝＝＝＝＝*/
#content {min-height: 80vh;}
.contact_le_map a {    background: #004B97;}
.contact_form li.last cite {    background: #004B97;}
.banC { background-image:none;}
.contact_content .information_right {
    width: auto;
    background: #f8f8f8;
    padding: 20px 50px 10px 50px;
    border-radius: 1em;
    width: 100%;
    max-width: 1250px;
    margin: 30px auto;
}
.contact_form {color: #4F4F4F;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #004B97 solid;}
.information_right .contact_form li.last blockquote input { color: #004B97;}
.blank_letter { color: #004B97;}
.contact_form li input.noborder {padding-left: 10px;background: #ffffff;border: none;border-bottom: 1px solid #D0D0D0;}

/*隱藏聯絡資訊/＝＝＝＝＝*/
.contact_content .information_left {
    width: 1000px;
    display: none;
    flex-direction: column;
    margin: 10px 50px 10px 80px;
}

/*表單上方的聯絡資訊/＝＝＝＝＝*/
.contact_content {
  position: relative;
  padding-top: 300px; /* 留出空間給圖片 */
}
.contact_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%; /* 從中央開始 */
  transform: translateX(-50%); /* 再往左移回一半，達到完全置中 */
  width: 130%;
  height: 400px;
  margin-top: -90px;
  background: url('https://pic03.eapple.com.tw/zonghuei/contact_ban.png') center/contain no-repeat;
}

.banC + .main_part .path {
  display: none;
}

/*聯絡我們表單背景*/
#content { background: url(https://pic03.eapple.com.tw/zonghuei/page_bg.png) no-repeat bottom center;}

/*RWD1280/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (max-width: 1280px) {
    .stellarnav {
        justify-content: center; /* 或改成 center，看排版需求 */
        /* padding: 0 20px; */
        flex-wrap: wrap;
        max-width: 100%;
    }
	.footer_info {
    padding: 0 clamp(10px, 5%, 100px) 20px clamp(10px, 5%, 100px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    }
}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
/* .navigation {
    display: grid;
    justify-items: center; /* 水平置中 */
    row-gap: 10px;         /* 元素間距 */
    display: grid;
    grid-template-columns: 210px 1fr 700px;
    align-items: center; /* 垂直置中 */
    padding: 10px;
 } */
	
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 200px;}
.header_area.sticky .nav-brand{max-width: 200px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
/* .product_page .products-list {    grid-template-columns: 1fr 1fr;} */
body, .pageIndex {
    /* padding-top: 170px; */
}    	
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

.contact_content {
  position: relative;
  padding-top: 150px; /* 留出空間給圖片 */
}
.contact_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%; /* 從中央開始 */
  transform: translateX(-50%); /* 再往左移回一半，達到完全置中 */
  width: 106%;
  height: 295px;
  background: url('https://pic03.eapple.com.tw/zonghuei/contact_ban.png') center/contain no-repeat;
}
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

/*Header/＝＝＝＝＝*/   
.header_area {
    position: fixed;
    top: 0;
    z-index: 999;
    background: hsl(0deg 0% 100% / 90%);
} 
.pageIndex .header_area {
    background: #ffffffdb;
}
body, .pageIndex {
    padding-top: 70px;
}    
.navigation {
    display: grid;
    grid-template-columns: 1fr; /* 單欄 */
    justify-items: center;      /* 子項目置中 */
}
.navigation {padding: 0px 0px 0px 0px;}
.header_area a.nav-brand::before {
    content: none; /* 不顯示偽元素 */
  }    
    
/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 170px;}
.header_area.sticky .nav-brand{max-width: 170px;}

.nav-brand img {
    max-width: 100%; /* 防止超出容器 */
    max-height: 200px; /* 控制 logo 的最大高度 */
    height: auto;
}

/*Footer/＝＝＝＝＝*/
#to_top { 
	bottom:60px;
    left:15px;
	font-size: 11px;
	color: #4F4F4F;}
.footer.with_shopping_mode {padding: 30px 0 55px;}
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}
    
.box_search {
    display: none;
}
.footer_info li p {
    text-align: center;
    display: block;
    margin: 0 auto;
}    
.footer_menu {
    text-align: center;
    margin: 0 auto;
}
.footer_menu li {
    display: inline-block;
    margin: 0 10px;
}    
.double_key {
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
}
    
.footer_info {padding: 0px 0px 10px 0px;gap: 20px;}
.footer_info ul { gap: 5px;}

.me_tp_features {
        text-align: center;
        margin: 0px 0 0;
}

.contact_content .information_right { padding: 10px 10px 10px 10px;}
.blog_ri { padding: 0 10px 0 10px;}	
.contact_form li .form__label { width: 100%; margin-left: 0; text-align: left; font-weight: bold; padding: 5px; background: #D0D0D0;}

.contact_content {
  position: relative;
  padding-top: 20px; /* 留出空間給圖片 */
}
.contact_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%; /* 從中央開始 */
  transform: translateX(-50%); /* 再往左移回一半，達到完全置中 */
  width: 105%;
  height: 154px;
  background: url('https://pic03.eapple.com.tw/zonghuei/contact_ban.png') center/contain no-repeat;
}
	
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
/* .i_blog_le, .blog_list_le {    padding-bottom: 75%;} */
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}