@charset "utf-8";
.info_fix_links{display:flex !important;}
.info_fix>span {
    display: none;
    background: #000;
}

element.style {
}
.info_fix_links a.info_fix_default {
}
.info_fix_links a+a {
}
.info_fix_links a {
    background: rgba(198, 167, 137, .8);}
.info_fix_links a:hover {
    background: rgba(198, 167, 137, 1);}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body {
    overflow-x: hidden;
}

&::-webkit-scrollbar {
    width: 6px;
}

&::-webkit-scrollbar-track {
    background: #FFFFFF;
}

&::-webkit-scrollbar-thumb {
    background-color: #d6d7dc;
    border-radius: 3px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    background:#FFF;}

.nav-brand img {
    width: 200px;}

.me_tp_features {
    display: none;
}

.main_header_area .container {
    max-width: 1800px;
    padding: 0 2%;
}

.stellarnav ul {
	margin: 35px 0 0 0;
    font-family: 'Noto Serif TC', serif;
}
.stellarnav > ul > li > a {
	color:#f2722a;
margin: 0 10px;}

.sticky .stellarnav>ul>li>a,
.sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    text-shadow: none;
}

.stellarnav>ul>li:last-of-type>a {
    margin-right: 0;
}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    font-weight: bold;
    color: #f2722a;
}

.nav-header {
    max-width: fit-content;
    padding: 8px 0 10px;
}

.pageIndex .nav-brand,
.pageIndex .nav-brand img {
    width: 240px;
    display: block;
    transition: allease 0.3s;
}

.pageIndex .sticky .nav-brand,
.pageIndex .sticky .nav-brand img {
	filter: unset;
    width: 200px;
	transition: all .3s;
}

.swiper-pagination {
    display: none;
}

.swiper-banner .swiper-slide img {
    width: 100%;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
    animation: navi 0.3s;
}
.module_i_news .title_i_box h4 {
    color: #333;}
.module_i_news li {
	border-radius: 20px 20px 20px 20px;
	box-shadow:0 0 5px #ccc;}
.i_blog_le img {
 	border-radius: 20px 20px 0px 0px;
}
.i_blog_ri {
    padding: 10px;}
.i_blog_ri em {
	display:none;}
.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li a {
    grid-template-columns: 1fr;
    grid-gap: 10px;}

@keyframes navi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.stellarnav li li {
    background: #FFF;
    border: 1px solid #e7d1b0cf;
    border-bottom: 1px solid #e7d1b0cf;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background:#e7d1b0cf;
}



.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle) {
    color: #f2722a;
    padding: 10px 20px;
    font-weight: 500;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
}

.stellarnav>ul>li>ul {
    margin: 0;}

.sticky .stellarnav>ul>li>ul {
    bottom: auto;
    transform: none;
}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid #f2722a;}

/* 主分類超過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個--結束 */


/* 商品下拉超過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;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

.products-list .more {
    border: 1px solid #4ba5a5;
    color: #4ba5a5;}
.products-list .item a:hover .more {
    background: #4ba5a5;;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product_menu_list {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.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;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.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;
    }
	.module_i_news ul {
    grid-template-columns: 1fr;}
.blog_subbox {
    grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/

/*內頁*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.banner{ background:#FFF !important; color:#4ba7a7  !important;    min-height: 100px!important; }
.banner h5{ border-bottom:2px solid #4ba7a7; max-width:250px;}


.contact_le_map a {
    display: block;
    background: #4ba5a5;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.contact_form li.last cite {
    background: #4ba5a5;
    color: #fff;}

/*聯絡*/

.subbox_item a {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 20px;}
.blog_list_ri h5 {
    font-weight: 800;
    font-size: 16px;}
.blog_list_le img{border-radius: 20px 20px 0px 0px;}
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr 1fr;}
.subbox_item{
	box-shadow:0px 0px 5px #ccc;
	border-radius: 20px 20px 20px 20px;}
.blog_list_ri em {
    display: none;}
.blog_list_ri {
    display: block;
    padding: 10px 10px 20px 10px;}
/*footer*/




.footer {
    background: #FFFFFF;
    padding: 48px 0 0;
}

.footer_logo {
	width:200px;
    margin: 0;
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.footer .center {
    max-width: 1800px;
    padding: 0 80px;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
    font-weight: 500;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    grid-gap: 0;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: calc(100% - 17vw);
    letter-spacing: 0;
    padding: 0 0 36px;
}

.footer_info li:nth-child(1) {
    width: 100%;
}

.footer_info li p,
.footer_info li p a {
    color: #333;
}

.footer_info li p {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
    line-height: 200%;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 6px 12px;
    border: none;
    color: #333;
    background: transparent;
    margin: 0;
    margin-left: 6px;
    transition: all 0.5s;
}

.footer_menu a:hover {
    color: #fff;
    background: #333;
    font-weight: 500;
}

.copy,
.copy a,
.copy a:hover {
    color: #333;
    font-family: 'Noto Serif TC';
    font-weight: 500;
}

.copy {
    text-align: right;
    padding: 5px 80px 60px;
    border-top: none;
    max-width: 1800px;
    margin: 0 auto;
}

.box_link {
    display: none;
}

/*左浮動*/
#to_top {
    bottom: 20px;
    right: auto;
    left: 16px;
    width: 44px;
    height: 44px;
    color: transparent;
    background: #333;
    box-shadow: none;
    border-radius: 0;
}

#to_top i.top {
    width: 14px;
    height: 14px;
    top: 14px;
    transform: translateY(-50%);
}

#to_top i.top:before,
#to_top i.top:after {
    height: 10px;
    width: 2px;
    top: 0;
    left: 46%;
}

#to_top i:before,
#to_top i:after {
    background: #fff;
}


@media screen and (max-width: 768px) {
.pageIndex .header_area {
    padding: 0;
    background: #FFF;
    position: relative;
    transition: ease.3s;}

.pageIndex .nav-brand, .pageIndex .nav-brand img {
    width: 220px;
    display: block;
    transition: allease 0.3s;
}

.pageIndex .stellarnav>ul>li>a, .pageIndex .stellarnav>ul>li {
    padding: 0 2px;
    line-height: 50px;
    color: #e5b46c;
    display: block;
    font-weight: 500;
    margin: 0 18px;
    letter-spacing: .5px;
    text-shadow: 0px 0px 0px #FFF;
    transition: allease 0.3s;}

.main_header_area .container {
    max-width: 1800px;
    padding: 2% 2%;
}
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {}

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
	.footer .center {
    max-width: 1800px;
    padding: 0 10px;}
	.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
    padding: 0 0 36px;
    flex-direction: column;
}
.footer_menu {
    display: contents;
    width: max-content;
    position: absolute;}
}

@media screen and (max-width: 600px) {}