@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

.pageIndex .header_area {
    transform: translateY(-100%);
    top: -60px;
    opacity: 0;
}

.pageIndex .header_area.sticky {
    transform: translateY(0);
    top: 0;
    opacity: 1;
}

.services_page:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/huyuancm/yobg.jpg) bottom center / cover no-repeat;
}

#content,
body {
    font-family: 'Noto Sans TC', sans-serif;
}

.path {
    display: none;
}

.main_part {
    width: 90%;
    max-width: 1500px;
    padding: 60px 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


.navigation {
    gap: 0 50px;
    transition: all ease 0.6s;
    display: flex;
    flex-flow: row;
    align-items: center;
    font-family: 'Noto Sans TC', sans-serif;
}

.stellarnav {
    padding-left: 220px;
    transition: all ease 0.6s;
    padding-left: 180px;
}

.nav-header {
    max-width: 180px;
    padding: 20px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 30px rgba(0 0 0 / 20%);
    transition: all ease 0.6s;
    max-width: 140px;
}

.nav-brand {
    width: 100%;
    max-width: 240px;
    background: url(https://pic03.eapple.com.tw/huyuancm/logo_h.svg) center/cover no-repeat;
    aspect-ratio: 1/1;
}

.nav-brand img {
    display: none;
}

.header_area,
.header_area.sticky {
    background: #304c37;
    padding: 0;
    transition: all ease 0.6s;
}

.pageIndex .header_area,
.pageIndex .header_area.sticky {
    position: fixed;
}

.main_header_area .container {
    max-width: 100%;
}

.stellarnav>ul {
    text-align: left;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    line-height: 80px;
    height: 100%;
    color: #fff;
    display: block;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 0 10px;
    transition: all ease 0.6s;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.open>a:not(.dd-toggle),
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #fcd757;
}

.tp_links,
.swiper-pagination {
    display: none;
}

.me_tp_features {
    order: 1;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 9999;
}

.me_tp_features a {
    color: #fff;
}

.shop_search_btn {
    background: #c29155;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.box_search input[type=text] {
    height: 30px;
    vertical-align: middle;
    border: none;
}

/*次分類*/
.stellarnav>ul>li.drop-left>ul {
    right: auto;
    left: 0;
}

.stellarnav li.drop-left ul ul {
    left: 100%;
    right: auto;
}

.stellarnav ul ul {
    background: transparent;
    animation: navi 0.3s;
}

@keyframes navi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.stellarnav li li {
    background: #415f46;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    margin-bottom: 0;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #fcd757;
}

.stellarnav li li:last-of-type {
    border: none;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #fff;
    padding: 10px 12px;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    margin: 0;
    font-size: 14px;
    position: relative;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #415f46;
    font-weight: 500;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.pageIndex .bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 19.752%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/huyuancm/tit.png) center / cover no-repeat;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
    animation: swipein 2.5s ease-in-out both;
}

@keyframes swipein {
    0% {
        opacity: 0;
        left: 6%;
    }

    50% {
        opacity: 1;
    }

    100% {
        left: 12%;
    }
}

.pageIndex .bannerindex .swiper-slide:last-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/huyuancm/tit2.png) center / cover no-repeat;
}

.bannerindex .swiper-slide.swiper-slide-active:last-of-type:after {
    animation: swipein2 2.5s ease-in-out both;
}

@keyframes swipein2 {
    0% {
        opacity: 0;
        left: -6%;
    }

    50% {
        opacity: 1;
    }

    100% {
        left: 0%;
    }
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    overflow: visible;
    background: transparent;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 40/7;
    position: relative;
    overflow: hidden;
}

.banner:after {
    content: "";
    position: absolute;
    width: 102%;
    height: 102%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleX(-1);
    background: url(https://pic03.eapple.com.tw/huyuancm/banner.jpg) center/cover no-repeat;
}

.banner h5 {
    line-height: 1;
    color: #304c37;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    letter-spacing: 3px;
    z-index: 9;
    transform: translateX(4px);
}

.banner h5:after {
    content: "";
    position: absolute;
    width: 156px;
    height: auto;
    aspect-ratio: 156/161;
    top: calc(50% + 8px);
    left: calc(50% - 4px);
    transform: translate(-50%, -50%);
    background: url(https://pic03.eapple.com.tw/huyuancm/ba_txt.png) center/cover no-repeat;
    z-index: -1;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box {
    margin-top: 20px;
    padding: 0;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 30px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 0;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    color: #304c37;
    letter-spacing: 1px;
}

.blog_list_ri em {
    font-weight: 400;
    margin: 6px 0 18px;
}

.blog_list_ri p {
    line-height: 155%;
    padding: 14px 0 0;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    text-align: justify;
    font-size: 16px;
    border-top: 1px solid #bbb;
    margin-top: 0;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #c29155 !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #516D57 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Sans TC', serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #fff 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #fcf9f4;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    border-left: #fcf9f4 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic {
    display: none;
}

.blog_shareData {
    justify-content: flex-end;
    margin: 20px 0;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 28px;
    color: #304c37;
    font-weight: 500;
    letter-spacing: 1px;
}

.blog_box_edit {
    color: #545454;
    font-size: 16px;
}

.blog_box_edit * {
    line-height: 170%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    border: 1px solid #c29155;
    background: transparent;
    color: #c29155;
    transition: all .3s ease;
}

.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_back:hover {
    background: #c29155;
    color: #fff;
}

.news_related {
    padding: 48px 0;
    background: #F6F3EE;
}

.news_related_list {
    max-width: 1500px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

.news_related_list li a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.lastPage {
    background: #c29155;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #415f46;
    font-weight: 500;
    letter-spacing: 1px;
}

.news_related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*購物車*/
/*modify*/
.proImgSwiper {
    clip-path: inset(0 2px);
}

.products-list .more {
    border-color: #304c37;
    color: #304c37;
    background: #fff;
}

.products-list .item a:hover .more {
    background: #304c37;
}

.products-list .name {
    -webkit-line-clamp: 2;
    height: 46px;
    margin: 13px 0 15px;
    font-weight: 500;
}

.products-list .price {
    margin: -6px 0 24px;
}

.products-list .price * {
    margin: 0;
}

.products-list .price b {
    color: #c29155;
}

.product_info li .txt_box {
    color: #222;
}

.products-list .pic {
    border-radius: 30px;
}

.products-list .pic:after {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    line-height: 30px;
    z-index: 9;
    text-align: center;
    border-radius: 100%;
    color: #FFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .35s;
}

.products-list .item a:hover .pic:after {
    opacity: 1;
}

.products-list .pic img {
    transition: 0.5s;
}

.products-list .item:hover .pic img {
    transform: scale(1.1);
    filter: brightness(.5);
}

/*預設*/
.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    border-right: 1px solid #ccc;
    min-height: 45vw;
}

.product_page .products-list {
    width: calc(100% - 280px);
    grid-gap: 20px;
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin: 0;
    width: 100%;
    background: #F6F3EE;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding: 5px 5px 5px 0;
}

.product-layer-two li i {
    right: 15px;
    top: 18px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #444;
    transition: all ease .3s;
}

.product-layer-two>li:hover i,
.product-layer-two>li.active i {
    color: white;
}

.product_info_page .product_menu_list {
    display: none;
}

.product-wrapper {
    width: 100%;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -22px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*預設結束*/
.product-layer-two li li {
    display: block;
    background: none;
    border: none;
    padding: 0 22px;
    margin: 10px 0 0;
    transition: all ease .3s;
}

.product-layer-two li li:hover {
    padding-left: 46px;
}

.product-layer-two>li>ul li+li {
    margin-top: 0;
}

.product-layer-two>li>ul li:last-of-type {
    margin-bottom: 5px;
}

.product-layer-two li.active li {
    display: block;
}

.product-layer-two li li a,
.product-layer-two li.active li a {
    background: none;
    padding: 0;
    color: #666;
}

.product-layer-two li li:hover>a {
    color: #222;
    border: none;
}

.product-layer-two li li:hover>a:before {
    background: #222;
}

.product-layer-two li:hover>a:before,
.product-layer-two li.active>a:before {
    background: white;
    color: #304c37;
}

.product-layer-two li a {
    padding: 10px 48px 10px 22px;
    color: #444;
    letter-spacing: 0px;
    border: none;
    font-weight: bold !important;
    background: transparent;
    transition: all 0.3s;
    line-height: 160%;
    font-size: 15px;
    transition: all 0.3s;
}

.product-layer-two li li a {
    font-weight: 500 !important;
}

.product-layer-two>li:hover>a,
.product-layer-two li.active>a {
    background: #304c37;
    border: none;
    color: #fff;
}

.product-layer-two ul {
    grid-gap: 10px;
}

.sidebarBtn {
    padding: 0 0 0 30px;
    border: none;
    background: none;
}

.product_info li span {
    font-family: 'Noto Sans TC';
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.page li.activeN {
    display: flex;
    width: 25px;
    height: 25px;
    line-height: 25px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    background: #444;
    color: #fff;
}

/*內頁*/
.product_info_page .main_part {
    max-width: 1200px;
}

.product_main {
    padding: 0;
}

.proImgSwiper li {
    align-items: flex-start;
}

.pd_tabInner_contain {
    padding-top: 0;
}

.prod_related {
    padding: 48px 0;
    background: #F6F3EE;
}

.prod_related h6 span:before {
    color: #415f46;
    font-weight: 500;
    letter-spacing: 1px;
}

.related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related_list {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.related_list li {
    width: calc((100% - 60px) / 4);
}

.related_list li a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.pd_tabTitle li.activeTab a {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #304c37;
}

.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: #304c37;
}

.pd_tabTitle li {
    border: none;
}

.product-wrapper .edit {
    color: #444;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: .5px;
    padding: 20px 0 0;
}

.sidebarBtn .price span {
    font-size: 20px;
}

.inquiry_a1 {
    background: #fef100;
    color: #000;
    font-weight: bold;
}

.inquiry_a2 {
    background: #00adf2;
    font-weight: bold;
}

.inquiry_a1:hover,
.inquiry_a2:hover {
    background: #0069b7;
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡*/
.contact_content,
.contact_content .information_left,
.contact_content .information_right {
    width: 100%;
    padding: 0;
}

.contact_page .main_part {
    max-width: 1400px;
    padding: 80px 0;
}

.contact_page:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/huyuancm/yobg.jpg) center / cover no-repeat;
}

.blank_letter {
    padding-top: 0;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #304c37;
    font-family: 'Noto Sans TC', serif;
    display: flex;
    align-items: end;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}

.contact_form li:nth-of-type(-n+9) {
    width: calc((100% / 3) - 20px);
}

.contact_form li:nth-last-of-type(-n+2) {
    width: calc(50% - 10px);
}

.contact_form li.last {
    margin-top: auto;
    margin-bottom: 0;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    background: #F6F3EE7F;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.contact_content .information_right {
    background: #fff;
    padding: 80px;
    border-radius: 40px;
}

.contact_form li {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0;
    border-bottom: none;
    color: #444;
    grid-gap: 8px;
}

.contact_form li .form__label {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    max-width: 100%;
    font-weight: normal;
    padding: 0;
    background: none;
}

.star {
    order: 1;
    height: 18px;
}

.contact_content>form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 60px;
}

.contact_form li .form__insert {
    line-height: 165%;
}

.contact_form li.last cite {
    background: #c29155;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    border-color: #c29155;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer_info li p.fax a {
    cursor: text;
}

.footer {
    background: #304c37;
    padding-top: 80px;
    font-family: 'Noto Sans TC';
}

.footer .center {
    max-width: 82%;
}

.footer_info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 120px;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    letter-spacing: 0;
    display: flex;
    flex-flow: row wrap;
    width: 50%;
    margin-bottom: 80px;
}

.footer_info li:before {
    color: #fcd757;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 36px;
    display: block;
}

.footer_info li:nth-child(1):before {
    content: "CONTACT DETAILS";
    grid-column: 1 / -1;
}

.footer_info li:nth-child(2):before {
    content: "NAVIGATION";
    left: 0;
    position: absolute;
}

.footer_info li:nth-child(1) {
    width: calc(100% - 200px);
    display: flex;
    flex-flow: column wrap;
}

.footer_info li p {
    letter-spacing: .3px;
    color: rgba(255, 255, 255, .7);
    line-height: 175%;
    display: block;
    margin-bottom: 5.5px;
    font-weight: 400;
    transition: all ease 0.4s;
}

.footer_info li p a {
    color: rgba(255, 255, 255, .7);
    width: max-content;
    transition: all ease 0.4s;
}

.footer_info li p:hover,
.footer_info li p:hover a {
    color: #fff;
}

.footer_info li:nth-child(2) {
    width: 200px;
    position: relative;
    margin-top: 0;
}

.footer_menu {
    margin-top: 62px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 60px;
}

.footer_menu a {
    padding: 0;
    border: none;
    color: rgba(255, 255, 255, .7);
    background: transparent;
    width: max-content;
    text-align: left;
    margin: 0;
    line-height: 175%;
    transition: all 0.4s;
}

.footer_menu a:hover {
    background: transparent;
    color: #fff;
}

.footer_menu a:first-of-type {
    display: none;
}

.copy,
.copy a,
.copy a:hover {
    color: rgba(255, 255, 255, .3);
}

.privacyLinks a+a {
    border-color: rgba(255, 255, 255, .3);
}

.copy {
    font-size: 13px;
    white-space: inherit;
    padding: 0;
    padding-left: 9%;
    border-top: none;
    position: absolute;
    margin: 0 auto;
    bottom: 90px;
    width: max-content;
    justify-content: flex-start;
    max-width: calc(50% - 120px);
}

.footer_logo {
    margin: 0 0 20px;
    max-width: 240px;
    filter: grayscale(1) brightness(10);
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.box_link {
    display: none;
}

@media screen and (max-width:1500px) {

    .nav-header,
    .nav-brand {
        max-width: 160px;
    }

    .stellarnav {
        padding-left: 200px;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        margin: 0 6px;
    }

    .privacyLinks {
        margin: 0;
    }

    .privacyLinks a,
    .copy p {
        padding: 0 5px 0 0;
    }

    .privacyLinks a:last-of-type {
        padding: 0 0 0 5px;
    }
}

@media screen and (max-width:1360px) {
    .nav-header {
        position: relative;
        max-width: 100%;
    }

    .nav-brand {
        max-width: 120px;
    }

    .navigation {
        flex-flow: column wrap;
    }

    .stellarnav {
        padding-left: 0;
        order: 2;
    }

    .stellarnav>ul {
        text-align: center;
    }

    .me_tp_features {
        position: static;
        transform: none;
        margin: 20px 0 0;
    }

    .footer_info ul {
        width: 100%;
        margin-bottom: 0;
    }

    .footer_info {
        gap: 60px;
    }

    .copy {
        position: static;
        margin: 0;
        max-width: 100%;
        padding-bottom: 60px;
        text-align: left;
    }

    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2) {
        width: 50%;
    }

    .contact_form li:nth-of-type(-n+9),
    .contact_form li:nth-last-of-type(-n+2) {
        width: 100%;
    }

    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 1024px) {

    .news_related_list li,
    .related_list li {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .footer.with_shopping_mode {
        padding: 50px 0;
    }

    #to_top {
        bottom: 68px;
    }

    .me_tp_features {
        display: none;
    }

    .product_page .me_tp_features,
    .product_info_page .me_tp_features {
        display: block;
        margin: 5px 0 10px;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
    }

    .product_page .me_tp_features>*:not(.box_search),
    .product_info_page .me_tp_features>*:not(.box_search) {
        display: none;
    }

    .stellarnav.mobile.active {
        z-index: 99999;
    }

    .header_area,
    .pageIndex .header_area,
    .header_area.sticky {
        background: #fff;
        box-shadow: 0 0 30px rgba(0 0 0 / 20%);
    }

    .nav-header {
        padding: 10px;
        box-shadow: none;
    }

    .nav-brand {
        max-width: 90px;
    }

    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2) {
        width: 100%;
    }

    .footer_menu {
        margin-top: 40px;
        grid-gap: 15px 10px;
    }

    .footer_info li:before {
        padding-bottom: 14px;
        font-size: 18px;
    }

    .footer_info ul,
    .footer_info {
        gap: 40px;
    }

    .footer_logo {
        max-width: 200px;
    }

    .pageIndex .header_area,
    .pageIndex .header_area.sticky {
        position: sticky;
        transform: none;
        top: 0;
        opacity: 1;
    }

    .stellarnav .menu-toggle {
        padding: 32px 10px;
    }

    .stellarnav a {
        color: #fff;
    }

    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after,
    .stellarnav>ul>li>ul>li>a.dd-toggle .icon-plus:before,
    .stellarnav>ul>li>ul>li>a.dd-toggle .icon-plus:after {
        border-color: #fff;
    }

    .stellarnav.mobile li li a.dd-toggle {
        margin-right: 3px;
    }

    .stellarnav.mobile li li.open a.dd-toggle {
        margin-right: 2px;
        margin-top: 3px;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav>ul>li>a:hover,
    .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
        background: none;
        color: #fff;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a,
    .stellarnav.mobile>ul>li>a {
        height: auto;
        line-height: 150%;
        padding: 10px 44px 10px 10px;
        margin: 0 8px;
    }

    .stellarnav.mobile li li.has-sub a:not(.dd-toggle) {
        padding: 12px 15px;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #BE8D54;
    }

    .stellarnav.mobile>ul {
        border-top: none;
        border-right: none !important;
        background: #415f46;
    }

    .stellarnav.mobile li.open {
        background: #304c37;
    }

    .stellarnav.mobile li.open li.open {
        background: #516d57;
    }

    .stellarnav>ul>li:after {
        content: none;
    }

    .stellarnav.mobile li.drop-left ul ul {
        left: 0;
    }

    .stellarnav.mobile li a {
        border-bottom: none;
    }

    .stellarnav.mobile li li.has-sub a:not(.dd-toggle),
    .stellarnav.mobile li li.has-sub.open a:not(.dd-toggle),
    .stellarnav.mobile li li.has-sub.open:hover a:not(.dd-toggle) {
        color: #fff;
    }

    .stellarnav.mobile li li.has-sub:hover a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>ul>li.has-sub.open>ul>li:hover>a:not(.dd-toggle) {
        color: #000;
    }

    .stellarnav a.dd-toggle .icon-plus:after,
    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li {
        border-color: rgba(255, 255, 255, .25);
    }

    .stellarnav.mobile li li.has-sub:not(.open):hover a.dd-toggle .icon-plus:before,
    .stellarnav.mobile li li.has-sub:not(.open):hover a.dd-toggle .icon-plus:after {
        border-color: #000;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a,
    .stellarnav.mobile>ul>li>a {
        margin: 0 5px;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 8px;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        margin-top: 6px;
    }

    .stellarnav li li a:not(.dd-toggle),
    .stellarnav li li.has-sub>a:not(.dd-toggle),
    .stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
        text-align: left;
        padding: 12px 15px;
    }

    .banner:after {
        width: 125%;
        height: 125%;
        background-position-x: 57%;
    }

    .banner {
        min-height: 44vw;
    }

    .banner h5:after {
        width: 120px;
        top: 50%;
    }

    .banner h5 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .blank_letter {
        font-size: 24px;
        flex-flow: column wrap;
        align-items: flex-start;
    }

    .note {
        width: 100%;
    }

    .contact_content .information_right {
        padding: 40px;
    }

    .contact_page .main_part {
        padding: 34px 0;
    }

    h5.blog_le_t {
        display: block;
    }

    .blog_le {
        margin-bottom: 20px;
    }

    h5.blog_le_t em {
        font-family: 'Noto Serif TC';
        font-weight: bold;
        font-size: 22px;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .blog_ri {
        padding: 0;
    }

    .blog_box {
        margin-top: 0;
    }

    .main_part {
        padding: 40px 0;
    }

    h4.blog_category_title {
        font-size: 24px;
    }

    .edit {
        padding: 0 0 20px;
    }

    .news_related_list li,
    .product_page .products-list,
    .product_page .product_menu_list {
        padding: 0;
    }

    .product_page .product_menu_list {
        letter-spacing: 0;
        border-right: none;
        min-height: auto;
        margin-bottom: 20px;
    }

    .product_menu_list>h5 {
        font-family: 'Noto Serif TC';
        font-weight: bold;
        font-size: 22px;
        display: block;
        color: #666;
        letter-spacing: 2px;
    }

    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-layer-two li a {
        padding-left: 8px;
    }

    .mobile_product_name {
        display: none;
    }

    .show_content,
    .sidebarBtn {
        padding: 0;
    }

    #prod_thumbSwiper {
        margin-top: 4px;
    }

    .pd_tabTitle li.activeTab a {
        font-size: 20px;
        letter-spacing: 0px;
        text-align: left;
        padding-left: 0;
    }

    .product_page .products-list,
    .product_page .product_menu_list {
        width: 100%;
        padding: 0;
    }

}