@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#284670 /*網站主要色系
  #00C0EA /*網站輔助色系1
  #00C0EA /*網站輔助色系2*/

/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}
.main_part {max-width: 1400px;}

/*頁面內容*/
div#page { }
#content_main, #content {
    background: url(https://pic03.eapple.com.tw/yuchengchicken/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
}
.module_i_news { }
.path { 
    width: 100%;
    margin: auto;
    font-size: 13px;
    color: #444;
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
}
.other_page #content, .other_select_page #content { min-height: auto;}
.sb_marquee {display: none;}


/*滾輪*/
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #444;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/*SubMenu*/
.me_tp_features {display: none;}/*隱藏整列*/
.shop_search_btn { background: #D1BB9E;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #D1BB9E;}

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #D1BB9E; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #A79277; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #D1BB9E; border: 1px solid #D1BB9E;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}




/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.banner {
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    height: 690px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    box-sizing: border-box;
    background-repeat: no-repeat;
}


/* ===== 主標題 ===== */
.banner h5 { 
    position: absolute;   
    left: 17%;       
    top: 60%;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-family: "Noto Serif TC";
    letter-spacing: 1px;
    animation: soft-fade-up 0.9s ease-out 0.2s both;
}


/* 英文標題 */
.banner h5::before {
    content: "";
    position: absolute;
    left: 0;  
    bottom: 53px;
    font-size: 30px;
    color: #fff;
    font-family: "Noto Serif TC";
    line-height: 1;
    font-weight: 400;
    transform: scaleY(0.9);
    animation: soft-fade-up 0.9s ease-out 0.35s both;
}


/* ===== banC ===== */
.banner.banC::after {
    content:  "如果您有任何問題、建議或合作意向，歡迎填寫下方聯絡表單與我們聯絡。\A我們將竭誠為您提供最好的支援與服務！";
    position: absolute;
    left: 17%;       
    bottom: 19%; 
    font-size: clamp(15px, 0.938dvw, 18px);
    line-height: 1.8;
    color: #fff;
    font-family: "Noto sans TC";
    white-space: pre-line;
    animation: soft-fade-up 0.9s ease-out 0.5s both;
    text-align: left;
    max-width: 71%;
    letter-spacing: 1px;
    font-weight: 400;
}


/* ===== 圖片 ===== */
.banner.banC { background-image: url(https://pic03.eapple.com.tw/yuchengchicken/BNC.jpg) !important;}
.banner.banF { background-image: url(https://pic03.eapple.com.tw/yuchengchicken/BNF.jpg) !important;}
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/yuchengchicken/BN-banblog.jpg) !important;}



/* ===== 英文標題 ===== */
.banner.banF h5::before { content: "Products"; }
.banner.banC h5::before { content: "Contact"; }
.banner.banblog h5::before { content: "News"; }


/* ===== 動畫 ===== */
@keyframes soft-fade-up {
  0% {
    filter: blur(12px);
    opacity: 0;
    transform: translateY(30px) scaleY(0.9);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@media screen and (max-width: 1024px) { 
    .banner { height: 400px;}
    .banner h5::before { bottom: 40px;  font-size: 18px;}
    .banner h5 {font-size: 27px;  top: 55%;}
    .contact_page .banner h5 {top: 44%;}
    .banner.banC::after {bottom: 27%;}
}
@media screen and (max-width: 600px) { 
    .banner.banC::after {bottom: 17%;}
}
@media screen and (max-width: 400px) {
    .contact_page .banner h5 { top: 33%; }
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area { position: fixed; width: 100%; top: 0; left: 0;padding: 0; background: #fff; box-shadow: 1px 1px 9px rgb(149 149 149 / 20%); height: 100px;}
.header_area.sticky {background:#fff; box-shadow: 1px 1px 9px rgb(149 149 149 / 20%);}
.main_header_area .container { max-width: 1800px;}
.navigation { grid-template-columns: 165px 1fr 200px;}

/*logo*/
.nav-brand {  
    width: 90px;
    transition:
        transform .7s cubic-bezier(.22, 1, .36, 1),
        width .7s cubic-bezier(.22, 1, .36, 1),
        opacity .45s ease;
    transform: translate3d(0,0,0) scale(1);
}

.header_area.sticky .nav-brand {
    width: 80px;
    transform: translate3d(0,-2px,0) scale(.92);
    top: -4px;
    position: fixed;
}

/*menu*/
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { 
    font-weight: 400;
    font-size: 15px;
    position: relative;
    padding: 70px 18px;
    color: #3E4459;
    line-height: 0;
    letter-spacing: 1px;
    font-family: Noto San TC;
}
.stellarnav > ul > li > a:not(.dd-toggle):before{
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 35px;
    height: 35px;
    background: url(https://pic03.eapple.com.tw/yuchengchicken/menu_icon.png) no-repeat center;
    background-size: contain;
    transform: translate(-50%, 0) scale(1);
    transition: .3s ease;
}
.stellarnav > ul > li:hover > a:not(.dd-toggle):before{
    top: 18px;
    background: url(https://pic03.eapple.com.tw/yuchengchicken/menu_icon2.png) no-repeat center;
    background-size: contain;
    transform: translate(-50%, -5px) scale(1.1);
}
.stellarnav li.has-sub > a::after { border-top: 6px solid #888; display: none;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #C1272D;}/*下拉箭頭*/
.stellarnav > ul > li:hover > a {
    color: #DA8F6D;
    transition: 0.3s;
}

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul{padding: 0;}
.stellarnav ul ul, .stellarnav ul ul ul { background: #fff; box-shadow: unset; top: 100px;}
.stellarnav ul ul ul { left: 100%;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #D1BB9E; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { 
    color: #555; 
    padding:7px 10px; 
    font-family: "Noto San TC"; 
    border-bottom: unset;
    font-weight: 400;
    font-size: 15px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { 
    color: #fff; 
    transition: all 0.3s;
    background: #46475B;
}
.stellarnav li.has-sub > ul > li:hover > a{ color: #fff;}


/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #46475B;width: 34px;margin: 0 auto 6px;height: 1px;}
.stellarnav .menu-toggle:after { color: #46475B;display: none;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff7; max-width: 320px; padding: 0;}
.stellarnav.mobile > ul > li > a { padding: 30px 65px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}
.stellarnav.mobile > ul > li.has-sub > ul > li:hover > a { color: #fff;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent; color: #000;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #575859;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 1px #636363;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 1px #636363;}

/*下拉*/
.stellarnav.mobile li.open { background: #f3f3f3f2; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #fffffff2;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}
    .header_area { position: relative;}
    .header_area.sticky {position: fixed;}
    .contact_editbox {padding: 0;}
    .main_part {padding: 30px;}
    .main_header_area { height: 100px; background: #fff; box-shadow: 1px 1px 9px rgb(149 149 149 / 20%);}
    .header_area.sticky:before {display: none;}

    /*logo*/

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { 
        width: 100%;
        position: relative;
        padding: 0;
        display: grid;
        grid-template-columns: 160px 1fr;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .nav-brand {width: 80px;}
    .header_area.sticky .nav-brand { width: 70px;}

    /*menu*/
    .stellarnav > ul > li > a:hover:before{display: none;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 30px 65px; }
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .stellarnav .menu-toggle{ padding: 30px;}
    .stellarnav > ul > li:before{display: none;}
    .stellarnav.mobile ul ul {top: unset;}
    .main_header_area {height: 80px;}
    .stellarnav.mobile.left > ul { right: 0; left: unset;}
    .stellarnav.mobile { right: 0; left: unset;}
    .header_area {height: unset;}
    .stellarnav > ul > li > a:not(.dd-toggle):before {left: 11%;}
}
@media screen and (max-width: 500px) {
    .nav-brand {width: 65px;}
    .header_area.sticky .nav-brand { width: 65px;}
}



/* = = = 促銷方案參考 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*首頁標題*/
.news_part .title_i_box h6{font-family: "","Noto San TC", sans-serif;font-size: 55px;color:#A79277 ;letter-spacing: 2px;font-weight: normal;}
.news_part .title_i_box h4{font-family: "Noto San TC", sans-serif;color:#D1BB9E ;letter-spacing: 5px;font-size: 25px;}
.i_news_b { margin-top: 35px;}

/*首頁*/
.news_part{    background: #FFF6EA;}
.news_list ul li{ border-bottom: 1px #D1BB9E solid;display: block;position: relative;padding: 20px 35px;margin: 0;}
.news_list ul li a span{font-family: "Rubik","Noto San TC", sans-serif;}
.news_list ul li a:hover{background: transparent;}
.news_list ul li:hover {background: #fff;}
.news_list ul li a:hover p,.news_list ul li a:hover p:after {color: #8D7B68;}
.news_list ul li a:hover p{width: 98%;}
.news_list ul li a:hover p:after{right: 10px;}
.news_list ul li span {display: block;vertical-align: top;padding: 0;font-size: 13px;color: #a6a6a6;width: fit-content;}
.news_list ul li p {width: 100%;font-family:"Rubik","Noto San TC", sans-serif;color: #D1BB9E;font-size: 16px;padding: 0;position: static;margin-top: 10px;}
.news_list ul li p:after {color: #D1BB9E;top: 65%;margin-right: 30px;font-size: 13px;}


/*內頁*/

.other_promotion li {border-top: 1px solid #A79277;}
.other_promotion li:hover {border-top: 1px solid #D1BB9E;}
.other_promotion li a:before, .other_promotion li a:after{display: none;}
.other_promotion li a{border: none;}
.other_promotion li a:hover{background: transparent;}
.other_promotion li:hover .pmtTitle h3 {font-weight: bold;text-decoration: underline;}

/*內文*/
.edit{margin-bottom: 70px;}

/*標題*/
.promotion_title h2{color: #8D7B68;}
.promotion_title em { border: none;}
.promotion_title span{ margin: 0 20px 2px 0; font-size: 20px; border: none;}
.promotion_title {border-bottom: 1px solid #8D7B68;padding-bottom: 15px;}

/*下拉頁面*/
.other_select_page .promotion_title, .other_select_page .other_promotion {display: none;}

@media screen and (max-width: 600px) {
    .news_list ul li{background: transparent;padding: 15px;}
    .news_list ul li p{text-align: left;}
    .news_list ul li p:after{position: absolute;    top: 56%;}
}





/* = = = 文章 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章管理*/
h5.blog_le_t {
    color: #4b4b4b;
    font-family: Noto San TC;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}

/*側邊標題*/
.accordion li .link a {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    font-family: Noto San TC;
}
.accordion li:hover .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color:  #46475B;
    font-size: 14px;
    position: relative;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #46475B !important;}  
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff!important;
}

/*右側文章排版*/

.subbox_item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.blog_subbox {
    padding: 5px;
    display: flex ;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

/*標題*/
.blog_list_ri h5 {
    font-weight: 400;
    font-size: 20px;
    color: #222;
    font-family: Noto San TC;
}
/*時間*/
.blog_list_ri em {
    font-size: 14px;
    color: #7b7b7b;
    font-style: normal;
    display: block;
}
/*內文*/
.blog_list_ri p {
    color: #595959;
    font-family: Noto San TC;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.035em;
}
/*內文hover*/

 .subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 13px;
    color: #fff;
    transition: all .6s;
    background: #46475B;
    padding: 7px;
}
.subbox_item a:after {background: #ffffff80; border: unset;}
.subbox_item a {grid-template-columns: 220px 1fr;}

/*文章*/
/*文章內頁*/
h4.blog_category_title {
    color: #222;
    font-size: 25px;
    font-weight: 400;
    font-family: Noto San TC;
}
.blog_box_edit * {
    line-height: 150%;
    color:  #000;
}
/*文章圖片*/
.articel_mainPic img {
    display: block;
    max-width: 50%;}
/*分享文字*/
.toShareNews {
    font-size: 1em;
    background-color: transparent;
    color:  #a1a1a1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
/*文章按鈕*/
.blog_back { width: 70%; margin: 0 auto;}
.blog_back a.article_btn_back { background: #b7b7b7; color: #fff;font-family: Noto San TC;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {  background: #878787;  color: #fff;font-family: Noto San TC;}

/*相關文章*/
.news_related h6 span:before { content: '相關文章'; font-size: 20px;  color: #46475B;}
.news_related {padding: 50px 15px; background: #fff;}

.news_related_list li a {
    display: block;
    padding: 4px;
    height: 100%;
    transition: all 0.3s ease; /* 平滑過渡 */
}
.news_related_list li a p {
    font-size: 15px;
    color: #000;
    line-height: 2;
}
/*按鈕*/
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #191919;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}
/*首頁-文章管理*/
.module_i_news li a:after {    
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff96;
    opacity: 0;
    border: 1px #d7d7d7 solid;
}
.module_i_news {
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover !important;
    background: url(https://pic03.eapple.com.tw/vcskincare/index-bg.jpg);
}

/*首頁-文章顯示*/
 .module_i_news li:nth-child(n+5) { display:none !important;}

/*標題*/
.module_i_news .title_i_box h4 {    
    font-size: 23px;
    color: #4D4D4D;
    font-family: "Noto Serif TC";
    font-weight: 600;
    letter-spacing: 1px;
}
.module_i_news .title_i_box h4::before {
    content: "News";
    width: 100%;
    font-size: 60px;
    color: #7A808E;
    letter-spacing: 0;
    display: block;
    font-family: Corinthia;
    font-weight: bold;
    position: relative;
    top: 10px;
}

/*文章標題*/
.i_blog_ri h5 {
    font-weight: 400;
    font-size: 20px;
    color: #222;
    font-family: Noto San TC;
}
/*時間*/
    .i_blog_ri em {
    font-size: 14px;
    color: #858585;
    font-style: normal;
    display: block;
    margin: 7px 0;
}  
 /*內文*/
 .i_blog_ri p {
    color: #595959;
    font-family: Noto San TC;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.035em;
}
 /*首頁-查看更多按鈕*/  
.module_i_news .animated-arrow {    
    background: transparent;
    height: 46px;
    width: fit-content;
    text-align: center;
    position: relative;
    border: 1px solid #7C83A3;
    border-radius: 48px;
    padding: 0 70px 0 50px;
    transition: all .3s ease-in-out;
}
.animated-arrow:before {
    content: 'View More';
    font-size: 14px;
    font-family: var(--SFontE);
    line-height: 46px;
    letter-spacing: .5px;
    color: #7C83A3;
}
.animated-arrow:after {
    content: '+';
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #7C83A3;
    transition: all .3s ease-in-out;
}
.module_i_news .animated-arrow:hover { background: #7C83A3;}
.module_i_news .animated-arrow:hover:before { color: #fff;}
.module_i_news .animated-arrow:hover:after { color: #fff; transform: translateY(-50%); }
.i_blog_b b { font-size: 0; opacity: 0;}
.i_blog_b i.fa-solid.fa-arrow-right { display: block;}


@media screen and (max-width: 1024px) {
.module_i_news ul {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 1000px) {
.module_i_news .title_i_box h6 {font-size: 50px;}
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 500px) {	
.subbox_item a {  grid-template-columns: 1fr;}
.module_i_news ul, .blog_subbox { grid-template-columns: 1fr;}
}





/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 商品下拉超過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 #898989; 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 2023.1.5  */
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}

.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;}

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list::before { content:none;}
.products-list .item { width: 100%;}
.products-list .pic {border-radius: 50%;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #A79277;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #A79277;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #DA8F6D; color: #DA8F6D;    border-radius: 5px;}
.products-list .item a:hover .more { background: #DA8F6D;}

/*名稱*/
.products-list .name {     
    height: auto;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    color: #222;
    font-size: 16px;
    font-family: Noto San TC;
    font-weight: 400;
}

/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b.ori_price { font-size: 14px;}
.products-list .price b:first-child:last-child { margin: 0; display: none;}
.products-list .price b { color: #DA8F6D;}

/*外層版面*/
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { width: calc(100% - 280px);gap: 35px;}
.product-layer-two { width: 250px; margin: 0;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%; padding: 0 10px;}
.product-layer-two > li.active { background: #DA8F6D; border-radius: 10px;}
.product-layer-two li.active li a { color: #fff; border: unset;}

/**/
.product-layer-two li a { 
    color: #222;
    border: none;
    border-bottom: 1px solid #b9b9b9;
    background: transparent;
    line-height: 200%;
    transition: all 0.3s;
    padding: 7px 26px;
    font-family: Noto San TC;
}
.product-layer-two li:hover > a { color: #fff;  background: #46475B;}
.product-layer-two li.active > a { color: #fff; border: none;}
.product-layer-two li:hover > a:before { background: #46475B; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#46475B;}
.product-layer-two > li > a:before {display: none;}

/**/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li li { border: none; background: transparent;}
.product-layer-two li li a { background: transparent;}
.product-layer-two li li:hover a { color: #DA8F6D;}
.product-layer-two li.active li:hover a { color: #DA8F6D;}
/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.mobile_product_name { color: #DA8F6D; font-size: 24px; text-align: center;display: none;}
.sidebarBtn h2 {
    color: #222;
    font-size: 24px;
    font-family: Noto San TC;
    font-weight: 400;
    letter-spacing: 1px;
}

/*次分類*/
.block { background: #DA8F6D;}

/*按鈕顏色*/
.inquiry_a1, .inquiry_a2, .inquiry_a3 {
    display: block;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-top: 10px;
    background: #46475B;
    transition: .3s ease-in-out;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #46475B; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #46475B; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #46475B; transition: .3s ease-in-out;}
.nextaction { background-color: #46475B; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #46475B; transition: .3s ease-in-out;}
.lastPage { background: #46475B; border: 1px solid #46475B; color: #fff; transition: all 0.3s;}

/*商品照輪播*/
/*..product_main { width: 100%;}*/
.product_pic h6 { display: none; color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.sidebarBtn { border:none;}
.product_info li .txt_box { color: #444; width: 100%;}
.sidebarBtn .sp_price { color: #9CA5C0;}
a.pdinfo_line,a.pdinfo_tel {display: none;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { background: transparent; color: #D1BB9E; border-bottom: 1px solid #A7927788; padding: 5px 5px 15px; display: inline-block;}
.pd_tabInner_contain{text-align: justify;}

/*Q&A*/
/*li.prod-item:not(.is-active) { display: none;}隱藏*/
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: #fff; text-align: center; padding: 50px 15px;}
.prod_related h6 { color: #46475B; font-size: 20px;}
.prod_related h6 span:before { font-size: 20px; color: #46475B;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after { color: #a1a1a1; text-shadow: unset;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .product_page .product_menu_list>h5{color: #4b4b4b; font-family: Noto San TC; font-weight: 400; font-size: 20px;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}

    /*順序*/
    .product_menu_list,
    .products-list,
    .product-wrapper { width: 100%;}
    .product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
    .product_page .product-layer-two,
    .product_page .products-list { width: 100%; border-right: none;}
    .product_page .product_menu_list>h5{display: block;}
    .product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}




/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
.show-list { grid-gap: 21px;}
.show-list .item:hover .show_pic img { transform: scale(1.1); transition: all .6s;}
.show-list .item:hover .overlay {
    opacity: 2;
    transform: scale(1);
    z-index: 999;
    transition: all .6s;
}
.show-list .show_name { font-size: 17px; letter-spacing: 0;}
.other_subalbum li a p { line-height: 2; font-family: "Noto Sans TC";}
.subalbum-menu h2 {    display: none;}
.show-list .item:hover .show_name { color: #54b33b;}
.other_album_choice li { background: #666;}
.module_i_album { padding-bottom: 120px;padding-top: 0;}
.module_i_album .title_i_box h4 {
    font-family: "Noto Serif TC";
    font-weight: 800;
    font-size: 25px;
    color: #54b33b;
    margin-bottom: 30px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex-direction: column;
}
.module_i_album .title_i_box h4::before {
    content: "Works";
    width: 100%;
    font-size: 60px;
    color: #CCCCCC;
    letter-spacing: 0;
    display: block;
    font-family: "Noto Sans TC";
}
.module_i_album section {
    width: 100%;
    max-width: 2000px;
    padding: 0 5%;
}
.animated-arrow {
    background: #666;
    border-radius: 0;
    transition: .3s ease-in-out;
    height: 40px;
    line-height: 40px;
    width: 180px;
}
.overlay {background: transparent;}


@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;}


/* = = = 影音 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.video-layer-two li a {color: #333;}


/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer  {background:#46475B; padding: 60px 0 0; }
.footer_logo {  margin: 33px;}
.footer_logo img { max-width: 88px; width: 100%;}
.footer_info {
    padding: 0;
    row-gap: 0;
}
.footer_info ul { 
    display: inline-flex;
    vertical-align: top;
    align-items: flex-start;
    font-family: "Noto San TC", sans-serif;
    max-width: 750px;
}
.footer .center {max-width: 1150px;}

/*footer_info*/
.footer_info li:nth-child(1) { display: inline-block; width: 100%; padding: 20px 0;}
.footer_info li p {color: #fff;}
.footer_info li p a { color: inherit;}
.footer_info li p.tel2:before {
    content: '手機：';
}

/*footer_menu*/
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; padding: 20px 0;}
.footer_menu {     
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 25px;
    width: 70%;
}
.footer_menu a { 
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    padding: 8px 11px 8px 0;
    font-family: "Raleway", "Noto Sans TC", sans-serif;
}
.footer_menu a:hover { color: #DA8F6D; background: transparent;}
.footer_info li p,.footer_info li p a {color: #fff; line-height: 260%; font-family: "Raleway", "Noto Sans TC", sans-serif;font-size: 15px;}

/*聯絡icon*/
.box_link {display: none;}
.box_link a { transition:all 0.3s;}
.fa-whatsapp:before, .fa-envelope::before { color: #fff;}
.box_link a:hover { background: #D1BB9E; border-color: #D1BB9E;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #fff;}


/*版權*/
.copy { background: #fff; color: #666; border: none;margin-top: 50px; }
.copy a { color: #666; transition:all 0.3s;}
.copy a:hover {color: #666 !important;}

/*--RWD---------------------------------------*/


@media screen and (max-width: 1024px) {
    .footer_info ul {width: 100% ; padding: 0;}
    .footer_info { grid-template-columns: 217px 1fr;}
}
@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;  grid-template-columns: unset;}
    .footer_logo { text-align: center; margin: 0 auto;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { text-align: center; }
    .footer_info li:nth-child(2) { text-align: center;margin: 0 auto;}
    .footer_menu { display: grid; grid-template-columns: 1fr 1fr; row-gap: 10px; column-gap: 25px; width: 100%;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 54px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}
    .footer_menu{    grid-template-columns: 1fr 1fr;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}


/* = = = 測蝙浮動按鈕 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.info_fix_links a { width: 45px; height: 45px; margin-bottom: 10px; font-size: 18px; background: #DA8F6D;}
.info_fix_links a:hover { background: #DA8F6D;}

@keyframes fadeInBtn {
    0% { opacity: 0; transform: translateY(20px);}
    100% { opacity: 1; transform: translateY(0);}
}


/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}

/*標題*/
.blank_letter { 
    padding-bottom: 20px;
    font-family: "Noto Serif TC";
    color: #333;
    font-size: 26px;
    font-weight: 700;
}

/*側邊資訊*/
.list_before.info li:nth-child(2) { display: none;}
.list_before.info li:nth-child(3) { display: none;}

/*表格樣式*/
.contact_form li input.noborder { border: none; background: #fff;}/*文字欄*/
.contact_form li textarea.noborder { background: #fff; border: none;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{display: inline-block;}

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid; border-radius: 10px;}
.contact_le_map a { background: #636363;}
.contact_form li.last cite {background: #636363; border-radius: 10px;border: unset;}
.contact_form li.last {justify-content: center;}

@media screen and (max-width: 600px){
    .contact_form li .form__label{   background: transparent;}

}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }
