@charset "utf-8";

/*
關於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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 網頁捲軸設定 */

::-webkit-scrollbar {
    width: 6px;
    background: #fff;
} /* 寬度 */

::-webkit-scrollbar-button {
    background: var(--color3);
    height: 0;
} /* 滾動條上下箭頭 */

::-webkit-scrollbar-thumb {
    background-color: var(--color1);
} /* 捲軸顏色 */

:-webkit-scrollbar-track-piece {
} /* 捲軸沒有軌道的地方 */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(225, 225, 225, 0.6);
    background-color: #fff;
} /* 捲軸軌道 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 全域設定 */
:root {
    font-family: var(--Mainfont);
    color: var(--color1);
    /* background: var(--color2); */
    line-height: 1.8;
    letter-spacing: 0.1em;
    transition: var(--trans);

    --Mainfont: "Overpass","Noto Sans TC", sans-serif;
    --color1:#2d221e;
    --color2:#fbf8f4;
    --color3:#775c3f;
    --trans: all 0.5s ease-in-out;

    /* font-size: var(--f30);
    font-size: var(--f20);
    font-size: var(--f16); */
    --f60:60px;
    --f47:47px;
    --f40:40px;
    --f36:36px;
    --f34:34px;
    --f32:32px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f19:19px;
    --f18:18px;
    --f17:17px;
    --f16:16px;
    --f15:15px;

    --pd120:120px;
    --pd100:100px;    
}

@media screen and (max-width: 1200px) {
    :root {
        --f60:48px;
        --f34:30px;
        --f30:26px;
                
        --pd120:80px;
        --pd100:60px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --f34:28px;
        --f30:24px;
        --f24:24px;

        --pd120:50px;
        --pd100:40px;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --f60:30px;
        --f34:26px;
        --f30:22px;

        --pd120:30px;
        --pd100:20px;
    }
}

body {
    font-family: var(--Mainfont);
    font-size-adjust: cap-height .7;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* = = = header = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    position: fixed;
    background: transparent;
    padding: 0;
}
.tp_links {
    display: none;
}
.main_header_area .container {
    max-width: 1700px;
    width: 90%;
}
.nav-header {
    padding-top: 5px;
}

.stellarnav > ul {
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin-left: auto;
}
.stellarnav > ul > li {
    width: calc(100% / 7);
    text-align: center;
}
.stellarnav > ul > li > a {
    height: auto;
    line-height: normal;
    font-size: 15px;
    color: #514739;
    letter-spacing: 0.15em;
    margin: 0 13px;
    overflow: unset;
}
.stellarnav > ul > li > a,
.stellarnav > ul > li.has-sub > a {
    padding: 20px 0;
}
.stellarnav > ul > li > a:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--color3);
    border-radius: 99em;
    position: absolute;
    left: -12px;
    top: 29px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav ul ul {
    width: 180px;
    background: var(--color2);
}
.stellarnav li li {
    border: 0;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 10px 17px;
}
.stellarnav li li a {
    font-size: 14px;
    color: #9b9592;
    transition: var(--trans);
}
.stellarnav li.drop-left ul ul {
    right: 180px;
}

/* 下滑設定 */
.header_area, .header_area.sticky {
    transition: var(--trans);
}
.stellarnav > ul > li > a,
.header_area.sticky .stellarnav > ul > li > a {
    transition: all 0.5s;
}
.header_area.sticky {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
}
/* .header_area.sticky .stellarnav > ul > li > a {
    padding: 32px 0;
} */

/* hover */
.stellarnav > ul:hover > li > a * {
    transition: var(--trans);
}
.stellarnav > ul:hover > li > a {
    opacity: 0.5;
    transition: var(--trans);
}
.stellarnav > ul > li:hover > a {
    opacity: 1;  
    transition: var(--trans);
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: var(--color3);
} /* 主選單一般變色 */
.stellarnav > ul > li > a:hover:before,
.stellarnav > ul > li:hover > a:before {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.stellarnav > ul > li > a:before,
.stellarnav > ul > li > a:hover:before {
    transition: var(--trans);
}
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #;
} /* 主選單三角形 */
.stellarnav li li:hover > a, 
.stellarnav li li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav.desktop li.has-sub li:hover > a   {
    color: var(--color3);
    transition: var(--trans);
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #;
} /* 次分類三角形 */

@media screen and (max-width: 1024px) {
    .header_area {
        position: sticky;
        padding: 10px;
    }
    .stellarnav > ul > li > a {
        margin: 0 11px;
    }
}

@media screen and (max-width: 768px) {
    .header_area.sticky {
        backdrop-filter: unset;
    }
    .stellarnav > ul > li {
        width: 100%;
    }
    .stellarnav > ul > li.has-sub > a {
        padding: 10px 43px 10px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 開場動畫 */

body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color2);
    animation: fadein 7s 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: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    background: url(https://pic03.eapple.com.tw/soyainterior/loading_logo.png) center / contain no-repeat;
    aspect-ratio: 300 / 407;
    animation: fadeinlogo 7s forwards;
}

@keyframes fadeinlogo {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

.pageIndex .bannerindex {
    position: relative;
    height: auto;
}
.pageIndex .bannerindex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.pageIndex .bannerindex .swiper-slide:before,
.pageIndex .bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    pointer-events: none;
}
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/soyainterior/ban01_slogan.svg);
    width: 14%;
    bottom: 50%;
    right: 39%;
    aspect-ratio: 310 / 122;
    animation: turn_up_02 2s both;
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    animation-delay: 4s;
}
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::after {
    background-image: url(https://pic03.eapple.com.tw/soyainterior/ban01_flow.png);
    width: 100%;
    bottom: 0;
    right: 0;
    aspect-ratio: 2 / 1;    
    animation: turn_up_01 4s both;animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    animation-delay: 4s;
}
@keyframes turn_up_01 {
	0%{clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);}
	100%{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
}
@keyframes turn_up_02 {
	0%{transform: translateY(100%);opacity: 0;}
	100%{transform: translateY(0);opacity: 1;}
}

.pageIndex .swiper-horizontal>.swiper-pagination-bullets, 
.pageIndex .swiper-pagination-bullets.swiper-pagination-horizontal, 
.pageIndex .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
} /* 大圖點點 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer {
    background: var(--color2);
    padding: 60px 0 0;
}
.footer .center {
    max-width: 1400px;
    padding: 0 2%;
}
.footer_info {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    padding: 0;
}
.footer_logo {
    position: absolute;
    top: 90px;
    max-width: 240px;
}
.box_link {
    display: none;
}
.footer_info ul {
    display: flex;
    flex-direction: column-reverse;
}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
}
.footer_info li p.taxid {
    order: 1;
}
.footer_info li p, 
.footer_info li p a {
    color: #756c60;
}
.footer_info li p {
    line-height: 220%;
}
.footer_info li p.tel:before {
    content: '營業時間 ∕';
}
.footer_info li p.phone:before {
    content: '連絡電話 ∕';
}
.footer_info li p.taxid:before {
    content: '統編 ∕';
}
.footer_info li p.mail:before {
    content: '信箱 ∕';
}
.footer_info li p.add:before {
    content: '地址 ∕';
}
.footer_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer_menu a {
    font-size: 14px;
    color: #756c60;
    border: 0;
    background: transparent;
}
.footer_menu a:nth-of-type(1) {
    display: none
}
.footer_menu a:last-of-type {
    padding-right: 0;
}
.copy, 
.copy a {
    color: #756c60;
}
.copy {
    max-width: 1320px;
    border: 0;
    padding: 20px 0;
    margin: 0 auto;
}
.privacyLinks a+a {
    border-left: 1px solid #756c60;
}

/* hover */
.footer * {
    transition: var(--trans);
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: var(--trans);
}
.footer_info li p a:hover {
    opacity: .7;
}
.footer_menu a:hover {
    background: transparent;
    color: #756c60;
    opacity: .7;
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 768px) {
    .footer_logo {
        position: relative;
        top: 0;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_info li:nth-child(1) {
        padding: 20px 10px 0;
    }
    .footer_info li+li {
        padding-bottom: 10px;
        margin: 0;
    }
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 { }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    left: unset;
    right: 20px;
    bottom: 25px;
    width: 80px;
    height: 80px;
    font-family: var(--Mainfont);
    color: transparent;
    background: #756c60;
    border-radius: 50%;
    padding-top: 23px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    transition: all .3s;
}
#to_top:before {
    content: '';
    display: block;
    position: relative;
    width: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid var(--color2);
    left: 50%;
    transform: translateX(-50%);
}
#to_top:after {
    content: 'TOP';
    display: block;
    position: relative;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    width: 50px;
    font-size: 11px;
    color: var(--color2);
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 160%;
    border-top: solid 1px #b1a89c;
    padding-top: 6px;
}
#to_top i.top {
    display: none;
}
#to_top:hover {
    opacity: .7;
    transition: all .3s;
}

/* 手機版置底按鈕 */
/* #bottom_menu li a {
    color: #fff;
}
#bottom_menu li:nth-of-type(1) {
    background: #4D4D4D;
}
#bottom_menu li:nth-of-type(1) a {
    color: #fff;
}
#bottom_menu li:nth-of-type(2) {
    background: #90A183;
}
#bottom_menu li:nth-of-type(3) {
    background: #99C681;
} */


 /* 開啟手機板下方按鈕所需設定 */
@media screen and (max-width: 768px) {
    #bottom_menu {display: none;}
    #bottom_menu li:nth-child(1) {
        background: ;
    }
    #bottom_menu li:nth-child(2) {
        background: ;
    }
    #bottom_menu li:nth-child(3) {
        background: ;
    }
    #bottom_menu li a {
        color: ;
    }
}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
}




