
body, .site-header {
    background: url(../../images/common/index/header_top_bg.png) no-repeat 50% 0;
}
.site-main{
    position: relative;
}
.site-main:before{
    content: '';
    background: url(../../images/common/index/sitemain_bg.png) no-repeat 50% 0;
    position: relative;
    width: 100%;
    height: 833px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: -316px;
}

.banner {
    padding: 0;
}

.banner:before {
    top: 12%;
    bottom: 12%;
}

.banner:after {
    display: none;
}

.banner .slider-box {
    float: left;
    width: 61.11%;
}

.banner .slider {
    background: #fff;
}

.banner .ad-slider-box {
    float: right;
    width: 36.81%;
}

.banner .ad-list {
    background: #fff;
}

.banner .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0 15px 15px;
    pointer-events: none;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: visible;
}

.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/ad_arrow.png') no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    opacity: 0.8;
    cursor: pointer;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    opacity: 1;
}
.ad-list .slick-prev:hover{
    opacity: 0.8;
    background-position: 0 100%;
}
.ad-list .slick-next:hover{
    opacity: 0.8;
    background-position: 100% 100%;
}

.banner .slick-prev {
    right: 50px;
    background-position: 0 0;
}

.banner .slick-next {
    right: 20px;
    background-position: 100% 0;
}

.sect1 {
    padding:0 0 90px;
}

.news-sect-title {
    padding-bottom: 50px;
}

.news-sect-title .icon {
    display: block;
    background: url('../../images/common/index/news_title.png') 53.5% 0 no-repeat;
    height: 132px;
}

.news-sect {
    float: right;
    width: calc(100% - 410px);
    padding-right: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-control-box {
    display: table;
    width: 30px;
    height: 100%;
}

.news-sect .slick-dots {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    pointer-events: visible;
}

.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.news-list .item {
    width: 33.33%;
}

.news-list .box {
    margin: 0 auto 0px;
    padding: 38px 35px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    position: relative;
    text-align: center;
    background: #F7F7F5;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:before{
    content: '';
    width: 100%;
    height: 0%;
    background: url(../../images/common/news/bg.jpg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover{
    background: transparent;
}
.news-list .box:hover:before{
    height: 100%;
}


.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.news-list .date {
    display: inline-block;
    color: #6A3906;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding: 22px 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-family: 'Crimson Text', serif;
}
.news-list .date:before{
    content: '[';
    margin-right: 5px;
}
.news-list .date:after{
    content: ']';
    margin-left: 5px;
}


.news-list .name {
    color: #6A3906;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px 0 2px;
    height: 24px;
}

.news-list .box:hover .name {
}

.news-list .description {
    color: #878787;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 21px;
}

.contact-sect {
    width: 400px;
    float: left;
    padding: 195px 5px 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../../images/common/index/open_bg.png) no-repeat, url(../../images/common/index/open_txt.png) no-repeat 50% 100%;
}
.time-box{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.index-contact-list{
    text-align: center;
    padding-top: 15px;
    width: 100%;
}
.contact-sect .title {
    text-indent: -99999999999px;
    margin-bottom: 10px;
}

.sect2 {
    background:  url('../../images/common/index/about_bg.jpg') no-repeat 100% 100%;
    position: relative;
}
.sect2:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_pic.jpg) no-repeat 50% 50%;
    width: 669px;
    height: 420px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -952px;
}
.index-about-title{
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #3F1F0D;
    line-height: 1.65;
    letter-spacing: 0.08em;
    max-width: 764px;
}
.index-about-title:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_dot_left.png) no-repeat 50% 50%;
    width: 46px;
    height: 34px;
    position: absolute;
    left: -53px;
    top: -9px;
}
.index-about-title:after{
    content: '';
    display: block;
    background: url(../../images/common/index/about_dot_right.png) no-repeat 50% 50%;
    width: 45px;
    height: 34px;
    position: absolute;
    right: -45px;
    bottom: 6px;
}
.index-about-title b{
    font-size: 20px;
    display: block;
}

.sect2 .container {
    max-width: none;
    padding: 0;
}

.about-sect .ibtn.more {
    background-image: url('../../images/common/index/about_title.png');
    width: 149px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 51px;
    margin: 0px 0 0 -467px;
    overflow: visible;
}
.about-sect .ibtn.more:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_more.png) no-repeat 50% 50%;
    width: 61px;
    height: 61px;
    position: absolute;
    right: -70px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about-sect .ibtn.more:hover:before{
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.about-sect .ibtn.more:after{
    content: '';
    display: block;
    background: url(../../images/common/index/about_more_hover.png) no-repeat 50% 100%;
    width: 61px;
    height: 61px;
    position: absolute;
    right: -70px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 2;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.about-sect .ibtn.more:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.about-sect .txt-box {
    background: url('../../images/common/index/about_txt.png') no-repeat 0 40px;
    margin-left: 40%;
    padding: 190px 0px 64px;
    max-width: 845px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect .txt-box .title {
    color: #5F370A;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-sect .txt-box .editor {
    max-width: 930px;
    min-height: 92px;
}

.sect3 {
    padding: 50px 0 40px;
    background:  url(../../images/common/index/products_deco.png) no-repeat 100% 0,url(../../images/common/index/products_bg.jpg) repeat;
    position: relative;
}

.products-sect .ibtn.more {
    background-image: url('../../images/common/index/products_txt.png');
    width: 286px;
    height: 127px;
    display: block;
    margin: 0 auto 45px;
    position: relative;
    overflow: inherit;
}
.products-sect .ibtn.more:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_more.png) no-repeat 50% 0;
    width: 123px;
    height: 105px;
    position: absolute;
    right: -139px;
    top: 14px;
}
.products-sect .ibtn.more:hover:before{
    background-position: 50% 100%;
    height: 109px;
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 20%;
    padding: 0 10px;
}

.products-list .item:nth-child(5n+1) {
    clear: left;
}

.products-list .item:nth-child(n+11) {
    display: none;
}

.products-list .box {
    max-width: 248px;
    margin: 12px auto 30px;
    position: relative;
    border: 2px solid transparent;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list .box:hover {
    border-color: #FBC82B;
}

.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 48px;
    height: 49px;
    position: absolute;
    z-index: 10;
    top: -16px;
    left: 15px;
}
.products-list .pic-box .btn{
    content: '';
    background: url('../../images/common/products/wish_tag.png');
    width: 42px;
    height: 49px;
    position: absolute;
    z-index: 10;
    top: -15px;
    right: 15px;
    -webkit-transition: all .0s;
    transition: all .0s;
}
.products-list .pic-box .btn:hover{
    background-position: 50% 100%;
}
.products-list .pic-box {
    position: relative;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 14px 14px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list .pic img {
    border-radius: 10px;
}



.products-list .txt {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 0 14px 10px;
    line-height: 1.4;
}

.products-list .name {
    color: #3F200E;
    font-size: 22px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    font-weight: normal;
    line-height: 1.2;
}

.products-list .offers {
    color: #E50012;
    font-family: 'Crimson Text', serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}

/*-- 新的編輯器 --*/

.sect4{
    margin: 40px 0 15px;
}
.sect5 {
    margin: 40px 0;
}

.contact-sect .hours-tel {
    color: #6A3906;
    font-size: 35px;
}

.tatala{
    display: inline;
}

.contact-sect .hours-tel b {
    font-size: 35px;
    font-family: 'Crimson Text', serif;
}

.contact-sect .time {
    color: #008B9F;
    font-size: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
    .about-sect .ibtn.more {
        left: 15%;
        margin-left: -109px;
    }
    .about-sect .txt-box {
        margin-left: 35%;
    }
   
    
}

@media screen and (max-width: 1280px) {
    .news-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .pic{
        padding: 14px 4px 18px;
    }
    .products-list .item {
        padding: 0 2px;
        width: 25%;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n+11) {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .site-main:before{display: none;}
    .news-sect-title .icon{
        background-image: url(../../images/common/index/news_title_m.png);
        background-size: 100% auto;
        width: 130px;
        height: 120px;
        background-position: 50% 50%;
        margin: 0 auto;
    }
    .news-sect {
        width: calc(100% - 380px);
        padding-right: 30px;
    }
    .news-sect .slick-dots {
        right: 0;
    }
    .news-list .item {
        width: 100%;
    }
    .contact-sect {
        width: 360px;
        padding: 202px 5px 25px;
    }
    .about-sect .ibtn.more {
        left: 17%;
    }
    .about-sect .txt-box {
        margin-left: 34%;
    }
    /*-- 優化 --*/
    .sect1 {
         padding: 25px 0;
    }
    .news-sect-title {
        padding-bottom: 20px;
        margin-bottom: 0px;
    }
    .sect4,
    .sect5 {
        margin: 10px 0 0px;
    }
    .contact-sect .hours-tel {
        font-size: 14px;
    }
    .contact-sect .hours-tel b {
        font-size: 20px;
        margin: 7px auto 19px;
        display: block;
    }
    .contact-sect .time {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .time-box{
        max-width: 400px;
    }
    .news-list .name {
        margin: 3px 0;
        height: auto;
    }
    .news-list .description {
    }
    .news-list .box {
        padding: 15px 20px;
    }
    .about-sect .txt-box {
        padding: 20px 25px;
    }
    .sect3 {
        padding: 55px 0 10px;
    }
    .products-sect .ibtn.more {
        margin: 0 auto 26px;
    }
    .products-list .box{
         margin: 0 auto 20px;
    }
    .products-list .name {

         font-size: 16px;

        height: auto;
    }
    .products-list .offers {

        font-size: 15px;

        height: auto;
    }
    .slick-dots{
        opacity: 0;
        visibility: hidden;
    }
    .banner .slick-prev,
    .banner .slick-next {
  
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
 
}

.banner .slick-prev {
    right: 30px;
}

.banner .slick-next {
    right: 0px;
 
}
    .about-sect {
        padding:35px 0 20px;
    }
    .about-sect .ibtn.more:hover{
        background-position: 50% 0;
        opacity: 0.7;
    }
    .about-sect .ibtn.more {
        position: static;
        display: block;
        margin: 0 auto 3px;
        width: 130px;
        height: 60px;
        background-size: 100% auto;
    }
    .about-sect .txt-box {
        margin-left: 0;
        background: none;
        padding: 10px 20px 20px;
    }
    .sect2{
        background-size: cover;
    }
    .sect2::before{display: none;}
    .index-about-title {
        max-width: 370px;
        margin: 0 auto 15px;
    }
}

@media screen and (max-width: 900px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider-box,
    .banner .ad-slider-box {
        float: none;
        width: auto;
    }
    .banner .ad-slider-box {
        padding: 15px;
    }
    .banner .ad-list {
        max-width: 530px;
        margin: 0 auto;
    }
    .news-sect,
    .contact-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        padding: 0;
    }
    .news-sect .slick-dots {
        position: static;
        text-align: center;
        margin-top:5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .news-sect .slick-dots li {
        display: inline-block;
    }
    .news-list {
        background: url('../../images/common/border_dot_v.png') 100% 0 repeat-y;
    }
    .news-list .item {
        width: 50%;
    }
    .contact-sect {
        text-align: center;
         padding:202px 5px 25px;
        background: url(../../images/common/index/open_bg.png) no-repeat 50% 0, url(../../images/common/index/open_txt.png) no-repeat 50% 100%;
        margin: 30px auto 10px;
    }
    
    .products-sect .ibtn.more {
        width: 130px;
        height: 60px;
        margin-bottom: 25px;
        background-size: 100% auto;
        position: relative;
        text-indent: -9999999px;
        margin-top: 55px;
        background-image: url(../../images/common/index/products_title_m.png);
    }
    .products-sect .ibtn.more:hover{
        background-position: 0 0;
        opacity: 0.7;
    }
    .products-sect .ibtn.more::before{
        background-size: 100% auto;
        width: 85px;
        height: 76px;
        right: 0;
        left: 0;
        margin: auto;
        top: -81px;
    }
    .products-sect .ibtn.more:hover:before{
        background-position: 0 0;
        opacity: 0.7;
        width: 85px;
        height: 76px;
    }

}

@media screen and (max-width: 680px) {
    .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 .item:nth-child(n+11) {
        display: none;
    }
}

@media screen and (max-width: 530px) {
    .news-list .item {
        width: 100%;
    }
}



/*
@media screen and (max-width: 480px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
*/