@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {font-family: "Noto Sans TC", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/*all*/

/*#content { padding-top: 109px;}*/

/*首頁最新消息*/
.animated-arrow { background: #2B493E;}
.module_i_news li a:before { color: #8DA09A;}

/*頁面導覽列*/
.path p, .path p a {
display: none;
}

/*LOGO*/

.navigation {
   width: 100%;
    position: relative;
}

.nav-brand {
  width: 250px;
  margin-top: 5px;
  transition: all 0.4s;
}

.nav-header {
  max-width: 250px;
  transition: all 0.3s;
}


/*產品搜尋*/


.box_search input[type=text] {
  top: 6px;
  right: 10px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  top: 6px;
  right: 10px;
}

.shop_search_btn {
  background: #8DA09A;
}

/*HEADER*/

.main_header_area .container {
  max-width: 100%;
}
.stellarnav { display: flex; justify-content: flex-end;}

.header_area { background: #fff;}
.header_area.sticky { background: #ffffff85;}
.me_tp_features { display: flex;  justify-content: flex-end; align-items: flex-end;  width: 100%;}
.me_tp_features a { color: #363636; letter-spacing: 1px; font-weight: 500; text-shadow: 0px 0px 30px #ffffff, 0px 0px 7px #ffffff, 0px 0px 6px #ffffff;}
.tp_links { display: none;}
.tp_links a {font-size: 15px; color: #b6beab; transition: all .4s;}
.tp_links a:hover { color: #eeffe1;}
.nav-brand img {
    max-width: 143%;
    padding: 0px 0px 0 30px;
}


/*第一層*/

.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}


.stellarnav > ul > li > a {
    letter-spacing: 2px;
    color: #314c41;
    font-weight: 600;
    font-size: 17px;
    padding: 0px 2px;
    position: relative;
	margin: 0px 1px;
    
}

.stellarnav > ul > li > a:hover {
  font-weight: 400;
  color: #fff;
}



.stellarnav > ul > li:after {
  content: ''; 
    z-index: -1;
    width: 100%;
    height: 0px;
    left: 0px;
    position: absolute;
    bottom: 7px;
	background: linear-gradient(to right, #668b7e, #a2c5b5);
    
    opacity: 0.8;
    transition: all 0.6s ease;
}


.stellarnav > ul > li:hover:after {
   
    height: 52px;
    opacity: 1;
}




.stellarnav > ul > li {
  display: inline-block;
  padding: 0 8px;
}


/*.stellarnav > ul > li > a:nth-last-child(1) { padding: 0px 8px; margin: 1px 8px;text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000; }*/
.stellarnav > ul > li:nth-last-child(1):after {
  left: 0px;
  width: 125%;
}


/*第二層*/

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 4px;
}


.stellarnav ul ul {
  background: #2d2d2d8c;
  max-height: 700px;
  left: 0px;
  width: 190px;
}


/* 自定義滾動條 
.stellarnav ul ul::-webkit-scrollbar { width: 10px; }
.stellarnav ul ul::-webkit-scrollbar-thumb { background-color: #b2b9ac; }
.stellarnav ul ul::-webkit-scrollbar-track {  background: #f1f1f1; }*/
.stellarnav li li {border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
  padding: 10px 12px;
  transition: all 0.3s;
  border: none;
  position: relative;
  letter-spacing: 1px;
  font-size: 15px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
  color: #5a5a5a;
    padding: 13px 5px 13px 22px;
    background: #ffffff;
    border: none;
}

.stellarnav li a { color: #ffffff;}
.stellarnav li li > a:before {
  content: '';
  position: absolute;
  left: -14px;
  opacity: 0;
  transition: all 0.8s;
  width: 0px;
  height: 1px;
  background: #b0005c;
  top: 33px;
}

.stellarnav li li:hover > a:before{
  opacity: 1;
  left: 21px;
  width: 90px;
  background: #8DA09A;
    top: 35px;

}


/*footer*/

.footer{ background: linear-gradient(244deg, #1A1B1B, #2B493E, #1A1B1B); padding: 30px 0; background-position: center top; padding: 80px 0 0; font-size: 16px;}
.footer_info li {  padding: 10px; flex-direction: column;}
.footer .center{padding: 0 3%; max-width: 1300px;}
.footer_info { justify-content: space-between; padding: 0 60px 0 60px; grid-template-columns: 250px 1fr;}
.footer_info li p {width: 100%;display: inline-block; color: #ffffff;}
.footer_info li p a { color: #FFF;}
.footer_menu {border-top: 1px solid #d9d9d9;padding-top: 10px;}
.footer_menu a {background: transparent;border: none; color: #666666; font-weight: 400; letter-spacing: 0;font-size: 15px;}
.footer_menu a:hover{ background: #F4D328; border-radius: 3px; color: #040101;}
.box_link{display: none;}
.copy {border-top: none;margin-top:10px;font-size: 10px;padding: 20px 0; font-size: 12px;}
.copy,.copy a{color: #aaa;}
.footer_info li p.add:before {
    content: '台中店：';
}

.footer_info li p.add2:before {
    content: '彰化店：';
}

/*footer logo=====*/
.footer_logo { display: inline-block; vertical-align: top; max-width: 280px; margin: 0; width: auto;}
.footer_logo a { background: url("https://pic03.eapple.com.tw/hongjin/LOGO-07.png"); background-size: contain; width: 200px; height: 200px;  background-repeat: no-repeat; text-indent: 101%; overflow: hidden; white-space: nowrap; transition: all 0.3s ease-in-out; display: inline-block;}


/*footer效果*/
.footer_menu a {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #8DA09A;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s linear, color 0.2s linear;
    overflow: hidden;
    padding: 5px;
    text-transform: uppercase; /* 強制大寫 */
    color: #2B493E; /* 確保文字顏色顯示 */
    z-index: 1; /* 讓文字顯示在最上層 */
	font-weight: 500;
    font-size: 14px;
}

.footer_menu a:before,
.footer_menu a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    z-index: -1; /* 確保這些伪元素在文字下方 */
}

.footer_menu a:before {
    background: #2B493E;
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
}

.footer_menu a:after {
    background: #FFFFFF;
    border-radius: 0;
    transform: translateY(0) scaleY(1);
}

.footer_menu a:hover {
    background: #F0EFEF;
    color: #FFFFFF;
}

.footer_menu a:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
}

.footer_menu a:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
}



/*--------*/

.footer .center {
position: relative;
padding-bottom: 20px;
}

/*.footer_menu a:hover {
    background: #ffffff;
    border: none;
	color: #363636;
}*/

.copy {
    background: transparent;
    color: #ffffff;
    border: none;
}
.copy a{ color: #ffffff;transition:all 0.3s;}
.copy a:hover { color: #000000;}
.box_link a{transition:all 0.3s;}
.box_link a:hover { background: #50613a; color: #fff;}
.footer_logo img {display: none;}
.box_link{display:none}

/*大圖特效*/

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-banner .swiper-slide img{width:100%;}
.swiper-banner .swiper-slide img { -webkit-animation-duration: unset;  animation-fill-mode: unset;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}

@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
	.stellarnav > ul > li > a:hover {
    color: #a5bab3;
}
    }


  @keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

  
  @keyframes wave-reveal {
    0% {
      clip-path: ellipse(0% 0% at 100% 100%);
    }
    100% {
      clip-path: ellipse(100% 100% at 50% 50%);
    }
  }

/*下拉選單頁面*/
.promotion_title {  display: none;}
.pmtTitle span { display: none;}

.other_promotion li a {
    display: flex;
    padding: 10px;
    margin: 0;
    position: relative;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	border: unset;
}
.page strong, .page a:hover {  background: #2d493e;}
.other_promotion li a:hover {  background: #fcfcfc00;}
.other_promotion li a:hover:after { width: 50%; height: 50%;}
.other_promotion li a:hover:before { width: 50%; height: 50%;}
.other_promotion li a:after {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    bottom: 2px;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: 1px #8DA09A solid;
    border-top: none;
    border-left: none;
    transition: all .5s;
}

.other_promotion li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 10px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border: 1px #8DA09A solid;
    border-bottom: none;
    border-right: none;
    transition: all .5s;
}

.page li a {  color: #8DA09A;}
.page li { color: #b11c28;}

/*購物車側選單*/

.product-layer-two li a {
  padding: 10px 16px;
  color: #FAF7EF;
  background: #2cadc4;
  position: relative;
  border-radius: 30px;
}

.product-layer-two > li > a:after {
    content: '';
    width: 0px;
    height: 12px;
    background: #ffffff61;
    position: absolute;
    top: 18px;
    transition: all 0.6s;
    left: 116px;
}
.product-layer-two > li > a:hover:after {
  width: 30%;
  right: 50px;
}

.product-layer-two li.active a {
  border: none;
  font-weight: 400;
}

.product-layer-two li i {
  top: 4px;
  color: #FAF7EF;
  transition: 0.3s;
}

.product-layer-two li i:hover {
  filter: drop-shadow(2px 2px 3px #4f5a47);
  transform: rotate(45deg);
  color: #FFF;
  transition: 0.3s;
}

.product-layer-two li.active li a {
  font-weight: 400;
  letter-spacing: 2px;
  color: #444;
  background: transparent;
}

.product-layer-two li li a {
  padding: 5px 10px;
  color: #444;
  transition: all 0.4s;
}

.product-layer-two > li 
{ width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}

/*浮動按鈕*/
.info_fix_links { display: display: none;}
.info_fix>span{ display: none;}



/*商品外觀*/

.products-list .price b {
  color: #6a6a6a;
  letter-spacing: 1px;
  font-weight: 400;
}
.products-list .name {
  font-size: 16px;
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;
  height: 28px;

}

.products-list .more {
  display: none;
}

.products-list .item a {
  padding-bottom: 0px;
  position: relative;

}

  .products-list .pic img {
    border-radius: 5px;
}

.products-list .pic:before {
  content: "商品資訊";
  letter-spacing: 11px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  line-height: 161%;
  background: #465c54;
  opacity: 1;
  transition: all 0.3s;
  font-size: 14px;
  width: 100%;
  color: #ffffff;
}

.products-list .pic img {
  border-radius: 5px;
  transition: all 0.6s;
}

.products-list a:hover .pic:before {
  opacity: 0;
}

.products-list a:hover .pic img {
  transform: translate(0%, 0%) scale(1.1);
  filter: none;
  transition: all 0.6s;
}


/*商品內頁側邊單*/
.sidebarBtn {
  border: none;
}
.product_info li .txt_box {
  color: #000000;
}
.sidebarBtn .price span {
  color: #ffffff;
  font-weight: 500;
  background: #8DA09A;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  margin: 8px;
}

.sidebarBtn h2 {
  color: #000000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.sidebarBtn .price {
  color: #444;
    font-size: 18px;
    font-weight: 400;
  border-bottom: 1px solid #adb8a4;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #000000;
  color: #FAF7EF;
}

.inquiry_a3 {
  background: #b0005c;
}

.inquiry_a3:hover {
  letter-spacing: 2px;
  background: #465c54;
}

/*商品推薦*/

.news_related h6 span:before { color: #739594;}
.news_related { background: #fcfffb;}



.prod_related {
  background: #ffffff;
  padding: 25px 15px;
}

.related_list li a { background: #FAF7EF; height: 100%; padding: 11px; border-radius: 10px; transition: all 0.5s;}

.related_list li a:hover { box-shadow: 3px 3px 3px #afafaf45; transform: translate(0%, 0%) scale(1.1); transition: all 0.5s;}


.prod_related h6 span:before {  font-size: 21px; color: #ffffff; font-weight: 400; letter-spacing: 5px;}

.pd_tabTitle li a { background: #8DA09A00; color: #8DA09A;}
.pd_tabTitle li.activeTab a { color: #8DA09A;}
.pd_tabTitle li.activeTab::after {display: none;}
.pd_tabTitle li { border-bottom: unset;}
.prod_related h6 { max-width: 100%; margin: 0px auto 48px; background: #8DA09A; text-align: center; padding: 8px 0px;}
.related_list li a p { padding-top: 10px;}
.lastPage { color: #fff; background:#2b493e; border-radius: 50px; padding: 10px 20px; margin: 55px auto 40px; text-align: center; transition: all 0.3s;}
.lastPage:hover{ background:#465c54; transition: all 0.3s;}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .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);}
ul.page { width: 100%;}
.product-layer-two li ul { position:static; margin: 13px 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:all ease .3s;}
.product-layer-two li li:hover > a { background:#fff; color:#93a877;}
.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: 23px;}
.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:#93a877;}

.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) {


  /*FOOTER*/

.footer_info { padding: 0px;}
/*.footer_info ul { padding-left: 46px;}*/

}


@media screen and (max-width: 956px) { 
.footer_info {  padding: 0; }

  }


@media screen and (max-width: 900px) {
  .footer_info ul {
      display: flex;
      vertical-align: top;
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  
  .footer_info { display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	grid-gap: 0px;
}
.copy {
    padding: 5px 0;
}

.footer_logo a {
    width: 100px;
    height: 100px;
}
.footer .center {
    padding-bottom: 0px;
}
  }

@media screen and (max-width: 425px) {
	.footer_logo a {
        width: 80px;
        height: 80px;
    }
   
}


@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; font-size: 20px; font-weight: 400; letter-spacing: 1px;}
.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;}

/*FOOTER*/
.footer_info ul {
  padding-left: 10px;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}



}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 375px) {
  /*購物車/＝＝＝＝＝*/
  .footer_menu {max-width: 300px;}}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {    background: url("https://pic03.eapple.com.tw/hongjin/banner-01.jpg");
  background-position: bottom;
  background-size: cover;
  padding: 140px 0px;}
  .banner h5 {
    font-size: 38px;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 5;
    width: 500px;
    margin: auto;
    text-align: center;
    padding: 4px;
}

.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章測選單*/

.blog_le .accordion {
  border-radius: 0px;
  border: none;
}

.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #b4201d !important;
}

.submenu a {
    background: #FAF7EF;
}

.submenu li.on_this_category a, .submenu a:hover {
  background: #FAF7EF;
  color: #666;
  padding-left: 35px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover  i {
  left: 5px;
  transition: all 0.4s;
}

/*聯絡我們*/

.contact_form li .form__label {  display: block; max-width: 100%; text-align: left;}
.contact_form li { display: grid; grid-template-columns: 1fr; grid-column: auto / span 4; gap: 5px;}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    width: calc(100% - 370px);
    gap: 8px 14px;
    grid-template-columns: repeat(8, 1fr);
    align-items: start;
    font-size: 15px;
    color: rgb(68, 68, 68);
    display: grid;
}


.contact_le_map a {  background: linear-gradient(244deg, #1A1B1B, #2B493E, #1A1B1B);}
.contact_form li.last cite { background: linear-gradient(244deg, #1A1B1B, #2B493E, #1A1B1B);}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #8DA09A solid;}
.contact_content .information_left { display: none;}
.contact_form li.last blockquote {  color: #8DA09A;}
.contact_content .information_right { width: 100%; padding: 0 21px; justify-items: center;}
.contact_editbox { padding: 0;}
/*首頁表單*/
.blank_letter { display: none;}
.i_contact_box { padding: 5px 20px 50px 20px;}
.contact_form li.last cite {  background: #7d9e4e;}
.contact_form li:nth-of-type(4) .form__insert:after {
    content: "cm";
    margin-left: 10px;
}
.contact_form li:nth-of-type(5) .form__insert:after {
    content: "cm";
    margin-left: 10px;
}
.contact_form li:nth-of-type(4) .form__insert {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.contact_form li:nth-of-type(5) .form__insert {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: flex;
    grid-gap: 12px;
    align-items: center;
    flex-direction: row;
}




/*文章外層*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500; font-size: 15px;}
.blog_le .accordion > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);}
/* .blog_le .accordion > li:last-child{ border-bottom: 0px;} */
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #e1dfde; bottom: -20px;}
.subbox_item a:hover:before {  color: #1e6663; transition:.5s;}
h5.blog_le_t em { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #1e6663 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_catego ry .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover;}
.blog_list_ri h5 {  font-weight: bold;  font-size: 20px;  color: #1e6663;  margin-bottom: 15px;  font-family: "Noto Serif TC", "Playfair Display",  serif; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transform: scale(1.2); transition: .5s ease-in-out;}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 15px;  color: #000;  line-height: 150%;     font-family: "Noto Serif TC", "Playfair Display",  serif;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #2f4645;}

/*.blog_subbox {
  grid-template-columns: 1fr;
  background: transparent;
  padding-bottom: 50px;
  border-bottom: 1px #eee solid
}

.subbox_item a:before {
  background: #000000;
  padding: 3px 10px;
  border-radius: 50px;
  color: #FAF7EF;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
}

.subbox_item a:after {
    content: '看更多...';
    font-size: 20pt;
    background: #ffffffb0;
    letter-spacing: 1px;
    border: unset;
    text-align: center;
    transition: all .5s;
    align-content: center;
    font-family: "Cinzel", serif;
    color: #8DA09A;
    backdrop-filter: blur(100px);
}
.subbox_item a:hover:after {animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.subbox_item a:before{opacity: 1}
.subbox_item a:hover:before{opacity: 0}

.blog_list_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
}

.blog_list_ri p {
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

.blog_list_le img {
  border-radius: 10px;
}*/

/*文章內頁*/


.articel_mainPic img {
    display: none;
}
.blog_box_edit * {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.blog_back a.article_btn_back {
    background: #2b3a34;
}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
  background: #4a706e;
}

h4.blog_category_title {
  color: #2b493e;
  font-size: 25px;
  font-weight: 400;
  border-left: 5px #000000 solid;
  background: unset;
  padding-left: 30px;
}

.blog_page h4.blog_category_title{display: none;}

/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1300px) {

  .stellarnav > ul > li {
    padding: 0 10px;
}

    

.me_tp_features {
  width: 98.5%;
}
.stellarnav > ul > li:nth-last-child(1) {
  padding: 0px 0 0 10px;
}

.nav-header {
  max-width: 200px;
}

/*#content {
  padding-top: 100px;
}*/

  .stellarnav > ul > li:nth-last-child(1):after {
    width: 100%;
}

/*.stellarnav > ul > li > a:nth-last-child(1) {
padding: 0px;
margin: 0px 8px;
}*/

.stellarnav > ul > li:nth-last-child(1) {
  padding: 0 10px;
}

.stellarnav > ul > li {
  padding: 0 7px;
}

.main_header_area .container {
  max-width: 98%;
}

.stellarnav > ul > li:after {
        bottom: 6px;
    }
.stellarnav > ul > li:hover:after {
   
    height: 47px;
    opacity: 1;
}

}

@media screen and (max-width: 1024px) {

.me_tp_features { justify-content: center; width: 100%;}
/*.bannerindex { padding-top: 130px;}*/
.nav-brand img {
    max-width: 100%;
    padding: 0px;
}

.stellarnav {
    display: flex;
    justify-content: center;
}

    .stellarnav > ul > li:hover:after {
        height: 36px;
    }


}

@media screen and (max-width: 1065px) {
 .nav-brand img {
    max-width: 100%;
    padding: 0;
}
}



@media screen and (max-width: 960px) {
  .subbox_item {
      width: 100%;
      border-bottom: none
  }
}




@media screen and (max-width: 890px) {
	
.contact_form li.last { text-align: center;}
.contact_form li.last blockquote, .contact_form li.last cite { width: 150px; max-width: 108px;}
.contact_form li { display: grid; grid-template-columns: 1fr; gap: 5px;  margin: auto;  padding: 0 50px; width: 550px;}
.contact_form { grid-template-columns: 1fr;  width: 100%;}
 
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav .menu-toggle:after { color: #000000;}
.stellarnav .menu-toggle span.bars span { background: #000000;}
.header_area.sticky .nav-header { width: 170px; transition: all 0.3s;}
.stellarnav > ul > li:after { display: none;}
.header_area.sticky { background: #ffffff;}
.contact_form li.last {
    margin: 20px 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}

/*.stellarnav > ul > li > a:nth-last-child(1) {
  padding: 10px 43px 10px 10px;
}
*/

.stellarnav.mobile.left > ul { background: #ffffff; border: none; box-shadow: 6px 0px 10px rgb(97 97 97 / 50%);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #000000; color: #fff;}
.stellarnav.mobile li.open { background: #000000; padding: 0px;}
.stellarnav.mobile > ul > li { border: none;}
.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 2px #f9f6ef;}
.stellarnav.mobile > ul > li > a { font-size: 20px; font-weight: 500;}
#bottom_menu li a { background: #2b493e; letter-spacing: 1px;}
.stellarnav .icon-close:before { border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;}
#bottom_menu li a i {  color: #ffffff;}
#bottom_menu li a em { color: #ffffff;}
}

@media screen and (max-width: 600px) { 

  .me_tp_features {
    margin: 15px 0;
}

/*大圖*/

/*.bannerindex .swiper-slide img { display:none; }*/
.bannerindex .swiper-slide {height: auto;  width: 100% !important; }/*圖片比例*/
/*.bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/gogofun7/rwd01-1.jpg); background-position: top; background-size:cover;}/*個別換背景*/
/*.bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/gogofun7/rwd02-1.jpg); background-position: top; background-size:cover;}*/


  @keyframes fade-in-left {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }


}

@media screen and (max-width: 570px) {
    .contact_form {
        grid-template-columns: 1fr; /* 整體只有一欄 */
    }

    .contact_form li {
        display: grid;               /* 用 grid，讓 label 和 input 保持上下排列 */
        width: 100%;                 /* 撐滿整行 */
        padding: 0;                  /* 可視需求保留左右間距 */
        box-sizing: border-box;
    }

    .contact_form li .form__insert {
        width: 100%;                 /* 輸入欄也滿版 */
    }

    .contact_form li .form__label {
        width: 100%;                 /* label 也要滿寬 */
    }
}
