@charset "utf-8";



/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #1E1E1E;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*背景*/
#content {    min-height: 80vh; 
    background: url(https://pic03.eapple.com.tw/kingroomtw/background.jpg);
    background-repeat: no-repeat;background-size: cover;}

#content_main {
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 100vh;
    background: url(https://pic03.eapple.com.tw/kingroomtw/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;}

    #to_top {
        position: fixed;
        left: 10px;
        z-index: 600;
        width: 50px;
        height: 50px;
        padding-top: 10px;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        background: #000000ab;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        border-radius: 100%;
    }
    #to_top i:before, #to_top i:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100px;
        background: #ffffff;
        transition: all 100ms ease-in-out;}
        


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/*首頁*/

.header_area.sticky .main_header_area {
        background: #8f9576bc;
        transition: all 0.3s;
    }

.header_area .main_header_area {
        transition: all 0.3s;
        background: linear-gradient(180deg, #1c1c1c, #14000000);}


.header_area {position:fixed;z-index: 9999;padding: 0px;background: #ffffff00; width: 100%;}

/*其他分頁*/

.main_header_area .container {
        max-width: 95%;
        transition: all 0.3s;}
.header_area.sticky {
    background: #8f9576bc;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 1px 5px rgba(169, 169, 169, 0.3);}



 .swiper-banner:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }

 .swiper-pagination-bullet {
        display: none; }


/*第一層*/

/*首頁文字顏色*/
.pageIndex .stellarnav  ul  li  a {    color: #ffffff;border-right: 1px solid #e7e7e7e6;}
.pageIndex .stellarnav  ul  li:hover  a {color: #1E1E1E; font-weight:bold ;}
.stellarnav > ul > li > a b {

    font-weight: 800;}
.stellarnav ul { margin-top: 30px;}

.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;
    margin-top: auto;}
/*首頁sticky文字顏色*/
.pageIndex .header_area.sticky a {color: #ffffff;}
.pageIndex .header_area.sticky a:hover { color:#3a3a3a;}
/*其他分頁文字顏色*/
.stellarnav > ul > li > a {padding: 0 10px 0 0;color: #ffffff;font-weight: 700;font-size: 17px;    line-height: 30px;
    height: 30px;}
.stellarnav  ul  li:hover  a {color: #1E1E1E; font-weight:bold ;}
.stellarnav ul li a {
    color: #ffffff;
    border-right: 0.5px solid #e7e7e7e6;}


.nav-menu {    margin: 0 auto;padding: 0;text-align:center;}
.nav-header {    position: relative;}
.me_tp_features {    position: relative;    right: unset;    top: unset;    width: fit-content;display: none;}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #ffffff;}


.me_tp_features a {color: #ffffff;}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li>a {
    color: #fff;
    letter-spacing: 3px;
    padding: 25px 7px;
}


.nav-menu>li.focus>a {
    color: #ffffff;
}
.nav-dropdown>li:hover>a .nav-dropdown>li.focus>a {
    color: #ffffff;
}


.stellarnav li.has-sub > a:after {
        content: '';
        margin-left: 10px;
      
        position: absolute;
        top: 40%;
        right: 5px;
        transform: translateY(-50%);}   


.navigation {     padding: 20px 0px 20px 300px;}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 0 20px;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: end;}
/*下拉箭頭*/
.stellarnav li.has-sub > a:after {
            height: 8px;
            width: 8px;
            display: block;
            border-style: solid;
            border-width: 0 1px 1px 0;
            border-color: transparent #ffffffe0 #ffffffc6 transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border .2s;
            transition: border .2s;    }    

.stellarnav li.has-sub > a:after {
    border-width: 0px 2px 2px 0;
    border-color: transparent #ffffffc6 #ffffffc6 transparent;display: none;}



/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;   transition: all 0.3s; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff;	padding-left:10px;}
.stellarnav li li.has-sub:hover > a {color: #1E1E1E;}




/*次選單樣式-半透明底色*/
.stellarnav ul ul {
    background:#8f9576bc;
    border-radius: 0 0  6px 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    width: 180px;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--f3-color) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #ffffff;
    font: bold ;
    letter-spacing: .1rem;
}
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    border-left: 2px solid transparent ;
}

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color:#ffffff ;
    padding-left: 10px;
    font-weight: bold;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    letter-spacing: .1rem;
    position: relative;
    font-size: 13px;
}


/*logo*/
.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;}

.header_area.sticky .nav-brand {
        max-width: 100%;
        }
 .nav-brand img {
            max-width: 100%;
            filter: brightness(2);}

/* = = = 頁尾 = = = =  = = = = = = = = */
.center {max-width: 1420px;}
/*換圖*/
.footer {
    padding: 60px 0 0;
    font-size: 14px;
    background-color:  #1E1E1E;
    background-position: center;  /*位置*/
    background-size: cover ; /*尺寸*/
    background-repeat: no-repeat;
    position: relative;
   
    z-index: 99;}
.footer_logo { display: none;}
.footer_logo img { max-width: 200px; width: 100%;}
.footer_info {     padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 0 30px;
    justify-content: center;}
.footer_info ul{display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));gap: 0;letter-spacing: 0.15em;}


.footer_info li{ padding: 20px 10px;}
.footer_info ul>li:nth-child(1):before{
    content: "聯絡資訊";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
}
.footer_info ul>li:before{
    font-size: 115%;
    color: #fff;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}
.footer_info li:nth-child(1) { display: inline-block; width: 100%;}
.footer_info li p {color: #fff; }
.footer_info li p a { color: #fff;}

/*footer_menu*/
.footer_info ul>li:nth-child(2):before{
    content: "網站地圖";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
    padding-left: 15px;
}
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; display: none; }
.footer_menu {margin-top: 10px;display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a:nth-child(1){display: none;}
.footer_menu a {margin: 0 0 0 15px;padding: 0;background: transparent;border: none;text-align: left;color: #fff;display: block;width: fit-content;}
.footer_menu a:hover { background: transparent; color: #8F9576; border: transparent;}

/*icon*/
.box_link {    display: flex; 
        flex-wrap: wrap;
        flex-direction: row;}
.box_link {top: unset;bottom: 0;}
.box_link .me_tp_call, .box_link .me_tp_mail{display: none;}
.box_link a {transition: all 0.3s;border: none;color: #fff;}

.box_link a:hover { background: #5E5E5E; }
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #8F9576;transition: all 0.3s;}

/*版權*/
.copy { background: #8f9576; color:transparent; border: none; }
.copy a { color:transparent; transition:all 0.3s;}
.copy a:hover {
    color: #8f9576;}


/*上方選單右邊設定 臉書/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 {}
*/

/*頁碼*/
.path p, .path p a {display: none;
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;}



/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part,
.work_class_page .main_part,
.work_info_page .main_part {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

/*相簿管理*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    /* max-width: 1400px; */
    /* width: 90%; */
    /* margin: 0 auto; */
}
/*名稱隱藏*/
.other_subalbum li a p {
    line-height: 2;
   
    text-align: center;
    font-weight: 900;
    font-size: larger;}
/*版面*/
ul.show-list,
.other_subalbum,
ul.pic-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

ul.show-list:before,
ul.pic-list:before {
    content: none;
}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    aspect-ratio: 4 / 3;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.overlay {
    z-index: 2;
    /* display: none; */
}

.show-list .item,
.other_subalbum li,
.pic-list .item {
    width: 100%;
    margin: 0;
    padding: 0px;
}
.other_subalbum li {
    display: block;
    background: transparent;
    width: 100%;
    margin: 0;
    border: none !important;}
.show-list .show_pic,
.other_subalbum li a div,
.pic-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 0;
}

.show-list .show_pic,
.other_subalbum li a div,
.pic-list .show_pic {
    padding-bottom: 75%;
}

/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.album_page .show-list .show_pic {
    padding-bottom: 0;
    aspect-ratio: 10 / 7 !important;
}

.show-list .show_pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    filter: brightness(0.8);
}

.show-list .show_pic img,
.other_subalbum li a img,
.pic-list .show_pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.show-list .show_name {
    position: absolute;
    color: #ffffff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0px;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    width: 62%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 0;
    text-align: center;
    padding: 5px;
    font-weight: 500;
    transition: 0.5s;
}

.show-list .item:hover .show_name {
    color: #252727;
    color: #fff;
    z-index: 1;
}

.other_album{
    display: none;
}

.other_album_choice li {
    background: #252727;
}

.subalbum-menu h2 {
    color: #393939;
    font-size: 24px;
}

.other_subalbum li p {
    margin-top: 10px;
}

.show-list .show_name {
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

/**/





/*文章管理*/
h5.blog_le_t {
    font-size: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #393939;
    font-family: sans-serif;
    letter-spacing: 2px;
    margin-bottom: 7px;}
/*側邊標題*/
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color:  #393939;
    font-size: 14px;
    font-weight: 700;
    position: relative;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #51504e70 !important;}  
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 15px;
    border: 1px #8f9576 solid;
}
/*右側文章排版*/
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;  
    padding: 5px;
    display: grid;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
/*標題*/
.blog_list_ri h5 {
    font-weight: 900;
    font-size: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;}
/*時間*/
.blog_list_ri em {
    font-size: 14px;
    color: #9d9c9c;
    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: #333;
        transition: all .6s;}
/*內文*/
.blog_list_ri p {
    font-size: 15px;
    color: #272727;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}
/*內文hover*/
.subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        background:#51504e70;
        opacity: 0;
        border:0px;
        transition: all .5s;}

/*文章排版*/
 .subbox_item a {
        display: flex;
        grid-template-columns: 160px 1fr;
        position: relative;
        grid-gap: 20px;
        flex-direction: column;}

/*文章*/
/*文章內頁*/
h4.blog_category_title {
    color: #333;
    font-size: 30px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.blog_box_edit * {
    line-height: 150%;
    color:  #333;}
/*分享文字*/
.toShareNews {
        font-size: 1em;
        color:  #a1a1a1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;}
/*文章按鈕*/
.blog_back a.article_btn_back {
        background: #51504e;}


.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
            background: #51504e;}
/*相關文章*/
.news_related {
    background: #51504e70;
    padding: 25px 15px;}
.news_related h6 span:before {
        content: '相關文章';
        font-size: 24px;
        color: #333;}
/*按鈕*/
.lastPage {
        font-size: 16px;
        color: #fff;
        background: #51504e;
        padding: 10px 20px;
        display: block;
        margin: 40px auto;
        width: 130px;
        text-align: center;}
/*首頁-文章管理*/
.module_i_news li a:after {    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(8 8 8 / 90%);
    opacity: 0;
    border: 1px #ddd solid;}
/*首頁-文章顯示*/
 .module_i_news li:nth-child(n+5){
        display:none !important;}
/*標題*/

.module_i_news .title_i_box h4{   font-size: 32px;
    color: #fff;}
/*文章標題*/
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;}
/*時間*/
    .i_blog_ri em {
        font-size: 14px;
        color: #858585;
        font-style: normal;
        display: block;
        margin: 7px 0;}  
 /*內文*/
 .i_blog_ri p {
    font-size: 15px;
    color: #ffffff;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}       

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕*/
.animated-arrow {
    background: #51504e;
    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;}




    /*促銷方案*/
    /*促銷內頁*/
    /*標題*/
    .promotion_title h2 {
        font-size: 24px;
        color: #a1a1a1;}
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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.active a {
    font-weight: bold;
    border: 0px #ccc solid;}
.product-layer-two li a {
    position: relative;
    background: #f3f3f32b;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #ffffff; border: 0px #ccc solid;}
.product-layer-two li:hover a { color: #d9d9da; border: 1px #ccc solid;}
.product-layer-two li li a{ padding:5px 10px;background-color: #f3f3f32b;}
.product-layer-two li li:hover > a { background:#fff; color:#51504e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; 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; border-bottom:1px dotted #ccc;}
.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;}

#prod_thumbSwiper .swiper-slide{padding-top: calc(25% - 2px); position: relative;}
#prod_thumbSwiper img{position: absolute; left: 0; top: 0;}

/*產品資訊標題*/
.pd_tabTitle li.activeTab a {
    color: #ffffff;}
    element.style {
        color: #ffffff;}
/*產品資訊內文*/
element.style {
    color: #51504e;}
.pd_tabInner_contain {
        padding-top: 20px;
        color: #fff;}
/*右側商品資訊*/
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;}
/*標題*/
.sidebarBtn h2 {
    color: #ffffff;
    font-size: 24px;}
 /*底*/   
.sidebarBtn {
            padding: 15px;
            display: inline-block;
            width: 28%;
            vertical-align: top;
             border: 0px #dddddd00 solid; 
            background: #0c0c0c8f;}

/*內文*/
 .product_info li span {
                display: block;
                font-size: 12px;
                color: #ffffff;
                margin-bottom: 3px;
                font-family: Arial, Helvetica, sans-serif;
                letter-spacing: 1px;}


 /*底下相關商品*/       
.prod_related {
                    background: #0c0c0c8f;
                    padding: 25px 15px;}

/*首頁-商品*/
/*首頁-商品顯示*/
.pageIndex .products-list .item:nth-child(n+5){
    display:none;}


/*標題*/
.i_prod_tit span, .i_video_tit span {
    font-size: 32px;
    color: #8F9576;
    font-weight: 600;
font-family: 'Noto Serif TC', serif !important;}


.products-list .more {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    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: #ffffff !important;
        color: #1E1E1E !important;
        letter-spacing: 2px;}
.products-list .name {
            font-size: 15px;
            color: #ffffff;
            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;}



/*影音專區*/
.video-layer-two li a {
    position: relative;
    border: 1px #000000 solid;
    background: transparent;
    padding: 7px 16px;
    display: block;
    font-size: 20px;
    color: #000000;
    font-weight: 900;
    font-weight: bold;}
.video-layer-two li:hover a {
  
        background: #60644f;
    
        font-weight: 900;
        color: #ffffff;}



/*標題名稱*/
.video-list .vidTitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #444;
    letter-spacing: .05em;
    margin-top: 15px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 1.2em;
    margin-bottom: 10px;
    text-align: center !important;}
 
@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;}

/*產品頁面*/
a.pd_menu_toggle {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: #ffffff !important;

   }

   #prod_thumbSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;}


/*文章*/
.path p, .path p a {
    text-align: left;}
    
.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;}

/*文章排版*/
.subbox_item a {
    display: grid;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
}
}

@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}

.bannerindex { position:static; 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;}
}
/*大圖*/
.swiper-banner .swiper-slide img {
    width: 100%;
    height: auto;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner.banB {display: none;}
.banner.banF {}
.banner.banblog {}
.banner.banC {display: none;}
.banner {
    background: url(https://pic03.eapple.com.tw/kingroomtw/banner.jpg);
    height: 376px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-size: cover;}

.banner h5 {color:#1E1E1E;}
.banner h5:after {
    content: "凱居驗屋，全面的房屋檢測服務";
    font-size: clamp(0.9375rem, 0.8813rem + 0.2304vw, 1.25rem);
    white-space: pre-line;
    font-size: 12px;
    display: block;
    color: #272727;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1.7;
    -webkit-animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    opacity: 0;}

    @keyframes bannerScrollAnimation {
        0% {
            height: 0;
        }
    
        50% {
            height: 100%;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    
        100% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
    }
    
    @-webkit-keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @media screen and (max-width: 768px) {
        .banner {
            background: url(https://pic03.eapple.com.tw/kingroomtw/banner.jpg);
            height: 276px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            background-size: cover;
            background-position: center;
            overflow: hidden;
            background-size: cover;}
            
         .banner h5 {
                color: #1E1E1E;
                font-size: 26px;

        }}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 1400px) {
.container {
        max-width: 1200px;
        transition: all 0.3s;}}

 @media screen and (max-width: 980px) {
 .main_header_area .container .navigation {    grid-template-columns: 1fr;}
 .main_header_area .container .navigation> *{grid-row:unset;grid-column:unset;text-align: center;}
.nav-menu>li>a {padding: 10px 0px;}
.pageIndex .header_area {
    position: relative;
    width: 100%;

 }
.header_area.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;}
.pageIndex .header_area .main_header_area , .pageIndex .header_area.sticky .main_header_area{    background: #8f9576bc;}

.pageIndex .stellarnav  ul  li:hover  a {color: #ffffff; font-weight:bold ;}

.nav-menu>li>a {    padding: 15px 0px;letter-spacing: 2px;}
.me_tp_features {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;}
     /*footer*/
        .footer_info{flex-direction: column;flex-wrap: nowrap;align-content: space-between;}
        .footer_info ul{width: calc(100% - 100px);}
    
/*logo*/
.nav-brand img {
        transition: all 0.3s;
        text-align: center; }
.nav-brand img {max-width: 50%;}

.navigation {
grid-template-columns: 200px 1fr;
grid-gap: 0 20px;
align-content: stretch;
justify-content: center;
align-items: center;
justify-items: center}

.tp_links {display: none;}

}

@media screen and (max-width: 768px) {
/*相簿*/
ul.show-list, .other_subalbum, ul.pic-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;}

/*產品頁面*/


.product_menu_list>h5 {
    color: #ffffff;
   font-size: 18px;
    padding: 10px;
   }
.product_menu_list>h5 a {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;}
a.pd_menu_toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px #ffffff solid;
    border-radius: 20px;}

/*產品內頁-標題名稱*/
.mobile_product_name {
    display: block;
    margin-bottom: 10px;
    color: #fff;}
/*產品資訊*/
.sidebarBtn {
        padding: 15px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        border: 0px #dddddd00 solid;
        background: #0c0c0c8f;}




    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}
    .box_link {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;}
    /*底部按鈕*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 70px; }




 /*側邊選單*/
 /*隱藏最後一個*/
 .stellarnav.mobile > ul > li:nth-last-child(1) {display: none;}
 /*menu*/
 .stellarnav ul {
      
    margin-top: 0px;}
 .stellarnav.mobile > ul > li > a {
    text-align: center;
    overflow: auto;
    height: auto;
    line-height: 150%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-items: center;}
 .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: #ffffff;
        display: block;
        transform: scale(0.9);}

 .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    border-right: 1px #eee solid;
    background:#8f9576;}

 .stellarnav ul li a {
        color: #ffffff;
        border-right: 0px solid #e7e7e7e6;}
 .stellarnav.mobile > ul > li {
        display: block;
        border-bottom: 0px #ddd solid;}
 .stellarnav.mobile li a {
            border-bottom: 0px solid rgba(255, 255, 255, .15);}
 .stellarnav.mobile > ul > li > a {
            padding: 15px;}
.stellarnav.mobile li.open {
        background: #b9c38f;}
.stellarnav.mobile ul {
background: #9794949e;}

.pageIndex .stellarnav ul li a {
        color: #1E1E1E;    border-right: 0;}
.stellarnav ul li:hover a {
            color: #1E1E1E;    border-right: 0;}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {
            display: inline-block;
            padding: 18px 7px;}
 .stellarnav.mobile > ul > li > a b {
                display: inline;
                vertical-align: top;
                height: auto;
                line-height: 150%;
                color: #545454;
                font-size: 15px;}
/*改英文字*/
.stellarnav > ul > li:last-child, .stellarnav > ul > li > a b:last-child {color:#f2f2f294;}
/*close*/
 .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
                display: inline-block;
                text-align: right;
                font-size: 12px;
                background: #8f9576;
                color: #fff;
            }
.stellarnav .icon-close:after {
                content: '';
                display: block;
                width: 12px;
                height: 0px;
                top: 50%;
                border-bottom: solid 3px #fff;
                position: absolute;
                transform: rotate(-45deg);}
.stellarnav .icon-close:before {
                    content: '';
                    display: block;
                    width: 12px;
                    height: 0px;
                    border-bottom: solid 3px #fff;
                    position: absolute;
                    top: 50%;
                    transform: rotate(45deg);}
/*表單*/
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    background: transparent;}
/*Footer/＝＝＝＝＝*/
.footer_info li p {
    text-align: left;
    display: flex;
    color: #a1a1a1;
    letter-spacing: 2px;
    margin: 2px 8px;
    flex-direction: column;}

#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
#bottom_menu li a {  background: #fff;}
.footer_info li{width: 80%;}
.footer_info ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:15px;}
}

@media screen and (max-width: 600px) {  
     /*footer*/
    .footer_info{gap: 0;}
    .footer_info ul { width: 90%;}
}


/*footer_css*/

.footer_bg{background-color: #383838;position: relative;}
.footer_bg:before{content: "";position: absolute;background-color: #8E9475;width: 100%;height: 10px;left: 0;bottom: 0;}
.footer_content{
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 20px 100px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.footer_content h4{width: 100%;padding: 0 0 15px 0;border-bottom: 1px solid #FFF;margin-bottom: 25px;}
.footer_content h4 b{display: block;font-size: 20px;color: #FFF;letter-spacing: 1px;line-height: 120%;margin-bottom: 5px;}
.footer_content p b{display: block;font-size: 14px;color: #8E9476;letter-spacing: 1px;margin-bottom: 20px;}
.footer_content p span{display: block;font-size: 14px;color: #FFF;line-height: 160%;letter-spacing: 1px;font-weight: bold;}
.footer_link{display: flex;}
.footer_link a{margin-left: 8px;transition: 0.5s;position: relative;top: 0;}
.footer_link a:hover{top: -10px;}

@media screen and (max-width: 500px) {
    
  .footer_bg:before{height: 40px;}
  .footer_content{padding: 30px 10% 60px 10%;}
  .footer_content h4{padding: 0 0 10px 0;margin-bottom: 15px;}
  .footer_content h4 b{font-size: 18px;}
  .footer_content p b{margin-bottom: 10px;}
  .footer_content p span{font-size: 14px;}
  .footer_link{width: 100%;margin-top: 15px;}
  .footer_link a{width: 28px;margin-left: 0;margin-right: 15px;}


  /* 手機版 輪播圖另外在換圖*/
  /*左右裁*/
  .swiper-banner .swiper-slide img { display:none; }
  .bannerindex {
    height: calc(100vh - 74px);
    padding: 0;
    background-size: cover;
  }
  .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/kingroomtw/pn-banner-01.jpg); background-position: top; background-size:cover;}
  .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/kingroomtw/pn-banner-02.jpg); background-position: bottom; background-size:cover;}
  .mm-page {height:100vh;}
  .swiper-banner {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    margin: 0;
} 

}