@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

/*反白顏色*/
::-moz-selection{ background-color: #666; color: #fff;}
::selection{ background-color: #666; color: #fff;}
.linkBox_Open + span i { transform: rotate(45deg);}

/*滾輪*/
::-webkit-scrollbar { width: 7px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 4px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #fff; border: none;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/


.path { display: none;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{ display:none;}/*大圖輪播點點移除*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 開場動畫 */

body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    animation: fadein 6s 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/0910947447/logo-v2.png) center / cover no-repeat;
    animation: fadeinlogo 6s forwards;
}

@keyframes fadeinlogo {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 上方選單 */
.navigation {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 60px;
    font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
}

.header_area {
    z-index: 9999;
    position: sticky;
    top: 0;
}

.header_area::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 20px);
    opacity: 0;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area.sticky::after {
    transform: translate(0, 0);
    opacity: 1;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.nav-header {
    max-width: 80px;
    padding: 20px 0;
}

.pageIndex .header_area {
    background: transparent;
    text-shadow: 0 0 3px #0000005c;
}

.pageIndex .header_area.sticky{
    text-shadow: none;
}

.pageIndex .header_area .stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a {
    color: #ffffff;
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a {
    color: #4A4A4A;
}

.pageIndex .double_key {
    visibility: hidden;
    pointer-events: none;
}

.pageIndex .header_area .nav-brand img {
    filter: contrast(0) brightness(100);
}

.pageIndex .header_area.sticky .nav-brand img {
    filter: none;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    background: #ffffff;
    padding: 0 5%;
    transition: all ease 0.3s;
}

.main_header_area .container {
    max-width: 100%;
}

.stellarnav {
    margin-left: auto;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.pageIndex .header_area .stellarnav>ul>li>a:before {
    background-color: #ffffff;
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a:before {
    background-color: #4A4A4A;
}

.stellarnav>ul>li>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4A4A4A;
    transform: scale(0, 1);
    transform-origin: bottom right;
    transition: transform .3s;
}

.stellarnav>ul>li:hover>a:before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a {
    padding: 0 2px;
    color: #4A4A4A;
    font-size: 14px;
    margin: 0 12px;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 26px;
    height: auto;
    transition: all ease .3s;
}

.stellarnav:hover>ul>li>a,
.stellarnav:hover>ul>li.has-sub>a {
    filter: opacity(.35);
}

.pageIndex .header_area .stellarnav:hover>ul>li:hover>a,
.pageIndex .header_area .stellarnav:hover>ul>li.has-sub:hover>a {
    filter: opacity(1);
    color: #fff;
}

.pageIndex .header_area.sticky .stellarnav:hover>ul>li:hover>a,
.pageIndex .header_area.sticky .stellarnav:hover>ul>li.has-sub:hover>a {
    filter: opacity(1);
    color: #4A4A4A;
}

.stellarnav:hover>ul>li:hover>a,
.stellarnav:hover>ul>li.has-sub:hover>a {
    filter: opacity(1);
    color: #4A4A4A;
}

.swiper-pagination,
.box_search,
.me_tp_features a.me_tp_mail,
.me_tp_features a * {
    display: none;
}

.me_tp_features {
    order: 1;
    max-width: max-content;
}

.tp_links {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    width: max-content;
}


/*次分類*/
.stellarnav ul ul {
    min-width: 180px;
    background: transparent;
    right: 0;
    border-bottom: 10px solid #f9f9f9;
}

.stellarnav li li:first-of-type,
.stellarnav>ul>li:nth-of-type(2)>ul>li:nth-of-type(2) {
    padding-top: 10px;
}

.stellarnav>ul>li>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav li li {
    text-align: center;
    border: none;
    margin-bottom: 0;
    background: #f9f9f9;
    position: relative;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #222;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #555;
    padding: 7.5px 15px;
    font-weight: 400;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
    font-size: 14px;
    transition: all ease .3s;
}

.stellarnav ul ul ul,
.stellarnav li.drop-left ul ul {
    left: 100%;
    right: 0;
}

.stellarnav>ul>li:nth-of-type(2)>ul>li:first-of-type {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.header_area.sticky ~ .bannerindex{filter: blur(3px);transition: all .5s;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/

.footer_info li p.line,
.footer_info li p.tel,
.footer_info li p.phone,
.footer_info li p.mail{
    display: none;
}

.footer_info li p.add2:before {
    content: '';
    margin: 0 0px 0 0;
}

.footer {
    background: transparent;
    font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    padding: 48px 0 0;
    margin: 0 auto;
    background: #f5f5f5;
}

.footer_logo {
    max-width: 100px;
}

.box_link,
.footer_menu a:first-of-type {
    display: none;
}

.footer .center {
    max-width: 90%;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(1) {
    padding: 0 0 24px;
    display: flex;
    flex-flow: column wrap;
}

.footer_info li:nth-child(2) {
    padding: 24px 0;
}

.footer_info {
    display: flex;
    padding-right: 0;
    flex-direction: row-reverse;
}

.footer_info li p {
    letter-spacing: 1px;
    color: #4A4A4A;
    line-height: 2;
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    transition: all ease 0.3s;
}

.footer_info li p a {
    color: #4A4A4A;
    width: max-content;
    transition: all ease 0.3s;
}

.copy,
.copy a,
.copy a:hover {
    color: #4A4A4A;
    letter-spacing: .5px;
    font-weight: 500;
}

.privacyLinks a+a {
    border-color: #4A4A4A;
}

.copy {
    font-size: 12px;
    white-space: inherit;
    padding: 24px 0;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.footer_menu a,
.footer_menu a:hover {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    color: #222;
    background: none;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.footer_menu:has(a:hover) a:not(:hover) {
    opacity: .35;
}

.footer_menu a:hover {
    color: #4A4A4A;
}

.footer_menu {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
}

.footer_menu a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background-color: #4A4A4A;
    transform: scale(0, 1);
    transform-origin: bottom right;
    transition: transform .3s;
}

.footer_menu a:hover:after {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁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) { 
}




