@charset "utf-8";
body {  --mainColor: #F29600;
        --mainBColor: #151819;
        --mainCColor: #3A4C4D;
        --mainDColor: #798280;
         cursor: url(https://pic03.eapple.com.tw/jane80099356/jane_cursor.png) ,pointer;
    }
.main_part {  max-width: 1500px; padding: 130px 20px;}

/*scrollbar*/
::-webkit-scrollbar { width: 7px; height: 0px;}
::-webkit-scrollbar-thumb { background: var(--mainCColor);}
::-webkit-scrollbar-track { background: #f7f7f7;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*header*/
.nav-header {grid-row: auto;}
.header_area { background: transparent; position: fixed; padding: 25px 0;}
.main_header_area .container {  max-width: 90%; padding: 0 50px; transition: 0.8s;}
.navigation {grid-template-columns: 180px 1fr; align-items: center;position: relative;}
.stellarnav > ul > li > a { color: #ffffff; letter-spacing: 2px;margin: 0 13px;}

/*hover*/
.stellarnav ul:hover li a { opacity: 0.7; transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a { letter-spacing: 3px;}

/*下滑*/
.header_area.sticky .container { max-width: 100%;}
.header_area.sticky { background: rgb(21 24 25 / 90%); padding: 10px 0;}
.header_area.sticky .navigation:before {display: none;}


/*上方選單右邊設定 臉書/LINE/電話/信箱*/
.me_tp_features { display: none; width: fit-content;order: 3;}
.tp_links a { color: #ffffff;}
.me_tp_features a i { margin: 0 5px;}
.tp_links a.me_tp_mail { display: none;}

/*電腦LOGO*/
.nav-brand { display: flex; align-items: center;}
header.header_area.sticky .nav-header {}

/*下拉*/
.stellarnav li.has-sub > a:after { border-left: unset; border-right: unset; border-top: unset; content: "+";}
.stellarnav li a { font-size: 15px;letter-spacing: 1px;}
.stellarnav ul ul { width: max-content; background: rgb(238 238 238 / 95%);}
.stellarnav ul ul li > a:hover { background: var(--mainCColor); color: #fff;}

/* 商品下拉超過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個--結束 */

/*footer*/
.footer_logo { max-width: 180px; margin: 0 auto;}
.footer { background: var(--mainBColor); padding: 70px 0 0;}
.footer .center { max-width: 90%;}
.footer_info { padding: 0;  grid-template-columns: 1fr;  grid-gap: 0px;  padding-right: 0px;}
.footer_info ul { display: flex;  width: 100%;  justify-content: center;  flex-wrap: wrap;  flex-direction: column; align-content: center; align-items: center;padding-top: 20px;}
.footer_info li { padding-bottom: 0px;}
.footer_info li:nth-child(1) { text-align: center; width: 100%;  max-width: 1200px; display: flex;justify-content: center;}
.footer_info li:nth-child(2) { padding-top: 15px;}
.footer_info li p {  color: var(--FixAsColor03);  line-height: 230%;padding: 0 23px;}
.footer_info li p a { color: var(--FixAsColor03);}

.footer_menu { width: 100%; display: flex; flex-wrap: wrap; flex-direction: row;}
.footer_menu a:nth-of-type(1) { display: none;}/*首頁不顯示*/
.footer_menu a { display: inline-block; padding: 0px 5px 10px; border: unset;  margin: 0px 10px;  font-size: 14px;  line-height: 160%;
        letter-spacing: 2px;  text-indent: 2px;  text-align: center;  transition: 0.5s; color: #888; background: transparent;  position: relative;}
.footer_menu a:hover {  background: transparent;  color: #fff;  letter-spacing: 4px;}
.footer_menu a:after { content: "";width: 100%;height: 1px;background: #484848;position: absolute;left: 0;bottom: 0;transition: 0.8s;}
.footer_menu a:before { content: ""; width: 0%; height: 2px; background: #cccccc; position: absolute; left: 0; bottom: 0; transition: 0.8s;}
.footer_menu a:hover:before { width: 100%;}

.copy { text-align: center;  padding: 30px 10px 50px; color: #999;  border-top: unset;  width: 100%;  max-width: 100%;  margin: 0 auto;}
.copy a { color: #555;}
.copy a:hover { color: #c00;}
.privacyLinks a { padding: 0 10px;}

.box_link { display: none; position: relative;  right: 0px; width: auto;  max-width: fit-content;  order: 3;}
.box_link a { width: 30px;  border: unset; border-radius: 0px; padding: 5px;font-size: 18px; margin: 0px;}

/*大圖******************************** */
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.bannerindex .swiper-slide { position: relative;}
.bannerindex .swiper-slide img { height: auto;}

.bannerindex .swiper-slide.swiper-slide-active:before { content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after { content: ""; position: absolute;  z-index: 999; pointer-events: none; }

.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {
        background: url(https://pic03.eapple.com.tw/jane80099356/banner_be02.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: 37%;
        right: 41%;
        width: 100% !important;
        height: 0 !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.038);
        animation: slide-bottom 3s both;
        animation-delay: 0.5s;
}

.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {
        background: url(https://pic03.eapple.com.tw/jane80099356/banner_af02.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        animation: slide-top 3s both;
        animation-delay: 0.5s;
        padding-bottom: calc(100% / 1 * 0.038);
        width: 100%;
        height: 0;
        right: 36%;
        bottom: 38%;
}

.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {
        background: url(https://pic03.eapple.com.tw/jane80099356/banner_be01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 60%;
        left: 9%;
        width: 100% !important;
        height: 0 !important;
        background-position: left;
        padding-bottom: calc(100% / 1 * 0.13);
        animation: slide-bottom 3s both;
        animation-delay: 0.5s;
        filter: drop-shadow(2px 4px 6px black);
}
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {
        background: url(https://pic03.eapple.com.tw/jane80099356/banner_af01.svg);
        padding-bottom: calc(100% / 1 * 0.13);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        animation: slide-top 3s both;
        animation-delay: 0.5s;
        left: 14%;
        bottom: 25%;
        filter: drop-shadow(0px 0px 20px black);
}


@keyframes slide-top {
    0% {-webkit-transform: translateY(80%); transform: translateY(80%); opacity: 0; }
    100% { -webkit-transform: translateY(0%); transform: translateY(0%); opacity: 1;}
}

@keyframes slide-bottom {
    0% {-webkit-transform: translateY(0%); transform: translateY(0%); opacity: 0; }
    100% { -webkit-transform: translateY(80%); transform: translateY(80%); opacity: 1;}
}

/*特效END*/

/*輪播點*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 10%); left: 4%;  width: min-content;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車******************************************************** */
.product_page .main_part { max-width:1200px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/
.path p, .path p a { text-align: right;}

/*內頁BANNER 設定*/
.banner {}
.banner.banblog {}
.banner.banA {}
.banner.banB {}/*同服務項目*/
.services_page .banner {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF {}

.banner h5 { font-size: 30px; color: #000; position: relative; letter-spacing: 3px; /*animation: slide-top 1.5s 0.5s both;*/}
/*
.banner h5:after { content: ""; position: absolute;}
.banner h5:before { content: ""; position: absolute;}
*/
/*動畫*/
/*@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*首頁*/
.module_i_news { padding: 0px;transition: 1.5s;}
.module_i_news_list, .module_i_news_list.swiper { padding: 0px;}
.module_i_news .title_i_box { display: none;}
.module_i_news section { filter: drop-shadow(0px 0px 8px #171716);}
.module_i_news ul {grid-gap: 5px;}
.module_i_news li { padding: 0px; backdrop-filter: blur(5px); position: relative;}
.i_blog_ri { padding: 4px 0; position: absolute; bottom: 0; text-align: center; background: rgb(255 255 255 / 40%); backdrop-filter: blur(5px);}
.i_blog_ri h5 { font-size: 15px;}
.i_blog_ri p { display: none;}
.i_blog_ri em { display: none;}
.module_i_news .i_blog_b { display: none;}
.i_blog_le { aspect-ratio: 6 / 3;}
.i_blog_le img { transition: 1s;}

/*hover*/
.module_i_news li a:after , .module_i_news li a:before { display: none;}
.module_i_news li a:hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: scale(1.05); transition: 1s;}


/*列表*/
.blog_subbox { grid-template-columns: 1fr;  grid-gap: 50px;}
.subbox_item a { grid-template-columns: 360px 1fr; grid-gap: 50px;}

/*側邊分類*/
.blog_le { width: 220px; height: fit-content;  position: sticky; top: 110px; margin-bottom: 0vw;}
.blog_le, .blog_ri { padding: 0px 5px;}
.blog_le .accordion { border-radius: 0px;border: unset;}
.blog_search input[type=search]{border-radius: 0px;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: transparent !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link { color: #444 !important;  background: transparent;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i { color: #444 !important;}
.submenu { background: transparent;}
.submenu li { background: none !important;}
.submenu li.on_this_category a, .submenu a:hover { background: transparent;color: var(--mainColor); margin-left: 15px;padding-left: 10px;}
.submenu li+li { border-top: 1px dotted #ccc;}
.accordion li .link a {position: relative; letter-spacing: 2px; font-weight: 500;}
.accordion li .link a:hover {   color: var(--mainDColor);}
.accordion li+li .link {  border-top: 1px dotted #ccc;}
.accordion li .link a:after {  content: "";  height: 3px;  width: 0%;  background: var(--mainDColor); position: absolute;  left: 0; bottom: 0; transition: 0.5s;}
.accordion li .link a:hover:after {  width: 100%;}
.blog_le .accordion > li.on_this_category .link {  color: #444 !important;  background: transparent;}
.submenu a:before { content: ""; position: absolute;  width: 8px;  height: 8px; background: transparent;  left: 0; margin-left: -13px; top: 50%;  margin-top: -4px;}
.submenu a:hover:before { background: var(--mainColor);}

.submenu a { color: #444; padding: 15px; letter-spacing: 2px; position: relative;}
.submenu a i { display: none; }


/*右側*/
.blog_page h4.blog_category_title , h5.blog_le_t { display: none;}
.blog_list_ri { padding: 20px 0;}
.blog_list_ri h5 { letter-spacing: 2px; font-weight: 500; font-size: 25px;}
.blog_list_ri em { font-size: 14px; color: #ffffff; padding: 5px 10px; width: fit-content; margin-top: 15px; background: #767c80; letter-spacing: 2px;}
.blog_list_ri p {  font-size: 15px; border-top: 1px solid #afafaf; margin-top: 20px; padding-top: 15px;padding-left: 5px;}

/*hover*/
.subbox_item a:after{display: none;}
.subbox_item:hover { border: 1px solid #efefef; border: 1px solid #efefef; padding: 15px;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: #444 !important;}

/*內頁*/
.edit { padding: 20px 0 60px;}
.blog_box_edit * {margin: 0; }
.blog_shareData {justify-content: flex-end;}
.articel_mainPic {display: none;}
.blog_box_edit { border-top: 1px solid #c2c2c2; padding-top: 30px; display: flex; flex-direction: column;}
.news_tags {margin-top: 0px; padding-bottom: 20px;  order: -1;}

.blog_ri { padding: 0 0 0 50px; }


/*按鈕顏色*/
.blog_back { margin: 0px 10px 0 267px;  width: auto; grid-gap: 15px; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));}
.blog_back a { font-size: 14px; color: #999;  padding: 7px 15px 20px;border-bottom: 1px solid #999;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent;border-bottom: 1px solid #999;}
.blog_back a.article_btn_back { background: transparent;}
.news_related_b_box.article_related_b_box { margin: -60px 80px 0 auto;}
.blog_back a.article_btn_prev:hover,.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_next:hover {  border-bottom: 1px solid var(--mainColor);  color: var(--mainColor);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/

/*相簿*/
/*列表*/
.show-list .show_pic:hover img { transform:scale(1.1);  transition: 0.8s;}
.show-list .item:hover .show_name { color: #ccb38b;}
.overlay {  display: none !important;}

/*內頁*/
.album_descrip { margin-bottom: 20px; color: #444; line-height: 1.4; letter-spacing: 3px; font-size: 17px;  padding: 50px 5px;}

/*分類按鈕*/
.other_album_choice li { background: #ccb38b;}
.other_album_choice li a i.fa-solid.fa-right-from-bracket { margin: 0 10px;  display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 600px) {
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*購物車*/
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) { 
}




