@charset "utf-8";
/*------------ banner ------------*/
.banner {
    margin: 0;
}
.banner .slider {
    position: relative;
}
.banner .slick-dots {
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 7.5px 24px;
}
.banner .slick-dots li button {
    position: relative;
    white-space: nowrap;
    text-indent: 101%;
    font-size: 0;
    padding: 0;
    border-radius: 100%;
    border: 1px solid #D6D6D6;
    background: transparent;
    width: 8px;
    height: 8px;
    transition: all .3s ease;
    cursor: pointer;
}
.banner .slick-dots li button:before {
    content: '';
    position: absolute;
    background: #193B33;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 1px;
    transition: all .5s ease;
}
.banner .slick-dots li.slick-active button::before {
    height: 27px;
}
.banner .slick-dots li.slick-active button {
    border-color: #193B33;
}
.sect-title {
    color: #222;
    font-family: 'Alike', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
}
/*------------ /banner ------------*/
/*------------ common ------------*/
section{
    position: relative;
    box-sizing: border-box;
}
.sect-title {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0 0 28px;
    font-family: 'Noto Serif TC', serif;
}
.sect-title::after {
    content: '';
    position: relative;
    display: block;
    width: 1px;
    height: 21px;
    margin: 10px 0 0 3px;
    background: #D6D6D6;
}
.btn.more{
    position: relative;
    box-sizing: border-box;
    text-align: left;
    width: 115px;
    height: 33px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    background: #193B33;
    font-family: 'EB Garamond', serif;
    padding-left: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.btn.more::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 1px;
    background: #fff;
}
.btn.more:hover {
    color: #fff;
    background: #C0A981;
}
/*------------ /common ------------*/
/*------------ sect5 ------------*/
.sect5 {
    padding: 75px 0 0;
    overflow: hidden;
}
.sect5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 730px;
    background: url(../../images/common/index/a_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    opacity: 1;
}
/*------------ /sect5 ------------*/
/*------------ sect1 ------------*/
.sect1 {
    padding: 87px 0;
}
.sect1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../../images/common/index/a_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.8;
    opacity: 1;
}
.sect1 .row {
    position: relative;
    box-sizing: border-box;
}
.sect1 .col {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 95px 140px 0 95px;
    background: #fff;
    background: -moz-linear-gradient(358deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-linear-gradient(358deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(358deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1);
}
.sect1 .btn-box {
    padding: 0;
    margin: 75px auto 0;
}
/*about*/
.about-sect .editor {
    position: relative;
    box-sizing: border-box;
    color: #7A7A7A;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 165px;
}
/*news*/
.news-list {
    position: relative;
    box-sizing: border-box;
    min-height: 165px;
}
.news-list .item+.item {
    border-top: 1px solid #D6D6D6;
}
.news-list .box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13.6px 0;
    margin: 0;
    overflow: hidden;
}
.news-list .item:first-of-type .box{
    padding-top: 0;
}
.news-list .item:last-of-type .box {
    padding-bottom: 0;
}
.news-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .date {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    color: #193B33;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'EB Garamond', serif;
    transition: all 0.3s ease;
    line-height: 20px;
    height: 20px;
}
.news-list .box:hover .date {
    color: #C0A981;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #7A7A7A;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    line-height: 20px;
    height: 20px;
    font-family: 'Noto Serif TC', serif;
}
.news-list .box:hover .name {
    color: #C0A981;
}
/*------------ /sect1 ------------*/
/*------------ sect2 ------------*/
.sect2 {
    padding: 120px 0 13.5px;
}
.sect2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 762px;
    background: url(../../images/common/index/p_bg.jpg) no-repeat;
    background-size: cover;
}
.sect2 .container {
    max-width: 1330px;
}
.products-sect {
    position: relative;
    box-sizing: border-box;
}
.products-sect .sect-title {
    text-align: center;
    margin: 0 0 22px;
}
.products-sect .sect-title:after {
    left: 0;
    right: 0;
    margin: 15px auto 0;
}
/*加入追蹤*/
.products-list .btn {
    position: absolute !important;
    box-sizing: border-box;
    bottom: 0;
    right: 0;
    background: #193B33;
    width: 51px;
    height: 29px;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    z-index: 35;
}
.products-list .btn:hover {
    background: #C0A981;
}
.products-list .btn i {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
}
/*/加入追蹤*/
/*拆單*/
.shopping_way.hot {
    text-align: left;
    margin: 5px 0;
    width: calc(100% - 110px);
}
.shopping_way.hot span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    bottom: 0;
}
.shopping_way .general {
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
}
.shopping_way .cold {
    border: 1px solid #42b354;
    color: #42b354;
}
.shopping_way .freezing {
    border: 1px solid #68a0da;
    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;
}
/*/拆單*/
.products-list {
    margin: 0 -25px;
}
.products-list .item {
    width: calc(100% / 3);
    padding: 0 25px;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    position: relative;
    margin: 0 auto 48px;
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    box-sizing: border-box;
    display: block;
    text-align: center;
    right: 51px;
    bottom: 0;
    width: 51px;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    background: #C0A981;
    font-family: 'EB Garamond', serif;
    z-index: 10;
}
.products-list .pic-box {
    position: relative;
    box-sizing: border-box;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .txt {
    position: relative;
    box-sizing: border-box;
    margin: 25px 0 0;
    padding: 0 5px;
    min-height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products-list .txt:before {
    content: 'more';
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #878787;
    background: #fff;
    border: 1px solid #D6D6D6;
    width: 102px;
    height: calc(100% - 33px);
    font-family: 'EB Garamond', serif;
    transition: all 0.3s ease;
}
.products-list .box:hover .txt:before {
    color: #fff;
    background: #193B33;
    border-color: #193B33;
}
.products-list .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 110px);
    color: #333;
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0 0 10px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #C0A981;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #8B8B8B;
    font-size: 14px;
    line-height: 1.45;
    padding: 0;
    margin: 0;
    width: calc(100% - 110px);
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .offers {
    color: #193B33;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    width: calc(100% - 110px);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-family: 'EB Garamond', serif;
}
/*------------ /sect2 ------------*/
/*------------ sect3 ------------*/
.sect3 {
    padding: 51px 0 0;
}
.sect3 .container {
    max-width: 1920px;
    padding: 0;
}
.advarea-list {
    margin: 0;
}
.advarea-list .item {
    width: calc(100% / 2);
    padding: 0;
    overflow: hidden;
}
.advarea-list .box {
    position: relative;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s ease;
}
.advarea-list .box img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.advarea-list .box:hover  {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*------------ /sect3 ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
    .sect1 .container {
        max-width: 1330px;
    }
    .sect1 .col {
        padding: 80px 80px 0 80px;
    }
}
@media screen and (max-width: 1280px) {
    .sect1 .col {
        padding: 50px 50px 0 50px;
    }
    .sect2 {
        padding: 87px 0 2px;
    }
    .products-list {
        margin: 0 -15px;
    }
    .products-list .item {
        padding: 0 15px;
    }
    .products-list .name {
        font-size: 20px;
    }
    .sect3 {
        padding: 2px 0 43px;
    }
}
@media screen and (max-width: 1000px) {
    .sect-title {
        font-size: 28px;
    }
    .banner .slick-dots li {
        display: inline-block;
        margin: 0 7.5px 7.5px;
    }
    .banner .slick-dots li button:before {
        bottom: -11px;
    }
    .banner .slick-dots li.slick-active button::before {
        height: 11px;
    }
    .sect5 {
        padding: 50px 0 0;
    }
    .sect5::before{
        display: none;
    }
    .sect1 {
        padding: 50px 0;
    }
    .sect1::before {
        display: none;
    }
    .sect1 .col {
        width: 100%;
        padding: 48px 30px 0;
        background: rgba(255, 255, 255, 0.8);
    }
    .sect1 .col:first-of-type {
        margin: 0 0 40px;
    }
    .sect1 .col:last-of-type{
        margin: 40px 0 0;
    }
    .sect1 .btn-box {
        margin: 40px auto 0;
    }
    .about-sect,
    .news-sect {
        position: relative;
        box-sizing: border-box;
    }
    .about-sect:before {
        content: '';
        position: absolute;
        top: -100px;
        left: -60px;
        width: calc(100% + 120px);
        height: calc(100% + 180px);
        background: url(../../images/common/index/a_bg_m.jpg);
        z-index: -1;
    }
    .about-sect .editor {
        -webkit-line-clamp: initial;
        height: auto;
    }
    .news-sect:before {
        content: '';
        position: absolute;
        top: -90px;
        left: -60px;
        width: calc(100% + 120px);
        height: calc(100% + 180px);
        background: url(../../images/common/index/n_bg_m2.jpg);
        z-index: -1;
    }
    .news-list .date {
        font-size: 15px;
    }
    .sect2 {
        padding: 50px 0 15px;
    }
    .shopping_way.hot span {
        padding: 0 3px;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin: 0 auto 40px;
    }
    .products-list .txt {
        margin: 20px 0 0;
        padding: 0;
    }
    .products-sect .btn-box {
        position: relative;
        top: unset;
        right: unset;
        padding: 0;
        margin: 10px auto 0;
    }
    .sect3 {
        padding: 15px 0 0;
    }
    .advarea-list .item {
        width: 100%;
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .sect2 {
        background-position: 15% 0%;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
    }
    .news-list .date:after {
        display: none;
    }
    .news-list .name {
        margin-left: 0;
    }
}