@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{font-family: "Noto Sans TC", sans-serif;}
.main_part {min-height: 80vh;}



/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.bannerindex .swiper-banner .swiper-slide:before,.bannerindex .swiper-banner .swiper-slide:after{
position: absolute;top: 33vw;width: 100%;text-align: center;font-family: "Bebas Neue","Noto Sans TC", sans-serif;
color: #fff;z-index: 100;text-shadow: 0 0 10px rgba(0, 0, 0, .3);
animation: totop 1s both;animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);}
.bannerindex .swiper-banner .swiper-slide:before{content: "Frame Everyday Living.";font-size: 42px;}
.bannerindex .swiper-banner .swiper-slide:after{content: "把日常，安放進一幅風景";font-size: 20px;margin-top: 70px;
    letter-spacing: .2rem;animation-delay: .5s;}

@keyframes totop{
	0%{opacity: 0;transform: translateY(-30px);}
	100%{opacity: 1;transform: translateY(0px);}
}

/*切換鈕*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
 	align-items: flex-end;bottom: 30px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 5px;border-radius: 0;width: 40px;margin: 0 5px;}





/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.header_area {position: fixed;top: 0;background: transparent;padding: 0;transition: all .5s;}
.header_area:before{content: "";width: 100%;height: 10vw;background: linear-gradient(180deg, rgb(0 0 0 / 30%), transparent);
position: absolute;top: 0;left: 0;}
.main_header_area .container {max-width: 2000px;width: 90%;}
.navigation {grid-template-columns: 230px 1fr;padding: 20px 0;transition: all .5s;}
.nav-header {max-width: 230px;transition: all .5s;}
.nav-brand img {display: block;}
.stellarnav > ul > li {padding: 10px 15px 8px;}
.stellarnav > ul > li > a b{color: #fff;font-family: "Bebas Neue", "Noto Sans TC",sans-serif;font-weight: 500;
letter-spacing: 1px;transition: all .5s;}
.stellarnav > ul > li > a b:last-child{font-size: 18px;color: #fdd000;}
.stellarnav li.has-sub > a:after{transition: all .5s;}
.stellarnav li.has-sub > a:hover:after {border-top: 6px solid #fdd000;}
.me_tp_features{display: none;}

.header_area.sticky {background: #433e3e;transition: all .5s;}
.header_area.sticky:before{display: none;}
.header_area.sticky .main_header_area .container {width: 96%;transition: all .5s;}
.header_area.sticky .navigation {padding: 0;transition: all .5s;}
.header_area.sticky .nav-header {max-width: 200px;transition: all .5s;}
.header_area.sticky .stellarnav > ul > li > a b {font-size: 14px;transition: all .5s;}
.header_area.sticky .stellarnav > ul > li > a b:last-child{font-size: 16px;}


/*---下拉*/
.stellarnav ul ul {width: 200px;}
.stellarnav li li{border: none;}
.stellarnav ul ul li a {font-size: 14px;font-weight: bold;color: #555;padding: 12px;transition: all .5s;}
.stellarnav ul ul li a:hover{background: #888;color: #fff;}
.stellarnav > ul > li.drop-left > ul {right: 30px;}





/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer{background: #433e3e;padding: 40px 0 0;}
.footer .center {max-width: 1500px;background: #f3f3f3;padding: 50px;border-top-right-radius: 50px;}
.footer_info {grid-template-columns: 1fr;padding-right: 200px;}
.footer_logo{position: absolute;right: 5%;max-width: 250px;}
.footer_logo img {filter: contrast(0.1);-webkit-filter: contrast(0.1);}
.footer_info ul:before{content: "CONTACT US";display: block;font-family: "Bebas Neue", "Noto Sans TC",sans-serif;
    font-size: 30px;color: #333;margin-bottom: 5px;}
.footer_info ul:after{content: "如果你也正在想像一個更貼近自己的生活空間，\A歡迎立即與我們聯繫，一起把理想慢慢實現。";
	white-space: pre;display: block;font-weight: 400;font-size: 14px;color: #888;line-height: 1.8;border-top: 1px solid #d8d8d8;
    padding-top: 15px;margin-top: 20px;}
.footer_info li{padding: 0;}
.footer_info li:nth-child(2){display: none;}
.footer_info li p.mail,.footer_info li p.add,.footer_info li p.taxid{display: none;}
.footer_info li p,.footer_info li p a{color: #555;font-weight: 600;font-size: 16px;letter-spacing: 0;}
.footer_info li p{margin-right: 30px;display: inline-block;}
.box_link {top: 70px;max-width: 200px;flex-direction: row;}
.box_link a {width: 25px;height: 25px;position: relative;right: 0;background: transparent;border: none;transition: all .5s;}
.box_link a i {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 15px;color: #888;}
.box_link a i.fa-phone-volume{font-size: 15px;color: #888;}
.box_link a:hover{background: #fff;}
.copy,.copy a{color: #888;}
.copy {padding: 30px 0;border-top: none;margin-top: 0;font-size: 10px;}





/*●●●●●●●●●●●●●●●●●●●●●●●●   文章功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*側邊*/
h5.blog_le_t span {font-family: "Bebas Neue", "Noto Sans TC", sans-serif;margin-left: 5px;}
.blog_le .accordion {border-radius: 0;border: none;}
.blog_le .accordion li{transition: all .5s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #888 !important;}
.blog_le .accordion li.open .link {background: #888;}
.blog_le .accordion li.open .link a{color: #fff;}
.blog_le .accordion li.open .link i{color: #fff;}
.blog_le .submenu li.on_this_category a, .submenu a:hover {background: #444;}
/*分類頁*/
.blog_box {padding: 20px 0;}
.blog_ri {padding: 0 0 0 50px;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item {margin-bottom: 30px;}
.subbox_item a {grid-template-columns: 1fr 1fr;grid-gap: 0 30px;}
.subbox_item a:before,.subbox_item a:after{display: none;}
.blog_list_ri {padding: 30px 20px 0 40px;}
.blog_list_ri h5 {font-size: 24px;-webkit-line-clamp: 2;color: #333;}
.blog_list_ri>*+* {margin-top: 20px;}
.blog_list_ri p {line-height: 1.6;}
.blog_list_le {aspect-ratio: 3 / 2;overflow: hidden;}
.blog_list_le img{transition: all .5s;}
.subbox_item a:hover .blog_list_le img{transform: scale(1.05);}
/*文章頁*/
.blog_in_page .path{display: none;}
h4.blog_category_title {font-size: 24px;font-weight: 500;}
.blog_back {grid-gap: 0;width: 100%;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 13px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;font-size: 13px;}
.news_related {background: transparent;border-top: 1px solid #333;margin-top: 80px;padding: 50px 0;}
.news_related h6 span:before {color: #333;}
.news_related_list li > a {padding: 0;}
.news_related_list li > a p {line-height: 1.6;padding: 20px;}
.lastPage {font-size: 14px;background: #aaa;}




/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*相簿頁*/
.subalbum-menu h2 {color: #333;}
.other_subalbum li a p {font-size: 18px;padding: 10px 0;}
/*首頁*/
.module_i_album {padding: 80px 0;}
.module_i_album section {max-width: 1500px;width: 90%;}
.module_i_album .show-list {grid-template-columns: 1fr;counter-reset: item;grid-gap: 50px;}
.module_i_album .show-list .item {position: relative;counter-increment: item;}
.module_i_album .show-list .show_pic {aspect-ratio: auto;height: 100%;}
.module_i_album .show-list .show_pic img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.module_i_album .show-list .item a {height: 26vw;min-height: 400px;overflow: hidden;}
.module_i_album .show-list .item p{color: #fff;font-size: 20px;background: rgba(51, 51, 51, .7);width: 20vw;height: 100%;
    position: absolute;top: 50%;transform: translateY(-50%);left: 0;min-width: 300px;
    display: flex;justify-content: center;align-items: center;}
.module_i_album .show-list .item p:before,.module_i_album .show-list .item p:after{
	font-size: 3vw;font-family: "Bebas Neue","Noto Sans TC", sans-serif;position: absolute;;transform: translateY(-50%);}
.module_i_album .show-list .item p:before{content: "PROJECT";color: #FDD000;top: 28%;}
.module_i_album .show-list .item p:after{content: counter(item, decimal-leading-zero);color: #FFF;top: calc(28% + 3vw);}
.module_i_album .show-list .item p span{position: relative;margin-top: 12vw;}
.module_i_album .show-list .item p span:before{content: "";width: 1px;height: 70px;position: absolute;bottom: calc(100% + 20px);
left: 50%;transform: translateX(-50%);background: #888;}






















/* 商品下拉超過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 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 { background: #f0f0f0;}

.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 {background: url(https://pic03.eapple.com.tw/chierdesign/ban.jpg) no-repeat;height: 30vw;
background-size: cover !important;background-position: center !important;}
.banner h5 {display: none;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {background: url(https://pic03.eapple.com.tw/chierdesign/banE.jpg) no-repeat;}
.banner.banblog {background: url(https://pic03.eapple.com.tw/chierdesign/banblog.jpg) no-repeat;}
.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) { 
}




