@charset "utf-8";

.warning-sect::after{
    background: url(../../images/common/index/n_wave4.webp) 50% 50%;
}
/* ------ banner ------ */
.banner .slick-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.banner .slick-dots li {
    margin: 10px 0;
    display: flex;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background:#F0F0F0;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
    border-radius: 100%;
}
.banner .slick-dots li.slick-active button {
    background: #643608;
    border-color: #643608;
}
/* ------ common ------ */
.sect-title {
    position: relative;
    margin: 0 0 30px;
}
.sect-title span{
    position: relative;
    box-sizing: border-box;
    font-size: 60px;
    font-weight: 400;
    color: #EE7666;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: "DM Serif Display", serif;
}
.sect-title h2 {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 26px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
/* ------ sect1-about ------ */
.sect1{
    position: relative;
    padding: 0px 0 0;
    z-index: 2;
}
.about-sect {
    position: relative;
    box-sizing: border-box;
}
.sect1:after {
    content: '';
    position: absolute;
    /* display: block; */
    height: 145px;
    width: 100%;
    top: -145px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -2;
    background: url(../../../images/common/index/n_wave.webp) 50% 50%;
    background-size: cover;
    -webkit-animation: wave-l 15000ms linear infinite;
    animation: wave-l 15000ms linear infinite;
        background-size: auto 100%;
    z-index: 5;
}
@-webkit-keyframes wave-l {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1905px 0;
    }
  }
  
@keyframes wave-l {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1905px 0;
    }
}
.about-sect .sect-title{
    display: block;
    text-align: left;
    top: 147px;
    margin: 0 0 0 61px;
}
.about-sect .index-about-editor {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0px 60px 115px;
}
.about-sect .index-about-editor .editor {
    position: relative;
    box-sizing: border-box;
    color: #666666;
    letter-spacing: 1.5px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-sect .more:hover .aboutButtonBar {
    background: rgb(82, 169, 164, 0.3);
    top: -15%;
}
.about-sect .more .aboutButtonCircle {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    display: none;
}
.about-sect .more .circleOver {
    fill: none;
    stroke: rgb(82, 169, 164, 0.3);
    stroke-width: 1px;
    stroke-dasharray: 433px;
    stroke-dashoffset: 0;
    animation: circleUpOff 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more:hover .circleUnder {
    animation: circleDownOn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more:hover .circleOver {
    animation: circleUpOn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@keyframes circleUpOn {
    0% {
        stroke-dashoffset: 433;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes circleDownOn {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -433;
    }
}
@keyframes circleUpOff {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 433;
    }
}
@keyframes circleDownOff {
    0% {
        stroke-dashoffset: -433;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
/* ------ sect5-ad ------ */
.sect5 {
    position: relative;
    display: block;
    width: 100%;
    height: 25rem;
    overflow: hidden;
    padding: 40px 0;
    margin: -80px 0 0;
    z-index: 1;
}
.sect5 .container {
    max-width: 1920px;
    padding: 0;
}
/* ------ sect2-news ------ */
.sect2 {
    position: relative;
    padding: 40px 0 30px;
}
.news-sect {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.news-sect .sect-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 377px;
}
.news-sect .sect-title::before{
    content: '';
    position: absolute;
    top: 28px;
    left: -185px;
    width: 217px;
    height: 209px;
    background: url(../../images/common/index/news_left.webp) no-repeat;
    background-size: cover;
}
.news-sect .sect-title span {
    line-height: 0.9;
}
.news-sect .sect-title h2 {
    line-height: 2.2;
}
.news-sect .btn.more {
    left: 0%;
}
.news-sect .sect-title span i {
    font-style: unset;
    display: block;
}

/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    font-size: 0;
    padding-left: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: transparent;
    border: 1px solid #ccc;
    transition: all .3s ease;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 13px;
    height: 13px;
    background: url(../../../images/layout04/common/index/arr.png) no-repeat;
    background-size: contain;
    filter: brightness(0);
    transition: all .3s ease;
}
.index_more a:hover:before {
    filter: brightness(100);
}
.index_more a:hover{
    background: #000;
    border-color: #000;
}
.index_more a span{
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Libre Baskerville', serif;
    transition: all .3s ease;
}
.index_more a:hover span {
    color: #fff;
}
/*------------ /more ------------*/
.sect1 .btn.more {
    top: 64%;
    left: 4%;
}
.btn.more {
    position: absolute;
    display: block;
    text-align: left;
    top: 67%;
    left: 0%;
    width: 220px;
    height: 55px;
    line-height: 50px;
    color: #643507;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Poppins', serif;
    transition: all 0.3s ease;
    /* background: #643507; */
    border: 2px solid rgb(100,54,8,0.5);
    border-radius: 50px;
    padding-left: 30px;
}
.btn.more a{
    font-size: 16px;
    padding-left: 42px;
}
.btn.more:hover {
    color: #ffffff;
    background: #643507;
    border: 2px solid rgb(100,54,8,1);
}
.btn.more::after {
    content: '';
    background: #643608;
    width: 14px;
    height: 9px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    position: absolute;
    top: 22px;
    right: 35px;
    transform: rotate(90deg);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
}
.btn.more:hover:after {
    background: #ffffff;
}
/*------------ /more ------------*/
.news-list {
    margin: 0 -20px;
    width: calc(100% - 337px);
}
.news-list .item {
    width: calc(100% / 3);
    padding: 0 20px;
}
.news-list .item:nth-child(3n+1) {
    clear: left;
}
.news-list .box {
    max-width: 330px;
    position: relative;
    margin: 0 auto;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .item{
    margin: 0 auto 40px;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.news-list .pic img{
    width: 100%;
}
.news-list .txt {
    position: relative;
    padding-left: 76px;
}
.news-list .date {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 65px;
    height: 70px;
    color: #643608;
    font-size: 60px;
    font-weight: 400;
    line-height: 0.9;
    text-align: center;
    font-family: 'DM Serif Display', serif;
    transition: all 0.3s ease
}
.news-list .date small {
    display: block;
    font-size: 28px;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    color: #643608;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    margin: 0 0 2px;
    transition: all 0.3s ease;
}
.news-list .date .box:hover{
    color: #DF8A30;
    transition: all 0.3s ease
}
.news-list .box:hover .date,
.news-list .box:hover .name {
    color: #DF8A30;
    transition: all 0.3s ease
}
.news-list .description {
    position: relative;
    box-sizing: border-box;
    color: #595959;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.news-list .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100px;
    color: #643507;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1.9px;
    line-height: 30px;
    margin: 20px auto 0;
    font-family: 'DM Serif Display', serif;
    transition: all 0.3s ease;
    display: none !important;
}
.news-list .item:hover .more {
    border-bottom-color: rgb(82, 169, 164, 0.3);
    color: #DF8A30;
}
/* ------ sect3-ad2 ------ */
.sect3 {
    /* position: relative;
    padding: 0; */
    padding: 180px 0;
    background: url(../../images/common/index/adbg.webp) 50% 50% fixed;
    height: 570px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
}
.sect3::before {
    content: "";
    background: url(../../images/common/index/n_wave2.webp) 50% 50%;
    width: 100%;
    height: 105px;
    position: absolute;
    left: 0;
    top: 0px;
    background-size: cover;
    -webkit-animation: wave-l 15000ms linear infinite;
    animation: wave-l 15000ms linear infinite;
    background-size: auto 100%;
    z-index: 5;
}
.sect3 .container {
    display: flex;
    justify-content: flex-end;
}
.index-pic-sect {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
/* ------ sect4-products ------ */
.sect4 {
    position: relative;
    padding: 70px 0 70px;
    background: #FDEBE8;
}
.sect4::before {
    content: "";
    background: url(../../images/common/index/n_wave3.webp) 50% 50%;
    width: 100%;
    height: 105px;
    position: absolute;
    left: 0;
    top: -105px;
    background-size: cover;
    -webkit-animation: wave-l 15000ms linear infinite;
    animation: wave-l 15000ms linear infinite;
        background-size: auto 100%;
    z-index: 5;
}
.products-sect .sect-title {
    display: block;
    text-align: center;
}
.products-list {
    margin: 0 -1.7%;
}
.products-list .item {
    width: 25%;
    padding: 0 1.7% 3.4%;
}
.products-list .item:first-child {
    width: 50%;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}
.products-list .item:first-child .box {
    max-width: 693px;
}
.products-list .box.new:before {
    content: 'HOT';
    position: absolute;
    display: block;
    text-align: center;
    width: 89px;
    height: 69px;
    line-height: 67px;
    left: -9px;
    top: 18px;
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: url(../../images/common/index/HOT.webp) ;;
    z-index: 5;
    font-family: 'DM Serif Display', serif;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .item:first-child .box .pic:before {
    max-width: 120px;
    max-height: 120px;
}
.products-list .box:hover .pic:before {
    top: calc(50% + 1px);
    opacity: 1;
}
.products-list li .txt {
    position: absolute;
    box-sizing: border-box;
    z-index: 5;
    right: 0;
    bottom: 0;
    display: block;
    background: #ffffff;
    padding: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    /* pointer-events: none; */
    border-radius: 0 0 14px 14px;
    transition: all 0.3s ease
}
.products-list .name {
    position: relative;
    color:#643608;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    margin: 0 35px 5px 0;
    transition: all 0.3s ease
}
.products-list li:hover .txt{
    background: #EF7666;
    transition: all 0.3s ease
}
.products-list li:hover .name {
    color: #ffffff;
    transition: all 0.3s ease
}
.products-list li:hover .description {
    color: #ffffff;
    transition: all 0.3s ease
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #5A5A5A;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
    margin: 0 35px 0 0;
    transition: all 0.3s ease
}
.products-list .btn-group {
    position: absolute;
    box-sizing: border-box;
    top: 48%;
    right: 20px;
    transform: translateY(-50%);
}
.products-list .btn-group .btn {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    color: #333;
    font-size: 15px;
    pointer-events: visible;
    transition: all 0.3s ease;
}
.products-list .btn-group .btn .ic {
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0;
}
.products-list .btn-group .btn.detail {
    display: none;
}
.products-list .btn-group .btn.wish {
    font-size: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.products-list .btn-group .btn.wish i {
    color:rgb(100,54,8,0.5);
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    transition: all 0.3s ease;
}
.products-list .btn.wish i::before {
    content:  "\e924";
}
.products-list .btn.wish:hover i::before {
    content:  "\e925";
}
.products-list .btn-group .btn.wish:hover i {
    color: #643608;
}
.products-list .box:hover .btn-group .btn.delete {
    /* color: #643608; */
    color:rgb(100,54,8,0.5);
}
/* ------ 拆單 ------ */
.shopping_way.hot{
    text-align: left;
    margin-top: 8px;
}
.shopping_way .general{
    border: 1px solid #aaa;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #aaa;
}
.shopping_way .cold{
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}
.shopping_way .freezing{
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}
.shopping_way span+span{
    margin-left:10px;
}
.pd-intro .btn-group .btn.general {
    border :1px solid #4e4e4e;
    color: #4e4e4e;
    background:#fff;
}
.pd-intro .btn-group .btn.general:hover {
    color: #fff;
    background: #4e4e4e;
}
.pd-intro .btn-group .btn.cold {
    border: 1px solid #42b354;
    color:#42b354;
    background:#fff;
}
.pd-intro .btn-group .btn.cold:hover {
    color:#fff;
    background:#42b354;  
}
.pd-intro .btn-group .btn.freezing {
    border:1px solid #68a0da;
    color:#68a0da;
    background:#fff;
}
.pd-intro .btn-group .btn.freezing:hover {
    color:#fff;
    background:#68a0da;  
}
/* ------ /拆單 ------ */
/* ------ rwd ------ */
@media screen and (max-width: 1280px) {
    /* sect2-news */
    .news-sect .sect-title {
        max-width: 320px;
    }
    .news-list {
        margin: 0 -10px;
        width: calc(100% - 300px);
    }
    .news-list .item {
        padding: 0 10px;
    }
    /* sect4-products */
    .products-list .box.new:before{
        left: 15px;
        top: 15px;
    }
    .products-list li .txt{
        padding: 15px;
    }
    .products-list .pic:before {
        max-width: 80px;
        max-height: 80px;
    }
    .sect1 .btn.more {
        top: 76%;
    }
    .sect5 {
        padding: 70px 0;
    }
}
@media screen and (max-width: 1100px) {
    .sect1 .btn.more {
        top: 75%;
        left: 5%;
    }
    .col2 {
        width: 70%;
    }
    .about-sect .index-about-editor {
        padding: 0px 60px 150px;
    }
}
@media screen and (max-width: 1000px) {
        .warning-sect::before {

        background: #FDEBE8;
    }
    /* banner */
    .banner .slick-dots li {
        margin: 5px 0;
    }
    /* common */
    .sect-title span {
        font-size: 45px;
    }
    .sect-title h2{
        font-size: 23px;
    }
    /* sect1-about */
    .sect1 {
        padding: 30px 0;
    }
    .about-sect .index-about-editor{
        padding: 30px 30px 30px;
    }
    .about-sect .index-about-editor .editor {
        letter-spacing: 1.5px;
        line-height: 1.75;
        -webkit-line-clamp: initial;
        height: auto;
    }
    /* sect5-ad */
    .sect5 {
        height: 13rem;
        margin: 0px 0 0;
    }
    /* sect2-news */ 
    .sect2 {
        padding: 30px 0;
    }
    .news-sect {
        flex-direction: column;
    }
    .news-sect .sect-title {
        max-width: unset;
        padding: 0;
        flex-direction: column;
        align-items: center;
        margin: 0 0 0px;
    }
    .news-sect .sect-title span i {
        display: inline-block;
    }
    .news-sect .sect-title h2 {
        margin-left: 0;
    }
    .news-sect .sect-title span {
        line-height: 1.2;
    }
    .news-list {
        margin: 0 -10px;
        width: 100%;
    }
    .news-list .item {
        margin: 0 auto 20px;
    }
    .news-sect .btn.more {
        position: relative;
        top: unset;
        left: 0;
        right: 0;
        margin: 15px auto 15px;
        order: 1;
    }
    .news-list .name{
        font-size: 16px;
    }
    /* sect3-ad2 */
    .sect3 {
    }
    /* sect4-products */
    .sect4 {
        padding: 30px 0;
    }
    .products-sect .sect-title::before {
        top: -30px;
        height: 25px;
    }
    .products-list {
        max-width: 693px;
        margin: 0 auto;
    }
    .products-list .item{
        width: 50%;
        padding: 0 3% 3.4%;
    }
    .products-list .item:first-child{
        width: 100%;
    }
    .products-list .name{
        font-size: 16px;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 3px;
        margin-left: 1px;
    }
    .about-sect .sect-title {
        display: block;
        text-align: center;
        top: 0px;
        margin: 0 0 0 0px;
    }
    .btn.more {
        position: relative;
        margin: auto;
    }
    .sect5 {
        padding: 0px 0;
    }
    .sect1 .btn.more {
        left: 0%;
    }
    .col2 {
        width: 100%;
    }
    .sect1:after {
        height: 80px;
        top: -80px;
        -webkit-animation: wave-l 25000ms linear infinite;
        animation: wave-l 25000ms linear infinite;
    }
}
@media screen and (max-width: 767px) {
    /* sect2-news */ 
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(3n+1) {
        clear: both;
    }
    .news-list .item:nth-child(n+1) {
        clear: left;
    }
    .news-list {
        margin: 0;
    }
    .sect3 {
        height: auto;
    }
    .sect1:after {
        height: 40px;
        top: -40px;
        -webkit-animation: wave-l 45000ms linear infinite;
        animation: wave-l 45000ms linear infinite;
    }
}
@media screen and (max-width: 693px) {
    /* sect4-products */ 
    .products-list .item {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto 20px;
    }
    .products-list .box {
        max-width: unset;
    }
}

@media screen and (max-width: 400px) {
    .sect3 {
        padding: 120px 0;
    }    
}