.banner {
    margin-bottom: 50px;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') 50% 50% no-repeat;
    width: 105px;
    height: 28px;
    margin-top: -13px;
    position: absolute;
    z-index:1;
    top: 50%;
    cursor: pointer;
    transition: all .3s ease;
}
.banner .slick-prev {
    left: -65px;
}
.banner .slick-next {
    transform: scaleX(-1);
    right: -65px;
}
.banner .slick-prev:hover {
    left: -100px;
}
.banner .slick-next:hover {
    right: -100px;
}
.banner .slick-dots {
    position: absolute;
    top: calc(100% - 45px);
    left: 0;
    right: 0;
    margin: 0px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 100%;
    background: #E9D6E9;
}
.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #A48860;
}
/* 共用 title&more */

.sect-title {
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    color: #313140;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0 auto;
}
.sect-title span {
    display: inline-block;
    font-size: 60px;
    color: #A48860;
    font-family: 'Marcellus', serif;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 1.2;
    margin: 0;
}


/******** 2.0 新增banner下方html區塊 ********/
.sect4{
    position: relative;
    box-sizing: border-box;
    padding: 50px 0px;
}
/******** 2.0 新增banner下方html區塊 ********/

.sect1 {
    position: relative;
    box-sizing: border-box;
    padding: 50px 0 53px;
}
.ad-link {
    display: block;
    transition: opacity 0.3s;
}
.ad-link:hover {
    opacity: 0.7;
}


.sect2 {
    position: relative;
    box-sizing: border-box;
    padding: 53px 0 85px;
}
.news-sect {
    float: left;
    width: 40.6%;
}
.news-sect .sect-title {
    position: relative;
    flex-direction: row;
    align-items: baseline;
    margin: 0 0 24px ;
}
.news-sect .sect-title::before{
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 21px;
    background: url('../../images/common/index/tit_ic.png') no-repeat;
    top: 4px;
    left: 188px;
}
.news-sect .sect-title span{
    padding-right: 18px;
}
.news-sect .ibtn.more{
    display: none;
}

.news-list {
    max-width: 1280px;
    margin: 0px auto 0;
}
.news-list .item {
    width: 50%;
    padding: 0 0px;
    margin-bottom: 30px;
}
.news-list .box {
    position: relative;
    max-width: 250px;
    margin: 0 0px;
    text-align: center;
}
.news-list .pic {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 0px;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    color: #534f45;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    overflow: hidden;
    transition: all .3s ease;
    padding-top: 32px;
}
.news-list a:hover .name {
    color: #927554;
}
.news-list .date {
    position: absolute;
    display: block;
    box-sizing: border-box;
    font-family: 'Marcellus', serif;
    width: 125px;
    height: 30px;
    background:#A48860;
    color: #fff;
    border-radius: 12px 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 30px;
    transition: all .3s ease;
    margin: 0 auto;
    left: 0;
    bottom: calc(59px - 15px);
}


.about-sect {
    float: right;
    width: 59.4%;
}
.about-sect .sect-title {
    position: relative;
    margin: 0 0 32px;
}
.about-sect .sect-title::before{
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 21px;
    background: url('../../images/common/index/tit_ic.png') no-repeat;
    bottom: 6px;
    left: 158px;
}
.about-sect .pic {
    position: relative;
    float: left;
    width: 50.2%;
    max-width: 380px;
}
.about-sect .txt {
    position: relative;
    float: right;
    width: 49.8%;
    max-width: 440px;
}
.about-sect .txt .editor{
    position: relative;
    color: #857F85;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2.2;
}
.about-sect .txt .editor h4{
    font-size: 18px;
    color: #927352;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin: 0 0 6px;
}
.about-sect .btn-box {
    text-align: left;
    padding: 0;
    margin-top: 40px;
}



.sect3 {
    position: relative;
    box-sizing: border-box;
    padding: 136px 0 120px;
}
.sect3::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 416px;
    margin: 0 auto;
    background: url('../../images/common/index/p_bg.jpg') 50% 100% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.sect3::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 260px;
    margin: 0 auto;
    background: url('../../images/common/index/p_bbg.png') 50% 100% no-repeat;
    background-size: cover;
    filter: sepia(1);
}
.products-sect .sect-title {
    position: relative;
    text-align: center;
    margin-bottom: 48px;
}
.products-sect .sect-title,
.products-sect .sect-title span{
    color: #fff;
}
.products-sect .sect-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 21px;
    background: url(../../images/common/index/tit_ic2.png) no-repeat;
    transform: scaleX(-1);
    bottom: 6px;
    right: calc(100% - 68px);
}
.products-sect .sect-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 21px;
    background: url(../../images/common/index/tit_ic2.png) no-repeat;
    bottom: 6px;
    left: calc(100% - 68px);
}
.products-sect .ibtn.more {
    position: relative;
    display: block;
    margin: 45px auto 0;
}
.products-list {
    margin: 0 -15px;
}
.products-list .item {
    /* width: 20%;*/
    padding: 0 15px;
}
/*
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}*/
.products-list .box {
    max-width: 264px;
    margin: 0 auto 35px;
    position: relative;
}
.products-list .box.new:before {
    position: absolute;
    content: 'NEW';
    display: block;
    text-align: center;
    background: #A48860;
    color: #ffffff;
    font-family: 'Marcellus', serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.025em;
    width: 60px;
    height: 30px;
    line-height: 30px;
    z-index: 10;
    right: 20px;
    top: 20px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 50% no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .pic::after{
    content: "";
    background:  rgba(14,15,17,.45);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before,
.products-list .box:hover .pic::after {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list .txt {
    padding-top: 15px;
}
.products-list .name {
    position: relative;
    box-sizing: border-box;
    color: #534f45;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    overflow: hidden;
    transition: all .3s ease;
}
.products-list .box:hover .name {
    color: #927554;
}
.products-list .offers {
    font-family: 'Marcellus', serif;
    color: #d80000;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin: 5px 0 0;
}
.products-list .offers .icon {
    background-position: -160px 0;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
/******** 新增拆單系統 *****************/
.products-list .shopping_way span+span{
    margin:0 2px;  
}
.products-list .shopping_way span{
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background:#fbab9b;
    display:inline-block;
    border-radius:5px;
    margin-bottom: 8px;
    width: auto;
    padding:0 6px;
    letter-spacing: 1px;
}
.products-list .shopping_way .cold{
    background:#80dc9c;
}
.products-list .shopping_way .freezing{
    background:#63c7f5;
}
/******** 新增拆單系統 *****************/
@media screen and (max-width: 1680px) {
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next {
        transform: scaleX(-1);
        right: 15px;
    }
    .banner .slick-prev:hover {
        left: 0px;
    }
    .banner .slick-next:hover {
        right: 0px;
    }
}
@media screen and (max-width: 1440px) {
    .news-sect {
        width: 45%;
    }
    .about-sect{
        width: 55%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .about-sect .txt{
        width: 48%;
    }
    .about-sect .txt .editor{
        line-height: 2;
    }
    .about-sect .pic{
        width: 52%;
        left: -5%;
    }
    .about-sect .btn-box{
        margin-top: 22px;
    }
}
@media screen and (max-width: 1280px) {
    .banner {
        margin-bottom: 30px;
    }
    .sect1{
        padding: 30px 0 33px;
    }
    .sect2 {
        padding: 33px 0 80px;
    }
    .sect3 {
        padding: 80px 0 80px;
    }
    .news-sect,
    .about-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        text-align: center;
        max-width: 620px;
        margin: 0 auto 15px;
    }
    .about-sect {
        max-width: 620px;
        margin: 15px auto 0;
    }
    .sect3::before{
        height: 34%;
    }
    .news-sect .sect-title{
        margin-left: 60px;
    }
    .news-list .box{
        margin: 0 auto;
    }
    .about-sect .pic{
        left: inherit;
    }
    .products-sect .ibtn.more{
        margin: 30px auto 0;
    }
    /* .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }*/
}
@media screen and (max-width: 1000px) {
    .banner .slick-prev, .banner .slick-next{
        width: 71px;
        height: 13px;
        background-size: contain;
    
    }
    /* .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }*/
    /***  優化 ***/
    .banner .slick-dots,
    .banner .slick-dots li{
        display: none;
    }
    .banner {
        margin-bottom: 20px;
    }
    .sect1{
        padding: 20px 0 22px;
    }
    .sect2 {
        padding: 22px 0 55px;
    }
    .sect3 {
        padding: 50px 0 50px;
    }

    .sect-title{
        width: 265px;
        font-size: 28px;
    }
    .sect-title span{
        font-size: 50px;
    }
    .about-sect .sect-title::before,
    .about-sect .sect-title::after,
    .news-sect .sect-title::before,
    .news-sect .sect-title::after,
    .products-sect .sect-title::before,
    .products-sect .sect-title::after{
        content: '';
        position: absolute;
        display: block;
        width: 76px;
        height: 17px;
        bottom: 8px;
        background: url('../../images/common/index/tit_ic.png') no-repeat;
        background-size: contain;
    }
    .about-sect .sect-title::before,
    .news-sect .sect-title::before,
    .products-sect .sect-title::before{
        right: calc(100% - 55px);
        transform: scaleX(-1);
        top: inherit;
        left: inherit;
    }
    .about-sect .sect-title::after,
    .news-sect .sect-title::after,
    .products-sect .sect-title::after{
        left: calc(100% - 60px);
    }

    .news-sect .sect-title{
        flex-direction: column;
        align-items: center;
        margin: 0 auto 30px;
    }
    .news-sect .sect-title span{
        padding: 0;
    }

    .news-list {
        margin: 0px -10px 0;
    }
    .news-list .item{
        padding: 0 10px;
    }
    .news-list .date{
        width: 120px;
        height: 30px;
        font-size: 14px;
        bottom: calc(45px - 15px);
    }
    .news-list .name{
        font-size: 16px;
        padding-top: 20px;
    }

    .about-sect {
        float: none;
        text-align:center;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: normal;
    }
    .about-sect .pic{
        width: fit-content;
        margin: 0 auto 20px;
        left: -4.35%;
    }
    .about-sect .sect-title{
        margin: 0 auto 26px;
    }
    .about-sect .txt{
        width: fit-content;
        max-width: 620px;
    }
    .about-sect .txt .editor h4{
        font-size: 16px;
        margin: 0 0 5px;
    }
    .about-sect .txt .editor{
        font-size: 14px;
    }
    .about-sect .btn-box {
        text-align: center;
    }
    .sect3::before {
        height: 31%;
        background: url(../../images/common/index/p_bg.jpg) 50% 50% no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }
    .products-sect .sect-title{
        margin-bottom: 30px;
    }
    .products-sect .ibtn.more {
        margin: 20px auto 0;
    }
    .products-list {
        margin: 0 -10px;
    }
    .products-list .item{
        padding: 0 10px;
    }
    .products-list .box.new:before{
        right: 15px;
        top: 15px;
        width: 48px;
        height: 24px;
        line-height: 24px;
        font-size: 15px;
    }
    .products-list .box{
        margin: 0 auto 25px;
    }
    .products-list .txt {
        padding-top: 10px;
    }
    .products-list .pic:before{
        width: 65px;
        height: 60px;
        background-size: contain;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .products-list .name{
        font-size: 16px;
    }
    .products-list .offers{
        font-size: 18px;
        margin: 2px 0 0;
    }
    .products-list .shopping_way span{
        line-height: 22px;
        font-size: 12px;
        font-weight: normal;
        width: auto;
        padding:0 8px;
        margin-bottom: 3px;
    }

    .sect3::after{
        height: 30%;
    }
}
@media screen and (max-width: 767px) {

    /* .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }*/
}
@media screen and (max-width: 550px) {
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    /* .products-list .item {
        width: 100%;
    }*/
    .about-sect .pic {
        left: -8.35%;
    }
}