@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.me_tp_features{display:none;}
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{/*font-family: "Kosugi Maru", sans-serif;*/}
:root{
/*顏色*/

--ColorMain:#86ab8c/*綠*/;
--ColorMain2:#bae3ba/*淺綠*/;
--ColorMain3:#eef6ee/*淺淺綠*/;

--ColorSub:#ab9976/*淺咖*/;
--ColorSub2:#ca9f45/*金色*/;
--ColorSub3:#a9a9a9/*灰色*/;

--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_links a { opacity: 0.7; background:var(--ColorMain);}
.info_fix_links a:hover { opacity: 1; background:var(--ColorMain); animation: move2 2s; animation-timing-function: ease-out;}

.info_fix_links a:nth-of-type(even) { opacity: 0.7; background:var(--ColorMain2);}
.info_fix_links a:nth-of-type(even):hover { opacity: 1; background:var(--ColorMain2);}

@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;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 { 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/shinebeauty/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 150s 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, .bannerindex .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/shinebeauty/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/shinebeauty/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/shinebeauty/BNB1.png);}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after{   background-image: url(https://pic03.eapple.com.tw/shinebeauty/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/shinebeauty/ban.jpg) no-repeat;
background-position: center center !important; background-size: cover !important; height: 20vw;}
.banner h5 {font-weight: 400;color: var(--ColorMain2);letter-spacing: 8px;margin-top: 2vw;font-size: 24px;}
.banner h5:before{content: "Shine Beauty"; letter-spacing: 0; font-family: 'Great Vibes'; display: block; font-size: 30px; color: #fff;}

.article_a .banner.banblog {background: url(https://pic03.eapple.com.tw/shinebeauty/ban3.jpg) no-repeat;}
.article_b .banner.banblog, .banner.banC {background: url(https://pic03.eapple.com.tw/shinebeauty/ban2.jpg) no-repeat;}

.banner.banF {}
.banner.banF h5:before { margin-bottom: -2px;}

@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(--ColorMain);font-size: 22px;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*LOGO*/
.main_header_area .container {max-width:95%;}
.nav-header {max-width: 210px;}

/*底色*/
.header_area { padding: 0;}
.pageIndex .header_area{opacity: 0;transition: all .5s;}

.pageIndex .header_area, .header_area.sticky {background: transparent;position: fixed;border-top: 5px solid var(--ColorMain2);}
.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: #fff;transition: all .5s;}

.navigation {display: flex;align-items: center;grid-gap: 0 10px;}

.main_header_area {background: #fff;border-top: 5px solid var(--ColorMain2);}

/*第一層*/
.stellarnav > ul {display: flex; justify-content: flex-end;gap: 4px;}
.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, .stellarnav > ul > li:nth-of-type(6) > a{ padding-right: 17px !important;}

.stellarnav > ul > li > a{color: var(--textColor);letter-spacing: .2rem;transition: all .5s;}
.stellarnav > ul > li > a:hover {color:var(--ColorMain2);}
.stellarnav > ul > li:nth-of-type(even) > a{color:var(--ColorSub2);}

.stellarnav > ul > li > a b{font-weight: bold; }
.stellarnav > ul > li > a b:nth-of-type(2){color:var(--ColorMain2);letter-spacing: 0px;}

/*主選單箭頭*/
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent; border-top: 5px solid var(--ColorMain);}

/*第二層*/
.stellarnav ul ul{ background: transparent;top: 40px; width: 180px;}
.stellarnav li a{ padding: 10px;transition: 1s ease;}
.stellarnav li.has-sub li {border: none; border-bottom: 1px solid var(--ColorSub2); background: #ffffffe8;}
.stellarnav li.has-sub li a:hover{background: var(--ColorMain); color: #fff; padding-left: 18px;}

@media screen and (max-width: 1024px) {
.stellarnav > ul { justify-content: center; gap: 5px;}

}
@media screen and (max-width: 768px) {
.pageIndex .header_area, .header_area, .header_area.sticky { position: relative;opacity: 1;}

/*menu*/
.stellarnav .menu-toggle{ padding: 22px 15px !important;}
.stellarnav .menu-toggle:after{    color: var(--ColorMain2); margin-top: 10px;}
.stellarnav .menu-toggle span.bars span { background: var(--ColorMain3);}
	
/*區塊*/
.stellarnav > ul { margin-top: 0;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { background: #7d9584eb;backdrop-filter: saturate(93%) blur(3px); max-width: 320px;}
	
/*close*/
.stellarnav .icon-close{margin-right: 5px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;color: var(--ColorMain2);}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{    border-bottom: solid 3px var(--ColorMain2);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--ColorMain2);}


/*第一層*/
.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: 0;}
.stellarnav.mobile li a {border-bottom: none;}
.stellarnav.mobile > ul > li > a { padding: 20px 43px 20px 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 15px 0;}

/*第二層*/
.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, .stellarnav > ul > li:nth-of-type(6) > a { padding-right: 0 !important;}
.stellarnav li a{}
.stellarnav li.has-sub li a:hover { background: var(--ColorSub2);}

}

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer{background: #fff;padding: 0;box-shadow: -5px 12px 20px 0px;}
.footer .center {max-width: 1000px;width: 90%;}
/*LOGO*/
.footer_logo{    margin: auto;}
/*聯絡資料*/
.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 10px;}
.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:var(--textColor); font-size: 13px; letter-spacing: 1px;}

.footer_info li p {display: flex;}
.footer_info li p:after { content: '★'; color: var(--ColorSub2); font-size: 10px;order: 1;margin-right: 5px;}
.footer_info li p:before {order: 2;}
.footer_info li p a{order: 3;}

/*按鈕*/
.footer_menu a{ font-weight: bold;background: var(--ColorMain);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(--ColorSub2);}	

.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:var(--textColor);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(--ColorSub3); border-top: 1px #fff solid;}
.copy, .copy a{color: #fff;letter-spacing: 0;}
.copy a:hover{color: #fff3b7;}

/*#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: var(--ColorMain2); 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; }
}

@media screen and (max-width: 400px) {
.footer_info li {  justify-content: flex-start;}
.footer_menu { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0 10px;}

}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/
.module_i_news {background: url(https://pic03.eapple.com.tw/chengjhen2025/i_article_bg.jpg) no-repeat;
                background-size: cover;background-position: 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: var(--ColorMain); 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: #cbcbcb8f; border: none; border-radius: 20px;}

/*圖片*/
.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;}
.i_blog_ri em, .blog_list_ri em {    margin: 4px 0;font-size: 13px; letter-spacing: 0; font-family: serif;}
.i_blog_ri p, .blog_list_ri p {line-height: 160%;font-size: 12px;color: #888;}


/*文章首頁*/
.subbox_item a{ margin-bottom: 20px;}
.blog_list_ri { padding: 20px 0 0;}
.blog_subbox {  grid-template-columns: 1fr;}

/*側邊選單*/
a.news_menu_toggle i{}
h5.blog_le_t em {}
h5.blog_le_t span {font-family: sans-serif; color: var(--ColorSub3); margin-left: 5px;}
.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: #fff !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: var(--ColorMain) !important;}
.blog_le .accordion { border: none;     border-radius: 0;}	

/*文章內頁*/

h4.blog_category_title { font-weight: normal; letter-spacing: 3px;margin-bottom: 5px;font-size: 25px;}
.blog_in_page h4.blog_category_title:before { content: '★'; color: var(--ColorSub2); margin-right: 10px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: #b9cfbd;}
.blog_back a.article_btn_back{background: var(--ColorSub3);}

.toShareNews {}
.toShareNews b { font-weight: lighter;}
.blog_in_page .blog_box_edit { border-top: 1px solid var(--ColorMain); padding: 30px 0 0;}	
.articel_mainPic{    max-width: 500px;}
	
/*相關文章*/
.news_related { background: #f3f3f3; padding: 35px 15px;}
.news_related h6 span:before { font-size: 24px;  font-weight: 200;}
.news_related_list li a { border: 1px solid var(--ColorMain2);}
.news_related_list { grid-gap: 15px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.blog_in_page .lastPage {  background: var(--ColorMain);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 {}
}
/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車商品-保養產品   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/

/*分類標籤*/
.product_menu_list>ul{ display: flex; justify-content: center;gap: 0 5px;}
.product-layer-two li.active a, .product-layer-two li:hover a{background: var(--ColorMain);color: white;}

/*產品文字*/
.products-list .name { font-weight: bold; text-align: center; color: var(--ColorMain);height: auto;}
.products-list .more { border-radius: 4px;}
.products-list .price b:nth-of-type(1){color: #e7e7e7;}
.products-list .more{ border: 1px solid var(--ColorMain3);color: var(--ColorSub3);}
.products-list .item a:hover .more { background: var(--ColorMain);}

	
	
/*商品內頁*/
/*右邊文字按鈕*/
.sidebarBtn{border: none; background: #fafafa;border-radius: 10px;}

.sidebarBtn .ori_price{ font-size: 15px; color: #a5a5a5;}
.sidebarBtn .sp_price { color: var(--ColorSub2);font-size: 20px;}
.product_info li .txt_box { color: var(--ColorMain);}

.inquiry_a1 { background: var(--ColorMain);}
.inquiry_a2 { background: var(--ColorMain2);}

/*左邊圖片*/
#prod_thumbSwiper .swiper-slide::before { background: #ffffff;}


/*相關推薦*/
.lastPage { background: var(--ColorMain);  margin: 25px auto 5px;}
.prod_related h6 span:before {  font-size: 20px;}
.related_list li a { background: transparent;}

@media screen and (max-width: 600px){
.product_menu_list>ul{ flex-direction: column; align-items: center;}
.product-layer-two li {  width: 100%;}
.product-layer-two li a { text-align: center;}

}
/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.contact_page .blank_letter { text-align: right; color: #517156;font-weight: normal;font-size: 22px;}
.contact_page .blank_letter:before {
    content: "Form";
    font-family: 'Great Vibes';
    font-size: 45px;
    color: var(--ColorSub2);
    letter-spacing: 0;margin-right: 10px;}
.contact_page .contact_content { padding: 0;}

/*聯絡資料*/
.list_before.info li:before{letter-spacing: 2px;letter-spacing: 2px; color: var(--ColorMain);font-weight: normal;padding-left: 20px; width: 70px;}

.list_before.info li:first-of-type{border-top: 1px solid var(--ColorMain2);}
.list_before.info li { padding: 15px; padding-left: 60px;;border-bottom: 1px solid var(--ColorMain2);}
.contact_le_nomap iframe{width: 100%;}
.contact_content .information_left {display:none;}

/*表單*/
.contact_content form{display:flex;}
.contact_form li input.noborder, .contact_form li textarea.noborder { border: none; background: #f2f2f270; border: 1px solid var(--ColorMain3); border-radius: 4px;}
.contact_form { grid-gap: 15px;}

.contact_page .red { color: var(--ColorSub2);}
.contact_form li.last { margin: 0 0 20px;}
.contact_form li.last cite { background: var(--ColorMain);}
.contact_form li.last blockquote { border: 1px solid var(--ColorMain);}	

.contact_form li.last cite{  border: none;}	

.contact_content .information_right { width: 100%;  max-width: 800px; padding-left: 0; margin: auto;}
.contact_editbox {  padding: 0;}


@media screen and (max-width: 768px){
.contact_content form { flex-direction: column;}
.footer_info ul { gap: 10px;}
.contact_content .information_right { padding-left: 10px;}

}
@media screen and (max-width: 600px){
.contact_form li .form__label {font-weight: normal; padding: 0; background: transparent;}
.contact_form { grid-gap: 15px;}
.contact_form li { grid-gap: 5px;}
.contact_form li:nth-of-type(4) .form__label {margin-left: 12px;}

				
}
@media screen and (max-width: 450px){
.contact_page .blank_letter {display: flex; flex-direction: column; align-items: center;}
}