@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Alumni+Sans+Pinstripe:ital@0;1&family=Bebas+Neue&family=Cactus+Classical+Serif&family=El+Messiri:wght@400..700&family=Kiwi+Maru&family=M+PLUS+Rounded+1c&family=Meddon&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@300&family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prata&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=RocknRoll+One&family=Shippori+Mincho&family=Yuji+Mai&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');

/*反白顏色*/
::-moz-selection {
    background-color: #232323;
    color: #fff;
}

::selection {
    background-color: #232323;
    color: #fff;
}

:root {
    --MainColor: #ffffff;
    --SubColor: #fffdd0;
    --SubColor02: #fff3da;
    --SFont: "Noto Sans TC", sans-serif;
    --SFontEN: "Marcellus", serif;
    --TitleColor: #907359;
    --ENTitleColor: #cfb26f;
    --FontColor: #2B221A;
    --logocolor: #F5B759;
    --color-gray: #616161;
    --grey: #9F9FA0;
    --f56: 56px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd80: 80px;
}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    background: #fff3d880;
    width: 7px;
}

::-webkit-scrollbar-track-piece {
    background: #fff3d8a8;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #F5B759;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #F5B759;
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.header_area {
    position: fixed;
    padding: 25px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.header_area.sticky,
.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
    background-image: url(https://pic03.eapple.com.tw/fuyidesign/wall.jpg);
}

.pageIndex .header_area {
    position: relative;
}

.main_header_area .container {
    width: 90%;
    max-width: none;
}



/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/*header*/
.stellarnav>ul>li>a {
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 30px;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    font-weight: 300;
}

.tp_links,
.stellarnav li.has-sub>a:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .header_area {
        padding: 15px 10px;
    }

    .stellarnav>ul>li>a {
        padding: 10px 0px;
    }

    .me_tp_features {
        display: none;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #ffffff;
    }

    .stellarnav .menu-toggle:after {
        color: #ffffff;
    }

    .main_header_area .container {
        width: 100%;
    }
}

/*footer*/
.footer {
    padding: 50px 0 0;
    background-image: url(https://pic03.eapple.com.tw/fuyidesign/wall.jpg);
}

.footer_info {
    grid-template-columns: 340px 1fr;
}

.footer_info li {
    padding: 0px;
    margin-bottom: 20px;
}

.footer_info li p,
.footer_info li p a {
    color: #ffffff;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    font-weight: 300;
}

.footer_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
}

.footer_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer_menu a {
    padding: 8px 15px;
    border: 1px #ccc solid;
    margin: 0 4px 4px 0;
    color: #ffffff;
    background: #f0f0f000;
    letter-spacing: 1px;
    width: 32%;
}

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}

.footer_info li:nth-child(2)::before {
    content: "RELATED LINK";
}

.footer_info li:nth-child(1):before,
.footer_info li:nth-child(2)::before {
    color: #FFF;
    line-height: 175%;
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    width: 100%;
    color: #f0bb6c;
    letter-spacing: 1px;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    font-weight: 400;
}


.footer_info ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

}

.footer_info li:nth-child(1) {
    width: 60%;
}

.footer_info li:nth-child(2) {
    width: 40%;
}

@media screen and (max-width: 1024px) {
    .footer_info {
        padding: 0 5%;
    }

    .footer_menu a {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .footer_info {
        grid-template-columns: min-content;
    }

    .footer_info ul {
        display: flex;
    }

    .footer_info li {
        margin-top: 20px;
    }

    .footer_info li:nth-child(1) {
        width: 100%;
    }

    .footer_info li:nth-child(2) {
        width: 90%;
    }

    #bottom_menu {
        background: #000000;
    }

    #bottom_menu li a {
        color: white;
        padding: 8px;
    }

    #bottom_menu li a i,
    #bottom_menu li a em {
        display: inline-flex;
        margin: 0 5px;
    }
}

.copy,
.copy a {
    color: #ffffff;
}

.copy a:hover {
    color: #f5b75a;
}

.box_link {
    display: none;
}

/* 商品下拉超過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;
}



.info_fix {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*設計作品管理*/
.module_i_projects .title_i_box {
    display: none;
}

animated-arrow {
    background: #333333;
    border: 1px #333333 solid;
}

.ProjSwiper li section,
.ProjSwiper li>a:after {
    height: 50px;
}

.ProjSwiper li section h6 {
    font-weight: 400;
    letter-spacing: 1px;
}

.ProjsDetail_Intro dd {
    display: inline-block;
}

.StoreProjsList {
    width: 90%;
    padding: var(--pd80) 20px;
}

.projsTabs li {
    padding: 10px;
}

.projsTabs li a,
.projsTabs li.Now a {
    color: var(--FontColor);
    font-size: var(--f16);
    font-weight: 500;
    border-bottom: 1px solid #2b221a2b;
    padding: 5px 10px;
}

.projsTabs li.Now a {
    border-bottom: 1px solid #2b221a;
}

.StoreProjs_Post li {
    border: none;
    background: transparent;
    text-align: center;
}

.StoreProjs_Post li>a:hover:after {
    background: #2b221a82;
}

.StoreProjs_Post li section h6 strong {
    font-weight: 300;
    letter-spacing: .1rem;
}

.StoreProjs_Post li>a {
    padding: 0 0 70%;
}

.StoreProjs_Post li h4 {
    color: var(--FontColor);
    font-weight: 400;
    animation: slide-top 1.5s 0.6s both;
}

.StoreProjs_Post li img {
    filter: saturate(.6);
    -webkit-mask-image: linear-gradient(90deg, #f4f0ec 0, #f4f0ec 50%, transparent 100%);
    mask-image: linear-gradient(90deg, #f4f0ec 0, #f4f0ec 50%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
    animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards maskFadeIn;
}

@keyframes maskFadeIn {
    0% {
        -webkit-mask-position: 200% 0;
        mask-position: 200% 0
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

/*scroll*/
#Projs_scroll_down a em {
    border: 1px solid var(--SubColor);
    background: #ede4d491;
}

#Projs_scroll_down a em::before {
    background: var(--SubColor03);
}

#Projs_scroll_down a span:before {
    color: var(--MainColor);
    font-weight: bold;
}

/*scroll箭頭*/
#Projs_scroll_down a i {
    margin: 5px 0 13px;
}

#Projs_scroll_down a i:before,
#Projs_scroll_down a i:after {
    background: var(--MainColor);
}

/*設計作品管理-內頁*/
.StoreProjsDetail {
    width: 95%;
}


.ProjsDetail_Title p span {
    background: #2b221a30;
    height: 23px;
}

.ProjsDetail_Title h4 {
    font-weight: 300;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    color: #505050;
}

.ProjsDetail_Intro {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    width: 100%;
}

.ProjsDetail_Intro h6 strong,
.ProjsDetail_Intro h6 {
    color: #666;
    font-size: 14px;
}

.ProjsDetail_OtherObjs li>a {
    padding: 0 0 180px;
}

.ProjsDetail_OtherObjs li>a img {
    max-width: inherit;
    width: 130%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

/*設計作品管理-內頁圖片*/
.ProjsDetail_ImgView {
    padding: 0;
    margin-bottom: 30px;
}

.ProjsDetail_ImgView ul li:first-child {
    padding-top: 0;
}

.ProjsDetail_ImgView ul li a {
    position: relative;
    overflow: hidden;
}

.ProjsDetail_ImgView li img {
    transform: scale(1);
    transition: all .7s;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.ProjsDetail_ImgView ul li a:hover img {
    transition: all .7s;
    transform: scale(1.1);
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.ProjsDetail_Viewpoint {
    padding-right: 20px;
}


/*設計作品管理-內頁-相關*/
.ProjsDetail_OtherObjs {
    max-width: 90%;
}

.ProjsDetail_Bottom a {
    background: #9a8769;
}

.ProjsDetail_OtherObjs li>a:hover img {
    transform: translate(-50%, -50%);
}

.ProjsDetail_info_3_5 {
    padding-top: 120px;
    color: #555;
    line-height: 30px;
}

@media screen and (max-width: 1024px) {
    .ProjsDetail_info_2_5 {
        padding: 20px 30px;
    }

    .ProjsDetail_info_3_5 {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 768px) {
    .ProjsDetail_OtherObjs {
        padding: 50px 0 50px;
    }
}

@media screen and (max-width: 480px) {
    .ProjsDetail_OtherObjs li>a {
        padding: 0 0 100px;
    }
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 {}

.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) {}