@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}
*/
.copy { color: #ffffff;}
.copy>p>a { color: #ffffff;}
.privacyLinks a { color: #fff; padding: 0 5px;}
/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*主選單顏色*/
.main_header_area { background: linear-gradient(to bottom, #294678, rgba(0, 0, 0, 0));}
.main_header_area {position: fixed;width: 100%;}

.tp_links a.me_tp_call:before { display: none;}
.tp_links a.me_tp_mail:before {display: none;}

.nav-brand img {max-width: 100%;margin-top: 0px;}
.header_area .nav-brand img {
    filter: invert(1) brightness(3) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    transition: all 0.3s;
}
.header_area.sticky .nav-brand img { filter: none;}/*反白*/

.nav-menu>li>a {
    padding: 18px 22px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
	color: #ffffff;
    text-transform: uppercase;
}

.stellarnav ul { margin: 0; padding: 0px; text-align: right;}

/*選單滑鼠滑過顏色*/
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a { color: #cdc19e;}

/*下拉選單顏色*/
.nav-dropdown>li>a {  width: 100%; padding: 16px 20px; display: inline-block; text-decoration: none; float: left; font-size: 16px;}

/*選單*/

/*選單白色底線拿掉*/
.nav-menu>li>.nav-dropdown {  border: none;}
.submenu-indicator-chevron { display:none;}
    
/*下拉選單顏色(滑到)*/
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus { color: #343a40; background-color:#cdc19e;}
    
.header_area{ position: fixed; width: 100%; }
.main_header_area{      transition-timing-function: ease-in-out;  }
.sticky .main_header_area{ width: 100%;  z-index: 9999;   background: #ffffff;}
    
.nav-header { max-width: 250px; padding: 0px;transition: all .5s;transition-timing-function: ease-in-out;}
.sticky .nav-header{ padding: 6px 10px; transition: all .5s; transition-timing-function: ease-in-out;}

.nav-brand {width: 300px;transition: all .5s;transition-timing-function: ease-in-out;}
    
.sticky .nav-brand {  width: 256px; margin-top: 3px;}
.nav-menu { margin: 40px 0 20px 0; transition: all .5s; transition-timing-function: ease-in-out;}
.sticky .nav-menu { margin: 40px 0 0 0;transition: all .5s;transition-timing-function: ease-in-out;}

.navigation {  width: 100%; position: relative; padding: 0; display: grid; grid-template-columns: 300px 1fr; grid-gap: 0 20px;}
.main_header_area .container {  max-width: 95%;}

/*logo*/
.header_area { padding:0px; position: fixed;}
.header_area .nav-brand { padding: 10px 10px; margin: 5px 0 0; max-width: 250px; width: 100%;}

/*menu*/
.stellarnav { display: flex; flex-direction: row; align-items: center; justify-content: space-around; text-align: right;}
.stellarnav> ul>li {display: inline-block;text-align: left;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px; color:#fff;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #D4F7FF;}
.stellarnav li.has-sub > a::after { display: none; border-top: 6px solid #fff;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #D4F7FF;}/*下拉箭頭*/

/*menu變化變化*/
.header_area.sticky .main_header_area
.stellarnav>ul>li>a{ color: #666;}
.header_area.sticky .main_header_area
.stellarnav>ul>li>a:hover { color: #294678;}

.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 ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px #ccc solid; margin-bottom: 0;}
.stellarnav> ul>li:nth-of-type() ul{display: !important;}
.stellarnav> ul>li:nth-of-type()>a::after {display: ;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #ada17e; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a {color: #ada17e;/* padding: 7px 20px 7px 5px; */font-family: "微軟正黑體", sans-serif;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {color: #777;font-size: 13px;font-weight: normal;padding: 7px 5px;border-left: 1px solid transparent;background: transparent;transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #ada17e; padding-left: 10px; border-left: 5px solid #ada17e; transition: all 0.3s;}
.stellarnav > ul > li:nth-child(4) > ul > li:nth-child(1) {display: none;}/*隱藏相簿全部*/
.stellarnav > ul > li > a:before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/fuyingfresh/h_dec.svg);
    height: 10px;
    aspect-ratio: 12 / 1;
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 0;
    transition: all 0.3s;
    background-position: 0 0;
    -webkit-animation: wave 5s linear 0s infinite;
    animation: wave 5s linear 0s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    filter: invert(55%) sepia(70%) saturate(254%) hue-rotate(175deg) brightness(88%) contrast(92%);
}
.stellarnav > ul > li > a:hover:before{opacity: 1;bottom: 0;}

/*動畫*/
@-webkit-keyframes wave {
    100% {
        background-position: 100% 0
    }
}

@keyframes wave {
    100% { 
        background-position: 100% 0
    }
}
@media screen and (max-width: 768px){
    .stellarnav > ul > li > a:hover:before {display: none;}
    .stellarnav > ul > li > a:before{display: none;}
    .stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {color: #294678;}
}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #ffd54b;}
.stellarnav .menu-toggle:after { color: #ffd54b;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; }
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #2f496e; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}
.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav a.dd-toggle .icon-plus { width: 0;  top: -18px;  left: -10px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #ada17e;}

/*下拉*/
.stellarnav.mobile li.open { background: #26316022; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}
.stellarnav ul ul ul {max-height: 300px;overflow: auto;}/*次分類部下滾輪*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {

    margin: 0;
    background: url(https://pic03.eapple.com.tw/fuyingfresh/bgbg.png);
    background-size: 70px 70px;
    position: relative;
}

.news_related{background: #ada17e33;}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*下拉選單頁面*/
ul.page {display:;}
.other_promotion{display: none;}
.promotion_title {  display: none;}

/*SubMenu*/
.me_tp_features {  width: 100%;text-align: right;  padding-top: 10px; }
.shop_search_btn { background: #ada17e;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #ada17e;}

.me_tp_features a.tp_btn_notice { color: #fff;display: none;}
.me_tp_features a {  color: #fff;}
.me_tp_features a i { color: #fff;   margin: 0 3px;}
.me_tp_features a.tp_btn_cart { color: #fff;}
.me_tp_features a.tp_btn_notice {color: #fff;display: none;}
.box_search { position: relative; display: inline-block; vertical-align: top; width: 160px; margin-bottom: 5px;}

.sticky .me_tp_features a.tp_btn_cart { color: #3262b7;}
.sticky .me_tp_features a i { color: #3262b7;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: var(--MainColor);border-radius:50px;}

/* 商品下拉超過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個--結束 */

/*--RWD---------------------------------------*/
@media screen and (max-width: 425px){.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {color: #265444;}}
@media screen and (max-width: 1440px) {  .swiper-pagination { display: none;}}
@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: fixed;}
    .main_header_area .container { max-width: 100%;}
    .navigation { display: flex; flex-direction: column;  justify-content: flex-start;  align-items: center;  align-content: center; }
    /*logo*/
    .header_area .nav-brand { max-width: 200px; margin: 0px 0 0; padding: 0px; transition: .3s ease-in-out;}
    .nav-brand img{margin-top: 10px;}
    .me_tp_features { text-align: center; margin: 0px 0 0; }
    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 5px 10px; z-index: 123;top:0 ; left:0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
    .me_tp_features { width: 100%; text-align: center; margin: 0px;}}
    
@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { margin-top: 0px; transition: .3s ease-in-out;}   
    /*menu*/
    .stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; color: #333;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile { position: absolute; left: 0; top: 10px; width: auto; display: inline-block;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}    
    .me_tp_features { display: none;}}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer_logo a img { filter: invert(1) brightness(3);}
.footer_info {  padding: 0;  display: grid;  grid-gap: 20px;  justify-items: center;}
.footer { background: #294678;}
.footer_logo { display: inline-block; vertical-align: top; width: 250px; margin: 0px 20px;}
.footer_info { padding: 0;}
.footer_info ul { width: calc(100% - 100px); padding: 0;}

/*footer_info*/
.footer_info li:nth-child(1) { display: inline-block; width: 49%; padding: 5px 18px;}
.footer_info li p {color: #fff;}
.footer_info li p a { color: inherit; }

/*footer_menu*/
.footer_info li:nth-child(2) { display: inline-block; width: 49%; vertical-align: top; border-left: 1px solid #fff;;}
.footer_menu { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(125px,100%), 1fr)); gap: 0px;}/*footer按鈕最小寬度100px*/
.footer_menu a { border-radius: 20px; margin: 5px; padding: 5px 10px; background: transparent; text-align: center; border: 1px #fff solid; color: #fff;}
.footer_menu a:hover {  background: rgb(255, 255, 255);color: #294678;border: 1px #ffffff solid;}
/*聯絡icon*/
.box_link {display: none;}

/* = = = 聯絡我們表單 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.contact_content {
    margin: auto;
    padding: 20px 10px;
    max-width: 1300px;
}
.list_before {display: none;}

h4.blank_letter.i { display: none;}

.contact_content .information_left {
    width: 100%;
    padding-top: 50px;
}

.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #294678;
    background-position: left bottom;
    background-repeat: no-repeat;
    
}
.contact_le_map a {  display: block;  background: #2b4776;  text-align: center; padding: 10px; color: #fff;}
.contact_form li.last cite {  background: #2b4776;  color: #fff;}

@media screen and (max-width: 430px) {
.footer_info ul { display: flex; width: 100%;  padding: 0; flex-direction: column;}
.footer_info li:nth-child(1) {  display: inline-block;  width: 100%;  padding: 5px 18px;  text-align: center;}
.footer_info li:nth-child(2){width: 100%; border-left: 0px;}
.footer_info li {padding: 15px; }
.footer_menu {  margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr ;  gap: 0px;}
.footer_info li+li {margin-top: 0px; }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.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_menu_list { 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: 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;}}


.products-list .pic { border: #e7eef1 solid 3px; border-radius: 15px;}
.products-list .item a>* {  text-align: center;  width: 100%;}
.products-list .name {  font-size: 15px;  color: #3262b7;font-weight: bolder;}

.products-list .more { border: 1px solid #3262b7; color:#fff; background:#3262b7; border-radius: 50px;}
.products-list .item a:hover .more{   border: 1px solid #294678; color:#fff; background:#294678; border-radius: 50px;}

.lastPage {
    font-size: 16px;
    color: #fff;
    background: #2b4776;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
    border-radius: 50px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = *

/*預設解除背景輪播*/
#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;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_subbox {    grid-template-columns: 1fr;}
.subbox_item a {    grid-template-columns: 300px 1fr;}
.subbox_item a:after{display: none;}
.blog_list_le {    overflow: hidden;}
.subbox_item:hover img {
    transform: scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}
.blog_list_ri h5 {
    color: var(--MainColor);
    font-family: var(--TitleFont);
    font-weight: 600;
    font-size: var(--f24);
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #2b4776 !important;
}
/*文章-側邊欄*/
h5.blog_le_t em {
    font-family: var(--TitleFont);
    color: var(--LogoColor);
    font-weight: 700;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor) !important;
}
.blog_le .accordion {    border-radius: 0; border: none;}
.accordion li .link {    border-bottom:  1px #f750005e solid;}


/*文章內層*/
    .articel_mainPic img{display: none;} /*文章內層封面*/
    h4.blog_category_title {
        color: var(--MainColor);
        font-family: var(--TitleFont);
        font-size: var(--f30);
    }

    .blog_back a.article_btn_back {        background: var(--MainColor);    }
    .blog_back a.article_btn_prev {        background: var(--LogoColor);    }
    .blog_back a.article_btn_next {        background: var(--LogoColor);    }

    /*文章-相關推薦*/
    .news_related {
        background: #f3f3f3;
        padding: 60px 15px;
    }

    .news_related h6 span:before {
        font-size: var(--f24);
        color: var(--FontColor);
        font-family: var(--TitleFont);
        font-weight: 900;
    }

    .lastPage {
        color: #fff;
        background: var(--SubColor);
    }


    
/*文章首頁*/
.module_i_news {    padding: 80px 20px;}
.module_i_news .title_i_box h4 {
    color: var(--MainColor);
    font-size: var(--f36);
    font-family: var(--TitleFont);
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 900;
    position: relative;
}
.module_i_news .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
    font-size: var(--f20);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    color: var(--SubColor);
}
.i_blog_b a {
    background: transparent;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 3px solid #003060;
    color: var(--MainColor);
}
.i_blog_b a:hover {
    background: var(--SubColor);
    border-color: var(--SubColor);
    color: white;
}

.i_blog_ri h5 {
    color: var(--MainColor);
    font-family: var(--TitleFont);
    font-weight: 600;
    font-size: var(--f24);
}
.module_i_news li a:after{display: none;}
.module_i_news li a:hover img {
    transform: scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}

/*內頁BANNER 設定*/
.banner {}
.banner h5 {color: #fff; text-shadow: 2px 2px 3px rgb(0 0 0);}
.banner.banA {}
.banner.banB {display: none;}
.banner.banC {display: none;}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/*內頁BANNER 設定*/
.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/fuyingfresh/bn01.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-name: oxxo;
    animation-duration: 5s;
    background-size: cover;
}
@keyframes oxxo {
    0% { transform: scale(1);}

    100% { transform: scale(1.1);}
}

.banner {
    background-position: center;
    background-size: cover;
    padding: 200px 0 100px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: none;
    position: relative;
    z-index: 1;
}

body.product_page .banner h5:before {
    content: "shop";
    display: block;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Abril Fatface', sans-serif;
    color: #fff;
    text-shadow: 2px 2px 3px rgb(0 0 0);
    letter-spacing: 0.1em;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本分類全版面 ( 限制最寬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 only screen and (max-width: 570px) { .stellarnav .menu-toggle { padding: 10px 10px; }
.header_area.sticky .nav-brand img {margin-top: 0px;}}


@media only screen and (max-width: 430px){
    .subbox_item a {
    display: flex;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
}
}
.contact_editbox {
    margin: auto;
    padding: 0; 
}