@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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.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;}
@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):after {
	-webkit-animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ruyintw/A00-03.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 39%;
    left: 13%;
    width: 34% !important;
    height: 0% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):after {
	-webkit-animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ruyintw/A00-04.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 80%;
    left: 79%;
    width: 100% !important;
    height: 52% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

/*.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):after {
	-webkit-animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ruyintw/A02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 39%;
    left: 10%;
    width: 39% !important;
    height: 0% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}
.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1)::before {
	-webkit-animation: slide-tl 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-tl 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ruyintw/A01.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -13%;
    left: 10%;
    width: 100% !important;
    height: 110% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
    animation-delay:1s
}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):after {
	-webkit-animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ruyintw/B02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 39%;
    left: 8%;
    width: 33% !important;
    height: 0% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}
.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2)::before {
	-webkit-animation: slide-tl 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-tl 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ruyintw/B01.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -25%;
    left: 7%;
    width: 110% !important;
    height: 119% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
    animation-delay:1s
}
@keyframes slide-tl{0%{opacity:0;transform:translateY(0px) translateX(0px)}100%{opacity: 1;transform:translateY(-100px) translateX(-100px)}}*/
@keyframes slide-right{0%{opacity:0;transform:translateX(-400px)}100%{opacity:1;transform:translateX(0px)}}
@keyframes slide-bottom{0%{opacity:0;transform:translateY(0)}100%{opacity:1;transform:translateY(100%)}}
/*特效END*/

/*header*/
.me_tp_features { display: none;}
.pageIndex .header_area {
    position: fixed;
    z-index: 9999;
    padding: 20px 0;
    background: #ffffff00;
    top: 0;
    width: 100%;
    transition: all 1s;
}
.pageIndex .header_area.sticky {
    width: 100%;
    z-index: 9999;
    background:#ffffff;
    transition: all 1s;
    padding: 10px 0;
}
.header_area {
    position: sticky;
    z-index: 9999;
    padding: 20px 0;
    background: #fff;
    top: 0;
    width: 100%;
    transition: all 1s;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background:#ffffff;
    transition: all 1s;
    padding: 10px 0;
}
/*LOGO*/
.pageIndex .header_area .nav-brand:after {/*filter: brightness(0) saturate(100%) invert(1) drop-shadow(2px 2px 5px rgba(0,0,0,0.7));*/}
.pageIndex .header_area.sticky .nav-brand:after {
    background: none;
    mask: url("https://pic03.eapple.com.tw/ruyintw/kf-01.svg") no-repeat center;
    -webkit-mask: url("https://pic03.eapple.com.tw/ruyintw/kf-01.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: #2c6cb4;
    transition: all 0.5s; }
/*.header_area .nav-brand:after {filter:none;}*/
.nav-header {max-width: 300px;}
.nav-brand {
    margin-top: -11px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.nav-brand:after {content: "";
    position: absolute;
    left:176px;
    top: 38px;
    width: 78%;
    height: 100%;
    pointer-events: none;
    background: url("https://pic03.eapple.com.tw/ruyintw/kf-01.svg") no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));/*陰影*/
}
@media screen and (max-width: 320px) {
    .nav-brand img {margin-left: -161px;margin-top: 10px;width: 50px;height: auto;}
    .nav-brand:after {
        left: 153px;
        top: 43px;
        width: 85%;
        height: 85%;
    }
}

/*======================================*/
.main_header_area .container {
    max-width: 1416px;
}

.tp_links {
    display: none;
}
.navigation {
    grid-template-columns: 300px 1fr;
    grid-gap: 0 5px;
}

.stellarnav > ul > li {
    display: inline-block;
    padding:0;
    position: relative;
    will-change: transform, opacity;
}

/*向日葵*/
.stellarnav > ul > li::before {
    content: "";
    background: url(https://pic03.eapple.com.tw/ruyintw/A03.png) no-repeat;
    transition: all 0.5s ease-in-out;
    width: 28px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
}
.stellarnav > ul > li:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}
/*END*/
.pageIndex .stellarnav > ul > li > a {color: #ffffff;text-shadow: 0 2px 8px rgb(0 0 0 / 80%);}
.stellarnav > ul > li > a {padding: 0 0 0px 24px;color: #2c6cb4;line-height: 40px;height: 60px;font-weight: 600;text-transform: none;
}
.header_area.sticky .stellarnav > ul > li > a {color: #2c6cb4;text-shadow: 0 2px 8px rgba(255, 255, 255, 0);}

/*.stellarnav > ul > li:hover > a {text-shadow: 0 0 8px #fff, 0 0 5px #00f0ff;}*/ /*隱藏螢光*/

.stellarnav > ul > li > a:hover b {
    -webkit-transform: translateY(0px);
}
.stellarnav > ul > li > a b {
    text-align: left;
    height: 22px;
}
.stellarnav > ul > li > a b:nth-child(1) {
    font-family: "Noto Serif TC", serif;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 1px;
}
.stellarnav > ul > li > a b:nth-child(2) {font-size: 13px;}


/*下拉選單*/
.stellarnav li.has-sub > a:after {
    display:none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: #ffffff00;
    left: 20px;
}
.stellarnav li li {
    display: block;
    border: 0;
    border-bottom-width: 0;
    background: #fff;
    border-radius: 999em;
    margin: 0 0 1px 0px;
}
.stellarnav li a {
    padding: 7px 10px 7px 15px;
    color: #2c6cb4;
    font-size: 15px;
    transition: all 0.5s;
}
.stellarnav li li a:hover{
    color:#fff;
    background-color:#2c6cb4;
    transition:all 0.7s;
    border-radius: 999em;
}
/*隱藏服務項目*/
.stellarnav > ul > li:nth-child(5) > ul > li:nth-child(1) {
    display: none;
}


/*footer*/
.box_link {
    display: none;
}
.footer {
    padding: 20px 0 0;
    background: #e8edf3;
    position: relative;
    z-index: 99;
}
.footer_logo {
     width: 260px;
  height: 140px;
  background-image: url('https://pic03.eapple.com.tw/ruyintw/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;  
}
.footer_logo img {
    display: none;
}
.footer_info {
    padding: 0;
    display: flex
;
    grid-gap: 5px;
    padding-right: 0;
    flex-direction: column;
    align-items: center;
}
.footer_info ul {
    display: block;
    width: 100%;
    text-align: center;
}
.footer_info li {
    display: block;
    padding: 10px 0 5px 0;
}
.footer_info li p {
    letter-spacing: 2px;
    color: #2c6cb4;
    font-size: 13px;
}
.footer_info li p a {
    color: #2c6cb4;
}
.footer_menu a {
    padding: 5px 10px;
    border: none;
    margin: 0 4px;
    font-size: 13px;
    color: #ffffff;
    background: #2c6cb4;
    border-radius: 999em;
    text-align: center;
    transition: all 0.5s;
}
.footer_menu a:hover {
    background: #7DBCF4;
}

.copy {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #2c6cb4;
    border-top: none;
    margin-top: 0px;
}
.copy a {color: #2c6cb4;}
.copy a:hover {color: #2c6cb4;}







.footer_menu a:hover
/* 商品下拉超過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 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: 1200px) {
}
@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;}
}
@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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

#content {
    background: url(https://pic03.eapple.com.tw/ruyintw/nt-01.jpg) no-repeat center center;
    background-size: cover;
}
/*內頁BANNER 設定*/
/*.banner {background-image: url(https://pic03.eapple.com.tw/ruyintw/banner.png);height: 400px;}*/
.banner {background-image: url(https://pic03.eapple.com.tw/ruyintw/db-01.jpg);height: 400px;}
.banner h5 {
    color: #ffa106;
    font-size: 26px;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
    position: relative;
}
.banner h5:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 108%;
    top: 0%;
    background-size: contain !important;
    transition: all .3s;
    background: url(https://pic03.eapple.com.tw/ruyintw/A03.png) no-repeat;
  animation: rotate-in-center 10s linear infinite;
  transform-origin: center;
}
.banner h5:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 107%;
    top: 0%;
    background-size: contain !important;
    transition: all .3s;
    background: url(https://pic03.eapple.com.tw/ruyintw/A03.png) no-repeat;
  animation: rotate-in-center 10s linear infinite;
  transform-origin: center;
}
@keyframes rotate-in-center {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banF {background-image: url(https://pic03.eapple.com.tw/ruyintw/banner-02.jpg);}
.banner.banF h5 {
    color: #531507;
    font-size: 28px;
}
.banner.banblog {}



/*服務項目*/
.promotion_title {display: none;}
/*====================最新消息============*/
.news_part{background-image: url(https://pic03.eapple.com.tw/ruyintw/nt-01.jpg);}
.news_part .title_i_box {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    background: #ffffff00;
    align-items: center;
    flex-direction: column;
}
.news_part .title_i_box h6 {
    font-size: 20px;
    color: #2c6cb4;
}
.news_part .title_i_box h4 {
    font-size: 27px;
    color: #2c6cb4;
    padding: 0 0 2px 0;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
}
.news_list ul li span {font-size: 13px;color:#2c6cb4;}
.news_list ul li p {color: #3B3B3B;}
.news_list ul li p:after {color: #2c6cb4;}

.animated-arrow {
    background: #2c6cb4;
    color: #ffffff;
    border-radius: 999em;
}
.animated-arrow:hover {
    border: 1px solid #2c6cb4;
    background: #ffffff00;
    color: #2c6cb4;
}
.news_list ul li a:hover {background: #2c6cb424;}


/*=============內頁==================*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    display: none;
}
/*最新消息*/
.other_promotion {display: flex;flex-direction: column;}
.other_promotion li a:before , .other_promotion li a:after {border: 1px #aaaaaa00 solid;}
.other_promotion li a {border: 1px #2fa4d985 solid;transition: .5s;width: 100%;display: flex;align-items: center;gap:5px;}
.other_promotion li a:hover {background: #2c6cb424;border: 1px #2fa4d900 solid;transition: .5s;}
.pmtTitle {display: flex;align-items: center;gap: 15px;}
.other_promotion .pmtTime {color: #3b3b3b;}
.other_promotion .pmtTitle h3 {margin: 0 0 0 0;font-size: 14px;color: #3b3b3b;height: 20px;}
/*=============專業團隊==============*/
.product_info_page .banner.banF {
    background-image: url(https://pic03.eapple.com.tw/ruyintw/banner-02.jpg);
    display: none;
}
.pd_tabTitle li {border-bottom: 1px solid #99999900;}
.pd_tabTitle li.activeTab::after {background: #99999900;}
.product_main {
    display: none;
}
.product_info_page .main_part {
    padding: 10px 20px 50px;
}

.pd_tabTitle li a {
    display: none;
}
.products-list .item:hover {
    box-shadow: 0 2px 5px rgb(0 0 0 / 38%);
    transform: translateY(-6px);
    transition: 0.7s;
}
.product-layer-two li a {
    position: relative;
    border: 1px #ffffff00 solid;
    background: #f3f3f300;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #391911;
    transition: 0.5s;
}
.product-layer-two li a:hover {
    color: #2fa4d9;
}
.products-list .more {
    border: 1px solid #2fa4d9;
    color: #2fa4d9;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.products-list .more {
    position: absolute;
    transform: translate(-50%, 175px);
    left: 50%;
    top: 40%;
    z-index: 999;
    width: 150px;
    height: 30px;
    font-size: 17px;
    opacity: 0;
    border: none;
    background: #2fa4d9;
}
.products-list .item a:hover .more {
    background: #2fa4d9d1;
    color: #fff;
    letter-spacing: 0;
    z-index: 99999;
    opacity: 1;
    width: 37%;
    height: 32px;
    transform: translate(-50%, 175px);
}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 2px #2fa4d9 solid;
    background: #fff;
    display: none;
}
.sidebarBtn h2 {
    color: #531507;
    font-size: 22px;
}
.prod_related {
    background: #ffffff;
    padding: 25px 15px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 22px;
    color: #531507;
}
.lastPage {
    font-size: 14px;
    color: #fff;
    background: #2fa4d9;
    padding: 6px 19px;
    display: block;
    margin: 40px auto;
    width: 88px;
    text-align: center;
}
/*===================隱藏===================*/
#prod_thumbSwiper {
    --swiper-navigation-size: 16px;
    font-weight: bold;
    --swiper-navigation-top-offset: 0;
    --swiper-navigation-sides-offset: 0;
    --swiper-navigation-color: #FFFFFF;
    order: 1;
    width: 120px;
    max-width: 14%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: none;
}
.prod_tabs {
    margin-top: 0;
}
/*==================測試================*/
.products-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.products-list .item {
    width: 100%;
    box-shadow: 0px 2px 20px #eaeaea;
    -webkit-box-shadow: 0px 2px 20px #eaeaea;
    -moz-box-shadow: 0px 2px 20px #525252;
    padding: 10px 7px;
    transition: 0.7s;
}
.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
.products-list .pic img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: auto;
}
.products-list .pic:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #2fa4d9, #2fa4d9);
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.products-list .item a:hover .pic:before {
    transform: scaleX(1);
}
.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
.products-list .name {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-top: 5px;
    height: fit-content;
}
.products-list .item {
    width: 100%;
    box-shadow: 0px 2px 20px #eaeaea;
    -webkit-box-shadow: 0px 2px 20px #eaeaea;
    -moz-box-shadow: 0px 2px 20px #525252;
    padding: 10px 7px;
}

.products-list .item a {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 0;
    position: relative;
    height: 100%;
}

/*============資訊分享===============*/
/*隱藏*/.articel_mainPic img {display: none;}
.subbox_item a:hover {background: #ffa10617;}
.blog_subbox {grid-template-columns:none;}
.subbox_item a {grid-template-columns: 260px 1fr;}
.blog_le .accordion { border: 1px #531507 solid;}
.accordion li+li .link {border-top: 1px solid #531507;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #531507 !important;transition: 0.5s;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;}
h5.blog_le_t {color: #531507;}
.accordion li .link a {color: #531507;font-size: 16px;}
.blog_list_ri h5 {font-size: 20px;color: #531507;}
.blog_list_ri em {font-size: 14px;color: #ffa106;}
.blog_list_ri p {font-size: 16px;color: #531507;}
.subbox_item a:before {font-size: 15px;color: #ffa106;transition: all .6s;}
.subbox_item a:after {background: rgb(255 255 255 / 0%);border: 1px #ffa106 solid;}

h4.blog_category_title {color: #531507;font-size: 25px;}
.blog_back a.article_btn_prev {background: #531507;}
.blog_back a.article_btn_back {background: #333333;}
.blog_back a.article_btn_next {background: #531507;}
.news_related {
    background: #ffffff;
    padding: 25px 15px;
}
.news_related h6 span:before {font-size: 22px;color: #531507;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 1350px) {
.pageIndex .header_area {position: fixed;background: #ffffff5e;padding: 10px 0;
}
.pageIndex .header_area .nav-brand:after {filter:none;}

.header_area {position: sticky;background: #ffffff;}

.navigation {display: flex;flex-direction: column;align-items: center;}

.me_tp_features {text-align: center;}

.stellarnav ul {text-align: center;}
}
@media screen and (max-width: 1025px) {
    .nav-brand img {margin-left: -248px;}
}
@media screen and (max-width: 800px) {
.box_search {width: 150px;}
}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
#bottom_menu li {
    flex: 1;
    float: none;
    border-right: 1px solid #ddd;
    display: none;
}
#to_top { bottom:60px;}
.me_tp_features {display: none;}
.header_area.sticky {
    background: rgb(255, 255, 255);
    padding: 10px 0;
    position: fixed;
}
/*MENU*/
.stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        display: inline-block;
        padding: 10px;
    }
    .stellarnav .menu-toggle span.bars span {
    background: #f9b62b;
}
.stellarnav .menu-toggle:after {
color: #f9b62b;
}
.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    background: #ffffff;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    background: #ffffff;
}
.stellarnav.mobile > ul > li > a {
    color:#2c6cb4;
    text-shadow:none;
    line-height: 200%;
    display: grid;
    padding: 10px;
    font-size: 12px;
    }
.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: #ffffff00;
    left: 0px;
}
.stellarnav > ul > li > a:hover {
    text-shadow: none;
}
.stellarnav.mobile > ul > li > a b {
        display: inline;
        vertical-align: top;
        height: auto;
        line-height: 150%;
        padding: 0 5px 0 0;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 13px 0 0 0;
    position: absolute;
    text-align: center;
    z-index: 999;
}
.stellarnav > ul > li::before {
    display:none;
}
.stellarnav a.dd-toggle .icon-plus:before {
    border-bottom: solid 3px #2c6cb4;
}
.stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 3px #2c6cb4;
}
.stellarnav li li {
    display: block;
    border: 0;
    border-bottom-width: 0;
    background: #fff;
    border-radius: 999em;
    margin: 0;
}
.stellarnav.mobile li.open {
    background: #ffffff;
}
.stellarnav.mobile li a {
    border-bottom: 0;
    font-size: 13px;
}
/*==========================*/
/*FOOTER*/
.footer.with_shopping_mode {
        padding: 10px 0 0;
    }
.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
    gap: 5px;
    max-width: 625px;
    width: 100%;
    margin: auto;
}
.footer_info li+li {
    margin-top: 0;
}
.footer_info li {
    display: block;
    padding: 10px 0 0 0;
}
.banner {height: 300px;}
/*專業團隊*/
.products-list .item a:hover .more {transform: translate(-50%, 127px);}}

@media screen and (max-width: 600px) { 
/*專業團隊*/
.product_page ul.products-list {
        order: 2;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
/*===========================*/

/*資訊分享*/
.subbox_item a {display: flex;flex-direction: column;}
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));}
.subbox_item a:before {font-size: 12px;bottom: 4px;}
}

@media screen and (max-width: 426px) {
    .nav-header {max-width: 264px;}
    .nav-brand img {margin-left: -190px;}
    .nav-brand:after {left: 169px;}
}

@media screen and (max-width: 376px) {
.nav-header {max-width: 239px;}
.nav-brand img {margin-left: -167px;}
.nav-brand:after {left: 159px;}
}
@media screen and (max-width: 320px){
.blog_list_ri{padding: 5px 15px;}

}


