@charset "utf-8";

/* 以上請勿刪除 */
/* 客戶編輯器 */
ul.prod li .prod-panel {
    line-height: 1.7;
}

/* 客戶編輯器結束 */
/* 窩課幫font-awesome_部分 */
.info_fix_default.info_fix_line span:before {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    content: "\f3c0";
    display: block;
    color: #756960;
    align-items: center;
    display: flex;
}

.info_fix_default.info_fix_fb span:before {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    content: "\f09a";
    display: block;
    color: #756960;
    align-items: center;
    display: flex;
}

/* 結束 */
/* 詢價車修正 */
body.car_page .shopping-cart .cart_content .row {
    display: grid;
    grid-template-columns: 450fr 400fr 75fr;
}

body.car_page .clearfix:before {
    display: none;
}

body.car_page .shopping-cart .row {
    display: grid;
    grid-template-columns: 450fr 400fr 75fr;
}

body.car_page .shopping-cart .cell {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    body.car_page .shopping-cart .cart_content .row {
        display: grid;
        margin: 0;
        grid-template-columns: 1fr;
    }

    body.car_page .shopping-cart .cell {
        align-items: baseline;
    }

    body.car_page .shopping-cart .row+.row {
        margin-top: 30px;
    }
}

/* 窩課幫原先有的menu */


.star {
    padding: 3px;
    display: inline-block;
    width: 13px;
}

.red {
    color: #ff4c4c;
}

.center {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#content {
    width: 100%;
    min-height: 80vh;
}

#content_main {
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 100vh;
    background: #fff;

    z-index: 0;
}

.show_content {
    margin: auto;
    padding: 10px 10px;
}

.contact_editbox {
    margin: auto;
    padding: 10px 10px;
}

.contact_content {
    margin: auto;
    padding: 20px 10px;
}

.form_content {
    margin: auto;
    padding: 50px 10px;
    max-width: 970px;
    font-size: 15px;
    color: #444;
}

.path {
    padding: 0 10px;
}

.path p,
.path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}

.path p:after {}

.path p a:hover {
    color: #308ae7;
}

.page {
    margin: 40px auto;
    font-size: 16px;
    color: #545454;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.page li {
    display: block;
    margin: 4px;
}

.page li a,
.page li strong {
    display: flex;
    width: 25px;
    height: 25px;
    line-height: 25px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    transition: .3s;
}

.page li:hover a {
    opacity: 0.9;
}


.page li.pre_page a,
.page li.first_page a,
.page li.last_ten a,
.page li.last_page a,
.page li.next_page a,
.page li.next_ten a {
    width: auto;
    padding: 2px 5px;
    font-size: .9em;
}

.page strong,
.page a:hover {
    background: #444;
    color: #fff;
}

#page #menu,
#nav-toggle,
.search_box.for_mobile {
    display: none;
}

.pageIndex #header {
    position: fixed;
}

#header {
    background: #fff;
    font-size: 16px;
    padding: 25px 0;
    height: 150px;
    width: 100%;
    top: 0;
    z-index: 9999;
}

#header .logo {
    display: block;
    float: left;
    position: relative;
    z-index: 99;
}

#header .logo h1 {
    text-indent: -9999px;
    height: 1px;
    line-height: 1px;
    margin: 0;
}

#menuTop {
    width: 100%;
    padding-left: 230px;
    text-align: right;
}

#menuTop ul {
    position: relative;
    margin-top: 25px;
}

#menuTop ul:before {
    content: '';
    border-top: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 880px;
    width: 100%;
}

#menuTop li {
    display: inline-block;
    position: relative;
    margin-top: 5px;
    background: transparent;
}

#menuTop li a {
    display: block;
    padding: 15px;
    line-height: 26px;
    color: #391911;
}

#menuTop li ul {
    display: none;
    position: absolute;
    border: 1px solid #391911;
    background-color: #fff;
    left: -30%;
    right: -30%;
    width: auto;
    margin-top: 0;
    z-index: 51;
}

#menuTop li li {
    display: block;
    width: 100%;
    margin-top: 0;
}

#menuTop li li:first-child {
    padding-top: 5px;
}

#menuTop li li a {
    padding: 5px;
    font-size: 15px;
    text-align: center;
}

#menuTop li:hover ul {
    display: inline;
}

.topTop {
    font-size: 14px;
    color: #391911;
    letter-spacing: 0.1em;
    line-height: 30px;
    position: relative;
}

.topTop a i {
    padding-right: 5px;
    color: #391911;
    ;
}

.search_link a {
    display: none;
    margin-right: 30px;
    color: #391911;
}

.search_box {
    display: inline-block;
    width: 230px;
    height: 30px;
    vertical-align: middle;
    position: relative;
}

.search_txt {
    width: 100%;
    border: 1px solid #391b11;
    padding: 5px;
}

.search_btn {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    margin: 1px;
    background: none;
}

.search_txt+.fa {
    position: absolute;
    right: 5px;
    top: 8px;
    color: #391b11;
}

.round_link {
    display: block;
    float: right;
    line-height: 0;
}

.round_link a {
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
}

.round_link a .White {
    display: none;
}

.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #f9f9f9;
    position: relative;
    z-index: 0;
}

.footer .center {
    position: relative;
    max-width: 1300px;
}

.footer_info {
    padding: 0;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 20px;
    padding-right: 110px;
}
.footer_logo,
.footer_info li:nth-child(1){
    opacity: 0;
    max-height: 0px;
}

.footer .fa-phone-volume {
    font-size: 0.9em;
}

/* 20210111 updata */
/**/
.box_link {
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    max-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 100%;
}

.box_link a {
    display: block;
    width: 40px;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 24px;
    text-align: center;
    margin: 2px;
}

/* .box_link a:before {
     content:'';
     display:block;
     background:no-repeat center center;
     width:30px;
     height:30px;
}
 .box_link a.me_ft_fb:before {
     background-image:url(../images/facebook-f.svg);
}
 .box_link a.me_ft_line:before {
     background-image:url(../images/line.svg);
}
 */
/* 指定刪除 */
.footer_info li p.tel,
.footer_info li p.tel2,
.footer_info li p.phone,
.footer_info li p.mail,
.footer_info li p.add {
    display: none;
}

/* 結束 */
.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 280px;
    margin: 0;
}

.footer_logo img {
    max-width: 100%;
}

.footer_info ul {
    display: block;
    width: 100%;
}

.footer_info li {
    display: block;
    padding: 10px;
}

.footer_info li:nth-child(1) {}

.footer_info li:nth-child(2) {}

.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #333;
}

.footer_info li p a {
    color: inherit;
}

.footer_info li p:before {
    margin: 0 5px 0 0;
    background: no-repeat left center;
}

.footer_info li p.line:before {
    content: 'Line ID：';
}

.footer_info li p.tel:before {
    content: '電話：';
}

.footer_info li p.tel2:before {
    content: '電話：';
}

.footer_info li p.phone:before {
    content: '手機：';
}

.footer_info li p.fax:before {
    content: '傳真：';
}

.footer_info li p.taxid:before {
    content: '統編：';
}

.footer_info li p.mail:before {
    content: '信箱：';
}

.footer_info li p.add:before {
    content: '地址：';
}

.footer_info li p.add2:before {
    content: '地址：';
}

.footer_info li p.wechat:before {
    content: 'WeChat ID：';
}

.footer_info li p.qq:before {
    content: '騰訊QQ ID：';
}

.footer_info li p.whatsapp:before {
    content: 'WhatsApp：';
}

.footer_menu {
    width: 100%;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 7px;
    border: 1px #ccc solid;
    margin: 0 4px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: #888;
    background: #f0f0f0;
}

.footer_menu a:hover {
    background: #666;
    color: #fff;
}

.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    color: #999;
    border-top: 1px #ddd solid;
    margin-top: 15px;
    padding-bottom: 120px;
    margin-top: 0;
}

.copy a {}

.copy a:hover {
    color: #c00;
}

.total_view {}

.copy .designedYkqk {
    display: none;
}

#to_top {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #111;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

#to_top i {
    position: relative;
    display: block;
    margin: auto;
    backface-visibility: hidden;
}

#to_top i:before,
#to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #111;
    transition: all 100ms ease-in-out;
}

#to_top i:before {
    transform: rotate(-40deg);
}

#to_top i:after {
    transform: rotate(40deg);
}

#to_top i.top {
    width: 20px;
    height: 20px;
}

#to_top i.top:before,
#to_top i.top:after {
    height: 15px;
    width: 1px;
    top: 0;
    left: 50%;
}

#to_top i.top:before,
#to_top i.top:after {
    transform-origin: 50% 0%;
}

#bottom_menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #fff;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.2);
}

#bottom_menu::before,
#bottom_menu::after {
    display: none;
}

#bottom_menu li {
    flex: 1;
    float: none;
    border-right: 1px solid #ddd;
}

/* #bottom_menu li:first-child:nth-last-child(1), #bottom_menu li:first-child:nth-last-child(1) ~ li {
     width: 100%;
     display: block;
     float: left;
     border-right: 1px solid #ddd;
}
 #bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
     width: 50%;
     display: block;
     float: left;
     border-right: 1px solid #ddd;
}
 #bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li {
     width:calc(100% / 3);
     display: block;
     float: left;
     border-right: 1px solid #ddd;
}
 #bottom_menu li:first-child:nth-last-child(4), #bottom_menu li:first-child:nth-last-child(4) ~ li {
     width: 25%;
     display: block;
     float: left;
     border-right: 1px solid #ddd;
}
 */
#bottom_menu li:last-child {
    border: none;
}

#bottom_menu li a {
    line-height: 2;
    display: block;
    padding: 10px 5px 5px;
}

#bottom_menu li a i {
    display: block;
    font-size: 15px;
}

#bottom_menu li a em {
    display: block;
    font-size: 12px;
    font-style: normal;
}

.keywords {
    width: 100%;
    display: block;
    height: 2px;
    overflow: hidden;
    color: #072457;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-text-size-adjust: none;
    position: absolute;
    bottom: 0;
}

/* 20240109 新增浮動 */
.info_fix {
    width: 70px;
    box-sizing: border-box;
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.linksBtn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #333333;
    transition: .3s;
    font-size: 20px;
}

.linksBtn i.fa-xmark {
    display: none;
}

.linksBtn i {
    transition: .3s;
}

/* .linkBox_Open+.linksBtn i{
    transform: rotate(45deg);
}
 */
.linkBox_Open+.linksBtn i.fa-xmark {
    display: block;
}

.linkBox_Open+.linksBtn i.fa-lightbulb {
    display: none;
}

.info_fix:hover>.linksBtn {
    background: #000;
}

.info_fix_links {
    width: 70px;
    z-index: 999;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.info_fix_links a {
    display: flex;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
    transition: .3s;
    background: rgba(0, 0, 0, .3);
    margin-bottom: 5px;
    color: #FFFFFF;
    font-size: 1.6em;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1;
}

.info_fix_links a:nth-last-of-type(1){
    display: none;
}

.info_fix_links a i {
    display: block;
}

.info_fix_links a.info_fix_default {}

.info_fix_links a+a {}

.info_fix_links a:hover {
    background: #373737;
}

.info_fix_links a span {
    width: 50px;
    height: 50px;
    display: block;
}

.info_fix_links a span::before {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    display: block;
    max-width: 25px;
}

.info_fix_links img {
    opacity: 1;
    width: 100%;
    display: block;
}

.info_fix_links img:hover {
    opacity: 1;
}

.info_fix_links p {
    text-align: center;
    font-weight: 900;
}

/* 首頁 */
.title_box {
    font-size: 24px;
    color: #212121;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 245px;
}

.title_box span {
    font-size: 20px;
    color: #202020;
}

.news_part {
    width: 100%;
    padding: 50px 20px;
}

.news_part section {
    max-width: 1300px;
    margin: auto;
}

.news_part * {
    transition: all .6s;
}

.news_part .title_i_box {
    margin-bottom: 30px;
    text-align: center;
}

.news_part .title_i_box h6 {
    font-size: 36px;
    color: #212121;
}

.news_part .title_i_box h4 {
    font-size: 24px;
    color: #202020;
    font-weight: 500;
}

.news_list {}

.news_list ul {
    list-style: none;
    display: block;
}

.news_list ul li {
    display: block;
    border-bottom: 1px #eee solid;
}

.news_list ul li a {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.news_list ul li span {
    display: block;
    vertical-align: top;
    padding: 15px 0;
    font-size: 15px;
    color: #a6a6a6;
    width: 150px;
}

.news_list ul li p {
    display: block;
    padding: 15px 70px 15px 0;
    font-size: 15px;
    color: #999;
    width: calc(100% - 160px);
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list ul li p:after {
    content: 'read more';
    font-size: 12px;
    color: #7a7460;
    letter-spacing: 0px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
}

.news_list ul li:hover {
    border-bottom-color: #ddd;
}

.news_list ul li a:hover {
    background: #fffcf4;
}

.news_list ul li a:hover span {}

.news_list ul li a:hover p {
    color: #666;
}

.news_list ul li a:hover p:after {
    right: 5px;
    transition: all .6s;
}

.i_news_b {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.i_news_b * {
    transition: all .5s;
}

.i_news_b a {}

.i_news_b a i.fa-solid.fa-arrow-right {
    margin: 0 10px;
}

.i_news_b a:hover i.fa-solid.fa-arrow-right {
    margin: 0 0 0 20px;
}

.pageIndex .main_part {}

.main_part {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
}

.edit_part {
    padding: 50px 20px;
}

.edit_part .show_content {
    padding: 0;
    /*max-width:1300px;
     margin:auto;
    */
}

.prod_part {
    padding: 50px 20px;
}

.prod_part section {
    max-width: 1300px;
    margin: auto;
}

.i_prod_tit,
.i_video_tit {
    text-align: center;
}

.i_prod_tit h2,
.i_video_tit h2 {
    font-size: 36px;
}

.i_prod_tit span,
.i_video_tit span {
    font-size: 24px;
}

.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 20px;
}

.pageIndex .products-list {
    padding: 20px 0;
}

.pageIndex .productsListBox,
.productsListBox.swiper {
    margin: 0px auto;
    padding: 30px 0;
}

.pageIndex .products-list {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 0;
}

.pageIndex .prodSwiper {
    --swiper-navigation-color: #dfdfdf;
    --swiper-pagination-color: #dfdfdf;
    --swiper-pagination-bullet-inactive-color: #dfdfdf;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-inactive-opacity: .5;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-navigation-size: 1.6em;
    --swiper-pagination-bottom: 0;
    --swiper-navigation-sides-offset: 0;
}

.prodSwiper .swiper-button-next,
.prodSwiper .swiper-button-prev {
    height: calc(var(--swiper-navigation-size) + 20px);
    width: calc(var(--swiper-navigation-size) + 0.1em);
    background: #333;
}

/* .prodSwiper .swiper-pagination{
    position: relative;
     display: block;
     width: 100%;
}
 */
.products-list .title_box {
    width: 100%;
}

.products-list .item {
    /*width:24%;
     display:inline-block;
     vertical-align:top;
     padding: 0 7px;
     margin:0 0 14px 0;
    */
    position: relative;
    display: inline-table;
}

.products-list .item a {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 34px;
    position: relative;
    height: 100%;
}

.products-list .item a>* {
    width: 100%;
}

.products-list .pic {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.products-list .pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.products-list .name {
    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}

.products-list .price {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.products-list .price * {
    display: inline-block;
    margin: 3px;
}

.products-list .price b {
    color: #94252B;
    font-size: 16px;
    width: calc(50% - 10px);
}

.products-list .price b:first-child:last-child {
    width: 100%;
}

.products-list .more {
    border: 1px solid #ADA17E;
    color: #ADA17E;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.item.show:nth-child(odd) a {
    animation-name: zoomIn;
    animation-duration: 2s;
    animation-delay: 0.2s;
}

.item.show:nth-child(even) a {
    animation-name: zoomIn;
    animation-duration: 2s;
    animation-delay: 0.2s;
}

.products-list .item a:hover .more {
    background: #ADA17E;
    color: #fff;
    letter-spacing: 2px;
}

.i_prod_b {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.i_prod_b * {
    transition: all .5s;
}

.i_prod_b a {}

.i_prod_b a i.fa-solid.fa-arrow-right {
    margin: 0 10px;
}

.i_prod_b a:hover i.fa-solid.fa-arrow-right {
    margin: 0 0 0 20px;
}

/* other pages */
.banner {
    font-size: 40px;
    padding: 20px;
    text-align: center;
    background: repeat center center #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 240px;
}

.banA {
    background-image: url(../images/smallBanner1.png);
}

.banB {
    background-image: url(../images/smallBanner2.png);
}

.banC {
    background-image: url(../images/smallBanner3.png);
}

.banD {
    background-image: url(../images/smallBanner4.png);
}

.banE {
    background-image: url(../images/smallBanner5.png);
}

.banF {
    background-image: url(../images/smallBanner6.png);
}

/* products */
.product_menu_list {
    margin-bottom: 30px;
}

.product_menu_list>h5 {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 1.2em;
    position: relative;
    color: #000000;
    display: none;
}

.product_menu_list a.pd_menu_toggle {
    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: flex-end;
}

a.pd_menu_toggle i {
    width: 1.5em;
    text-align: center;
}

.openNext a.pd_menu_toggle i::before {
    content: '\f0d8';
}

/* .product-layer-two {
     margin: 20px 0;
}
 */
.product-layer-two ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.product-layer-two li {
    display: block;
    margin: 0;
    position: relative;
}

.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #f3f3f3;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #391911;
}

.product-layer-two li i {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product-layer-two li i.close::before {
    content: '\f056';
}

/* .product-layer-two .active i::before{
    content: '\f056';
}
 */
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #ccc solid;
}

.product-layer-two li.active li a {
    font-weight: normal;
    color: #333;
}

.product-layer-two li ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    width: 100%;
}

.product-layer-two ul.noContent {
    display: none;
}

.product-layer-two li li {
    display: none;
    background: #fff;
    /*border:1px #ccc solid;
    */
    margin: 0;
}

.product-layer-two li li.active a {
    background: rgba(0, 0, 0, .03);
}

.product-layer-two li:hover ul {}

.product-layer-two li:hover li {
    display: block;
}

.product-wrapper {
    margin: 0 auto;
    position: relative;
}

.fixedsticky {
    top: 110px;
}

.mobile_product_name {
    display: none;
    margin-bottom: 20px;
}

.product_main {
    padding: 0 10px;
    display: inline-block;
    width: 71%;
    vertical-align: top;
}

/* .product_main>*{
    max-width: 650px;
}
 */
.sidebarBtn {
    padding: 0 15px 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 5px #ddd solid;
    background: #fff;
}

.sidebarBtn * {
    transition: all .5s;
}

.sidebarBtn h2 {
    color: #111;
    font-size: 24px;
}

.sidebarBtn .price {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 3px solid #e6e6e6;
    letter-spacing: 1px;
}

.sidebarBtn .sp_price {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #961f24;
}

.sidebarBtn .price span {
    display: block;
    font-size: 16px;
}

.sidebarBtn .ori_price {
    color: #aaaaaa;
}

.product_info li .txt_box select {
    width: 100%;
    padding: 2px 5px;
    border-radius: 5px;
}

.product_info {
    margin: 20px 0;
}

.product_info li {
    margin: 10px 0;
}

.product_info li span {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #268cdf;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 2px 8px;
    margin: 2px 5px 2px 0;
    border-radius: 5px;
    transition: all .2s;
    color: #444;
    border: 1px solid #ccc;
    cursor: pointer;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #ccc;
    /*border: 1px solid #000;
    */
    color: #000;
}

.amountNum {
    width: 45px;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    color: #444;
    padding: 0 5px;
    text-align: center;
}

.action-button {
    width: 100%;
    border-radius: 5px;
    background: #f8b71f;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.inquiry_a1,
.inquiry_a2,
.inquiry_a3 {
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-top: 10px;
}

.inquiry_a1 {
    background: #fd947c;
}

.inquiry_a2 {
    background: #83acec;
}

.inquiry_a3 {
    background: #e5b06f;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #777;
}

.action-button:hover {
    background: #2cc7d7;
}

.toShare {
    border-top: 1px solid #e6e6e6;
    font-size: 12px;
    color: #888;
    margin-top: 20px;
    padding-top: 20px;
}

.toShare a {
    display: inline-block;
    margin-left: 10px;
}

.toShare1{
    padding-top: unset;
    margin-top: unset;
    border: unset;
    max-width:  fit-content;
    margin: 0 0 0 auto;
}

.product_pic {
    /*adding-bottom: 20px;
     padding-left: 100px;
    */
    position: relative;
    padding-left: calc(14% + 15px);
}

/* 20241105 更新 */
.proImgSwiper img,
#prod_thumbSwiper img {
    max-width: 100%;
    display: block;
}

.proImgSwiper {
    --swiper-navigation-size: 30px;
    --swiper-navigation-color: #FFFFFF;
    order: 2;
    width: 100%;
    margin: 0;
    aspect-ratio: 1/1;
}

.proImgSwiper .swiper-button-next:after,
.proImgSwiper .swiper-button-prev:after {
    text-shadow: 0 0 5px #000000;
}

.proImgSwiper li {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.proImgSwiper img {
    max-height: 100%;
}

/* thumbs */
#prod_thumbSwiper {
    --swiper-navigation-size: 16px;
    font-weight: bold;
    --swiper-navigation-top-offset: 0;
    --swiper-navigation-sides-offset: 0;
    --swiper-navigation-color: #FFFFFF;
    order: 1;
    width: 120px;
    max-width: 14%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

#prod_thumbSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#prod_thumbSwiper .swiper-button-next,
#prod_thumbSwiper .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 1.5em;
    height: 100%;
    margin: 0;
}

#prod_thumbSwiper .swiper-button-lock {
    display: none;
}

#prod_thumbSwiper .swiper-slide {
    position: relative;
}

#prod_thumbSwiper .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
}

#prod_thumbSwiper .swiper-slide-thumb-active::before {
    opacity: 0;
}

@media (min-width:769px) {
    #prod_thumbSwiper .swiper-button-next {
        top: unset;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2em;
    }

    #prod_thumbSwiper .swiper-button-prev {
        bottom: unset;
        right: 0;
        width: 100%;
        height: 2em;
    }

    #prod_thumbSwiper .swiper-button-next:after {
        transform: rotate(90deg);
    }

    #prod_thumbSwiper .swiper-button-prev:after {
        transform: rotate(90deg);
    }
}

@media (max-width:768px) {}

.accordion {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
}

.accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion-thumb {
    margin: 0;
    padding: .8rem 0;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    font-size: 18px;
}

.accordion-thumb::before {
    position: absolute;
    right: 0;
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-top: .5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.accordion-panel {
    margin: 0;
    padding-bottom: .8rem;
    display: none;
}

.accordion-item.is-active .accordion-thumb::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion-panel img {
    max-width: 100%;
}

.prod_info_clearfix {
    clear: both;
    /*margin:25px auto;
    */
}

body.product_info_page ul.prod {
    list-style: none;
    display: block;
    width: 100%;
    grid-column: 1 / -1;
}

body.product_info_page ul.prod li.prod-item:last-child {
    display: none;
}

body.product_info_page ul.prod li {
    margin-bottom: 10px;
}

body.product_info_page ul.prod li h3.prod-thumb {
    background: #f6f6f6;
    color: #666;
    text-align: center;
    padding: 5px;
    padding-top: 30px;
}

.qalist {
    border: 1px solid #f5f5f5;
    width: 100%;
    margin: 20px auto;
    background: #fafafa;
}

.qalist .infomation-left {
    width: 25%;
    float: left;
    font-size: 13px;
    color: #666;
    padding: 15px 10px;
    border: 1px solid #f5f5f5;
    border-bottom: none;
    margin: -1px 0 0 -1px;
    line-height: 18px;
}

.qalist .infomation-left span {
    color: #b9b9b9;
    display: block;
}

.qalist .infomation-right {
    width: 75%;
    float: left;
    background: #fff;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #f5f5f5;
}

.quest,
.answer {
    position: relative;
    padding-left: 40px;
    margin: 15px;
}

.quest:before,
.answer:before {
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    left: 0;
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding: 5px;
}

.quest:before {
    content: 'Q';
    color: #ada17e;
}

.answer:before {
    content: 'A';
    color: #cc0000;
}

.qaform {
    margin: 10px auto;
    font-size: 15px;
    color: #545454;
    line-height: 26px;
}

.breakF {
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    padding: 5px;
}

.qaform .breakF {
    border: 1px #eee solid;
    background: #f9f9f9;
}

.half_box {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.half_box li {
    margin: 10px 0;
}

.half_box li.btn_blankTop {
    margin-top: 125px;
}

.prod_related_b_box {}

.productBtn {
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: left;
    padding-left: 15px;
}

.lastaction {
    color: #8f7b43;
    background-color: #e8e4d8;
    background-image: url(../images/last_AC.png);
    background-position: right top;
}

.nextaction {
    color: #fff;
    background-color: #ada17e;
    background-image: url(../images/next_AC.png);
    background-position: right bottom;
}

.lastPage {
    font-size: 16px;
    color: #fff;
    background: #ADA17E;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

.stepImg {
    display: block;
    margin: 40px auto;
    max-width: 500px;
    width: 98%;
}

.stepImg span {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #bfcbd8;
    width: 31.3%;
}

.stepImg span.active {
    color: #f8b71f;
}

.stepImg span.one {
    text-align: left;
    margin-left: 20px;
}

.stepImg span.three {
    text-align: right;
}

.stepImg img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.shopping-cart {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

.shopping-cart.check {
    margin: 10px auto;
}

.shopping-cart .cart_head {
    background: #4d4d4d;
    color: #fff;
}

.shopping-cart .row {
    position: relative;
    height: auto;
    margin: 0;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* .shopping-cart .row+.row{
    margin-top: 25px;
}
 */
.shopping-cart.check .row {
    margin-top: 0;
}

.shopping-cart .cart_content .row {
    border-bottom: 1px solid #ccc;
}

.shopping-cart .cell {
    padding: 10px;
    text-align: center;
    width: 20%;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px;
}

.shopping-cart .cell.product_name {
    width: 100%;
    text-align: left;
    position: relative;
    min-height: 76px;
    font-weight: bold;
}

.shopping-cart.inquiry_cart .cell:first-child:nth-last-child(2) {
    width: 90%;
}

.shopping-cart.check .cell {
    width: 15%;
}

.shopping-cart.inquiry_cart.check .cell:first-child:last-child {
    width: 100%;
}

.shopping-cart.check .cell.product_name {
    width: 60%;
}

.shopping-cart.inquiry_cart .cell.product_name {
    width: 45%;
}

.shopping-cart.inquiry_cart .cell.product_spec {
    width: 45%;
    text-align: left;
}

.shopping-cart.inquiry_cart.check .cell.product_name,
.shopping-cart.inquiry_cart.check .cell.product_spec {
    width: 50%;
}

.shopping-cart .cell.product_name a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.shopping-cart .cell.product_name p {
    width: calc(100% - 90px);
}

.shopping-cart .cell.product_name span {
    font-size: 15px;
    font-weight: normal;
    display: block;
    color: #444;
    margin-top: 5px;
}

.shopping-cart .cell.amount {
    width: 8%;
}

.shopping-cart.check .cell.amount {
    width: 10%;
}

.shopping-cart.inquiry_cart .cell.amount {
    width: 10%;
}

.shopping-cart .cart_head .cell.product_name {
    min-height: initial;
}

.small_pic {
    width: 75px;
    height: 75px;
    top: 0;
    overflow: hidden;
}

.small_pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.payment {
    margin: 30px;
    float: left;
}

.payment li {
    margin: 15px;
}

.total_amount {
    width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 5px;
    color: #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.total_amount ul {
    border: 1px solid #ddd;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.total_amount ul:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 5px;
    right: -5px;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.total_amount li {
    margin: 10px 0;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.total_amount li b {
    font-weight: normal;
}

/* .total_amount li span {
     float: right;
}
 */
.total_amount .rewrite_simple,
.total_amount .send_simple {
    width: 150px;
    margin-right: 0;
    max-width: calc(50% - 5px);
}

/* .total_amount .send_simple {
     float: right;
}
 */
.total_amount li .couponData,
.total_amount li .transFree {
    color: #3e97eb;
}

.total_amount li input[name=DiscountCode] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 5px;
    text-align: right;
}

.car_page .list_before li.btn {
    padding: 0;
    padding-top: 20px;
}

.declaration {
    background: #eee;
    line-height: 40px;
    padding: 5px 15px;
}

.notetext {
    margin: 20px 0 40px;
    padding: 0 20px;
    color: #444;
    line-height: 30px;
}

.notetext>.shop_ps {
    width: 100%;
}

/* 產品加購 */
.recommendProduct_add {
    margin: 60px auto 0;
    --swiper-pagination-color: #ADA17E;
}

.recommendProduct_add h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
    background: #eeeeee;
}

.swiper.recomProdSwiper {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.swiper.recomProdSwiper ul {
    margin-bottom: 20px;
}

.recommendProduct_add li a {
    margin-bottom: 20px;
    display: block;
}

.recommendProduct_add li figure {
    aspect-ratio: 1/1;
}

.recommendProduct_add li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recommendProduct_add li .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    color: #000000;
}

.recommendProduct_add li .price b {
    color: #ADA17E;
    font-size: 16px;
    width: calc(50% - 10px);
}

.recommendProduct_add li a+button {
    width: 100%;
    border: 1px solid #ADA17E;
    padding: 5px 10px;
    color: #ADA17E;
    font-weight: bold;
    line-height: 1.4;
    background: transparent;
    transition: .3s;
}

.recommendProduct_add li a+button:hover {
    background: #ADA17E;
    color: #FFFFFF;
}

.recomProdSwiper .swiper-pagination.swiper-pagination-horizontal {
    position: relative;
    top: 0;
    transform: unset;
    margin: 0 15px;
    width: fit-content;
    bottom: unset;
}

.recomProdSwiper .swiper-button-next:after,
.recomProdSwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #ADA17E;
}

.recomProdSwiper .swiper-button-next,
.recomProdSwiper .swiper-button-prev {
    top: unset;
    bottom: unset;
    position: relative;
    font-size: 20px;
    line-height: 1;
    height: 1.5em;
    margin: 0;
    width: 2em;
    left: unset;
    right: unset;
}

body.lockBody {
    overflow: hidden;
}

.pd_lightbox_box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    z-index: 999999;
}

.pd_lightbox_contain {
    background: #FFFFFF;
    padding: 40px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .6);
    width: 800px;
    max-width: 100%;
    position: relative;
}

.pd_lightbox_contain section {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 20px;
}

.pd_lightbox_img figure {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.pd_lightbox_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.pd_lightbox_pdInfo blockquote p {
    color: #ADA17E;
    font-weight: bold;
    line-height: 1.8;
}

.pd_lightbox_pdInfo dt {
    font-size: 1.3em;
    font-weight: bold;
}

.pd_lightbox_pdInfo dd {
    font-size: .9em;
}

.pd_lightbox_spec {
    margin-top: 10px;
}

.pd_lightbox_spec li+li {
    margin-top: 5px;
}

.pd_lightbox_spec li fieldset {
    margin-top: 5px;
}

.pd_lightbox_close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* workshow */
.lb-data .lb-caption {
    font-weight: normal;
}

.subalbum-menu {
    margin: 30px 0;
    padding: 0 15px;
}

.subalbum-menu h2 {
    font-size: 20px;
    color: #391911;
    display: inline-block;
    vertical-align: middle;
}

.block {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    background: #391911;
    vertical-align: middle;
    display: none;
}

.album_descrip {
    margin-bottom: 20px;
    color: #444;
    line-height: 1.4;
}

.other_subalbum {
    display: block;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 20px;
}

.other_subalbum li {
    display: block;
    background: #fff;
    width: 100%;
    margin: 0;
    border: none !important;
}

.other_subalbum li figure {
    aspect-ratio: 4/3;
    height: auto;
}

.other_subalbum li a {
    line-height: 1.4;
}

.other_subalbum li a img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other_subalbum li a p {
    line-height: 2;
}

.other_subalbum li.active {}

.other_subalbum li.active a {}

.other_album {
    position: relative;
}

.other_album:before {}

.album_fixed_title {
    font-size: 17px;
    color: #666;
    padding-right: 14px;
    display: inline-block;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
}

.album_fixed_title embed {
    vertical-align: middle;
    margin-right: 10px;
}

.album_fixed_title i {
    margin: 0 7px 0 0;
}

.album_fixed_title em {
    display: inline-block;
    font-style: normal;
}

.album_fixed_title em:before {
    content: '觀看更多';
    margin: 0 7px 0 0;
}

.album_fixed_title span {
    display: inline-block;
}

.album_fixed_title span:before {
    content: '觀看更多';
    margin: 0 7px 0 0;
}

.other_album_choice {
    margin: 7px auto;
}

.other_album_choice * {
    transition: all .5s;
}

.other_album_choice li {
    background: #ADA17E;
    font-size: 15px;
    display: inline-block;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li a i.fa-solid.fa-right-from-bracket {
    margin: 0 10px;
}

.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
    margin: 0 0 0 20px;
}

.pic-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 20px;
}

.pic-list .item {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.pic-list .item a {
    display: block;
    margin: 0;
    padding: 0;
}

.pic-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: auto;
    aspect-ratio: 4/3;
    /* 50%=2:1 75%=4:3 100%=1:1 */
}

.pic-list .show_pic img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic-list .item h6 {
    font-size: 16px;
    color: #666;
    padding: 5px;
}

.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}

.show-list .item {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.show-list .item a {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: auto;
    aspect-ratio: 4/3;
    /* 50%=2:1 75%=4:3 100%=1:1 */
}

.show-list .show_pic img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-list .show_name {
    font-size: 17px;
    color: #333;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
}

.show-list .item:hover .show_name {
    color: #f8b720;
}

.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.show-list .item:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* dropdown page */
.promotion_title {}

.promotion_title * {
    display: inline-block;
    vertical-align: bottom;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #777;
}

.promotion_title em {
    border: 1px #ccc dashed;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}

.promotion_title span {
    border: 1px #ccc dashed;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}

.promotion_title h2 {
    font-size: 24px;
    color: #222;
}

.other_promotion {
    list-style: none;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 15px;
}

.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: block;
    margin: 0;
}

.other_promotion li a {
    display: block;
    border: 1px #e5e5e5 dashed;
    padding: 10px;
    margin: 0;
    position: relative;
    height: 100%;
}

.other_promotion li a:before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border: 1px #aaa solid;
    border-bottom: none;
    border-right: none;
    transition: all .5s;
}

.other_promotion li a:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: 1px #aaa solid;
    border-top: none;
    border-left: none;
    transition: all .5s;
}

.other_promotion .pmtTime {}

.other_promotion .pmtTime:after {
    content: '';
    clear: both;
    display: block;
}

.other_promotion .pmtTime cite {
    float: left;
    font-size: 17px;
    font-style: normal;
}

.other_promotion .pmtTime span {
    float: right;
    font-size: 13px;
}

.other_promotion .pmtTitle h3 {
    font-size: 16px;
    color: #444;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*height: 28px;
    */
    font-weight: normal;
}

.other_promotion li a:hover {
    background: #fcfcfc;
}

.other_promotion li a:hover:before {
    width: 100%;
    height: 100%;
}

.other_promotion li a:hover:after {
    width: 100%;
    height: 100%;
}

.edit {
    margin: auto;
    padding: 20px 0;
}

.edit * {
    word-break: break-all;
    max-width: 100%;
}

.edit img {
    max-width: 100%;
    height: auto !important;
}

/* contact */
.information_left,
.information_right {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.car_page .information_left {
    display: none;
    /*2024.2.17 開會預設先隱藏*/
}

.contact_content .information_left {
    width: 295px;
}

.contact_content .information_right {
    width: calc(100% - 300px);
    padding-left: 30px;
}

.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #101010;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.list_before {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: block;
    width: 100%;
    position: relative;
}

.list_before * {
    transition: all .5s;
}

.list_before li {
    margin: 5px 0;
    position: relative;
    line-height: 1.5;
}

.list_before.info li {
    padding-left: 32px;
}

.list_before.account li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.contact_le_nomap {}

.contact_le_map {}

.contact_le_map * {
    transition: all .5s;
}

.contact_le_map a {
    display: block;
    background: #d3af79;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.contact_le_map a i.fa-solid.fa-right-to-bracket {
    margin: 0 10px;
}

.contact_le_map a b {}

.contact_le_map a:hover i.fa-solid.fa-right-to-bracket {
    margin: 0 0 0 20px;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}

.info_TEL:before {
    content: "電話";
}

.info_TEL2:before {
    content: "電話";
}

.info_PHONE:before {
    content: "手機";
}

.info_LINE:before {
    content: "LINE";
}

.info_FAX:before {
    content: "傳真";
}

.info_TAXID:before {
    content: "統編";
}

.info_MAIL:before {
    content: "信箱";
}

.info_ADD:before {
    content: "地址";
}

.info_ADD2:before {
    content: "地址";
}

.ACCN1:before,
.ACCN2:before,
.ACCN3:before,
.ACCN4:before {
    display: block;
    width: 65px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
}

.ACCN1:before {
    content: "戶名";
}

.ACCN2:before {
    content: "銀行名稱";
}

.ACCN3:before {
    content: "銀行代碼";
}

.ACCN4:before {
    content: "銀行帳號";
}

/*--------聯絡我們表單 ----------*/
.note {
    font-size: 13px;
    text-align: right;
}

.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.contact_form li {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 10px;
}

.contact_form li.checknumBox .form__insert {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.contact_form li input.noborder {
    border: 1px #ddd solid;
}

.contact_form li textarea.noborder {
    border: 1px #ddd solid;
}

.contact_form li.last {
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.contact_form li.last * {
    transition: all .5s;
}

.contact_form li .form__label {
    display: block;
    max-width: 85px;
    text-align: right;
}

.contact_form li .form__insert {
    display: block;
    width: 100%;
    vertical-align: top;
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100px, 1fr));
    align-items: center;
}

.contact_form li.last input {
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 7px;
    letter-spacing: 2px;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #dfd4c3 solid;
    width: 150px;
    max-width: calc(50% - 10px);
}

.contact_form li.last blockquote {
    color: #666;
}

.contact_form li.last cite {
    background: #d3af79;
    color: #fff;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    letter-spacing: 0px;
}

.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    margin: 0 0 0 10px;
}

.contact_form li.checknumBox .form__insert .captcha+img {
    margin-left: 10px;
}

/*--------匯款通知表單----------*/
.formbox_form {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #444;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
}

.formbox_form li {
    display: block;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 130px 1fr;
}

.formbox_form li.last {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.formbox_form li .form__label {
    display: block;
    width: 100%;
    text-align: left;
}

.formbox_form li .form__insert {
    display: block;
    width: 100%;
}

.formbox_form li.checknumBox .form__insert {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.formbox_form li.checknumBox .form__insert input+img {
    margin-left: 10px;
}

.formbox_form li.last input:last-child {
    margin: 0;
}

/*--------sms inquiry 表單-------*/
.form_formonly li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 160px;
    border-bottom: 1px solid #C2BCB4;
}

.form_formonly li.last {
    border: none;
    text-align: right;
    margin-top: 30px;
    padding-left: 0;
}

.form_formonly li .form__label {
    display: inline-block;
    width: 145px;
    text-align: right;
    padding-right: 15px;
    margin-left: -150px;
    vertical-align: top;
}

.form_formonly li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.form_description {
    margin: 25px auto;
    width: 92%;
    font-size: 14px;
    color: #777263;
    letter-spacing: 2px;
}

/* checkbox radio 樣式 */
.form label {
    display: block;
    position: relative;
    float: left;
    width: auto;
    margin-right: 20px;
    margin-bottom: 5px;
    color: #858585;
}

.form label .inputbox {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 4px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 3px;
    outline: none;
    display: inline-block;
    border: 0;
}

.form label.Bigcheck {
    float: none;
    display: inline-block;
    color: #4c4c4c;
    font-size: 15px;
    margin-left: 20px;
    top: 5px;
}

.form label .inputbox.Big {
    width: 22px;
    height: 22px;
}

.form label.circle .inputbox {
    background-image: url(../images/circle.png);
}

.form label.circle input:checked {
    background-image: url(../images/circle_ok.png);
}

.form label.check .inputbox {
    background-image: url(../images/check.png);
}

.form label.check input:checked {
    background-image: url(../images/check_ok.png);
}

.form label.Bigcheck .inputbox {
    background-image: url(../images/big_check.png);
}

.form label.Bigcheck input:checked {
    background-image: url(../images/big_check_ok.png);
}

.form select {
    -webkit-appearance: button;
    /*background-color: #EDEDED;
     background-image: url(../images/select_arrow.png);
    */
    background-position: right center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: 1px solid #C2BCB4;
    color: #666;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 3px 26px 3px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* input 樣式 */
.noborder {
    border: none;
    width: 100%;
    padding: 5px;
    vertical-align: middle;
}

.border200 {
    width: 200px;
    border: 1px solid #ddd;
    padding: 5px;
}

.longer {
    width: 400px;
}

.filltext {
    width: 200px;
    background: #D2CCB9;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 0;
    border: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* 驗證碼 */
.captcha {
    width: 100px;
}

.captcha_img {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
}

.captcha_img .fa {
    vertical-align: super;
    margin-left: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* 表單按鈕 , 按鈕*/
.rewrite {
    background: none;
    padding: 10px 20px;
}

.innersend {
    width: inherit;
    padding-left: 50px;
    line-height: 50px;
    background: none;
    text-align: left;
}

.last .animated-arrow {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 20px;
    vertical-align: middle;
}

.rewrite_simple,
.send_simple {
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.rewrite_simple {
    background: #ada17e url(../images/simple_left.png) 10% center no-repeat;
}

.send_simple {
    background: #f8b720 url(../images/simple_right.png) 88% center no-repeat;
}

/* 取貨 */
.payment_form {
    display: flex;
    flex-wrap: wrap;
}

.payment_form li {
    grid-template-columns: 1fr;
    display: block;
}

#StoreBtn a {
    padding: 5px 10px;
    background: #f5edd6;
    color: #444;
    border-radius: 5px;
}

#StoreNameArea,
#StoreAddressArea {
    display: block;
    color: #444;
}

/*------------通用滿版分段抬頭-------------*/
.separate_title {
    font-size: 16px;
    color: #444;
    padding: 10px 0 10px 40px;
    background: #eee url(../images/separateTitle.png) left center no-repeat;
}

.separate_title .note {
    font-size: 13px;
    float: none;
    padding-left: 20px;
}

/* 滑動箭頭 按鈕 */
.animated-arrow {
    background: #ada692;
    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;
}

.animated-arrow.stay_mid {
    margin-left: auto;
    margin-right: auto;
}

.arrow {
    position: absolute;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1200px) {
    .show-list .item {}

    .show-list .show_pic {}

    .show-list .show_pic img {}

    @media screen and (max-width: 980px) {
        #header {
            height: auto;
        }

        #menuTop {
            position: relative;
            padding-left: 0;
        }

        .round_link {
            margin-bottom: 10px;
            float: none;
        }

        #menuTop ul:before {
            border-top: 1px solid #391911;
            max-width: initial;
            width: 96%;
            margin-right: 2%;
        }

        #menuTop ul ul:before {
            display: none;
        }

        #menuTop ul {
            clear: both;
            text-align: center;
        }

        #menuTop ul li {
            /*margin-top: 0;
            */
        }

        #menuTop ul li a {
            padding: 15px 28px;
        }

        #menuTop li ul {
            margin-top: -5px;
        }

        #menuTop ul li li a {
            padding: 5px;
        }

        .topTop {
            padding-top: 10px;
            width: 96%;
            margin: auto;
        }

        .main_part {
            padding: 25px;
        }

        .news_part {
            padding-left: 20px;
            padding-right: 20px;
        }

        .title_box {
            width: 200px;
            font-size: 22px;
            display: block;
        }

        .news_part .title_box {
            margin: auto;
        }

        .products-list,
        .pageIndex .products-list {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            grid-gap: 15px;
        }

        /* .products-list .item {
             width: 32%;
        }
         */
        /* .other_promotion li {
             width:33%;
        }
         */
        .rewrite {
            padding: 10px;
        }

        .subalbum-menu h2 {
            float: none;
            margin-bottom: 15px;
        }

        .product_main {
            padding: 30px 0.5em 30px 0;
            width: 64%;
        }

        /* .product_pic {
             padding-left: 100px;
        }
         */
        .sidebarBtn {
            width: 35%;
        }

        @media screen and (max-width: 768px) {
            #menuTop {
                display: none;
            }

            .pageIndex #header,
            #header {
                position: relative;
            }

            #header .logo {
                margin: auto;
                text-align: center;
                float: none;
            }

            #nav-toggle {
                margin-left: 50px;
                padding: 20px 0;
                position: relative;
                display: block;
                float: left;
                width: 35px;
                margin-top: 10px;
                z-index: 101;
            }

            #nav-toggle span,
            #nav-toggle span:before,
            #nav-toggle span:after {
                cursor: pointer;
                border-radius: 1px;
                height: 1px;
                width: 35px;
                background: #222;
                position: absolute;
                display: block;
                content: '';
            }

            #nav-toggle span:before {
                top: -10px;
            }

            #nav-toggle span:after {
                bottom: -10px;
            }

            .search_box.for_mobile {
                display: block;
                width: 100%;
            }

            #bottom_menu {
                display: flex;
            }

            .footer_info {
                padding: 0 30px;
                grid-template-columns: 1fr;
            }

            .footer_logo {
                display: block;
            }

            .footer_info ul {
                width: 100%;
            }

            .footer_info li {
                padding: 0;
            }

            .footer_info li+li {
                margin-top: 20px;
            }

            .box_link {
                display: flex;
                width: 100%;
                position: relative;
                top: 0;
                left: 0;
                right: unset;
                bottom: unset;
                justify-content: flex-start;
                flex-wrap: wrap;
                flex-direction: row;
                max-width: 100%;
            }

            .box_link a {
                display: flex;
                width: 40px;
                vertical-align: top;
                justify-content: center;
                align-content: center;
            }

            #content_main {
                margin-top: auto;
            }

            .parallax_box {
                position: relative;
                top: 0;
            }

            .other_subalbum {
                grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            }

            .other_subalbum li {
                width: 100%;
            }

            .pic-list {
                grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            }

            .pic-list .item {
                width: 100%;
            }

            .subalbum-menu {
                padding: 0;
            }

            .show_content {
                width: 100%;
                padding: 15px 0;
            }

            .path {
                padding: 0;
            }

            .promotion_title h2 {
                display: block;
            }

            .show-list {
                grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            }

            .show-list .item {
                width: 100%;
            }

            .show-list .show_name {}

            .stepImg span {
                font-size: 14px;
            }

            .shopping-cart {
                width: 100%;
            }

            .product-layer-two {
                display: none;
            }

            .shopping-cart .cart_head {
                display: none;
            }

            .shopping-cart .cart_content .row {
                margin: 20px 0;
                border-bottom: 2px solid #ddd;
                align-items: stretch;
                align-content: stretch;
            }

            .shopping-cart .cell {
                width: calc(100% / 3);
                display: flex;
                text-align: right;
                font-size: 14px;
                border-bottom: 1px solid #ccc;
                flex-direction: column;
                align-items: center;
                justify-content: flex-start;
            }

            .shopping-cart .cell.product_name {
                min-height: 86px;
                font-size: 16px;
                width: 100%;
            }

            .shopping-cart .cell,
            .shopping-cart .cell.amount,
            .shopping-cart.check .cell.amount,
            .shopping-cart.check .cell {
                width: calc(100% / 3);
            }

            /* .shopping-cart .cell.product_name,.shopping-cart .cell.amount, .shopping-cart.check .cell , */
            .shopping-cart .cell.amount:last-child,
            .shopping-cart .cell.product_name,
            .shopping-cart.check .cell.product_name,
            .shopping-cart.inquiry_cart .cell.product_name,
            .shopping-cart.inquiry_cart .cell.product_spec {
                width: 100% !important;
                display: flex;
                justify-content: space-between;
                align-items: center;
                align-content: center;
                flex-wrap: wrap;
            }

            .shopping-cart.inquiry_cart.check .cell.product_name {
                justify-content: flex-start;
                text-align: left;
            }

            .shopping-cart.inquiry_cart.check .cell.product_spec,
            .shopping-cart.inquiry_cart .cell.product_spec {
                display: grid;
                grid-template-columns: 90px 1fr;
                align-items: flex-start;
            }

            .shopping-cart.inquiry_cart.check .cell.product_name {
                width: 100%;
                display: flex;
                justify-content: space-between;
                flex-direction: row;
            }

            .shopping-cart.inquiry_cart.check .cell.product_spec {
                align-items: flex-start;
                align-content: flex-start;
            }

            .shopping-cart.inquiry_cart.check .cell.product_spec p {
                width: calc(100% - 4em);
            }

            .small_pic {
                left: 0;
                position: relative;
                margin-left: 0;
            }

            .shopping-cart .cell.amount:last-child {
                border-bottom: 2px solid #adaaaa;
            }

            .shopping-cart .cell {
                width: 100% !important;
            }

            .shopping-cart .cell:before {
                content: attr(data-label);
                font-weight: bold;
                color: #a09e91;
                display: block;
            }

            .shopping-cart .cell.product_name:before {
                width: 100%;
                display: none;
            }

            .shopping-cart .cell.product_name a {
                width: 100%;
            }

            .payment {
                float: none;
            }

            .total_amount {
                width: auto;
                margin-right: auto;
                display: flex;
            }

            .total_amount ul {
                width: 100%;
                padding: 15px;
            }

            .car_page .information_left {
                width: 90%;
                display: block;
                margin: 50px auto 20px;
            }

            .car_page .list_before.account {
                width: 100%;
            }

            .car_page .list_before.info {
                width: 250px;
            }

            .other_promotion {
                grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
                grid-gap: 10px;
            }

            /* .other_promotion li {
                 width:50%;
            }
             */
            .contact_content {
                padding: 0;
            }

            .contact_content .information_left {
                width: 100%;
                margin-left: 0;
            }

            .list_before.info:before {
                display: none;
            }

            .list_before.info {
                width: 100%;
                margin-right: 10%;
                /*float: left;
                */
            }

            .list_before.account {
                width: 40%;
                max-width: 300px;
                /*float: left;
                */
            }

            .contact_content .information_right {
                width: 100%;
                padding: 10px;
            }

            .order_pay .list_before.account {
                width: 100%;
            }

            /* sms inquiry form */
            .form_formonly li {
                padding-left: 115px;
                font-size: 14px;
            }

            .form_formonly li .form__label {
                width: 110px;
                padding-right: 10px;
                margin-left: -122px;
            }

            .formbox_form li.last,
            .form_formonly li.last {
                text-align: center;
            }

            .mobile_product_name {
                display: block;
                margin-bottom: 10px;
            }

            .product_pic {
                padding: 0;
            }

            #prod_thumbSwiper {
                width: 100%;
                max-width: 100%;
                height: auto;
                position: relative;
                margin-top: 20px;
            }

            #prod_thumbSwiper .swiper-slide {
                aspect-ratio: 1/1;
                overflow: hidden;
            }

            /* #prod_thumbSwiper .swiper-slide{
                overflow: hidden;
                 height: auto !important;
                 padding-top: calc(25% - 2px);
                 position: relative;
            }
             */
            #prod_thumbSwiper img {
                position: absolute;
                left: 0;
                top: 0;
            }

            .product_main {
                width: 100%;
                padding: 0;
            }

            .sidebarBtn {
                padding: 1em 10px;
                width: 100%;
                margin: 20px auto 0;
                display: block;
            }

            .half_box {
                padding-right: 5%;
            }

            /* 20210824 updata */
            .f_link_box {
                display: none;
            }

            /* Okpay */
            .pay_text {
                margin: 0;
                margin-bottom: 20px;
            }

            .pay_text img {
                width: 200px;
                margin: 30px auto;
                margin-left: -8px;
            }

            /* banner */
            .banner {
                min-height: 200px;
            }

            @media screen and (max-width: 600px) {
                #nav-toggle {
                    margin-left: 20px;
                }

                .copy {
                    padding-right: 0;
                    padding-top: 18px;
                    line-height: 16px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                .copy a {}

                .footer_info {
                    padding: 0 10px;
                }

                .footer_info ul {
                    letter-spacing: 0.1em;
                }

                .add_blank {
                    width: 41px;
                }

                .total_view {
                    position: initial;
                    /*display: block;
                    */
                }

                .title_box {
                    font-size: 20px;
                }

                .title_box span {
                    font-size: 15px;
                }

                .news_part,
                .edit_part,
                .prod_part {
                    padding-left: 15px;
                    padding-right: 15px;
                }

                .main_part {
                    padding: 50px 10px 10px;
                }

                .prod_part {
                    padding: 50px 10px 10px;
                }

                .news_list ul li {
                    border: 1px #f6f6f6 solid;
                    margin-bottom: 7px;
                    background: #fafafa;
                }

                .news_list ul li a {
                    padding: 10px;
                }

                .news_list ul li span {
                    display: block;
                    width: 100%;
                    padding: 3px;
                }

                .news_list ul li p {
                    display: block;
                    width: 100%;
                    padding: 3px;
                    text-align: center;
                }

                .news_list ul li p:after {
                    position: static;
                    transform: none;
                    text-align: center;
                }

                .products-list {
                    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
                    grid-gap: 10px;
                }

                .pageIndex .products-list {
                    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
                    grid-gap: 10px;
                }

                .pageIndex .products-list.swiper-wrapper,
                .products-list.swiper-wrapper {
                    display: flex;
                    grid-gap: 0;
                }

                .products-list .price b {
                    width: 100%;
                    text-align: left !important;
                }

                /* .products-list .item {
                     width: 49%;
                }
                 */
                /* .products-list .item.first_box {
                     width: 100%;
                }
                 */
                .other_subalbum {
                    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
                    grid-gap: 10px;
                }

                .other_subalbum li {
                    display: block;
                    width: 100%;
                }

                .show-list {
                    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
                    grid-gap: 10px;
                }

                .show-list .item {
                    display: block;
                }

                .pic-list {
                    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
                    grid-gap: 10px;
                }

                .pic-list .item {
                    width: 100%;
                    display: block;
                }

                .other_album_choice li {
                    font-size: 14px;
                }

                .product-layer-two li {
                    margin: 0 5px 0 0;
                }

                .product_pic .bx-wrapper {
                    padding: 0;
                    margin: 0;
                }

                .product_pic {
                    padding: 0;
                }

                .product_pic #bx-pager {
                    position: static;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                }

                .product_pic #bx-pager a {
                    width: 45px;
                    height: 45px;
                }

                .half_box {
                    width: 100%;
                    float: none;
                    padding: 0;
                    margin: auto;
                }

                .half_box li.btn_blankTop {
                    margin-top: 20px;
                }

                .productBtn {
                    width: 47%;
                    margin-right: 2%;
                }

                .sidebarBtn h2 {
                    font-size: 20px;
                }

                .qalist .infomation-right,
                .qalist .infomation-left {
                    float: none;
                    width: 100%;
                }

                /* .other_promotion li {
                     width:100%;
                }
                 */
                .contact_content {
                    padding: 30px 0;
                }

                .list_before.info {
                    width: 100%;
                    margin-right: 0;
                    float: none;
                }

                .list_before.account {
                    width: 100%;
                    float: none;
                    margin-bottom: 40px;
                }

                .last .animated-arrow {
                    margin: 0;
                    width: 200px;
                }

                /* contact form */
                .contact_form li {
                    grid-template-columns: 1fr;
                }

                .contact_form li .form__label {
                    max-width: 100%;
                }

                .contact_form li.last {
                    justify-content: center;
                }

                /* remit form */
                .formbox_form li {
                    padding: 0;
                    grid-template-columns: 110px 1fr;
                }

                .formbox_form li+li {
                    margin-top: 10px;
                }

                .contact_form li .form__label {
                    width: 100%;
                    margin-left: 0;
                    text-align: left;
                    font-weight: bold;
                    padding: 5px;
                    background: rgba(140, 168, 218, .15);
                }

                /* .formbox_form li .form__insert {
                     padding-left: 13px;
                }
                 */
                /* input style */
                .border200,
                .longer {
                    width: 100%;
                }

                .border200.captcha {
                    width: 100px;
                }

                .border200.fix200 {
                    width: 180px;
                }

                .filltext {
                    width: 150px;
                    padding: 5px 3px;
                }

                /* btn */
                .rewrite_simple,
                .send_simple {
                    width: 130px;
                    margin: 10px 5px;
                    font-size: 16px;
                }

                /* banner */
                .banner {
                    min-height: 40vw;
                    font-size: 36px;
                }

                @media screen and (max-width: 450px) {
                    .banner {
                        font-size: 8vw;
                    }

                    .formbox_form li {
                        grid-template-columns: 1fr;
                    }

                    .shopping-cart .row {
                        flex-direction: column;
                    }

                    .shopping-cart .cell,
                    .shopping-cart .cell.amount,
                    .shopping-cart.check .cell.amount,
                    .shopping-cart.check .cell {
                        width: 100%;
                        display: flex;
                        justify-content: space-between;
                        flex-direction: row;
                    }

                    .form label.Bigcheck {
                        padding: 0;
                        margin: 0;
                    }

                    @media screen and (max-width: 375px) {}

                    /* 375 */
                }

                /* 450 */
            }

            /* 600 */
        }

        /* 768 */
    }

    /* 980 */
}

/* 1200 */
/* 大於 768 才有的 動畫效果 @media screen and (min-width: 768px) {
     .box_link li:hover {
         opacity: 0.75;
    }
     #to_top:hover i:before {
         transform: rotate(-50deg);
    }
     #to_top:hover i:after {
         transform: rotate(50deg);
    }
     .animated-arrow:hover .arrow {
         -webkit-transform: translate(0, -50%);
         transform: translate(0, -50%);
    }
     .products-list a:hover .more {
         background: #ADA17E;
         border-color: #ADA17E;
         color: #fff;
    }
     .captcha_img:hover .fa {
         -webkit-transform: rotate(360deg);
         -moz-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
         transform: rotate(360deg);
    }
     .rewrite_simple:hover, .send_simple:hover {
         opacity: 0.9;
    }
     .other_album_choice li:hover .fa {
         margin-left: 15px;
         margin-right: 5px;
         -webkit-transition: ease .4s;
         -moz-transition: ease .4s;
         -ms-transition: ease .4s;
         -o-transition: ease .4s;
         transition: ease .4s;
    }
}
/* > 768 特效 */
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated15 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.delay5 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px)scale(1);
        -ms-transform: translateY(10px)scale(1);
        transform: translateY(10px)scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)scale(1);
        -ms-transform: translateY(0)scale(1);
        transform: translateY(0)scale(1);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px)scale(1);
        -ms-transform: translateY(-10px)scale(1);
        transform: translateY(-10px)scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)scale(1);
        -ms-transform: translateY(0)scale(1);
        transform: translateY(0)scale(1);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px)scale(1);
        -ms-transform: translateX(10px)scale(1);
        transform: translateX(10px)scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)scale(1);
        -ms-transform: translateX(0)scale(1);
        transform: translateX(0)scale(1);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px)scale(1);
        -ms-transform: translateX(-10px)scale(1);
        transform: translateX(-10px)scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)scale(1);
        -ms-transform: translateX(0)scale(1);
        transform: translateX(0)scale(1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0.2;
        transform: scale3d(.95, .95, .95);
    }

    30% {
        opacity: 0.8;
        transform: scale3d(1, 1, 1);
    }

    70% {
        opacity: 1;
    }
}

/* - right_member_in */
.right_member_in {
    position: fixed;
    top: 25%;
    right: 0;
    width: 30px;
    background: #fff;
    border: 1px #ccc solid;
    padding: 7px;
    text-align: center;
    z-index: 10000;
}

.right_member_in img {
    max-width: 100%;
}

.right_member_in p {
    display: flex;
    margin: 0px;
    padding: 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    word-break: break-word;
    line-height: 1.2;
    text-align: center;
}

.right_member_in p.logIn {
    line-height: 1.2;
}

.right_member_in p>i {
    margin-bottom: 5px;
    color: #aaa;
}

.right_member_in p.logIn>i {
    color: #eeb82f
}

/* .right_member_in input, .right_member_in button {
     width:18px;
     height:36px;
     margin:5px auto 0;
     background: url(../images/logout.png) no-repeat center center ;
}
 */
.right_member_in .fa-right-to-bracket,
.right_member_in button {
    background: transparent;
    color: #111;
    margin-top: 5px;
}

.right_member_in .fa-right-to-bracket,
.right_member_in button i {
    transition: .3s;
}

.right_member_in a:hover .fa-right-to-bracket,
.right_member_in button:hover i {
    transform: translateX(5px);
}

/* - member index */
.member_title {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    margin-bottom: 50px;
}

.member_title img {}

.member_title h2 {
    border-bottom: 2px #7AA354 solid;
    padding-bottom: 20px;
}

.member_title p {
    font-size: 20px;
    margin: 0 auto 5px;
    padding: 40px 0 5px 0;
}

.member_title em {
    font-size: 14px;
    font-style: normal;
}

.member_order {
    max-width: 850px;
    margin: 0 auto;
    padding: 30px 10px;
    /*text-align:center;
    */
    background: url(../images/mem_bg.png) no-repeat bottom right #ECECFB;
}

.member_order a {
    display: inline-block;
    width: 252px;
    height: 62px;
    text-indent: -99999px;
    background: no-repeat 0 0;
    border-radius: 5px;
    margin: 10px;
}

a.m_order_1 {
    background-image: url(../images/mem_btn_img1.png);
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px #ABA07D solid;
}

a.m_order_2 {
    background-image: url(../images/mem_btn_img2.png);
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px #ABA07D solid;
}

a.m_order_3 {
    background-image: url(../images/mem_btn_img3.png);
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px #ABA07D solid;
}

a.m_order_4 {
    background-image: url(../images/mem_btn_img4.png);
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px #ABA07D solid;
}

a.m_order_5 {
    background-image: url(../images/mem_btn_img5.png);
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px #ABA07D solid;
}

a.m_order_1:hover {
    background-image: url(../images/mem_btn_h_img1.png);
    background-color: rgba(55, 55, 55, 0.75);
}

a.m_order_2:hover {
    background-image: url(../images/mem_btn_h_img2.png);
    background-color: rgba(55, 55, 55, 0.75);
}

a.m_order_3:hover {
    background-image: url(../images/mem_btn_h_img3.png);
    background-color: rgba(55, 55, 55, 0.75);
}

a.m_order_4:hover {
    background-image: url(../images/mem_btn_h_img4.png);
    background-color: rgba(55, 55, 55, 0.75);
}

a.m_order_5:hover {
    background-image: url(../images/mem_btn_h_img5.png);
    background-color: rgba(55, 55, 55, 0.75);
}

/* - member login */
.member_title h2 {
    font-size: 25px;
}

.member_login,
.member_login_regist {
    max-width: 490px;
    margin: 0 auto 50px;
}

.member_login tr td {
    padding: 5px;
}

.member_login tr td:nth-child(1) {
    width: 100px;
    text-align: right;
}

.login_mem_name,
.login_mem_pass {
    background: no-repeat center left;
    padding: 7px;
    padding-left: 40px;
    border: 1px #ccc solid;
    color: #888;
    width: 100%;
}

.login_mem_name {
    background-image: url(../images/mem_icon2.png);
}

.login_mem_pass {
    background-image: url(../images/mem_icon3.png);
}

.login_mem_submit {
    background: #7AA354;
    color: #fff;
    width: 100%;
    padding: 7px;
    text-align: center;
}

.login_mem_other_link {
    margin: 10px auto;
}

.login_mem_other_link a {
    color: #7aa354;
    font-size: 14px;
}

.member_login_regist {
    background: #ECECFB;
    text-align: center;
    padding: 30px;
}

.member_login_regist h2 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #444;
}

.member_login_regist p {
    font-size: 15px;
    margin-bottom: 7px;
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
}

.member_login_regist a {
    background: #ABA07D;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
}

/* - member regist */
.mem_regist_title_s {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    background: #F5F2CD;
    color: #222;
    text-align: center;
    margin: 20px auto;
    padding: 7px;
}

.mem_regist_title_s_s {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 10px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 185%;
}

.member_regist {
    width: 800px;
    margin: 10px auto;
}

.member_regist tr td {
    padding: 5px;
}

.member_regist tr td:nth-child(1) {
    width: 120px;
    text-align: right;
}

.member_regist tr td:nth-child(2) {
    width: 480px;
    text-align: left;
}

.member_regist input {
    width: 100%;
    border: 1px #d8d8d8 solid;
    padding: 7px;
    color: #aaa;
}

.member_copy_right_box {
    border: 1px #d8d8d8 solid;
    height: 360px;
    overflow: scroll;
    max-width: 800px;
    padding: 10px;
    font-size: 12px;
    color: #666;
    margin: 10px auto;
}

.member_copy_right_box * {
    line-height: 1.4;
}

.member_copy_right_box h6 {
    font-size: inherit;
    font-weight: bold;
    line-height: 2;
}

.member_copy_right_box *+h6 {
    margin-top: 1em;
}

.member_copy_right_box ul {
    list-style: disc;
    padding-left: 3em;
}

.member_copy_right_box li {
    list-style: decimal;
}

.mask_order_history {
    max-width: 1000px;
    margin: 0 auto 30px;
}

table.order_history {
    width: 100%;
    margin: 0;
}

.mem_regist_title_s+.shopping-cart.check {
    max-width: 1000px;
}

/* - member data search */
.mem_content {
    max-width: 1000px;
    width: 100%;
}

.mem_box2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02 {
    width: 160px;
    margin: 20px 10px;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    background: #ABA07D;
    display: block;
    max-width: calc(50% - 20px);
}

.mem_box2 input.bbtn01 {
    background: #ABA07D;
}

.mem_box2 input.bbtn02 {
    background: #7AA354;
}

/* - order_history */
.order_history {
    margin: 0 auto;
    background: #cccccc;
}

.order_history td {
    background: #fff;
    padding: 15px 15px;
    color: #999;
}

.order_history tr {
    background: #963;
    border-bottom: 1px #ccc solid;
}

.order_history tr:nth-child(1) td {
    background: #f0f0f0;
    color: #121212;
}

.order_history tr td:nth-child(3) a {
    display: block;
    font-size: 12px;
    color: #fff;
    background: #c63;
    padding: 3px 5px;
    width: 70px;
    margin-top: 5px;
}

/* - 20201202 - */
/* - blog - */
.blog_box {
    min-height: 20vw;
    padding: 7px;
}

.blog_le,
.blog_ri {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2vw;
    padding: 7px;
}

.blog_le {
    width: 220px;
}

.blog_ri {
    width: calc(100% - 240px);
    padding: 0 0 0 20px;
    min-height: 75vh;
}

h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #666;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}

h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
}

h5.blog_le_t span {
    display: inline-block;
}

.blog_le a.news_menu_toggle {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

a.news_menu_toggle i {
    width: 1.5em;
    text-align: center;
}

.openNext a.news_menu_toggle i::before {
    content: '\f0d8';
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 15px;
    border: 1px #ccc solid;
    overflow: hidden;
}

.accordion li .link {
    position: relative;
    padding: 0;
}

.accordion li+li .link {
    border-top: 1px solid #ccc;
}

.accordion li .link a {
    cursor: pointer;
    display: block;
    /* padding: 15px 10px;
     */
    color: #444;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.blog_le .accordion li.open .link {
    color: #999;
}

.blog_le .accordion li .link i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
    width: 45px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.blog_le .accordion li.open .link i {
    color: #999;
}

.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '\f077';
}

.blog_le .accordion li.default .submenu {
    display: block;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #666 !important;
}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
    color: #fff !important;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #fff !important;
}

.submenu {
    display: none;
    background: #efefef;
    font-size: 14px;
}

.submenu li {
    background: none !important;
}

.submenu li+li {
    border-top: 1px solid #ccc;
}

.submenu a {
    display: block;
    position: relative;
    color: #666;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
}

.submenu a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 15px;
    transform: translateY(-50%);
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #ab9383;
    color: #FFF;
}


h4.blog_category_title em {
    font-style: normal;
}

h4.blog_category_title em:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #666;
    margin: 0 10px;
}

h4.blog_category_title span {
    font-size: 24px;
    color: #666;
}

.blog_shareData {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.toShareNews {
    font-size: 1em;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.toShareNews b,
.toShareNews a,
.toShareNews a object,
.toShareNews a i {
    display: block;
}

.toShareNews i {
    font-size: 1.5em;
}

.blog_shareData .visitors_num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #444;
}

.blog_shareData .visitors_num i::before {
    color: #999;
    margin-right: 5px;
}

.toShareNews a {
    margin-left: 10px;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 20px;
}

.blog_subbox * {
    transition: all 0.6s ease;
}

.subbox_item {
    display: block;
    width: 100%;
    position: relative;
}

.subbox_item a {
    display: grid;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
}

.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 15px;
    color: #999;
    transition: all .6s;
}

.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}

.blog_list_le {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    aspect-ratio: 1/1;
}

.blog_list_le img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_list_ri {
    display: block;
    padding: 5px 0;
    width: 100%;
}

.blog_list_ri>*+* {
    margin-top: 7px;
}

.blog_list_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.blog_list_ri em {
    font-size: 14px;
    color: #999;
    font-style: normal;
    display: block;
}

.blog_list_ri p {
    font-size: 15px;
    color: #666;
    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:hover:before,
.subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
}

/* article search */
.blog_search {
    position: relative;
    margin-bottom: 10px;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 30px;
    padding: 10px 35px 10px 10px;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/img_search.png) no-repeat center center;
    border: none;
}

.blog_search input::-webkit-search-decoration,
.blog_search input::-webkit-search-cancel-button {
    display: none;
}

.blog_search input:-moz-placeholder,
.blog_search input::-webkit-input-placeholder {
    color: #999;
}

.blog_search input[type=search]:focus {
    color: #000;
}

.blog_back {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    align-items: end;
}

.blog_back a {
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 7px 15px;
    width: 100%;
}

.blog_back a.article_btn_prev {
    background: #333;
}

.blog_back a.article_btn_back {
    background: #958377;
}

.blog_back a.article_btn_next {
    background: #333;
}

/* search details */
.blog_box_edit {}

.blog_box_edit * {
    line-height: 150%;
}

.articel_mainPic img {
    display: block;
    max-width: 100%;
}

.blog_box_edit .edit img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.article_img {}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 960px) {

    /* 20201202 */
    .subbox_item {
        width: 100%;
        border-bottom: 1px #eee solid;
    }
}

@media screen and (max-width: 768px) {
    .mask_order_history {
        width: 100%;
        padding: 20px;
        overflow: auto;
    }

    .order_history {
        background: none;
    }

    .order_history tr:nth-child(1) {
        display: none;
    }

    .order_history tr {
        background: #fff;
        /*border: 1px #ccc solid;
        */
        width: 48%;
        margin: 1% 1% 3%;
        float: left;
        display: block;
    }

    .order_history tr td {
        display: block;
        float: left;
        width: 100%;
        padding: 5px;
        border-bottom: 1px #f0f0f0 solid;
    }

    .order_history tr td:nth-child(1) {
        text-align: center;
    }

    .order_history tr td:nth-child(1) span {
        display: inline-block;
        font-weight: 1000;
        color: #fff;
        background: #429e39;
        padding: 15px;
        border-radius: 100%;
    }

    .order_history tr:nth-child(1) {
        width: 98%;
    }

    /* 20201002 */
    /* h5.blog_le_t, */
    .blog_le .accordion {
        display: none;
    }

    .blog_le {
        width: 100%;
        display: block;
    }

    .blog_ri {
        width: 100%;
        display: block;
        padding: 0;
        margin: auto;
    }

    .blog_back {
        grid-gap: 3px;
    }

    .blog_le a.news_menu_toggle {
        display: flex;
    }
}

@media screen and (max-width: 640px) {

    /* member regist */
    .member_regist {
        width: 100%
    }

    .member_regist tr td:nth-child(2) {
        width: auto;
    }

    .blog_subbox {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    .subbox_item a {
        grid-gap: 10px;
    }

    .mem_box2 {
        margin: 0 -5px;
    }

    .mem_box2 input.bbtn01,
    .mem_box2 input.bbtn02 {
        margin: 20px 5px;
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 480px) {
    .order_history tr {
        width: 98%;
    }


}

@media screen and (max-width: 400px) {

    /* member regist */
    .member_regist tr td,
    .member_regist tr td:nth-child(1),
    .member_regist tr td:nth-child(2) {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
    }

    .subbox_item a {
        grid-template-columns: 1fr;
    }

    h4.blog_category_title {
        margin-bottom: 10px;
    }
}

/* 20210722 購物清單成立頁 */
.note_edit+section {
    margin: 50px 0 30px;
}

.order_pay .notetext {
    padding: 0;
    margin: 0;
}

.pay_text {}

.pay_text p {
    font-size: 16px;
    line-height: 180%;
}

.pay_text img {
    max-width: 200px;
    display: block;
}

.pay_text p span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 180%;
}

.pay_text p a {
    width: 120px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-color: #D74C39;
    padding: 7px 15px;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
}

.order_finish_page .main_part {
    max-width: 990px;
}

.order_pay {
    padding: 30px;
}

.order_pay * {
    word-break: break-all;
}

.order_pay .blank_letter,
.order_pay .information_left {
    padding: 0;
    margin: 0;
}

.order_pay .notetext {
    padding: 0;
}

.order_list_tit {
    padding: 10px 0;
}

.order_list_tit b {
    font-size: 28px;
    color: #ea8228;
}

.order_list_tit span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    color: #666;
    padding: 3px;
    border-bottom: 1px #ccc solid;
}

.order_list_spec {}

.order_list_spec p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #333;
    padding: 7px;
    line-height: 1.2;
}

.order_list_tab {
    margin-bottom: 10px;
}

.order_list_tab table {
    width: 100%;
}

.order_list_tab tr {}

.order_list_tab td {
    font-size: 15px;
    color: #666;
    padding: 10px;
    border-top: 5px #fff solid;
}

.order_list_tab td:nth-child(1) {
    background: #e6e6e6;
    color: #714c3e;
    width: 100px;
    font-weight: 1000;
}

.shopper {}

.payer {
    background: #f6f6f6;
}

.order_list_tab.payer td:nth-child(1) {
    border-right: 3px #ccc solid;
}

.order_list_head {
    text-align: center;
}

.order_list_head p {
    font-size: 24px;
    color: #222;
    text-align: center;
    display: inline-block;
    border-bottom: 2px #000 solid;
    padding: 10px;
    margin: 20px;
}

.order_list_pro {}

.order_list_pro table {
    width: 100%;
}

.order_list_pro tr {}

.order_list_pro td {
    padding: 10px;
    border-bottom: 1px #ddd solid;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.order_list_pro td:nth-child(1) {
    width: 50px;
}

.order_list_pro td:nth-child(2) {
    text-align: left;
}

.order_list_pro td:nth-child(3) {
    width: 150px;
}

.order_list_pro td:nth-child(4) {
    width: 50px;
}

.order_list_pro td:nth-child(5) {
    width: 150px;
}

.order_list_pro td p {
    display: none;
}

.order_list_pro tr:first-child {
    background: #f5dfbf;
}

.order_list_pro tr:first-child td {
    color: #886532;
    font-weight: 1000;
}

.last_box_money {
    text-align: right;
    padding: 10px 0;
}

.last_box_money p,
.last_box_money em {
    display: inline-block;
    font-size: 15px;
    color: #333;
    font-style: normal;
}

.last_box_money em span {
    font-size: 30px;
    color: #c00;
    display: inline-block;
    padding: 0 10px;
}

/* .order_pay .list_before.info li{
    padding: 0;
}
 */
/* orderFinish_data */
.orderFinish_data .notetext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.orderFinish_data .animated-arrow {
    display: block;
    margin: 0;
}

.orderFinish_data .pay_text>*+* {
    margin-top: 30px;
}

.orderFinish_data .notetext>* {
    max-width: calc(50% - 5px);
}

/* LINE Pay & 街口 */
.codePay_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.codePay_info .notetext {
    display: block;
}

.codePay_info .notetext>* {
    display: block;
    margin: 0 auto;
}

.codePay_info .notetext>*+* {
    margin-top: 20px;
}

.codePay_info .information_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.codePay_info .list_before {
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .pay_text {
        margin: 0;
        margin-bottom: 20px;
    }

    .pay_text img {
        width: 200px;
        margin: 30px auto;
        margin-left: -8px;
    }
}

@media (max-width: 640px) {
    .order_list_pro td {
        display: none !important;
    }

    .order_list_pro td:nth-child(2) {
        display: block !important
    }

    .order_list_pro td span {
        font-size: 20px;
        color: #333;
        display: block;
    }

    .order_list_pro td p {
        display: inline-block;
        font-size: 12px;
        padding: 0 10px 0 0;
    }

    .codePay_info {
        flex-direction: column;
    }

    .codePay_info>* {
        max-width: 100%;
    }

    .codePay_info>*+* {
        margin-top: 30px !important;
    }
}

@media (max-width: 570px) {
    .order_pay {
        padding: 30px 0 0 0;
    }

    .order_list_tab td {
        padding: 6px;
    }

    .order_list_tab td:nth-child(1) {
        width: 80px;
    }

    .last_box_money p {
        font-size: 13px;
    }

    .orderFinish_data .notetext>* {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .orderFinish_data .notetext>* {
        width: 100%;
    }
}

/* 2021 09 13 相關推薦 */
.prod_related {
    background: #f3f3f3;
    padding: 25px 15px;
}

.prod_related h6 {
    max-width: 1200px;
    margin: 0 auto 20px;
    text-align: center;
}

.prod_related h6 span {}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #6d7980;
}

.related_list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    max-width: 1200px;
    margin: auto;
    text-align: center;
    grid-gap: 20px;
}

.related_list li {
    display: block;
    padding: 0px;
    /*vertical-align:top;
     width:24%;
    */
    width: 100%;
    background: #fff;
}

.related_list li a {
    display: block;
    padding: 4px;
    background: #fff;
}

.related_list li figure {
    aspect-ratio: 1/1;
    height: auto;
    overflow: hidden;
}

.related_list li a img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related_list li a p {
    font-size: 15px;
    color: #333;
    line-height: 2;
}

@media (max-width: 768px) {

    /* .related_list li {
         width:49%;
    }
     */
    .related_list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 10px;
    }
}

/* 2022.4.18 首頁文章管理 */
.module_i_news {
    padding: 50px 20px;
}

.module_i_news section {
    max-width: 1300px;
    margin: 0 auto;
}

.module_i_news .title_i_box,
.i_prod_tit,
.i_video_tit {
    margin-bottom: 30px;
    text-align: center;
}

.module_i_news .title_i_box h6 {
    font-size: 36px;
    color: #212121;
}

.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #202020;
    font-weight: 500;
}

.module_i_news .newsSwiper.swiper {
    --swiper-navigation-color: #dfdfdf;
    --swiper-pagination-color: #dfdfdf;
    --swiper-pagination-bullet-inactive-color: #dfdfdf;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-inactive-opacity: .5;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-navigation-size: 1.6em;
    --swiper-pagination-bottom: 0;
    --swiper-navigation-sides-offset: 0;
}

.newsSwiper .swiper-button-next,
.newsSwiper .swiper-button-prev {
    height: calc(var(--swiper-navigation-size) + 20px);
    width: calc(var(--swiper-navigation-size) + 0.1em);
    background: #333;
}

/* .newsSwiper .swiper-pagination{
    position: relative;
     display: block;
     width: 100%;
}
 */
.module_i_news_list,
.module_i_news_list.swiper {
    padding: 30px 0;
}

.module_i_news ul {
    list-style: none;
    display: block;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    grid-gap: 20px;
    width: 90%;
}

.module_i_news ul.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.module_i_news li {
    display: block;
    text-align: left;
}

.module_i_news li a {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 10px;
}

.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    color: #999;
    transition: all .6s;
}

.module_i_news li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .6s;
}

.i_blog_le {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    line-height: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.i_blog_le img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i_blog_ri {
    display: block;
    vertical-align: top;
    padding: 5px;
    width: 100%;
}

.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.i_blog_ri em {
    font-size: 14px;
    color: #999;
    font-style: normal;
    display: block;
    margin: 7px 0;
}

.i_blog_ri p {
    font-size: 15px;
    color: #666;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

.i_blog_b {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.i_blog_b * {
    transition: all .5s;
}

.i_blog_b a {}

.i_blog_b a i.fa-solid.fa-arrow-right {
    margin: 0 10px;
}

/* hover */
.module_i_news li a:hover:before,
.module_i_news li a:hover:after {
    opacity: 1;
    transition: all .5s;
}

.i_blog_b a:hover i.fa-solid.fa-arrow-right {
    margin: 0 0 0 20px;
}

@media (max-width:768px) {
    .module_i_news ul {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .module_i_news li {
        display: block;
        width: 100%;
        border-bottom: 1px #eee solid;
    }

    .module_i_news li a {
        grid-template-columns: 1fr;
    }
}

@media (max-width:600px) {
    .module_i_news {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* 2024.09.04 首頁聯絡我們 */
.i_contact_box {
    padding: 50px 20px;
}

.i_contact_box section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

@media (max-width:600px) {
    .i_contact_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .i_contact_box .information_left,
    .i_contact_box .information_right {
        padding: 0;
    }
}

/* 2024.09.04 首頁相簿 */
.module_i_album {
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.module_i_album section {
    width: 100%;
    max-width: 1300px;
}

.module_i_album * {
    transition: all .5s;
}

.module_i_album .title_i_box {
    margin-bottom: 30px;
    text-align: center;
}

.module_i_album .title_i_box h6 {
    font-size: 36px;
    color: #212121;
}

.module_i_album .title_i_box h4 {
    font-size: 24px;
    color: #202020;
    font-weight: 500;
}

.i_album_list_box,
.albumSwiper.swiper {
    --swiper-navigation-color: #dfdfdf;
    --swiper-pagination-color: #dfdfdf;
    --swiper-pagination-bullet-inactive-color: #dfdfdf;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-inactive-opacity: .5;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-navigation-size: 1.6em;
    --swiper-pagination-bottom: 0;
    --swiper-navigation-sides-offset: 0;
    padding: 30px 0;
}

.albumSwiper .swiper-button-next,
.albumSwiper .swiper-button-prev {
    height: calc(var(--swiper-navigation-size) + 20px);
    width: calc(var(--swiper-navigation-size) + 0.1em);
    background: #333;
}

.i_album_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1vw;
}

.i_album_list li a {
    display: block;
    position: relative;
}

.i_album_list li a p {
    width: 100%;
    height: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #222;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_album_list li a p span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_album_list li div {
    aspect-ratio: 4/3;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.i_album_list li img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i_album_list li:hover img {
    transform: scale(1.05);
}

.i_album_list li:hover p {
    height: 100%;
}

.i_album_b {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.i_album_b a i.fa-solid.fa-arrow-right {
    margin: 0 10px;
}

.i_album_b a:hover i.fa-solid.fa-arrow-right {
    margin: 0 0 0 20px;
}

@media (max-width:980px) {
    .i_album_list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 10px;
    }
}

@media (max-width:600px) {
    .module_i_album {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* 2024.09.13 隱私權政策 */
.privacy_page .main_part {
    padding: 0 10px 50px;
}

.privacy_page .banner {
    font-size: 1.6em;
    background: transparent;
    flex-direction: column;
}

.privacy_page .banner h5 {
    font-size: inherit;
}

.privacy_page .banner h6 {
    font-size: .8em;
    color: #ccc;
}

.privacyContent {
    color: #444;
    line-height: 1.6;
    letter-spacing: .05em;
}

.privacyContent h5 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.privacyContent>*+* {
    margin-top: 30px;
}

.privacyContent h6 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2;
}

.privacyContent ul {
    list-style-type: disc;
    padding-left: 1.5em;
}

.privacyContent li {
    list-style: decimal;
}

@media (max-width:600px) {}

/* 2024新增youtube影片功能 */
.video_page .main_part {
    max-width: 1500px;
}

.video_content {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video_menu_list {
    margin-bottom: 30px;
    width: 220px;
}

.video_menu_list>h5 {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 1.2em;
    position: relative;
    color: #000000;
    display: none;
}

.video_menu_list a.vd_menu_toggle {
    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: flex-end;
}

a.vd_menu_toggle i {
    width: 1.5em;
    text-align: center;
}

.openNext a.vd_menu_toggle i::before {
    content: '\f0d8';
}

.video_menu_list>ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.video-layer-two li {
    display: block;
    margin: 0;
    position: relative;
}

.video-layer-two>li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.video-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #f3f3f3;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #391911;
}

.video-layer-two li.active a {
    font-weight: bold;
    border: 1px #ccc solid;
}

.video-layer-two li.active li a {
    font-weight: normal;
    color: #333;
}

.video-layer-two li ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    width: 100%;
}

.video-layer-two li ul.noContent {
    display: none;
}

.video-layer-two li li {
    display: none;
    background: #fff;
    /*border:1px #ccc solid;
    */
    margin: 0;
}

.video-layer-two li li.active a {
    background: rgba(0, 0, 0, .03);
}

.video-layer-two li li a {
    border: none !important;
    background: #fff;
    font-size: 14px;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 40px 20px;
    width: 100%;
}

.video_menu_list+.video-list {
    max-width: calc(100% - 270px);
}

.pageIndex .videoListBox,
.videoListBox.swiper {
    margin: 0px auto;
    padding: 30px 0;
}

.pageIndex .video-list {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.pageIndex .vidSwiper .video-list {
    margin: 0;
}

.pageIndex .vidSwiper {
    --swiper-navigation-color: #dfdfdf;
    --swiper-pagination-color: #dfdfdf;
    --swiper-pagination-bullet-inactive-color: #dfdfdf;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-inactive-opacity: .5;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-navigation-size: 1.6em;
    --swiper-pagination-bottom: 0;
    --swiper-navigation-sides-offset: 0;
}

.vidSwiper .swiper-button-next,
.vidSwiper .swiper-button-prev {
    height: calc(var(--swiper-navigation-size) + 20px);
    width: calc(var(--swiper-navigation-size) + 0.1em);
    background: #333;
}

.video-list .title_box {
    width: 100%;
}

.video-list .vid_item {
    position: relative;
}

.video-list .vid_item a {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    height: 100%;
}

.video-list .vid_item a>* {
    width: 100%;
}

.video-list .vidCover {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 10px;
}

.video-list .vidCover img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.video-list .vid_item a:hover .vidCover img {
    transform: scale(1.05);
}

.video-list .vidCover::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/vid_icon.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
}

.video-list .vidCover::after {
    content: '';
    width: 100%;
    bottom: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: .3s;
}

.video-list .vid_item a:hover .vidCover::after {
    opacity: 1;
}

.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;
}

.vidDesc {
    font-size: .9em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 5.6em;
    line-height: 1.4;
}

/* 影片lightbox */
body.addLightBox {
    overflow: hidden;
}

.videoLayout {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999999;
    left: 0;
    top: 0;
    padding-bottom: 70px;
}

.lightboxMain {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.lightboxMain>a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.videoContain {
    position: relative;
    z-index: 5;
    width: calc(100% - 40px);
    max-width: 1400px;
    /* padding-bottom: 25%;
     */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    aspect-ratio: 18/10.119;
}

.videoContain>a {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    order: 5;
    font-size: 1.5em;
}

.videoContain iframe {
    width: 100%;
    display: block;
    height: 100%;
}

@media (max-width:1024px) {

    .video-list,
    .video_menu_list,
    .video_menu_list+.video-list {
        width: 100%;
        max-width: 100%;
    }

    .video_menu_list ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .videoContain {
        width: calc(100% - 40px);
    }

    .videoContain iframe {
        height: auto;
        aspect-ratio: 16/9;
        max-height: 80vh;
    }

    .videoContain>a {
        background: #FFFFFF;
        padding: 5px;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 40px;
        height: 40px;
        color: #000000;
    }

    .videoContain>a i {
        font-size: 1.5em;
    }

    .fancybox-slide,
    .fancybox-slide--image.fancybox_facebook {
        padding: 40px 10px;
    }

    .fancybox-navigation {
        display: none;
    }
}

@media (max-width: 980px) {
    .pageIndex .video-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 15px;
    }

    .pageIndex .video-list .vidCover::before {
        background-size: 20%;
    }
}

@media (max-width:768px) {
    .video_menu_list>h5 {
        display: block;
    }

    .video_menu_list ul {
        display: none;
    }

    .video-list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width:600px) {
    .video-list .vidTitle {
        display: block;
        height: auto;
    }

    .pageIndex .video-list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 10px;
    }

    .pageIndex .video-list .vidTitle {
        display: -webkit-box;
        height: 1.2em;
    }

    .vidDesc {
        -webkit-line-clamp: 3;
        max-height: 4.2em
    }
}

/* 2024 11 04 文章相關推薦 + 標籤*/
.news_related {
    background: #f3f3f3;
    padding: 25px 15px;
}

.news_related h6 {
    max-width: 1200px;
    margin: 0 auto 20px;
    text-align: center;
}

.news_related h6 span {}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #6d7980;
}

.news_related_list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    max-width: 1200px;
    margin: auto;
    text-align: center;
    grid-gap: 20px;
}

.news_related_list li {
    display: block;
    padding: 0px;
}

.news_related_list li a {
    display: block;
    padding: 4px;
    background: #fff;
    height: 100%;
}

.news_related_list li figure {
    aspect-ratio: 1/1;
    height: auto;
    overflow: hidden;
}

.news_related_list li a img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_related_list li a p {
    font-size: 15px;
    color: #333;
    line-height: 2;
}

.news_tags {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 30px;
}

.news_tags a {
    margin-right: 10px;
    color: blue;
}

@media (max-width: 768px) {
    .news_related_list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 10px;
    }
}

/* 2024 11 04 購物車tab切換 */
.prod_tabs {
    margin-top: 80px;
}

.pd_tabTitle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    text-align: center;
    color: #666666;
}

.pd_tabTitle li,
.pd_tabTitle {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.pd_tabTitle li {
    position: relative;
    z-index: 5;
    flex: 1;
    border-bottom: 1px solid #999999;
}

.pd_tabTitle li::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pd_tabTitle li a {
    display: block;
    padding: 10px 10px;
    color: #999999;
    line-height: 1.4;
    background: transparent;
}

.pd_tabTitle li.activeTab a {
    color: inherit;
}

.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #999999;
}

.pd_tabInner_contain {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .prod_tabs {
        margin-top: 40px;
    }

    #bottom_menu {
        display: flex;
    }
}

/* 結束 */
/* 聯絡方式指定刪除 */
.footer .mail {
    display: none;
}

.footer .me_tp_mail {
    display: none;
}

.contact_content .information_left .info_MAIL {
    display: none;
}

.info_fix_default.info_fix_mail {
    display: none;
}

a.info_fix_default.info_fix_phone,
a.info_fix_default.info_fix_tel {
    display: none;
}

/* 窩課幫原先有的menu結束 */
/* 窩課幫原有的menu_v3_2023 */
.header_area {
    position: relative;
    z-index: 9999;
    padding: 10px;
    background: #f0f0f0;
    position: sticky;
    top: 0;
    width: 100%;
}

.main_header_area {}

.main_header_area .container {
    max-width: 1300px;
    margin: auto;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 0 20px;
}

.navigation * {
    box-sizing: border-box;
    word-break: break-all;
}

.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 300px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}

.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.nav-brand-m {
    display: none;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40
}

.navigation-portrait .nav-brand {
    font-size: 18px;
}

.nav-brand img {
    max-width: 100%
}

.nav-brand h1 {
    text-indent: -9999px;
    margin: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* * Stellarnav.js 2.5.0 * Responsive, lightweight, multi-level dropdown menu. * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com * Released under the MIT license */
/* all nav */
.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
}

.stellarnav a {
    color: #777;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
}

.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #777;
    /*-webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     transition: all .3s ease-out;
     */
}

/* main level */
.stellarnav>ul>li {
    display: inline-block;
}

.stellarnav>ul>li.active>a {
    color: #edb72e;
}

.stellarnav>ul>li>a {}

/* first level dd */
.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;
}

.stellarnav li li {
    display: block;
    border: 1px #eee solid;
    border-bottom-width: 0;
}

.stellarnav li li:last-of-type {
    border-bottom-width: 1px;
}

/* second level dd */
.stellarnav ul ul ul {
    top: 0;
    /* dd animtion - change to auto to remove left:100%;
     */
    left: 100%;
}

.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    /*top: 0;
    */
}

/* .drop-left 或最後一個 li*/
.stellarnav>ul>li.drop-left>ul {
    right: 0;
}

.stellarnav li.drop-left ul ul {
    left: auto;
    right: 160px;
}

/* light theme */
.stellarnav.light {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.light a {
    color: #000;
}

.stellarnav.light ul ul {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.light li a {
    color: #000;
}

/* dark theme */
.stellarnav.dark {
    background: rgba(0, 0, 0, 1);
}

.stellarnav.dark a {
    color: #FFF;
}

.stellarnav.dark ul ul {
    background: rgba(0, 0, 0, 1);
}

.stellarnav.dark li a {
    color: #FFF;
}

/* sticky nav */
.stellarnav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
    overflow-x: hidden;
}

/* general styling */
.stellarnav li.has-sub>a {
    /*padding:7px 20px 7px 10px;
    */
    position: relative;
}

.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.stellarnav li li.has-sub>a {
    padding: 10px 15px 10px 10px;
    position: relative;
}

.stellarnav li li.has-sub>a:after {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #898989;
    position: relative;
    top: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.stellarnav li.drop-left li.has-sub>a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #898989;
}

.stellarnav.hide-arrows li.has-sub>a:after,
.stellarnav.hide-arrows li li.has-sub>a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub>a:after {
    display: none;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
}

.stellarnav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    z-index: 9999;
    border: 0;
}

.stellarnav.desktop li.has-sub a {}

.stellarnav.desktop.hide-arrows li.has-sub a {
    padding-right: 15px;
}

.stellarnav.mobile>ul>li>a.dd-toggle {
    padding: 6px;
    position: absolute;
    text-align: center;
    z-index: 999;
}

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
    display: none;
}

/* svg icons */
.stellarnav svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    position: relative;
    top: 2px;
}

/* svg icons */
.stellarnav a.dd-toggle .icon-plus {
    box-sizing: border-box;
    transition: transform 0.3s;
    width: 12px;
    height: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
}

.stellarnav li.open>a.dd-toggle .icon-plus {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #000;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
    border-color: #000;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
    border-color: #FFF;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
    border-color: #FFF;
}

.stellarnav .icon-close {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
}

.stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

.stellarnav .icon-close:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
    transform: rotate(-45deg);
}

.stellarnav.light .icon-close:before {
    border-color: #000;
}

.stellarnav.light .icon-close:after {
    border-color: #000;
}

.stellarnav.dark .icon-close:before {
    border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
    border-color: #FFF;
}

/* mobile nav */
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
    padding: 10px;
    box-sizing: border-box;
}

.stellarnav .menu-toggle span.bars {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 3px;
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #777;
    margin: 0 auto 4px;
}

.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #777;
    ;
    display: block;
    transform: scale(0.9);
}

.stellarnav .full {
    width: 100%;
}

.stellarnav .half {
    width: 50%;
}

.stellarnav .third {
    width: 33%;
    text-align: center;
}

.stellarnav .location-btn-mobile.third {
    text-align: center;
}

.stellarnav .location-btn-mobile.half {
    text-align: right;
}

.stellarnav.light .third,
.stellarnav.light .half {
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.left .third,
.stellarnav.light.left .half {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.right .third,
.stellarnav.light.right .half {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
    border-left: 0;
}

.stellarnav.dark .third,
.stellarnav.dark .half {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
    border-bottom: 0;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
    border-bottom: 0;
}

.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
    border-left: 0;
}

.stellarnav.light .menu-toggle span.bars span {
    background: #000;
}

.stellarnav.dark .menu-toggle span.bars span {
    background: #FFF;
}

.stellarnav.mobile {
    position: static;
}

.stellarnav.mobile.fixed {
    position: static;
}

.stellarnav.mobile ul {
    position: relative;
    display: none;
    z-index: 99;
}

.stellarnav.mobile.active {
    padding-bottom: 0;
}

.stellarnav.mobile.active>ul {
    display: block;
}

.stellarnav.mobile ul {
    text-align: left;
}

.stellarnav.mobile>ul>li {
    display: block;
    border-bottom: 1px #ddd solid;
}

.stellarnav.mobile>ul>li>a {
    padding: 10px 43px 10px 10px;
}

.stellarnav.mobile ul {
    /*background: rgba(221, 221, 221, 1);
    */
    background: #fff;
}

.stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.stellarnav.mobile li li.has-sub a {
    padding: 10px 43px 10px 10px;
}

.stellarnav.mobile li li a.dd-toggle {
    padding: 0;
}

.stellarnav.mobile ul ul ul {
    left: auto;
    top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
    right: auto;
}

.stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile>ul {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile.light>ul {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile li a.dd-toggle {
    border: 0;
    position: absolute;
}

.stellarnav.mobile.light li a.dd-toggle {
    border: 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;
}

.stellarnav.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left;
}

.stellarnav.mobile.light ul {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.mobile.dark ul {
    background: rgba(0, 0, 0, 1);
}

.stellarnav.mobile.dark ul ul {
    background: rgba(255, 255, 255, .08);
}

.stellarnav.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.stellarnav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.stellarnav.mobile li.has-sub>a:after,
.stellarnav.mobile li li.has-sub>a:after,
.stellarnav.mobile li.drop-left li.has-sub>a:after {
    display: none;
}

/* mobile open */
.stellarnav.mobile li.open {
    background: #f3f3f3;
    padding: 3px;
}

.stellarnav.mobile li.open li.open {
    background: #eee;
    padding: 3px;
}

/* left and right positions */
.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    border-right: 1px #eee solid;
}

.stellarnav.mobile.right>ul {
    right: 0;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    background: #f0f0f0;
}

.stellarnav.mobile.left>ul {
    left: 0;
}

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
    text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
    text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
    text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
    text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
    text-align: left;
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
    display: none;
}

/* left and right positions */
/* mega dd */
.stellarnav.desktop li.mega ul ul {
    background: none;
}

.stellarnav.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}

.stellarnav.desktop li.mega li li {
    display: block;
    position: relative;
    left: 4px;
}

.stellarnav.desktop li.mega ul ul {
    width: auto;
}

.stellarnav.desktop li.mega li {
    border: none;
    text-align: center;
}

.stellarnav.desktop li.mega li li a {
    border-bottom: 1px #ccc dashed;
}

.stellarnav.desktop li.mega li.has-sub a:after {
    display: none;
}

.stellarnav.desktop>ul>li.mega {
    position: inherit;
}

.stellarnav.desktop>ul>li.mega>ul {
    width: 100%;
    max-width: 100% !important;
    position: fixed;
    padding: 25px;
}

.stellarnav.desktop>ul>li.mega>ul>li {
    padding-bottom: 15px;
    box-sizing: border-box;
    width: 16.6% !important;
    padding: 10px;
}

.stellarnav.desktop>ul>li.mega>ul>li>a {
    font-weight: 1000;
    padding: 10px !important;
    background: #999;
    color: #fff;
}

.stellarnav.desktop>ul>li.mega>ul li.has-sub ul {
    display: block !important;
    position: relative;
    left: auto;
    right: auto;
}

/* mega dd */
.me_tp_features {
    width: 100%;
    text-align: right;
}

.me_tp_features a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
}

.me_tp_features a i {
    margin: 0 3px;
}

.me_tp_features a.tp_btn_cart {}

.me_tp_features a.tp_btn_cart b {
    font-weight: normal;
}

.me_tp_features a.tp_btn_cart b::before {
    content: '(';
    display: inline;
}

.me_tp_features a.tp_btn_cart b::after {
    content: ')';
    display: inline;
}

.me_tp_features a.tp_btn_notice {}

/*Sreach*/
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin-bottom: 5px;
}

.shop_search_txt {
    background: #fff;
    color: #666;
    border: none;
    border-radius: 20px;
    padding: 6px 60px 6px 10px;
    position: relative;
    z-index: 1;
    font-size: 13px;
}

.shop_search_btn {
    background: #000;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 12px;
    cursor: pointer;
    height: 100%;
}

.box_search input[type=text] {
    -webkit-appearance: textfield;
    /* -webkit-box-sizing: content-box;
     */
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: solid 1px #ccc;
    padding: 5px 55px 5px 32px;
    line-height: 1.2;
    /* width:110px;
     */
    width: 100%;
    max-width: 160px;
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    height: auto;
}

.box_search input[type=text]:focus {
    color: #e63917;
    /*width:160px;
    */
}

/* 外部link */
.tp_links {
    display: inline-block;
}

.tp_links a {
    font-size: 16px;
    color: #333;
    margin: 0;
}

/* 語系 */
.tp_lang {
    display: inline-block;
    display: none;
}

.tp_lang a {
    margin: 0;
}

.tp_lang a:before {
    content: '';
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 1px 3px;
}

.tp_lang a.lang_tw:before {
    content: '中';
}

.tp_lang a.lang_en:before {
    content: '英';
}

.tp_lang a.lang_jp:before {
    content: '日';
}

.tp_lang a.lang_cn:before {
    content: '簡';
}

@media only screen and (max-width : 1024px) {
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

    .stellarnav {
        max-width: 100%;
    }

    .stellarnav ul {
        text-align: center;
    }

    .me_tp_features {
        text-align: center;
        margin: 7px 0 0;
    }

    .nav-header {
        position: static;
        text-align: center;
    }
}

/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
    .nav-brand {}

    .stellarnav {
        overflow: hidden;
        display: block;
    }

    .stellarnav ul {
        position: relative;
        display: none;
    }

    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        display: inline-block;
    }

    .stellarnav.mobile.active {
        z-index: 999;
    }

    .stellarnav .menu-toggle {
        font-size: 12px;
    }

    .stellarnav .menu-toggle span.bars {
        display: block;
    }
}

/* mobile nav */
@media only screen and (max-width : 570px) {

    .stellarnav.mobile .call-btn-mobile.third span,
    .stellarnav.mobile .location-btn-mobile.third span {
        display: none;
    }

    .stellarnav .menu-toggle {
        padding: 15px 10px;
        padding: 0;
    }

    .me_tp_features a.tp_btn_cart,
    .me_tp_features a.tp_btn_notice {
        display: none;
    }
}

/* **************** 2023.4.25 新增 **************** */
.stellarnav>ul>li>a {
    padding: 0;
    color: #343a40;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 17px;
}

.stellarnav>ul>li>a b {
    display: block;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    font-weight: normal;
}

.stellarnav>ul>li>a:hover b {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
}

@media (max-width: 768px) {
    .stellarnav.mobile>ul>li>a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
    }

    .stellarnav.mobile>ul>li>a b {
        display: inline;
        vertical-align: top;
        height: auto;
        line-height: 150%;
    }

    .stellarnav.mobile>ul>li>a:hover b {
        transform: none;
    }
}

/* 窩課幫原有的menu_v3_2023結束 */
/* 額外加客戶編輯器 */
.blog_box_edit .blog_55_add,
body.promotions_page .blog_55_add,
body.product_info_page .blog_55_add {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px;
    padding-bottom: 5px;
}

.blog_box_edit .blog_55_add img,
body.promotions_page .blog_55_add img,
body.product_info_page .blog_55_add img {
    width: 100%;
}

.blog_box_edit .blog_55_add+p,
.blog_box_edit p+.blog_55_add,
.blog_box_edit h4+.blog_55_add,
body.promotions_page .blog_55_add+p,
body.promotions_page p+.blog_55_add,
body.promotions_page h4+.blog_55_add,
body.product_info_page .blog_55_add+p,
body.product_info_page p+.blog_55_add，body.product_info_page h4+.blog_55_add {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1440px) {

    .blog_box_edit .blog_55_add,
    body.promotions_page .blog_55_add,
    body.product_info_page .blog_55_add {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* 結束 */
.main_part {
    max-width: 1500px;
    position: relative;
}

@keyframes op_0_1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shadow {
    0% {
        transform: skew(0deg, 0deg)
    }

    25% {
        transform: skew(0deg, 8deg)
    }

    50% {
        transform: skew(6deg, 10deg)
    }

    75% {
        transform: skew(6deg, 2deg)
    }

    to {
        transform: skew(0deg, 0deg)
    }
}

@keyframes shadow_02 {
    0% {
        transform: skew(0deg, 0deg)
    }

    25% {
        transform: skew(8deg, 0deg)
    }

    50% {
        transform: skew(10deg, 6deg)
    }

    75% {
        transform: skew(2deg, 6deg)
    }

    to {
        transform: skew(0deg, 0deg)
    }
}

@keyframes teamrotation {
    40% {
        border-top-left-radius: 135px;
        border-bottom-right-radius: 135px;
    }

    50% {
        border-radius: 150px;
    }

    60% {
        border-top-left-radius: 135px;
        border-bottom-right-radius: 135px;
    }
}

@keyframes teamrotation_02 {
    40% {
        border-top-right-radius: 135px;
        border-bottom-left-radius: 135px;
    }

    50% {
        border-radius: 150px;
    }

    60% {
        border-top-right-radius: 135px;
        border-bottom-left-radius: 135px;
    }
}

@keyframes teamrun {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 100%;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes Blur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px)
    }
}

/* 製作時刪除上方 */
/* 英文斷行修正 */
* {
    word-break: break-word !important;
}

@import url('https://fonts.googleapis.com/css2?family=Junge&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');



/* 字體統一 */
:root {
    /* 標題 */
    --font_same_title: "Junge", "微軟正黑體", Sans-serif;
    /* 選單 */
    --font_same_menu: 'jost', "微軟正黑體", Sans-serif;
    --font_same_menu_in_page_size: 18px;
    --font_same_menu_in_page_w: bold;
    /* 基礎字 */
    --font_same_content: 'jost', "微軟正黑體", Sans-serif;
    /* banner文字 */
    --font_same_banner_t: "Junge", "Noto Serif TC", "微軟正黑體", Sans-serif;
    /* 品牌色 */
    --brand_bg_color: #E60012;
    /* 標題 */
    --same_title_p: #961f24;
    --same_title_m_color: #961f24;
    --same_title_m_color_02: #C79859;
    --same_title_p_weight: 800;
    --same_title_p_letter_spacing: 0.2em;
    --same_title_p_line_height: 1.7;
    /* 內頁文字 */
    --font_p_color: #897344;
    --font_p_color_weight: 500;
    --font_p_color_letter_spacing: 0.1em;
    --font_p_line_height: 1.7;
    /* banner文字 */
    --font_p_color_banner: #897344;
    /* header */
    --header_bg: #ffffff;
    --header_bg_p: #961f24;
    --header_bg_sticky_bg: #F0EEEA;
    --header_bg_sticky_bg_p: #f2f2ad;
    --header_menu_p: #961f24;
    /* 按鈕 */
    --btn_bg_d: #961f24;
    --btn_bg_d_p: #fff;
    --btn_bg_d_hover: #ADA17E;
    --btn_bg_d_p_hover: #961f24;
    --btn_bg_l: #961f24;
    --btn_bg_l_p: #666666;
    --btn_bg_l_hover: #ADA17E;
    --btn_bg_l_p_hover: #fff;
    --btn_bg: #961f24;
    --btn_p: #961f24;
    --btn_bg_hover: #961f24;
    --btn_p_hover: #961f24;
    --btn_bg_light: #f2f2ad;
    /* footer */
    --footer_bg: #1a2525;
    --footer_bg_p: #f2f2ad;
    /* 其他 */
    --base_color: #E1DDDC;
    --sub_color: #961f24;
    --font_color_d: #5F5F5F;
    /* --font_color_m:;
     */
    --font_color_l: #fff;
    /* 購物車價格文字 */
    --price_font_size: 14px;
    /* 基礎字體大小 */
    --gapbig_01: 80px;
    --fonts16re: 16px;
    --fonts17re: 17px;
    --fonts18re: 18px;
    --fonts20re: 20px;
    --fonts21re: 21px;
    --fonts22re: 22px;
    --fonts23re: 23px;
    --fonts24re: 24px;
    --fonts25re: 25px;
    --fonts26re: 26px;
    --fonts28re: 28px;
    --fonts32re: 32px;
    --fonts35re: 35px;
    --fonts40re: 40px;
    --fonts50re: 50px;
    --fonts72re: 72px;
    --fonts110re: 110px;
}

@media screen and (max-width: 1440px) {
    :root {
        --fonts18re: 17px;
        --fonts20re: 17px;
        --fonts21re: 18px;
        --fonts22re: 20px;
        --fonts23re: 20px;
        --fonts24re: 20px;
        --fonts26re: 20px;
        --fonts28re: 23px;
        --fonts35re: 30px;
        --fonts40re: 32px;
        --fonts50re: 44px;
        --fonts72re: 64px;
        --fonts110re: 75px;
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --fonts18re: 17px;
        --fonts23re: 23px;
    }
}

@media screen and (max-width: 1080px) {
    :root {
        --fonts20re: 17px;
        --fonts28re: 20px;
        --fonts50re: 35px;
        --fonts72re: 55px;
        --fonts110re: 60px;
    }
}

@media screen and (max-width: 1024px) {
    :root {}
}

@media screen and (max-width: 840px) {
    :root {
        --fonts20re: 17px;
        --fonts25re: 25px;
        --fonts32re: 32px;
        --fonts110re: 50px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --gapbig_01: 60px;
        --fonts16re: 15px;
        --fonts17re: 15px;
        --fonts20re: 18px;
        --fonts22re: 22px;
        --fonts24re: 22px;
        --fonts25re: 22px;
        --fonts26re: 26px;
        --fonts32re: 29px;
        --fonts35re: 24px;
        --fonts40re: 40px;
        /* 購物車價格文字 */
        --price_font_size: 12px;
        /* 文章與footer修正 */
        --menu_top_h_for_blog_in_page: 0px;
    }
}

@media screen and (max-width: 640px) {
    :root {
        --fonts16re: 15px;
        --fonts40re: 40px;
    }
}

@media screen and (max-width: 600px) {
    :root {
        --fonts21re: 16px;
        --fonts23re: 20px;
        --fonts28re: 17px;
        --fonts50re: 30px;
        --fonts72re: 28px;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --fonts24re: 19px;
        --fonts26re: 19px;
        --fonts35re: 18px;
        --fonts50re: 38px;
    }
}

@media screen and (max-width: 476px) {
    :root {
        --fonts32re: 25px;
    }
}

@media screen and (max-width: 425px) {
    :root {
        --fonts23re: 17px;
        --fonts28re: 16px;
        --fonts72re: 50px;
        --fonts110re: 45px;
    }
}

@media screen and (max-width: 370px) {
    :root {
        --fonts23re: 17px;
        --fonts28re: 16px;
        --fonts72re: 50px;
        --fonts110re: 45px;
        /* 購物車價格文字 */
        --price_font_size: 11px;
    }
}

/* 結束 */
/* 原始設定 */
/* 關於CSS設定說明 CSS屬性是會繼承的，而且還是由上往下繼承。 同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準 但是有兩種情況除外: 1.絕對路徑命名. 如: .xx .yy .zz p {
    設定值;
}
 2.important. 如: .xx p {
    設定值 !important;
}
 CSS3選取器語法 :nth-child(n) */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*上方選單解除滑動固定 .header_area.sticky {
     position:relative;
}
 */
/*上方選單右邊設定 臉書/LINE/電話/信箱 .tp_links a:before {
    寬高大小設定
}
 .tp_links a.me_tp_fb {
}
 .tp_links a.me_tp_fb:before {
    背景換圖/建議.SVG
}
 .tp_links a.me_tp_line {
}
 .tp_links a.me_tp_line:before {
    背景換圖/建議.SVG
}
 .tp_links a.me_tp_call {
}
 .tp_links a.me_tp_call:before {
    背景換圖/建議.SVG
}
 .tp_links a.me_tp_mail {
}
 .tp_links a.me_tp_mail:before {
    背景換圖/建議.SVG
}
 */
/*電腦LOGO .nav-brand {
}
 */
.nav-brand {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 40vw;
}

.nav-brand img {
    margin: auto;
}

/*手機LOGO .nav-brand-m {
}
 */
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 .stellarnav.desktop li.bigMenu>ul{
    grid-gap: 10px;
}
 .stellarnav.desktop li.bigMenu li{
    border: 0;
}
 .stellarnav.desktop li.bigMenu>ul>li>a{
    border: 1px solid #ddd;
}
 .stellarnav.desktop li.bigMenu ul ul{
    display: block !important;
     position: relative;
     top: 0;
     background: unset;
     border: 0;
}
 .stellarnav.desktop li.bigMenu ul ul li{
    border: 0;
}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 購物車修正 */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
    z-index: 70;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img {
     height:auto;
}
 */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*一排呈現 .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: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    /* .footer.with_shopping_mode {
         padding: 30px 0 70px;
    }
     */
    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}

/* 以上原始固定 */
/* 開始 */
/* 浮動按鈕 */
.info_fix {
    right: -4px;
}

.info_fix>span {
    color: #aba9a9;
    background-color: #ffffff;
}

.info_fix:hover>span {
    background: #fff;
}

.info_fix_links {
    padding-bottom: 50px;
}

.info_fix_links a {
    width: 41px;
    height: 41px;
    opacity: 1;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.info_fix_links a:hover {
    background-color: #ADA17E;
    transition: all 0.3s ease-in-out;
}

.info_fix_links a:hover i::before {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.info_fix_links a span {
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
}

.info_fix_links a span::before {
    background-size: contain;
    width: 41px;
    height: 41px;
    pointer-events: none;
    max-width: 20px;
    background-color: transparent;
}

.info_fix>span {
    background: #ffffff;
}

.info_fix_links a i::before {
    color: #756960;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.fa-tiktok-f::before {
    content: '\e07b';
}

/*顯示項目和圖片*/
/*直接展開*/
.info_fix {
    display: block !important;
}

.info_fix_links {
    display: flex !important;
}

.linksBtn {
    display: none !important;
}

/* 全域設定 */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    background-color: #635A32;
}

::selection {
    color: #ffffff;
    background: #635A32;
}

#content {
    position: relative;
}

#page {
    /* background-color: var(--base_color);
     */
    position: relative;
    background: transparent;
    z-index: 0;
}

#content_main:before,
#content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/911rhs/pat_bg_05.jpg);
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
}

body.pageIndex .news_part,
body.pageIndex .module_i_album,
body.pageIndex .edit_part {
    background: url(https://pic03.eapple.com.tw/911rhs/pat_bg_05.jpg);
}

#content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 60vw;
    opacity: 0.8;
    background-image: url(https://pic03.eapple.com.tw/911rhs/pat_bg_05.jpg);
    /* mix-blend-mode: luminosity;
     */
    background-position: right bottom;
    pointer-events: none;
    z-index: -1;
}

#content_main,
#content {
    background: transparent;
}

@media screen and (max-width: 768px) {
    #content:after {
        background-size: 100vw;
        background-repeat: repeat;
    }
}

/* 服務項目 */
body.other_select_page .main_part {
    z-index: 1;
    position: relative;
}

body.other_select_page #page {
    position: relative;
}

body.other_select_page #page::after {
    /* content: '';
     width: 100%;
     height: 100%;
     display: block;
     opacity: 1;
     background: url(https://pic03.eapple.com.tw/911rhs/all_bg_deli_02.png) no-repeat, url(https://pic03.eapple.com.tw/911rhs/all_bg_deli_03.png) no-repeat;
     background-attachment: fixed, fixed;
     background-position: left 0px top 70vh, right 0px top 7vh;
     background-size: 12vw, 12vw;
     top: 0;
     position: absolute;
     pointer-events: none;
     z-index: 0;
     filter: saturate(0.5);
     animation: op_0_1 10s 0.2s both;
     */
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background: url(https://pic03.eapple.com.tw/911rhs/all_bg_deli_03.png) no-repeat;
    background-attachment: fixed, fixed;
    background-position: right 0px top 7vh;
    background-size: 12vw, 12vw;
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    filter: saturate(0.5);
    animation: op_0_1 10s 0.2s both;
}

/* 結束 */
/* #content_main, #content {
     background-image: url(https://pic03.eapple.com.tw/);
     background-color: #FDFCFB;
     position: relative;
}
 #content_main:before, #content:before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background-image: url(https://pic03.eapple.com.tw/);
     opacity: 0.2;
     z-index: 0;
     pointer-events: none;
     background-color: #FEFDF8;
     opacity: 0.5;
}
 */
/* footer */
/* footer_清除原始設定_版型調整 */
.footer {
    position: relative;
    overflow: hidden;
}

.footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--header_bg_sticky_bg);
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
    background-position: top;
    pointer-events: none;
    background-image: url(https://pic03.eapple.com.tw/911rhsfooter_bg.jpg);
}

.header_area.sticky:before {
    transform: scaleX(-1);
    pointer-events: none;
}

.footer_logo img {
    max-width: 130px;
    width: 30vw;
    filter: grayscale(1) brightness(5);
}

.footer_logo a {
    display: block;
}

.box_link {
    position: relative;
}

.footer_info ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--gapbig_01);
    width: 100%;
}

.footer_menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.footer_menu a,
.footer_menu a:hover {
    background: transparent;
    color: #C3B8A2;
    border: none;
    font-size: var(--fonts18re);
    font-weight: bold;
}

.footer_info {
    grid-template-columns: 180px auto;
    gap: calc(var(--gapbig_01)/2) var(--gapbig_01);
    padding: 0;
    width: 90%;
    margin: auto;
    display: grid;
}

.box_link {
    position: relative;
    right: 0;
    max-height: initial;
    max-width: initial;
    justify-content: flex-start;
    order: 3;
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-content: flex-start;
    max-width: 450px;
}

.box_link a {
    border-radius: 0;
    border: none;
    display: grid;
    grid-template-columns: 20px auto;
    width: 100%;
    text-align: left;
    margin: 0;
}

.box_link a:hover {
    background: transparent;
    opacity: .5;
    transition: transform 600ms ease-in-out;
}

.box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* header */
/*Header/＝＝＝＝＝*/
.stellarnav.desktop>UL>li>a {
    padding: 0;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.nav-header {
    max-width: 300px;
    border: none;
    width: 100%;
    justify-self: center;
}

.header_area {
    width: 100%;
    padding-bottom: 0;
    background-color: var(--header_bg);
    background-image: url(https://pic03.eapple.com.tw/911rhs/pat_bg_20_add.png);
    background-size: 500px;
}

.main_header_area {
    width: 100%;
    margin: 0 auto;
    /* max-width: 90%;
     */
    transition: 0.5s;
    background: transparent;
}

header.header_area.sticky .main_header_area {
    max-width: 100%;
    margin-top: 0;
    padding: 0 10px;
    transition: 0.5s;
}

.stellarnav>ul>li>a b,
.stellarnav ul ul {
    font-size: var(--fonts18re);
    letter-spacing: 2px;
    font-family: var(--font_same_menu);
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.2px;
}

.stellarnav>ul>li>a b {
    text-transform: uppercase;
    align-content: space-evenly;
}

.stellarna.desktopv>ul>li>a b {
    min-width: 80px;
}

.header_area:after {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: -2;
}

.header_area.sticky:after {
    height: 100%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}

/*選單最大寬度設定*/
.main_header_area .container {
    max-width: 100%;
    margin: auto;
}

.navigation {
    padding: 0px;
}

/*第一層*/
.stellarnav>ul>li:hover>a {
    color: #c9c9c9;
}

.stellarnav.mobile>ul>li>a b {
    color: #222;
}

.stellarnav.mobile li.open a {
    color: #222;
}

.stellarnav>ul>li>a {
    letter-spacing: 2px;
}

.stellarnav li.has-sub>a:after {
    right: 5px;
    border-top-color: #fff;
}

/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 7px 5px;
    transition: all 0.3s ease-in-out;
    border-left: 1px solid transparent;
}

.stellarnav li li>a:hover,
.stellarnav.mobile li.open a:hover,
.stellarnav.mobile li.open a b {
    color: var(--header_menu_p);
    transition: all 0.3s ease-in-out;
}

/*SubMenu*/
.tp_links a {
    transition: all 0.3s;
}

.tp_links a:hover {
    color: #ADA17E;
}

/*隱藏選單按鈕連結*/
.tp_links {
    display: none;
}

/* footer_開始修改_顏色_背景_偽元素_字體大小 */
.footer {
    /* background: #899080;
     */
    background: #303030;
}

.box_link a {
    color: #ffffff;
    justify-content: start;
}

.footer_info li p,
.footer_info li p a {
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-family: var(--font_same_menu);
}

.footer_info li p:hover a {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.footer_menu a {
    font-family: var(--font_same_menu);
    font-weight: 600;
    color: #fff;
}

.footer_menu a:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.box_link a::after {
    content: "";
    letter-spacing: 2px;
    padding-left: 8px;
    font-weight: 500;
    font-family: var(--font_same_menu);
    font-weight: 600;
}

.box_link .me_tp_line::after {
    content: "LINE";
}

.box_link .me_tp_ig::after {
    content: "INSTAGRAM";
}

.box_link .me_tp_call::after {
    content: "PHONE";
}

.box_link .me_tp_mail::after {
    content: "E-MAIL";
}

.box_link .me_tp_fb::after {
    content: "FACEBOOK";
}

.box_link a {
    font-size: 14px;
}

.footer .center {
    max-width: 100%;
}

.footer_info li:nth-child(1):before,
.footer_info li:nth-child(2):before,
.box_link:before {
    content: '您好，有需要諮詢，歡迎加我們客服';
    border-bottom: solid 1px #ccc;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    letter-spacing: 0.3em;
    font-weight: 600;
    pointer-events: none;
    font-family: var(--font_same_menu);
}

.footer_info li:nth-child(1) {
    grid-template-columns: 1fr 1fr;
    column-gap: var(--gapbig_01);
    display: grid;
}

.footer_info .box_link {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    display: flex;
    grid-column: 2 / -1;
    grid-row: 1 / 20;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    display: grid;
}

.footer_info li:nth-child(1):before {
    content: '您好，有需要諮詢，歡迎加我們客服';
    pointer-events: none;
}

.footer_info li:nth-child(2):before {
    content: '網站地圖';
    pointer-events: none;
}

.box_link:before {
    content: '社群媒體';
    grid-column: span 2;
    pointer-events: none;
}

.copy,
.copy a {
    border-color: transparent;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 768px) {
    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .footer_info .box_link {
        grid-column: 1 / -1;
        grid-row: inherit;
        margin-top: 40px;
    }

    .header_area.sticky:after {
        background: #fff;
    }

    .stellarnav.mobile.left>ul {
        background: var(--brand_bg_color);
        border: none;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: transparent;
    }

    .stellarnav.mobile>ul>li {
        border-bottom-color: #cccccc6c;
    }

    .stellarnav.mobile>ul>li>a {
        border-bottom: none;
    }

    .stellarnav.mobile>ul>li>a b {
        color: #fff;
    }

    .stellarnav.mobile>ul>li>a:hover b {
        color: #cec7c8;
    }
}

@media screen and (max-width: 600px) {
    .footer_info {
        gap: 10px;
    }

    .footer_info ul {
        grid-template-columns: auto;
        gap: 10px;
    }

    .footer_menu {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .box_link {
        grid-template-columns: minmax(0, 1fr);
    }

    .box_link:before {
        grid-column: span 1;
    }
}

@media screen and (max-width: 570px) {
    .main_header_area {
        max-width: 100%;
    }

    header.header_area.sticky .main_header_area {
        padding: 0;
    }
}

/* 大圖 */
body.pageIndex .swiper-banner .swiper-slide img {
    aspect-ratio: 2000/1000;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

body.pageIndex .swiper-slide {
    aspect-ratio: 2000/1000;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

body.pageIndex .bannerindex {
    height: initial;
}

@media screen and (max-width: 768px) {
    body.pageIndex .bannerindex {
        margin: 0;
    }
}

/*Banner/＝＝＝＝＝*/
/* 內頁banner */
/* banner== */
/*內頁BANNER 設定*/
.banner {
    padding: 0px 0;
    width: 100%;
    position: relative;
    min-height: auto;
    background-repeat: no-repeat;
    background-image: url(https://pic03.eapple.com.tw/911rhs/banner_all.jpg);
    background-size: cover;
    opacity: 1;
    z-index: 0;
    background-position: center;
    overflow: hidden;
    pointer-events: none;
}

body.services_page .banner {
    /* background: #F6F4EF;
     */
    /* display: none;
     */
}

.banner h5 {
    display: block;
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    aspect-ratio: 800 / 154;
    z-index: 2;
    width: 90%;
    background-position: right;
    margin-left: auto;
    min-height: 150px;
    margin-right: auto;
    align-content: space-around;
    text-align: center;
    font-family: var(--font_same_banner_t);
    font-weight: 700;
    letter-spacing: 4.2px;
    font-size: 24px;
}

body.contact_page .banner h5 {
    display: none;
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 0;
    background-position: center;
    overflow: hidden;
    filter: brightness(0.6);
    pointer-events: none;
    backdrop-filter: blur(0.08em);
    background-color: #68141538;
}

.banner h5:before {
    color: #aeb3a9;
    font-size: var(--fonts16re);
    font-family: var(--font_same_banner_t);
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 4.2px;
    text-transform: capitalize;
    display: block;
    content: '酒么么樂活網';
    pointer-events: none;
}

/*.contact_page .banner h5:before {
    content: 'Contact us';
}
 */
/* @media screen and (max-width: 1440px) {
     .banner h5 {
         padding-left: 9.5vw;
    }
}
 */
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    /* .banner h5 {
         padding-left: 0px;
         text-align: center;
    }
     .banner h5:before {
         color: #fff;
         text-align: center;
    }
     */
}

@media screen and (max-width: 500px) {
    /* .banner h5:before {
         letter-spacing: 0px;
         line-height: 50px;
         margin-bottom: -10px;
    }
     .banner {
         border-radius: 0;
    }
     */
}

/* 購物車 */
/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.product_menu_list>h5 {
    letter-spacing: 0.4em;
    font-size: var(--fonts24re);
    color: #756960;
}

body.pageIndex .prod_part {
    width: 90%;
    padding: 0;
    max-width: 1200px;
    margin: auto;
}

/*購物車/外層＝＝*/
/*價格*/
.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.products-list .price b {
    font-size: var(--price_font_size);
}

.products-list .price b {
    margin: 0 5px;
    line-height: 180%;
    text-align: center;
}

.products-list .price b.ori_price {
    color: #222;
    text-decoration: none !important;
}
.products-list .price b.ori_price s{
    color: #E60012;
}

/*外層版面*/
.product_page .main_part {
    width: 90%;
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
}

.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.product_page .products-list {
    width: calc(100%);
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
}

.product-layer-two {
    width: 100%;
    margin: 0;
    background: #EDEBE7;
    background: #EDEBE7;
    background: transparent;

}


body.product_page .product-layer-two,
body.product_info_page .product-layer-two {
    display: none;
}

.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 3px 10px 3px 10px;
    border-bottom: none;
}

.product-layer-two>li.active {
    background: #EDEBE7;
}

.product-layer-two li.active a {
    border: unset;
    border-bottom: 0px dotted #ccc;
    border-bottom: none;
}

.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    transition: transform 600ms ease-in-out;
    line-height: 200%;
    transition: transform 600ms ease-in-out;
}

.product-layer-two li.active>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-layer-two>li>a:before {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 10px;
    content: " ";
    color: #958A7A;
    background: #e8e8e8;
    width: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;
    padding-left: 2px;
    font-size: 13px;
    border-radius: 30px;
    display: none;
    pointer-events: none;
}

.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
    background: #fff;
}

.product-layer-two li li {
    border: none;
    background: transparent;
}

.product-layer-two li li:hover a {
    color: #958A7A;
    font-weight: 500;
}

ul.prod li h3.prod-thumb {
    padding: 7px 7px 10px 7px;
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}

/*商品側邊規格*/
.product_info li .txt_box {
    width: 100%;
}

.mobile_product_name {
    font-size: 24px;
}

.sidebarBtn .price {
    letter-spacing: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.sidebarBtn .price span {
    display: inline-block;
    font-size: var(--fonts18re);
}

.sidebarBtn {
    border: none;
    background: transparent;
}

div#number_area {
    color: #958A7A;
}

/*.product_pic #bx-pager {
    display: block;
     width: 100%;
     position: relative;
}
*/
.product_pic #bx-pager a {
    border: 0px solid #e9e9e9;
    overflow: hidden;
}

#bx-pager h6 {
    display: none;
}

/*相關推薦*/
.related_list li a p {
    font-family: var(--font_same_menu);
    font-weight: 600;
    color: #666666;
    text-align: left;
}

.prod_related h6 span:before {
    font-weight: 700;
    letter-spacing: 0.4em;
    font-size: var(--fonts24re);
    color: #635A32;
    font-family: var(--font_same_title);
    pointer-events: none;
}

.prod_related {
    padding: 70px 15px 35px 15px;
    background: #EDEBE7;
}

.list .show_name {
    transform: translate(0%, 160%);
}

.car_page .information_left {
    display: block;
}

.contact_le_map a {
    background: #958A7A;
    border-radius: 4px;
}

.related_list li a {
    padding: 10px;
}

.related_list li a img {
    transition: transform 600ms ease-in-out;
}

.blank_letter {
    color: #ada8a7;
    width: 90%;
    margin: auto;
    padding: 0;
    margin: 0;
}

/*選單多符號*/
.product-layer-two>li>a:after {
    content: '+';
    position: absolute;
    top: 6px;
    right: 27px;
    color: #b7b7b7;
}

.product-layer-two>li:hover>a:after {
    content: '–';
}

/* = = = 購物頁面+匯款通知 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.send_simple {
    background: #958A7A;
}

.rewrite_simple {
    background: #ada8a7;
}

.car_page .red,
.red {
    color: #ADA17E;
}

.separate_title .note {
    padding-left: 0px;
    text-align: left;
}

/*NEW*/
body.car_page .footer_info li p:before {
    position: initial;
    display: inline;
    pointer-events: none;
}

.contact_content .information_left .list_before {
    display: block;
    margin: auto;
    padding-top: 20px;
    font-family: var(--font_same_title);
}

/*樣式*/
.order_list_spec {
    background: #D3C7C7;
}

.atmInfo .blank_letter {
    font-weight: 500;
    font-family: unset;
}

.order_list_tit b {
    color: #444;
}

.order_list_tit span {
    color: #9A7E7E;
}

.order_list_tab td:nth-child(1) {
    background: #71726C;
    color: #ffffff;
}

.order_list_tab tr {
    background: #E1E1DF;
}

.order_list_pro tr:first-child {
    background: #71726C;
}

.order_list_pro tr:first-child td {
    color: #ffffff;
}

body.contact_page #content {
    min-height: inherit;
    z-index: 0;
}

body.contact_page .path {
    display: none;
}

.blank_letter {
    color: #fff;
}

body.pageIndex .blank_letter:before,
body.contact_page .blank_letter:before {
    content: 'Contact';
    display: block;
    pointer-events: none;
}

/* 表單多的文字 */
.blank_letter.f:before {
    content: 'Online Form';
    font-size: clamp(4.35rem, 16px + 1vw, 1.8rem);
    padding-right: 10px;
    color: #756960;
    font-weight: 400;
    letter-spacing: 0px;
    pointer-events: none;
}

.contact_content .information_right .blank_letter.f {
    display: none;
}

/* 表單裝飾=== */
.contact_form li .form__label {
    width: 100%;
    max-width: 100%;
}

.contact_form li .form__label:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /* content: "";
     */
    text-align: center;
    font-size: 15px;
    left: 0;
    transform: translate(0%, -20%) rotate(45deg);
    z-index: 10;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transition: transform 600ms ease-in-out;
    color: #989d8f;
    pointer-events: none;
}

.contact_form li:nth-child(even) .form__label:before {
    transform: translate(0%, -20%) rotate(-45deg);
}

/* .list_before {
     padding-bottom: clamp(15rem, 15rem + 5vw, 23rem);
}
 */
/* 表單 */
.contact_content .information_right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: transparent;
    width: 100%;
    padding: 10px;
}

.contact_content .information_left {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: contain;
    padding: 0;
    background: transparent;
    padding: 0px;
    display: none;
}

.i_contact_box section form,
body.contact_page .contact_content form {
    display: grid;
    /* grid-template-columns: 1.5fr 3fr;
     */
    gap: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.contact_form li .form__label {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.8em;
    font-family: var(--font_same_menu);
}

/* body.contact_page #content:after {
     content: "";
     width: 42%;
     height: 95%;
     background-color: #d8ccc0ad;
     position: absolute;
     left: 0;
     top: 0;
     z-index: -1;
     border-top-right-radius: 0px;
     border-bottom-right-radius: 50px;
}
 */
.contact_le_nomap {
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .contact_content .information_left .list_before {
        padding-bottom: 0;
    }

    .contact_content .information_right {
        width: 100%;
    }

    .contact_content .information_left .list_before.info li {}

    .blank_letter:before {}
}

@media screen and (max-width: 1100px) {

    .i_contact_box section form,
    body.contact_page .contact_content form {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact_content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    body.contact_page #content:after {
        width: 90%;
    }

    body.contact_page .contact_content form {
        flex-wrap: wrap;
    }

    .contact_content .information_left {
        width: 100%;
        /* padding: 100% 1.9rem 2rem 1.9rem;
         */
        background-size: 100%;
        background-position: center top;
    }

    body.contact_page .main_part {
        padding-top: 0;
    }

    .contact_form li .form__label {
        background: transparent;
    }

    .contact_content .information_left .list_before.info,
    .contact_content .information_left .list_before {
        margin-top: 0px;
    }
}

@media screen and (max-width: 476px) {
    .blank_letter:before {
        font-size: clamp(2.35rem, 16px + 1vw, 1.8rem);
    }

    .contact_form li.last {
        display: flex;
        padding-bottom: 30px;
    }
}

/* 相簿 */
.other_subalbum li {
    background: transparent;
}

.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 380/280;
    object-fit: cover;
}

.show-list,
.pic-list {
    gap: 5px;
}

.show-list .show_pic img,
.pic-list .show_pic img {
    transition: transform 600ms ease-in-out;
}

.show-list .show_pic:hover img,
.pic-list .show_pic:hover img {
    transition: transform 600ms ease-in-out;
    transform: scale(1.2);
}

.overlay {
    display: none;
}

.subalbum-menu h2 {
    display: none;
}

.show-list .item:hover .show_name {
    color: #444;
}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li {
    background: #ADA17E;
}

.album_fixed_title {
    background: transparent;
}

.fa-image::before {
    content: "\f03e";
    font-family: 'Font Awesome 6 Free';
}

/* 促銷方案 */
body.promotions_page .show_content {
    max-width: 1000px;
}

.blank_letter {
    color: #fff;
}

/* 首頁相簿 */
.i_album_list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.i_album_list_box,
.module_i_news_list {
    padding: 0;
}

.module_i_album {
    padding-top: var(--gapbig_01);
    padding-bottom: var(--gapbig_01);
}

.module_i_album li {
    grid-column: span 2;
}

.module_i_album li:nth-child(1),
.module_i_album li:nth-child(2) {
    grid-column: span 3;
}

.module_i_album .title_i_box h4 {
    letter-spacing: var(--title_letter_spacing);
}

.i_album_list li div {
    aspect-ratio: 396/250;
}

.i_album_list li a p {
    color: #fff;
    background: #00000080;
    font-family: var(--font_same_menu);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0px;
}

@media screen and (max-width: 768px) {
    .module_i_album li {
        grid-column: span 6;
    }

    .module_i_album li:nth-child(1),
    .module_i_album li:nth-child(2) {
        grid-column: span 6;
    }
}

/* 首頁文章 */
.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 5px;
    margin: auto;
    width: 95%;
}

.i_blog_le {
    aspect-ratio: 1/1;
    min-width: 115px;
    width: 100%;
}

.module_i_news {
    background-image: url(https://pic03.eapple.com.tw/911rhs/pat_bg_20_add.png);
    background-size: 500px, 30vw;
    background-position: bottom right;
    background-repeat: repeat, no-repeat;
    position: relative;
    padding: 0;
    z-index: 1;
    padding-bottom: 30px;
}

.module_i_news section {
    padding: 30px 10px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.i_blog_ri p,
.blog_list_ri p {
    color: #666666;
    font-family: var(--font_same_menu);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
    -webkit-line-clamp: 3;
    font-size: var(--fonts16re);
}

.i_blog_ri p {
    color: #222;
}

.i_blog_ri {
    max-width: 600px;
    width: 100%;
}

.i_blog_ri em {
    display: none;
}

.module_i_news li a {
    grid-template-columns: minmax(0, 1fr);
    margin: auto;
    padding: 10px;
    height: 100%;
    align-content: baseline;
    display: grid;
    padding: 0;
}

.module_i_news li {
    /* background-color: #C3B8A2;
     */
    background-image: url();
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .pageIndex .products-list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 10px;
        width: 100%;
    }

    .module_i_news ul {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media screen and (max-width: 768px) {

    .i_blog_ri p,
    .blog_list_ri p {
        -webkit-line-clamp: 2;
    }

    .module_i_news {
        grid-template-columns: minmax(0, 1fr);
    }

    .module_i_news ul {
        grid-template-columns: 1fr;
    }

    .module_i_news li a {
        grid-template-columns: 1fr 5fr;
    }

    .module_i_news.module_i_news01:before {
        aspect-ratio: 600 / 350;
    }

    .module_i_news section {
        width: 100%;
    }

    .i_blog_ri h5 {
        -webkit-line-clamp: 1;
    }

    .i_blog_ri p {
        -webkit-line-clamp: 2;
    }

    .i_blog_ri h5,
    .blog_list_ri h5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 476px) {

    .i_blog_ri h5,
    .blog_list_ri h5 {
        font-size: 16px;
    }

    .module_i_news ul {
        grid-template-columns: 1fr;
    }

    .module_i_news li {
        width: 100%;
        margin: auto;
    }

    .pageIndex .products-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        margin: 0;
    }
}

/* 文章+購物車 */
.path p,
.path p a {
    display: none;
}

body.blog_page .clearfix:before,
body.blog_page .clearfix:after {
    display: none;
}

body.blog_in_page .clearfix:before,
body.blog_in_page .clearfix:after {
    display: none;
}

.news_related {
    position: relative;
    z-index: 2;
}

.pic-list .item h6 {
    padding: 0;
}

.other_subalbum li a p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #ADA17E;
    color: #FFF;
}

.blog_box_edit,
.promotions_page .edit,
.edit {
    color: #958A7A;
    /* display: -webkit-box;
     */
    font-family: var(--font_same_menu);
    font-size: 16px;
    color: #444;
    letter-spacing: var(--font_p_color_letter_spacing);
    line-height: var(--font_p_line_height);
    font-size: var(--fonts16re);
    margin-left: 0;
}

.blog_box_edit {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}

.blog_box_edit a,
body.promotions_page .edit a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #998753;
    text-decoration: underline;
}

.blog_list_ri h5 {
    margin-top: 0;
}

.product-layer-two li i {
    height: auto;
    top: 13px;
}

.product-layer-two li i.close::before,
.fa-circle-plus::before {
    content: '+';
    color: #DAB88B;
}

.product-layer-two>li>a:after {
    display: none;
}

.product-layer-two>li:hover>a:before,
.product-layer-two>li.active>a:before {
    background: #DAB88B;
    color: #fff;
}

.product-layer-two>li>a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #DAB88B;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;
    padding-left: 2px;
    font-size: 13px;
}

.fa-caret-down::before {
    font-size: 16px;
    content: "\f107";
    color: #666;
    opacity: 0.8;
}

.product-layer-two li:hover>a,
.product-layer-two li.active>a {
    color: #958A7A;
}

.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%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 1460px;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}

.product_menu_list {
    position: relative;
    width: auto;
    letter-spacing: var(--font_p_color_letter_spacing);
    /*border-right: 1px solid #ccc;
    */
    min-height: 30vw;
    position: sticky;
    top: 100px;
}

.products-list,
.product-wrapper {
    width: calc(100%);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    /*display:block !important;
    */
    width: 100%;
    margin-left: 0;
    background: transparent;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;
    */
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li:hover>a {
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 5px;
}

.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;
}

.products-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 5px;
    padding: 0px 0;
}

.products-list:before {
    content: none;
}

.products-list .item {
    width: 100%;
    padding: 14px;
    padding: 0;
}

.products-list .item a {
    padding-bottom: 0;
}

.products-list .pic {
    border: 0px solid #e1e1e1;
    transition: all 0.5s ease-in-out;
    background: transparent;
    height: 100%;
    padding: 0;
}

.products-list .pic img {
    transition: all 0.5s ease-in-out;
}

.products-list .pic:hover img {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1.05);
}

.mobile_product_name {
    display: none;
}

body.product_info_page .edit {
    margin: auto;
    padding: 0;
    color: #332f2a;
    color: #332f2a;
    letter-spacing: var(--font_p_color_letter_spacing);
    line-height: 1.7;
    font-size: 15px;
}

.product_menu_list>h5 a {
    display: none;
    width: 100%;
}

.product_page .show_content .page,
.product_info_page .page {
    grid-column: span 2;
}

.product_page .main_part {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.product_page .page,
body.product_info_page .page {
    width: 100%;
    order: 3;
}

@media screen and (max-width: 1200px) {

    .product_page .show_content,
    .product_info_page .show_content {
        gap: 20px;
        grid-column: span 2;
    }

    .product_page .products-list {
        grid-column: span 2;
    }

    .product_menu_list,
    .product-wrapper {
        margin-bottom: 0;
        grid-column: span 2;
    }

    body.product_info_page .product_menu_list {
        display: none;
    }

    .products-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .product_menu_list>h5 a {
        display: flex;
        justify-content: flex-end;
    }

    .product-layer-two {
        width: 100%;
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }

    .product-layer-two {
        display: none;
    }

    .product_menu_list {
        min-height: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .product_menu_list:before {
        display: none;
    }

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product_menu_list {
        max-width: 560px;
        margin: auto;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product-layer-two,
    .products-list {
        width: 100%;
        border-right: none;
    }

    .products-list .item a>* {
        /* font-size: 14px;
         */
        margin-top: 5px;
    }

    .product_menu_list>h5 {
        display: block;
        margin-bottom: 0;
    }

    .show_content>a {
        order: 1;
    }

    ul.products-list {
        order: 2;
        width: 100%;
        width: 90%;
        margin: auto;
        max-width: 550px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }

    .product_page .products-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 600px) {

    .show-list,
    .pic-list {
        margin: auto;
        max-width: 560px;
    }
}

/* 輪播圖 */
.proImgSwiper li {
    background-color: #fff;
}

#prod_thumbSwiper .swiper-slide {
    max-width: 85px;
    max-height: 85px;
    aspect-ratio: 9 / 9;
    width: 100%;
    height: 100% !important;
}

.prod_info_clearfix {
    display: none;
}

.product-wrapper {
    width: calc(100%);
    display: grid;
    grid-template-columns: minmax(500px, 1fr) 1fr;
}

.product_main {
    width: 100%;
}

.sidebarBtn {
    width: 100%;
}

.prod_tabs {
    margin-top: 80px;
    grid-column: span 2;
}

.product_pic {
    padding-left: 100px;
}

#prod_thumbSwiper .swiper-slide::before {
    background: #ffffff;
}

@media screen and (max-width: 1400px) {
    .product-wrapper {
        grid-template-columns: minmax(500px, 1fr) 3fr;
    }
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1024px) {
    .product-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

    .product_main,
    .sidebarBtn {
        grid-column: span 2;
    }

    .product_main,
    .sidebarBtn {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .swiper-vertical>.swiper-wrapper {
        flex-direction: row;
    }

    .product_pic {
        padding: 0;
        max-width: 560px;
        margin: auto;
    }

    #prod_thumbSwiper .swiper-slide {
        padding-top: 0;
        aspect-ratio: 9 / 9;
    }
}

h5.blog_le_t {
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
    color: #666666;
}

.blog_search input[type=search] {
    font-size: 14px;
    padding-bottom: 5px;
    border-radius: 0;
    border: none;
    background-color: #fff;
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}

.blog_search input[type=submit] {
    border: none;
    background-color: #899080;
    color: #747474;
    border-left: 1px solid #e2e2e2 !important;
    font-size: 13px;
    top: -1px;
    border-radius: 0;
    top: 0;
    height: 100%;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    color: #747474;
    border-left: 1px solid #e2e2e2 !important;
    font-size: 13px;
    top: -1px;
    border-radius: 0;
    top: 0;
    height: 100%;
    background: url(../images/search-icon.png) no-repeat 9px center;
    background-repeat: no-repeat;
}

.blog_search input[type=search]::placeholder {}

.blog_box {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
}

.blog_le {
    width: 100%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.toShareNews b,
.toShareNews a,
.toShareNews a object,
.toShareNews a i {
    font-size: 14px;
}

h5.blog_le_t span {
    display: none;
}

.blog_le .accordion {
    border-color: transparent;
    border-radius: 0;
}

.accordion li .link a {
    padding: 10px;
    border: none;
    padding-left: 30px;
    letter-spacing: var(--font_p_color_letter_spacing);
    line-height: var(--font_p_line_height);
    font-family: var(--font_same_menu);
    font-size: var(--font_same_menu_in_page_size);
    font-weight: var(--font_same_menu_in_page_w);
}

.accordion li:hover>a:before,
.accordion li.active>a:before {
    background: #DAB88B;
    color: #fff;
}

.accordion li .link a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #DAB88B;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;
    padding-left: 2px;
    font-size: 13px;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #958A7A;
    background: transparent;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    background: #F4F3EE;
    color: #958A7A !important;
}

.blog_list_ri h5 {
    -webkit-line-clamp: 1;
}

.blog_list_ri em {
    font-size: 13px;
}

.blog_ri {
    display: grid;
    width: 100%;
    gap: 20px;
    max-width: 1000px;
}

body.blog_page .blog_ri {
    max-width: 100%;
}

body.blog_page h4.blog_category_title {
    display: none;
}

body.blog_in_page .articel_mainPic img {
    margin: 0;
}

body.blog_in_page .blog_shareData {
    order: 3;
}

body.blog_in_page .articel_mainPic {
    margin: 0;
    order: 3;
    width: 100%;
}

.news_related_list li a img {
    transition: all 0.5s ease-in-out;
}

.news_related_list li a:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}

.news_tags {
    padding-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
}

body.blog_in_page .blog_back {
    grid-column: 1/-1;
}

.articel_mainPic img {}

.news_tags a {
    color: #ADA17E;
    display: inline-block;
}

.blog_subbox {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
}

.subbox_item a:after {
    display: none;
}

.blog_list_le {
    overflow: hidden;
}

.subbox_item:hover .blog_list_le img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.blog_list_le img {
    transition: all 0.5s ease-in-out;
}

.subbox_item a:before {
    display: none;
}

body.blog_page .subbox_item a {
    grid-template-columns: 1fr;
}

body.blog_page .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px 5px;
}

.blog_list_ri em {
    display: none;
}

@media screen and (max-width: 768px) {
    .blog_search {
        width: 80%;
        max-width: 100%;
    }

    h5.blog_le_t,
    .blog_le .accordion {
        display: inherit;
    }

    .blog_le {
        position: relative;
        top: 0;
    }

    .blog_box {
        gap: 40px;
    }



    .subbox_item a {
        grid-template-columns: 120px 1fr;
    }

    body.blog_page .blog_ri {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {

    .blog_le,
    .blog_ri {
        grid-column: 1/-1;
        align-content: start;
    }

    body.blog_in_page .blog_subbox,
    body.blog_in_page .blog_back {
        grid-column: 1/-1;
    }

    .blog_subbox {
        margin: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    body.blog_in_page .articel_mainPic {}
}

/* 地圖按鈕 */
.con_map_add_t {
    border: solid 1px #44444482;
    letter-spacing: 8px;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.con_map_add_t:hover {
    letter-spacing: 1.2rem;
    transition: all 0.3s ease-in-out;
}

.con_map_add {
    display: inline-block;
    width: 100%;
}

/* 相簿 */
.subalbum-menu h2 {
    color: #666;
    letter-spacing: 0.2em;
    font-size: var(--fonts24re);
}

/* 統一按鈕樣式 */
/* 首頁按鈕 */
/* 樣式 */
.i_news_b a i.fa-solid.fa-arrow-right {
    display: none;
}

.i_blog_b a,
.contact_form li.last cite,
.contact_le_map a,
.animated-arrow,
.lastPage,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.blog_back a.article_btn_back,
.contact_form li.last blockquote,
.contact_form li.last cite,
.total_amount .rewrite_simple,
.total_amount .send_simple,
.inquiry_a1,
.inquiry_a2,
.inquiry_a3,
.formbox_form li.last .rewrite_simple,
.formbox_form li.last input:last-child {
    max-width: 200px;
    padding: 5px;
    text-align: center;
    width: 100%;
    transition: 0.3s ease-in-out;
    font-size: var(--fonts16re);
    height: auto;
    line-height: 2;
    font-weight: normal;
    border: 1px solid transparent !important;
    background: var(--btn_bg);
    color: var(--btn_bg_color);
    border-radius: 0;
    font-family: var(--font_same_menu);
    letter-spacing: 2px;
    font-weight: var(--same_title_p_weight);
}

.animated-arrow b {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
    letter-spacing: 2px;
}

.i_blog_b a:hover,
.contact_form li.last cite:hover,
.contact_le_map a:hover,
.animated-arrow:hover,
.lastPage:hover,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover,
.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover,
.total_amount .rewrite_simple:hover,
.total_amount .send_simple:hover,
.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover,
.formbox_form li.last .rewrite_simple:hover,
.formbox_form li.last input:last-child:hover {
    transition: 0.3s ease-in-out;
    border-radius: 0;
}

/* 淺底 */
.i_blog_b a,
.contact_le_map a,
.animated-arrow,
.lastPage,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.contact_form li.last blockquote,
.total_amount .rewrite_simple,
.inquiry_a1,
.formbox_form li.last .rewrite_simple {
    border-color: var(--btn_bg_l) !important;
    background-color: transparent;
    color: var(--btn_bg_l_p);
}

.i_blog_b a:hover,
.contact_le_map a:hover,
.lastPage:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.contact_form li.last blockquote:hover,
.total_amount .rewrite_simple:hover,
.inquiry_a1:hover,
.formbox_form li.last .rewrite_simple:hover {
    border-color: var(--btn_bg_l_hover) !important;
    background-color: var(--btn_bg_l_hover);
    color: var(--btn_bg_l_p_hover);
    transition: all 0.3s ease-in-out;
}

/* 深底 */
.blog_back a.article_btn_back,
.contact_form li.last cite,
.total_amount .send_simple,
.inquiry_a2,
.inquiry_a3,
.animated-arrow,
.contact_le_map a,
.formbox_form li.last input:last-child {
    border-color: var(--btn_bg_d);
    background: var(--btn_bg_d);
    color: var(--btn_bg_d_p);
    transition: all 0.3s ease-in-out;
}

.blog_back a.article_btn_back:hover,
.contact_form li.last cite:hover,
.total_amount .send_simple:hover,
.inquiry_a2:hover,
.animated-arrow:hover,
.contact_le_map a:hover,
.formbox_form li.last input:last-child:hover {
    border-color: var(--btn_bg_d_hover) !important;
    background: transparent;
    color: var(--btn_bg_d_p_hover);
}

.i_blog_b a i.fa-solid.fa-arrow-right {
    display: none;
}

/* 第三倍備用色 */
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.total_amount .rewrite_simple:hover,
.contact_form li.last blockquote:hover,
.inquiry_a3:hover {
    background-color: #c7c7c7;
}

@media (max-width: 1024px) {

    .i_blog_b a,
    .contact_form li.last cite,
    .contact_le_map a,
    .animated-arrow,
    .lastPage,
    .blog_back a.article_btn_prev,
    .blog_back a.article_btn_next,
    .blog_back a.article_btn_back {
        line-height: 1.8;
    }
}

/* 按鈕個別設定re */
.blog_back {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.sidebarBtn form {
    display: flex;
    flex-wrap: wrap;
}

.product_info {
    width: 100%;
}

.contact_form li.last {
    flex-wrap: nowrap;
}

.contact_form li.last input {
    padding: 0;
}

.i_blog_b * {
    transition: none;
    font-weight: 500;
}

.i_blog_b {
    width: 100%;
}

.i_blog_b *,
.contact_form li.last blockquote:hover input[type="reset"],
.contact_form li.last input {
    transition: none;
}

.contact_form li.last input:hover,
.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    transition: all 0.3s ease-in-out;
}

body.car_page .total_amount {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
    max-width: 500px;
}

/* 聯絡我們 */
.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    padding-top: var(--gapbig_01);
    padding-bottom: var(--gapbig_01);
    position: relative;
}

body.contact_page .contact_content {
    padding-top: calc(var(--gapbig_01) * 2);
}

.contact_content .information_left .list_before {
    color: #fff;
}

/* ios適用 */
.contact_content::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.5);
}

@media screen and (max-width: 768px) {
    .contact_content::before {
        background-image: url(https://pic03.eapple.com.tw/911rhs/index_con_banner.jpg);
    }
}

@media screen and (min-width: 769px) {
    .contact_content::before {
        background-image: url(https://pic03.eapple.com.tw/911rhs/index_con_banner.jpg);
    }
}

/* 表單 */
body.contact_page .main_part {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.contact_form li {
    grid-template-columns: minmax(0, 1fr);
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
    background: transparent;
    color: #666666;
}

.contact_form .checknumBox input#checknum {
    border-bottom: 1px #ddd solid;
    color: #666666;
}

.contact_form li .form__label {
    text-align: left;
}

.contact_form {
    width: 90%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact_form li:nth-last-of-type(3),
.contact_form li:nth-last-of-type(2),
.contact_form li:nth-last-of-type(1) {
    grid-column: span 2;
}

.contact_form li.checknumBox .form__insert {
    border-bottom: none;
}

@media screen and (max-width: 1100px) {
    .contact_form {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact_form li:nth-last-of-type(3),
    .contact_form li:nth-last-of-type(2),
    .contact_form li:nth-last-of-type(1) {
        grid-column: span 1;
    }

    body.contact_page .contact_content {
        padding-top: 200px;
    }
}

@media screen and (max-width: 768px) {}

/* 金流購物頁面 */
/* 有開購物車留意 */
.inquiry_a3 {
    display: none;
}

.header_area .box_search input[type=text] {
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
    width: 85%;
}

.header_area .box_search {
    width: 100%;
    max-width: 300px;
}

.shop_search_btn {
    background: #ADA17E;
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}

.header_area .me_tp_features span {
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}

.me_tp_features {
    margin: 0;
    padding: 5px 0 5px 0;
}

.me_tp_features a {
    display: none;
}

@media screen and (max-width: 1200px) {
    /* .stellarnav>ul>li>a b {
         color: #fff;
    }
     */
}

@media (max-width:1024px) {}

@media (max-width:768px) {
    .header_area {
        /* background: var(--brand_bg_color);
         */
    }

    .nav-brand img {
        /* filter: grayscale(1) brightness(5);
         */
    }
}

@media only screen and (max-width: 570px) {
    .me_tp_features a.tp_btn_cart span>span {
        display: none;
    }

    .me_tp_features a.tp_btn_cart b::before,
    .me_tp_features a.tp_btn_cart b::after {
        display: none;
    }

    .me_tp_features a.tp_btn_cart b {
        font-size: 10px;
        background: #ADA17E;
        border-radius: 500px;
        top: -10px;
        position: relative;
        left: -5px;
        display: inline-block;
        min-width: 15px;
        min-height: 15px;
        align-content: center;
        justify-content: center;
    }

    /* .me_tp_features a.tp_btn_notice span {
         display: none;
    }
     */
}

@media (max-width:476px) {
    .nav-brand img {
        max-width: 100px;
    }
}

@media screen and (max-width: 340px) {
    .header_area .box_search {
        width: 90%;
        margin-bottom: 10px;
    }
}

/* 頁數 */
.page li a,
.page li strong {
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}

.page li {
    aspect-ratio: 1 / 1;
    min-width: 25px;
    min-height: 25px;
    border-radius: 500px;
    align-content: center;
}

.page li.activeN {
    background: #4c4c4c;
    color: #ffffff;
}

/* ======================================================== */
/* 字體標題和內文統一調整 */
/* 購物車標題和內文 */
.product_info li .txt_box {
    font-family: var(--font_same_menu);
    line-height: var(--same_title_p_line_height);
    font-weight: 800;
    color: var(--same_title_m_color);
    font-size: var(--fonts22re);
    
}
.sidebarBtn h2 {
    font-size: var(--fonts28re);
    color: var(--same_title_p);
    letter-spacing: 0.3em;
    font-family: var(--font_same_title);
}
.sidebarBtn span{
    font-size: var(--fonts22re);
}
body.product_info_page ul.prod li h3.prod-thumb{
    font-size: var(--fonts22re);
}

.products-list .more {
    position: relative;
    transform: translateX(0%);
    left: 0;
    bottom: 0;
    border: 1px solid #b5a59166;
    color: #545454;
    border-radius: 7px;
    background: transparent;
    font-size: 14px;
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
    margin-top: 10px;
}

.txt_img img{
    max-width: 150px;
}

/* 聯絡我們標題和內文 */
.contact_content .information_left .list_before.info li,
.contact_content .information_left .list_before.info li a,
.contact_content .information_left .list_before.info li p {
    position: relative;
    text-align: left;
    font-size: 15px;
    font-weight: var(--same_title_p_weight);
    letter-spacing: 0px;
    line-height: 1.8em;
    font-family: var(--font_same_menu);
    color: #333;
    padding: 0;
    margin: 0;
}

body.contact_page .contact_form li .form__label,
body.contact_page .contact_form li .form__ {
    letter-spacing: 2px;
    font-size: var(--fonts16re);
    color: #666666;
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
}

.contact_form li .form__insert {
    border-bottom: 1px #ddd solid;
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
    color: #666666;
    letter-spacing: var(--font_p_color_letter_spacing);
}

/* 促銷方案標題和內文 */
.news_list ul li a span {
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    color: #666666;
}

.news_list ul li p:after {
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    color: #666666;
}

.news_list ul li p,
.i_blog_ri h5 {
    font-size: var(--fonts18re);
    font-weight: var(--same_title_p_weight);
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #666666;
    font-family: var(--font_same_menu);
}

.other_promotion .pmtTitle h3 {
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    color: #666666;
}

body.promotions_page .edit h3 {
    font-weight: var(--same_title_p_weight);
    color: var(--same_title_p);
}

.promotion_title h2 {
    letter-spacing: 0.4em;
    font-family: var(--font_same_title);
    font-weight: var(--same_title_p_weight);
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: var(--same_title_p);
}

/* 相簿標題和內文 */
.show-list .show_name,
.subalbum-menu h2 {
    font-size: var(--fonts17re);
    color: #444;
    line-height: 190%;
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    line-height: normal;
    -webkit-line-clamp: 3;
}

.other_album * :not(.fa-solid) {
    position: relative;
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
}

.album_descrip {
    color: #666666;
    font-weight: var(--same_title_p_weight);
    line-height: 1.6em;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: var(--font_same_menu);
}

/* 文章標題和內文 */
.blog_list_ri h5 {
    letter-spacing: 0.4em;
    font-family: var(--font_same_title);
    font-size: var(--fonts18re);
    color: var(--same_title_p);
    font-weight: var(--same_title_p_weight);
    letter-spacing: var(--same_title_p_letter_spacing);
    -webkit-line-clamp: 2;
}

.blog_category_title,
.news_related h6 span:before,
.products-list .name,
.product-layer-two>li>a,
.other_subalbum li a p {
    font-weight: var(--same_title_p_weight);
    color: #958A7A;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_menu);
    font-size: 16px;
    color: #444;
    letter-spacing: var(--font_p_color_letter_spacing);
    margin-top: 15px;
    vertical-align: bottom;
}

.blog_box_edit h3 {
    font-weight: var(--same_title_p_weight);
    color: var(--same_title_p);
}

h4.blog_category_title,
.news_related h6 span:before {
    line-height: 1.8;
    color: var(--same_title_p);
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    display: block;
    padding: 0;
    margin: 0;
    font-family: var(--font_same_title);
    font-weight: var(--same_title_p_weight);
    font-size: 2em;
    letter-spacing: 0;
    line-height: 1.5;
}





.news_related_list li a p {
    color: #666666;
    line-height: 2;
    font-size: 15px;
    font-weight: var(--same_title_p_weight);
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #ADA17E;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: var(--font_same_menu);
}

h5.blog_le_t em {
    font-style: normal;
    min-height: 400px;
    display: inline;
    font-family: var(--font_same_title);
    font-weight: var(--same_title_p_weight);
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: var(--same_title_p);
}

/* 功能頁選單標題們 */
.product-layer-two li li a {
    font-weight: var(--same_title_p_weight);
    color: #000;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_menu);
    font-size: var(--fonts17re);
    color: #444;
    letter-spacing: var(--font_p_color_letter_spacing);
    line-height: var(--font_p_line_height);
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background: transparent;
}

.product-layer-two>li>a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #444;
    font-size: 14px;
    font-weight: var(--same_title_p_weight);
    position: relative;
    font-size: 14px;
    padding: 0px;
    padding-left: 30px;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: var(--font_same_menu_in_page_size);
    font-weight: var(--font_same_menu_in_page_w);
}

body.car_page .blank_letter,
.order_pay .blank_letter {
    font-family: var(--font_same_title);
    font-weight: 400;
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: var(--same_title_p);
}

body.car_page .show_content {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
}

ul.list_before.account {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
}

body.remit_page .form_content {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
}

/* 首頁標題們 */
.news_part .title_i_box h6,
.module_i_news .title_i_box h6,
.module_i_album .title_i_box h6,
.blank_letter:before,
.i_prod_tit h2 {
    color: #ADA17E;
    font-family: var(--font_same_title);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 4.2px;
    text-transform: capitalize;
}

.news_part .title_i_box h4,
.module_i_news .title_i_box h4,
.module_i_album .title_i_box h4,
.blank_letter,
.i_prod_tit span {
    letter-spacing: 0.4em;
    font-family: var(--font_same_title);
    font-weight: 400;
    letter-spacing: 4.2px;
    font-size: var(--fonts32re);
    color: var(--same_title_p);
    font-weight: var(--same_title_p_weight);
}

.i_prod_tit span,
.module_i_news .title_i_box h4 {
    font-family: 'noto serif tc';
}

.i_blog_ri h5 {
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-size: var(--fonts18re);
    color: #961f24;
    letter-spacing: var(--font_p_color_letter_spacing);
    font-weight: bold;
    -webkit-line-clamp: 2;
    font-family: var(--font_same_title);
    font-weight: var(--same_title_p_weight);
    letter-spacing: var(--same_title_p_letter_spacing);
}

.i_album_list li a p span {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
    font-size: var(--fonts16re);
    letter-spacing: 0.15em;
}

/* ======================================================== */
/* 大版型更動 */
.bannerindex,
#content_main,
#content,
.footer {
    width: 85vw;
    margin-right: 0;
    margin-left: auto;
    z-index: 1;
}

body.pageIndex #content_main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer_info li:nth-child(2) {
    position: fixed;
    left: 0;
    top: 0px;
    width: 15vw;
    padding-top: 120px;
}

.footer_info li:nth-child(2):before {
    content: '';
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background: var(--brand_bg_color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    /* background-image: url(https://pic03.eapple.com.tw/911rhs/pat_bg_20_add.png);
     background-size: 500px;
     background-repeat: repeat;
     */
}

.footer_menu {
    grid-template-columns: minmax(0, 1fr);
}

@media screen and (max-width: 768px) {
    body.pageIndex #content_main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer_info li:nth-child(2) {
        position: relative;
    }

    .bannerindex,
    #content_main,
    #content,
    .footer {
        width: 100%;
    }

    .footer_info li:nth-child(2):before {
        display: none;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
    }

    .footer_info li:nth-child(2) {
        padding: 0;
    }

    .product_main, .sidebarBtn{margin: 5px auto 0;}
    .product_pic #bx-pager{display: none;}
    .sidebarBtn .price{padding: 5px 0;}
    .product_info{margin: 0 0 10px;}
    .sidebarBtn h2{font-size: 20px;}
    .sidebarBtn span{font-size: 17px;}
    .product_info li .txt_box{font-size: 15px;}
    .product_info section{position: relative;z-index: 1;}
    .product_info section .txt_img{position:absolute;top: -10px;right: 0px;}
    .txt_img img{width: 100px;}
}


@media screen and (max-width: 476px) {
    body.pageIndex #content_main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_info li:nth-child(2){display: none;}
    .sidebarBtn h2{font-size: 18px;}
    .sidebarBtn span{font-size: 16px;}
}