@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Cardo:ital,wght@0,400;0,700;1,400&family=Dancing+Script:wght@400..700&family=Forum&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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_page .main_part { max-width:1500px;}
/* .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-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.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-layer-two li li:hover > a:before { background:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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 .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.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;}
}

body{font-family: "Poppins", sans-serif;}

/*反白顏色*/
::-moz-selection{  background-color: #888;  color: #fff;}
::selection{  background-color: #888;  color: #fff;}

/* 捲軸寬度及高度 */
::-webkit-scrollbar {    background: #fff3d880;    width: 7px;}
::-webkit-scrollbar-track-piece {    background: #fff3d8a8;}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    border-radius: 4px;    background-color:#666;}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #ccc; }

/* 軌道背景底色 */
::-webkit-scrollbar-track {    box-shadow: transparent;}

/*不要大圖動畫*/
.pageIndex .swiper-wrapper .swiper-slide img {
    transform: none !important;
}
.swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/chifan/index_text001.png) no-repeat;
    background-position: center;
    background-size: cover;
	animation: logo-up 9.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
}
@keyframes logo-up {
    0% {
        opacity: 1;
		transform: translateX(0%); 
    }

    100% {
        opacity: 0;
		transform: translateX(-50px); 
		
    }

}

.header_area{    background: #fff;    padding: 20px 10px 20px 10px;}
.me_tp_features{    display: none;}
.stellarnav > ul > li > a{margin: 0 10px;    color: #222;
    letter-spacing: 1px;}
.stellarnav > ul > li > a b{    font-family: 'Poppins', 'Microsoft JhengHei', sans-serif;    font-weight: 500;}

.main_header_area .container {
    max-width: 90%;}
.stellarnav > ul > li > a:hover b{    color: #db0b88}
.header_area.sticky{
    background: #ffffffbd;
    transition: .5s;
	animation: glassEffect 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	
}
@keyframes glassEffect {
    0% {
        background: rgba(255, 255, 255, 0);
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        transform: translateY(-10px);
    }
    50% {
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transform: translateY(0);
    }
}

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #444;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-weight: 400;
    font-size: 15px;
}
.stellarnav > ul > li > ul > li > a:hover{
    background: #888;
	color:#fff;}

/*footer*/
.footer_info li:nth-child(1):before {
    content: "Contact Details";
	order: -2;
}
.footer_info li:nth-child(2):before {
    content: "Related Links";
    left: 0;
    position: absolute;
}
.footer_info li:before {
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
    font-family: 'Poppins', 'Microsoft JhengHei', sans-serif;
}
.footer_info ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 75px;
}
.footer_info li:nth-child(1) {
    width: 50%;
}
.footer_info li:nth-child(2) {
    width: 50%;
    position: relative;
}
.footer_menu {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 19px;
}
.box_link {
    position: initial;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
}
.box_link a {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    border: none;
    background: #444;
}
.footer_info{    display: block;    padding-right: 0;}

.footer_logo img{display: none;}
.footer_logo{display: none;}
.box_link{display:none;}
.footer_info li p{    margin: 0 4px 35px 0;}
.footer_menu a{color: #888;
    background: #f9f9f9;}
.footer_menu a:hover {
    background: #ccc;
    color: #333;
}
.footer_menu a:nth-child(1) {
    display: none;
}

.footer_info li p.phone:after, .info_phone:after {
    content: '周小姐 (Nancy)';
}
/*換順序*/
.footer_info li {
    display: flex;
    flex-direction: column;}
.footer_info li p:nth-child(3){order:-1;}

/*文章管理*/
.blog_page #content .main_part{ max-width: 1500px;}
.blog_le{padding: 0 7px;}
h5.blog_le_t{text-align: center;margin-bottom: 0;}
h5.blog_le_t em,h5.blog_le_t span{display: none;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le .accordion {border-radius: 0; border: 0px;}
.blog_le .accordion li{transition: all .8s; margin-bottom: 8px;}
.accordion li .link a {font-size: 13px;font-weight: 500;letter-spacing: .6rem;text-align: center;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 200px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 12px;padding: 5px 20px;background: #c1a383;color: #fff;
	bottom: auto;right: auto;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #000;font-weight:500; font-size: 16px;}
.blog_list_ri em {font-size: 12px; color: #D8D8D8;}
.blog_list_ri p {font-weight: 400;line-height: 160%;font-size: 14px;margin-top: 14px; color: #838383;}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #8f8e8e;border: 1px solid #BCBCBC;font-size: 14px;padding: 12px;}
.blog_back a.article_btn_back{background: #8f8e8e;padding: 12px;}
.news_related{padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.news_related_list {background: transparent;}
.news_related_list li a{padding: 0;}
.news_related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0; font-weight: 300;}
.news_related_list li a img{ transition: 0.5s;}
.news_related_list li a{ transition: 0.5s;}
.news_related_list li a:hover img{  opacity: 0.85;}
.lastPage {background: #8f8e8e;font-size: 16px;}


@media screen and (max-width: 1024px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 120px 1fr;align-items: start; grid-gap: 30px;padding: 15px 0;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0; width: 100%!important;}
	/*分類頁*/
	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
}
@media screen and (max-width: 450px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 80px 1fr;grid-gap: 15px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*左側選單*/
.blog_le {padding: 0;width: 250px;}
.accordion li .link a {letter-spacing: .2rem; background: transparent; color: #2c2c2c; transition: 0.5s; border: 1px solid #BCBCBC;}
.accordion li .link a:hover{ background:#8f8e8e; }
.blog_le .accordion > li:hover,.blog_le .accordion > li.on_this_category { background:#8f8e8e!important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a  { background:#8f8e8e!important;}
.blog_le a.news_menu_toggle{ top: -10px;}
.accordion li+li .link{ border-top: 0px;}
/*右側*/
.blog_ri {width: calc(100% - 260px);}
/*分類頁*/
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;grid-gap: 50px 30px;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;padding-right: 0;}
.subbox_item a:before,.subbox_item a:after{display: none;}
.blog_list_le{overflow: hidden;aspect-ratio: 1 / 1;}
.blog_list_le img{transition: all .5s; transform: scale(1); }
.subbox_item a:hover .blog_list_le img{opacity: 0.85; transform: scale(1.1); }
.subbox_item a:hover .blog_list_ri h5{ color: #484848;}
/*文章頁*/
h4.blog_category_title{font-size: 24px; color: #000; font-weight: 500;}
.blog_box_edit *{font-weight: 400; font-family: "Noto Sans TC",  "Archivo", sans-serif; color: #838383;}
.news_related{background: transparent;}
.news_related_list {max-width: 1400px;grid-gap: 30px;grid-template-columns: repeat(4,1fr); padding: 0px 40px;}
.news_related_list li a p {font-size: 16px;margin: 15px auto 20px;}

@media screen and (max-width:1024px) {
    .blog_subbox{grid-template-columns: 1fr 1fr; }
}
@media screen and (max-width:960px) {
     .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:768px) {
    .blog_ri {padding: 0 0 0 0px;}
    .blog_ri {width: 100%;}
    .news_related_list {grid-gap: 18px;grid-template-columns: repeat(2,1fr);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.album_page #content,.album_class_page #content .main_part,.album_info_page #content .main_part{ max-width: 1500px;}
.subalbum-menu h2{ font-size: 24px;color: #000; margin-bottom: 36px; display: none; }
/* 相簿 */
.show-list{ grid-gap: 60px;grid-template-columns:1fr 1fr 1fr; }
.show-list .show_name{ color: #54595F;}
.other_subalbum li a p{ text-align: center;color: #000; margin-top: 12px; font-weight: bold; transition: 0.5s; }
.other_subalbum li a:hover p { color: #8f8e8e;}
.show-list .item:hover .show_name{ color:  #8f8e8e;}
.show-list .item img{ transition: 0.5s;}
.show-list .item:hover img { opacity: 0.85;}
.overlay{ background: rgba(175,203,188,0);}
.other_album_choice li{ background:  #8f8e8e; border-radius: 0px;}

.pic-list .item a{ transition: 0.5s;}
.pic-list .item a:hover{ opacity: 0.85;}
/* .pic-list{ grid-gap: 60px;grid-template-columns :1fr 1fr 1fr; } */

@media screen and (max-width:1024px) {
    .pic-list{ grid-gap: 30px; }
    .show-list{ grid-gap: 30px;}
    .show-list{ grid-template-columns:1fr 1fr 1fr; }
}
@media screen and (max-width:768px) {
    .pic-list{ grid-template-columns :1fr 1fr; }
    .show-list{ grid-template-columns:1fr 1fr; }
}
@media screen and (max-width:450px) {
    .pic-list{  grid-gap: 20px;}
    .show-list{ grid-gap: 20px; grid-template-columns:1fr; }
}


/*設計作品*/
div#Projs_slideshow {
    display: none;
}
.StoreProjs_Post li > a:hover:after {
    background: #ffffff45;
    backdrop-filter: blur(18px);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
@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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




