@charset "utf-8";
/*曼特藝術塗料*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


.bannerindex {position: relative;height: auto;padding: 0;}
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}


.pageIndex #page{
    background-color: #fffcf5;
}

/*上方選單解除滑動固定*/
.header_area.sticky { position:relative;}
.me_tp_features{
    display: none;
}
#content_main{
    margin-top: 0;
}
#content{
    background-color: #fffcf5;
}
/*大圖切換鍵*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 50px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
span.swiper-pagination-bullet{
    background: #ffffff;
}
/* 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);}

/*左*/
span.swiper-pagination-bullet {
    width: 96px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper-pagination span:nth-child(1)::after{
    content: 'Back';
    position: relative;
    top: 0;
    left: 0;
    font-family: "Noto Serif TC", serif;
    font-size: 16px;
    color: #ECEAE5;
}
/*右*/
span.swiper-pagination-bullet-active{
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination span:nth-child(2)::after{
    content: 'Next';
    position: relative;
    top: 0;
    left: 0;
    font-family: "Noto Serif TC", serif;
    font-size: 16px;
    color: #ECEAE5;
}




/*大圖*/
.swiper-wrapper .swiper-slide{
    position: relative;
}
body.pageIndex::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 55px;
    max-height: 172px;
    background-image: url(https://pic03.eapple.com.tw/matter/big_large.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    z-index: 2;
}

.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 675px;
    max-height: 730px;
    background-image: url(https://pic03.eapple.com.tw/matter/big1_img.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 675px;
    max-height: 730px;
    background-image: url(https://pic03.eapple.com.tw/matter/big2_img1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    z-index: 123;
}
.swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 730px;
    background-image: url(https://pic03.eapple.com.tw/matter/big2_img2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: 1;
}
.header_area{
    background-color: #FFFCF5;
    height: 144px;
    padding: 1% 0 0 0;
}
.nav-header{
    width: 100%;
    max-width: 100%;
}
.navigation{
    grid-template-columns: 1fr;
}
.stellarnav ul{
    text-align: center;
    padding: 1% 0 0 0;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav > ul > li > a{
    margin: 0 26px;
    font-family: "Noto Serif TC", serif;
    color: #615952;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
}
.stellarnav ul ul{
    background: #fffcf5;
}
.stellarnav li li{
    border: 1px #a5a19e61 solid;
}
.stellarnav li a {
    font-family: "Noto Serif TC", serif;
    color: #615952;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}


/* 商品下拉超過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;}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
*/
/* 篩選器-左手邊 / 產品分類-上面
.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;}
*/


/* 產品分類-左手邊 / 篩選器-上面 */
.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;}
.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}



/*內頁BANNER 設定*/
.banner {
    background-image: none;
    background-color: #fffcf5;
}
.banner h5 {
    font-family: "Noto Serif TC", serif;
    color: #615952;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 4px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章*/
.module_i_news .title_i_box h4 {
    color: #4A4A3F;
    font-size: 46px;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    text-align: left;
}
.module_i_news_list{
    width: 90%;
}
.module_i_news{
    background-color: #fffcf5;
    padding: 50px 0;
    position: relative;
    height: 892px;
}
.module_i_news::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(https://pic03.eapple.com.tw/matter/new-img01.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    width: 650px;
    height: 850px;
    top: 0;
}
.module_i_news ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    grid-gap: 0;
}
.module_i_news li {
    width: 74%;
    border-bottom: 1px solid #DED4C8;
    padding: 4% 0;
    display: flex;
    align-items: center;
}
.module_i_news li:nth-child(3)~li{
    display: none;
}
.module_i_news li:nth-child(1)::before {
    content: '1';
    font-family: "Cinzel", serif;
    width: 100px;
    height: 100px;
    color: #4A4A3F;
    background-color: #DED4C8;
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.module_i_news li:nth-child(2)::before {
    content: '2';
    font-family: "Cinzel", serif;
    width: 100px;
    height: 100px;
    color: #4A4A3F;
    background-color: #DED4C8;
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.module_i_news li:nth-child(3)::before {
    content: '3';
    font-family: "Cinzel", serif;
    width: 100px;
    height: 100px;
    color: #4A4A3F;
    background-color: #DED4C8;
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.i_blog_ri{
    width: 94%;
}
.i_blog_ri p{
    display: none;
}
.i_blog_ri h5{
    color: #4A4A3F;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Noto Serif TC';
    font-weight: 600;
}
.module_i_news .title_i_box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.module_i_news .title_i_box::after {
    content: 'NEWS';
    position: relative;
    left: 0;
    top: 0;
    font-family: "Montserrat", sans-serif;
    color: #4A4A3F;
    font-size: 20px;
    padding-left: 1%;
    margin-top: -16px;
}
.module_i_news li a:after{
    background: transparent;
    border: none;
}
.i_blog_ri h5{
    -webkit-line-clamp: 4;
}
.i_blog_b{
    display: none;
}
.module_i_news section{
    max-width: 78%;
    padding: 2% 0;
}
.subbox_item { 
    width:100%;
}
.i_blog_le{
    display: none;
}
.module_i_news li a{
    grid-template-columns: 1fr;
    width: 82%;
    left: 14%;
}
.module_i_news li a:before {
    content: '⇀';
    font-size: 22px;
    color: #674a3f;
    bottom: 0;
    right: 0;
}

  


/*相本分類全版面 ( 限制最寬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;}
.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: 1800px) {
/*大圖*/    
.swiper-wrapper .swiper-slide:nth-child(2)::before{
    background-size: 90%;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after{
    background-size: 90%;
}


}
@media screen and (max-width: 1600px) {
/*大圖*/    
.swiper-wrapper .swiper-slide:nth-child(2)::before{
    background-size: 80%;
    background-position: left top;
}

.swiper-wrapper .swiper-slide:nth-child(2)::after {
    background-size: 80%;
    background-position: right top;
}
.swiper-wrapper .swiper-slide:nth-child(1)::after{
    background-size: 80%;
    background-position: right top;
}

/*最新消息*/
.module_i_news_list {
    width: 88%;
}
.module_i_news li:nth-child(1)::before{
    width: 70px;
    height: 70px;
}
.module_i_news li:nth-child(2)::before{
    width: 70px;
    height: 70px;
}
.module_i_news li:nth-child(3)::before{
    width: 70px;
    height: 70px;
}
.module_i_news::after{
    background-size: 80%;
}

}
@media screen and (max-width: 1280px) {
/*大圖*/
.swiper-wrapper .swiper-slide:nth-child(1)::after {
    background-size: 68%;
    background-position: right top;
}
.swiper-wrapper .swiper-slide:nth-child(2)::before{
    background-size: 68%;
    background-position: left top;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after{
    background-size: 68%;
    background-position: right top;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: var(--swiper-pagination-bottom, 20px);
}

/*最新消息*/
.module_i_news .title_i_box h4{
    font-size: 32px;
}
.module_i_news section{
    max-width: 86%;
}
.i_blog_ri h5{
    font-size: 16px;
}
.module_i_news li{
    width: 68%;
}
.module_i_news{
    height: auto;
}
.module_i_news::after {
    background-size: 70%;
    height: 100vh;
}
.module_i_news .title_i_box h4{
    font-size: 28px;
}

}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
.nav-header {
    width: 100%;
    max-width: 10%;
}
.stellarnav > ul > li > a{
    margin: 0 16px;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
    background-size: 56%;
    background-position: right top;
}
.swiper-wrapper .swiper-slide:nth-child(1)::after {
    background-size: 56%;
    background-position: right top;
}
.swiper-wrapper .swiper-slide:nth-child(2)::before{
    background-size: 72%;
    background-position: left top;
}
.swiper-pagination span:nth-child(1)::after,
.swiper-pagination span:nth-child(2)::after{
    font-size: 14px;
}

/*最新消息*/
.module_i_news::after {
    background-size: 62%;
    height: 100vh;
}
.module_i_news li:nth-child(1)::before{
    width: 60px;
    height: 60px;
    font-size: 35px;
}
.module_i_news li:nth-child(2)::before{
    width: 60px;
    height: 60px;
    font-size: 35px;
}
.module_i_news li:nth-child(3)::before{
    width: 60px;
    height: 60px;
    font-size: 35px;
}
.module_i_news li{
    padding: 1% 0;
}
.module_i_news{
    padding: 50px 0 0 0;
}
.module_i_news::after {
    background-size: 58%;
    height: 100vh;
}
}
@media screen and (max-width: 980px) {
body.pageIndex::before{
    background-size: 100%;
    top: 15%;
}
.stellarnav > ul > li > a{
    margin: 0 7px;
}
.header_area{
    height: auto;
}
.nav-header {
    width: 100%;
    max-width: 12%;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after{
    background-size: 42%;
}
.swiper-wrapper .swiper-slide:nth-child(1)::after {
    background-size: 42%;
}
body.pageIndex::before {
    background-size: 100%;
    top: 15%;
    max-width: 5vw;
    max-height: 11vh;
}

/*最新消息*/
.module_i_news::after {
    background-size: 50%;
    height: 49vh;
}
.module_i_news li:nth-child(1)::before,
.module_i_news li:nth-child(2)::before,
.module_i_news li:nth-child(3)::before{
    width: 50px;
    height: 50px;
    font-size: 30px;
}
.i_blog_ri h5{
    -webkit-line-clamp: 2;
}
.module_i_news .title_i_box h4 {
    font-size: 28px;
}
.module_i_news .title_i_box::after{
    margin-top: -8px;
}




}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {box-shadow: none;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.header_area {
    background-color: #FFFCF5;
    height: auto;
    padding: 2% 0;
}
/*選單*/
.stellarnav.mobile ul{
    background: #fffcf5;
    border-right: 1px #dad0c4 solid;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: transparent;
}
.stellarnav.mobile li a{
    border-bottom: 1px solid #dad0c4;
}
.stellarnav.mobile > ul > li{
    border-bottom: none;
}
.stellarnav.mobile li.open{
    background: #f7eee4;
}
.stellarnav li li {
    border: none;
}
.stellarnav.mobile ul{
    background: #fffcf5;
}
#bottom_menu{
    background: #e9e1d8;
}
#bottom_menu li:nth-child(2){
    display: none;
}

/*大圖切換鍵*/
.swiper-pagination span:nth-child(1)::after, .swiper-pagination span:nth-child(2)::after {
    font-size: 18px;
    color: #4A4A3F;
}
span.swiper-pagination-bullet{
    background: #4A4A3F;
}

/*手機板大圖*/
.bannerindex .swiper-banner .swiper-slide img,
.swiper-wrapper .swiper-slide:nth-child(1)::after,
.swiper-wrapper .swiper-slide:nth-child(2)::after,
.swiper-wrapper .swiper-slide:nth-child(2)::before{
    display:none;
}
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 1 * 1);}

.pageIndex  .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/matter/phone_big1.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/matter/phone_big2.jpg) ; background-size:cover;   background-position: center;}


/*最新消息*/
.module_i_news::after {
    background-size: 45%;
    height: 54vh;
}
.module_i_news_list{
    padding: 0;
}


/*相簿*/
.work_info_page .pic-list .item { width:100%;}

}





@media screen and (max-width: 600px) {
.nav-header {
    width: 100%;
    max-width: 18%;
}
.swiper-pagination span:nth-child(1)::after, .swiper-pagination span:nth-child(2)::after {
    font-size: 14px;
    color: #4A4A3F;
}

/*最新消息*/
.module_i_news li {
    width: 100%;
}
.module_i_news_list {
    width: 100%;
}
.module_i_news::after{
    display: none;
}


    
}
@media screen and (max-width: 480px) {
.module_i_news li:nth-child(1)::before, .module_i_news li:nth-child(2)::before, .module_i_news li:nth-child(3)::before {
    width: 40px;
    height: 40px;
    font-size: 30px;
}

}

