@charset "utf-8";

/* 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);}

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.box_link{display:none;}
.sb_marquee{display:none;}

/*購物車LINE電話*/
a.pdinfo_tel, a.pdinfo_line {display: none;}

/*
.tp_links{display:none;}
.path p, .path p a { display: none;}*/
.me_tp_features {  display: none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
	/*顏色*/
	
	--ColorMain: #d3d2d6 /*灰色*/;
    --ColorMain2: #3f587e /*藍灰色*/;
	--ColorMain3: #17356b /*深藍*/;
	
	--ColorSub:#7b7b7b /*灰*/;
	--ColorSub2:#77550f /*深金*/;
	
	--ColorSub3:#626952/*綠*/;
	--ColorSub3:#F6F3EE/*灰*/;
	
	--textColor: #333333; /*文字*/
	
	/* 字型 */
	--ffmain: "微軟正黑體"; --ffsub: "Gabarito", sans-serif;
}

#content_main, #content { /*z-index: -1;*/ min-height: 45vh; margin-top: 0; background-size: 32px 32px;
    /*background-image: radial-gradient(#0d1d54 17px, #3f2a00 0); */background: var(--ColorMain);}

@media screen and (max-width: 1024px){}  
@media screen and (max-width: 768px) {}         
@media screen and (max-width: 450px) {}

/*●●●●●●●●●●●●●●●●●●●●●●●●   方直型浮動按鈕浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.info_fix_links{ display:block !important;padding-bottom: 0;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/
.linksBtn, .info_fix:hover>.linksBtn{ background: #de8c66;}
.info_fix_links img{width: 25px;}

.info_fix { bottom: 160px; right: -20px;}
.info_fix_links a.info_fix_default { border-bottom: 1px solid #ffffff8a;}

.info_fix_links a {  border-radius: 0; margin-bottom: 0;}
.info_fix_links a {background:var(--ColorMain2);opacity: 0.8;}
.info_fix_links a:hover { background: var(--ColorMain3); opacity: 1;}
.info_fix_links a.info_fix_default:first-of-type{border-radius: 10px 0 0 0;}

#to_top{background: var(--ColorMain3); left: auto; right: 0; bottom: 110px; box-shadow: none; color: var(--ColorSub3); border-radius: 0 0 0 10px; width: 50px; height: 50px;}
#to_top i.top {height: 16px;}
#to_top i.top:before, #to_top i.top:after {background: #939393;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   header   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*購物車*/
.me_tp_features {/* z-index: 99;margin-left: -15px;margin-top: 5px;*/}
.sticky .me_tp_features a i {color: var(--ColorMain);}
.sticky .tp_links a:nth-of-type(even) i {color: var(--ColorMain2);}
.sticky .me_tp_features a { color: var(--textColor);}
.me_tp_features a i, .me_tp_features a{color: white;}


/**************************LOGO*************************************/
.navigation { grid-template-columns: 270px 1fr;transition: all 1s ease;grid-gap: 0 10px;}
.sticky .navigation { grid-template-columns: 250px 1fr;transition: all 1s ease;}

.nav-brand { width: 100%; display: block; transition: all ease 0.3s; display: flex; justify-content: flex-end; margin-top: 10px;}

.header_area .nav-brand img { }
.header_area.sticky .nav-brand img {  filter: none;filter: contrast(0) brightness(100);}

/*Header/＝＝＝＝＝*/
.header_area {  position: fixed;background: transparent; padding:13px 0 0;}
.header_area.sticky {  background: transparent;}
.main_header_area{background: transparent;}

.main_header_area .container {max-width: 98%;width: 1025px;}

.main_header_area:after {
    content: ""; 
    width: 100%; 
    height: 0; 
    position: absolute; 
    top: 0; 
    left: 0;  
    background: linear-gradient(180deg, var(--ColorMain3), transparent); 
    /*opacity: 0; */
    transition: height 0.5s ease-in, opacity 0.5s ease-in, background 0.5s;
    border-top: 5px solid var(--ColorSub);
    pointer-events: none;
}

.sticky .main_header_area:after {
    height: 120px; 
    /*opacity: 1;*/
    background: linear-gradient(180deg, var(--ColorMain3), #ffffff00); 
	border-top: 5px solid var(--ColorMain2);
    transition: all .5s;
}

/*第一層*/
.stellarnav {}
.sticky .stellarnav {}
.stellarnav > ul > li > a{transition:all 0.3s;color: var(--ColorMain2); border-left: 1px solid #0000002b;
padding:8px 3px 0 12px;font-size: 14px; line-height: 60px; height: 60px;}
.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.has-sub > a,
.stellarnav > ul > li:nth-of-type(4) > a,
.stellarnav > ul > li:nth-of-type(5) > a
{padding-right: 17px !important;}

.stellarnav li.has-sub > a:after{border-top:6px solid var(--ColorMain3);}
.stellarnav > ul > li:hover > a{color: var(--ColorMain2);}

.stellarnav > ul > li > a b {  font-weight: bold;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: var(--ColorMain);}
.stellarnav li li { border: none; border-bottom: 1px solid white;}
.stellarnav li li.has-sub > a:after { border-left: 6px solid var(--ColorMain2);}
	
/*SubMenu*/
.shop_search_btn {    background: #0d3766;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #0d3766;}
.box_search input[type=text] { border: none;}

@media screen and (max-width: 1200px) {
.navigation {}
}

@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) {
.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%;}
.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: var(--ColorMain2);}
.stellarnav.mobile ul ul { margin: 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(--ColorMain2);}


/*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: 80%;  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: 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(--ColorMain); font-weight: 800;}
.stellarnav>ul>li>ul, .sticky .stellarnav>ul>li>ul { bottom: auto; transform: none;}


}
@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 {}


}


/*●●●●●●●●●●●●●●●●●●●●●●●●   footer   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer { background: var(--ColorMain2); padding: 0;}

.footer .center {max-width: 90%;/* width: 900px;*/}

/*LOGO*/
.footer_logo {  max-width: 200px;opacity: 0.9; display:none;}
/*聯絡資料*/
.footer_info {display: flex; align-items: center; grid-gap: 10px; padding: 20px 0 0; flex-direction: column;}
.footer_info ul{display: flex; flex-direction: column; align-items: center;}

.footer_info li {display: flex; flex-wrap: wrap; center;text-align: center;justify-content: 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 {}
.footer_info li p, .footer_info li p a{ color:var(--ColorSub3); font-size: 13px; letter-spacing: 1px;text-align: left;}

.footer_info li p:nth-of-type(even):after{color: var(--ColorMain2);}

/*資料修改*/
.footer_info li p.add2:before, .info_ADD2:before { content: '服務時間：';}

/*按鈕*/
.footer_menu { display: flex; flex-wrap: wrap;gap: 5px;}
.footer_menu a{background: white; border: 1px solid var(--ColorMain2); color: var(--ColorMain2);font-size: 12px;padding: 8px;
position: relative;z-index: 0;margin: 5px 0;width: 100px;border-radius: 10px;}

.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(--ColorMain3);z-index: -1;    border-radius: 10px;}
/*.footer_menu a:nth-of-type(even):before{background: var(--ColorMain);}*/

.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{/*border-radius: 20px;*/}
/*copy*/
.copy {padding: 8px 0 10px; margin-top: 10px;background: var(--ColorMain3);border-top: 1px solid var(--ColorMain3);}
.copy, .copy a{color: #fff;letter-spacing: 0;}
.privacyLinks a+a {border-left: 1px solid #ffffff;}


/*#bottom_menu*/
#bottom_menu{/*display:none;*/background: #000000; box-shadow: none;}

#bottom_menu li { border-right: 1px solid #ffffff45; background: var(--ColorMain3);}
#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: white;}
/*#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;}
	
	.footer.with_shopping_mode { padding: 0 0 54px; }
	.footer_logo { margin: 15px;}
	
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 382px) {
	.footer_info li p.add2:before {  width: 95px;}
}
/**********************************************************************************************/
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-slide img { height:auto;}


/*共用*/
.bannerindex .swiper-banner:before, .bannerindex .swiper-banner:after{
    content: " ";  position: absolute;  width: 100%;  height: 100%;	top: 0;
	background-size: contain; background-repeat: repeat-x;z-index: 5;
}
/*中文*/
.bannerindex .swiper-banner:before {
    background-image: url(https://pic03.eapple.com.tw/shenghong/BN1.png);
    animation: anime_wave01 100s linear 0s infinite alternate;
}

/*英文*/
.bannerindex .swiper-banner:after {
    background-image: url(https://pic03.eapple.com.tw/shenghong/BN2.png);
    animation: anime_wave02 100s linear 0s infinite alternate;
}

@keyframes anime_wave01 { from { background-position: 0 0;} to { background-position: -2000px 0;}}
@keyframes anime_wave02 { from { background-position: -2000px 0;} to { background-position: 0 0;}}



/* 開場動畫 *//*
.pageIndex .header_area::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/shenghong/logo-1.png);
    width: 250px;
    height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    pointer-events: none;
    animation: banner-logo 5s forwards;
}
.pageIndex .header_area::after{
    content: "";
    display: block;
    background: linear-gradient(44deg,#091748,  var(--ColorMain));
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 99999;
    animation: banner-bg 7s forwards;
}
@keyframes banner-logo{
    0%{ opacity: 0;
        width: 250px;
        height: 590px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
        background-position: -526px 0 ;
    }
   50%{ opacity: 1;
        background-position: 0 0;
        transform: translate(-50%, -50%) scale(1);
	}
    90%{opacity: 0;}
    100%{opacity: 0;transform: translate(-50%, -50%) scale(2);}
}


@keyframes banner-bg{
    0%{ }
    50%{ opacity: 1;}
    80%{}
    100%{opacity: 0;}
}*/

.swiper-pagination-bullets.swiper-pagination-horizontal{display:none;}

/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner{background-image: url(https://pic03.eapple.com.tw/shenghong/ban.jpg); background-repeat: repeat;background-size: cover;
        padding: 70px 50px 0;height: 30vw; justify-content: flex-end; background: var(--ColorMain3);}
.banner h5 {color: #ffffff;text-align: right; font-size: 25px;}
.banner h5:before{content: "SHENGHONG"; display: block; font-size:55px; font-family: var(--ffsub); color: var(--ColorMain2);}

@media screen and (max-width: 1024px) {
.bannerindex {background: var(--ColorMain);}
.banner h5 {}
}

@media screen and (max-width: 768px) {
.bannerindex {  padding: 0; height: auto;}
.banner { min-height: inherit;}
.banner h5 {}
}
@media screen and (max-width: 600px) {
.bannerindex::after {}
.banner {}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow { transition: .3s; position: relative; overflow: hidden; font-size: 12px; height: 40px; line-height: 40px;
    border-radius: 0; background: var(--ColorMain3); border: none; color: white; /*border-radius: 0 20px 0 0;*/}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{}
.animated-arrow::after { background: white ;content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:1s;
/*border-radius: 0 20px 0 0; border-right: 1px solid var(--ColorMain2);  border-top: 1px solid var(--ColorMain2);*/}
.animated-arrow:hover {	color: var(--ColorMain2);}
.animated-arrow:hover::after {	width:90%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   首頁顯示功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.i_prod_tit h2, .i_video_tit h2, .module_i_news02 .title_i_box h6, .module_i_news .title_i_box h6, .module_i_album .title_i_box h6
{display: block;font-size: 30px; color: var(--ColorMain3); font-family: var(--ffsub);}


/*中文*/
.module_i_news .title_i_box h4, .i_prod_tit span, .module_i_album .title_i_box h4
{ font-size: 20px; font-weight: bold;color: white;}

/*底色*/
.module_i_news, .prod_part {  background: var(--ColorMain);padding: 5% !important;}
.module_i_news_list { padding: 0 0 30px;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章共用   ●●●●●●●●●●●●●●●●●●●●●●●●*/
h5.blog_le_t span { font-family: var(--ffmain);}
h5.blog_le_t { color: #fff;}
.blog_search input[type=search], .blog_le .accordion { border-radius: 0;}

.blog_le .accordion { border: none; border-bottom: 1px #ffffff solid;}
.accordion li .link a { color: #fff;}
h4.blog_category_title {  color: #fff;}
.toShareNews { color: #fff;}
.blog_shareData { border-bottom: 1px solid #ffffff45; padding-bottom: 10px;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: var(--ColorMain);}
.blog_back a.article_btn_back { background: var(--textColor);}
.news_related h6 span:before { font-size: 22px; color: var(--ColorMain2);}
.news_related { padding: 5%;}

.blog_in_page .blog_ri { background: #00000030;}
.blog_in_page .blog_ri { padding: 20px;}
.i_blog_ri p {-webkit-line-clamp: 2;}

@media screen and (max-width: 600px) {
.blog_in_page .main_part {padding: 10px 0 0; }
}

.blog_in_page .blog_box_edit .edit p{color:white;}
.blog_in_page .blog_box_edit .edit p a{color: #ffba1c; font-weight: bold;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   文章1(最新消息)   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.blog_subbox { grid-template-columns: 1fr;}
.subbox_item,
.module_i_news li { background: white;}
.subbox_item a { grid-template-columns: 230px 1fr; grid-gap: 10px;}
.subbox_item a:after,
.module_i_news li a:after { background: transparent;border: 2px solid var(--ColorMain2);}
.subbox_item a:before,
.module_i_news li a:before {color: #fff; bottom: 0; right: 0; background: var(--ColorMain2);padding: 10px 20px;}
.blog_list_ri,
.module_i_news .i_blog_ri { padding: 10px 0;}
.blog_list_ri h5,
.module_i_news .i_blog_ri h5 { font-weight: bold; color: var(--textColor);-webkit-line-clamp: 3;font-size: 18px;}
.module_i_news li a { grid-template-columns: 170px 1fr;}

.module_i_news ul{grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}

@media screen and (max-width: 500px) {
.module_i_news ul{grid-template-columns: 1fr;}
.module_i_news .i_blog_le {aspect-ratio: 3 / 4;}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿()   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.module_i_album { padding: 5%;}
.show-list {  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.module_i_album .i_album_list_box{    padding: 0;}
.show-list .item p {padding: 10px;}
.show-list .item:hover p span{border-bottom: 5px solid var(--ColorMain2);  padding-bottom: 5px;transition: all .5s ease;}

.show-list .item { background: transparent; text-align: center;}
.show-list .show_name, .other_subalbum li a p, .pic-list .item h6 {  color: var(--ColorMain2); font-size: 20px; font-weight: bold;text-align: center;}
.show-list .show_pic, .pic-list .show_pic { /*border: 2px solid var(--ColorMain2);border-radius: 20px;*/}

/*更多按鈕*/
.album_fixed_title { display: none;}
.other_album_choice li { background: var(--ColorMain2);}

/*****客戶回饋.a********/
.pic-list .show_pic { aspect-ratio: auto;}
.pic-list { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-gap: 10px;}
.pic-list .show_pic{ border: none; border-radius: 0;}


