@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.me_tp_features{display:none;}
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}
.footer_logo{display:none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: "Kosugi Maru", sans-serif;}
:root{
/*顏色*/

--mainR:#D88D6E/*橘紅*/;
--mainOPk:#e29f84/*橘粉*/;
--mainPk:#edacac/*嫩粉*/;
--mainLO:#ffc886/*亮橘*/;
--mainLPk:#ffe5d4/*淺粉*/;

--darkBr:#9d8b83/*深咖啡*/;
--ddarkBr:#5a453b/*深咖啡文字*/;
--lightGray:#dadada/*淺灰*/;

--textColor: #333333; /*文字*/

/* 字型 */
--ffmain: "微軟正黑體"; --ffsub:"Noto Sans TC", sans-serif;
}

#content_main { margin-top: 0;}
#content_main {}
@media screen and (max-width: 1024px){
}  
@media screen and (max-width: 768px){
}         
@media screen and (max-width: 450px) {
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.info_fix_links{ display:block !important;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/
.linksBtn, .info_fix:hover>.linksBtn{ background: #de8c66;}

.info_fix { right: 0px;}
.info_fix_links a { background:rgb(196 118 121/0.5);width: 45px; height: 45px;}

.info_fix_links a:hover {  background:rgb(196 118 121);animation: move2 2s; animation-timing-function: ease-out;}

.info_fix_links a:nth-of-type(even) { background: rgb(227 166 125/0.5);}
.info_fix_links a:nth-of-type(even):hover {  background: rgb(227 166 125);}

@keyframes move2{	0%{transform: rotateY(0deg);}	100%{transform:  rotateY(360deg);}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow {border-radius: 20px;background: unset;transition:.3s;position:relative;overflow:hidden;
    color: #fff; background:var(--lightGray);font-size: 14px;height: 40px; line-height: 40px;}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{ font-weight: normal;}
.animated-arrow::after { background: var(--mainPk); content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:.5s;}
.animated-arrow:hover {	color: #fff;}
.animated-arrow:hover::after {	width:100%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
.bannerindex{position: relative;}
/*共用*/
.bannerindex:before {
    content: "";
    width: 100%;
    height: 10vw;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(234 224 198 / 81%), transparent);
    z-index: 10;
    mix-blend-mode: hard-light;
}
.bannerindex .swiper-banner:before, .swiper-banner:after{
    content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}
.bannerindex .swiper-banner:before {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/chengjhen2025/cover_could.png);
    background-size: contain;
    bottom: -14%;
    left: 0;
    height: 100%;
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
    mix-blend-mode: luminosity;
    opacity: .5;
}
@keyframes anime_wave01 { from { background-position: 0 0;} to { background-position: -2000px 0;}}

/*各別*/
.bannerindex .swiper-slide{position: relative;}
.bannerindex .swiper-slide:before, .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after,
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before, .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background-image: url(https://pic03.eapple.com.tw/chengjhen2025/BNA1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	top: 0;
    background-size: contain;
    position: absolute;
    z-index: 101;
    animation: up_pop 1.5s ease;
	
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after, .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after{
    background-image: url(https://pic03.eapple.com.tw/chengjhen2025/BNA2.png);
    animation: fade_in 1.5s ease;
}
/*
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { background-image: url(https://pic03.eapple.com.tw/chengjhen2025/BNB1.png);}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after{   background-image: url(https://pic03.eapple.com.tw/chengjhen2025/BNB2.png);}
*/
@keyframes up_pop {
 0% { transform: translateY(10%); opacity: 0;}
 60% { transform: translateY(0);}
 70% { transform: translateY(1%);opacity: 1;}
 100% { transform: translateY(0);}
}
@keyframes fade_in {
 0% { opacity: 0;}
 60% { opacity: 0;}
 65% { opacity: 1;}
 80% { opacity: 0;}
 95% { opacity: 1;}
 100% { opacity: 1;}
}

/*大圖滑動點*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 0px 5px; width: 3px; height: 13px;border-radius: 2px;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner {background: url(https://pic03.eapple.com.tw/chengjhen2025/ban.jpg) no-repeat;
background-position: center center !important; background-size: cover !important; height: 20vw;}
.banner h5 {font-weight: 400;color: #9d8b83;letter-spacing: 8px;margin-top: 2vw;font-size: 24px;}
.banner h5:before{content: "CHENG JHEN";letter-spacing: 7px;font-family: serif;font-weight: bold;display: block;font-size: 14px;margin-bottom: 15px;
                  color: var(--mainPk);}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {/*background: url(https://pic03.eapple.com.tw/top1car/ban07.jpg) no-repeat;*/}
.banner.banblog {/*background: url(https://pic03.eapple.com.tw/top1car/ban08.jpg) no-repeat;*/}

@media screen and (max-width: 768px) {
	.banner{}
	.banner h5 {}
	.banner h5:before{}
}

@media screen and (max-width: 450px){
	.banner{}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   功能頁首頁顯示-外掛   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.i_prod_tit h2, .i_video_tit h2, .news_part .title_i_box h6, .module_i_album .title_i_box h6, .module_i_news .title_i_box h6
{font-family: serif;font-weight: bold;font-size: 35px;margin-bottom: 5px;color: #fff;letter-spacing: 0;}

/*中文*/
.i_prod_tit span, .i_video_tit span, .news_part .title_i_box h4, .module_i_album .title_i_box h4, .module_i_news .title_i_box h4
{color: var(--mainOPk);font-size: 22px;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*LOGO*/
.main_header_area .container {max-width:1024px;}
.nav-header {max-width: 170px;}

/*底色*/
.header_area { padding: 0;}
.pageIndex .header_area{opacity: 0;transition: all .5s;}

.pageIndex .header_area, .header_area.sticky {background: transparent;position: fixed;}
.header_area.sticky {opacity: 1;transition: all .5s;}

.header_area:before{content: "";width: 80%;height: 100%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);
background: transparent;transition: all .5s;}
.header_area.sticky:before{width: 100%;background: #fff7f5;transition: all .5s;}

.navigation {display: flex;align-items: center;grid-gap: 0 10px;}

.main_header_area {background: #fff7f5;}

/*第一層*/
.stellarnav > ul {display: flex; justify-content: center;gap: 15px;margin-top: 5px;}
.stellarnav > ul > li:before{content: "+"; color: #ffcfbe;font-style: italic;}
.stellarnav > ul > li { display: flex; align-items: center;}
.stellarnav > ul > li:nth-of-type(4) > a, .stellarnav > ul > li:nth-of-type(5) > a { padding-right: 17px !important;}

.stellarnav > ul > li > a{color:var(--mainOPk);letter-spacing: .2rem;transition: all .5s;}
.stellarnav > ul > li > a:hover {color: #ffdacd;}
.stellarnav > ul > li > a b{font-weight: normal; font-family: "Kosugi Maru", sans-serif;font-style: italic;letter-spacing: 4px;}
.stellarnav > ul > li > a b:nth-of-type(2){font-weight: bold; font-family: serif; letter-spacing: 0;}

/*主選單箭頭*/
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent; border-top: 5px solid var(--mainR);}

/*第二層*/
.stellarnav ul ul{ background: transparent;top: 40px;}
.stellarnav li a{ color: var(--darkBr); padding: 10px;transition: 1s ease;}
.stellarnav li.has-sub li {border: none; border-bottom: 1px solid #d69e88; background: #ffffffe8;}
.stellarnav li.has-sub li a:hover{background: #de8686; color: #fff; padding-left: 18px;}

@media screen and (max-width: 1024px) {
.stellarnav > ul {   gap: 5px;}

}
@media screen and (max-width: 768px) {
.header_area, .header_area.sticky, .pageIndex .header_area { position: sticky;}
.pageIndex .header_area { opacity: 1;}
.nav-header { max-width: 130px;}


/*menu*/
.stellarnav .menu-toggle{ padding: 20px 15px !important;}
.stellarnav .menu-toggle:after{    color: var(--mainLPk);        margin-top: 10px;}
.stellarnav .menu-toggle span.bars span { background: var(--mainOPk);}
	
/*區塊*/
.stellarnav > ul { margin-top: 0;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { background: #ca9883db;backdrop-filter: saturate(93%) blur(3px); max-width: 250px;}
	
/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;color:var(--mainPk);}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{    border-bottom: solid 3px var(--mainPk);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--mainLO);}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 15px 0px;}
.stellarnav .icon-close { margin-right: 4px;}

/*第一層*/
.stellarnav.mobile > ul > li{padding: 10px 0;}
.stellarnav.mobile > ul > li > a b {font-style: normal;color: white;}
.stellarnav > ul > li:before{display:none;}
.stellarnav ul ul {top: 0;}
.stellarnav.mobile li.open { background: transparent; padding: 10px 0;}
.stellarnav.mobile li a {border-bottom: none;}

/*第二層*/
.stellarnav.mobile ul { background: transparent;}
.stellarnav.mobile ul ul { margin: 0px 40px 15px 15px;}
.stellarnav li.has-sub li { background: #ffffffc2;}
.stellarnav > ul > li:nth-of-type(4) > a, .stellarnav > ul > li:nth-of-type(5) > a { padding-right: 0 !important;}
.stellarnav li a{color: var(--darkBr);}
.stellarnav.mobile li ul a{font-size:15px;}

}

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer{background: #fff7f5;padding: 0;}
.footer .center {max-width: 1000px;width: 90%;}
/*LOGO*/
/*聯絡資料*/
.footer_info {display: flex; flex-direction: column; 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 20px;}
.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 a{ color: #6d6d6d; font-size: 13px; letter-spacing: 1px;}

.footer_info li p {display: flex;}
.footer_info li p:after { content: '♥'; color: var(--mainOPk); font-size: 20px;order: 1;margin-right: 5px;}
.footer_info li p:before {order: 2;}
.footer_info li p a{order: 3;}

/*按鈕*/
.footer_menu a{background: var(--mainPk);border: none;color: white;font-size: 12px;padding: 6px 8px;position: relative;z-index: 1; margin: 5px 0;width: 88px;}
.footer_menu a:nth-of-type(even){background:var(--mainLO);}	

.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";width: 0;height: 100%;position: absolute;top: 0;left: 0;transition: all .5s;background:#a14040;z-index: -1;}
.footer_menu a:hover:before{left: auto;right: 0;width: 100%;transition: all .5s;}

/*copy*/
.copy {padding: 8px 0 10px; background: var(--mainOPk); border-top: 1px #fff solid;}
.copy, .copy a{color: #fff;letter-spacing: 0;}

/*#to_top*/
#to_top { border: 1px solid #ffffff33; background: #828282b5; box-shadow: none; border-radius: 0; color: #ffffff;bottom: 90px;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*#bottom_menu*/
#bottom_menu{background: #d8d8d8; box-shadow: none;}
#bottom_menu li { border-right: 1px solid #ffffff;}
#bottom_menu li a i { color: white;}
#bottom_menu li a em {color: #878787;}

@media screen and (max-width: 768px) {
	.footer { padding: 0 0 55px;}
    #to_top { bottom: 66px; }
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步-最新消息   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*共用*/

/*首頁顯示*/
.news_part { background: url(https://pic03.eapple.com.tw/chengjhen2025/i_article_bg.jpg) no-repeat; 
             background-size: cover; background-position: center; border-bottom: 1px solid gainsboro;}
			 
.news_list ul { max-width: 800px; margin: auto;}
.news_list ul li { border-bottom: 1px #f0c7bf solid;}
.news_list ul li p { color: var(--darkBr); width: calc(100% - 120px);}
.news_list ul li p:after { content: 'Read More'; font-family: serif; font-weight: bold; margin-right: 15px; color: var(--mainOPk);}

.news_list ul li a {background: #ffffffb3;border-bottom: none; margin: 10px 0 0;}
.news_list ul li a:hover { background: var(--mainLPk);}
.news_list ul li a:hover span{ color:white;}
.news_list ul li a:hover p:after { color: white;}

.news_list ul li span{font-size: 13px; letter-spacing: 1px; color: var(--mainOPk); font-family: serif; font-weight: bold;width: 120px;}


/*促銷首頁*/
/*第一篇*/
.promotion_title span { border: none; background: var(--mainOPk); color: white;}
.promotion_title em { display: none;}
.promotion_title h2 { color: var(--darkBr);}
.promotions_page .edit { color: var(--darkBr);}

/*下方其他篇*/
.other_promotion li a { border: 1px dashed var(--mainLPk);}
.other_promotion li a:hover { background: var(--mainLPk);}
.other_promotion li a:before, .other_promotion li a:after { border-color: var(--mainLO);}

/*下方其他篇 日期 標題 內容*/
.other_promotion .pmtTime span { color: var(--mainPk); font-family: serif; font-weight: bold;}
.other_promotion li a div:nth-of-type(2) span{color: var(--lightGray);}
.other_promotion li a:hover div:nth-of-type(2) span{color: white;}

.other_promotion .pmtTitle h3{color: var(--darkBr);margin: 5px 0 0 0;}

/*促銷內頁*/

@media screen and (max-width: 600px) {
	.news_list ul li a { flex-direction: column;}
	.news_list ul li p:after { margin-right: 0; margin-top: 10px;}
	.news_list ul li a { gap: 5px;  margin: 0;}
	
}
@media screen and (max-width: 450px) {

	
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   文章-幸福指南   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/
.module_i_news {background: url(https://pic03.eapple.com.tw/chengjhen2025/i_article_bg.jpg) no-repeat;
                background-size: cover;background-position: right center;}

.module_i_news .title_i_box{margin-bottom: 10px;}
.module_i_news section {max-width: 1600px;}
.module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 1%;}
.module_i_news li a {grid-template-columns: 1fr;grid-gap: 0;}

.module_i_news li a:before, .subbox_item a:before { color: #fff; background: #ffc886; border-radius: 15px;padding: 15px 20px;
    font-family: serif; top: 40%;left: 50%;bottom: auto;right: auto;transform: translate(-50%,-50%);}
.subbox_item a:before { top: 50%;}

.module_i_news li a:after, .subbox_item a:after {background: transparent; border: 2px #ff50004d solid; border-radius: 20px;}


.i_blog_b .animated-arrow { margin-top: 60px;}

/*圖片*/
.i_blog_le, .blog_list_le img { border-radius: 20px; border: 2px solid #ffffff;}

/*標題 時間 簡介*/
.i_blog_ri {padding: 15px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: 18px;color: var(--ddarkBr);}
.i_blog_ri em, .blog_list_ri em {    margin: 4px 0;font-size: 13px; letter-spacing: 0; color: var(--mainOPk); font-family: serif;}
.i_blog_ri p, .blog_list_ri p {line-height: 160%;font-size: 12px;color: #888;-webkit-line-clamp: 8;}


/*文章首頁*/
.subbox_item a{ margin-bottom: 20px;}
.blog_list_ri { padding: 20px 0 0;}
.blog_subbox {  grid-template-columns: 1fr;}

/*側邊選單*/
a.news_menu_toggle i{color: var(--mainPk);}
h5.blog_le_t em { color: var(--darkBr);}
h5.blog_le_t span { color: var(--lightGray);}
.blog_search input[type=search] { border: none;background: #f3f3f3;}
.accordion li .link a { color: #74645d; font-weight: 500;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: var(--darkBr) !important;}
.blog_le .accordion { border: 1px solid var(--lightGray);}	

/*文章內頁*/

h4.blog_category_title { color: var(--ddarkBr); font-weight: normal; letter-spacing: 5px;margin-bottom: 5px;}
.blog_in_page h4.blog_category_title:before { content: "+"; color: #ffcfbe; margin-right: 10px;font-style: italic;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: var(--mainOPk);}

.toShareNews { color: var(--darkBr);}
.toShareNews b { font-weight: lighter;}
.blog_in_page .blog_box_edit { border-top: 1px solid var(--lightGray); padding: 30px 0 0;}	
	
/*相關文章*/
.news_related { background: #f3f3f3; padding: 35px 15px;}
.news_related h6 span:before { font-size: 24px; color: var(--lightGray);  font-weight: 200;}
.news_related_list li a { border: 1px solid var(--darkBr);}
.news_related_list { grid-gap: 15px;}
.blog_in_page .lastPage {  background: var(--mainLO);margin: 10px auto 0;}

@media screen and (max-width: 768px){
.module_i_news ul {grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));}
}
@media screen and (max-width: 450px){
/*首頁*/
.module_i_news .title_i_box h4 {font-size: 24px;}
.module_i_news ul {}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿-幸福見證   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*相簿首頁*/
.subalbum-menu h2{display:none;}
.other_subalbum li a p {font-size: 20px; text-align: center; color: var(--darkBr);}


.other_subalbum li a p:before { content: "+"; color: #ffcfbe; margin-right: 10px;}

/*相簿內頁*/
.pic-list .show_pic { aspect-ratio: 1 / 1;}
.pic-list { grid-gap: 10px;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.contact_page .blank_letter { display: none;}
.contact_page .contact_content { padding: 0;}

/*聯絡資料*/
.list_before.info li:before{letter-spacing: 2px;letter-spacing: 2px; color: var(--darkBr);font-weight: normal;padding-left: 20px; width: 70px;}

.list_before.info li:first-of-type{border-top: 1px solid var(--mainLPk);}
.list_before.info li { color: var(--ddarkBr); padding: 20px; padding-left: 60px;;border-bottom: 1px solid var(--mainLPk);}
.contact_le_nomap iframe{width: 100%;}

/*表單*/
.contact_content form{display:flex;}
.contact_form li input.noborder, .contact_form li textarea.noborder { border: none; background: #f2f2f2; border-radius: 4px;}
.contact_form { grid-gap: 30px;}

.contact_page .red { color: var(--mainLO);}
.contact_form li.last cite { background: var(--darkBr);}
.contact_form li.last blockquote { border: 1px solid var(--lightGray);}	

.contact_form li.last cite{  border: none;}	

@media screen and (max-width: 768px){
.contact_content form { flex-direction: column;}
.footer_info ul { gap: 10px;}

}
@media screen and (max-width: 600px){
.contact_form li .form__label {font-weight: normal; padding: 0; background: transparent;}
.contact_form { grid-gap: 10px;}
				
}
	