@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: #7ECACF; border-radius: 30px;}
.module_i_news li a:before { color: #e87f33;}
.module_i_news {  padding: 0px 20px 50px 20px;}
.module_i_news li:nth-of-type(n+3) { display: none;}
@media (max-width: 660px) {    
.module_i_news ul {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
 }

@media (max-width: 450px) {
.module_i_news ul {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

  }


/*頁面導覽列*/
.path p, .path p a {
display: none;
}

/*首頁工程實績*/
.module_i_album .title_i_box h4 { display: none;}
.module_i_album .title_i_box {  display: none;}
.module_i_album { padding: 5px 30px 20px;}

/*LOGO*/

.navigation {
  grid-template-columns: 250px 1fr;
}

.nav-brand {
  width: 250px;
  margin-top: 5px;
  transition: all 0.4s;
}

.nav-header {
  max-width: 250px;
  transition: all 0.3s;
}
/*工程項目*/
.show-list .show_pic img {
    transition: transform 0.5s ease; /* 讓圖片放大 */
}

.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(161 126 70 / 39%);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
	transform: scaleY(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
    transform-origin: center;
}




/*工程實績相簿*/

.other_album_choice li { background: #2a9055;}
.subalbum-menu h2 { color: #a17e46;}

/*首頁工程實績*/

.i_album_list li:hover p {
    height: 88%;
    animation: bounce 0.5s ease; 
}
.i_album_list li a p {
    width: 68%;
    position: absolute;
    left: 48px;
    bottom: 12px;
    background: rgb(81 169 118 / 57%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 950px;
	font-size: 12px;
    letter-spacing: 0.3em;
	transition: all 0.3s ease;
}
@keyframes bounce {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.2); }
    60%  { transform: scale(0.95); }
    80%  { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/*--------*/


/*產品搜尋*/
.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: #e87f33;
}

/*HEADER*/

.main_header_area .container {
  max-width: 90%;
}

.header_area { background: #fff;}
.header_area.sticky { background: rgb(255 255 255);}
.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: 77%;}


/*第一層*/

.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: #363636;
    font-weight: 400;
    font-size: 17px;
    padding: 0px 2px;
    position: relative;
	margin: 0px 1px;
    
}

.stellarnav > ul > li > a:hover {
  font-weight: 400;
  color: #a17e46;
  
}



/*.stellarnav > ul > li:after {
  content: '';
    background: linear-gradient(180deg, #ffffff00, #ffffff00, #e87f332e, #ffffff00, #ffffff00);
    z-index: -1;
    width: 100%;
    height: 0px;
    left: 0px;
    position: absolute;
    bottom: -24px;
    transition: height 0.5s ease;
}*/


.stellarnav > ul > li:hover:after { height: 90px; transition: height 0.6s ease;}
.stellarnav > ul > li { display: inline-block; padding: 0 20px;}
.stellarnav > ul > li:nth-last-child(1) { padding: 0 0 0 20px;}
/*.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 ul { background: #51a976; max-height: 700px; overflow-y: scroll; left: 0px;  width: 192px;}
/* 自定義滾動條 */
.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: #ffffff;
    padding: 13px 5px 13px 22px;
    background: #7abe96;
    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;
  display: none;
}

.stellarnav > ul > li:nth-of-type(3) ul li:nth-of-type(1) {
    display: none;
}

.stellarnav li li:hover > a:before{
  opacity: 1;
  left: 21px;
  width: 90px;
  background: #e87f33;
    top: 35px;

}


/*footer*/

.footer_info { align-items: center; justify-content: space-between; filter: }
.footer { background: #4aa973; padding: 30px 0;}
.footer_menu { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr)); gap: 11px; padding-left: 32px; max-width: 484px;}
a { color: #6c6c6c;}
.footer_logo img { max-width: 100%; filter: brightness(0) invert(1);}
.footer_info li a { color: #fff;}
.footer_info li { display: inline-table;}
.footer_info li p { color: #ffffff;}
.footer_logo { display: grid; align-items: center;}
.footer_info ul {  display: flex; vertical-align: top; width: 100%; align-items: center; justify-content: center; padding-left: 7px;}
.footer_info ul:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
}
.footer_menu a {
margin: 0;
text-align: center;
padding: 9px;
transition: all 0.3s;
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
border-radius: 30px;
letter-spacing: 1px;
}


.footer .center { position: relative;
padding-bottom: 20px;
}

.footer_menu a:hover {
    background: linear-gradient(145deg, #E6C77C, #C9A856);
    border: none;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.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;}

.box_link{display:none}

/*大圖特效*/

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.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; padding-top: 4px;}
	.stellarnav li a { color: #8e8e8e;}
	 }
	 


  @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;
}
.other_subalbum li a p {
    line-height: 2;
    font-size: 20px;
    font-weight: 600;
}
ul.page {
    width: 100%;
    display: none;
}


.other_promotion { display: none;}
.page strong, .page a:hover {  background: #e46f32;}
.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 #e87f33 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 #e87f33 solid;
    border-bottom: none;
    border-right: none;
    transition: all .5s;
}

.page li a {  color: #e87f33;}
.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;  padding: 0;  align-items: flex-end;}
.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: #f0cd51;
  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: #e87f33;
  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: #f0cd51;
}

/*商品推薦*/

.news_related h6 span:before { color: #f3b384;}
.news_related { background: #fffcfb;}



.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: #e87f3300; color: #e87f33;}
.pd_tabTitle li.activeTab a { color: #e87f33;}
.pd_tabTitle li.activeTab::after {display: none;}
.pd_tabTitle li { border-bottom: unset;}
.prod_related h6 { max-width: 100%; margin: 0px auto 48px; background: #e87f33; text-align: center; padding: 8px 0px;}
.related_list li a p { padding-top: 10px;}
.lastPage { color: #fff; background:#b5201d; border-radius: 50px; padding: 10px 20px; margin: 55px auto 40px; text-align: center; transition: all 0.3s;}
.lastPage:hover{ background:#f0cd51; 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: 0 44px 0 0;
}
.footer_info ul {
    padding-left: 46px;
}

}

@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;
  }
  }

@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) {
	.bannerindex { padding-top: 0px !important; }
	.contact_content .information_right { padding: 0 16px !important;}
	.info_fix_links { width: 34px;}
	.header_area { height: 92px;}
}
	
	
}

@media screen and (max-width: 375px) {
  /*購物車/＝＝＝＝＝*/
  .footer_menu {max-width: 300px;}}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {    background: url("https://pic03.eapple.com.tw/mjtech/banner.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: 236px;
    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_le_map a {  background: #4aa973;}
.contact_form li.last cite { background: #4aa973;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #e87f33 solid;}
.contact_content .information_left { display: none;}
.contact_form li.last blockquote {  color: #e87f33;}
.contact_content .information_right { width: 100%; padding: 0 96px;}
.contact_editbox { padding: 0;}




/*文章外層*/

.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: #e87f33;
    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;
}

/*文章內頁*/

.blog_box_edit * {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.blog_back a.article_btn_back {
    background: #b21a24;
}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
  background: #e57133;
}

h4.blog_category_title {
  color: #ad152b;
  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: 30px;
}

  .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;
}

.stellarnav > ul > li:after {
  bottom: -15px;}

.main_header_area .container {
  max-width: 98%;
}

}

@media screen and (max-width: 1024px) {

.me_tp_features { justify-content: center; width: 100%;}
.bannerindex { padding-top: 19px;}

.i_album_list li a p {
    left: 35px;
}

}

@media screen and (max-width: 960px) {
  .subbox_item {
      width: 100%;
      border-bottom: none
  }
}


@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;
}*/

/*.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: #4aa973; color: #fff;}
.stellarnav.mobile li.open { background: #ededed; 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 #7ECACF;}
.stellarnav.mobile > ul > li > a { font-size: 20px; font-weight: 500;}
.stellarnav .icon-close:before { border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;}
#bottom_menu li a {  background: #ffffff; color: #7ECACF; letter-spacing: 1px;    }
}

@media screen and (max-width: 680px) {
	.i_album_list li a p {
    left: 46px;
}
	}

@media screen and (max-width: 600px) { 
/*.contact_content .information_right { padding: 0px 10px;}*/
  .me_tp_features {  margin: 15px 0;}
  /*.info_fix_links {  width: 42px;}*/

/*大圖*/

/*.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: 500px) {
	.i_album_list li a p {
    left: 35px;
}
	}

@media screen and (max-width: 470px) {
	.i_album_list li a p {
    left: 65px;
}
	}

