@charset "utf-8";
/*------------ 共用 ------------*/
.footer_top{
    padding: 30px 0 60px;
}
/*------------ /共用 ------------*/
/*------------ 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: '新';
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    border-radius: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    font-family: 'Noto Serif TC', serif;
    z-index: 10;
}
.products-list .pic:before {
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}
.products-list .box .more {
    display: block;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87px;
    height: 87px;
    line-height: 87px;
    font-size: 25px;
    font-weight: 600;
    border-radius: 100%;
    color: #222;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 0;
}
.products-list .item:nth-of-type(2n) .box .more {
    background: linear-gradient(45deg, #C1A796 0%, #F2E5D6 46%, #E9D5BF 66%, #C1A796 100%);
}
.products-list .box:hover .more {
    top: 50%;
    opacity: 1;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .box .name{
    padding: 0 0 10px;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    line-height: 35px;
    max-height: 28px;
    min-height: 28px;
    height: 28px;
    border-bottom: 1px solid #ddd;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.products-list .box:hover .name{
    color: #E9B62E;
}
.products-list .description{
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    height: 21px;
    max-height: 21px;
    min-height: 21px;
}
.products-list .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .3s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #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;
}
/*/列表通用 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: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
/*/列表通用 index、album*/
/*列表通用 index、news*/
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .pic,
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
.news-list .item .name{
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #E9B62E;
}
.news-list .item .description{
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slider,
.banner_m .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    overflow: hidden;
    padding: 0; 
    border: 0;
    font-size: 0;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    background-size: contain;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-arrow::before {
    content: "\f053";
    font-family: 'icon-font' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #222;
    transition: all 0.3s ease;
}
.banner .slick-prev,
.banner_m .slick-prev{
    left: -30px;
}
.banner .slick-next,
.banner_m .slick-next{
    right: -30px;
    transform: rotate(180deg);
}
.banner .slick-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.banner .slick-arrow:hover:after{
    opacity: 1;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
    z-index: 80;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    padding: 0; 
    margin: 0;
    width: 70px;
    height: 3px;
    cursor: pointer;
    background: #ddd;
    border: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #E9B62E;
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 50px;
    border: 1px solid #E9B62E;
    background: #fff;
    width: 158px;
    height: 283px;
    writing-mode: vertical-lr;
}
.title span{
    position: relative;
    padding: 107px 0 0;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 2;
    color: #878787;
    font-family: 'Cardo', serif;
}
.title span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 98px;
    background: #ddd;
}
.title h2{
    position: relative;
    padding: 86px 0 0;
    margin: 0;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #222;
    font-family: 'Noto Serif TC', serif;
}
.title h2::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 49px;
    height: 52px;
    background: url(../../../images/layout01/common/index/titl_ic.webp) no-repeat;
    background-size: contain;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    box-sizing: border-box;
    display: block;
}
.index_more a{
    position: relative;
    display: block;
    text-align: center;
    width: 235px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    font-size: 0;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    font-family: 'Noto Serif TC', serif;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 0;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.index_more:hover a::before {
    opacity: 1;
}
.index_more a span{
    font-size: 15px;
    color: #222;
    font-weight: 600;
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect, 
.about-sect,
.news-sect,
.products-sect,
.service-sect,
.article-sect,
.contact-sect,
.banner,
.banner_m,
.articles-sect {
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ article_新編輯器 ------------*/
.article-sect .container{
    padding: 40px 15px;
}
/*------------ /article_新編輯器 ------------*/
/*------------ about ------------*/
.about-sect{
    padding: 30px 0 50px;
}
.about-sect .container .a_bg1 {
    content: '';
    position: absolute;
    top: 100px;
    left: -290px;
    width: 610px;
    height: 406px;
    background: url(../../../images/layout01/common/index/a_bg1.webp) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .container .a_bg2 {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -290px;
    width: 876px;
    height: 442px;
    background: url(../../../images/layout01/common/index/a_bg2.webp) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .container .a_bg3 {
    content: '';
    position: absolute;
    top: 0;
    right: -150px;
    width: 419px;
    height: 223px;
    background: url(../../../images/layout01/common/index/a_bg3.webp) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .title {
    margin: 0 50px 0 0;
}
.about-sect .index-about-editor {
    box-sizing: border-box;
    width: calc(100% - 160px);
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 30px 0 0;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 628px);
    margin: 0 0 0 -136px;
    z-index: 2;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 764px;
    z-index: 1;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 0 0 50px;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 245px;
}
.about-sect .index_more{
    position: absolute;
    bottom: 0;
    left: 200px;
    margin: 40px 0 0;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ /about ------------*/
/*------------ articles_文章專區 ------------*/
.articles-sect{
    padding: 50px 0;
    background: #fff;
}
/*------------ articles_文章專區 ------------*/
/*------------ news ------------*/
.news-sect{
    padding: 50px 0 100px;
    z-index: 3;
}
.news-sect .container .n_bg1 {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -290px;
    width: 583px;
    height: 489px;
    background: url(../../../images/layout01/common/index/n_bg1.webp) no-repeat;
    background-size: contain;
    z-index: -1;
}
.news-sect .container .n_bg2 {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -129.5px;
    right: -590px;
    width: 562px;
    height: 359px;
    background: url(../../../images/layout01/common/index/n_bg2.webp) no-repeat;
    background-size: contain;
    z-index: -1;
}
.news-sect .title {
    margin: 0 50px 0 0;
}
.news-sect .container {
    display: flex;
    align-items: flex-start;
}
.news-sect .index_more{
    display: none;
}
.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%;
}
/*n_type2*/
.news-list.type2 {
    width: calc(100% - 210px);
}
.news-list.type2 .date {
    padding: 10px 0 0;
    font-family: 'Cardo', serif;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list .btn.more{
    position: relative;
    border-radius: 0;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    color: #222;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
    z-index: 1;
}
.news-list .box:hover .btn.more::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list .box:hover .btn.more {
    color: #222;
}
.news-list .box:hover .btn.more::before{
    opacity: 1;
}
/*/n_type2*/
/*n_type3*/
.slick-slide.slick-active {
    visibility: visible !important;
    opacity: 1 !important;
}
.news-list.type3 {
    width: calc(100% - 210px);
    margin: 0;
}
.news-list.type3:before {
    display: none;
}
.news-list.type3 .item {
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-left: 0;
    border-bottom: 1px solid #ddd;
}
.news-list.type3 .box {
    margin: 0 auto;
    display: flex;
    max-width: inherit;
    transition: all .3s ease;
}
.news-list.type3 .txt {
    position: relative;
    width: 87%;
    min-height: 80px;
    box-sizing: border-box;
    display: inline-flex;
    overflow: hidden;
    padding: 0 20px 0px 20px;
}
.news-list.type3 .item .txt_in {
    box-sizing: border-box;
    width: calc(100% - 80px);
    padding: 0 0 0 25px;
    overflow: hidden;
}
.news-list.type3 .more-box {
    position: relative;
    margin: auto;
}
.news-list.type3 .btn.more {
    position: relative;
    display: inline-block;
    margin: auto;
    font-weight: 600;
    color: #222;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    border-radius: 0;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
    overflow-x: hidden;
    z-index: 5;
}
.news-list.type3 .item:nth-of-type(2n) .btn.more {
    background: linear-gradient(45deg, #C1A796 0%, #F2E5D6 46%, #E9D5BF 66%, #C1A796 100%);
}
.news-list.type3 .box:hover .btn.more {
    color: #222;
}
.news-list.type3 .btn.more:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all .3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list.type3 .box:hover .btn.more:before{
    opacity: 1;
}
.news-list.type3 .date {
    position: relative;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 0;
    color: #222;
    font-weight: normal;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'Cardo', serif;
    line-height: 25px;
    z-index: 1;
}   
.news-list.type3 .item:nth-of-type(2n) .date {
    background: linear-gradient(45deg, #C1A796 0%, #F2E5D6 46%, #E9D5BF 66%, #C1A796 100%);
}
.news-list.type3 .box .date::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list.type3 .box:hover .date::before {
    opacity: 1;
}
.news-list.type3 .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
    order: 1;
}
.news-list.type3 .date .day:before {
    content: '';
}
.news-list.type3 .date .month,
.news-list.type3 .date .years {
    position: relative;
    font-size: 13px;
    line-height: 1;
    margin-top: -15px;
    letter-spacing: 0;
    font-weight: 600;
}
.news-list.type3 .date .month {
    order: 3;
}
.news-list.type3 .date .month:before {
    content: '.';
}
.news-list.type3 .date .years {
    order: 2;
}
.news-list.type3 .date .years:before {
    content: '' ;
    display: block;
    display: inline;
}
.news-list.type3 .name {
    -webkit-line-clamp: 1;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    line-height: 28px;
    margin: 0 0 10px;
}
.news-list.type3 .name,
.news-list.type3 .description {
    width: 100%;
}
.news-list.type3 .description {
    -webkit-line-clamp: 2;
    max-height: 45px;
    min-height: 45px;
    height: 45px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    width: calc(100% - 210px);
}
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    border: none;
    padding: 0;
}
.news-list.type4 .txt {
    padding: 0;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 15px 15px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    color: #222;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    border-radius: 0;
    font-family: 'Cardo', serif;
}
.news-list.type4 .item:nth-of-type(2n) .date {
    background: linear-gradient(45deg, #C1A796 0%, #F2E5D6 46%, #E9D5BF 66%, #C1A796 100%);
}
.news-list.type4 .box .date::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list.type4 .box:hover .date::before {
    opacity: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .name {
    -webkit-line-clamp: 1;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    line-height: 28px;
}
.news-list.type4 .description {
    max-height: 45px;
    -webkit-line-clamp: 2;
}
/*/n_type4*/
/*n_少量排版*/
.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;
}
.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 25px 30px;
    background: #fff;
    border: 1px solid #E9B62E;
}
.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-top: 0;
    margin-left: 0;
    margin-right: 0;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect{
    padding: 0 0 60px;
    background: url(../../../images/layout01/common/index/p_bg.webp) no-repeat 50% 0%;
}
.products-sect .container .p_bg1 {
    content: '';
    position: absolute;
    top: 150px;
    left: 268px;
    width: 345px;
    height: 170px;
    background: url(../../../images/layout01/common/index/p_bg1.webp) no-repeat;
    background-size: contain;
    mix-blend-mode: multiply;
    z-index: -1;
}
.products-sect .container .p_bg2 {
    content: '';
    position: absolute;
    top: 68%;
    margin-top: -75px;
    right: -200px;
    width: 233px;
    height: 150px;
    background: url(../../../images/layout01/common/index/p_bg2.webp) no-repeat;
    background-size: contain;
    mix-blend-mode: multiply;
    z-index: -1;
}
.products-sect .title{
    margin: -120px auto 50px;
}
.products-sect .index_more{
    display: none;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*p_type1*/
.products-list.type1 .box:hover .more {
    opacity: 0;
}
.products-list.type1 .pic:before {
    background: rgba(102, 102, 102, 0.85);
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*p_type2*/
.products-list.type2 .item{
    margin-bottom: 40px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list.type2 .name{
    padding: 0 0 10px;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    line-height: 35px;
    max-height: 28px;
    min-height: 28px;
    height: 28px;
    border-bottom: 1px solid #ddd;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.products-list .box:hover .name{
    color: #E9B62E;
}
.products-list.type2 .description {
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    height: 21px;
    max-height: 21px;
    min-height: 21px;
}
/*/p_type2*/
/*p_少量排版*/
.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 25px;
    background: #fff;
    border: 1px solid #E9B62E;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 2;
    height: 40px;
    min-height: 40px;
    max-height: 40px; 
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect{
    padding: 230px 0 220px;
    background: url(../../../images/layout01/common/index/s_bg.webp) no-repeat fixed; 
}
.service-sect:before{
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 178px;
    background: url(../../../images/layout01/common/index/s_bg1.webp) no-repeat;
    background-size: cover;
    z-index: 1;
}
.service-sect::after{
    content: '';
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 190px;
    background: url(../../../images/layout01/common/index/s_bg2.webp) no-repeat;
    background-size: cover;
    z-index: 1;
}
.service-sect .container {
    z-index: 3;
}
.service-sect .title {
    margin: -230px 0 50px auto;
}
.service-sect .index_more {
    display: none;
}
.service-box{
    position: relative;
    box-sizing: border-box;
    color: #fff;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect{
    padding: 0 0 70px;
}
.album-sect::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc((100% / 2) + 50px);
    background: url(../../../images/layout01/common/bg1.webp);
}
.album-sect .container{
    display: flex;
}
.album-sect .title{
    margin: 0;
    height: auto;
}
.album-sect .index_more{
    display: none;
}
.album-list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: calc(100% - 160px);
}
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    margin-bottom: 0;
    min-width: 25%;
}
.album-list .item .box{
    overflow: hidden; 
}
.album-sect .album-list .item .namebox{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    transition: all 0.3s ease;
    opacity: 0;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}
/*al_type1*/
.album-list.type1 .item{
    border-bottom: none;
}
.album-list.type1 .item .name {
    text-align: left;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    height: 28px;
    max-height: 28px;
    min-height: 28px;
    line-height: 28px;
    font-family: 'Noto Serif TC', serif;
}
.album-list.type1 .item .box .more{
    display: none;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}
.album-list.type2 .pic:after {
    color: #222;
}
/*/al_type2*/
/*al_瀑布流*/
.masonry-album-sect{
    padding: 0 0 70px;
}
.masonry-album-sect .container{
    display: block;
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .title{
    height: 283px;
    margin: 0 auto 40px;
}
.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-album-sect .item .box{
    margin-bottom: 0;
}
.masonry-album-sect .item .namebox{
    position: static;
    background: none;
    opacity: 1;
    padding: 0;
}
.masonry-album-sect .item .namebox .name{
    margin: 0;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
}
.masonry-album-sect .item .box:hover .name{
    color: #E9B62E;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item {
    padding: 0 15px !important;
}
.masonry-list.album-list.type1 .item,
.masonry-list.album-list.type3 .item{
    margin-bottom: 40px;
}
.masonry-list.album-list.type1 .item .namebox,
.masonry-list.album-list.type3 .item .namebox {
    position: relative;
    background: transparent;
    padding: 10px 0 0;
    opacity: 1;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    position: relative;
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*/al_瀑布流*/
/*al_少量排版*/
.album-sect.onlyitem-sect{
    padding: 0 0 70px;
}
.album-sect.onlyitem-sect::before {
    height: 40%;
}
.onlyitem-sect .title{
    margin: 0 auto 40px;
    height: 283px;
}
.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; 
    text-align: left;
    padding: 10px 0 0;
    background: none;  
    opacity: 1;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 40px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.onlyitem-sect .album-list .item .box:hover .name {
    color: #E9B62E;
}
/*/al_少量排版*/
/*------------ /album ------------*/
/*----------- 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: 1440px){
    .service-sect .title {
        margin: -230px 100px 50px auto;
    }
}
@media screen and (max-width: 1200px){
    /*p_少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt,
    .products-list.onlyitem-list.type2 .item .box .txt {
        width: 100%;
        padding: 10px 0 0;
        background: transparent;
        border: 0;
    }
    .products-list.onlyitem-list .item .description{
        line-height: 1.5;
        -webkit-line-clamp: 1;
        height: 21px;
        max-height: 21px;
        min-height: 21px;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    /*/p_少量排版*/
    .about-sect .col.pic {
        width: 65%;
        max-width: unset;
    }
    .about-sect .col.txt {
        width: 50%;
        margin: 0 0 0 -136px;
    }
    .album-sect .container {
        flex-direction: column;
    }
    .album-sect .title {
        margin: 0 auto;
        height: 283px;
    }
    .album-list {
        width: 100%;
    }
    .album-sect::before {
        height: 50%;
    }
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/少量排版*/
    .footer_top {
        padding: 30px 0;
    }
    .title,
    .about-sect .title,
    .news-sect .title,
    .products-sect .title {
        flex-direction: column-reverse;
        align-items: center;
        width: 233px;
        height: auto;
        padding: 10px 10px 0;
        margin: 0 auto 30px;
        writing-mode: unset;
    }
    .title span::before {
        display: none;
    }
    .title span {
        padding: 0;
        font-size: 14px;
    }
    .title h2 {
        padding: 52px 0 0;
        font-size: 25px;
        line-height: 1.2;
    }
    .title h2::before {
        top: 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect{
        padding: 50px 0 25px;
    }
    .about-sect .row {
        padding: 0;
        flex-direction: column;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.txt {
        margin: 0;
    }
    .about-sect .txt-box {
        padding: 0 0 50px;
        flex-direction: column;
    }
    .about-sect .index-about-editor {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        font-size: 15px;
        -webkit-line-clamp: initial;
        height: unset;
    }
    .about-sect .index_more{
        margin: 30px auto 0;
        position: relative;
        bottom: unset;
        left: unset;
    }
    .about-sect .container .a_bg3{
        display: none;
    }
    .news-sect{
        padding: 25px 0 50px;
    }
    .news-sect .container {
        flex-direction: column;
    }
    .news-list.type3 {
        width: 100%;
        margin: 0;
    }
    .news-list.type3 .name {
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        line-height: 20px;
    }
    .service-sect {
        padding: 120px 0 100px;
        background-attachment: unset;
        background-size: cover;
        background-position: 50% 50%;
    }
    .service-sect .title {
        margin: -100px auto 30px;
    }
    .service-sect::after {
        bottom: -55px;
    }
    .products-sect {
        padding: 25px 0 10px;
    }
    .products-list .box.new:before{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }
    .products-list .box .more{
        font-size: 22px;
        width: 67px;
        height: 67px;
        line-height: 67px;
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0;
    }
    .products-list.type2 .name {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .products-sect .container .p_bg1 {
        top: 0;
    }
    .album-sect{
        padding: 0 0 80px;
    }
    .album-sect::before {
        display: none;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title {
        height: auto;
        margin: 0 auto 30px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-list .item .name,
    .album-list.type1 .item .name{
        font-size: 16px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .banner .slick-dots li button,
    .banner_m .slick-dots li button {
        width: 15px;
    }
    .service-sect{
        margin-top: 0;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .products-list.type2 .name {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .about-sect .txt-box {
        padding: 0 0 30px;
    }
    .news-list.type3 .more-box {
        display: none;
    }
    .news-list.type3 .txt {
        width: 100%;
    }
    .news-list.type3 .txt {
        padding: 0 15px;
    }
    .news-list.type3 .date {
        width: 62px;
        height: 62px;
    }
    .news-list.type3 .item .txt_in {
        width: calc(100% - 62px);
        padding: 0 0 0 15px;
    }
    .news-list.type3 .date .day {
        margin-bottom: -10px;
        font-size: 30px;
    }
    .news-list.type3 .date .month,
    .news-list.type3 .date .years{
        margin-top: -10px;
    }
    .about-sect .container .a_bg1 {
        top: 300px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}