@charset "utf-8";

/*字體設定*/
body,
.stellarnav,
#content_main,
#content,
.footer,
.footer_info {
  font-family: "Noto Sans TC";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*大圖不要固定*/
.bannerindex {
  height: auto;
  position: static;
}

.bannerindex .swiper-banner {
  position: static;
}

/*主選單動畫*/
.pageIndex .stellarnav>ul>li {
  animation: font-ac 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
}

.pageIndex .header_area .stellarnav>ul>li:nth-of-type(1) {
  animation-delay: .6s;
}

.pageIndex .header_area .stellarnav>ul>li:nth-of-type(2) {
  animation-delay: .7s;
}

.pageIndex .header_area .stellarnav>ul>li:nth-of-type(3) {
  animation-delay: .8s;
}

.pageIndex .header_area .stellarnav>ul>li:nth-of-type(4) {
  animation-delay: .9s;
}

.pageIndex .header_area .stellarnav>ul>li:nth-of-type(5) {
  animation-delay: 1s;
}

.pageIndex .header_area .stellarnav>ul>li:nth-of-type(6) {
  animation-delay: 1.1s;
}

.pageIndex .header_area .stellarnav>ul>li:nth-of-type(7) {
  animation-delay: 1.2s;
}

@keyframes font-ac {
  0% {
    opacity: 0;
    transform: translate(0, -40px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/*由左滑入navi*/
.header_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 98%;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pageIndex .header_area::after {
  transform-origin: 0 0;
  animation: header-ac 2s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
}

@keyframes header-ac {
  0% {
    transform: scale(0, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*固定選單*/
.header_area,
.header_area.sticky {
  position: sticky;
  top: 0;
  background: transparent;
  transition: all .5s;
}

.pageIndex .header_area,
.pageIndex .header_area.sticky {
  position: fixed;
  top: 0;
}

/*隱藏不需要的東西*/
.me_tp_features {
  display: none;
}

/*選單字體*/
.stellarnav>ul>li>a {
  color: #3e3a39;
  font-size: 16px;
  transition: 0.2s !important;
  width: 80px;
}

.stellarnav>ul>li>a:hover {
  color: #dc5a00;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dc5a00;
  font-weight: bold;
}

.stellarnav>ul>li>a b {
  font-weight: 500;
  letter-spacing: 0.05em;
}


/*下拉區塊*/
.stellarnav li.has-sub li {
  border: none;
  border-bottom: 1px solid #f3f3f3;
}

.stellarnav li.has-sub li:last-child {
  border-bottom: none;
}

.stellarnav li.has-sub li a {
  font-size: 13px;
  padding: 8px 12px;
  transition: all .5s;
}

.stellarnav li.has-sub li a:not(.dd-toggle):hover {
  background: #dc5a00;
  color: #fff;
  padding-left: 18px;
}

.stellarnav li li.has-sub>a:hover:after {
  border-left-color: #fff;
}

.stellarnav ul {
  margin-top: 12px;
}

/*logo設計*/
.nav-brand img {
  display: block;
  max-width: 36%;
  margin-top: -2px;
}


/* 商品下拉超過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 #3e3a39;
  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 2025.12.18  */
.product_page .main_part {
  max-width: 1500px;
}

.product_page .show_content,
.product_info_page .show_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

ul.page {
  width: 100%;
}

.ProdFilter_Item_Show {
  width: 100%;
}

.Prods_Menulists {
  width: 100%;
  padding: 0;
}

.Prods_Wrap {
  width: calc(100% - 270px);
}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ {
  order: 1;
  margin-bottom: 25px;
}

.Prods_Menulists {
  order: 2;
}

.Prods_Wrap {
  order: 3;
}

.Prods_Menulists {
  width: 250px;
  letter-spacing: 1px;
}

.Prods_Menulists ul {}

.Prods_Menulists>ul>li {
  width: 100%;
  flex-wrap: wrap;
}

.Prods_Menulists ul ul {
  position: static;
  border: none;
}

.Prods_Menulists ul li ul li {}

.Prods_Menulists li.has-sub.open>a {}

.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;
}

.stellarnav .menu-toggle span.bars span {
  background: #3e3a39;
}

.stellarnav .menu-toggle:after {
  color: #3e3a39;
}

.stellarnav .menu-toggle {
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .product_main {
    display: block;
    width: 100%;
  }

  .sidebarBtn {
    display: block;
    width: 100%;
  }

  .nav-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }

  .navigation {
    gap: 10px;
  }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  /* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

  .Prods_Wrap {
    width: 100%;
    margin-top: 20px;
  }

  .ProdFilter_ {
    width: 100%;
  }

  .Prods_Menulists {
    opacity: 0;
    display: none;
  }

}

@media screen and (max-width: 600px) {
  .nav-brand img {
    max-width: 30%;
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img {
  transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide img {
  transition: transform 5s ease-out;
  will-change: transform;
  transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide-active img {
  transform: scale(1.06);
}

/*大圖特效*/
#content_main {
  margin: 0;
}

#content {
  background-size: contain;
  background-repeat: repeat;
}

.bannerindex {
  position: static;
  height: auto;
}

.swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

.swiper-slide {
  padding: 0px !important;
}

.swiper-slide img {
  height: auto;
}

.swiper-slide {
  position: relative;
}

.pageIndex .swiper-slide.swiper-slide-active:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .pageIndex {
    padding: 0;
    margin: 0;
  }

  .services_page #content {
    padding-top: 0px;
  }

  .other_page #content {
    padding-top: 0px;
  }

}

.pageIndex .swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

/* ====== 大圖閃光 ====== */
.pageIndex .swiper-slide {
  position: relative;
  overflow: hidden;
  /* 避免反光跑出圖片外 */
}

.pageIndex .swiper-slide.swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  /* 降低透明度：從 0.4 改為 0.15 */
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.10), transparent);
  transform: skewX(-25deg);
  /* 放慢速度：從 1.2s 改為 2.5s */
  animation: shine 2.5s ease-in-out 0.2s 1;
}

@keyframes shine {
  100% {
    left: 180%;
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
  padding: 0;
  height: 287px;
  position: relative;
  background: url(https://pic03.eapple.com.tw/flwe168/main-banner.jpg) center/cover no-repeat;
}

.banner h5 {
  line-height: 1;
  text-align: left;
  letter-spacing: 4px;
  max-width: 1737px;
  color: #0382DA;
  font-size: 20px;
  font-family: 'Noto Sans TC';
  position: relative;
  width: 85%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}

.banner h5:after {
  display: block;
  content: "";
  font-size: 41px;
  LETTER-SPACING: 0;
  width: 100%;
  order: 2;
}

.banblog h5:after {
  content: "NEWS";
}

.banner.banE h5:after {
  content: "WORKS";
}

.banner h5::before {
  content: "";
  display: inline-block;
  max-width: 314px;
  flex: 1;
  height: 2px;
  background: #0382DA;
  order: 1;
}

/*內頁文章-優惠訊息*/
/*文章首頁*/
.module_i_news {
  border-top: 1px #DDD solid;
}

.module_i_news ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.module_i_news li {
  border-bottom: none;
}

.module_i_news li a {
  grid-template-columns: 1fr;
}

.i_blog_ri p {
  -webkit-line-clamp: 2;
  line-height: 180%;
  word-break: normal;
}

.module_i_news li a:before,
.subbox_item a:before,
.news_related_list li a:before {
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFA1A9;
}

.module_i_news li a:after,
.news_related_list li a:after,
.subbox_item a:after {
  background: rgba(255, 255, 255, 0.9);
  border: 1px #FFA1A9 solid;
}



/*文章列表*/
.blog_le .accordion {
  border: unset;
  border-radius: 0px;
}

.accordion li .link,
.submenu li {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.accordion li+li .link,
.submenu li+li {
  border-top: unset;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
  background: #FFA1A9 !important;
}


.blog_le .submenu li.on_this_category a,
.blog_le .submenu a:hover {
  background: unset;
  color: #FFA1A9;
}

.blog_le .submenu li+li {
  border-top: unset;
}

.blog_le .submenu {
  background: #f1f1f1;
}

.blog_le .submenu a {
  font-weight: 600;
  color: #666;
}

.blog_box {
  max-width: 1160px;
}

.blog_subbox {
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.subbox_item {
  border: none;
}

.subbox_item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 0px;
}

.blog_list_le {
  width: 30%;
}

.blog_list_ri {
  width: 65%;
}

.blog_list_ri h5 {
  font-size: 24px;
  color: #555;
  display: block;
}

.blog_list_ri p {
  margin-top: 25px;
  line-height: 180%;
  -webkit-line-clamp: 3;
  min-height: 80px;
}

/*文章管理列表頁-3個一排 B樣式*/
@media screen and (min-width: 601px) {
  body.article_b .blog_subbox {
    grid-template-columns: 1fr 1fr;
  }

  body.article_b .blog_list_ri h5 {
    font-size: 20px;
  }
}

@media screen and (min-width: 981px) {
  body.article_b .blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

body.article_b .main_part {
  max-width: 1400px;
}

body.article_b.blog_page .blog_box {
  max-width: unset;
}

body.article_b .blog_list_le,
body.article_b .blog_list_ri {
  width: 100%;
}

body.article_b .blog_list_ri {
  padding: 10px 0px 0px !important;
}

body.article_b .blog_list_ri p {
  min-height: unset;
  margin-top: unset;
}

/*B樣式-分類、文章上下排列*/
body.article_b .main_part {
  max-width: 1600px;
}

body.article_b .blog_le,
body.article_b .blog_ri {
  width: 100%;
}

@media screen and (min-width: 769px) {
  body.article_b .blog_le {
    z-index: 1;
    position: relative;
  }

  body.article_b .blog_le .accordion {
    display: flex;
    justify-content: center;
    border: unset;
    border-bottom: 1px #ccc solid;
    border-radius: 0px;
    overflow: unset;
  }

  body.article_b .accordion li+li .link {
    border-top: none;
  }

  body.article_b .accordion li .link a {
    text-align: center;
  }

  body.article_b .blog_le .accordion>li {
    width: 100%;
    max-width: 200px;
    margin: 0px 5px;
    position: relative;
  }

  body.article_b .submenu {
    position: absolute;
    width: 100%;
    z-index: 9999;
  }
}




/*B樣式-文章列表頁、文章詳細頁相關文章*/
body.article_b .blog_list_le,
body.article_b .news_related_list li figure {
  overflow: hidden;
  padding: 0;
}

body.article_b .subbox_item a .blog_list_le img,
body.article_b .news_related_list li a img {
  transform: scale(1);
  transition: all 0.6s ease;
  filter: grayscale(1) contrast(1.2);
  -webkit-filter: grayscale(1) contrast(1.2);
}

body.article_b .subbox_item a:hover .blog_list_le img,
body.article_b .news_related_list li a:hover img {
  transform: scale(1.05);
  filter: unset;
  -webkit-filter: unset;
}

body.article_b .subbox_item a:after,
body.article_b .news_related_list li a:after {
  display: none;
}

body.article_b .module_i_news li a,
body.article_b .subbox_item a,
body.article_b .news_related_list li a {
  height: 100%;
  padding-bottom: 50px;
  position: relative;
  border-bottom: 1px solid #ddd;
  transition: all 0.6s ease;
}

body.article_b .module_i_news li a:hover,
body.article_b .subbox_item a:hover,
body.article_b .news_related_list li a:hover {
  border-bottom: 1px solid #000;
}

body.article_b .module_i_news li a:before,
body.article_b .subbox_item a:before,
body.article_b .news_related_list li a:before {
  left: unset;
  top: unset;
  bottom: 10px;
  right: 0px;
  transform: unset;
  font-size: 14px;
  opacity: 1;
  letter-spacing: 1px;
  transition: all .6s;
}

body.article_b .module_i_news li a:hover:before,
body.article_b .subbox_item a:hover:before,
body.article_b .news_related_list li a:hover:before {
  color: #000;
}


/*文章詳細*/
.edit {
  min-height: auto;
}

.blog_ri {
  min-height: unset;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_back,
.blog_back a.article_btn_next {
  background: #2A8CDD;
  transition: .3s;
}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_next:hover {
  background: #ff919d;
}


.news_related {
  background: unset;
}

.news_related_list {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.news_related_list li a {
  position: relative;
  background: unset;
}

.news_related_list li a:before {
  content: 'READ MORE';
  position: absolute;
  z-index: 19;
  opacity: 0;
  /*color: #999;*/
  transition: all .6s;
}

.news_related_list li a:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  opacity: 0;
  /*background: rgba(255, 255, 255, 0.9);
    border: 1px #ddd solid;
	background: rgba(0, 0, 0, 0.9);
    border: 1px rgba(255, 255, 255, 0.3) solid;*/
  transition: all .5s;
}

.news_related_list li a:hover:before,
.news_related_list li a:hover:after {
  opacity: 1;
  transition: all .5s;
}

.news_related_list li a p {
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}





@media screen and (max-width: 1200px) {

  /*文章列表*/
  .blog_list_ri h5 {
    margin-top: 0;
    font-size: 20px;
  }

  .blog_list_ri p {
    margin-top: 10px;
  }


  /*文章詳細*/
  .news_related_list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {

  /*文章首頁*/
  .module_i_news ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {

  /*手機版文章-首頁、列表頁、相關文章排列統一*/
  .module_i_news ul,
  .blog_subbox,
  .news_related_list {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: auto;
  }

  /*文章列表*/
  .blog_box {
    width: 83%;
  }

  .subbox_item a {
    flex-wrap: wrap;
  }

  .blog_list_le {
    width: 100%;
  }

  .blog_list_ri {
    padding: 20px 10px 30px 10px;
    width: 100%;
  }

  .blog_list_ri h5 {
    font-size: 18px;
  }

  .blog_list_ri p {
    margin-top: 15px;
    font-size: 14px;
    min-height: unset;
  }

}

.path,
h5.blog_le_t span,
.news_related {
  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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer_info li p.phone:after {
  content: '';
}

.footer_info li p.add2:before {
  content: '營業時間：';
}

.footer_info li p.line:before {
  content: 'LINE：';
}

.footer_info li p.add:before {
  content: '地址：';
}

.footer {
  background: #3e3a39;
  padding: 50px 0 0;
}

.footer_logo {
  width: 100%;
  max-width: 50%;
  background: url(https://pic03.eapple.com.tw/cyuanmei/row_logo.svg) center/contain no-repeat;
  height: 180px;
  margin-top: -16px;
}

.footer_logo a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 551/107;
}

.footer_logo img {
  display: none;
}

.footer .center {
  max-width: 1200px;
  width: 90%;
}

.footer_info {
  grid-template-columns: 200px 1fr;
  grid-gap: 0px 50px;
  padding: 0;
}

.footer_info li:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.footer_info li p,
.footer_info li p a {
  color: #fff;
}

.footer_info li p {
  display: inline-block;
  width: 100%;
}

.footer_menu {
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.footer_menu a {
  background: transparent;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  border: none;
  transition: all .5s;
}

.footer_menu a:hover {
  background: transparent;
  color: #fff;
}

.box_link {
  display: none;
}

.copy,
.copy a {
  font-size: 10px;
  color: #fff;
}

.copy {
  padding: 15px 0;
}

.copy,
.privacyLinks a+a {
  border-color: #6d6b6b;
}

/* 相簿 */

/*分類頁面*/
.overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: rgb(163 135 158 / 50%);
}

.show-list {
  grid-template-columns: repeat(3, 1fr);
}

.show-list .item a {
  position: relative;
}

.show-list .item a:before {
  content: "VIEW   +";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid #c8c5ab;
  font-size: 16px;
  max-width: 100px;
  color: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .5s;
  transition-delay: 0s;
  letter-spacing: 1.5px;
}

.show-list .item a:hover:before {
  opacity: 1;
  height: 25px;
  padding-bottom: 10px;
  transition: all .5s;
  transition-delay: .3s;
  z-index: 100;
}

.show-list .show_name {
  font-weight: 400;
  text-align: center;
  color: #888;
  letter-spacing: .6rem;
  font-size: 14px;
}

.show-list .item:hover .show_name {
  color: #333;
}

/*相簿頁面*/
.subalbum-menu {
  padding: 0;
}

.subalbum-menu h2 {
  font-size: 16px;
  color: #888;
  font-weight: 400;
}

.other_subalbum li a p {
  background: rgb(85 85 85 / 20%);
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  padding: 10px;
  letter-spacing: .6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 30px;
  font-weight: 450;
}

.other_album_choice li {
  background: #888;
  font-size: 12px;
  border-radius: 3px;
}

/*相本頁面*/
.album_descrip p {
  font-size: 14px;
  line-height: 180%;
}

.fa-right-from-bracket::before {
  content: "\f061";
}

/*首頁*/
.module_i_album .title_i_box {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.module_i_album .title_i_box h6:before {}

.module_i_album .title_i_box h4 {
  font-size: 23px;
  letter-spacing: 0.13em;
  margin-top: -1px;
  font-weight: 700;
}

.module_i_album section {
  max-width: 1600px;
}

.i_album_list {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.i_album_list li a p {
  height: 60px;
  background: rgb(3 15 53 / 75%);
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.i_album_list li a p span {
  font-size: 14px;
  letter-spacing: .3rem;
  font-weight: 400;
  width: 100%;
  padding-left: 20px;
  text-align: left;
}


.i_album_list li a:hover p span {
  font-size: 18px;
}

.i_album_list li a:hover p span:after {
  opacity: 1;
  height: 25px;
  margin-top: 20px;
  padding-bottom: 10px;
  transition-delay: .3s;
}

.subalbum-menu h2 {
  display: none;
}

.module_i_album .title_i_box h6 {
  font-size: 18px;
  color: #01307A;
}

.module_i_album .title_i_box h4 {
  color: #0385DD;
}

.animated-arrow {
  background: #3794d3;
  margin-top: -23px;
  border-radius: 5px;
}

.i_album_list {
  gap: 10px;
  margin: 60px;
  margin-top: 28px;
}

.i_album_list .item:nth-of-type(n+5) {
  display: none;
}

.module_i_album {
  padding: 37px 20px;
}

.i_album_list_box {
  padding: 0%;
}

.animated-arrow {
  border: none;
  font-size: 15px;
  letter-spacing: 3px;
}

b,
strong {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {

  /*分類頁面*/
  .show-list {
    grid-template-columns: repeat(2, 1fr);
  }

  /*首頁*/
  .i_album_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {

  /*分類頁面*/
  .show-list {
    grid-template-columns: repeat(1, 1fr);
  }

  /*首頁*/
  .i_album_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*相簿頁*/
.subalbum-menu h2 {
  color: #666;
  /* font-weight: 600; */
}


/*觀看更多*/
.album_fixed_title {
  background: transparent;
  font-weight: 600;
}


/*TOP*/
#to_top {
  width: 66px;
  height: 66px;
  bottom: 20px;
  left: 20px;
  color: #dc5a00;
  padding: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(240, 242, 245, 0.65) 100%);
  border: none;
  background-size: contain;
  transform: rotateX(0deg) scale(1);
  transition: .3s ease-in-out;
}

#to_top:hover {
  transform: scale(1) translateY(-10px) rotateX(0deg);
  opacity: .9;
  transition: .3s ease-in-out;
}

#to_top i.top {
  width: 66px;
  height: 35px;
  top: 14px;
  left: 0px;
}

#to_top i:before,
#to_top i:after {
  background: #dc5a00;
  height: 15px;
}


@media screen and (max-width: 1360px) {
  .footer_info {
    grid-template-columns: 1fr;
  }

  .footer_info li:nth-child(1) {
    grid-template-columns: 3fr 4fr;
  }

  /* 工程實績標題 */
  .module_i_album .title_i_box h4 {
    font-size: 18px;
  }

  .module_i_album .title_i_box h6 {
    font-size: 14px;
  }

  .footer_logo {
    width: 15%;
    max-width: 30%;
    height: 100px;
    margin-left: 0;
  }

}

@media screen and (max-width: 1024px) {

  .pageIndex .header_area,
  .pageIndex .header_area.sticky {
    position: sticky;
  }

  .pageIndex .header_area::after {
    animation: none;
    transform: scale(1, 1);
  }

  .navigation {
    grid-gap: 7px;
  }

  .footer_info li:nth-child(1) {
    grid-template-columns: 1fr;
  }

  /* 工程實績標題 */
  .module_i_album .title_i_box h4 {
    font-size: 16px;
  }

  .module_i_album .title_i_box h6 {
    font-size: 13px;
  }

  .footer_logo {
    width: 20%;
    max-width: 30%;
    height: 100px;
    margin-left: 0;
  }

}



@media screen and (max-width: 768px) {

  .bannerindex {
    padding-bottom: 0;
    position: relative;
  }

  /*footer調整*/
  .footer_logo {
    margin: 0 auto;
  }

  .footer_info li p,
  .footer_menu {
    text-align: center;
  }

  .footer_info {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .footer.with_shopping_mode {
    padding: 50px 0 53px;
  }

  .footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }

  #to_top {
    bottom: 67px;
    left: 10px;
  }

  #bottom_menu li:nth-of-type(n+2) {
    display: none;
  }

  /*主選單調整*/
  .stellarnav .menu-toggle {
    padding: 0;
  }

  .pageIndex .stellarnav>ul>li {
    animation: none;
  }

  .stellarnav.mobile.right>ul,
  .stellarnav.mobile.left>ul {
    max-width: 100%;
    border: none;
    background: #f3f3f3;
  }

  .stellarnav.mobile.right .close-menu,
  .stellarnav.mobile.left .close-menu,
  .stellarnav.mobile ul,
  .stellarnav.mobile li.open li.open {
    background: #f3f3f3;
  }

  .anchorList>li {
    margin: 0px 20px 0px 20px;
  }

  .stellarnav.mobile li a {
    border-bottom: none;
  }

  .stellarnav li.has-sub li a:not(.dd-toggle) {
    padding-left: 15px;
  }

  .stellarnav li.has-sub li a:hover {
    background: transparent;
    color: #000;
  }

  .stellarnav.mobile>ul>li>a.dd-toggle {
    padding: 8px;
  }

  .stellarnav.mobile>ul>li.open>a.dd-toggle {
    margin-top: 6px;
  }

  .stellarnav.mobile li li a.dd-toggle {
    margin-top: 4px;
    margin-right: 2px;
  }

  /*文章*/
  .banner {
    height: 200px;
    background-position-x: 9%;
  }

  .banner h5:after {
    font-size: 28px;
  }

  .banner h5 {
    font-size: 16px;
    letter-spacing: 3px;
  }

  /* 工程實績標題 */
  .module_i_album .title_i_box h4 {
    font-size: 16px;
  }

  .module_i_album .title_i_box h6 {
    font-size: 13px;
  }

}

@media screen and (max-width: 400px) {
  #to_top {
    width: 45px;
    height: 45px;
  }

  #to_top i.top {
    width: 45px;
    height: 21px;
    top: 9px;
  }
}