@charset "utf-8";
/* 網站全部字體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;display=swap');

* {
    font-family: 'Noto Sans TC', sans-serif;
}

/* 客戶編輯器文章管理 */
body.blog_in_page .blog_box_edit p {
    color: #555;
    line-height: 1.8;
}

body.blog_in_page .blog_box_edit h5 {
    color: #e6423e;
    line-height: 125%;
    margin: 6px 0px;
    border-bottom: 1px solid #c2c3c4
}

body.blog_in_page .blog_box_edit h6 {
    color: #555;
    font-size: 16px;
}

body.blog_in_page .blog_box_edit a {
    color: #ff6600;
    font-size: 16px;
}

body.blog_in_page .blog_box_edit li {
    color: #555;
    line-height: 1.8;
    margin-left: 17px;
}




/* = = = 固定設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = === = = */
button,
input,
optgroup,
select,
textarea {
    outline: none;
    padding-left: 15px;
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

/*版面範圍設定*/
.page {
    margin: 0;
}

#content {
    max-width: 1920px;
    margin: 0 auto;
}

/*手機板漢堡鈕相關*/
.nav-dropdown>li>a {
    width: 100%;
}


/*文章分類側邊欄設定*/
.blog_le .accordion li .link {
    padding: 0;
}

.blog_le .accordion li .link a {
    padding: 15px 10px;
    display: block;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    transition: all 0.3s ease-in-out;
}

/*文章跑版設定*/
.blog_subbox {
    display: flex;
    flex-wrap: wrap;
}


/*頁首按鈕hover顏色設定*/
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #fff600;
}

/*主分類hover*/
.submenu-indicator-chevron {
    border-color: transparent #555 #555 transparent;
}

/*主分類下拉箭頭*/
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #e6423e #c72724 transparent;
}

/*主分類下拉箭頭hover*/

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #555;
}

/*滑到第二層文字顏色*/
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #555;
}

/*滑到第二層文字顏色*/
.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #555 #555 transparent;
}

/*滑到第三層箭頭顏色*/
.nav-dropdown>li>a:hover .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

/*滑到第二層箭頭顏色*/

/*編輯頁下拉頁面設定*/
.other_select_page .promotion_title {
    display: none;
}

.other_select_page .other_promotion {
    display: none;
}

/*次分類下拉樣式*/
.nav-dropdown>li>a {
    border-bottom: 1px solid #fbfbfb;
    background: transparent;
    color: #fff;
}

.nav-dropdown>li:last-child a {
    border-bottom: none;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    background: #e6423e;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.nav-menu>li>.nav-dropdown {
    border: none;
    background: transparent;
}



/*購物車部分基本設定(固定)-------- ////S T A R T///////////////////////////////////////*/
/*+++清單頁-----------------------*/
.products-list .pic {
    overflow: hidden;
}

.sidebarBtn {
    border: none;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    padding: 30px 20px;
}

/*清單頁_購物車按鈕顏色*/
.products-list .more {
    border: 1px solid #ccc;
    color: #ccc;
}

.products-list a:hover .more {
    background: #e6423e;
    border-color: #e6423e;
    color: #fff;
}

/*+++詳細頁-----------------------*/
.prod_related {
    display: none;
}

/*相關推薦(預設關起來)*/
.lastPage {
    background: #e6423e;
}

/*上一頁*/
/*詳細頁_側邊資訊欄*/
.product_info li span {
    background: #eee;
    width: auto;
    padding: 5px;
    color: #777;
    margin-right: 8px;
}

/*詳細頁_商品資訊*/
.prod-thumb {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 20px 0;
    color: #444;
}

.prod-thumb:before {
    content: "▎";
    padding-right: 5px;
}

/*詳細頁_QA表單*/
.prod>li {
    margin: 10px 0;
    padding: 25px;
}

.prod>li:nth-child(2) {
    background: #f7f7f7;
}

.breakF {
    padding: 5px;
    min-height: 40px;
}

.half_box {
    width: 100%;
}

.half_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half_box:nth-child(1) li:last-child {
    width: 100%;
}

.half_box li {
    margin: 5px 0;
    display: inline-block;
    width: 49%;
}

.half_box li.btn_blankTop {
    margin-top: 24px;
}

.half_box li.btn_blankTop input {
    background-color: #888;
    background-image: none;
    width: auto;
    text-align: center;
    padding-left: 0;
    padding: 15px 25px;
    line-height: initial;
    border-radius: 3px;
    vertical-align: middle;
    color: #fff;
    transition: all .3s;
}

.half_box li.btn_blankTop input:hover {
    background-color: #666;
}

.productBtn {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    #bottom_menu {
        display: block;
    }

    .product_info li {
        padding-left: 110px;
    }

    .half_box:nth-child(2) li:last-child {
        width: 100%;
    }

}

/*購物車部分基本設定(固定) ---------////E N D////////////////////////////////////////////////*/



/* = = = 個別網站設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*header*/
.header_area {
    position: relative;
    width: 100%;
}

.main_header_area {
    background: #e6423e;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.nav-menu {
    margin: 0;
}

.nav-menu>li>a {
    padding: 30px 25px;
    letter-spacing: 2px;
    position: relative;
    color: #fff;
}

.nav-menu>li>a:before {
    content: "";
    background: #fff600;
    width: 0%;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .3s;
}

.nav-menu>li>a:hover:before {
    width: 100%;
}

.tp_links {
    display: none !important;
}

span.submenu-indicator {
    display: none;
}

.navigation-portrait .nav-menus-wrapper {
    background: #e6423e;
    width: 80%;
}

/*footer*/
.footer {
    background: #fff;
    padding: 50px 0 0;
}

.footer_logo {
    width: 250px;
}

.footer_logo img {
    width: 100%;
}

.footer_info ul {
    width: 100%;
}

.footer_info li p {
    color: #444;
}
p.tel {
    display: none;
}
.footer_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.footer_menu a {
    background: transparent;
    border: none;
    font-size: 13px;
    width: 48.5%;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0.5%;
}

.footer_menu a:first-child {
    width: 100%;
}

.copy {
    background: #888;
    color: #fff;
    margin-top: 50px;
    padding: 10px;
}

.copy a {
    color: #fff;
}

.footer_info li p.phone:before {
    content: '業務快速服務電話 :';
}

p.add:after {
    content: '歡迎來電洽詢 隱藏優惠';
    display: block;
}

/* 按鈕 */
svg.arrow.arrow--right {
    display: none;
}

.animated-arrow:after {
    content: '';
    display: inline-block;
    position: absolute;
    border: 2px solid #DF700B;
    background: #fff;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 0px;
    transition: all .5s ease;
    z-index: -1;
    border-radius: 300px;
}

.animated-arrow:hover:after {
    background: #DF700B;
    color: #fff;
    transition: all .5s ease;
}

.animated-arrow.stay_mid {
    position: relative;
    background: transparent;
    color: #DF700B;
    z-index: 1;
    width: fit-content;
    padding: 0px 50px;
}

.animated-arrow.stay_mid:hover {
    color: #fff;
}

/*文章*/
/*首頁*/
.module_i_news {
    padding: 120px 20px;
    background: url(https://pic03.eapple.com.tw/linchihung/i_art_bg.jpg) no-repeat;
    background-size: cover;
}

.module_i_news .title_i_box {
    margin-bottom: 0;
}

.module_i_news .title_i_box h4 {
    color: transparent;
    line-height: 15px;
    user-select: none;
}

.module_i_news .title_i_box h4:before {
    content: "最新訊息 NEWS";
    display: block;
    color: #DF700B;
    font-size: 30px;
}

.module_i_news ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.module_i_news li {
    width: 31%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    background: #fff;
}

.module_i_news li:nth-child(n+4) {
    display: none;
}

.module_i_news li a {
    padding: 3%;
}

.module_i_news li a:after {
    background: #feedde78;
}

.module_i_news li a:before {
    color: #0c2436;
    font-size: 15px;
}

.i_blog_le {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    height: 0;
    display: initial;
}

.i_blog_ri {
    width: 100%;
}

.i_blog_ri h5 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
}

/* .i_blog_le {
    width: 100%;
    height: 40vh;
    line-height: 260px;
    padding: 0;
    padding-bottom: 0;
}
.i_blog_le img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
} */



/*功能頁*/
.blog_list_le {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    display: initial;
}

.blog_list_ri {
    width: 100%;
    padding: 15px 5px;
    width: 100%;
}

.subbox_item {
    width: 33%;
    padding: 5px;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #333;
}

.subbox_item a:before {
    font-size: 15px;
    color: #333;
}

/* .blog_list_le {
    width: 100%;
    height: 40vh;
    line-height: 260px;
    padding: 0;
    padding-bottom: 0;
}
.blog_list_le img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
} */


/*詳細頁*/
.blog_back a.article_btn_back {
    background: #e6423e;
}



/*購物車*/
/*清單頁*/
.product-layer-two li a {
    background: #eee;
    color: #555;
}


/* logo */
.nav-brand h1 {
    display: block;
    background: url(https://pic03.eapple.com.tw/linchihung/li_logo_logo.svg);
    background-size: contain;
    width: 220px;
    height: 52px;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    /* filter: contrast(0) brightness(100); */
}

.header_area.sticky .nav-brand h1 {
    filter: initial;
}

ul.nav-menu.align-to-right {
    margin-left: 0px;
}


.navigation-portrait .nav-brand {
    justify-content: center;
    width: auto;
}

.nav-brand {
    width: fit-content;
}




@media screen and (max-width: 768px) {
    .nav-header {
        padding: 2% 0;
    }

    .nav-brand h1 {
        filter: initial;
    }

    .navigation-portrait {
        height: auto;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    height: 200px;
    background: #647481;
    padding: initial;
    position: relative;
    background-image: linear-gradient(45deg, #C2C4C3, #F6F6F6);
}

.banner h5 {
    color: #e6423e;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner h5:after {
    content: "台中 TBC 群健";
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banF {}

.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {

    /*預設banner= = = = = = = = */
    .bannerindex {
        padding: 0;
        margin: 0;
        position: relative;
    }

    /* 開啟手機板下方按鈕所需設定= = = = = = = = */

    .footer.with_shopping_mode {
        padding: 30px 0 0;
    }

    #to_top {
        bottom: 60px;
    }

    /*以下其他設定= = = = = = = = */
    /*header*/
    .header_area {
        position: relative;
    }

    /*footer*/
    .footer_info ul {
        padding-left: 0;
    }

    /*文章*/
    .subbox_item {
        width: 49%;
    }
}

@media screen and (max-width: 600px) {
    .module_i_news li {
        width: 100%;
        margin: 2%;
    }

    .nav-toggle {
        top: 25px;
    }

}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 80px;
}

.contact_content .information_right {
    display: none;
}

.contact_content {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

.main_part {
    max-width: 1600px;
    padding: 0px 20px;
}

.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #101010;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: none;
}

li.ADD {
    display: none;
}

li.PHONE {
    display: none;
}

.path {
    width: 96%;
    margin: auto;
    font-size: 13px;
    color: #444;
    text-align: right;
    border-bottom: 1px solid #ccc;
    display: none;
}



@media screen and (max-width: 480px) {
    .nav-brand {
        width: 250px;
    }

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/