@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 {position: relative;z-index: 9999;padding: 0px;background: linear-gradient(45deg, #fd6315, #ffbe47b8);position: sticky;top: 0;width: 100%;transition: .3s;}
.header_area.sticky {width: 100%;z-index: 9999;background: #fc972a;transition: .3s;}
header.header_area:after {content: "";position: absolute;width: 0%;height: 3px;background: #fff;transition: .3s;}
.header_area.sticky:after {width: 100%;transition: .5s;}
/*---------------------------------*/
.me_tp_features {display: none;}
.navigation {width: 100%;position: relative;padding: 0;display: flex;grid-gap: 0 20px;align-items: center;}
.nav-header {z-index: 123;top: 0;left: 0;max-width: 250px;width: 100%;grid-row: 1 / span 2;display: flex;justify-content: center;align-items: center;align-content: center;}
.stellarnav ul {margin: 0;padding: 0;text-align: center;}
.stellarnav > ul > li {display: inline-block;border-left: 1px solid #ffffff6e;}
.stellarnav ul li:nth-child(7) {border-right: 1px solid #ffffff6e;}
.stellarnav > ul > li > a {margin: 0 0px;line-height:5px;position: relative;color: #ffffff;padding: 40px 30px;letter-spacing: 2px;font-size: 17px;font-weight: 800;}
.stellarnav > ul > li:before {content: "";position: absolute;width: 103%;height: 0%;background: #fc972a;transition: .3s;}
.stellarnav > ul > li:hover:before {height: 100%;transition: .3s;}
.header_area.sticky .stellarnav > ul > li:before {background: #f6830e;}
.stellarnav li.has-sub > a:after{display:none;}
/*----下層-----*/
.stellarnav ul ul {top: auto;width: 160px;position: absolute;z-index: 9900;text-align: left;display: none;background: #fffade;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0;transition:  .3s;}
.stellarnav li a {padding: 15px 12px;display: block;color: #838383;letter-spacing: 1px;font-weight: 500;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav li li:hover {background: #f7f1ca;transition:  .3s;}








/*---------------------------------------------------------------*/
.info_fix_links {display: flex!important;}
.linksBtn {display: none;}
.info_fix_links a {display: flex;border-radius: 10px;transition: .3s;margin-bottom: 5px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;transition: .3s;}
a.info_fix_default.info_fix_fb {background: #34538c;}
a.info_fix_default.info_fix_line {background: #4bc028;}
a.info_fix_default.info_fix_phone {background: #9d4ae6;}
a.info_fix_default.info_fix_tel {background: #f15757;}
a.info_fix_default.info_fix_mail {background: #ffd636;}
.info_fix_links a:hover {
    transform: translate(-5px, 0px);
    transition: .3s;
}


/* 商品下拉超過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 {padding: 40px 0 50px 0;font-size: 14px;background: #fc972a;position: relative;z-index: 99;}
.footer_info {padding: 0;display: flex;grid-gap: 20px;padding-right: 0px;flex-direction: column;align-items: center;}
.box_link {display: none;}
.footer_info ul {display: flex;width: 100%;flex-direction: column;align-items: center;}
.footer_info li:nth-child(1) {display: flex;flex-direction: column;align-items: center;}
.footer_info li p {line-height: 175%;letter-spacing: 1px;color: #fff;}
.footer_info li p a {color: #ffe0b8;}
.footer_menu a {display: inline-block;padding: 10px 15px;border: 0px;margin: 0 5px 4px 0;font-size: 15px;line-height: 100%;border-radius: 5px;color: #fc972a;font-weight: 800;background: #ffffff;transition: .3s;}
.footer_menu a:hover {background: #ffeedc;color: #fc972a;transform: translate(0px, -10px);transition: .3s;}
/*-----------------------------------------------------------*/
.copy {text-align: center;padding: 7px 0;font-size: 13px;letter-spacing: 2px;color: #ffd9af;border-top: 1px #ffb566 solid;margin-top: 15px;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;}
.copy a {color: #ffd9af;}
.privacyLinks a+a {border-left: 0px solid #cccccc;}





/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_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;}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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;}
/*-----------------------------------------------------------------------------*/
.footer_menu {width: 100%;text-align: center;display: flex;align-content: center;flex-direction: row;flex-wrap: wrap;justify-content: center;}
.footer_logo {display: inline-block;vertical-align: top;max-width: 270px;margin: 0;}
.footer_info li+li {margin-top: 20px;padding-left: 5px;padding-right: 5px;}
.footer_info li:nth-child(1) {display: flex;flex-direction: column;align-items: center;padding-left: 5px;padding-right: 5px;text-align: center;}
/*----------------------------------------------------------------------------*/
.stellarnav.mobile {position: absolute;left: 10px;top: 10px;width: auto;display: inline-block;}
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 2px;border-radius: 6px;background: #fff;margin: 0 auto 4px;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #fff;display: block;transform: scale(0.9);}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {position: fixed;top: 0;bottom: 0;width: 100%;max-width: 280px;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 9999;border-right: 0px #eee solid;background: #000000c9;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 12px;background: none;color: #fff;}
.stellarnav .icon-close:before {content: '';display: block;width: 12px;height: 0px;border-bottom: solid 3px #fff;position: absolute;top: 50%;transform: rotate(45deg);}
.stellarnav .icon-close:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #fff;position: absolute;transform: rotate(-45deg);}
.stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile > ul > li {display: block;border-bottom: 0px #ddd solid;}
.stellarnav.mobile li.open {background: none;padding: 0px;}
.stellarnav.mobile ul {background: none;}
.stellarnav li a {padding: 15px 12px;display: block;color: #fff;letter-spacing: 1px;font-weight: 500;}
.stellarnav a.dd-toggle .icon-plus:before {content: '';display: block;width: 12px;height: 0px;border-bottom: solid 3px #fff;position: absolute;top: 50%;transform: rotate(90deg);transition: width 0.3s;}
.stellarnav a.dd-toggle .icon-plus:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #fff;position: absolute;}
}
@media screen and (max-width: 375px) {
.nav-brand img {max-width: 85%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {display: none;}/*服務項目/線上估價*/
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.banner {font-size: 40px;padding: 20px;text-align: end;background: url(https://pic03.eapple.com.tw/jijiawork/banner.png);background-position: bottom;background-size: cover;background-repeat: no-repeat;display: flex;justify-content: center;align-items: flex-end;align-content: center;flex-wrap: nowrap;min-height: 400px;}
.banner h5 {letter-spacing: 2px;font-size: 30px;color: #fc972a;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
h5.blog_le_t {font-size: 24px;font-weight: 500;color: #666;font-family: serif;letter-spacing: 15px;margin-bottom: 7px;position: relative;text-align: center;}
.blog_search input[type=search] {outline: none;box-sizing: border-box;width: 100%;font-size: 14px;color: #999;border: solid 1px #ccc;border-radius: 0px;padding: 10px 35px 10px 10px;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 0px;border: 0px #ccc solid;overflow: hidden;}
.accordion li .link a {cursor: pointer;display: block;padding: 15px 10px;color: #444;font-size: 14px;letter-spacing: 2px;font-weight: 700;position: relative;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #fc972a !important;transition: .3s;}
/*--------------------------*/
.blog_list_ri h5 {font-weight: 500;font-size: 20px;font-family: Noto Serif TC;letter-spacing: 2px;color: #fc972a;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.blog_list_ri p {font-size: 15px;color: #666;line-height: 180%;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.subbox_item a:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;z-index: 8;background: rgba(255, 255, 255, 0.9);opacity: 0;border: 1px #ffe489 solid;transition: all .5s;}
.subbox_item a:before {content: 'READ MORE';position: absolute;z-index: 19;bottom: 10px;right: 10px;opacity: 0;font-size: 15px;color: #fc972a;transition: all .6s;}
/*-------------------------*/




/*----實績作品-相簿管理-----*/
.subalbum-menu h2 {font-size: 20px;color: #555;display: inline-block;vertical-align: middle;}
.other_album_choice li {background: #fc972a;font-size: 15px;display: inline-block;border-radius: 0px;padding: 10px 20px;margin: 0 7px 7px 0;}

/*相本分類全版面 ( 限制最寬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) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




