@charset "utf-8";

.BannerHome02 { height: auto;}
.BannerHome02 .swiperBan02 { position: static; margin: 0;}
.BannerHome02 .swiperBan02 .swiper-slide img { height: auto;}
/* 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);}
@media (max-width:1400px) { .BannerHome02 { height: auto;}}
@media (max-width:1024px) { .BannerHome02 { height: auto;}}
@media (max-width:768px) { 	.BannerHome02 { height: auto;}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}
.me_tp_features {  display: none;}
.sb_marquee { display: none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
	/*顏色*/
	
	--ColorMain: #dbb486 /*淺黃*/;
    --ColorMain2: #356d3c /*LOGO綠*/;
	--ColorMain3: #232323 /*黑*/;
	
	--ColorSub:#f1f1f1 /*淺淺灰*/;
	--ColorSub2:#9f9388 /*深暖灰*/;
	--ColorSub3:#767676 /*灰*/;
	
	--textColor: #333333; /*文字*/
	
	/* 字型 */
	--ffmain: "微軟正黑體"; --ffsub: "Gabarito", sans-serif;
}

#content_main, #content { margin-top: 0;background-color: var(--ColorSub);
    background-image: linear-gradient(to right, rgb(255 255 255 / 65%) 1px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255 / 65%) 1px, transparent 1px);
    background-size: 20px 20px;}
@media screen and (max-width: 1024px){}  
@media screen and (max-width: 768px) {}         
@media screen and (max-width: 450px) {}

/*●●●●●●●●●●●●●●●●●●●●●●●●   方直型浮動按鈕浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.info_fix_links{ display:block !important; width: 30px;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/
.linksBtn, .info_fix:hover>.linksBtn{ background: #de8c66;}
.info_fix_links img{width: 25px;}

.info_fix { bottom: 140px; right: 0px;}
.info_fix_links a.info_fix_default { border-bottom: 1px solid var(--ColorMain);}

.info_fix_links a {  border-radius: 0; margin-bottom: 0; background:var(--ColorMain2);opacity: 0.7;}
.info_fix_links a:hover { background: var(--ColorMain2); opacity: 1;}
/*.info_fix_links a:nth-of-type(even):hover { background: var(--ColorSub);}*/

.info_fix_links a span::before{width: 22px;  margin: auto;}

#to_top{background: var(--ColorMain3); left: auto; right: 0 ; bottom: 110px; box-shadow: none; color: var(--ColorSub3); border-radius: 0; width: 50px; height: 50px;  opacity: 0.8;}
#to_top i.top {height: 16px;}
#to_top i.top:before, #to_top i.top:after {background: #fff;}

@keyframes move2{ 0%{transform: rotateY(0deg);} 100%{transform:  rotateY(360deg);}}

/**********************************************************************************************/
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-slide img { height:auto;}

.bannerindex .swiper-slide a { display: block; position: relative; width: 100%; height: 100%;}

.bannerindex:before, .bannerindex:after,
.bannerindex .swiper-slide:before, .bannerindex .swiper-slide:after,
.bannerindex .swiper-slide a:before, .bannerindex .swiper-slide a:after {
	content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 50; pointer-events: none;
	background-size: contain; background-repeat: repeat-x; background-position-x: center;
}

.bannerindex .swiper-slide.swiper-slide-active:after    { animation: center_pop 3s ease;}/*小圖*/
.bannerindex .swiper-slide.swiper-slide-active:before   { animation: left_in 3s ease; }/*大標*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after    { background-image: url(https://pic03.eapple.com.tw/zhentianprecast/BNA2.png); }
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before  { background-image: url(https://pic03.eapple.com.tw/zhentianprecast/BNA1.png); }

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after    { background-image: url(https://pic03.eapple.com.tw/zhentianprecast/BNB2.png);}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before  { background-image: url(https://pic03.eapple.com.tw/zhentianprecast/BNB1.png);  animation: right_in 3s ease;}

@keyframes down_in {
 0% { transform: translateY(10%); opacity: 0;  }
 20% { opacity: 0;}
 90% { transform: translateY(0); opacity: 1;}
 100% {opacity: 1;}
}
@keyframes up_in {
 0% { transform: translateY(-10%); opacity: 0;}
 20% { opacity: 0;}
 80% { transform: translateY(0);}
 100% {opacity: 1;}
}
@keyframes left_in {
 0% { transform: translateX(-10%); opacity: 0;}
 20% { opacity: 0;}
 80% { transform: translateX(0);}
 100% {opacity: 1;}
}
@keyframes right_in {
 0% { transform: translateX(10%); opacity: 0;}
 20% { opacity: 0;}
 80% { transform: translateX(0);}
 100% {opacity: 1;}
}
@keyframes center_pop {
  0% { opacity: 0; transform: scale(1, 0);}
50% { opacity: 1; transform: scale(1, 1);} 
100% { opacity: 1; transform: scale(1, 1);} 
}

@keyframes op {
 0% { opacity: 0;  transform: scale(1.5);}
 90% { opacity: 1; transform: scale(1);}
 100% {opacity: 1;}
}

/*切換圓點*/
.swiper-pagination-bullets.swiper-pagination-horizontal{display: none;}


/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner{background-image: url(https://pic03.eapple.com.tw/zhentianprecast/ban.jpg);background-repeat: repeat;background-size: cover;
        padding: 70px 50px 0;  height: 70px;  justify-content: flex-end;min-height: 330px;}
.banner h5 {color: #ffffff; display: flex; flex-direction: column; font-family: var(--ffsub2);}
.banner h5:before {content:'DAREN MATERIAL';font-weight: normal; letter-spacing: 0; margin-bottom: -6px; font-size: 18px; color: var(--ColorMain2);font-family: var(--ffsub);}

.article_a .banner.banblog h5:before {content:'ARTICLE';}
.article_b .banner.banblog h5:before {content:'NEWS';}
.banner.banE h5:before {content:'ALBUM';}

.projects_detaild_page .banner h5{  margin-top: 90px; font-size: 50px;}


@media screen and (max-width: 1024px) {
.bannerindex {background: var(--ColorMain);}
.banner h5 {}
}

@media screen and (max-width: 768px) {
.bannerindex {  padding: 0;}
.banner {  justify-content: space-evenly;}
.projects_detaild_page .banner h5 { margin-top: 65px;  font-size: 36px;}
}
@media screen and (max-width: 600px) {
.banner {  min-height: 200px;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   footer   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer { background: white;padding: 0;}
.footer .center {max-width: 90%;}

/*LOGO*/
.footer_logo { display:none; max-width: 200px;opacity: 0.9;}

/*聯絡資料*/
.footer_info {display: flex; flex-direction: column; align-items: center; grid-gap: 10px;padding: 20px 0 0;}
.footer_info ul{display: flex; flex-direction: column; align-items: center;}

.footer_info li {display: flex; flex-wrap: wrap; justify-content: center;text-align: center; gap: 0 15px;padding: 5px;}
.footer_info li:nth-child(1){}
.footer_info li:nth-child(2){}
.footer_info li+li { margin-top: 0;}

.footer_info li p {  border-bottom: 1px solid var(--ColorSub); margin: 7px 3px;}
.footer_info li p, .footer_info li p a{ color:var(--textColor); font-size: 13px; letter-spacing: 1px;text-align: left;}

.footer_info li p:nth-of-type(even):after{color: var(--ColorMain2);}

/*按鈕*/
.footer_menu a{background: rgb(0 0 0 / 10%); color: var(--textColor);font-size: 12px;padding: 8px;position: relative;z-index: 0; margin: 5px 0;width: 100px;border: none;}

.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";width: 100%; height: 0; position: absolute; top: 0; left: 0; transition: all .5s; background: var(--ColorMain2);z-index: -1;}
.footer_menu a:nth-of-type(even):before{background: var(--ColorMain2);}

.footer_menu a:hover {background: transparent;}
.footer_menu a:hover:before{bottom: 0; top: auto; height: 100%;transition: all .5s;}

.footer_menu a, .footer_menu a:hover:before{}

/*copy*/
.copy {padding: 8px 0 10px; margin-top: 10px;background: var(--textColor); border-top: none;}
.copy, .copy a{color: #fff;letter-spacing: 0;}

/*#bottom_menu*/
#bottom_menu{background: var(--ColorMain2); box-shadow: none;}

#bottom_menu li { border-right: 1px solid #ffffff45;}
#bottom_menu li a {  padding: 11px 5px 4px;}
/*#bottom_menu li:nth-of-type(2) a{background: var(--ColorMain);}
#bottom_menu li:nth-of-type(3) a{background: var(--ColorMain2);}*/
#bottom_menu li a i { color: var(--ColorSub3);}
/*#bottom_menu li:nth-of-type(2) a i, #bottom_menu li:nth-of-type(3) a i { color: white;}*/
#bottom_menu li a em {color: white;}

@media screen and (max-width: 768px) {
	.footer { padding: 0 0 55px;}
	.footer_info li {  justify-content: flex-start;}
	.footer_info li:nth-child(2) {text-align: left;}
	.footer_info ul { align-items: flex-start;}

    .footer_info li p a {  text-align: left;}
    .footer_menu a { text-align: center; }
	.footer_info { align-items: flex-start;padding: 0;}
	
	.footer.with_shopping_mode { padding: 30px 0 54px; }
	.footer_logo {}
	
}
/*●●●●●●●●●●●●●●●●●●●●●●●●   header   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*主選單*/
.header_area {  position: fixed;background: transparent; padding:0;}
.header_area.sticky {  background: transparent; }
.main_header_area .container { max-width:97%;}
.stellarnav ul {  /*margin-right: 15px;*/}

.main_header_area:after { content: ""; width: 100%; height: 150px; position: absolute; top: 0; left: 0;transition: all 1s;
    background: linear-gradient(180deg, #ffffffe0, transparent, transparent);}
.sticky .main_header_area:after { height: 60px;  background: linear-gradient(180deg, var(--ColorMain2), transparent);transition: all 1s;}


/*LOGO*/
.nav-header { max-width: 100%;}
.nav-brand img {         transition: all .5s; filter: none; margin-top: 10px;}
.sticky .nav-brand img { transition: all 2s;  filter: contrast(0) brightness(100);}	
.navigation { grid-template-columns: 220px 1fr; column-gap: 5px;}
	
/*第一層*/
.stellarnav {}
.sticky .stellarnav {}
.stellarnav > ul > li > a{transition:all 0.3s;color: var(--ColorMain3); border-left: 1px solid #0000002b;padding:8px 3px 0 20px;height: 50px;}
.stellarnav > ul > li:nth-child(2) > a, .sticky .stellarnav > ul > li:nth-child(2) > a{border-left:none;}

.sticky .stellarnav > ul > li > a {border-left:1px solid #ffffff57; color: #ffffff;}

.stellarnav > ul > li:nth-of-type(5) > a, .stellarnav > ul > li:nth-of-type(6) > a, .stellarnav > ul > li:nth-of-type(7) > a
{padding-right: 17px !important;}

.stellarnav li.has-sub > a:after{top: 50%; border-top:6px solid var(--ColorMain);}
.stellarnav > ul > li:hover > a{color: var(--ColorMain2);}

.stellarnav > ul > li > a b {  font-weight: bold;font-family: var(--ffsub);/*font-size: 10px;*/}
.stellarnav > ul > li > a b:first-of-type { font-weight: 500; font-family: var(--ffsub);font-size: 14px;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{ color: #323232; padding: 7px 5px; transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: white;}
.stellarnav ul ul{    background: #ffffffd1;}
.stellarnav li li:hover { background: #000000b0;}
.stellarnav li li { border: none; border-bottom: 1px solid white;}
.stellarnav li li.has-sub > a:after { border-left: 6px solid var(--ColorMain2);}

@media screen and (max-width: 1024px) {
.nav-brand, .nav-brand img { width: 250px;}
.sticky .nav-brand, .sticky .nav-brand img { width: 200px;}
.header_area.sticky .main_header_area:after { height: 200px;}

/*.nav-header { margin: 0; }
.sticky .nav-header { margin: 5px 0 0;border-left: none; background: transparent;padding-bottom: 8px; }
*/	
.me_tp_features {    margin: 0;}
.header_area {  padding: 0;}

.stellarnav { margin-top: 0;}
.stellarnav{display:none !important;}
.sticky .stellarnav {display: block !important;}
.stellarnav > ul > li > a { font-size: 14px;}

}

@media screen and (max-width: 768px) {

.stellarnav { display: inline-block !important; }
.header_area.sticky .main_header_area:after { height: 110px;}
.nav-brand, .nav-brand img { width: 200px;}
.sticky .nav-brand, .sticky .nav-brand img { width: 150px;}
.me_tp_features {  margin: 6px 0; }

.main_header_area .container {}
	
.stellarnav.mobile > ul > li > a, .stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle)
 { padding: 21px 43px 24px 30px; text-shadow: none; font-weight: 800; line-height: 150%; border-left: none;}
.sticky .stellarnav > ul > li > a { border-left: none;}

/*menu*/
.stellarnav .menu-toggle {  padding: 20px; }
.stellarnav .menu-toggle:after { color: white;font-size: 8px; margin-top: 5px;}
.stellarnav .menu-toggle span.bars span { background: white;}

.sticky .stellarnav .menu-toggle:after { color: var(--ColorSub3);}
.sticky .stellarnav .menu-toggle span.bars span { background: white;}
.stellarnav.mobile ul ul { margin: 0 70px 0 30px;}
.stellarnav.mobile li.open li.open { background: #a2a2a2;}
.stellarnav.mobile ul ul ul {  margin: 0 10px;}

.stellarnav > ul > li > a b:nth-of-type(2) { font-size: 14px;color: var(--ColorMain);}


/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;color: var(--ColorMain);}
.stellarnav .icon-close { margin-right: 5px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after,
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {  border-bottom: solid 3px var(--ColorMain2);}

	
/*+*/
.stellarnav a.dd-toggle .icon-plus { display: inline-block;}
.stellarnav>ul>li>a.dd-toggle:before {content: "";}
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 19px 0;}

/*x*/

/*底色*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{width: 300px;  max-width: 100%;}

.stellarnav.mobile ul, .sticky .stellarnav ul, .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul,
.sticky .stellarnav.mobile.right > ul, .sticky .stellarnav.mobile.left > ul { background: #fffffff5; backdrop-filter: saturate(93%) blur(3px);}

.stellarnav.mobile li.open { padding: 0 0 20px;}
.stellarnav.mobile > ul > li {  margin: 0 30px 10px;}
.stellarnav>ul>li>ul { left: 0;}
.stellarnav.mobile li.open { background: transparent;}
.sticky .stellarnav ul {  margin: 0;}

.stellarnav.mobile li li a { border-bottom: none; font-size: 15px; background: #a385492b;}

/*文字*/
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { text-shadow: none; color: var(--ColorMain2); font-weight: 800;}
.stellarnav>ul>li>ul, .sticky .stellarnav>ul>li>ul { bottom: auto; transform: none;}

.stellarnav li li { background: var(--ColorMain);}
.stellarnav li li:hover{background: var(--ColorMain2);}

}
@media screen and (max-width: 570px) {
.stellarnav .menu-toggle {}
.nav-brand, .nav-brand img {}
.sticky .nav-brand, .sticky .nav-brand img {}

.me_tp_features {display: none;}
.sticky .me_tp_features {}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿(工程實績)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁*/
.subalbum-menu { margin: auto; padding: 0; max-width: 1000px;}
.subalbum-menu h2{display:none;}

.show-list .show_pic {aspect-ratio: 1 / 1;}

.other_subalbum li {  background: transparent}
.other_subalbum li a p { text-align: center; font-weight: bold; letter-spacing: 5px; color: var(--ColorMain2);}



/*●●●●●●●●●●●●●●●●●●●●●●●●   文章(產品資訊/最新消息)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁*/

/*左側*/
h5.blog_le_t { display: none;}
.blog_search input[type=search], .blog_le .accordion { border-radius: 0;}
.blog_le {  padding: 0;}


/*右側*/
.blog_page h4.blog_category_title { display: none;}









