@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*反白顏色*/
::-moz-selection {
    background-color: #8FADBF;
    color: #fff;
}

::selection {
    background-color: #8FADBF;
    color: #fff;
}



body {overflow-x: hidden;}

&::-webkit-scrollbar {width: 6px;}

&::-webkit-scrollbar-track {background: #fff;}

&::-webkit-scrollbar-thumb {background-color: #8fadbf;border-radius: 3px;}
/*--------------進場文字----------------*/
/*動畫入場text-----------------------------------*/
.bannerindex .swiper-slide:nth-child(1):before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/morningclean/text01.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 1;
    z-index: 999;
    position: absolute;
}/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
   animation: inside1 2s;
   animation-timing-function: cubic-bezier(0.75, -0.02, 0.29, 0.98);
}

/*----------------------------------------------------*/
.bannerindex .swiper-slide:nth-child(2):before{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/morningclean/text02.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 1;
    z-index: 999;
    position: absolute;

}/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before{
    animation: inside2 2s;
    animation-timing-function: cubic-bezier(0.75, -0.02, 0.29, 0.98);
}

/*------------------動畫在這裡---------------------------------------*/
@keyframes inside1{
	0% {transform: translate(-20%, 0%);opacity: 0;filter: blur(5);}
	100%{opacity: 1;}
}
@keyframes inside2{
	0% {transform: translate(20%, 0%);opacity: 0;}
	100%{opacity: 1;}
}
/*-----------------------------------------*/
/*開場NAV */

.nav-header {
    opacity: 1;
}
.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
}
@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
}

    100% {
        top: 0px;
        opacity: 1;
}
}
.pageIndex .stellarnav.desktop {
    opacity: 0;
    animation: banner-navbar 1s forwards;
}
.stellarnav.desktop {
    opacity: 1;
    z-index: 0;
}
@keyframes banner-navbar {
    0% {
        top: 97px;
        opacity: 0;
}
    100% {
        top: 0px;
        opacity: 1;
}
}

@media screen and (max-width: 1024px) {
.pageIndex .nav-header {
    animation: none !important; /* 取消動畫 */
    opacity: 1;                 /* 顯示 */
}
.pageIndex .stellarnav.desktop {
    animation: none !important; /* 取消動畫 */
    opacity: 1;                 /* 顯示 */
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {position: relative;z-index: 9999;padding: 0px;background: none;}
.header_area.sticky {position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;background: none;}
.main_header_area {height: 100px;background: #ffffff91;box-shadow: 1px 1px 10px rgb(133 132 132 / 23%);transition: .5s ease-out;margin: 0;border-radius: 0;}
.sticky .main_header_area.animated {background: #ffffffba;backdrop-filter: saturate(70%) blur(10px);border-radius: 10vw;margin: 1vw 5vw;}
.navigation {width: 100%;position: relative;padding: 0;display: flex;grid-gap: 0 20px;align-items: center;padding: 20px 0px 10px 0px;}
/*-----------------------------------------------*/
.main_header_area .container {max-width: 1600px;margin: auto;transition: .5s ease-out;}
.header_area.sticky .main_header_area .container {max-width: 1400px;transition: .5s ease-out;}
/*-----------------------------------------------*/
.me_tp_features {display: none;}
.stellarnav > ul > li > a {padding: 0;color: #5c5c5c;text-transform: uppercase;position: relative;display: inline-block;font-size: 16px;line-height: 40px;height: 40px;margin: 0 8px;overflow: hidden;cursor: pointer;text-align: center;font-weight: 700;letter-spacing: 1px;}
.stellarnav > ul > li:before {content: "";position: absolute;display: block;width: 10px;height: 10px;background: url(https://pic03.eapple.com.tw/morningclean/icon.png);background-size: contain;background-repeat: no-repeat;background-position: center;opacity: 0;transition: .5s;left: 45%;top: 10px;}
.stellarnav > ul > li:hover:before {transition: .5s;opacity: 1;top: -5px;}
/*-----------------------------------------------*/
.stellarnav > ul > li > a:before {content: "";position: absolute;width: 0;top: 95%;height: 1px;background: #123859;bottom: 0px;left: 50%;transform: translate(-50%, 0px);transition: .5s;}
.stellarnav > ul > li > a:hover:before {transition: .5s;width: 100%;}
.stellarnav ul ul {top: auto;width: 160px;position: absolute;z-index: 9900;text-align: left;display: none;background: #fffffffc;filter: drop-shadow(2px 2px 1px #00000020);}
.stellarnav ul ul {max-height: 53vh;overflow-y: scroll;}/*下拉選單超過螢幕改滾動*/
/*滾軸設定*/
.stellarnav ul ul::-webkit-scrollbar-track {background: #fff;}
.stellarnav ul ul::-webkit-scrollbar {width: 4px;}
.stellarnav ul ul::-webkit-scrollbar-thumb {background-color: #8fadbf;border-radius: 3px;}

/*--------------進場文字----------------*/
.stellarnav li a {padding: 12px 10px;display: block;color: #8fadbf;letter-spacing: 1px;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav.desktop li.has-sub a:before {content: "";position: absolute;width: 0;top: 95%;height: 1px;background: #bda88b;bottom: 0px;left: 50%;transform: translate(-50%, 0px);transition: .5s;}
.stellarnav.desktop li.has-sub a:hover:before {transition: .5s;width: 90%;}
/*-----------------------------------------------*/
.info_fix_links{display: flex!important;}
.linksBtn {display: none;}
.info_fix_links a {display: flex;width: 50px;height: 50px;overflow: hidden;border-radius: 50px;transition: .3s;background: #688EA6;margin-bottom: 5px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;border: 1px solid #fef1cc;}
.info_fix_links a:hover {background: #123859;}
.info_fix_links a:hover {background: #123859;transform: rotateY(359deg);}
/*---------手機板menu設定----------*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    background: #edf2f5;
}
.stellarnav.mobile > ul > li > a {
    padding: 15px 43px 15px 10px;
}
.stellarnav.mobile > ul > li {
    display: block;
    border-bottom: 1px #f4f4f4 solid;
}
.stellarnav.mobile li.open {
    background: #edf2f5;
    padding: 0px;
}

@media screen and (max-width: 768px) {
.stellarnav > ul > li:before {
    display: none;    
}
.stellarnav > ul > li > a:before {
    display: none;
}
.stellarnav ul ul {filter: unset;}/*下拉選項ul陰影取消*/
}




/* 商品下拉超過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 .center {position: relative;max-width: 1400px;}
.footer {padding: 100px 0 0;font-size: 14px;background: #8FADBF;position: relative;z-index: 99;}
.footer_info {margin: 0 20px;padding: 0;display: grid;grid-template-columns: none;grid-template-rows: 80px 1fr;grid-gap: 10px;padding-right: 0px;}
.footer_logo {display: inline-block;vertical-align: top;max-width: 280px;margin: 0;filter: brightness(5);}
.box_link { display: none;}
.footer_info ul {display: flex;width: 100%;justify-content: space-between;}
.footer_info li:nth-child(1):before {content: "聯絡資訊 information";display: block;font-family: noto sans TC, monospace;color: #fffaea;font-size: 15px;letter-spacing: 2px;margin-bottom: 10px;border-bottom: 1px #fffaea dashed;padding-bottom: 10px;}
.footer_info li p {line-height: 180%;letter-spacing: 2px;color: #ffffff;}
.footer_info li p a {line-height: 180%;letter-spacing: 2px;color: #ffffff;transition: .5s;}
.footer_info li p.add:before {content: '總公司：';}
.footer_info li:nth-child(2):before {content: "快速連結 link";display: block;font-family: noto sans TC, monospace;color: #fffaea;font-size: 15px;letter-spacing: 2px;margin-bottom: 10px;border-bottom: 1px #fffaea dashed;padding-bottom: 10px;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr 1fr;}
.footer_menu a {display: inline-block;padding: 4px 7px;border: 0px;margin: 0 10px 5px 0;font-size: 14px;line-height: 180%;color: #fff;background: none;}

.footer_info li p a:hover {color: #fffaea;transition: .5s;}
.footer_menu a:hover {background: none;color: #fffaea;}
.footer_menu a:before {content: "";position: absolute;display: block;width: 10px;height: 10px;background: url(https://pic03.eapple.com.tw/morningclean/icon.png);background-size: contain;background-repeat: no-repeat;background-position: center;opacity: 0;transition: .5s;transform: translate(-7px, 7px);}
.footer_menu a:hover:before {opacity: 1;transition: .5s;transform: translate(-15px, 7px);}
/*----------------------------------------------------------*/
.copy {background: #123859;text-align: center;padding: 8px 0;font-size: 13px;color: #7f8e97;border-top: 0px;margin-top: 50px;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: nowrap;letter-spacing: 1px;}
.copy a {color: #7f8e97;}
.privacyLinks a+a {border-left: 0px solid #cccccc;}





/*----------工程案例-購物車----------------*/
.product-layer-two > li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}
.product-layer-two li a {
    position: relative;
    border: 0px;
    background: none;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #123859;
}
.product-layer-two li a:hover {
    transition: 0.3s all;
    background: #8fadbf;
    color: #fff;
}
.products-list .item {
    position: relative;
    margin-bottom: 20px;
}
.products-list .name {
    font-size: 17px;
    font-family: noto serif TC;
    font-weight: 600;
    color: #123859;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em;
    text-align: center;
}
.products-list .price {display: none;}
.products-list .more {
    border: 1px solid #bf946f;
    color: #bf946f;
    font-size: 16px;
    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: #bf946f;
    color: #fff;
    letter-spacing: 2px;
}
.products-list .item a:hover .pic img {
    transition: 0.3s all;
    transform: scale(1.3);
}
/*-----下層-----*/
.sidebarBtn {
    padding: 15px;
    display: inline-block;
    /*width: 28%;*/
    vertical-align: top;
    border: 2px #c2d1da solid;
    background: #fff;
}
.sidebarBtn h2 {
    color: #123859;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.product_info {
    display: none;}/*商品規格隱藏*/
.inquiry_a1 {
    background: #8fadbf;
}
.inquiry_a2 {
    background: #bf946f;
}
@media screen and (max-width: 768px) {
.mobile_product_name {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: #123859;
    letter-spacing: 1px;}
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #123859;
    font-family: noto serif TC;
    letter-spacing: 1px;
}
.related_list li a {
    display: block;
    padding: 10px;
    background: #fff;
    height: 100%;
}
.related_list li a p {
    padding-top: 10px;
    font-size: 15px;
    color: #123859;
    line-height: 2;
    letter-spacing: 1px;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #bf946f;
    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;}


@media screen and (max-width: 1120px) {
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    grid-gap: 0 20px;
    align-items: center;
    padding: 10px 0px 10px 0px;
    flex-direction: column;
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.header_area {
    position: relative;
    z-index: 9999;
    padding: 0px;
    background: none;
    height: 130px;
}
.main_header_area {
    height: 130px;
    background: #ffffff91;
    box-shadow: 1px 1px 10px rgb(133 132 132 / 23%);
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #5c5c5c;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 7px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}
}

@media screen and (max-width: 1024px) {
.sticky .main_header_area.animated {
    background: #fff;
    backdrop-filter: unset;
    border-radius: 0vw;
    margin: 0vw 0vw;
}
}

@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;}
/*-------------------------------------------*/
.header_area {
    position: relative;
    z-index: 9999;
    padding: 0px;
    background: none;
    height: 100px;
}
.main_header_area {
    height: 100px;
    background: #ffffff91;
    box-shadow: 1px 1px 10px rgb(133 132 132 / 23%);
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}
.stellarnav.mobile {
    position: absolute;
    left: 5px;
    top: 10px;
    width: auto;
    display: inline-block;
}
/*-------FOOTER設定-------*/
.footer_info li+li {
    margin-top: unset;
}
}

@media screen and (max-width: 670px) {
.footer_info ul {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.footer_info li+li {
    margin-top: 20px;
}
}

@media screen and (max-width: 425px) {
.footer_info {
    margin: 0 10px;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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: #123859;
    font-family: noto serif TC;
    letter-spacing: 3px;
    font-size: 30px;
}
.banner h5:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 60px;
    background: #999;
    transform: translate(-20px, -60px);
    display: block;
}
.banner.banA {display: none;}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {
    background: url(https://pic03.eapple.com.tw/morningclean/banner.png);
    min-height: 300px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.banE.banner h5:before {
    content: "album";
    font-family: noto sans TC;
    font-size: 14px;
    font-weight: 400;
    color: #BF946F;
    display: block;
    text-align: left;
}

.banner.banF {
    background: url(https://pic03.eapple.com.tw/morningclean/banner.png);
    min-height: 300px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.banF.banner h5:before {
    content: "case";
    font-family: noto sans TC;
    font-size: 14px;
    font-weight: 400;
    color: #BF946F;
    display: block;
    text-align: left;
}

.banner.banblog {
    background: url(https://pic03.eapple.com.tw/morningclean/banner.png);
    min-height: 300px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;    
}
.banner.banblog.banner h5:before {
    content: "news";
    font-family: noto sans TC;
    font-size: 14px;
    font-weight: 400;
    color: #BF946F;
    display: block;
    text-align: left;
}

.path p, .path p a {display: none;}
.promotion_title {display: none;}
.other_promotion {display: none;}
ul.page {display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定-最新消息*/
  
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 20px;
}

.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}
.subbox_item a {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: auto 1fr;
    position: relative;
    grid-gap: 10px;
}
.blog_list_ri {
    display: block;
    padding: 10px 10px;
}
.blog_list_ri h5 {
    font-weight: 700;
    font-size: 18px;
    font-family: noto serif TC;
    letter-spacing: 1px;
    color: #123859;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.blog_list_ri em {
    font-size: 13px;
    letter-spacing: 1px;
    color: #BF946F;
    font-style: normal;
    display: block;
    text-align: right;
}
.blog_list_ri p {
    display: none;}

.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffffd4;
    opacity: 0;
    border: 0px;
    transition: all .5s;
}
.subbox_item a:before {
    content: 'MORE+';
    position: absolute;
    z-index: 19;
    bottom: 50%;
    right: unset;
    left: 50%;
    opacity: 0;
    font-size: 19px;
    color: #BF946F;
    transition: all .6s;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    font-weight: 700;
}
/*左邊選單*/
h5.blog_le_t {display: none;}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 0px #ccc;
    border-radius: 0px;
    padding: 10px 35px 10px 10px;
    border-bottom: 1px solid #ccc;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0px;
    border: 0px #ccc solid;
    overflow: hidden;
}
/*------下層------*/
.blog_box_edit * {
    line-height: 180%;
    letter-spacing: 1px;
}
.blog_back {
    text-align: center;
    display: flex
;
    grid-gap: 15px;
    justify-content: center;
}
.blog_back a {
    font-size: 15px;
    color: #666;
    display: block;
    padding: 7px 15px;
    width: 200px;
}
.blog_back a.article_btn_prev {
    background: none;
    border-bottom: 1px solid #123859;
}
.blog_back a.article_btn_back {
    background: none;
    border-bottom: 1px solid #bf946f;
}
.blog_back a.article_btn_next {
    background: none;
    border-bottom: 1px solid #123859;
}
.news_related {
    background: none;
    padding: 25px 15px;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #123859;
    font-family: noto serif TC;
    letter-spacing: 1px;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #8fadbf;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}
/*------RWD設定-----------*/
@media screen and (max-width: 1024px) {
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 20px;
}
}

@media screen and (max-width: 768px) {
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 20px;
}
}

@media screen and (max-width: 600px) {
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 20px;
}
.blog_in_page.article_a.bodyMobile .main_part {
    padding: 50px 25px 10px;
}/*解決文章內文在縮放時超出螢幕尺寸問題*/
}

@media screen and (max-width: 425px) {
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px 20px;
}
}

/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 相簿-服務成果 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.subalbum-menu h2 {display: none;}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 30px;
}
.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(255 255 255 / 45%);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}
.show-list .item:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.other_subalbum li a p {
    line-height: 3;
    color: #123859;
    letter-spacing: 1px;
}
/*-------------下層-------------------*/
.album_descrip {
    margin-bottom: 20px;
    color: #123859;
    line-height: 3;
    letter-spacing: 1px;
}
.pic-list .item h6 {
    font-size: 16px;
    color: #666;
    padding: 5px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1px;
}
/*-----------------結束----------------------*/
/*相本分類全版面 ( 限制最寬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) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




