@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family:  "Noto Serif TC", "Marcellus", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{   display: none;}



/* 新版1.0要有這個 才不會跑版 */
.bannerindex {
    padding-bottom: 0;
    margin: auto;
    height: auto;
    position: relative ;
}
.bannerindex .swiper-banner {
   height: auto;
   position: relative;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 開場動畫 */

body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    animation: fadein 3s forwards;
}

@keyframes fadein {
    50% {
        opacity: 1;
    }

    60% {
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

body.pageIndex:after {
    content: ' ';
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/chingtaidesign/open-logo.svg) center / cover no-repeat;
    animation: fadeinlogo 2.6s forwards;
}

@keyframes fadeinlogo {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}



/* 滑入大圖特效 */

.pageIndex .swiper-wrapper {

    animation: banner_in 4s 0.3s both;
    /* background: linear-gradient(0% #F5E7DB,  100% #FFE6D3, 180deg);
    animation: show-ban 2.2s cubic-bezier(0.73, 0.08, 0.11, 0.99) both; */
    /* animation: bannerFadeIn 1.5s ease-out forwards, bannerScaleUp 1s ease-out 0.5s forwards; */
}

@keyframes show-ban {
    0% {
      opacity: 0;
      transform: translateY(-50px) scale(0.8);
      filter: blur(12px);
    }
    100% {
      opacity: 1;
     transform: translateY(0) scale(1);
      transform: scale(1);
      filter: blur(0px);
    }
  }


  @keyframes banner_in {
    0% {       
        filter: blur(10px);
        transition: filter 0.3s ease-out;
        transform: scale(1.1, 1.1)
    }
    100% { 
        filter: blur(0px);     transform: scale(1, 1);
    }
}


/* swiper pagination */
.swiper-pagination{
    bottom: 30px;
}
.swiper-pagination-bullet{
    opacity: 0.35;
    background: #fff;
    border: 0px;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
    background: #fff;
    border: 0px;
    width: 40px;
    border-radius: 5px;
    opacity: 1;
}

@media screen and (max-width:500px) {
    .swiper-pagination-bullet{ width: 6px;height: 6px;}
    .swiper-pagination-clickable .swiper-pagination-bullet-active{ width: 18px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {background: #fff;padding: 10px 0;position: sticky;top: 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);}
.pageIndex .header_area{background: transparent ;position: fixed;top: 0;transition: all .5s;padding: 10px 0; opacity: 0;  }
.pageIndex .header_area.sticky{ opacity: 1; }
.main_header_area .container{width: 94%;max-width: 1800px;}
.navigation {grid-template-columns: 260px 1fr;}
.nav-header {max-width:230px;transition: all .5s;}
.nav-brand img {
    /* filter: brightness(100);-webkit-filter: brightness(100); */
    display: block; transition: 0.5s;}
.header_area.sticky .nav-brand img{ filter: none;}
/* .header_area.sticky .nav-brand img{ filter: brightness(0) invert(1) ;} */
.stellarnav > ul > li {padding: 7px 12px; position: relative ;}
.stellarnav > ul > li > a {transition: all .5s;  font-size: 16px;  color: #6F7567; height: 38px; position: relative;  }
.header_area.sticky .stellarnav > ul > li > a { color: #6F7567;}
.header_area.sticky .stellarnav > ul > li > a:hover{ color: #3E5478; }
.stellarnav > ul > li > a:hover{ color: #3E5478; }
.me_tp_features{display: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 0;}
.stellarnav li.has-sub > a:after{display: none;}

.stellarnav > ul > li > a b:nth-child(1) {font-family: "Marcellus", sans-serif; }
.stellarnav > ul > li > a b:nth-child(2) {font-family:  "Noto Serif TC", sans-serif; }

/*---下拉*/
.stellarnav ul{ padding-top: 7px; }
.stellarnav ul ul {background: #fff; left: 9px;}
.stellarnav li li{border: none;border-bottom: 1px solid #FBFAFA;}
.stellarnav li li:last-child{border-bottom: none;}
.stellarnav ul ul li a {font-size: 15px;font-weight: 500;color: #6F7567; padding: 10px 12px;transition: all .5s;}
.stellarnav ul ul li a:hover{ color: #3E5478; }


/* 選單hover特效 */
.stellarnav > ul > li > a:after {
	content: "";
    width: 100%;
    height: 3px;
    border-radius: 20px;
    background: #8E2F45;
    position: absolute;
    bottom: -2px;
	left: 100%;
    opacity: 0;
    transition: all .5s;
	}
.stellarnav > ul > li > a:hover:after {
	left: 0;
    opacity: 1;
}


/*---下滑效果*/
.header_area.sticky {background: #fff ;padding: 4px 0;}


@media screen and (max-width:1200px) {
    .navigation{ grid-template-columns:210px 1fr;}
    .nav-header{ max-width: 210px;}
    .stellarnav ul{ padding-top: 3px; }
}
@media screen and (max-width:1032px) {
    .stellarnav > ul > li{ padding: 7px 9px;}
}
@media screen and (max-width: 1024px){
    .nav-header{ max-width: 190px;}
    .nav-brand img{ filter:  none ;}
	.header_area ,.header_area.sticky,.pageIndex .header_area {padding: 0px 0 0;position: sticky;background: #fff;}
    .nav-brand img{ margin-bottom: 6px; margin-top: 6px;  }
	.stellarnav > ul > li {padding: 0 10px;}
    .pageIndex .header_area{ opacity: 1;}
    .stellarnav ul{ margin-top: -10px; padding-top: 0px;}
    
}
@media screen and (max-width: 768px){
    .nav-header{ max-width: 190px;}
    .nav-brand img{ margin-bottom: 0px; margin-top: 0px; }
	.header_area ,.header_area.sticky,.pageIndex .header_area{padding:4px 10px;}
	.stellarnav .menu-toggle span.bars span {width: 32px;background: #b3b3b3;}
	.stellarnav .menu-toggle:after{color: #b3b3b3; display: none;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
		background: transparent;color: transparent;margin-bottom: 30px;}
    .stellarnav.mobile{ top: 8px; left: -15px;}
	.stellarnav .icon-close {position: absolute;right: 23px; top: 30px ;}
	.stellarnav .icon-close:before,.stellarnav .icon-close:after{width: 15px;border-bottom: solid 3px #b3b3b3 }
    .stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #c7c7c7;}
	.stellarnav.mobile ul {background: #fffcf6 ; left: 2px; }
	.stellarnav.mobile li.open{padding: 0 10px;background: transparent;}
    .stellarnav.mobile > ul > li{ border-bottom: 1px #ececec solid; }
	.stellarnav.mobile > ul > li > a b{ vertical-align: baseline;}
	.stellarnav.mobile > ul > li > a b:nth-child(2){font-size: 12px;}
	.stellarnav ul ul li a {color: #555;font-weight: 400;}
	.stellarnav li li {border-bottom: none;}
    .header_area.sticky .stellarnav > ul > li > a{ font-size: 16px;}
    .stellarnav > ul > li > a b{ text-shadow: none;}
    .stellarnav.mobile > ul > li > a{ padding: 20px 43px 20px 10px; }
    .stellarnav.mobile > ul > li > a.dd-toggle{ top: 9px;}
    .stellarnav > ul > li > a:after{ display: none; }
}
@media screen and (max-width: 570px){
	.stellarnav.mobile {top: 14px;}
    .stellarnav .menu-toggle span.bars span{ width: 27px; }
    .stellarnav.mobile ul { left: -2px; }
	.stellarnav.mobile li.open{background: transparent;}
	.stellarnav li li {border-bottom: 1px solid #eee;}
	.stellarnav ul ul li a{color: #555;font-size: 13px;}
	.stellarnav > ul > li > a{margin: 0;}
    .nav-header{ max-width: 160px; }
}



/* 商品下拉超過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個--結束 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 展示footer demo */
.footer_logo{ display: none;}
.footer_info ul { display: none;}
.copy{ display: none;}
.box_link{ display: none;}
.footer {
    border-top: none !important;
    padding:0 0;
    height:848px;
    background-image: url(https://pic03.eapple.com.tw/chingtaidesign/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.fix_ri{display: block!important;}

@media screen and (max-width:1400px) {
    .footer{ height: 618px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a {}

.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: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




