@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Serif+TC:wght@200..900&display=swap');

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}
.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/shin888/bg-15.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/shin888/bg-16.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

@media screen and (max-width: 500px ) {
    .swiper-slide img {
        position: relative;
        height: auto;
        width: 190%;
        left: -70%;
    }
    .swiper-wrapper .swiper-slide:nth-child(1)::after {
        background-position: right;
    }
    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        background-position: left;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: transparent;
    border: 1px #C6B48F solid;
    color: #C6B48F;
}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content {
    background-color: #0A0A0A;
}
#content_main {
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 0;
    background: #0A0A0A;
}
.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;}

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.module_i_news {
    padding: 0;
    max-width: 80%;
    margin: 20px auto;
}
.module_i_news li a:before {
    color: #C6B48F;
}
.i_blog_ri em {
    color: #E8E8E8;
}
.module_i_news ul {
    list-style: none;
    display: flex;
    max-width: 100%;
    margin: 100px auto;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.i_blog_ri p {
    color: #E8E8E8;
}
.module_i_news li a:after {
    display: none;
}
.i_blog_le {
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.module_i_news li a img{
    transition: all 0.5s;
}
.module_i_news li a:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.module_i_news .title_i_box h4 {
    color: #C6B48F;
    font-size: 24px;
    width: 40%;
    margin: 0 auto;
    font-family: "Noto Serif TC", serif;
}
.module_i_news .title_i_box h4::before {
    content: "NEWS";
    display: block;
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    color: #C6B48F;
    border-bottom: 1px #C6B48F solid;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.i_blog_ri h5 {
    color: #C6B48F;
}

.prod_part {
    max-width: 80%;
    margin: 100px auto;
    padding: 50px 20px;
}

.module_i_news li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 44%;
}

.i_blog_ri {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 100%;
}


.i_prod_tit span {
    display: block;
    color: #C6B48F;
    font-size: 24px;
    width: 40%;
    margin: 0 auto;
    font-family: "Noto Serif TC", serif;
    margin-bottom: 70px;
}
.i_prod_tit span::before {
    content: "TEACHING";
    display: block;
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    color: #C6B48F;
    border-bottom: 1px #C6B48F solid;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}






/*  */


/* 選單變化 */
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area {
    background: transparent;
    transition: all 1s;
}
.header_area .main_header_area::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(90deg, #303030ea,#000000f7);
    transition: all 0.5s;
}
.header_area.sticky .main_header_area::before {
    width: 100%;
    box-shadow: #000000a8 1px 1px 2px;
    opacity: 1;
    transition: all 1s;
}
.header_area .main_header_area::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    background: linear-gradient(90deg, #81633f33, #81633F,#81633f34);
    height: 2px;
    transition: all 0.3s;
    z-index: 0;
    position: absolute;
    right: 0;
}
.header_area.sticky .main_header_area::after {
    width: 100%;
    transition: all  1s;
}
.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 0;
    font-family: 'Noto Sans TC', "微軟正黑體";
    top: 40px;
    display: flex;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-end;
}

.header_area.sticky .navigation {
    top: 0px;
    transition: all 0.3s;
}


.header_area .nav-brand::before {
    content: "";
    width: 160%;
    height: 0%;
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    background :#81633F;
    z-index: -1;
    transition: all 0.3s;
}
.header_area.sticky .nav-brand::before {
    height: 120%;
    top: 50%;
    transition: all 1s;
}

@media screen and (max-width:1024px) {
    .header_area .navigation {
        padding: 0;
        top: -15px;
    }
    
    
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {    margin-top:;    max-width: 100%;}
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 0 10px;
}
.footer_logo img {
    width: 150px;
    margin-top: ;
}

.header_area .nav-header {
    position: absolute;
    z-index: 60000000;
    top: -20px;
    left: 0;
    transition: all 0.3s;
}
.header_area.sticky .nav-header {
    top: 10px;
    transition: all 0.3s;
}
/* LOGO變化 */
.header_area .nav-brand {
    display: inline-block;
    width: 100px;
    transition: all 0.3s;
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 100px;
    transition: all 0.3s;
}




@media screen and (max-width: 1440px) {
    
}


@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
}



/*選單設定*/



.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 85%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #82633F;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #82633F;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features{margin: 5px 0;}
.me_tp_features a {
    color: #fff;
    margin-left: 16px;
}
.tp_links{
    display: none;
}
/*  */



.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    padding:  0;
}
.stellarnav > ul > li {
    display: inline-block;
    padding: 5px 0;
}
.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff1a, transparent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-53%);
    transition: all 0.3s;
}
.stellarnav > ul > li:hover:before {
    width: 100%;
    transition: all 0.3s;
}

.header_area .stellarnav > ul > li::before{
    display: none;
}
.header_area.sticky .stellarnav > ul > li::before{
    display: block;
}
/*  */
.stellarnav > ul > li:nth-child(2) {
    display: none;
}
.stellarnav > ul > li:nth-last-child(1) > a {
    margin: 0 0 0 16px;
}
.stellarnav > ul > li > a {
    color: #fff;
    padding: 0;
    margin: 0 16px;
}
.stellarnav li.has-sub > a:after {
    display: none;
}



@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 85%;
    }
    .stellarnav > ul > li > a {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1024px) {
    .header_area {
        position: fixed;
    }
    .header_area .nav-header {
        top: 0;
        position: relative;
    }
    .header_area.sticky .nav-header {
        top: 0px;
        position: absolute;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .stellarnav ul {
        text-align: right;
        padding: 0 ;
    }
    .header_area .stellarnav {
        top: 40px;
        transition: all 0.3s;
    }
    .header_area.sticky .stellarnav {
        top: 0px;
        transition: all 0.3s;
    }
}


@media screen and (max-width: 768px) {
    .header_area {
        position: fixed;
    }
    .header_area .navigation {
        padding: 0;
        top: 0;
    }
    .header_area .nav-header {
        z-index: 0;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .header_area.sticky .nav-header {
        z-index: 0;
    }
    .header_area .nav-brand {
        width: 100px;
    }
    .header_area.sticky .nav-brand {
        width: 70px;
    }
    .header_area.sticky .nav-header {
        top: 0;
    }
    .header_area .main_header_area::before{
        height: 60px;
    }
    .header_area .main_header_area::after {
        top: 60px;
    }
    .header_area .stellarnav {
        top: 20px;
        transition: all 0.3s;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 6px;
        position: absolute;
        top: 25px;
    }
}







/*下拉*/

/*  */
.stellarnav ul ul {
    background: transparent;
    border: 0;
    border-radius: 6px;
    width: 160px;
}
.stellarnav > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li > ul > li > a,.stellarnav li li.has-sub > a,.stellarnav > ul > li > ul > li > ul > li > a   {
    background-color: #00000063;
    padding: 15px 15px;
    color: #ccc;
    text-align: left;
    transition: all 0.3s;
    font-size: 13px;
    line-height: 17px;
}
.stellarnav > ul > li > ul > li > a:hover,.stellarnav > ul > li > ul > li > ul > li > a:hover {
    background-color: #000000b2;
    color: #fff;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a::after,.stellarnav > ul > li > ul > li.has-sub > a::after,.stellarnav > ul > li > ul > li > ul > li > a::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #81633F;
    bottom: -15px;
    opacity: 0;
    transition: all 0.5s;
}
.stellarnav > ul > li > ul > li > a:hover:after,.stellarnav > ul > li > ul > li.has-sub > a:hover:after,.stellarnav > ul > li > ul > li > ul > li > a:hover:after {
    width: 100%;
    opacity: 1;
   
    float: none;
    margin-right: 0;
    border: none;
    transition: all 0.5s;
}
.stellarnav li.drop-left li.has-sub > a:after {
    float: none;
    margin-right: 0;
    border: 0;
}

/*        */
.stellarnav > ul > li > ul > li > ul{
    border: 0;
    overflow: visible;
}
.stellarnav > ul > li > ul > li > ul > li{
    border: 0;
}




@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
        background: #82633f;
    }
    .stellarnav .menu-toggle:after {
        color: #82633f;
    }
    .me_tp_features{
        display: none;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #82633f;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #171717e0;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav > ul > li:nth-last-child(1) > a {
        margin: 0 7px;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #171717e0;
    }
    .stellarnav.mobile ul ul {
        background-color: #171717e0;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #82633f solid;
    }
    .stellarnav.mobile li a {
        border-bottom: none;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #00000033;
        border: 0;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #00000033;
    }
    .stellarnav.mobile ul ul li{
        background-color: #171717e0;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 20px 43px 20px 10px;
        border: 0;
    }
    .header_area.sticky .stellarnav > ul > li::before {
        display: none;
    }
    .stellarnav > ul > li > ul > li > a:hover {
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a, .stellarnav li li.has-sub > a, .stellarnav > ul > li > ul > li > ul > li > a {
        background-color: transparent;
        font-size: 15px;
    }
    .stellarnav > ul > li > ul > li > a, .stellarnav li li.has-sub > a, .stellarnav > ul > li > ul > li > ul > li > a {
        padding: 20px 15px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #0C0C0C;
    position: relative;
    z-index: 99;
}
.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
    height: 135px;
    flex-direction: column;
}
.copy {
    background: #0C0C0C;
    color: #fff;
    border: 0;
}
.copy a{    color: #fff;}
.footer_menu a:hover {
    background: #82633fa6;
    transition: all 0.6s;
}

.box_link{
    display: none;
}
.footer_info ul {
    width: calc(100% - 500px);
    margin-left: 14%;
}
.footer_info li p:before {
    color: #fff;
}
.footer_info li p a{
    color: #fff;
}


.footer_info li:nth-child(1) {
    vertical-align: top;
}
.footer_info li:nth-child(2) {
    margin-left: 10%;
}
.footer_info li {
    display: inline-block;
    padding: 10px;
}
.footer_menu a {
    display: block;
    padding: 5px 7px;
    border: 0px #ccc solid;
    margin: 0 4px 4px 11px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: transparent;
    transition: all 0.6s;

}

.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 6px;
}
.footer .fix_ri a:hover img{
    transform: scale(1.3);
    transition: all 0.3s;
}

.footer .fix_ri a img{
    transition: all 0.3s;
}


@media screen and (max-width: 1024px) {
    .footer_info ul {
        width: 100%;
        margin-left: 0;
    }
    .footer_logo {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 10px;
        text-align: center;
    }
    .footer_info li:nth-child(1) {
        margin-left: 10%;
    }
    
}

@media screen and (max-width: 768px) {
    .footer_info li:nth-child(2) {
        display: none;
    }
    
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/shin888/banner-04.jpg);
    width: 100%;
    height: 990px;
    background-position: center;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10%;
}
.banner h5 {
    color: #C6B48F;
    font-size: 24px;
    font-family: "Noto Serif TC", serif;
    text-align: left;
}
.banner h5::before {
    content: "";
    display: block;
    color: #C6B48F;
    font-size: 140px;
    font-family: "DM Serif Display", serif;
    font-weight: 100;
    letter-spacing: 10px;
    margin-bottom: 25px;
}
.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banC h5::before{
    content: "CONTRACT";

}
.banner.banD {}
.banner.banE h5::before{
    content: "CASE";

}
.banner.banF h5::before{
    content: "TEACHING";

}
.banner.banblog h5::before{
    content: "NEWS";

}



@media screen and (max-width: 768px) {
    .banner h5::before{
        font-size: 50px;
    }
    .banner {
    background-position: 70%;
}
}

@media screen and (max-width: 500px) {
    .banner h5::before{
        font-size: 35px;
    }
    
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 0;
}
.products-list .more {
    display: none;
    border: 1px solid #C6B48F !important;
    color: #C6B48F;
}
.products-list .name {
    color: #fff;
}
.products-list a:hover .more {    background: #C6B48F;    border-color: #C6B48F;	color: #ffffff;}
.products-list {
    border: 1px #C6B48F solid;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: none;
}
.products-list .item {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    margin: 0;
}
.products-list .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px ;
    background-color: #C6B48F;
    position: relative;
    bottom: 0;
}

.products-list .item a img {    
    transition: all  0.5s;

}
.products-list .item a:hover img {
    transform: scale(1.1);
    transition: all  0.5s;
}
.product-layer-two li a {
    position: relative;
    background: transparent;
    padding: 10px 25px;
    display: block;
    font-size: 16px;
    color: #C6B48F;
    border: 1px #C6B48F solid;
    text-align: left;
    transition: all  0.3s;
}

.product-layer-two li a:hover {
    color: #fff;
    background-color: #C6B48F;
    transition: all  0.3s;
}

.product-layer-two li li a {
    background: #F4F3ED;
    font-size: 14px;
    border: #C6B48F 1px solid !important;
}
.products-list .price b {
    color: #C6B48F;
    font-size: 16px;
}




/* 購物業 內業 */
.product_info_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 0;
}
.product_info_page .product-layer-two {
    display: none;
}


/* 購物車圖片 */
.product_pic {
    display: flex;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    flex-direction: column;
}
.product_pic .bx-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0 0px;
}
.product_pic #bx-pager {
    display: flex;
    vertical-align: top;
    width: 100%;
    padding: 0;
    font-size: 12px;
    color: #391911;
    position: relative;
    top: auto;
    left: 0;
    flex-direction: row;
}
.product_pic #bx-pager h6{
    display: none;
}
.bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    background: #fff;
}
.product-wrapper {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_main {
    padding: 0;
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.prod_info_clearfix {
    display: none;
}

.product_pic .bx-wrapper .bx-viewport {
}
.bxslider li{
    height: 700px;
}
.bx-wrapper 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%);
}
.product_pic #bx-pager a {
    overflow: hidden;
    margin-right: 10px;
}



/* 右邊選單 */
.sidebarBtn {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    background: transparent;
    padding: 50px 50px;
    border: none;
    height: 700px;
}
.sidebarBtn .price span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.sidebarBtn .price {
    color: #C6B48F;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #C6B48F;
    letter-spacing: 1px;
}
.sidebarBtn h2 {
    color: #C6B48F;
    font-size: 24px;
    font-family:  'Noto Serif TC';
    margin-bottom: 20px;
    font-weight: 600;
}
.sidebarBtn * {
    color: #fff;
    transition: all .5s;
}
.product_info{
    display: none;
}
.sidebarBtn .sp_price {
    display: block;
    color: #C6B48F;
    font-size: 22px;
    font-weight: bold;
}
.product_info li span {
    display: none;
    font-size: 12px;
    color: #C6B48F;
    margin-bottom: 16px;
    font-family: 'Noto Serif TC';
    letter-spacing: 1px;
}
.product_info li {
    margin: 50px 0;
}
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #C6B48F;
    font-family: "微軟正黑體";
}
.amountNum {
    width: 45px;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    margin-left: 4px;
    color: #444;
    padding-left: 5px;
    background: #0000;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #0000006e;
    color: #fff;
    border: none;
}
.toShare{
    display: none;
}
input[type="submit"] {
    cursor: pointer;
    border: 0;
    background: transparent;
    border: #C6B48F 1px solid;
    color: #fff;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #777;
    color: #fff;
}





/* 底下選項 */
ul.prod {
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}
ul.prod > li:nth-child(1){
    width: 60%;
}
ul.prod > li:nth-child(2){
    display: none;
    width: 30%;
}
ul.prod li h3.prod-thumb {
    background: transparent;
    color: #C6B48F;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px #C6B48F solid;
    font-size: 22px;
}
ul.prod li .prod-panel {
    margin-top: 16px;
    color: #C6B48F;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    transition: all 0.3s;
    font-family: "微軟正黑體";
}
.half_box {
    width: 100%;
    float: left;
    padding-right: 0;
    padding: 0px 15px;
}
.half_box li.btn_blankTop {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.productBtn {
    width: 48%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 0;
}
.lastaction {
    background: transparent;
    color: #C6B48F;
    background-image: none;
    border: 1px #C6B48F solid !important;
    transition: all 0.3s;
}
.lastaction:hover {
    color: #fff;
    background: #C6B48F;
    transition: all 0.3s;
}

.me_tp_features input[type="submit"] {
    cursor: pointer;
    border: 0;
    background: #C6B48F;
    color: #fff;
}

input[type="submit"]:hover {
    background: #C6B48F;
    border: #C6B48F 1px solid;
    color: #fff;
    transition: all 0.3s;
}
.qaform .breakF {
    border-radius: 5px;
    background: transparent;
    border: 1px #C6B48F4a solid;
}


/* 相關推薦 */
.prod_related {
    background: transparent;
    padding: 20px 0;
}
.prod_related h6 {
    display: block;
    width: 80%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    margin: 0 10%;
    border-bottom: 1px #C6B48F solid;
    padding: 10px 15px;
}
.prod_related h6 span:before {
    display: none;
    content: '相關推薦';
    font-size: 22px;
    color: #C6B48F;
}
.related_list {
    margin-top: 76px;
}
.lastPage {
    background: #C6B48F;
}
.related_list li a {
    display: block;
    padding: 4px;
    background: transparent;
}
.related_list li a img {
    transition: all 0.3s;
}
.related_list li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.related_list li a p {
    display: block;
    margin-top: 26px;
}






.notetext {
    color: #fff;
}


.car_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 210px 20px;
}

.shopping-cart .cart_head {
    background: #C6B48F;
    color: #fff;
}

.shopping-cart .cell.product_name p {
    color: #fff;
}

.shopping-cart .cell {
    color: #fff;
}

a {
    color: #fff;
}

.total_amount li {
    color: #fff;
}

span#all_total_price {
    font-size: 24px;
    color: #C6B48F;
}
.send_simple {
    background: #C6B48F url(../images/simple_right.png) 88% center no-repeat;
}
.formbox_form li .form__label {
    color: #fff;
}

.form label.Bigcheck {
    color: #fff;
}

.form label {
    color: #fff;
}

.total_amount li input[name=DiscountCode] {
    color: #333;
}

.declaration {
    background: #755412;
    line-height: 40px;
    padding: 5px 15px;
}

.order_finish_page .main_part {
    max-width: 990px;
    padding: 200px 20px 100px;
}

.list_before.account li {
    color: #fff;
}

.rder_finish_page .blank_letter.i {
    padding: 0;
    margin: 0 0 50px;
    font-size: 24px;
    letter-spacing: 0;
}

.order_list_tab td {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    border-top: 0;
}

.payer {
    background: transparent;
}

.order_list_tit b {
    font-size: 28px;
    color: #C6B48F;
}

.order_list_tit span {
    color: #fff;
    padding: 3px;
    border-bottom: 1px #fff solid;
}

.order_list_tab td:nth-child(1) {
    background: transparent;
    color: #C6B48F;
    width: 100px;
    font-weight: 1000;
}

.order_list_tab.payer td:nth-child(1) {
    border-right: 0;
}

.order_list_pro tr:first-child {
    background: #C6B48F;
}

.order_list_pro tr:first-child td {
    color: #fff;
    font-weight: 1000;
}

.order_list_pro td {
    padding: 10px;
    border-bottom: 1px #ddd solid;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.last_box_money p,
.last_box_money em {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-style: normal;
}

.last_box_money em span {
    color: #C6B48F;
}

.order_finish_page .lastPage {
    margin: 0 auto;
}

.order_list_head p {
    font-size: 24px;
    color: #C6B48F;
    text-align: center;
    display: inline-block;
    border-bottom: 2px #C6B48F solid;
    padding: 10px;
    margin: 20px;
}



.formbox_form li {
    grid-template-columns: 180px 1fr;
}

.note_edit {
    color: #ffffff;
    background: #ff0000ad;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
}

.codePay_info .notetext {
    display: block;
    width: 100%;
}

.note_edit+section {
    margin: 50px 0 100px;
}

.codePay_info .information_left {
    display: flex;
    width: 100%;
    margin-top: 40px;
    align-items: center;
}

.order_list_tit {
    text-align: center;
}


.codePay_info .notetext>img {
    max-width: 100%;
}


.radio-inline__label {
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}




.radio-inline__input:checked + .radio-inline__label {
    background: #C6B48F;
    color: #fff;
}

.pd_tabInner > p {
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 400;
}






















@media screen and (max-width: 768px) {
    .sidebarBtn {
        width: 100%;
        padding: 10px;
    }
    .product_main {
        width: 100%;
    }
    .sidebarBtn {
        height: auto;
    }
}

@media screen and (max-width: 500px){
    .products-list .item {
        width: 100%;
        margin-bottom: 15px;
    }
    .mobile_product_name{
        display: none;
    }
    ul.prod {
        padding: 10px;
    }
}












/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {    transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    text-align: justify;}
.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    color: #ccc;
}
.accordion li .link {    padding: 0;}

h5.blog_le_t {
    color: #C6B48F;
    font-family: Arial, Helvetica, sans-serif "微軟正黑體";
    letter-spacing: 2px;
    margin-bottom: 7px;
}
h5.blog_le_t span {
    font-family: Arial;
    display: inline-block;
}

.subbox_item a:before {
    padding: 10px 20px;
    background-color: #000000ad;
    color: #C6B48F;
}

.blog_list_ri h5 {
    color: #C6B48F;
}
.blog_search input[type=search]:focus {
    color: #fff;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-bottom: 1px #fff9 solid;
    border-radius: 0;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_le .accordion {
    padding: 10px;
    border: 0;
    overflow: visible;
}
.blog_le .accordion > li {
    transition: all 0.3s;
    border-bottom: 1px #fff9 solid;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ffffff17 !important;
}


/*文章變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {
    width: 40%;
    padding: 5px;
    margin-bottom: 5%;
}
.subbox_item:nth-child(even) {
    margin-left: 10%;
}
.subbox_item:nth-child(even) .blog_list_ri{
    text-align: left;
}

.subbox_item:nth-child(even) a:before {
    bottom: 10px;
    right: auto;
    left: 10px;
}




.subbox_item a {
    position: relative;
    display: block;
}
.subbox_item a:after {
    content: '';
    width: 0%;
    position: absolute;
    left: 50px;
    top: auto;
    bottom: 0;
    z-index: 8;
    height: 1px;
    background: #C6B48F;
    opacity: 0;
    border: none;
    transition: all 0.5s;
}
.subbox_item a:hover:after {
    width: 100%;
    left: 0;
    bottom: -5px;
    opacity: 1;
    transition: all 1s;
}


.blog_list_le {
    height: 0;
    width: 100%;
    line-height: 0;
    padding: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h4.blog_category_title {
    text-align: justify;
    color: #C6B48F;
}
.blog_box_edit * {
    line-height: 150%;
    color: #fff;
}








@media screen and (max-width: 1024px) {.subbox_item {width: 80%;}}
@media screen and (max-width: 960px) {
    .subbox_item {
        width: 100%;
        border-bottom: none;
    }
    
}
@media screen and (max-width: 768px) {
    .blog_page .main_part {
        max-width: 80%;
    }
    
}




@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}
/**/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {    color: #C6B48F;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.show-list .show_name {
    color: #E8E8E8;
}
.other_album{
    display: none;
}
/*次分類頁面*/
.other_album_choice li {    background: #C6B48F;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .show_pic {    height: 40vh;    max-height: 240px;    padding-bottom: 0;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid #C6B48F;}
.promotion_title {    border-bottom: 1px solid #C6B48F;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

}

@media screen and (max-width: 600px) {

/*手機板大圖*/
/*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}

/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {
    width: 90%;
    margin: 0px auto;
    padding: 80px 10px;
    display: block;
}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;  max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;}
@media screen and (max-width: 768px) {.contact_content .information_right {    margin: auto;}}
/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {max-width: 1200px;}
.contact_content .information_left {
    width: 100%;
}
ul.list_before{
    display: none;
}
.information_left  h4.blank_letter{
    display: none;
}

.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #C6B48F;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.contact_form li .form__label {
    color: #E8E8E8;
}

.blank_letter {
    padding-top: 30px;
    font-family: "Noto Serif TC", serif;
    font-size: 26px;
    color: #C6B48F;
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.blank_letter::before {
    content: "FORM";
    display: block;
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    color: #C6B48F;
    border-bottom: 1px #C6B48F solid;
    padding: 10px 0;
    margin-bottom: 10px;
}

.contact_form {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 15px;
    color: #444;
}

.information_right {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

            @media screen and (max-width: 600px) {
                .contact_form li .form__label {
                    width: 85px;
                    margin-left: -90px;
                }
            }