@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*動畫入場text-----------------------------------*/
.bannerindex .swiper-slide:nth-child(1):before {content: "";background-image: url(https://pic03.eapple.com.tw/gihong/text01.svg);height: 60%;width: 30%;background-size: contain;background-repeat: no-repeat;background-position: right;
    transform: translate(200%, 35%);opacity: 1;z-index: 999;position: absolute;animation: inside01 2s;animation-timing-function: ease-in-out;}
/*----------------------------------------------------*/
.bannerindex .swiper-slide:nth-child(2):before {content: "";background-image: url(https://pic03.eapple.com.tw/gihong/text02.svg);height: 100%;width: 40%;background-size: contain;background-repeat: no-repeat;background-position: right;
    transform: translate(30%, 7%);opacity: 1;z-index: 999;position: absolute;animation: inside02 2.5s;animation-delay: 3.4s;}
/*動畫在這裡---------------------------------------*/
@keyframes inside01{
	0% {opacity: 0;}
	100%{opacity: 1;}}
@keyframes inside02{
        0% {opacity: 0.3;}
        100%{opacity: 1;}}    


#content_main {width: 100%;min-height: 80vh;overflow: hidden;z-index: 60;position: relative;margin-top: 100vh;background: #fff;}/*底色白色*/
.header_area {position: relative;z-index: 9999;padding: 10px;background: linear-gradient(180deg, black, 60%, #0000001f);position: fixed;top: 0;width: 100%;transition: .5s;}
.header_area.sticky {width: 100%;z-index: 9999;background: #fffffff0;transition: .5s;}
.navigation {width: 100%;position: relative;padding: 0;display: flex;grid-gap: 0 20px;align-items: center;}
.me_tp_features {width: 25%;text-align: right;order: 3;}
.tp_links a {font-size: 16px;color: #ffffff;margin: 0;}
.header_area.sticky .tp_links a {color: #01005b;transition: .5s;}
.nav-header {max-width: 200px;width: 100%;grid-row: 1 / span 2;display: flex;justify-content: center;align-items: center;align-content: center;filter: contrast(0.5) brightness(5);transition: .5s;}
.header_area.sticky .nav-header {filter: none;transition: .5s;}
/*------------------------------------------------------*/
.stellarnav ul {margin: 0;padding: 0;text-align: center;}
.stellarnav > ul > li > a {padding: 0;color: #ffffff;letter-spacing: 2px;text-transform: uppercase;position: relative;display: inline-block;font-size: 15px;line-height: 40px;height: 40px;margin: 0 10px;overflow: hidden;cursor: pointer;text-align: center;transition: .5s;}
.header_area.sticky .stellarnav > ul > li > a {transition: .5s;color: #01005b;}
.stellarnav li.has-sub > a:after {content: '';margin-left: 10px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #ffffff;display: inline-block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);transition: .5s;}
.header_area.sticky .stellarnav li.has-sub > a:after {transition: .5s;border-top: 6px solid #01005b;}
.stellarnav > ul > li > a:before {content: "";position: absolute;width: 0;top: 95%;height: 1px;background: #ffffff;bottom: 0px;left: 50%;transform: translate(-50%, 0px);transition: .5s;}
.stellarnav > ul > li > a:hover:before {transition: .5s;width: 100%;}
.header_area.sticky .stellarnav > ul > li > a:before {background: #01005b;transition: .5s;}
/*--------下拉-------------------------------------------------*/
.stellarnav li li {display: block;border: 0px #01005b solid;border-bottom-width: 0;}
.stellarnav li a {padding: 10px 10px;display: block;color: #999;letter-spacing: 1px;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
/*--------購物車---------------------------------------------*/
.shop_search_btn {transition: .3s;background: #01005b;color: #fff;font-size: 13px;border: none;border-radius: 20px;position: absolute;top: 0;right: 0;z-index: 5;padding: 4px 12px;cursor: pointer;height: 100%;}
.header_area.sticky .me_tp_features a.tp_btn_cart {color: #01005b;transition: .3s;}
.header_area.sticky .me_tp_features a.tp_btn_notice {color: #01005b;transition: .3s;}
.me_tp_features a.tp_btn_cart {color: #fff;}
.me_tp_features a.tp_btn_notice {color: #fff;}
/*-----------------------------------------------------------------------------------------*/
.info_fix_links {display: flex!important;}
.linksBtn {display: none;}
.info_fix {width: 70px;box-sizing: border-box;position: fixed;bottom: 70px;right: -10px;display: flex;flex-direction: column;align-items: center;align-content: center;justify-content: flex-end;}
.info_fix_links a {display: flex;width: 50px;height: 50px;overflow: hidden;border-radius: 0px;transition: .3s;background: #01005b;margin-bottom: 1px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
.info_fix_links a.info_fix_default:nth-child(1) {border-radius: 10px 0 0 0;}
.info_fix_links a:last-child {border-radius: 0 0 0 10px;}
/*----------首頁產品介紹-----------------------------------------------*/
.i_prod_tit span, .i_video_tit span {font-size: 24px;font-family: Noto Serif TC;font-weight: 700;letter-spacing: 2px;color: #01005b;}
.products-list .name {font-family: Noto Serif TC;}
.products-list .more {border: 1px solid #01005b;color: #01005b;font-size: 16px;font-weight: bold;line-height: 32px;text-align: center;transition: all .5s;position: absolute;transform: translateX(-50%);left: 50%;bottom: 0;}
.animated-arrow {background: #01005b;color: #fff;display: inline-block;margin-top: 20px;height: 50px;line-height: 50px;overflow: hidden;width: 250px;text-align: center;position: relative;}
.prod_part .products-list .item:nth-child(n+9) {display: none;}
/*-----------首頁最新公告-------------------------------------------------*/
.module_i_news {padding: 50px 20px;background: #01005b;}
.module_i_news .title_i_box h4 {font-size: 24px;color: #fff;font-family: Noto Serif TC;font-weight: 700;letter-spacing: 2px;}
.module_i_news .animated-arrow {background: #fff;color: #01005b;display: inline-block;margin-top: 20px;height: 50px;line-height: 50px;overflow: hidden;width: 250px;text-align: center;position: relative;}
.i_blog_ri h5 {font-weight: 500;font-size: 20px;font-family: Noto Serif TC;letter-spacing: 2px;color: #fff;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.i_blog_ri em {font-size: 14px;color: #ccc;font-style: normal;display: block;margin: 7px 0;}
.i_blog_ri p {font-size: 15px;color: #dfdfdf;line-height: 200%;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;letter-spacing: 1px;}







/* 商品下拉超過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: 70px 0 0;font-size: 14px;background: #fff;position: relative;z-index: 99;}
.footer_info {padding: 0;display: grid;grid-template-columns: 200px 1fr;grid-gap: 20px;padding-right: 0px;}
.box_link {display: none;}
.footer_info ul {display: flex;width: 100%;flex-direction: row;justify-content: space-between;align-items: flex-start;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 10px;}
.footer_menu a {display: inline-block;padding: 7px 7px;letter-spacing: 2px;border: 0px #ccc solid;margin: 0 6px 0px 0;font-size: 14px;line-height: 100%;color: #01005b;background: #ffffff00;text-align: center;transition: .3s;}
.footer_info li:nth-child(2) {padding-top: 0px;}
.footer_menu a:hover {background: #ffffff00;color: #01005b;border-bottom: 1px solid #01005b;transition: .3s;}



/*--------------購物車---------------------*/
.product-layer-two li a {position: relative;border: 1px #fff solid;background: #f3f3f3;padding: 7px 16px;display: block;font-size: 16px;color: #01005b;}
.products-list .item a:hover .more {background: #01005b;color: #fff;letter-spacing: 2px;}
.prod_related {background: #fff;padding: 25px 15px;}
.prod_related h6 span:before {content: '相關推薦';font-family: Noto Serif TC;font-size: 24px;letter-spacing: 1px;color: #01005b;}
.lastPage {font-size: 16px;color: #fff;background: #01005b;padding: 10px 20px;display: block;margin: 40px auto;width: 130px;text-align: center;}








/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.products-list .price b {color: #01005b;font-size: 16px;width: calc(50% - 10px);}
/*----購物車下層---------*/
.inquiry_a3 {background: #01005b;}
.edit {margin: auto;padding: 20px 0;letter-spacing: 1px;line-height: 180%;}
/*-------*/
.rewrite_simple {background: #555 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {background: #01005b url(../images/simple_right.png) 88% center no-repeat;}
/*--------------------結束----------------------*/



@media screen and (max-width: 1100px) {
.me_tp_features {display: none;}
}

@media screen and (max-width: 1024px) {
.footer_info {padding: 0;display: flex;grid-gap: 20px;padding-right: 0px;flex-direction: column;align-items: center;}
.footer_info ul {display: flex;width: 100%;flex-direction: column;justify-content: space-between;align-items: center;}
}

@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;}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border-right: 0px;}
.stellarnav.mobile ul {background: #000000c2;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 14px;background: #f0f0f000;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 #ffffff;position: absolute;transform: rotate(-45deg);}
.stellarnav.mobile > ul > li {display: block;border-bottom: 0px #ddd solid;}
.stellarnav.mobile li a {border-bottom: 1px solid rgb(255 255 255 / 0%);color: #fff;}
.header_area.sticky .stellarnav > ul > li > a {transition: .5s;color: #ffffff;}
.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;}
.stellarnav.mobile li.open {background: #f3f3f300;padding: 3px;}
/*-----------------------------------------------------------------*/
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 2px;border-radius: 6px;background: #ffffff;margin: 0 auto 4px;}
.header_area.sticky .stellarnav .menu-toggle span.bars span {background: #01005b;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #fff;display: block;transform: scale(0.9);}
.header_area.sticky .stellarnav .menu-toggle:after {color: #01005b;}
}


@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {color: #fff;
    filter: drop-shadow(2px 4px 6px black);
    font-family: Noto Serif TC;
    letter-spacing: 3px;
    font-size: 30px;}
.banner.banA {display: none;}/*服務項目*/
.banner.banB {display: none;}/*付款方式/售後服務*/
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF {background: url(https://pic03.eapple.com.tw/gihong/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;}/*產品介紹*/
.banner.banblog {background: url(https://pic03.eapple.com.tw/gihong/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;}/*最新公告/佳評如潮*/

.path p, .path p a {display: none;}
.promotion_title {display: none;}

/* = = = 服務項目 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.other_promotion {display: none;}

/*-----------最新公告----------------------*/
.blog_list_ri h5 {font-weight: 500;font-family: Noto Serif TC;font-size: 20px;letter-spacing: 2px;color: #01005b;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: 200%;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #01005b !important;transition: .3s;}
.blog_le .accordion > li {transition: .3s;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #fff !important;transition: .3s;}
.accordion li .link a {cursor: pointer;display: block;padding: 15px 10px;color: #444;font-size: 14px;font-weight: 700;position: relative;transition: .3s;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 10px;border: 1px #01005b solid;overflow: hidden;}
.accordion li+li .link {border-top: 1px solid #01005b;}
/*-------------------------------------------------------*/
/*文章管理>佳評如潮>下一層*/
.blog_back a {font-size: 15px;color: #01005b;display: block;padding: 7px 15px;width: 100%;}
.blog_back a.article_btn_prev {background: #fff;border: solid 1px #01005b;}
.blog_back a.article_btn_back {background: #01005b;color: #fff;}
.blog_back a.article_btn_next {background: #ffffff;border: solid 1px #01005b;}
.news_related {background: #ffffff;padding: 25px 15px;}


/*文章設定*/
/*一排呈現
.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) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



/*-----2025-06-23--------轉址後修改---------------*/

.footer_info li p {line-height: 175%;letter-spacing: 1px;color: #333;font-size: 18px;}
.footer_menu a {display: inline-block;padding: 7px 7px;letter-spacing: 2px;border: 0px #ccc solid;margin: 0 6px 0px 0;font-size: 14px;line-height: 100%;color: #01005b;background: #ffffff00;text-align: center;transition: .3s;font-size: 18px;}
.footer_info li:nth-child(1) {display: grid;grid-template-columns: 1fr 1fr;width: 60%;}
@media screen and (max-width: 1070px) { 
    .footer_info {padding: 0;display: flex;grid-gap: 20px;padding-right: 0px;flex-direction: column;align-items: center;}
    .footer_info ul {display: flex;width: 100%;flex-direction: column;justify-content: space-between;align-items: center;}
    .footer_info li:nth-child(1) {display: grid;grid-template-columns: 1fr;justify-items: center;padding-bottom: 20px;}
}
@media screen and (max-width: 500px) {
    .footer_info li:nth-child(1) {width: 90%;}
}