@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box:hover .name{
    color: #17a98a;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #F2856C;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #29A38A;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #3D9E70;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #A7B450;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #b5c356;
    border-color: #b5c356;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #F2856C;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 20px;
    height: 46px;
    line-height: 20px;
    color: #888888;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr; 
    font-family: 'EB Garamond', serif;
    z-index: 10;
}
.products-list .pic:before {
    display: none;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .mask .more{
    display: none;
}
.products-list .box .name{
    color: #3D3432;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.products-list.type2 .description,
.products-list .description{
    color: #555555;
    letter-spacing: 1.5px;
    line-height: 1.6;
}
/*type2*/
.products-list.type2 .item{
    margin-bottom: 40px;
}
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all .3s ease;
}
.products-list.type2 .txt {
    position: relative;
    padding: 15px 15px 0;
}
.products-list.type2 .txt::before {
    content: '詳細閱讀';
    position: absolute;
    bottom: 0;
    right: 22px;
    color: #271D1A;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .txt::before{
    letter-spacing: 1px;
}
.products-list.type2 .txt::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 15px;
    border: 1px solid #231815;
    border-width: 1px 1px 0 0;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    transition: all .3s ease;
}
.products-list.type2 .name{
    -webkit-line-clamp: 1;
    height: 28px;
    max-height: 28px;
    line-height: 28px;
    margin: 0 0 10px;
}
.products-list.type2 .box:hover .name{
    color: #231815;
}
/*/type2*/
/*for-cart*/
.products-list .offers{
    margin: 20px 0 0;
    width: calc(100% - 80px);
    color: #A90005;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'EB Garamond', 'Noto Serif TC', serif;
}
.products-list.for-cart .box .wish {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #564D4A;
    font-size: 18px;
    border-radius: 0;
    background: transparent;
    transition: all .3s ease;
    z-index: 45;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    color: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    /*列表通用 index、products*/
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #31CAA4;
}
.album-list .item .name{
    color: #29A38A;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    padding: 0;
    opacity: 1;
}
.container .masonry-list.album-list .item .name{
    color: #3D3432;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.container .masonry-list.album-list .item .box:hover .name{
    color: #231815;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .pic{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
.news-list .date{
    color: #777;
    font-family: 'EB Garamond', serif;
}
.news-list .item .name{
    color: #3D3432;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.news-list .box:hover .name{
    color: #231815;
}
.news-list .item .description{
    color: #555555;
    letter-spacing: 1.5px;
    line-height: 1.6;
}
/*type1*/
.news-list .btn.more{
    position: relative;
    margin: 15px 0 0;
    background: transparent;
    color: #271D1A;
    border: 1px solid rgba(35, 24, 21, 0.2);
    border-width: 1px 0;
    font-size: 16px;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: 'Noto Serif TC', serif;
    text-align: left;
    padding-left: 8px;
}
.news-list .btn.more::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(35, 24, 21, 1);
    transition: all .5s ease;
}
.news-list .btn.more::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(35, 24, 21, 1);
    transition: all .5s ease;
}
.news-list .box:hover .btn.more:before,
.news-list .box:hover .btn.more:after {
    width: 100%;
}
.news-list .box:hover .btn.more{
    color: #271D1A;
    border-width: 1px 0;
    background: transparent;
}
.news-list .btn.more i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 5px;
    height: 5px;
    transition: all .5s ease;
}
.news-list .btn.more i::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5px;
    margin-left: -2.5px;
    border: 1px solid #231815;
    border-width: 1px 1px 0 0;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    transition: all .3s ease;
}
.news-list .box:hover .btn.more i {
    right: 2px;
}
/*/type1*/
/*type2*/
.news-list.type2 .item {
    border-bottom: 1px solid #ddd;
}
.news-list.type2 .item .txt {
    padding: 15px 0 0;
}
.news-list.type2 .date {
    font-weight: normal;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    font-size: 18px;
    font-weight: normal;
}
/*/type2*/
/*type3*/
/* .news-list.type3 {
    margin: 0;
} */
.news-list.type3 .item {
    border-left: 0;
    border-right: solid #ddd 1px;
}
.news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    border-right: solid rgb(221, 221, 221, 0) 1px;
}
.news-list.type3:before {
    display: none;
}
.news-list.type3 .date{
    font-weight: normal;
}
.news-list.type3 .day,
.news-list .date .month,
.news-list .date .years{
    font-size: 18px;
    line-height: 2;
    margin: 0;
    font-weight: normal;
}
/*/type3*/
/*type4*/
.news-list.type4 {
    margin: 0 -6px;
}
.news-list.type4 .item {
    padding: 0 6px;
}
.news-list.type4 .item .box{
    border: none;
    display: flex;
    flex-direction: column-reverse;
}
.news-list.type4 .pic {
    margin: 0 auto;
}
.news-list.type4 .txt {
    padding: 0 0 30px;
    min-height: unset;
}
.news-list.type4 .item .date,
.news-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 10px;
    padding: 0 0 0 calc(100% - 85px);
    width: fit-content;
    height: auto;
    border-radius: 0;
    color: #777;
    font-weight: normal;
    background: transparent;
    font-family: 'EB Garamond', serif;
    transition: all .3s ease;
    line-height: 1;
}
.news-list.type4 .item .date::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(100% - 105px);
    height: 0.5px;
    background: rgba(35, 24, 21, 0.2);
    transition: all .3s ease;
}
.news-list.type4 .item .date::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 0.5px;
    background: #231815;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date::after{
    width: calc(100% - 105px);
}
.news-list.type4 .item .box:hover .date{
    color: #231815;
}
.news-list.type4 .item .date .day{
    display: inline;
    width: auto;
    letter-spacing: 0.5px;
    line-height: 1;
    margin: 0;
    font-size: 17px;
    order: 3;
}
.news-list.type4 .date .day:before {
    content: '-';
}
.news-list.type4 .date .month {
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1;
    margin: 0;
    font-size: 17px;
    order: 2;
}
.news-list.type4 .date .month:before {
    content: '-';
}
.news-list.type4 .date .years {
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1;
    margin: 0;
    font-size: 17px;
    order: 1;
}
.news-list.type4 .item .description{
    display: none;
}
/*/type4*/
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *{
    height: 100%;
}
.banner .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: transparent;
    border: 1px solid rgb(35, 24, 21, 0.2);
    border-radius: 100%;
    width: 65px;
    height: 65px;
    transition: all .3s ease;
    z-index: 80;
    cursor: pointer;
}
.banner .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    border: 1px solid #231815;
    border-width: 1px 1px 0 0;
    width: 20px;
    height: 20px;
    transform: rotate(225deg);
    transition: all .3s ease;
}
.banner .slick-prev{
    left: -101px;
}
.banner .slick-next{
    right: -101px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover{
    background: #231815;
    border-color: #231815;
}
.banner .slick-arrow:hover:before {
    border-color: #fff;
}
.banner .slick-dots{
    position: static;
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    margin: 6px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.banner .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    margin: 0;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: none;
    border: 1px solid rgb(35, 24, 21, 0.2);
    border-radius: 100%;
    transition: all .3s ease;
}
.banner .slick-dots li.slick-active button {
    background: #231815;
    border-color: #231815;
}
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}
.title span{
    position: relative;
    box-sizing: border-box;
    display: block;
    color: rgb(34, 24, 20, 0.7);
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 3px;
    font-weight: 500;
    width: fit-content;
    margin: 0 0 5px;
    font-family: 'EB Garamond', serif;
}
.title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: rgb(35, 24, 21, 0.2);
}
.title h2{
    position: relative;
    box-sizing: border-box;
    color: #231815;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3px;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.index_more a {
    position: relative;
    box-sizing: border-box;
    font-size: 0;
    display: block;
    text-align: left;
    width: 180px;
    height: 52px;
    line-height: 52px;
    color: #271D1A;
    border: 1px solid rgba(35, 24, 21, 0.2);
    border-width: 1px 0;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(35, 24, 21, 1);
    transition: all .5s ease;
}
.index_more a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(35, 24, 21, 1);
    transition: all .5s ease;
}
.index_more a:hover:before,
.index_more a:hover:after {
    width: 100%;
}
.index_more a span{
    position: relative;
    display: block;
    font-size: 18px;
    letter-spacing: 4px;
    font-family: 'Noto Serif TC', serif;
    padding: 0 0 0 11px;
    line-height: 50px;
}
.index_more a span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4.5px;
    border: 1px solid #231815;
    border-width: 1px 1px 0 0;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    transition: all .3s ease;
}
.index_more a:hover span::before {
    right: 2px;
}
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.article-sect,
.contact-sect,
.products-sect,
.service-sect,
.banner,
.banner_m,
.articles-sect {
    position: relative;
    z-index: 2;
}
/*------------ article ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 115px 0;
    background: url(../../../images/layout01/common/bg3.jpg);
}
.about-sect .row{
    display: flex;
    flex-direction: row;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 687px);
    padding-top: 20px;
    padding-left: 150px;
    padding-right: 30px;
    z-index: 2;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    color: #3D3532;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 330px;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 687px;
    padding-right: 67px;
    z-index: 1;
}
.about-sect .index_more{
    margin: 50px 0 0;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    padding: 115px 0;
    background: url(../../../images/layout01/common/bg3.jpg);
}
.news-sect .index_more{
    position: absolute;
    top: 27px;
    right: 15px;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
.news-list.onlyitem-list.type4 .item .description{
    display: block;
}
.news-list.onlyitem-list.type4 .item .name {
    margin: 0 0 10px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    padding: 335px 0 159px;
    margin-top: -83px;
    background: url(../../../images/layout01/common/index/p_bg.jpg) no-repeat fixed;
    background-size: cover;
}
.products-sect .title {
    position: relative;
    box-sizing: border-box;
    top: -137px;
    display: block;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto 62px;
    padding: 0 70px;
}
.products-sect .title span {
    color: rgba(255, 255, 255, 0.7);
}
.products-sect .title span::before {
    background: rgba(255, 255, 255, 0.4);
}
.products-sect .title h2 {
    color: #fff;
}
.products-sect .container {
    background: #fff;
    margin: 70px auto 0;
}
.products-sect > .container {
    max-width: 1600px;
}
.products-box {
    margin: -40px auto 0;
    max-width: 1330px;
    padding-bottom: 40px;
}
.products-sect .index_more{
    position: absolute;
    top: -125px;
    right: 145px;
}
.products-sect .index_more a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-width: 1px 0;
}
.products-sect .index_more a span::before {
    border-color: #fff;
}
.products-sect .index_more a::before,
.products-sect .index_more a::after {
    background: rgba(255, 255, 255, 1);
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 28px;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 0 0 115px;
    background: url(../../../images/layout01/common/bg3.jpg);
}
.service-sect .container {
    display: flex;
}
.service-sect .s_pic {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    left: -288px;
}
.service-sect .s_pic img {
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
    object-position: center;
}
.service-box{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    margin-left: 50.6%;
    padding: 98px 132px 0;
    background: url(../../../images/layout01/common/bg3.jpg);
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
    color: #3D3532;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 385px;
}
.service-sect .index_more {
    margin: 50px 0 0;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: calc(100% - 198px);
    justify-content: center;
}
.album-list .item .box{
    overflow: hidden; 
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(35, 24, 21, 0.6);
    color: #fff;
    font-size: 18px;
    padding: 15px 15px;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
    font-family: 'Noto Serif TC', serif;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    padding: 115px 0 0;
    background: url(../../../images/layout01/common/bg3.jpg);
    z-index: unset;
}
.album-sect .container{
    display: flex;
    z-index: 3;
}
.album-sect .title{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(16.66% - 45px);
    margin: 10px 45px 0 0;
}
.album-sect .title span{
    margin: 0 0 10px;
}
.album-sect .title span::before{
    display: none;
}
.album-sect .title h2 {
    padding: 0 32px;
    text-align: center;
}
.album-sect .title h2::before,
.album-sect .title h2::after  {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 50%;
    background: rgba(35, 24, 21, 0.2);
}
.album-sect .title h2::after {
    left: unset;
    right: 0;
}
.album-sect .index_more{
    display: none;
}
/*type2*/
.album-list.type2 .box .pic:before{
    background: rgba(35, 24, 21, 0.75);
    transition: all .3s ease;
}
/*/type2*/
/*瀑布流*/
.masonry-album-sect{
    padding: 115px 0;
}
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.album-sect.masonry-album-sect .title{
    margin: 0 auto 40px;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 15px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    padding: 115px 0;
}
.onlyitem-sect .title{
    margin: 0 auto 40px;
}
.onlyitem-sect .index_more{
    display: none;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    position: relative;
    background: none;
    padding: 0;
    transition: all .3s ease;
    opacity: 1;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    position: relative;
    text-align: left;
    color: #3D3432;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 15px 15px 0;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.onlyitem-sect .album-list .item .box:hover .namebox .name {
    color: #231815;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1340px){
    .news-list.type4 {
        margin: 0 -7px;
    }
    .news-list.type4 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1340px){
    .service-sect{
        padding: 0;
        overflow: hidden;
    }
    .about-sect .col.txt {
        padding-left: 100px;
    }
}
@media screen and (max-width: 1280px){
    .banner .slick-dots li {
        margin: 0 5px;
    }
    .title span {
        font-size: 14px;
    }
    .title h2 {
        font-size: 35px;
    }
    .about-sect .col.txt {
        padding-left: 90px;
        padding-right: 30px;
        width: calc(100% - 600px);
    }
    .about-sect .col.pic {
        max-width: 600px;
    }
    .service-box {
        padding: 98px 0 0 90px;
    }
    .about-sect .col.pic {
        padding-right: 0;
    }
    .products-sect {
        padding: 250px 0 0;
        margin-top: -83px;
    }
    .products-sect .title {
        top: -126px;
    }
    .products-sect .index_more {
        top: -110px;
        right: 70px;
    }
}
@media screen and (max-width: 1200px){
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
    .about-sect .col.txt {
        padding-left: 30px;
        width: calc(100% - 580px);
    }
    .about-sect .col.pic {
        max-width: 580px;
    }
    .service-box {
        padding: 98px 0 0 30px;
    }
    .album-sect .title{
        width: calc(20% - 45px);
    }
    .album-list {
        width: calc(100% - 20%);
    }
}
@media screen and (max-width: 1100px){
    .about-sect .col.txt {
        padding-left: 0;
        width: calc(100% - 510px);
    }
    .about-sect .col.pic {
        max-width: 510px;
    }
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        max-width: 312px;
        margin: auto;
        flex-direction: column-reverse;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: 0;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 0 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    .news-list.onlyitem-list.type4 .item .description {
        display: none;
    }
    .news-list.onlyitem-list.type4 .item .name {
        margin: 0;
    }
    .news-list.onlyitem-list .item .date {
        margin-bottom: 10px;
    }
    /*!少量排版*/
    .title{
        text-align: center;
        margin: 0 0 25px;
    }
    .title span {
        margin: 0 auto 5px;
    }
    .title span::before {
        width: 20px;
    }
    .title span::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 110%;
        transform: translateY(-50%);
        width: 20px;
        height: 1px;
        background: rgb(35, 24, 21, 0.2);
    }
    .index_more a span {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 50px;
    }
    .banner {
        background: url(../../../images/layout01/common/bg3.jpg);
    }
    .banner .slick-dots {
        margin: 0;
    }
    .about-sect{
        padding: 50px 0 25px;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt{
        padding: 0;
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic{
        float: none;
        width: 100%;
        max-width: unset;
        text-align: center;
        padding: 0;
        display: none;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        letter-spacing: 1px;
        font-size: 15px;
        height: auto;
        line-height: 1.7;
        -webkit-line-clamp: initial;
    }
    .about-sect .index_more {
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
    }
    .service-sect {
        padding: 25px 0 50px;
    }
    .service-sect .container{
        flex-direction: column;
    }
    .service-box > .flex{
        display: block;
    }
    .service-box{
        padding: 50px 15px 0;
        margin: 0;
        width: 100%;
        background: none;
        text-align: center;
    }
    .service-sect .s_pic {
        position: relative;
        left: unset;
        max-width: unset;
    }
    .service-sect .s_pic img {
        object-fit: unset;
        height: auto !important;
        max-width: 100%;
        object-position: unset;
    }
    .service-sect .editor {
        letter-spacing: 1px;
        font-size: 15px;
        height: auto;
        line-height: 1.7;
        -webkit-line-clamp: initial;
    }
    .service-sect .index_more {
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        background: #fff;
        padding: 50px 0 50px;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        padding: 0;
        margin: 0 auto 20px;
        width: fit-content;
    }
    .album-sect .title span {
        margin: 0 0 5px;
    }
    .album-sect .title span::after{
        display: none;
    }
    .album-sect .index_more{
        background: none;
        width: auto;height: auto;
        padding: 20px 0 0px;
        line-height: 1;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-sect .album-list .item .namebox {
        font-size: 16px;
        padding: 10px 10px;
    }
    .album-sect .album-list .item .name{
        font-size: 16px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .products-sect {
        background-attachment: unset;
        background-size: cover;
        padding: 115px 0 0;
        margin-top: 0;
    }
    .products-sect .container {
        background: #fff;
        margin: 20px 15px 0;
        padding-bottom: 50px;
    }
    .products-box{
        padding: 0;
    }
    .products-sect .title {
        top: -84px;
        margin: 0 auto 20px;
        padding: 0;
        text-align: center;
    }
    .products-sect .title span::before,
    .products-sect .title span::after  {
        background: rgba(255, 255, 255, 0.4);
    }
    .products-sect .index_more{
        position: relative;
        top: unset;
        right: unset;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .products-sect .index_more a {
        color: #271D1A;
        border: 1px solid rgba(35, 24, 21, 0.2);
        border-width: 1px 0;
    }
    .products-sect .index_more a::before, .products-sect .index_more a::after {
        background: rgba(35, 24, 21, 1);
    }
    .products-sect .index_more a span::before {
        border-color: #231815;
    }
    .products-list.type2 .txt::before,
    .products-list.type2 .txt::after {
        display: none;
    }
    .products-list.type2 .txt{
        padding: 15px 5px 0;
    }
    .products-list.for-cart.type2 .offers{
        width: 100pc;
    }
    .products-list .box.new:before{
        top: 5px;
        left: 5px;
    }
    .news-sect{
        padding: 50px 0;
    }
    .news-list.type4 .txt {
        padding: 0 0 20px;
    }
    .news-sect .index_more {
        position: relative;
        top: unset;
        right: unset;
        margin: 10px auto 0;
        display: flex;
        justify-content: center;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .news-list.type3 .item {
        padding: 15px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
    .title h2 {
        font-size: 30px;
    }
}