@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 {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.main_part {    padding: 40px;}

.linksBtn{ display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁最新消息*/
.news_part .title_i_box h4 {
    font-size: 35px;
    color: #202020;
    font-weight: 500;
    letter-spacing: 5px;
}
.news_list ul li a:hover {
    background: #e8e8e84a;
}
.animated-arrow {
    background: #3f922a;
    color: #fff;
    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;
    border-radius: 30px;
}


/*======Header區塊======*/

/*Header*/
.pageIndex .main_header_area {
    transition: all .8s;
    background: #ffffff00;

}
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    background: transparent;
}
.main_header_area {
    background: #ffffff00;
    position: fixed;
    width: 100%;
}
.header_area.sticky .main_header_area {
    width: 100%;
    z-index: 9999;
    background: rgb(3 53 36 / 64%);
    backdrop-filter: saturate(100%) blur(10px);
    transition: all .8s;
    top: 0px;
    min-height: 109px;
    border-radius: 0px 0px 45px 45px;
}
/*滑動*/
.header_area.sticky .pageIndex .main_header_area {

    width: 100%;
    z-index: 9999;
    background: rgb(3 53 36 / 64%);
    backdrop-filter: saturate(100%) blur(10px);
    transition: all .8s;
    top: 0px;
    height: 109px;
    border-radius: 0px 0px 45px 45px;
}
.header_area {
    position: fixed;
    z-index: 9999;
    padding: 0px;
    width: 100%;
}
.main_header_area .container {
    max-width: 95%;
    margin: auto;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 28px 100px;
    display: grid;
    grid-template-columns: minmax(150px, 200px) 1fr;
    grid-gap: 0 20px;
    margin-top: 0;
}
/*滑動*/
.header_area.sticky .navigation {
    padding: 11px 50px;
}

.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 350px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.nav-brand {
    display: block;
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}

.nav-brand img {
    max-width: 100%;
    width: 80%;
    transition: all .8s;
}
/*滑動*/
.header_area.sticky .nav-brand img {
    transition: all .8s;
    width: 60%;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #464646;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
}
.stellarnav > ul > li > a:hover { color: #49bb3e;}
/*滑動*/
.header_area.sticky .stellarnav > ul > li > a { color: #ffffff;}

/*購物車隱藏+搜尋欄隱藏*/
.stellarnav > ul li:nth-of-type(5) {    display: none;}
.box_search { display: none; }



.stellarnav li li :hover {
    background: #49b948;
    color: #ffffff;
    font-weight: 800;
}
/*選單icon隱藏*/
.me_tp_features a i {
    margin: 0 3px;
    display: none;
}
.stellarnav li li :hover {
    background: #49b948;
    color: #ffffff;
    font-weight: 800;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #464646;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}
/*滑動*/
.header_area.sticky .stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}


@media only screen and (max-width: 1200px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 32px 50px;
        display: grid;
        grid-template-columns: 160px 1fr;
        grid-gap: 0 20px;
        margin-top: 0;
    }
    .header_area.sticky .navigation {
        padding: 20px 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .nav-brand img {
        max-width: 100%;
        width: 72%;
        transition: all .8s;
    }
    .me_tp_features { display: none;}
    .stellarnav ul {
        text-align: right;
        padding: 40px 0 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 10px;
        display: flex;
        margin-top: 0;
        align-items: flex-end;
        justify-content: center;
    }
    
    .stellarnav.mobile {
        position: absolute;
        left: 0px;
        top: 24px;
        width: auto;
        display: inline-block;
    }
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #777;
        display: block;
        transform: scale(0.9);
        display: none;
    }
    .nav-brand {
        display: block;
        max-width: 100%;
        width: 26%;
        margin-left: auto; /* 讓元素靠右 */
        margin-right: 0;
        text-align: right; /* 若有內部文字/圖片，向右對齊 */
    }
    .header_area.sticky .navigation {
        padding: 10px 50px;
    }
    .header_area.sticky .main_header_area { 
        min-height: 80px;
        backdrop-filter: unset
    }
    .header_area.sticky    .nav-brand {
        transition: all .8s;
    }

    .header_area.sticky .nav-brand img {
        transition: all .8s;
        width: 65%;
    }
    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 6px;
        background: #ffffff;
        margin: 0 auto 4px;
    }
    .header_area.sticky .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 6px;
        background: #ffffff;
        margin: 0 auto 4px;
    }
    .header_area.sticky .stellarnav.mobile {
        position: absolute;
        left: 40px;
        top: 24px;
        width: auto;
        display: inline-block;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 272px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 9999;
        border-right: 1px #eee solid;
        height: 5000px;
    }
    .header_area.sticky .stellarnav > ul > li > a {
        color: #464646;
    }

}

@media only screen and (max-width: 570px) {
    .header_area.sticky .navigation {
        padding: 10px 50px;
    }
    .stellarnav.mobile {
        position: absolute;
        left: 31px;
        top: 33px;
        width: auto;
        display: inline-block;
    }
    .header_area.sticky .stellarnav.mobile {
        position: absolute;
        left: 40px;
        top: 30px;
        width: auto;
        display: inline-block;
        transition: all .8s;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*===========FOOTER區塊===========*/
/*footer*/
.footer {      padding: 20px 0;  background: #3a862e;}
.footer_logo { max-width: 100%;} 
.footer_logo img {  display: none;}
.footer_info {   display: unset;   padding: 0; }
.footer_info ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.footer_info li {    padding: 5px 6px;}
.footer_info li p {    width: 320px;}
.footer_info li:nth-child(1) {    padding: 5px 6px 5px 19px;}
.footer_info li:nth-child(2) {    display: flex;    justify-content: flex-end;}
.footer_info li h6{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}
.footer_menu {    width: 66%;     text-align: right;}
.footer_menu a {
    letter-spacing: 1px;
    border: 1px #ffffff solid;
    color: #ffffff;
    background: none ;
    padding: 8px 13px;
    text-align: center;
    width: 130px;
}
/*購物車隱藏*/
.footer_menu a:nth-of-type(6) {
    display: none;
}
.footer_menu a:hover {
    border: 1px #000000 solid;
    color: #ffffff ;
    background: #000000 ;
}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #ffffff;
}
.footer_info li p a {
    color: #ffffff;
}

/*版權*/
.copy {   color: #fff;  }
.copy a {   color: #fff; }
.copy a:hover {   color: #fff; }

@media screen and (max-width: 1024px) {
    .footer_menu {    width: 48%;  }
    .footer_logo {  margin-bottom: 0px;}
    .footer_info li p {  width: 100%;}
    .footer_info li:nth-child(1) {   width: 50%;}
}

@media screen and (max-width: 893px) {
    .footer_menu {    width: 58%;  }
}


@media screen and (max-width: 768px){
    .footer_logo img {   max-width: 83%; }
    .footer_info ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: unset;
    }
    .footer_info li:nth-child(1) {   width: 100%;}
    .footer_info li:nth-child(2) {  justify-content: center;    }
    .footer_menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 375px){
.footer_menu {  width: 93%;}
}

/*選單按鈕隱藏選單*/
.footer_menu a:nth-of-type(1)  {display: none;}

/*隱藏footer右邊按鈕*/
.box_link a { display: none;}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #000000;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #48b948;
    color: #FFF;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #ffffff;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.products-list .price b:first-child:last-child {
    width: 100%;
    display: none;
}
.products-list .name {
    font-size: 17px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}
.products-list .more {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.product-layer-two li i.close::before {
    content: '\f056';
    color: #49b948;
}
.products-list .item a:hover .more {
    background: #49b948;
    border: 1px solid #49b948;
    color: #fff;
    letter-spacing: 2px;
}
.product-layer-two li li:hover > a {
    background: #fff;
    color: #49b948;
}
.product-layer-two li li:hover > a:before {
    background: #49b948;
}

/*第二層*/
.product-layer-two li.active a {
    font-weight: bold;
    border: unset;
    background: #c59d70;
    color: #fff;
}
.proImgSwiper li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.inquiry_a1 {    background: #49b948;}
.inquiry_a2 {    background: #000000;}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #000000;
}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:#4bb846;}
.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:#4bb846;}

.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;
    top: 0;
    left: 0;
    height: calc(100% -120px);
    width: 98%;
    margin: 19px auto;
    border-radius: 6rem;
    overflow: hidden;
}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        position: relative;
        top: 0;
        left: 0;
        height: 100px;
        width: 100%;
        margin: auto;
        border-radius: unset;
        overflow: hidden;
    }
}
/*BANNER下方導覽隱藏*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/tomson00230983/banner.jpg) center top;
    padding: 12vw 0;
    letter-spacing: 10px;
    background-size: cover;
    margin: 20px;
    border-radius: 2rem;
}
.banner h5 { color: #ffffff;}

.services_page .banner.banB {display: none;}
.other_page .banner.banB {display: none;}
.other_select_page .banA {display: none;}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 768px) {
    .banner {
        position: relative;
        top: 0;
        left: 0;
        height: 100px;
        width: 100%;
        margin: auto;
        border-radius: unset;
        overflow: hidden;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.promotion_title * {  color: #3a862e;}
.promotion_title { text-align: left;}
.promotion_title em {  border: 1px #3a862e dashed;}
.promotion_title span { border: 1px #3a862e dashed;}
.promotion_title h2 {  display: block;  font-size: 30px;}
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: -3px;
}
.other_promotion {
    list-style: none;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 15px;
}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 2px #3a862e solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
    .other_promotion li {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: -3px;
    }
}

@media screen and (max-width: 480px) {
    .other_promotion {
        list-style: none;
        display: grid;
        margin: 0 auto;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 15px;
    }
    .other_promotion li {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: -3px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 12px;
}
.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
}
.blog_list_le {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    aspect-ratio: 1 / 1;
}
.subbox_item a {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 20px;
}
.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(0 0 0 / 49%);
    opacity: 0;
    border: unset;
    transition: all .5s;
    height: 67%;
}
.subbox_item a:before {
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    bottom: -4%;
    letter-spacing: 5px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #49b948;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.blog_list_ri h5 {
    font-weight: 800;
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/*第二層*/
.news_related_list li {
    display: block;
    padding: 0px;
}
.blog_back a.article_btn_back {    background: #3a862e;}
.blog_back a.article_btn_prev {    background: #000000;}
.blog_back a.article_btn_next {    background: #000000;}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #000000;
    letter-spacing: 8px;
}

.lastPage {
    font-size: 16px;
    color: #fff;
    background: #000000;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        z-index: 8;
        background: rgb(0 0 0 / 49%);
        opacity: 0;
        border: unset;
        transition: all .5s;
        height: 64%;
    }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding: 12px;
    }
    /*第二層*/
    .blog_shareData {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }
    .blog_box_edit * {
        line-height: 150%;
        max-width: 100%;
        width: 100%;
    }
    .blog_box {
        min-height: 20vw;
        padding: 35px;
    }
    .subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        z-index: 8;
        background: rgb(0 0 0 / 49%);
        opacity: 0;
        border: unset;
        transition: all .5s;
        height: 64%;
    }
}
@media screen and (max-width: 600px) {
    .subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        z-index: 8;
        background: rgb(0 0 0 / 49%);
        opacity: 0;
        border: unset;
        transition: all .5s;
        height: 55%;
    }
}
@media screen and (max-width: 480px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 20px;
    }
    .subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        z-index: 8;
        background: rgb(0 0 0 / 49%);
        opacity: 0;
        border: unset;
        transition: all .5s;
        height: 64%;
    }
    h4.blog_category_title {
        display: none;
    }
}
@media screen and (max-width: 380px) {
    .subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        z-index: 8;
        background: rgb(0 0 0 / 49%);
        opacity: 0;
        border: unset;
        transition: all .5s;
        height: 53%;
    }
    h4.blog_category_title {
        display: none;
    }
}

/*一排呈現
.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; } 取消連結被點擊效果
*/

.show-list .item:hover .show_name {
    color: #3a862e;
}

/*第二層*/

.other_album_choice li {
    background: #000000;
    font-size: 15px;
    display: inline-block;
    border-radius: 0;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*表單功能*/

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}
.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 0;
    font-size: 26px;
    color: #101010;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.list_before.info li {
    padding-left: 50px;
}
.contact_form li.last cite {
    background: #000000;
    color: #fff;
}

@media screen and (max-width: 600px) { 
    .contact_form li .form__label {
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-weight: bold;
        padding: 5px;
        background: rgb(130 130 130 / 15%);
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:40px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




