@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/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);
}
@keyframes slide-right{0%{opacity:0;transform:translateX(-400px)}100%{opacity:1;transform:translateX(0px)}}


.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
}
@keyframes slide-tl{0%{opacity:0;transform:translateY(0px) translateX(0px)}100%{opacity: 1;transform:translateY(-100px) translateX(-100px)}}

/*==========================================================================*/

.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);
}
@keyframes slide-right{0%{opacity:0;transform:translateX(-400px)}100%{opacity:1;transform:translateX(0px)}}


.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)}}

/*特效END*/

/*header*/

.pageIndex .header_area {
    position: fixed;
    z-index: 9999;
    padding: 10px;
    background: #f0f0f000;
    top: 0;
    width: 100%;
    transition: all 1s;
}
.pageIndex .header_area.sticky {
    width: 100%;
    z-index: 9999;
    background:#2fa7dc;
    transition: all 1s;
    padding: 0;
}
.header_area {
    position: sticky;
    z-index: 9999;
    padding: 0;
    background: #2fa7dc;
    top: 0;
    width: 100%;
    transition: all 1s;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background:#2fa7dc;
    transition: all 1s;
    padding: 0;
}
/*======================================*/
.main_header_area .container {
    max-width: 1416px;
}

.tp_links {
    display: none;
}
.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*/

.stellarnav > ul > li > a {
    padding: 0 0 0px 24px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.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 {
    display: block;
    line-height: 40px;
    font-style: normal;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    font-weight: normal;
    text-align: left;
    height: 22px;
}

/*下拉選單*/
.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;
    display: block;
    color: #0b96c3;
    font-size: 15px;
    transition: all 0.5s;
}
.stellarnav li li a:hover{
    color:#fff;
    background-color:#0b96c3;
    transition:all 0.7s;
    border-radius: 999em;
}



/*footer*/
.box_link {
    display: none;
}
.footer {
    padding: 20px 0 0;
    background: #d4f5ff99;
    position: relative;
    z-index: 99;
}
.footer_logo img {
    max-width: 80%;
}
.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 {
    line-height: 175%;
    letter-spacing: 2px;
    color: #0b96c3;
    font-size: 13px;
}
a {
    color: #0b96c3;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 10px;
    border: none;
    margin: 0 4px;
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
    background: #0b96c3;
    border-radius: 999em;
    text-align: center;
    transition: all 0.5s;
}
.footer_menu a:hover {
    background: #4fc5eb;
}

.copy {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #0b96c3;
    border-top: none;
    margin-top: 0px;
}
.copy a:hover {
    color: #025a77;
}







.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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {background-image: url(https://pic03.eapple.com.tw/ruyintw/banner.jpg);}
.banner h5 {
    color: #ffffff;
    font-size: 28px;
}
.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 {}
/*====================最新消息============*/
.news_part .title_i_box {
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 9px;
}
.news_part .title_i_box h6 {
    font-size: 34px;
    color: #531507;
    font-family: system-ui;
}
.news_part .title_i_box h4 {
    font-size: 22px;
    color: #531507;
    font-weight: 600;
    padding: 0 0 2px 0;
}
.news_list ul li span {
    display: block;
    vertical-align: top;
    padding: 15px 0;
    font-size: 13px;
    color: #ffa106;
    width: 150px;
}
.news_list ul li p {
    display: block;
    padding: 15px 70px 15px 0;
    font-size: 13px;
    color: #531507;
    width: calc(100% - 160px);
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list ul li p:after {
    content: 'read more';
    font-size: 12px;
    color: #ffa106;
    letter-spacing: 0px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
}
.animated-arrow {
    background: #2fa4d9;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    /* margin-left: auto; */
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    /* padding-left: 5%; */
    text-align: center;
    position: relative;
    font-family: inherit;
    border-radius: 999em;
}
.animated-arrow:hover {
    border: 1px solid #2fa4d9;
    background: #ffffff00;
    color: #2fa4d9;
}
.news_list ul li a:hover {
    background: #ff8f0026;
}
/*===================================*/

/*=============內頁==================*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    display: none;
}
/*=============專業團隊==============*/

.product_main {
    display: none;
}

.pd_tabTitle li a {
    display: none;
}

.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 .item a:hover .more {
    background: #2fa4d9d1;
    color: #fff;
    letter-spacing: 0;
    z-index: 99999;
    opacity: 1;
    width: 37%;
    height: 32px;
}

.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: 80px;
}
/*==================測試================*/
.products-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 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;
}
.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 .more {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    z-index: 999;
    width: 150px;
    height: 30px;
    font-size: 17px;
    opacity: 0;
    border: none;
    background: #2fa4d9;
}
.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%;
}

/*============資訊分享===============*/
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 15px;
    border: 1px #531507 solid;
    overflow: hidden;
}
.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 {
    font-size: 24px;
    font-weight: 500;
    color: #531507;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #531507;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    transition: 0.5s;
}
.blog_list_ri h5 {
    font-weight: 500;
    font-size: 15px;
    color: #531507;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.blog_list_ri em {
    font-size: 12px;
    color: #ffa106;
    font-style: normal;
    display: block;
}
.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 15px;
    color: #ffa106;
    transition: all .6s;
}
.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 #ffa106 solid;
    transition: all .5s;
}
h4.blog_category_title {
    color: #531507;
    font-size: 25px;
    /* border-bottom: 1px #ccc solid; */
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}
.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 {
    content: '相關文章';
    font-size: 22px;
    color: #531507;
}
/*=============友善特約機構===============*/
.blog_list_ri p {
    font-size: 12px;
    color: #531507;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: sticky;
background: #0b96c3;
}

.header_area {
    position: sticky;
    background: #0b96c3;

}
.navigation {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-brand img {
    max-width: 69%;
}
.me_tp_features {
    text-align: center;
}
.stellarnav ul {
    text-align: center;
}
.stellarnav > ul > li > a {
    font-size: 13px;
}
}

@media screen and (max-width: 1240px) {

}

@media screen and (max-width: 1032px) {
    .stellarnav > ul > li > a {
        font-size: 12px;
    }
}


@media screen and (max-width: 1025px) {
}


@media screen and (max-width: 970px) {
.stellarnav > ul > li > a {
        font-size: 11px;
    }
}
@media screen and (max-width: 800px) {
.nav-brand img {
    max-width: 62%;
}
.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 {
    width: 100%;
    z-index: 9999;
    background: rgb(229 249 255);
    transition: all 1s;
    padding: 0;
    position: fixed;
}
.nav-brand img {
    max-width: 60%;
}
/*MENU*/
.stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        display: inline-block;
        padding: 10px;
    }
    .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 4px;
}
.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #fff;
    display: block;
    transform: scale(0.9);
}
.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    background: #ffffff;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    border-right: none;
    background: #0b96c3b5;
}
.stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        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 {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #ffffff;
    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 #ffffff;
    position: absolute;
}
.stellarnav li li {
    display: block;
    border: 0;
    border-bottom-width: 0;
    background: #fff;
    border-radius: 999em;
    margin: 0;
}
.stellarnav.mobile li.open {
    background: #52b4d4;
    padding: 3px;
    display: block;
}
.stellarnav.mobile li a {
    border-bottom: 0;
    font-size: 13px;
}
.stellarnav li li a:hover {
    color: #fff;
    background-color: #0b96c3;
    transition: all 0.7s;
    border-radius: 0;
}
/*==========================*/
/*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;
}

@media screen and (max-width: 600px) { 
}




